Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow-up solvedac/unofficial-documentation #10

Merged
merged 1 commit into from
Sep 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/apis/AccountApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
import { InlineObject, InlineResponse200 } from '../models/index.js';
export interface UpdateAccountSettingsRequest {
inlineObject: InlineObject;
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/AccountApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
/**
*
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/DefaultApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
/**
*
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/DefaultApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
/**
*
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/OtherApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
import { Schema7 } from '../models/index.js';
/**
*
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/OtherApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
/**
*
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/ProblemApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
import { InlineResponse2001, Schema2 } from '../models/index.js';
export interface GetProblemByIdRequest {
problemId: number;
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/ProblemApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
/**
*
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/SearchApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
import { InlineResponse2002, InlineResponse2003, InlineResponse2004, InlineResponse2005 } from '../models/index.js';
export interface GetSearchAutoCompletionRequest {
query: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/SearchApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
/**
*
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/UserApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
import { InlineResponse2006 } from '../models/index.js';
export interface GetUserProblemStatsRequest {
handle: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/apis/UserApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
/**
*
*/
Expand Down
12 changes: 6 additions & 6 deletions dist/apis/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './AccountApi';
export * from './DefaultApi';
export * from './OtherApi';
export * from './ProblemApi';
export * from './SearchApi';
export * from './UserApi';
export * from './AccountApi.js';
export * from './DefaultApi.js';
export * from './OtherApi.js';
export * from './ProblemApi.js';
export * from './SearchApi.js';
export * from './UserApi.js';
12 changes: 6 additions & 6 deletions dist/apis/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* tslint:disable */
/* eslint-disable */
export * from './AccountApi';
export * from './DefaultApi';
export * from './OtherApi';
export * from './ProblemApi';
export * from './SearchApi';
export * from './UserApi';
export * from './AccountApi.js';
export * from './DefaultApi.js';
export * from './OtherApi.js';
export * from './ProblemApi.js';
export * from './SearchApi.js';
export * from './UserApi.js';
12 changes: 6 additions & 6 deletions dist/apis/mod.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './AccountApi';
export * from './DefaultApi';
export * from './OtherApi';
export * from './ProblemApi';
export * from './SearchApi';
export * from './UserApi';
export * from './AccountApi.js';
export * from './DefaultApi.js';
export * from './OtherApi.js';
export * from './ProblemApi.js';
export * from './SearchApi.js';
export * from './UserApi.js';
12 changes: 6 additions & 6 deletions dist/apis/mod.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* tslint:disable */
/* eslint-disable */
export * from './AccountApi';
export * from './DefaultApi';
export * from './OtherApi';
export * from './ProblemApi';
export * from './SearchApi';
export * from './UserApi';
export * from './AccountApi.js';
export * from './DefaultApi.js';
export * from './OtherApi.js';
export * from './ProblemApi.js';
export * from './SearchApi.js';
export * from './UserApi.js';
4 changes: 2 additions & 2 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './runtime';
export * from './apis';
export * from './runtime.js';
export * from './apis/index.js';
export * from './models/index.js';
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* tslint:disable */
/* eslint-disable */
export * from './runtime';
export * from './apis';
export * from './runtime.js';
export * from './apis/index.js';
export * from './models/index.js';
4 changes: 2 additions & 2 deletions dist/mod.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './runtime';
export * from './apis';
export * from './runtime.js';
export * from './apis/index.js';
export * from './models/index.js';
4 changes: 2 additions & 2 deletions dist/mod.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* tslint:disable */
/* eslint-disable */
export * from './runtime';
export * from './apis';
export * from './runtime.js';
export * from './apis/index.js';
export * from './models/index.js';
2 changes: 1 addition & 1 deletion src/apis/AccountApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/


import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
import {
InlineObject,
InlineResponse200,
Expand Down
2 changes: 1 addition & 1 deletion src/apis/DefaultApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/


import * as runtime from '../runtime';
import * as runtime from '../runtime.js';

/**
*
Expand Down
2 changes: 1 addition & 1 deletion src/apis/OtherApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/


import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
import {
Schema7,
} from '../models/index.js';
Expand Down
2 changes: 1 addition & 1 deletion src/apis/ProblemApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/


import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
import {
InlineResponse2001,
Schema2,
Expand Down
2 changes: 1 addition & 1 deletion src/apis/SearchApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/


import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
import {
InlineResponse2002,
InlineResponse2003,
Expand Down
2 changes: 1 addition & 1 deletion src/apis/UserApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/


import * as runtime from '../runtime';
import * as runtime from '../runtime.js';
import {
InlineResponse2006,
} from '../models/index.js';
Expand Down
12 changes: 6 additions & 6 deletions src/apis/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* tslint:disable */
/* eslint-disable */
export * from './AccountApi';
export * from './DefaultApi';
export * from './OtherApi';
export * from './ProblemApi';
export * from './SearchApi';
export * from './UserApi';
export * from './AccountApi.js';
export * from './DefaultApi.js';
export * from './OtherApi.js';
export * from './ProblemApi.js';
export * from './SearchApi.js';
export * from './UserApi.js';
12 changes: 6 additions & 6 deletions src/apis/mod.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* tslint:disable */
/* eslint-disable */
export * from './AccountApi';
export * from './DefaultApi';
export * from './OtherApi';
export * from './ProblemApi';
export * from './SearchApi';
export * from './UserApi';
export * from './AccountApi.js';
export * from './DefaultApi.js';
export * from './OtherApi.js';
export * from './ProblemApi.js';
export * from './SearchApi.js';
export * from './UserApi.js';
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* tslint:disable */
/* eslint-disable */
export * from './runtime';
export * from './apis';
export * from './runtime.js';
export * from './apis/index.js';
export * from './models/index.js';
4 changes: 2 additions & 2 deletions src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* tslint:disable */
/* eslint-disable */
export * from './runtime';
export * from './apis';
export * from './runtime.js';
export * from './apis/index.js';
export * from './models/index.js';