@gambulls-org/gambulls-apis 3.0.163 → 3.0.165
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.
|
@@ -28,7 +28,8 @@ exports.ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectInnerAccountTypeEn
|
|
|
28
28
|
Bonus: 'BONUS',
|
|
29
29
|
Rakeback: 'RAKEBACK',
|
|
30
30
|
Affiliate: 'AFFILIATE',
|
|
31
|
-
Withdrawal: 'WITHDRAWAL'
|
|
31
|
+
Withdrawal: 'WITHDRAWAL',
|
|
32
|
+
Deposit: 'DEPOSIT'
|
|
32
33
|
};
|
|
33
34
|
/**
|
|
34
35
|
* Check if a given object implements the ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectInner interface.
|
|
@@ -67,7 +67,8 @@ export const ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectInnerAccountT
|
|
|
67
67
|
Bonus: 'BONUS',
|
|
68
68
|
Rakeback: 'RAKEBACK',
|
|
69
69
|
Affiliate: 'AFFILIATE',
|
|
70
|
-
Withdrawal: 'WITHDRAWAL'
|
|
70
|
+
Withdrawal: 'WITHDRAWAL',
|
|
71
|
+
Deposit: 'DEPOSIT'
|
|
71
72
|
} as const;
|
|
72
73
|
export type ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectInnerAccountTypeEnum = typeof ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectInnerAccountTypeEnum[keyof typeof ApiAdminUsersUserIdBalanceGet200ResponseResponseObjectInnerAccountTypeEnum];
|
|
73
74
|
|