@gambulls-org/gambulls-apis 3.0.483 → 3.0.484

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.
@@ -25,8 +25,6 @@ const ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInner_1 = re
25
25
  function instanceOfApiAdminUsersUserIdBalanceGet200ResponseResponseObject(value) {
26
26
  if (!('balances' in value) || value['balances'] === undefined)
27
27
  return false;
28
- if (!('slotsTotalWagered' in value) || value['slotsTotalWagered'] === undefined)
29
- return false;
30
28
  return true;
31
29
  }
32
30
  function ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectFromJSON(json) {
@@ -38,7 +36,6 @@ function ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectFromJSONTyped(jso
38
36
  }
39
37
  return {
40
38
  'balances': (json['balances'].map(ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInner_1.ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerFromJSON)),
41
- 'slotsTotalWagered': json['slotsTotalWagered'],
42
39
  };
43
40
  }
44
41
  function ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectToJSON(json) {
@@ -50,6 +47,5 @@ function ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectToJSONTyped(value
50
47
  }
51
48
  return {
52
49
  'balances': (value['balances'].map(ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInner_1.ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerToJSON)),
53
- 'slotsTotalWagered': value['slotsTotalWagered'],
54
50
  };
55
51
  }
@@ -33,12 +33,6 @@ export interface ApiAdminUsersUserIdBalanceGet200ResponseResponseObject {
33
33
  * @memberof ApiAdminUsersUserIdBalanceGet200ResponseResponseObject
34
34
  */
35
35
  balances: Array<ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInner>;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof ApiAdminUsersUserIdBalanceGet200ResponseResponseObject
40
- */
41
- slotsTotalWagered: string;
42
36
  }
43
37
 
44
38
  /**
@@ -46,7 +40,6 @@ export interface ApiAdminUsersUserIdBalanceGet200ResponseResponseObject {
46
40
  */
47
41
  export function instanceOfApiAdminUsersUserIdBalanceGet200ResponseResponseObject(value: object): value is ApiAdminUsersUserIdBalanceGet200ResponseResponseObject {
48
42
  if (!('balances' in value) || value['balances'] === undefined) return false;
49
- if (!('slotsTotalWagered' in value) || value['slotsTotalWagered'] === undefined) return false;
50
43
  return true;
51
44
  }
52
45
 
@@ -61,7 +54,6 @@ export function ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectFromJSONTy
61
54
  return {
62
55
 
63
56
  'balances': ((json['balances'] as Array<any>).map(ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerFromJSON)),
64
- 'slotsTotalWagered': json['slotsTotalWagered'],
65
57
  };
66
58
  }
67
59
 
@@ -77,7 +69,6 @@ export function ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectFromJSONTy
77
69
  return {
78
70
 
79
71
  'balances': ((value['balances'] as Array<any>).map(ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerToJSON)),
80
- 'slotsTotalWagered': value['slotsTotalWagered'],
81
72
  };
82
73
  }
83
74
 
@@ -33,7 +33,8 @@ exports.ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerAccou
33
33
  Affiliate: 'AFFILIATE',
34
34
  Withdrawal: 'WITHDRAWAL',
35
35
  TotalDeposit: 'TOTAL_DEPOSIT',
36
- TotalWithdrawal: 'TOTAL_WITHDRAWAL'
36
+ TotalWithdrawal: 'TOTAL_WITHDRAWAL',
37
+ SlotsWagered: 'SLOTS_WAGERED'
37
38
  };
38
39
  /**
39
40
  * Check if a given object implements the ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInner interface.
@@ -72,7 +72,8 @@ export const ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInner
72
72
  Affiliate: 'AFFILIATE',
73
73
  Withdrawal: 'WITHDRAWAL',
74
74
  TotalDeposit: 'TOTAL_DEPOSIT',
75
- TotalWithdrawal: 'TOTAL_WITHDRAWAL'
75
+ TotalWithdrawal: 'TOTAL_WITHDRAWAL',
76
+ SlotsWagered: 'SLOTS_WAGERED'
76
77
  } as const;
77
78
  export type ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerAccountTypeEnum = typeof ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerAccountTypeEnum[keyof typeof ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectBalancesInnerAccountTypeEnum];
78
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gambulls-org/gambulls-apis",
3
- "version": "3.0.483",
3
+ "version": "3.0.484",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "tsc",