@gambulls-org/gambulls-apis 3.0.745 → 3.0.747

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.
@@ -34,7 +34,8 @@ exports.ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerAccou
34
34
  Withdrawal: 'WITHDRAWAL',
35
35
  TotalDeposit: 'TOTAL_DEPOSIT',
36
36
  TotalWithdrawal: 'TOTAL_WITHDRAWAL',
37
- SlotsWagered: 'SLOTS_WAGERED'
37
+ SlotsWagered: 'SLOTS_WAGERED',
38
+ OriginalsWagered: 'ORIGINALS_WAGERED'
38
39
  };
39
40
  /**
40
41
  * Check if a given object implements the ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInner interface.
@@ -73,7 +73,8 @@ export const ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInner
73
73
  Withdrawal: 'WITHDRAWAL',
74
74
  TotalDeposit: 'TOTAL_DEPOSIT',
75
75
  TotalWithdrawal: 'TOTAL_WITHDRAWAL',
76
- SlotsWagered: 'SLOTS_WAGERED'
76
+ SlotsWagered: 'SLOTS_WAGERED',
77
+ OriginalsWagered: 'ORIGINALS_WAGERED'
77
78
  } as const;
78
79
  export type ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerAccountTypeEnum = typeof ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerAccountTypeEnum[keyof typeof ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerAccountTypeEnum];
79
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gambulls-org/gambulls-apis",
3
- "version": "3.0.745",
3
+ "version": "3.0.747",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "tsc",