@heliofi/common 0.2.193-alpha.1771868055 → 0.2.193
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/src/domain/constants/index.d.ts +1 -0
- package/dist/src/domain/constants/index.js +1 -0
- package/dist/src/domain/constants/index.js.map +1 -1
- package/dist/src/domain/constants/raffle.d.ts +10 -0
- package/dist/src/domain/constants/raffle.js +16 -0
- package/dist/src/domain/constants/raffle.js.map +1 -0
- package/dist/src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.js +0 -2
- package/dist/src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.js.map +1 -1
- package/dist/src/domain/model/charge/entities/Charge.entity.d.ts +1 -4
- package/dist/src/domain/model/charge/entities/Charge.entity.js.map +1 -1
- package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.d.ts +0 -2
- package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.js +0 -20
- package/dist/src/domain/model/charge/entities/EnrichedCharge.entity.js.map +1 -1
- package/dist/src/domain/model/charge/index.d.ts +0 -1
- package/dist/src/domain/model/charge/index.js +0 -1
- package/dist/src/domain/model/charge/index.js.map +1 -1
- package/dist/src/domain/model/coinbase-auth/dtos/index.d.ts +0 -3
- package/dist/src/domain/model/coinbase-auth/dtos/index.js +0 -3
- package/dist/src/domain/model/coinbase-auth/dtos/index.js.map +1 -1
- package/dist/src/domain/model/coinbase-auth/entities/index.d.ts +0 -1
- package/dist/src/domain/model/coinbase-auth/entities/index.js +0 -1
- package/dist/src/domain/model/coinbase-auth/entities/index.js.map +1 -1
- package/dist/src/domain/model/decent-swap/entities/GetRoutesOptions.d.ts +0 -1
- package/dist/src/domain/model/decent-swap/entities/index.d.ts +0 -1
- package/dist/src/domain/model/decent-swap/entities/index.js +0 -1
- package/dist/src/domain/model/decent-swap/entities/index.js.map +1 -1
- package/dist/src/domain/model/deposit/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/deposit/dtos/index.js +0 -2
- package/dist/src/domain/model/deposit/dtos/index.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/Deposit.entity.d.ts +0 -1
- package/dist/src/domain/model/deposit/entities/Deposit.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.d.ts +0 -8
- package/dist/src/domain/model/deposit/entities/DepositCustomer.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.d.ts +0 -14
- package/dist/src/domain/model/deposit/entities/DepositCustomerEnriched.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/DepositSearchResult.entity.d.ts +0 -6
- package/dist/src/domain/model/deposit/entities/DepositSearchResult.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/index.d.ts +0 -9
- package/dist/src/domain/model/deposit/entities/index.js +0 -9
- package/dist/src/domain/model/deposit/entities/index.js.map +1 -1
- package/dist/src/domain/model/deposit/index.d.ts +0 -1
- package/dist/src/domain/model/deposit/index.js +0 -1
- package/dist/src/domain/model/deposit/index.js.map +1 -1
- package/dist/src/domain/model/deposit-management/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/deposit-management/dtos/index.js +0 -1
- package/dist/src/domain/model/deposit-management/dtos/index.js.map +1 -1
- package/dist/src/domain/model/deposit-management/entities/index.d.ts +0 -4
- package/dist/src/domain/model/deposit-management/entities/index.js +0 -4
- package/dist/src/domain/model/deposit-management/entities/index.js.map +1 -1
- package/dist/src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.d.ts +0 -2
- package/dist/src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.js.map +1 -1
- package/dist/src/domain/model/email/dtos/emailRaffleMerchant.dto.d.ts +6 -0
- package/dist/src/domain/model/{deposit-management/dtos/Sweep.dto.js → email/dtos/emailRaffleMerchant.dto.js} +17 -6
- package/dist/src/domain/model/email/dtos/emailRaffleMerchant.dto.js.map +1 -0
- package/dist/src/domain/model/email/dtos/emailRaffleWinner.dto.d.ts +6 -0
- package/dist/src/domain/model/{coinbase-auth/dtos/Confirm2FA.dto.js → email/dtos/emailRaffleWinner.dto.js} +16 -6
- package/dist/src/domain/model/email/dtos/emailRaffleWinner.dto.js.map +1 -0
- package/dist/src/domain/model/email/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/email/dtos/index.js +2 -0
- package/dist/src/domain/model/email/dtos/index.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +2 -1
- package/dist/src/domain/model/index.js +2 -1
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.d.ts +1 -1
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js +5 -5
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.d.ts +1 -1
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js +4 -4
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +1 -1
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.d.ts +2 -0
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js +7 -0
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.d.ts +2 -0
- package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.js +7 -0
- package/dist/src/domain/model/paylink/dtos/createPaylinkWithApi.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.d.ts +2 -0
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js +7 -0
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.d.ts +2 -0
- package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.js +7 -0
- package/dist/src/domain/model/paylink/dtos/updatePaylinkWithApi.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +2 -0
- package/dist/src/domain/model/paylink/entities/BasePaylink.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.d.ts +2 -0
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.js.map +1 -1
- package/dist/src/domain/model/raffle-details/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/{charge/constants → raffle-details/dtos}/index.js +1 -1
- package/dist/src/domain/model/raffle-details/dtos/index.js.map +1 -0
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.d.ts +7 -0
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js +47 -0
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js.map +1 -0
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.d.ts +9 -0
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js +7 -0
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js.map +1 -0
- package/dist/src/domain/model/raffle-details/entities/index.d.ts +1 -0
- package/dist/src/domain/model/{deposit/constants → raffle-details/entities}/index.js +1 -1
- package/dist/src/domain/model/raffle-details/entities/index.js.map +1 -0
- package/dist/src/domain/model/raffle-details/index.js.map +1 -0
- package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.d.ts +8 -0
- package/dist/src/domain/model/{swap-route-config/dtos/createSwapRouteConfig.dto.js → raffle-entry/dtos/createRaffleEntry.dto.js} +26 -17
- package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.js.map +1 -0
- package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.d.ts +6 -0
- package/dist/src/domain/model/{coinbase-auth/dtos/SendCrypto.dto.js → raffle-entry/dtos/entryDetails.dto.js} +9 -13
- package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.js.map +1 -0
- package/dist/src/domain/model/raffle-entry/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/{swap-route-config → raffle-entry}/dtos/index.js +2 -2
- package/dist/src/domain/model/raffle-entry/dtos/index.js.map +1 -0
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +6 -0
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js +7 -0
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js.map +1 -0
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.d.ts +9 -0
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js +8 -0
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js.map +1 -0
- package/dist/src/domain/model/raffle-entry/entities/index.d.ts +2 -0
- package/dist/src/domain/model/raffle-entry/entities/index.js +19 -0
- package/dist/src/domain/model/raffle-entry/entities/index.js.map +1 -0
- package/dist/src/domain/model/raffle-entry/index.d.ts +2 -0
- package/dist/src/domain/model/raffle-entry/index.js +19 -0
- package/dist/src/domain/model/raffle-entry/index.js.map +1 -0
- package/dist/src/domain/model/sweep-attempt/entities/RecentSweepAttempt.d.ts +0 -8
- package/dist/src/domain/model/sweep-attempt/entities/RecentSweepAttempt.js.map +1 -1
- package/dist/src/domain/model/transaction-meta/entities/UpdateTransactionMeta.d.ts +0 -1
- package/dist/src/domain/model/transaction-meta/entities/UpdateTransactionMeta.js.map +1 -1
- package/dist/src/domain/services/AmountService.d.ts +0 -1
- package/dist/src/domain/services/AmountService.js +0 -10
- package/dist/src/domain/services/AmountService.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/src/domain/model/charge/constants/ChargeSource.d.ts +0 -4
- package/dist/src/domain/model/charge/constants/ChargeSource.js +0 -9
- package/dist/src/domain/model/charge/constants/ChargeSource.js.map +0 -1
- package/dist/src/domain/model/charge/constants/index.d.ts +0 -1
- package/dist/src/domain/model/charge/constants/index.js.map +0 -1
- package/dist/src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.d.ts +0 -4
- package/dist/src/domain/model/coinbase-auth/dtos/Confirm2FA.dto.js.map +0 -1
- package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.d.ts +0 -3
- package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.js +0 -22
- package/dist/src/domain/model/coinbase-auth/dtos/Resend2FA.dto.js.map +0 -1
- package/dist/src/domain/model/coinbase-auth/dtos/SendCrypto.dto.d.ts +0 -6
- package/dist/src/domain/model/coinbase-auth/dtos/SendCrypto.dto.js.map +0 -1
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.d.ts +0 -13
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.js +0 -8
- package/dist/src/domain/model/coinbase-auth/entities/CoinbaseWithdrawalResponse.entity.js.map +0 -1
- package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.d.ts +0 -13
- package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.js +0 -18
- package/dist/src/domain/model/decent-swap/entities/DecentBridgeProvider.js.map +0 -1
- package/dist/src/domain/model/deposit/constants/DepositCustomerType.d.ts +0 -4
- package/dist/src/domain/model/deposit/constants/DepositCustomerType.js +0 -9
- package/dist/src/domain/model/deposit/constants/DepositCustomerType.js.map +0 -1
- package/dist/src/domain/model/deposit/constants/index.d.ts +0 -1
- package/dist/src/domain/model/deposit/constants/index.js.map +0 -1
- package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.d.ts +0 -2
- package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.js +0 -7
- package/dist/src/domain/model/deposit/dtos/acceptDepositCustomerVirtualBankAccountTerms.dto.js.map +0 -1
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.d.ts +0 -3
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.js +0 -23
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountCountry.dto.js.map +0 -1
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.d.ts +0 -3
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.js +0 -22
- package/dist/src/domain/model/deposit/dtos/setDepositCustomerVirtualAccountEmail.dto.js.map +0 -1
- package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.d.ts +0 -12
- package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.js +0 -8
- package/dist/src/domain/model/deposit/entities/DepositCustomerVirtualAccountDetails.entity.js.map +0 -1
- package/dist/src/domain/model/deposit/entities/KycLink.entity.d.ts +0 -3
- package/dist/src/domain/model/deposit/entities/KycLink.entity.js +0 -7
- package/dist/src/domain/model/deposit/entities/KycLink.entity.js.map +0 -1
- package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.d.ts +0 -29
- package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.js +0 -37
- package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.js.map +0 -1
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.d.ts +0 -10
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.js +0 -7
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetails.entity.js.map +0 -1
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.d.ts +0 -11
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.js +0 -7
- package/dist/src/domain/model/deposit/entities/VirtualAccountBankDetailsInfo.entity.js.map +0 -1
- package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.d.ts +0 -7
- package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.js +0 -7
- package/dist/src/domain/model/deposit/entities/VirtualAccountTransaction.entity.js.map +0 -1
- package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.d.ts +0 -7
- package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.js +0 -7
- package/dist/src/domain/model/deposit/entities/VirtualAccountView.entity.js.map +0 -1
- package/dist/src/domain/model/deposit-management/dtos/Sweep.dto.d.ts +0 -4
- package/dist/src/domain/model/deposit-management/dtos/Sweep.dto.js.map +0 -1
- package/dist/src/domain/model/deposit-management/entities/DepositRefund.entity.d.ts +0 -15
- package/dist/src/domain/model/deposit-management/entities/DepositRefund.entity.js +0 -7
- package/dist/src/domain/model/deposit-management/entities/DepositRefund.entity.js.map +0 -1
- package/dist/src/domain/model/deposit-management/entities/DepositRefundStatus.d.ts +0 -5
- package/dist/src/domain/model/deposit-management/entities/DepositRefundStatus.js +0 -10
- package/dist/src/domain/model/deposit-management/entities/DepositRefundStatus.js.map +0 -1
- package/dist/src/domain/model/deposit-management/entities/ExecuteSweepResponse.d.ts +0 -9
- package/dist/src/domain/model/deposit-management/entities/ExecuteSweepResponse.js +0 -7
- package/dist/src/domain/model/deposit-management/entities/ExecuteSweepResponse.js.map +0 -1
- package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.d.ts +0 -7
- package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.js +0 -7
- package/dist/src/domain/model/deposit-management/entities/SweepExecutionStep.js.map +0 -1
- package/dist/src/domain/model/swap-route-config/dtos/createSwapRouteConfig.dto.d.ts +0 -7
- package/dist/src/domain/model/swap-route-config/dtos/createSwapRouteConfig.dto.js.map +0 -1
- package/dist/src/domain/model/swap-route-config/dtos/index.d.ts +0 -2
- package/dist/src/domain/model/swap-route-config/dtos/index.js.map +0 -1
- package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.d.ts +0 -5
- package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.js +0 -29
- package/dist/src/domain/model/swap-route-config/dtos/updateSwapRouteConfig.dto.js.map +0 -1
- package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.d.ts +0 -10
- package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.js +0 -8
- package/dist/src/domain/model/swap-route-config/entities/BaseSwapRouteConfig.entity.js.map +0 -1
- package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.d.ts +0 -6
- package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.js +0 -8
- package/dist/src/domain/model/swap-route-config/entities/SwapRouteConfigEnriched.entity.js.map +0 -1
- package/dist/src/domain/model/swap-route-config/entities/index.d.ts +0 -2
- package/dist/src/domain/model/swap-route-config/entities/index.js +0 -19
- package/dist/src/domain/model/swap-route-config/entities/index.js.map +0 -1
- package/dist/src/domain/model/swap-route-config/index.js.map +0 -1
- /package/dist/src/domain/model/{swap-route-config → raffle-details}/index.d.ts +0 -0
- /package/dist/src/domain/model/{swap-route-config → raffle-details}/index.js +0 -0
|
@@ -19,6 +19,7 @@ export * from './wallet';
|
|
|
19
19
|
export * from './tradingViewDetails';
|
|
20
20
|
export * from './template';
|
|
21
21
|
export * from './solanaTransactionVersion';
|
|
22
|
+
export * from './raffle';
|
|
22
23
|
export * from './cacheHeaderName';
|
|
23
24
|
export * from './userType';
|
|
24
25
|
export * from './urlValidation';
|
|
@@ -35,6 +35,7 @@ __exportStar(require("./wallet"), exports);
|
|
|
35
35
|
__exportStar(require("./tradingViewDetails"), exports);
|
|
36
36
|
__exportStar(require("./template"), exports);
|
|
37
37
|
__exportStar(require("./solanaTransactionVersion"), exports);
|
|
38
|
+
__exportStar(require("./raffle"), exports);
|
|
38
39
|
__exportStar(require("./cacheHeaderName"), exports);
|
|
39
40
|
__exportStar(require("./userType"), exports);
|
|
40
41
|
__exportStar(require("./urlValidation"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B;AAC3B,6DAA2C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B;AAC3B,6DAA2C;AAC3C,2CAAyB;AACzB,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,gDAA8B;AAC9B,0CAAwB;AACxB,4CAA0B;AAC1B,6DAA2C;AAC3C,4DAA0C;AAC1C,oDAAkC;AAClC,6CAA2B;AAC3B,8DAA4C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare enum RaffleState {
|
|
2
|
+
RAFFLE_STARTED = "RAFFLE_STARTED",
|
|
3
|
+
PICKING_WINNERS = "PICKING_WINNERS",
|
|
4
|
+
CREATING_ALLOWLIST = "CREATING_ALLOWLIST",
|
|
5
|
+
FINALIZING_RAFFLE = "FINALIZING_RAFFLE"
|
|
6
|
+
}
|
|
7
|
+
export declare enum EntryDetailsType {
|
|
8
|
+
DISCORD = "DISCORD",
|
|
9
|
+
WALLET = "WALLET"
|
|
10
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EntryDetailsType = exports.RaffleState = void 0;
|
|
4
|
+
var RaffleState;
|
|
5
|
+
(function (RaffleState) {
|
|
6
|
+
RaffleState["RAFFLE_STARTED"] = "RAFFLE_STARTED";
|
|
7
|
+
RaffleState["PICKING_WINNERS"] = "PICKING_WINNERS";
|
|
8
|
+
RaffleState["CREATING_ALLOWLIST"] = "CREATING_ALLOWLIST";
|
|
9
|
+
RaffleState["FINALIZING_RAFFLE"] = "FINALIZING_RAFFLE";
|
|
10
|
+
})(RaffleState || (exports.RaffleState = RaffleState = {}));
|
|
11
|
+
var EntryDetailsType;
|
|
12
|
+
(function (EntryDetailsType) {
|
|
13
|
+
EntryDetailsType["DISCORD"] = "DISCORD";
|
|
14
|
+
EntryDetailsType["WALLET"] = "WALLET";
|
|
15
|
+
})(EntryDetailsType || (exports.EntryDetailsType = EntryDetailsType = {}));
|
|
16
|
+
//# sourceMappingURL=raffle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"raffle.js","sourceRoot":"","sources":["../../../../src/domain/constants/raffle.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,gDAAiC,CAAA;IACjC,kDAAmC,CAAA;IACnC,wDAAyC,CAAA;IACzC,sDAAuC,CAAA;AACzC,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAED,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;AACnB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B"}
|
|
@@ -8,8 +8,6 @@ exports.blockchainToBlockchainEngineMap = new Map([
|
|
|
8
8
|
[BlockchainSymbol_1.BlockchainSymbol.ETH, blockchainEngine_1.BlockchainEngineType.EVM],
|
|
9
9
|
[BlockchainSymbol_1.BlockchainSymbol.POLYGON, blockchainEngine_1.BlockchainEngineType.EVM],
|
|
10
10
|
[BlockchainSymbol_1.BlockchainSymbol.BASE, blockchainEngine_1.BlockchainEngineType.EVM],
|
|
11
|
-
[BlockchainSymbol_1.BlockchainSymbol.ARBITRUM, blockchainEngine_1.BlockchainEngineType.EVM],
|
|
12
|
-
[BlockchainSymbol_1.BlockchainSymbol.BSC, blockchainEngine_1.BlockchainEngineType.EVM],
|
|
13
11
|
[BlockchainSymbol_1.BlockchainSymbol.BITCOIN, blockchainEngine_1.BlockchainEngineType.BTC],
|
|
14
12
|
[BlockchainSymbol_1.BlockchainSymbol.TRON, blockchainEngine_1.BlockchainEngineType.TRON],
|
|
15
13
|
]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainToBlockchainEngine.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.ts"],"names":[],"mappings":";;;AAAA,6DAA8D;AAC9D,yDAAsD;AAEzC,QAAA,+BAA+B,GAAG,IAAI,GAAG,CAGpD;IACA,CAAC,mCAAgB,CAAC,GAAG,EAAE,uCAAoB,CAAC,GAAG,CAAC;IAChD,CAAC,mCAAgB,CAAC,GAAG,EAAE,uCAAoB,CAAC,GAAG,CAAC;IAChD,CAAC,mCAAgB,CAAC,OAAO,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACpD,CAAC,mCAAgB,CAAC,IAAI,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACjD,CAAC,mCAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"BlockchainToBlockchainEngine.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/BlockchainToBlockchainEngine.ts"],"names":[],"mappings":";;;AAAA,6DAA8D;AAC9D,yDAAsD;AAEzC,QAAA,+BAA+B,GAAG,IAAI,GAAG,CAGpD;IACA,CAAC,mCAAgB,CAAC,GAAG,EAAE,uCAAoB,CAAC,GAAG,CAAC;IAChD,CAAC,mCAAgB,CAAC,GAAG,EAAE,uCAAoB,CAAC,GAAG,CAAC;IAChD,CAAC,mCAAgB,CAAC,OAAO,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACpD,CAAC,mCAAgB,CAAC,IAAI,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACjD,CAAC,mCAAgB,CAAC,OAAO,EAAE,uCAAoB,CAAC,GAAG,CAAC;IACpD,CAAC,mCAAgB,CAAC,IAAI,EAAE,uCAAoB,CAAC,IAAI,CAAC;CACnD,CAAC,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
|
-
import { ShopifyPaymentDetails } from '../../shopify-payment-details';
|
|
3
|
-
import { ChargeSource } from '../constants/ChargeSource';
|
|
4
2
|
import { PrepareRequestBodyFromCharge } from './PrepareRequestBodyFromCharge.entity';
|
|
3
|
+
import { ShopifyPaymentDetails } from '../../shopify-payment-details';
|
|
5
4
|
export declare class Charge extends Entity {
|
|
6
5
|
id: string;
|
|
7
6
|
prepareRequestBody: PrepareRequestBodyFromCharge;
|
|
@@ -10,8 +9,6 @@ export declare class Charge extends Entity {
|
|
|
10
9
|
token: string;
|
|
11
10
|
currencySymbol: string;
|
|
12
11
|
redirectUrl: string;
|
|
13
|
-
source?: ChargeSource;
|
|
14
|
-
depositCustomerId?: string;
|
|
15
12
|
cancelRedirectUrl?: string;
|
|
16
13
|
expiresAt?: string;
|
|
17
14
|
shopifyPaymentDetails: ShopifyPaymentDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Charge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/Charge.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;
|
|
1
|
+
{"version":3,"file":"Charge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/Charge.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAItC,MAAa,MAAO,SAAQ,eAAM;CAoBjC;AApBD,wBAoBC"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { Charge } from './Charge.entity';
|
|
2
2
|
import { Paylink } from '../../paylink';
|
|
3
3
|
import { PaylinkTxWithPublicMeta } from '../../paylink-tx';
|
|
4
|
-
import { DepositCustomerEnrichedEntity } from '../../deposit';
|
|
5
4
|
export declare class EnrichedCharge extends Charge {
|
|
6
5
|
pricingCurrencyRequestAmount: bigint;
|
|
7
6
|
paylink: Paylink;
|
|
8
7
|
paylinkTx: PaylinkTxWithPublicMeta | null;
|
|
9
8
|
isSubscriptionRenewal: boolean;
|
|
10
|
-
depositCustomer?: DepositCustomerEnrichedEntity;
|
|
11
9
|
}
|
|
@@ -10,33 +10,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.EnrichedCharge = void 0;
|
|
13
|
-
const swagger_1 = require("@nestjs/swagger");
|
|
14
13
|
const class_transformer_1 = require("class-transformer");
|
|
15
14
|
const Charge_entity_1 = require("./Charge.entity");
|
|
16
|
-
const paylink_1 = require("../../paylink");
|
|
17
|
-
const deposit_1 = require("../../deposit");
|
|
18
15
|
class EnrichedCharge extends Charge_entity_1.Charge {
|
|
19
16
|
}
|
|
20
17
|
exports.EnrichedCharge = EnrichedCharge;
|
|
21
18
|
__decorate([
|
|
22
|
-
(0, swagger_1.ApiProperty)({ type: String, description: 'Pricing currency request amount' }),
|
|
23
19
|
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
24
20
|
__metadata("design:type", BigInt)
|
|
25
21
|
], EnrichedCharge.prototype, "pricingCurrencyRequestAmount", void 0);
|
|
26
|
-
__decorate([
|
|
27
|
-
(0, swagger_1.ApiProperty)({ type: Object }),
|
|
28
|
-
__metadata("design:type", paylink_1.Paylink)
|
|
29
|
-
], EnrichedCharge.prototype, "paylink", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, swagger_1.ApiPropertyOptional)({ type: Object, nullable: true }),
|
|
32
|
-
__metadata("design:type", Object)
|
|
33
|
-
], EnrichedCharge.prototype, "paylinkTx", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, swagger_1.ApiProperty)(),
|
|
36
|
-
__metadata("design:type", Boolean)
|
|
37
|
-
], EnrichedCharge.prototype, "isSubscriptionRenewal", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, swagger_1.ApiPropertyOptional)({ type: () => deposit_1.DepositCustomerEnrichedEntity }),
|
|
40
|
-
__metadata("design:type", deposit_1.DepositCustomerEnrichedEntity)
|
|
41
|
-
], EnrichedCharge.prototype, "depositCustomer", void 0);
|
|
42
22
|
//# sourceMappingURL=EnrichedCharge.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnrichedCharge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/EnrichedCharge.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"EnrichedCharge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/EnrichedCharge.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,mDAAyC;AAIzC,MAAa,cAAe,SAAQ,sBAAM;CASzC;AATD,wCASC;AAPC;IADC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;oEACH"}
|
|
@@ -16,5 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./dtos"), exports);
|
|
18
18
|
__exportStar(require("./entities"), exports);
|
|
19
|
-
__exportStar(require("./constants"), exports);
|
|
20
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/charge/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/charge/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -15,7 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./CoinbaseAuthCallback.dto"), exports);
|
|
18
|
-
__exportStar(require("./Confirm2FA.dto"), exports);
|
|
19
|
-
__exportStar(require("./Resend2FA.dto"), exports);
|
|
20
|
-
__exportStar(require("./SendCrypto.dto"), exports);
|
|
21
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
|
|
@@ -18,5 +18,4 @@ __exportStar(require("./CoinbaseAccount.entity"), exports);
|
|
|
18
18
|
__exportStar(require("./CoinbaseAccountsResponse.entity"), exports);
|
|
19
19
|
__exportStar(require("./CoinbaseAuthInitResponse.entity"), exports);
|
|
20
20
|
__exportStar(require("./CoinbaseAuthStatusResponse.entity"), exports);
|
|
21
|
-
__exportStar(require("./CoinbaseWithdrawalResponse.entity"), exports);
|
|
22
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,oEAAkD;AAClD,oEAAkD;AAClD,sEAAoD
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/coinbase-auth/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,oEAAkD;AAClD,oEAAkD;AAClD,sEAAoD"}
|
|
@@ -22,5 +22,4 @@ __exportStar(require("./GetRoutesOptions"), exports);
|
|
|
22
22
|
__exportStar(require("./SwapOptions"), exports);
|
|
23
23
|
__exportStar(require("./DecentChainId"), exports);
|
|
24
24
|
__exportStar(require("./DecentAppFeeOverride"), exports);
|
|
25
|
-
__exportStar(require("./DecentBridgeProvider"), exports);
|
|
26
25
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,oDAAkC;AAClC,4DAA0C;AAC1C,mDAAiC;AACjC,qDAAmC;AACnC,gDAA8B;AAC9B,kDAAgC;AAChC,yDAAuC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,oDAAkC;AAClC,4DAA0C;AAC1C,mDAAiC;AACjC,qDAAmC;AACnC,gDAA8B;AAC9B,kDAAgC;AAChC,yDAAuC"}
|
|
@@ -4,5 +4,3 @@ export * from './createDepositCustomer.dto';
|
|
|
4
4
|
export * from './updateDepositWallet.dto';
|
|
5
5
|
export * from './updateWalletActivity.dto';
|
|
6
6
|
export * from './updateDeposit.dto';
|
|
7
|
-
export * from './setDepositCustomerVirtualAccountEmail.dto';
|
|
8
|
-
export * from './setDepositCustomerVirtualAccountCountry.dto';
|
|
@@ -20,6 +20,4 @@ __exportStar(require("./createDepositCustomer.dto"), exports);
|
|
|
20
20
|
__exportStar(require("./updateDepositWallet.dto"), exports);
|
|
21
21
|
__exportStar(require("./updateWalletActivity.dto"), exports);
|
|
22
22
|
__exportStar(require("./updateDeposit.dto"), exports);
|
|
23
|
-
__exportStar(require("./setDepositCustomerVirtualAccountEmail.dto"), exports);
|
|
24
|
-
__exportStar(require("./setDepositCustomerVirtualAccountCountry.dto"), exports);
|
|
25
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,8DAA4C;AAC5C,8DAA4C;AAC5C,4DAA0C;AAC1C,6DAA2C;AAC3C,sDAAoC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,8DAA4C;AAC5C,8DAA4C;AAC5C,4DAA0C;AAC1C,6DAA2C;AAC3C,sDAAoC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Deposit.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/Deposit.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAStC,MAAa,aAAc,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"Deposit.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/Deposit.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAStC,MAAa,aAAc,SAAQ,eAAM;CAwBxC;AAxBD,sCAwBC"}
|
|
@@ -1,20 +1,12 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
|
-
import { DepositCustomerType } from '../constants/DepositCustomerType';
|
|
3
|
-
import { DepositCustomerVirtualAccountDetails } from './DepositCustomerVirtualAccountDetails.entity';
|
|
4
2
|
export declare class DepositCustomerEntity extends Entity {
|
|
5
3
|
id: string;
|
|
6
4
|
deposit: string;
|
|
7
5
|
customerId: string;
|
|
8
6
|
customerEmail?: string;
|
|
9
7
|
token: string;
|
|
10
|
-
type: DepositCustomerType;
|
|
11
8
|
recipientPublicKeys: string[];
|
|
12
9
|
additionalJSON?: string;
|
|
13
10
|
defaultOnrampAmount?: number;
|
|
14
|
-
virtualAccountDetails?: DepositCustomerVirtualAccountDetails;
|
|
15
|
-
requiredAmountMinimalUnit?: string;
|
|
16
|
-
requiredAmountDecimals?: number;
|
|
17
|
-
pricingCurrencyId?: string;
|
|
18
|
-
remainingDueMinimalUnit?: string;
|
|
19
11
|
disabled: boolean;
|
|
20
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DepositCustomer.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomer.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;
|
|
1
|
+
{"version":3,"file":"DepositCustomer.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomer.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,qBAAsB,SAAQ,eAAM;CAkBhD;AAlBD,sDAkBC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
|
-
import { DepositCustomerType } from '../constants/DepositCustomerType';
|
|
3
2
|
import { DepositEnrichedEntity } from './DepositEnriched.entity';
|
|
4
3
|
import { DepositWalletEnrichedEntity } from './DepositWalletEnriched.entity';
|
|
5
|
-
import { DepositCustomerVirtualAccountDetails } from './DepositCustomerVirtualAccountDetails.entity';
|
|
6
4
|
export declare class DepositCustomerEnrichedEntity extends Entity {
|
|
7
5
|
id: string;
|
|
8
6
|
deposit: DepositEnrichedEntity;
|
|
@@ -10,19 +8,7 @@ export declare class DepositCustomerEnrichedEntity extends Entity {
|
|
|
10
8
|
customerId: string;
|
|
11
9
|
customerEmail?: string;
|
|
12
10
|
token: string;
|
|
13
|
-
type: DepositCustomerType;
|
|
14
11
|
recipientPublicKeys: string[];
|
|
15
12
|
defaultOnrampAmount?: number;
|
|
16
|
-
requiredAmountMinimalUnit?: string;
|
|
17
|
-
requiredAmountDecimals?: number;
|
|
18
|
-
pricingCurrencyId?: string;
|
|
19
|
-
remainingDueMinimalUnit?: string;
|
|
20
|
-
depositedCurrency?: {
|
|
21
|
-
symbol: string;
|
|
22
|
-
blockchain: {
|
|
23
|
-
symbol: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
virtualAccountDetails?: DepositCustomerVirtualAccountDetails;
|
|
27
13
|
disabled: boolean;
|
|
28
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DepositCustomerEnriched.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomerEnriched.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;
|
|
1
|
+
{"version":3,"file":"DepositCustomerEnriched.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositCustomerEnriched.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAMtC,MAAa,6BAA8B,SAAQ,eAAM;CAkBxD;AAlBD,sEAkBC"}
|
|
@@ -20,15 +20,9 @@ export interface DepositTransactionStats {
|
|
|
20
20
|
totalAmount: string;
|
|
21
21
|
transactionsByStatus: TransactionStatsByStatus[];
|
|
22
22
|
}
|
|
23
|
-
export interface DepositSearchLinkage {
|
|
24
|
-
paylinkId: string | null;
|
|
25
|
-
chargeId: string | null;
|
|
26
|
-
depositCustomerId: string | null;
|
|
27
|
-
}
|
|
28
23
|
export declare class DepositSearchResultEntity {
|
|
29
24
|
deposit: DepositEnrichedEntity;
|
|
30
25
|
wallets: DepositWalletEnrichedWithDepositCustomerEntity;
|
|
31
26
|
balances: DepositWalletWithBalance;
|
|
32
27
|
transactionStats: DepositTransactionStats;
|
|
33
|
-
linkage: DepositSearchLinkage;
|
|
34
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DepositSearchResult.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositSearchResult.entity.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"DepositSearchResult.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositSearchResult.entity.ts"],"names":[],"mappings":";;;AA2BA,MAAa,yBAAyB;CAQrC;AARD,8DAQC"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
export * from './VirtualAccountBankDetails.entity';
|
|
2
1
|
export * from './DepositCustomerForMerchant.entity';
|
|
3
|
-
export * from './DepositCustomerVirtualAccountDetails.entity';
|
|
4
2
|
export * from './DepositWalletEnriched.entity';
|
|
5
3
|
export * from './DepositEnriched.entity';
|
|
6
4
|
export * from './Deposit.entity';
|
|
@@ -15,10 +13,3 @@ export * from './DepositCurrenciesExchangeRate.entity';
|
|
|
15
13
|
export * from './DepositWalletEnrichedWithDepositCustomer.entity';
|
|
16
14
|
export * from './DepositWalletEnrichedWithDeposit.entity';
|
|
17
15
|
export * from './DepositCustomerWithDepositWallets.entity';
|
|
18
|
-
export * from './VirtualAccount.enums';
|
|
19
|
-
export * from './VirtualAccountBankDetailsInfo.entity';
|
|
20
|
-
export * from './VirtualAccountTransaction.entity';
|
|
21
|
-
export * from './VirtualAccountView.entity';
|
|
22
|
-
export * from './depositOptions.entity';
|
|
23
|
-
export * from './depositOptionsForCard.entity';
|
|
24
|
-
export * from './KycLink.entity';
|
|
@@ -14,9 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./VirtualAccountBankDetails.entity"), exports);
|
|
18
17
|
__exportStar(require("./DepositCustomerForMerchant.entity"), exports);
|
|
19
|
-
__exportStar(require("./DepositCustomerVirtualAccountDetails.entity"), exports);
|
|
20
18
|
__exportStar(require("./DepositWalletEnriched.entity"), exports);
|
|
21
19
|
__exportStar(require("./DepositEnriched.entity"), exports);
|
|
22
20
|
__exportStar(require("./Deposit.entity"), exports);
|
|
@@ -31,11 +29,4 @@ __exportStar(require("./DepositCurrenciesExchangeRate.entity"), exports);
|
|
|
31
29
|
__exportStar(require("./DepositWalletEnrichedWithDepositCustomer.entity"), exports);
|
|
32
30
|
__exportStar(require("./DepositWalletEnrichedWithDeposit.entity"), exports);
|
|
33
31
|
__exportStar(require("./DepositCustomerWithDepositWallets.entity"), exports);
|
|
34
|
-
__exportStar(require("./VirtualAccount.enums"), exports);
|
|
35
|
-
__exportStar(require("./VirtualAccountBankDetailsInfo.entity"), exports);
|
|
36
|
-
__exportStar(require("./VirtualAccountTransaction.entity"), exports);
|
|
37
|
-
__exportStar(require("./VirtualAccountView.entity"), exports);
|
|
38
|
-
__exportStar(require("./depositOptions.entity"), exports);
|
|
39
|
-
__exportStar(require("./depositOptionsForCard.entity"), exports);
|
|
40
|
-
__exportStar(require("./KycLink.entity"), exports);
|
|
41
32
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,iEAA+C;AAC/C,2DAAyC;AACzC,mDAAiC;AACjC,iEAA+C;AAC/C,2DAAyC;AACzC,mEAAiD;AACjD,yDAAuC;AACvC,4DAA0C;AAC1C,iDAA+B;AAC/B,+DAA6C;AAC7C,yEAAuD;AACvD,oFAAkE;AAClE,4EAA0D;AAC1D,6EAA2D"}
|
|
@@ -17,5 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./dtos"), exports);
|
|
18
18
|
__exportStar(require("./entities"), exports);
|
|
19
19
|
__exportStar(require("./query"), exports);
|
|
20
|
-
__exportStar(require("./constants"), exports);
|
|
21
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/deposit/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B;AAC3B,0CAAwB
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/deposit/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B;AAC3B,0CAAwB"}
|
|
@@ -16,5 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./GetIncomingTransactions.dto"), exports);
|
|
18
18
|
__exportStar(require("./RefundTransaction.dto"), exports);
|
|
19
|
-
__exportStar(require("./Sweep.dto"), exports);
|
|
20
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C;AAC9C,0DAAwC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C;AAC9C,0DAAwC"}
|
|
@@ -14,9 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./DepositRefund.entity"), exports);
|
|
18
|
-
__exportStar(require("./DepositRefundStatus"), exports);
|
|
19
|
-
__exportStar(require("./ExecuteSweepResponse"), exports);
|
|
20
17
|
__exportStar(require("./RefundTransactionResponse.entity"), exports);
|
|
21
|
-
__exportStar(require("./SweepExecutionStep"), exports);
|
|
22
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-management/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DepositWalletIncomingTransaction.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.ts"],"names":[],"mappings":";;;AAGA,MAAa,gCAAgC;
|
|
1
|
+
{"version":3,"file":"DepositWalletIncomingTransaction.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-wallet-incoming-transaction/entities/DepositWalletIncomingTransaction.entity.ts"],"names":[],"mappings":";;;AAGA,MAAa,gCAAgC;CAsB5C;AAtBD,4EAsBC"}
|
|
@@ -9,19 +9,30 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.EmailRaffleMerchantDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class EmailRaffleMerchantDto {
|
|
15
15
|
}
|
|
16
|
-
exports.
|
|
16
|
+
exports.EmailRaffleMerchantDto = EmailRaffleMerchantDto;
|
|
17
17
|
__decorate([
|
|
18
18
|
(0, class_validator_1.IsString)(),
|
|
19
19
|
(0, class_validator_1.IsNotEmpty)(),
|
|
20
20
|
__metadata("design:type", String)
|
|
21
|
-
],
|
|
21
|
+
], EmailRaffleMerchantDto.prototype, "paymentRequestName", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsEmail)(),
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], EmailRaffleMerchantDto.prototype, "email", void 0);
|
|
22
27
|
__decorate([
|
|
23
28
|
(0, class_validator_1.IsString)(),
|
|
24
29
|
(0, class_validator_1.IsNotEmpty)(),
|
|
25
30
|
__metadata("design:type", String)
|
|
26
|
-
],
|
|
27
|
-
|
|
31
|
+
], EmailRaffleMerchantDto.prototype, "paylinkUrl", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsArray)(),
|
|
34
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
35
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
36
|
+
__metadata("design:type", Array)
|
|
37
|
+
], EmailRaffleMerchantDto.prototype, "winners", void 0);
|
|
38
|
+
//# sourceMappingURL=emailRaffleMerchant.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emailRaffleMerchant.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/emailRaffleMerchant.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AAEzE,MAAa,sBAAsB;CAiBlC;AAjBD,wDAiBC;AAdC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kEACc;AAI3B;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;qDACC;AAId;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACM;AAKnB;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,GAAE;;uDACK"}
|
|
@@ -9,19 +9,29 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.EmailRaffleWinnerDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class EmailRaffleWinnerDto {
|
|
15
15
|
}
|
|
16
|
-
exports.
|
|
16
|
+
exports.EmailRaffleWinnerDto = EmailRaffleWinnerDto;
|
|
17
17
|
__decorate([
|
|
18
18
|
(0, class_validator_1.IsString)(),
|
|
19
19
|
(0, class_validator_1.IsNotEmpty)(),
|
|
20
20
|
__metadata("design:type", String)
|
|
21
|
-
],
|
|
21
|
+
], EmailRaffleWinnerDto.prototype, "paymentRequestName", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsEmail)(),
|
|
24
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], EmailRaffleWinnerDto.prototype, "email", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], EmailRaffleWinnerDto.prototype, "paylinkUrl", void 0);
|
|
22
32
|
__decorate([
|
|
23
33
|
(0, class_validator_1.IsString)(),
|
|
24
34
|
(0, class_validator_1.IsNotEmpty)(),
|
|
25
35
|
__metadata("design:type", String)
|
|
26
|
-
],
|
|
27
|
-
//# sourceMappingURL=
|
|
36
|
+
], EmailRaffleWinnerDto.prototype, "walletPK", void 0);
|
|
37
|
+
//# sourceMappingURL=emailRaffleWinner.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emailRaffleWinner.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/emailRaffleWinner.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAEhE,MAAa,oBAAoB;CAgBhC;AAhBD,oDAgBC;AAbC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gEACc;AAI3B;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;mDACC;AAId;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACM;AAInB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI"}
|
|
@@ -3,6 +3,8 @@ export * from './emailInvoice.dto';
|
|
|
3
3
|
export * from './emailClaimRequest.dto';
|
|
4
4
|
export * from './emailClaimSuccess.dto';
|
|
5
5
|
export * from './emailClaimFailure.dto';
|
|
6
|
+
export * from './emailRaffleMerchant.dto';
|
|
7
|
+
export * from './emailRaffleWinner.dto';
|
|
6
8
|
export * from './emailCompanyInvite.dto';
|
|
7
9
|
export * from './emailSubscriptionEventDto';
|
|
8
10
|
export * from './emailTelegramGroupInvite.dto';
|
|
@@ -19,6 +19,8 @@ __exportStar(require("./emailInvoice.dto"), exports);
|
|
|
19
19
|
__exportStar(require("./emailClaimRequest.dto"), exports);
|
|
20
20
|
__exportStar(require("./emailClaimSuccess.dto"), exports);
|
|
21
21
|
__exportStar(require("./emailClaimFailure.dto"), exports);
|
|
22
|
+
__exportStar(require("./emailRaffleMerchant.dto"), exports);
|
|
23
|
+
__exportStar(require("./emailRaffleWinner.dto"), exports);
|
|
22
24
|
__exportStar(require("./emailCompanyInvite.dto"), exports);
|
|
23
25
|
__exportStar(require("./emailSubscriptionEventDto"), exports);
|
|
24
26
|
__exportStar(require("./emailTelegramGroupInvite.dto"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,qDAAmC;AACnC,0DAAwC;AACxC,0DAAwC;AACxC,0DAAwC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/email/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,qDAAmC;AACnC,0DAAwC;AACxC,0DAAwC;AACxC,0DAAwC;AACxC,4DAA0C;AAC1C,0DAAwC;AACxC,2DAAyC;AACzC,8DAA4C;AAC5C,iEAA+C;AAC/C,4DAA0C;AAC1C,6DAA2C"}
|