@opexa/portal-sdk 0.21.0 → 0.22.0
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.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -188,7 +188,7 @@ type CashbackStatus$1 = 'ACTIVE' | 'INACTIVE';
|
|
|
188
188
|
type ClaimSpotBonusError = 'InvalidPromoCodeError' | 'MaximumBonusesCountLimitExceededError' | 'SpotBonusAlreadyClaimedError';
|
|
189
189
|
type TurnoverRequirementType$1 = 'BONUS' | 'DEPOSIT_PLUS_BONUS';
|
|
190
190
|
type ClaimCashbackBonusError$1 = 'CashbackBonusDoesNotExistError';
|
|
191
|
-
type TransactionType$1 = 'DEPOSIT' | 'PAYOUT' | 'WITHDRAWAL_REFUND' | 'TRANSFER_IN' | 'WITHDRAWAL' | 'BET' | 'TRANSFER_OUT' | 'ROLLBACK' | 'BET_REFUND' | 'PAYOUT_REFUND' | 'CASHBACK_BONUS' | 'BONUS' | 'POINTS_TO_CASH_CONVERSION' | 'BONUS_PAYOUT' | 'BONUS_BET' | 'BONUS_CLEARED' | 'BONUS_CREATED';
|
|
191
|
+
type TransactionType$1 = 'DEPOSIT' | 'PAYOUT' | 'WITHDRAWAL_REFUND' | 'TRANSFER_IN' | 'WITHDRAWAL' | 'BET' | 'TRANSFER_OUT' | 'ROLLBACK' | 'BET_REFUND' | 'PAYOUT_REFUND' | 'CASHBACK_BONUS' | 'BONUS' | 'POINTS_TO_CASH_CONVERSION' | 'BONUS_PAYOUT' | 'BONUS_BET' | 'BONUS_CLEARED' | 'BONUS_CREATED' | 'BONUS_ZEROED_OUT';
|
|
192
192
|
interface TransactionRecordsQueryVariables {
|
|
193
193
|
first?: number;
|
|
194
194
|
after?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -188,7 +188,7 @@ type CashbackStatus$1 = 'ACTIVE' | 'INACTIVE';
|
|
|
188
188
|
type ClaimSpotBonusError = 'InvalidPromoCodeError' | 'MaximumBonusesCountLimitExceededError' | 'SpotBonusAlreadyClaimedError';
|
|
189
189
|
type TurnoverRequirementType$1 = 'BONUS' | 'DEPOSIT_PLUS_BONUS';
|
|
190
190
|
type ClaimCashbackBonusError$1 = 'CashbackBonusDoesNotExistError';
|
|
191
|
-
type TransactionType$1 = 'DEPOSIT' | 'PAYOUT' | 'WITHDRAWAL_REFUND' | 'TRANSFER_IN' | 'WITHDRAWAL' | 'BET' | 'TRANSFER_OUT' | 'ROLLBACK' | 'BET_REFUND' | 'PAYOUT_REFUND' | 'CASHBACK_BONUS' | 'BONUS' | 'POINTS_TO_CASH_CONVERSION' | 'BONUS_PAYOUT' | 'BONUS_BET' | 'BONUS_CLEARED' | 'BONUS_CREATED';
|
|
191
|
+
type TransactionType$1 = 'DEPOSIT' | 'PAYOUT' | 'WITHDRAWAL_REFUND' | 'TRANSFER_IN' | 'WITHDRAWAL' | 'BET' | 'TRANSFER_OUT' | 'ROLLBACK' | 'BET_REFUND' | 'PAYOUT_REFUND' | 'CASHBACK_BONUS' | 'BONUS' | 'POINTS_TO_CASH_CONVERSION' | 'BONUS_PAYOUT' | 'BONUS_BET' | 'BONUS_CLEARED' | 'BONUS_CREATED' | 'BONUS_ZEROED_OUT';
|
|
192
192
|
interface TransactionRecordsQueryVariables {
|
|
193
193
|
first?: number;
|
|
194
194
|
after?: string;
|