@gambulls-org/gambulls-apis 3.0.534 → 3.0.536
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,8 +23,8 @@ exports.ApiUserCancelWithdrawalPost200ResponseToJSONTyped = ApiUserCancelWithdra
|
|
|
23
23
|
* @export
|
|
24
24
|
*/
|
|
25
25
|
exports.ApiUserCancelWithdrawalPost200ResponseResponseObjectEnum = {
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
Unexpected: 'UNEXPECTED',
|
|
27
|
+
SucceedCancel: 'SUCCEED_CANCEL'
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Check if a given object implements the ApiUserCancelWithdrawalPost200Response interface.
|
|
@@ -50,8 +50,8 @@ export interface ApiUserCancelWithdrawalPost200Response {
|
|
|
50
50
|
* @export
|
|
51
51
|
*/
|
|
52
52
|
export const ApiUserCancelWithdrawalPost200ResponseResponseObjectEnum = {
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
Unexpected: 'UNEXPECTED',
|
|
54
|
+
SucceedCancel: 'SUCCEED_CANCEL'
|
|
55
55
|
} as const;
|
|
56
56
|
export type ApiUserCancelWithdrawalPost200ResponseResponseObjectEnum = typeof ApiUserCancelWithdrawalPost200ResponseResponseObjectEnum[keyof typeof ApiUserCancelWithdrawalPost200ResponseResponseObjectEnum];
|
|
57
57
|
|