@@ -167,7 +167,7 @@ export type DeleteOrderApiArg = {
167
167
/** ID of the order that needs to be deleted */
168
168
orderId: number;
169
169
};
170
- export type CreateUserApiResponse = /** status default successful operation */ User ;
170
+ export type CreateUserApiResponse = unknown ;
171
171
export type CreateUserApiArg = {
172
172
/** Created user object */
173
173
user: User;
@@ -414,7 +414,7 @@ export type DeleteOrderApiArg = {
414
414
/** ID of the order that needs to be deleted */
415
415
orderId: number;
416
416
};
417
- export type CreateUserApiResponse = /** status default successful operation */ User ;
417
+ export type CreateUserApiResponse = unknown ;
418
418
export type CreateUserApiArg = {
419
419
/** Created user object */
420
420
user: User;
@@ -714,8 +714,7 @@ export type DeleteOrderApiArg = {
714
714
/** ID of the order that needs to be deleted */
715
715
orderId: number;
716
716
};
717
- export type CreateUserApiResponse =
718
- /** status default successful operation */ User;
717
+ export type CreateUserApiResponse = unknown;
719
718
export type CreateUserApiArg = {
720
719
/** Created user object */
721
720
user: User;
@@ -1125,8 +1124,7 @@ export type DeleteOrderApiArg = {
1125
1124
/** ID of the order that needs to be deleted */
1126
1125
orderId: number;
1127
1126
};
1128
- export type CreateUserApiResponse =
1129
- /** status default successful operation */ User;
1127
+ export type CreateUserApiResponse = unknown;
1130
1128
export type CreateUserApiArg = {
1131
1129
/** Created user object */
1132
1130
user: User;
@@ -1404,8 +1402,7 @@ export type DeleteOrderApiArg = {
1404
1402
/** ID of the order that needs to be deleted */
1405
1403
orderId: number;
1406
1404
};
1407
- export type CreateUserApiResponse =
1408
- /** status default successful operation */ User;
1405
+ export type CreateUserApiResponse = unknown;
1409
1406
export type CreateUserApiArg = {
1410
1407
/** Created user object */
1411
1408
user: User;
@@ -1702,8 +1699,7 @@ export type DeleteOrderApiArg = {
1702
1699
/** ID of the order that needs to be deleted */
1703
1700
orderId: number;
1704
1701
};
1705
- export type CreateUserApiResponse =
1706
- /** status default successful operation */ User;
1702
+ export type CreateUserApiResponse = unknown;
1707
1703
export type CreateUserApiArg = {
1708
1704
/** Created user object */
1709
1705
user: User;
@@ -1986,8 +1982,7 @@ export type DeleteOrderApiArg = {
1986
1982
/** ID of the order that needs to be deleted */
1987
1983
orderId: number;
1988
1984
};
1989
- export type CreateUserApiResponse =
1990
- /** status default successful operation */ User;
1985
+ export type CreateUserApiResponse = unknown;
1991
1986
export type CreateUserApiArg = {
1992
1987
/** Created user object */
1993
1988
user: User;
@@ -2262,8 +2257,7 @@ export type DeleteOrderApiArg = {
2262
2257
/** ID of the order that needs to be deleted */
2263
2258
orderId: number;
2264
2259
};
2265
- export type CreateUserApiResponse =
2266
- /** status default successful operation */ User;
2260
+ export type CreateUserApiResponse = unknown;
2267
2261
export type CreateUserApiArg = {
2268
2262
/** Created user object */
2269
2263
user: User;
@@ -2757,8 +2751,7 @@ export type DeleteOrderV2ApiArg = {
2757
2751
/** ID of the order that needs to be deleted */
2758
2752
orderId: number;
2759
2753
};
2760
- export type CreateUserV2ApiResponse =
2761
- /** status default successful operation */ User;
2754
+ export type CreateUserV2ApiResponse = unknown;
2762
2755
export type CreateUserV2ApiArg = {
2763
2756
/** Created user object */
2764
2757
user: User;
@@ -3385,8 +3378,7 @@ export type DeleteOrderApiArg = {
3385
3378
/** ID of the order that needs to be deleted */
3386
3379
orderId: number;
3387
3380
};
3388
- export type CreateUserApiResponse =
3389
- /** status default successful operation */ User;
3381
+ export type CreateUserApiResponse = unknown;
3390
3382
export type CreateUserApiArg = {
3391
3383
/** Created user object */
3392
3384
user: User;
@@ -3787,8 +3779,7 @@ export type DeleteOrderApiArg = {
3787
3779
/** ID of the order that needs to be deleted */
3788
3780
orderId: number;
3789
3781
};
3790
- export type CreateUserApiResponse =
3791
- /** status default successful operation */ User;
3782
+ export type CreateUserApiResponse = unknown;
3792
3783
export type CreateUserApiArg = {
3793
3784
/** Created user object */
3794
3785
user: User;
0 commit comments