@gambulls-org/gambulls-apis 3.0.533 → 3.0.535

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
- Unauthorized: 'UNAUTHORIZED',
27
- Succeed: 'SUCCEED'
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
- Unauthorized: 'UNAUTHORIZED',
54
- Succeed: 'SUCCEED'
53
+ Unexpected: 'UNEXPECTED',
54
+ SucceedCancel: 'SUCCEED_CANCEL'
55
55
  } as const;
56
56
  export type ApiUserCancelWithdrawalPost200ResponseResponseObjectEnum = typeof ApiUserCancelWithdrawalPost200ResponseResponseObjectEnum[keyof typeof ApiUserCancelWithdrawalPost200ResponseResponseObjectEnum];
57
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gambulls-org/gambulls-apis",
3
- "version": "3.0.533",
3
+ "version": "3.0.535",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "tsc",