@@ -167,7 +167,7 @@ export type DeleteOrderApiArg = {
167167 /** ID of the order that needs to be deleted */
168168 orderId: number;
169169};
170- export type CreateUserApiResponse = /** status default successful operation */ User ;
170+ export type CreateUserApiResponse = unknown ;
171171export type CreateUserApiArg = {
172172 /** Created user object */
173173 user: User;
@@ -414,7 +414,7 @@ export type DeleteOrderApiArg = {
414414 /** ID of the order that needs to be deleted */
415415 orderId: number;
416416};
417- export type CreateUserApiResponse = /** status default successful operation */ User ;
417+ export type CreateUserApiResponse = unknown ;
418418export type CreateUserApiArg = {
419419 /** Created user object */
420420 user: User;
@@ -714,8 +714,7 @@ export type DeleteOrderApiArg = {
714714 /** ID of the order that needs to be deleted */
715715 orderId: number;
716716};
717- export type CreateUserApiResponse =
718- /** status default successful operation */ User;
717+ export type CreateUserApiResponse = unknown;
719718export type CreateUserApiArg = {
720719 /** Created user object */
721720 user: User;
@@ -1125,8 +1124,7 @@ export type DeleteOrderApiArg = {
11251124 /** ID of the order that needs to be deleted */
11261125 orderId: number;
11271126};
1128- export type CreateUserApiResponse =
1129- /** status default successful operation */ User;
1127+ export type CreateUserApiResponse = unknown;
11301128export type CreateUserApiArg = {
11311129 /** Created user object */
11321130 user: User;
@@ -1404,8 +1402,7 @@ export type DeleteOrderApiArg = {
14041402 /** ID of the order that needs to be deleted */
14051403 orderId: number;
14061404};
1407- export type CreateUserApiResponse =
1408- /** status default successful operation */ User;
1405+ export type CreateUserApiResponse = unknown;
14091406export type CreateUserApiArg = {
14101407 /** Created user object */
14111408 user: User;
@@ -1702,8 +1699,7 @@ export type DeleteOrderApiArg = {
17021699 /** ID of the order that needs to be deleted */
17031700 orderId: number;
17041701};
1705- export type CreateUserApiResponse =
1706- /** status default successful operation */ User;
1702+ export type CreateUserApiResponse = unknown;
17071703export type CreateUserApiArg = {
17081704 /** Created user object */
17091705 user: User;
@@ -1986,8 +1982,7 @@ export type DeleteOrderApiArg = {
19861982 /** ID of the order that needs to be deleted */
19871983 orderId: number;
19881984};
1989- export type CreateUserApiResponse =
1990- /** status default successful operation */ User;
1985+ export type CreateUserApiResponse = unknown;
19911986export type CreateUserApiArg = {
19921987 /** Created user object */
19931988 user: User;
@@ -2262,8 +2257,7 @@ export type DeleteOrderApiArg = {
22622257 /** ID of the order that needs to be deleted */
22632258 orderId: number;
22642259};
2265- export type CreateUserApiResponse =
2266- /** status default successful operation */ User;
2260+ export type CreateUserApiResponse = unknown;
22672261export type CreateUserApiArg = {
22682262 /** Created user object */
22692263 user: User;
@@ -2757,8 +2751,7 @@ export type DeleteOrderV2ApiArg = {
27572751 /** ID of the order that needs to be deleted */
27582752 orderId: number;
27592753};
2760- export type CreateUserV2ApiResponse =
2761- /** status default successful operation */ User;
2754+ export type CreateUserV2ApiResponse = unknown;
27622755export type CreateUserV2ApiArg = {
27632756 /** Created user object */
27642757 user: User;
@@ -3385,8 +3378,7 @@ export type DeleteOrderApiArg = {
33853378 /** ID of the order that needs to be deleted */
33863379 orderId: number;
33873380};
3388- export type CreateUserApiResponse =
3389- /** status default successful operation */ User;
3381+ export type CreateUserApiResponse = unknown;
33903382export type CreateUserApiArg = {
33913383 /** Created user object */
33923384 user: User;
@@ -3787,8 +3779,7 @@ export type DeleteOrderApiArg = {
37873779 /** ID of the order that needs to be deleted */
37883780 orderId: number;
37893781};
3790- export type CreateUserApiResponse =
3791- /** status default successful operation */ User;
3782+ export type CreateUserApiResponse = unknown;
37923783export type CreateUserApiArg = {
37933784 /** Created user object */
37943785 user: User;
0 commit comments