Skip to content

Commit

Permalink
Follow-up solvedac/unofficial-documentation (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: RanolP <[email protected]>
  • Loading branch information
github-actions[bot] and RanolP authored Sep 7, 2021
1 parent 0301711 commit 2df8d88
Show file tree
Hide file tree
Showing 30 changed files with 66 additions and 66 deletions.
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';

0 comments on commit 2df8d88

Please sign in to comment.