Skip to content

Commit 83b9be3

Browse files
Follow-up solvedac/unofficial-documentation (#31)
Co-authored-by: RanolP <[email protected]>
1 parent 26b22bd commit 83b9be3

File tree

7 files changed

+309
-78
lines changed

7 files changed

+309
-78
lines changed

dist/apis/mod.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
export * from './AccountApi.js';
2+
export * from './BackgroundApi.js';
3+
export * from './BadgeApi.js';
24
export * from './CoinsApi.js';
35
export * from './DefaultApi.js';
46
export * from './OtherApi.js';

dist/apis/mod.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* tslint:disable */
22
/* eslint-disable */
33
export * from './AccountApi.js';
4+
export * from './BackgroundApi.js';
5+
export * from './BadgeApi.js';
46
export * from './CoinsApi.js';
57
export * from './DefaultApi.js';
68
export * from './OtherApi.js';

dist/models/index.d.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,13 @@ export interface InlineResponse2002 {
808808
* @type {number}
809809
* @memberof InlineResponse2002
810810
*/
811-
essential?: number;
811+
essentials?: number;
812+
/**
813+
* 이 CLASS를 취득하기 위한 최소 문제 수입니다.
814+
* @type {number}
815+
* @memberof InlineResponse2002
816+
*/
817+
criteria?: number;
812818
}
813819
/**
814820
*

0 commit comments

Comments
 (0)