Skip to content

Commit

Permalink
Follow-up solvedac/unofficial-documentation (#31)
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 May 7, 2023
1 parent 26b22bd commit 83b9be3
Show file tree
Hide file tree
Showing 7 changed files with 309 additions and 78 deletions.
2 changes: 2 additions & 0 deletions dist/apis/mod.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export * from './AccountApi.js';
export * from './BackgroundApi.js';
export * from './BadgeApi.js';
export * from './CoinsApi.js';
export * from './DefaultApi.js';
export * from './OtherApi.js';
Expand Down
2 changes: 2 additions & 0 deletions dist/apis/mod.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* tslint:disable */
/* eslint-disable */
export * from './AccountApi.js';
export * from './BackgroundApi.js';
export * from './BadgeApi.js';
export * from './CoinsApi.js';
export * from './DefaultApi.js';
export * from './OtherApi.js';
Expand Down
8 changes: 7 additions & 1 deletion dist/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,13 @@ export interface InlineResponse2002 {
* @type {number}
* @memberof InlineResponse2002
*/
essential?: number;
essentials?: number;
/**
* 이 CLASS를 취득하기 위한 최소 문제 수입니다.
* @type {number}
* @memberof InlineResponse2002
*/
criteria?: number;
}
/**
*
Expand Down
Loading

0 comments on commit 83b9be3

Please sign in to comment.