@gambulls-org/gambulls-apis 3.0.800 → 3.0.802
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.
|
@@ -51,6 +51,28 @@ function instanceOfApiAdminUsersGet200ResponseResponseObjectItemsInner(value) {
|
|
|
51
51
|
return false;
|
|
52
52
|
if (!('lastActiveAt' in value) || value['lastActiveAt'] === undefined)
|
|
53
53
|
return false;
|
|
54
|
+
if (!('balanceRegular' in value) || value['balanceRegular'] === undefined)
|
|
55
|
+
return false;
|
|
56
|
+
if (!('balanceVault' in value) || value['balanceVault'] === undefined)
|
|
57
|
+
return false;
|
|
58
|
+
if (!('balanceBonus' in value) || value['balanceBonus'] === undefined)
|
|
59
|
+
return false;
|
|
60
|
+
if (!('balanceRakeback' in value) || value['balanceRakeback'] === undefined)
|
|
61
|
+
return false;
|
|
62
|
+
if (!('balanceRakebackDaily' in value) || value['balanceRakebackDaily'] === undefined)
|
|
63
|
+
return false;
|
|
64
|
+
if (!('balanceRakebackWeekly' in value) || value['balanceRakebackWeekly'] === undefined)
|
|
65
|
+
return false;
|
|
66
|
+
if (!('balanceRakebackMonthly' in value) || value['balanceRakebackMonthly'] === undefined)
|
|
67
|
+
return false;
|
|
68
|
+
if (!('balanceAffiliate' in value) || value['balanceAffiliate'] === undefined)
|
|
69
|
+
return false;
|
|
70
|
+
if (!('balanceWithdrawal' in value) || value['balanceWithdrawal'] === undefined)
|
|
71
|
+
return false;
|
|
72
|
+
if (!('balanceLeaderboard' in value) || value['balanceLeaderboard'] === undefined)
|
|
73
|
+
return false;
|
|
74
|
+
if (!('balanceDepositBonus' in value) || value['balanceDepositBonus'] === undefined)
|
|
75
|
+
return false;
|
|
54
76
|
return true;
|
|
55
77
|
}
|
|
56
78
|
function ApiAdminUsersGet200ResponseResponseObjectItemsInnerFromJSON(json) {
|
|
@@ -76,6 +98,17 @@ function ApiAdminUsersGet200ResponseResponseObjectItemsInnerFromJSONTyped(json,
|
|
|
76
98
|
'createdAt': json['createdAt'],
|
|
77
99
|
'lastActiveAt': json['lastActiveAt'],
|
|
78
100
|
'loyalty': json['loyalty'] == null ? undefined : (0, ApiAdminUsersGet200ResponseResponseObjectItemsInnerLoyalty_1.ApiAdminUsersGet200ResponseResponseObjectItemsInnerLoyaltyFromJSON)(json['loyalty']),
|
|
101
|
+
'balanceRegular': json['balanceRegular'],
|
|
102
|
+
'balanceVault': json['balanceVault'],
|
|
103
|
+
'balanceBonus': json['balanceBonus'],
|
|
104
|
+
'balanceRakeback': json['balanceRakeback'],
|
|
105
|
+
'balanceRakebackDaily': json['balanceRakebackDaily'],
|
|
106
|
+
'balanceRakebackWeekly': json['balanceRakebackWeekly'],
|
|
107
|
+
'balanceRakebackMonthly': json['balanceRakebackMonthly'],
|
|
108
|
+
'balanceAffiliate': json['balanceAffiliate'],
|
|
109
|
+
'balanceWithdrawal': json['balanceWithdrawal'],
|
|
110
|
+
'balanceLeaderboard': json['balanceLeaderboard'],
|
|
111
|
+
'balanceDepositBonus': json['balanceDepositBonus'],
|
|
79
112
|
};
|
|
80
113
|
}
|
|
81
114
|
function ApiAdminUsersGet200ResponseResponseObjectItemsInnerToJSON(json) {
|
|
@@ -101,5 +134,16 @@ function ApiAdminUsersGet200ResponseResponseObjectItemsInnerToJSONTyped(value, i
|
|
|
101
134
|
'createdAt': value['createdAt'],
|
|
102
135
|
'lastActiveAt': value['lastActiveAt'],
|
|
103
136
|
'loyalty': (0, ApiAdminUsersGet200ResponseResponseObjectItemsInnerLoyalty_1.ApiAdminUsersGet200ResponseResponseObjectItemsInnerLoyaltyToJSON)(value['loyalty']),
|
|
137
|
+
'balanceRegular': value['balanceRegular'],
|
|
138
|
+
'balanceVault': value['balanceVault'],
|
|
139
|
+
'balanceBonus': value['balanceBonus'],
|
|
140
|
+
'balanceRakeback': value['balanceRakeback'],
|
|
141
|
+
'balanceRakebackDaily': value['balanceRakebackDaily'],
|
|
142
|
+
'balanceRakebackWeekly': value['balanceRakebackWeekly'],
|
|
143
|
+
'balanceRakebackMonthly': value['balanceRakebackMonthly'],
|
|
144
|
+
'balanceAffiliate': value['balanceAffiliate'],
|
|
145
|
+
'balanceWithdrawal': value['balanceWithdrawal'],
|
|
146
|
+
'balanceLeaderboard': value['balanceLeaderboard'],
|
|
147
|
+
'balanceDepositBonus': value['balanceDepositBonus'],
|
|
104
148
|
};
|
|
105
149
|
}
|
|
@@ -117,6 +117,72 @@ export interface ApiAdminUsersGet200ResponseResponseObjectItemsInner {
|
|
|
117
117
|
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
118
118
|
*/
|
|
119
119
|
loyalty?: ApiAdminUsersGet200ResponseResponseObjectItemsInnerLoyalty;
|
|
120
|
+
/**
|
|
121
|
+
*
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
124
|
+
*/
|
|
125
|
+
balanceRegular: string;
|
|
126
|
+
/**
|
|
127
|
+
*
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
130
|
+
*/
|
|
131
|
+
balanceVault: string;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
136
|
+
*/
|
|
137
|
+
balanceBonus: string;
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
142
|
+
*/
|
|
143
|
+
balanceRakeback: string;
|
|
144
|
+
/**
|
|
145
|
+
*
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
148
|
+
*/
|
|
149
|
+
balanceRakebackDaily: string;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
154
|
+
*/
|
|
155
|
+
balanceRakebackWeekly: string;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
160
|
+
*/
|
|
161
|
+
balanceRakebackMonthly: string;
|
|
162
|
+
/**
|
|
163
|
+
*
|
|
164
|
+
* @type {string}
|
|
165
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
166
|
+
*/
|
|
167
|
+
balanceAffiliate: string;
|
|
168
|
+
/**
|
|
169
|
+
*
|
|
170
|
+
* @type {string}
|
|
171
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
172
|
+
*/
|
|
173
|
+
balanceWithdrawal: string;
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
* @type {string}
|
|
177
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
178
|
+
*/
|
|
179
|
+
balanceLeaderboard: string;
|
|
180
|
+
/**
|
|
181
|
+
*
|
|
182
|
+
* @type {string}
|
|
183
|
+
* @memberof ApiAdminUsersGet200ResponseResponseObjectItemsInner
|
|
184
|
+
*/
|
|
185
|
+
balanceDepositBonus: string;
|
|
120
186
|
}
|
|
121
187
|
|
|
122
188
|
/**
|
|
@@ -137,6 +203,17 @@ export function instanceOfApiAdminUsersGet200ResponseResponseObjectItemsInner(va
|
|
|
137
203
|
if (!('withdrawalCount' in value) || value['withdrawalCount'] === undefined) return false;
|
|
138
204
|
if (!('createdAt' in value) || value['createdAt'] === undefined) return false;
|
|
139
205
|
if (!('lastActiveAt' in value) || value['lastActiveAt'] === undefined) return false;
|
|
206
|
+
if (!('balanceRegular' in value) || value['balanceRegular'] === undefined) return false;
|
|
207
|
+
if (!('balanceVault' in value) || value['balanceVault'] === undefined) return false;
|
|
208
|
+
if (!('balanceBonus' in value) || value['balanceBonus'] === undefined) return false;
|
|
209
|
+
if (!('balanceRakeback' in value) || value['balanceRakeback'] === undefined) return false;
|
|
210
|
+
if (!('balanceRakebackDaily' in value) || value['balanceRakebackDaily'] === undefined) return false;
|
|
211
|
+
if (!('balanceRakebackWeekly' in value) || value['balanceRakebackWeekly'] === undefined) return false;
|
|
212
|
+
if (!('balanceRakebackMonthly' in value) || value['balanceRakebackMonthly'] === undefined) return false;
|
|
213
|
+
if (!('balanceAffiliate' in value) || value['balanceAffiliate'] === undefined) return false;
|
|
214
|
+
if (!('balanceWithdrawal' in value) || value['balanceWithdrawal'] === undefined) return false;
|
|
215
|
+
if (!('balanceLeaderboard' in value) || value['balanceLeaderboard'] === undefined) return false;
|
|
216
|
+
if (!('balanceDepositBonus' in value) || value['balanceDepositBonus'] === undefined) return false;
|
|
140
217
|
return true;
|
|
141
218
|
}
|
|
142
219
|
|
|
@@ -165,6 +242,17 @@ export function ApiAdminUsersGet200ResponseResponseObjectItemsInnerFromJSONTyped
|
|
|
165
242
|
'createdAt': json['createdAt'],
|
|
166
243
|
'lastActiveAt': json['lastActiveAt'],
|
|
167
244
|
'loyalty': json['loyalty'] == null ? undefined : ApiAdminUsersGet200ResponseResponseObjectItemsInnerLoyaltyFromJSON(json['loyalty']),
|
|
245
|
+
'balanceRegular': json['balanceRegular'],
|
|
246
|
+
'balanceVault': json['balanceVault'],
|
|
247
|
+
'balanceBonus': json['balanceBonus'],
|
|
248
|
+
'balanceRakeback': json['balanceRakeback'],
|
|
249
|
+
'balanceRakebackDaily': json['balanceRakebackDaily'],
|
|
250
|
+
'balanceRakebackWeekly': json['balanceRakebackWeekly'],
|
|
251
|
+
'balanceRakebackMonthly': json['balanceRakebackMonthly'],
|
|
252
|
+
'balanceAffiliate': json['balanceAffiliate'],
|
|
253
|
+
'balanceWithdrawal': json['balanceWithdrawal'],
|
|
254
|
+
'balanceLeaderboard': json['balanceLeaderboard'],
|
|
255
|
+
'balanceDepositBonus': json['balanceDepositBonus'],
|
|
168
256
|
};
|
|
169
257
|
}
|
|
170
258
|
|
|
@@ -194,6 +282,17 @@ export function ApiAdminUsersGet200ResponseResponseObjectItemsInnerFromJSONTyped
|
|
|
194
282
|
'createdAt': value['createdAt'],
|
|
195
283
|
'lastActiveAt': value['lastActiveAt'],
|
|
196
284
|
'loyalty': ApiAdminUsersGet200ResponseResponseObjectItemsInnerLoyaltyToJSON(value['loyalty']),
|
|
285
|
+
'balanceRegular': value['balanceRegular'],
|
|
286
|
+
'balanceVault': value['balanceVault'],
|
|
287
|
+
'balanceBonus': value['balanceBonus'],
|
|
288
|
+
'balanceRakeback': value['balanceRakeback'],
|
|
289
|
+
'balanceRakebackDaily': value['balanceRakebackDaily'],
|
|
290
|
+
'balanceRakebackWeekly': value['balanceRakebackWeekly'],
|
|
291
|
+
'balanceRakebackMonthly': value['balanceRakebackMonthly'],
|
|
292
|
+
'balanceAffiliate': value['balanceAffiliate'],
|
|
293
|
+
'balanceWithdrawal': value['balanceWithdrawal'],
|
|
294
|
+
'balanceLeaderboard': value['balanceLeaderboard'],
|
|
295
|
+
'balanceDepositBonus': value['balanceDepositBonus'],
|
|
197
296
|
};
|
|
198
297
|
}
|
|
199
298
|
|
|
@@ -50,6 +50,17 @@ function ApiAdminUsersGetFilterParameterFromJSONTyped(json, ignoreDiscriminator)
|
|
|
50
50
|
'totalRTP': json['totalRTP'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['totalRTP']),
|
|
51
51
|
'depositCount': json['depositCount'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['depositCount']),
|
|
52
52
|
'withdrawalCount': json['withdrawalCount'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['withdrawalCount']),
|
|
53
|
+
'balanceRegular': json['balanceRegular'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceRegular']),
|
|
54
|
+
'balanceVault': json['balanceVault'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceVault']),
|
|
55
|
+
'balanceBonus': json['balanceBonus'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceBonus']),
|
|
56
|
+
'balanceRakeback': json['balanceRakeback'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceRakeback']),
|
|
57
|
+
'balanceRakebackDaily': json['balanceRakebackDaily'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceRakebackDaily']),
|
|
58
|
+
'balanceRakebackWeekly': json['balanceRakebackWeekly'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceRakebackWeekly']),
|
|
59
|
+
'balanceRakebackMonthly': json['balanceRakebackMonthly'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceRakebackMonthly']),
|
|
60
|
+
'balanceAffiliate': json['balanceAffiliate'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceAffiliate']),
|
|
61
|
+
'balanceWithdrawal': json['balanceWithdrawal'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceWithdrawal']),
|
|
62
|
+
'balanceLeaderboard': json['balanceLeaderboard'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceLeaderboard']),
|
|
63
|
+
'balanceDepositBonus': json['balanceDepositBonus'] == null ? undefined : (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeFromJSON)(json['balanceDepositBonus']),
|
|
53
64
|
};
|
|
54
65
|
}
|
|
55
66
|
function ApiAdminUsersGetFilterParameterToJSON(json) {
|
|
@@ -74,5 +85,16 @@ function ApiAdminUsersGetFilterParameterToJSONTyped(value, ignoreDiscriminator =
|
|
|
74
85
|
'totalRTP': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['totalRTP']),
|
|
75
86
|
'depositCount': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['depositCount']),
|
|
76
87
|
'withdrawalCount': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['withdrawalCount']),
|
|
88
|
+
'balanceRegular': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceRegular']),
|
|
89
|
+
'balanceVault': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceVault']),
|
|
90
|
+
'balanceBonus': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceBonus']),
|
|
91
|
+
'balanceRakeback': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceRakeback']),
|
|
92
|
+
'balanceRakebackDaily': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceRakebackDaily']),
|
|
93
|
+
'balanceRakebackWeekly': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceRakebackWeekly']),
|
|
94
|
+
'balanceRakebackMonthly': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceRakebackMonthly']),
|
|
95
|
+
'balanceAffiliate': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceAffiliate']),
|
|
96
|
+
'balanceWithdrawal': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceWithdrawal']),
|
|
97
|
+
'balanceLeaderboard': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceLeaderboard']),
|
|
98
|
+
'balanceDepositBonus': (0, ApiUserHistorySportGetFilterParameterTotalStake_1.ApiUserHistorySportGetFilterParameterTotalStakeToJSON)(value['balanceDepositBonus']),
|
|
77
99
|
};
|
|
78
100
|
}
|
|
@@ -132,6 +132,72 @@ export interface ApiAdminUsersGetFilterParameter {
|
|
|
132
132
|
* @memberof ApiAdminUsersGetFilterParameter
|
|
133
133
|
*/
|
|
134
134
|
withdrawalCount?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
135
|
+
/**
|
|
136
|
+
*
|
|
137
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
138
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
139
|
+
*/
|
|
140
|
+
balanceRegular?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
141
|
+
/**
|
|
142
|
+
*
|
|
143
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
144
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
145
|
+
*/
|
|
146
|
+
balanceVault?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
147
|
+
/**
|
|
148
|
+
*
|
|
149
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
150
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
151
|
+
*/
|
|
152
|
+
balanceBonus?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
153
|
+
/**
|
|
154
|
+
*
|
|
155
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
156
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
157
|
+
*/
|
|
158
|
+
balanceRakeback?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
159
|
+
/**
|
|
160
|
+
*
|
|
161
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
162
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
163
|
+
*/
|
|
164
|
+
balanceRakebackDaily?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
165
|
+
/**
|
|
166
|
+
*
|
|
167
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
168
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
169
|
+
*/
|
|
170
|
+
balanceRakebackWeekly?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
171
|
+
/**
|
|
172
|
+
*
|
|
173
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
174
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
175
|
+
*/
|
|
176
|
+
balanceRakebackMonthly?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
177
|
+
/**
|
|
178
|
+
*
|
|
179
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
180
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
181
|
+
*/
|
|
182
|
+
balanceAffiliate?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
183
|
+
/**
|
|
184
|
+
*
|
|
185
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
186
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
187
|
+
*/
|
|
188
|
+
balanceWithdrawal?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
189
|
+
/**
|
|
190
|
+
*
|
|
191
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
192
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
193
|
+
*/
|
|
194
|
+
balanceLeaderboard?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
195
|
+
/**
|
|
196
|
+
*
|
|
197
|
+
* @type {ApiUserHistorySportGetFilterParameterTotalStake}
|
|
198
|
+
* @memberof ApiAdminUsersGetFilterParameter
|
|
199
|
+
*/
|
|
200
|
+
balanceDepositBonus?: ApiUserHistorySportGetFilterParameterTotalStake;
|
|
135
201
|
}
|
|
136
202
|
|
|
137
203
|
/**
|
|
@@ -165,6 +231,17 @@ export function ApiAdminUsersGetFilterParameterFromJSONTyped(json: any, ignoreDi
|
|
|
165
231
|
'totalRTP': json['totalRTP'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['totalRTP']),
|
|
166
232
|
'depositCount': json['depositCount'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['depositCount']),
|
|
167
233
|
'withdrawalCount': json['withdrawalCount'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['withdrawalCount']),
|
|
234
|
+
'balanceRegular': json['balanceRegular'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceRegular']),
|
|
235
|
+
'balanceVault': json['balanceVault'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceVault']),
|
|
236
|
+
'balanceBonus': json['balanceBonus'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceBonus']),
|
|
237
|
+
'balanceRakeback': json['balanceRakeback'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceRakeback']),
|
|
238
|
+
'balanceRakebackDaily': json['balanceRakebackDaily'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceRakebackDaily']),
|
|
239
|
+
'balanceRakebackWeekly': json['balanceRakebackWeekly'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceRakebackWeekly']),
|
|
240
|
+
'balanceRakebackMonthly': json['balanceRakebackMonthly'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceRakebackMonthly']),
|
|
241
|
+
'balanceAffiliate': json['balanceAffiliate'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceAffiliate']),
|
|
242
|
+
'balanceWithdrawal': json['balanceWithdrawal'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceWithdrawal']),
|
|
243
|
+
'balanceLeaderboard': json['balanceLeaderboard'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceLeaderboard']),
|
|
244
|
+
'balanceDepositBonus': json['balanceDepositBonus'] == null ? undefined : ApiUserHistorySportGetFilterParameterTotalStakeFromJSON(json['balanceDepositBonus']),
|
|
168
245
|
};
|
|
169
246
|
}
|
|
170
247
|
|
|
@@ -193,6 +270,17 @@ export function ApiAdminUsersGetFilterParameterFromJSONTyped(json: any, ignoreDi
|
|
|
193
270
|
'totalRTP': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['totalRTP']),
|
|
194
271
|
'depositCount': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['depositCount']),
|
|
195
272
|
'withdrawalCount': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['withdrawalCount']),
|
|
273
|
+
'balanceRegular': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceRegular']),
|
|
274
|
+
'balanceVault': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceVault']),
|
|
275
|
+
'balanceBonus': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceBonus']),
|
|
276
|
+
'balanceRakeback': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceRakeback']),
|
|
277
|
+
'balanceRakebackDaily': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceRakebackDaily']),
|
|
278
|
+
'balanceRakebackWeekly': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceRakebackWeekly']),
|
|
279
|
+
'balanceRakebackMonthly': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceRakebackMonthly']),
|
|
280
|
+
'balanceAffiliate': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceAffiliate']),
|
|
281
|
+
'balanceWithdrawal': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceWithdrawal']),
|
|
282
|
+
'balanceLeaderboard': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceLeaderboard']),
|
|
283
|
+
'balanceDepositBonus': ApiUserHistorySportGetFilterParameterTotalStakeToJSON(value['balanceDepositBonus']),
|
|
196
284
|
};
|
|
197
285
|
}
|
|
198
286
|
|