File tree 7 files changed +309
-78
lines changed
7 files changed +309
-78
lines changed Original file line number Diff line number Diff line change 1
1
export * from './AccountApi.js' ;
2
+ export * from './BackgroundApi.js' ;
3
+ export * from './BadgeApi.js' ;
2
4
export * from './CoinsApi.js' ;
3
5
export * from './DefaultApi.js' ;
4
6
export * from './OtherApi.js' ;
Original file line number Diff line number Diff line change 1
1
/* tslint:disable */
2
2
/* eslint-disable */
3
3
export * from './AccountApi.js' ;
4
+ export * from './BackgroundApi.js' ;
5
+ export * from './BadgeApi.js' ;
4
6
export * from './CoinsApi.js' ;
5
7
export * from './DefaultApi.js' ;
6
8
export * from './OtherApi.js' ;
Original file line number Diff line number Diff line change @@ -808,7 +808,13 @@ export interface InlineResponse2002 {
808
808
* @type {number }
809
809
* @memberof InlineResponse2002
810
810
*/
811
- essential ?: number ;
811
+ essentials ?: number ;
812
+ /**
813
+ * 이 CLASS를 취득하기 위한 최소 문제 수입니다.
814
+ * @type {number }
815
+ * @memberof InlineResponse2002
816
+ */
817
+ criteria ?: number ;
812
818
}
813
819
/**
814
820
*
You can’t perform that action at this time.
0 commit comments