@@ -207,20 +207,6 @@ declare namespace Definitions {
207
207
domain ?: string ;
208
208
} ;
209
209
210
- export type Pat2TokenDto = {
211
- pat ?: string /* PAT */ ;
212
- } ;
213
-
214
- export type UserWithProfile = {
215
- _id ?: string ;
216
- username ?: string ;
217
- email ?: string ;
218
- phone ?: string ;
219
- createdAt ?: string ;
220
- updatedAt ?: string ;
221
- profile ?: Definitions . UserProfile ;
222
- } ;
223
-
224
210
export type PasswdSignupDto = {
225
211
username ?: string /* username, 3-64 characters */ ;
226
212
password ?: string /* password, 8-64 characters */ ;
@@ -270,6 +256,20 @@ declare namespace Definitions {
270
256
code ?: string /* sms verify code */ ;
271
257
} ;
272
258
259
+ export type Pat2TokenDto = {
260
+ pat ?: string /* PAT */ ;
261
+ } ;
262
+
263
+ export type UserWithProfile = {
264
+ _id ?: string ;
265
+ username ?: string ;
266
+ email ?: string ;
267
+ phone ?: string ;
268
+ createdAt ?: string ;
269
+ updatedAt ?: string ;
270
+ profile ?: Definitions . UserProfile ;
271
+ } ;
272
+
273
273
export type CreatePATDto = {
274
274
name ?: string ;
275
275
expiresIn ?: number ;
@@ -285,18 +285,6 @@ declare namespace Definitions {
285
285
name ?: string ;
286
286
} ;
287
287
288
- export type ApplicationBilling = {
289
- _id ?: string ;
290
- appid ?: string ;
291
- state ?: string ;
292
- amount ?: number ;
293
- detail ?: Definitions . ApplicationBillingDetail ;
294
- startAt ?: string ;
295
- endAt ?: string ;
296
- createdAt ?: string ;
297
- updatedAt ?: string ;
298
- } ;
299
-
300
288
export type CalculatePriceDto = {
301
289
cpu ?: number ;
302
290
memory ?: number ;
@@ -389,19 +377,6 @@ declare namespace Definitions {
389
377
createdAt ?: string ;
390
378
updatedAt ?: string ;
391
379
} ;
392
-
393
- export type ApplicationBillingDetail = {
394
- cpu ?: Definitions . ApplicationBillingDetailItem ;
395
- memory ?: Definitions . ApplicationBillingDetailItem ;
396
- databaseCapacity ?: Definitions . ApplicationBillingDetailItem ;
397
- storageCapacity ?: Definitions . ApplicationBillingDetailItem ;
398
- networkTraffic ?: Definitions . ApplicationBillingDetailItem ;
399
- } ;
400
-
401
- export type ApplicationBillingDetailItem = {
402
- usage ?: number ;
403
- amount ?: number ;
404
- } ;
405
380
}
406
381
407
382
declare namespace Paths {
@@ -413,6 +388,22 @@ declare namespace Paths {
413
388
export type Responses = any ;
414
389
}
415
390
391
+ namespace AuthControllerPat2token {
392
+ export type QueryParameters = any ;
393
+
394
+ export type BodyParameters = any ;
395
+
396
+ export type Responses = any ;
397
+ }
398
+
399
+ namespace AuthControllerGetProfile {
400
+ export type QueryParameters = any ;
401
+
402
+ export type BodyParameters = any ;
403
+
404
+ export type Responses = any ;
405
+ }
406
+
416
407
namespace FunctionControllerCreate {
417
408
export type QueryParameters = any ;
418
409
@@ -725,6 +716,14 @@ declare namespace Paths {
725
716
export type Responses = any ;
726
717
}
727
718
719
+ namespace AccountControllerGetChargeRewardList {
720
+ export type QueryParameters = any ;
721
+
722
+ export type BodyParameters = any ;
723
+
724
+ export type Responses = any ;
725
+ }
726
+
728
727
namespace AccountControllerWechatNotify {
729
728
export type QueryParameters = any ;
730
729
@@ -781,22 +780,6 @@ declare namespace Paths {
781
780
export type Responses = any ;
782
781
}
783
782
784
- namespace AuthControllerPat2token {
785
- export type QueryParameters = any ;
786
-
787
- export type BodyParameters = Definitions . Pat2TokenDto ;
788
-
789
- export type Responses = any ;
790
- }
791
-
792
- namespace AuthControllerGetProfile {
793
- export type QueryParameters = any ;
794
-
795
- export type BodyParameters = any ;
796
-
797
- export type Responses = any ;
798
- }
799
-
800
783
namespace UserPasswordControllerSignup {
801
784
export type QueryParameters = any ;
802
785
@@ -869,6 +852,22 @@ declare namespace Paths {
869
852
export type Responses = any ;
870
853
}
871
854
855
+ namespace AuthenticationControllerPat2token {
856
+ export type QueryParameters = any ;
857
+
858
+ export type BodyParameters = Definitions . Pat2TokenDto ;
859
+
860
+ export type Responses = any ;
861
+ }
862
+
863
+ namespace AuthenticationControllerGetProfile {
864
+ export type QueryParameters = any ;
865
+
866
+ export type BodyParameters = any ;
867
+
868
+ export type Responses = any ;
869
+ }
870
+
872
871
namespace PatControllerCreate {
873
872
export type QueryParameters = any ;
874
873
0 commit comments