@heliofi/common 0.2.257 → 0.2.259
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/model/audit/explorer/constants/ExplorerAuditAction.d.ts +1 -0
- package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditAction.js +1 -0
- package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditAction.js.map +1 -1
- package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditActionType.js +1 -0
- package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditActionType.js.map +1 -1
- package/dist/src/domain/model/company/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/company/dtos/index.js +1 -0
- package/dist/src/domain/model/company/dtos/index.js.map +1 -1
- package/dist/src/domain/model/company/dtos/updateMinimalDepositAmount.dto.d.ts +6 -0
- package/dist/src/domain/model/company/dtos/updateMinimalDepositAmount.dto.js +29 -0
- package/dist/src/domain/model/company/dtos/updateMinimalDepositAmount.dto.js.map +1 -0
- package/dist/src/domain/model/company/entities/CompanyWithFees.entity.d.ts +2 -0
- package/dist/src/domain/model/company/entities/CompanyWithFees.entity.js.map +1 -1
- package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformQuote.dto.d.ts +4 -1
- package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformQuote.dto.js +11 -0
- package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformQuote.dto.js.map +1 -1
- package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformTransaction.dto.d.ts +3 -0
- package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformTransaction.dto.js +22 -0
- package/dist/src/domain/model/on-ramps/dtos/getMoonPayPlatformTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/on-ramps/dtos/index.d.ts +2 -1
- package/dist/src/domain/model/on-ramps/dtos/index.js +2 -1
- package/dist/src/domain/model/on-ramps/dtos/index.js.map +1 -1
- package/dist/src/domain/model/on-ramps/entities/MoonPayPaymentMethodType.d.ts +16 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPaymentMethodType.js +21 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPaymentMethodType.js.map +1 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformTransaction.entity.d.ts +7 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformTransaction.entity.js +8 -0
- package/dist/src/domain/model/on-ramps/entities/MoonPayPlatformTransaction.entity.js.map +1 -0
- package/dist/src/domain/model/on-ramps/entities/index.d.ts +2 -0
- package/dist/src/domain/model/on-ramps/entities/index.js +2 -0
- package/dist/src/domain/model/on-ramps/entities/index.js.map +1 -1
- package/dist/src/domain/model/webhook/index.d.ts +1 -0
- package/dist/src/domain/model/webhook/index.js +1 -0
- package/dist/src/domain/model/webhook/index.js.map +1 -1
- package/dist/src/domain/model/webhook/withdrawal/index.d.ts +2 -0
- package/dist/src/domain/model/webhook/withdrawal/index.js +19 -0
- package/dist/src/domain/model/webhook/withdrawal/index.js.map +1 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook/entities/index.d.ts +1 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook/entities/index.js +3 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook/entities/index.js.map +1 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook/index.d.ts +1 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook/index.js +18 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook/index.js.map +1 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/WithdrawalHookEvent.entity.d.ts +6 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/WithdrawalHookEvent.entity.js +11 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/WithdrawalHookEvent.entity.js.map +1 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/WithdrawalHookEventStatus.entity.d.ts +5 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/WithdrawalHookEventStatus.entity.js +10 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/WithdrawalHookEventStatus.entity.js.map +1 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/index.d.ts +2 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/index.js +19 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/index.js.map +1 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/index.d.ts +1 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/index.js +18 -0
- package/dist/src/domain/model/webhook/withdrawal/withdrawal-hook-event/index.js.map +1 -0
- package/dist/src/domain/model/withdraw/constants/{WithdrawFeature.d.ts → WithdrawalFeature.d.ts} +1 -1
- package/dist/src/domain/model/withdraw/constants/WithdrawalFeature.js +9 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawalFeature.js.map +1 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawalKind.d.ts +3 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawalKind.js +8 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawalKind.js.map +1 -0
- package/dist/src/domain/model/withdraw/constants/{WithdrawState.d.ts → WithdrawalState.d.ts} +1 -1
- package/dist/src/domain/model/withdraw/constants/WithdrawalState.js +16 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawalState.js.map +1 -0
- package/dist/src/domain/model/withdraw/constants/{WithdrawTransactionDirection.d.ts → WithdrawalTransactionDirection.d.ts} +1 -1
- package/dist/src/domain/model/withdraw/constants/WithdrawalTransactionDirection.js +10 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawalTransactionDirection.js.map +1 -0
- package/dist/src/domain/model/withdraw/constants/{WithdrawTransactionStatus.d.ts → WithdrawalTransactionStatus.d.ts} +1 -1
- package/dist/src/domain/model/withdraw/constants/WithdrawalTransactionStatus.js +10 -0
- package/dist/src/domain/model/withdraw/constants/WithdrawalTransactionStatus.js.map +1 -0
- package/dist/src/domain/model/withdraw/constants/index.d.ts +5 -5
- package/dist/src/domain/model/withdraw/constants/index.js +5 -5
- package/dist/src/domain/model/withdraw/constants/index.js.map +1 -1
- package/dist/src/domain/model/withdraw/dtos/{baseWithdraw.dto.d.ts → baseWithdrawalConfig.dto.d.ts} +3 -3
- package/dist/src/domain/model/withdraw/dtos/{baseWithdraw.dto.js → baseWithdrawalConfig.dto.js} +9 -9
- package/dist/src/domain/model/withdraw/dtos/baseWithdrawalConfig.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/createWithdrawalConfig.dto.d.ts +7 -0
- package/dist/src/domain/model/withdraw/dtos/{createWithdraw.dto.js → createWithdrawalConfig.dto.js} +10 -10
- package/dist/src/domain/model/withdraw/dtos/createWithdrawalConfig.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/index.d.ts +11 -13
- package/dist/src/domain/model/withdraw/dtos/index.js +11 -13
- package/dist/src/domain/model/withdraw/dtos/index.js.map +1 -1
- package/dist/src/domain/model/withdraw/dtos/preparedTransaction.dto.d.ts +2 -2
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawal.dto.d.ts +6 -0
- package/dist/src/domain/model/withdraw/dtos/{preparedWithdraw.dto.js → preparedWithdrawal.dto.js} +11 -20
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawal.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/{preparedWithdrawCall.dto.d.ts → preparedWithdrawalCall.dto.d.ts} +1 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalCall.dto.js +7 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalCall.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/{preparedWithdrawSummary.dto.d.ts → preparedWithdrawalSummary.dto.d.ts} +1 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalSummary.dto.js +7 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalSummary.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedData.dto.d.ts +8 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedData.dto.js +7 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedData.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/{preparedWithdrawTypedDataDomain.dto.d.ts → preparedWithdrawalTypedDataDomain.dto.d.ts} +1 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedDataDomain.dto.js +7 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedDataDomain.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedDataField.dto.d.ts +4 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedDataField.dto.js +7 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalTypedDataField.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawal.dto.d.ts +5 -0
- package/dist/src/domain/model/withdraw/dtos/{submitWithdraw.dto.js → submitWithdrawal.dto.js} +9 -9
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawal.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/{submitWithdrawSignedTx.dto.d.ts → submitWithdrawalSignedTx.dto.d.ts} +1 -1
- package/dist/src/domain/model/withdraw/dtos/{submitWithdrawSignedTx.dto.js → submitWithdrawalSignedTx.dto.js} +6 -6
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawalSignedTx.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/updateWithdrawalConfig.dto.d.ts +5 -0
- package/dist/src/domain/model/withdraw/dtos/{updateWithdraw.dto.js → updateWithdrawalConfig.dto.js} +7 -7
- package/dist/src/domain/model/withdraw/dtos/updateWithdrawalConfig.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/PreparedWithdrawal.entity.d.ts +9 -0
- package/dist/src/domain/model/withdraw/entities/PreparedWithdrawal.entity.js +8 -0
- package/dist/src/domain/model/withdraw/entities/PreparedWithdrawal.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/SubmitWithdrawal.entity.d.ts +9 -0
- package/dist/src/domain/model/withdraw/entities/SubmitWithdrawal.entity.js +8 -0
- package/dist/src/domain/model/withdraw/entities/SubmitWithdrawal.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalBalancesResponse.entity.d.ts +4 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalBalancesResponse.entity.js +7 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalBalancesResponse.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/{Withdraw.entity.d.ts → WithdrawalConfig.entity.d.ts} +3 -3
- package/dist/src/domain/model/withdraw/entities/WithdrawalConfig.entity.js +8 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalConfig.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/{WithdrawCostBreakdown.entity.d.ts → WithdrawalCostBreakdown.entity.d.ts} +1 -1
- package/dist/src/domain/model/withdraw/entities/WithdrawalCostBreakdown.entity.js +7 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalCostBreakdown.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/{WithdrawCustomerSwapRoute.entity.d.ts → WithdrawalCustomerSwapRoute.entity.d.ts} +1 -1
- package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoute.entity.js +7 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoute.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoutesResponse.entity.d.ts +4 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoutesResponse.entity.js +7 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoutesResponse.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/index.d.ts +7 -4
- package/dist/src/domain/model/withdraw/entities/index.js +7 -4
- package/dist/src/domain/model/withdraw/entities/index.js.map +1 -1
- package/dist/src/domain/model/withdraw/index.d.ts +1 -0
- package/dist/src/domain/model/withdraw/index.js +1 -0
- package/dist/src/domain/model/withdraw/index.js.map +1 -1
- package/dist/src/domain/model/withdraw/query/getWithdrawalBalances.dto.d.ts +3 -0
- package/dist/src/domain/model/withdraw/query/getWithdrawalBalances.dto.js +22 -0
- package/dist/src/domain/model/withdraw/query/getWithdrawalBalances.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/query/index.d.ts +1 -0
- package/dist/src/domain/model/withdraw/query/index.js +18 -0
- package/dist/src/domain/model/withdraw/query/index.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/withdraw/constants/WithdrawFeature.js +0 -9
- package/dist/src/domain/model/withdraw/constants/WithdrawFeature.js.map +0 -1
- package/dist/src/domain/model/withdraw/constants/WithdrawKind.d.ts +0 -3
- package/dist/src/domain/model/withdraw/constants/WithdrawKind.js +0 -8
- package/dist/src/domain/model/withdraw/constants/WithdrawKind.js.map +0 -1
- package/dist/src/domain/model/withdraw/constants/WithdrawState.js +0 -16
- package/dist/src/domain/model/withdraw/constants/WithdrawState.js.map +0 -1
- package/dist/src/domain/model/withdraw/constants/WithdrawTransactionDirection.js +0 -10
- package/dist/src/domain/model/withdraw/constants/WithdrawTransactionDirection.js.map +0 -1
- package/dist/src/domain/model/withdraw/constants/WithdrawTransactionStatus.js +0 -10
- package/dist/src/domain/model/withdraw/constants/WithdrawTransactionStatus.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/baseWithdraw.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/createWithdraw.dto.d.ts +0 -7
- package/dist/src/domain/model/withdraw/dtos/createWithdraw.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdraw.dto.d.ts +0 -8
- package/dist/src/domain/model/withdraw/dtos/preparedWithdraw.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawCall.dto.js +0 -7
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawCall.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawResponse.dto.d.ts +0 -7
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawResponse.dto.js +0 -7
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawResponse.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawSummary.dto.js +0 -7
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawSummary.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedData.dto.d.ts +0 -8
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedData.dto.js +0 -7
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedData.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedDataDomain.dto.js +0 -7
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedDataDomain.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedDataField.dto.d.ts +0 -4
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedDataField.dto.js +0 -7
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawTypedDataField.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/submitWithdraw.dto.d.ts +0 -5
- package/dist/src/domain/model/withdraw/dtos/submitWithdraw.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawResponse.dto.d.ts +0 -8
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawResponse.dto.js +0 -7
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawResponse.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/submitWithdrawSignedTx.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/dtos/updateWithdraw.dto.d.ts +0 -5
- package/dist/src/domain/model/withdraw/dtos/updateWithdraw.dto.js.map +0 -1
- package/dist/src/domain/model/withdraw/entities/Withdraw.entity.js +0 -8
- package/dist/src/domain/model/withdraw/entities/Withdraw.entity.js.map +0 -1
- package/dist/src/domain/model/withdraw/entities/WithdrawCostBreakdown.entity.js +0 -7
- package/dist/src/domain/model/withdraw/entities/WithdrawCostBreakdown.entity.js.map +0 -1
- package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoute.entity.js +0 -7
- package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoute.entity.js.map +0 -1
- package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoutesResponse.entity.d.ts +0 -4
- package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoutesResponse.entity.js +0 -7
- package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoutesResponse.entity.js.map +0 -1
|
@@ -8,6 +8,7 @@ export declare enum ExplorerAuditAction {
|
|
|
8
8
|
COMPANY_AFFILIATE_FEE_UPDATE = "COMPANY_AFFILIATE_FEE_UPDATE",
|
|
9
9
|
COMPANY_BASE_FEE_UPDATE = "COMPANY_BASE_FEE_UPDATE",
|
|
10
10
|
COMPANY_DAILY_LIMIT_UPDATE = "COMPANY_DAILY_LIMIT_UPDATE",
|
|
11
|
+
COMPANY_MINIMAL_DEPOSIT_AMOUNT_UPDATE = "COMPANY_MINIMAL_DEPOSIT_AMOUNT_UPDATE",
|
|
11
12
|
COMPANY_CUSTOM_DEPOSIT_PATH_FEE_CREATE = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_CREATE",
|
|
12
13
|
COMPANY_CUSTOM_DEPOSIT_PATH_FEE_UPDATE = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_UPDATE",
|
|
13
14
|
COMPANY_CUSTOM_DEPOSIT_PATH_FEE_DELETE = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_DELETE",
|
|
@@ -12,6 +12,7 @@ var ExplorerAuditAction;
|
|
|
12
12
|
ExplorerAuditAction["COMPANY_AFFILIATE_FEE_UPDATE"] = "COMPANY_AFFILIATE_FEE_UPDATE";
|
|
13
13
|
ExplorerAuditAction["COMPANY_BASE_FEE_UPDATE"] = "COMPANY_BASE_FEE_UPDATE";
|
|
14
14
|
ExplorerAuditAction["COMPANY_DAILY_LIMIT_UPDATE"] = "COMPANY_DAILY_LIMIT_UPDATE";
|
|
15
|
+
ExplorerAuditAction["COMPANY_MINIMAL_DEPOSIT_AMOUNT_UPDATE"] = "COMPANY_MINIMAL_DEPOSIT_AMOUNT_UPDATE";
|
|
15
16
|
ExplorerAuditAction["COMPANY_CUSTOM_DEPOSIT_PATH_FEE_CREATE"] = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_CREATE";
|
|
16
17
|
ExplorerAuditAction["COMPANY_CUSTOM_DEPOSIT_PATH_FEE_UPDATE"] = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_UPDATE";
|
|
17
18
|
ExplorerAuditAction["COMPANY_CUSTOM_DEPOSIT_PATH_FEE_DELETE"] = "COMPANY_CUSTOM_DEPOSIT_PATH_FEE_DELETE";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExplorerAuditAction.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditAction.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"ExplorerAuditAction.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditAction.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAiGX;AAjGD,WAAY,mBAAmB;IAE7B,oDAA6B,CAAA;IAC7B,wEAAiD,CAAA;IACjD,wEAAiD,CAAA;IACjD,wFAAiE,CAAA;IACjE,0FAAmE,CAAA;IACnE,kFAA2D,CAAA;IAC3D,oFAA6D,CAAA;IAC7D,0EAAmD,CAAA;IACnD,gFAAyD,CAAA;IACzD,sGAA+E,CAAA;IAC/E,wGAAiF,CAAA;IACjF,wGAAiF,CAAA;IACjF,wGAAiF,CAAA;IACjF,oGAA6E,CAAA;IAC7E,oGAA6E,CAAA;IAC7E,oGAA6E,CAAA;IAC7E,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,8GAAuF,CAAA;IACvF,wHAAiG,CAAA;IACjG,wHAAiG,CAAA;IACjG,wHAAiG,CAAA;IACjG,8FAAuE,CAAA;IACvE,8FAAuE,CAAA;IACvE,0GAAmF,CAAA;IACnF,gEAAyC,CAAA;IACzC,gEAAyC,CAAA;IAGzC,0DAAmC,CAAA;IACnC,0DAAmC,CAAA;IAGnC,kEAA2C,CAAA;IAC3C,kFAA2D,CAAA;IAC3D,kFAA2D,CAAA;IAC3D,kFAA2D,CAAA;IAC3D,wEAAiD,CAAA;IACjD,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,4FAAqE,CAAA;IACrE,kEAA2C,CAAA;IAC3C,sEAA+C,CAAA;IAC/C,wFAAiE,CAAA;IACjE,0EAAmD,CAAA;IACnD,kFAA2D,CAAA;IAC3D,4FAAqE,CAAA;IACrE,wDAAiC,CAAA;IACjC,sEAA+C,CAAA;IAC/C,sEAA+C,CAAA;IAG/C,gEAAyC,CAAA;IACzC,oEAA6C,CAAA;IAC7C,wEAAiD,CAAA;IACjD,gFAAyD,CAAA;IACzD,0DAAmC,CAAA;IACnC,8DAAuC,CAAA;IAGvC,4DAAqC,CAAA;IACrC,4CAAqB,CAAA;IACrB,gDAAyB,CAAA;IAGzB,wEAAiD,CAAA;IACjD,4EAAqD,CAAA;IACrD,4EAAqD,CAAA;IAGrD,sEAA+C,CAAA;IAG/C,kFAA2D,CAAA;IAC3D,wEAAiD,CAAA;IACjD,oFAA6D,CAAA;IAC7D,sFAA+D,CAAA;IAC/D,4FAAqE,CAAA;IAGrE,kFAA2D,CAAA;IAC3D,0FAAmE,CAAA;IACnE,oEAA6C,CAAA;IAC7C,0EAAmD,CAAA;IACnD,8EAAuD,CAAA;IACvD,gGAAyE,CAAA;IACzE,gEAAyC,CAAA;IACzC,4GAAqF,CAAA;IACrF,4GAAqF,CAAA;IACrF,kFAA2D,CAAA;IAG3D,oFAA6D,CAAA;IAC7D,0EAAmD,CAAA;IACnD,4EAAqD,CAAA;AACvD,CAAC,EAjGW,mBAAmB,mCAAnB,mBAAmB,QAiG9B"}
|
|
@@ -15,6 +15,7 @@ const WRITE_ACTIONS = new Set([
|
|
|
15
15
|
ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_AFFILIATE_FEE_UPDATE,
|
|
16
16
|
ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_BASE_FEE_UPDATE,
|
|
17
17
|
ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_DAILY_LIMIT_UPDATE,
|
|
18
|
+
ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_MINIMAL_DEPOSIT_AMOUNT_UPDATE,
|
|
18
19
|
ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_CUSTOM_DEPOSIT_PATH_FEE_CREATE,
|
|
19
20
|
ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_CUSTOM_DEPOSIT_PATH_FEE_UPDATE,
|
|
20
21
|
ExplorerAuditAction_1.ExplorerAuditAction.COMPANY_CUSTOM_DEPOSIT_PATH_FEE_DELETE,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExplorerAuditActionType.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditActionType.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAE5D,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,wCAAa,CAAA;IACb,0CAAe,CAAA;AACjB,CAAC,EAHW,uBAAuB,uCAAvB,uBAAuB,QAGlC;AAED,MAAM,aAAa,GAAG,IAAI,GAAG,CAAsB;IACjD,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,8BAA8B;IAClD,yCAAmB,CAAC,+BAA+B;IACnD,yCAAmB,CAAC,2BAA2B;IAC/C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,uBAAuB;IAC3C,yCAAmB,CAAC,0BAA0B;IAC9C,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,iCAAiC;IACrD,yCAAmB,CAAC,iCAAiC;IACrD,yCAAmB,CAAC,uCAAuC;IAC3D,yCAAmB,CAAC,kBAAkB;IACtC,yCAAmB,CAAC,kBAAkB;IACtC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,2BAA2B;IAC/C,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,6BAA6B;IACjD,yCAAmB,CAAC,gCAAgC;IACpD,yCAAmB,CAAC,mBAAmB;IACvC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,8BAA8B;IAClD,yCAAmB,CAAC,uBAAuB;IAC3C,yCAAmB,CAAC,cAAc;IAClC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,iBAAiB;IACrC,yCAAmB,CAAC,UAAU;IAC9B,yCAAmB,CAAC,wBAAwB;IAC5C,yCAAmB,CAAC,wBAAwB;IAC5C,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,6BAA6B;IACjD,yCAAmB,CAAC,gCAAgC;IACpD,yCAAmB,CAAC,uBAAuB;CAC5C,CAAC,CAAC;AAEI,MAAM,aAAa,GAAG,CAC3B,MAA2B,EACF,EAAE,CAC3B,aAAa,CAAC,GAAG,CAAC,MAAM,CAAC;IACvB,CAAC,CAAC,uBAAuB,CAAC,KAAK;IAC/B,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC;AALtB,QAAA,aAAa,iBAKS"}
|
|
1
|
+
{"version":3,"file":"ExplorerAuditActionType.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/audit/explorer/constants/ExplorerAuditActionType.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAE5D,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,wCAAa,CAAA;IACb,0CAAe,CAAA;AACjB,CAAC,EAHW,uBAAuB,uCAAvB,uBAAuB,QAGlC;AAED,MAAM,aAAa,GAAG,IAAI,GAAG,CAAsB;IACjD,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,8BAA8B;IAClD,yCAAmB,CAAC,+BAA+B;IACnD,yCAAmB,CAAC,2BAA2B;IAC/C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,uBAAuB;IAC3C,yCAAmB,CAAC,0BAA0B;IAC9C,yCAAmB,CAAC,qCAAqC;IACzD,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,sCAAsC;IAC1D,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,oCAAoC;IACxD,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,yCAAyC;IAC7D,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,8CAA8C;IAClE,yCAAmB,CAAC,iCAAiC;IACrD,yCAAmB,CAAC,iCAAiC;IACrD,yCAAmB,CAAC,uCAAuC;IAC3D,yCAAmB,CAAC,kBAAkB;IACtC,yCAAmB,CAAC,kBAAkB;IACtC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,2BAA2B;IAC/C,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,6BAA6B;IACjD,yCAAmB,CAAC,gCAAgC;IACpD,yCAAmB,CAAC,mBAAmB;IACvC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,8BAA8B;IAClD,yCAAmB,CAAC,uBAAuB;IAC3C,yCAAmB,CAAC,cAAc;IAClC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,qBAAqB;IACzC,yCAAmB,CAAC,eAAe;IACnC,yCAAmB,CAAC,iBAAiB;IACrC,yCAAmB,CAAC,UAAU;IAC9B,yCAAmB,CAAC,wBAAwB;IAC5C,yCAAmB,CAAC,wBAAwB;IAC5C,yCAAmB,CAAC,sBAAsB;IAC1C,yCAAmB,CAAC,4BAA4B;IAChD,yCAAmB,CAAC,6BAA6B;IACjD,yCAAmB,CAAC,gCAAgC;IACpD,yCAAmB,CAAC,uBAAuB;CAC5C,CAAC,CAAC;AAEI,MAAM,aAAa,GAAG,CAC3B,MAA2B,EACF,EAAE,CAC3B,aAAa,CAAC,GAAG,CAAC,MAAM,CAAC;IACvB,CAAC,CAAC,uBAAuB,CAAC,KAAK;IAC/B,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC;AALtB,QAAA,aAAa,iBAKS"}
|
|
@@ -10,6 +10,7 @@ export * from './updateDepositAffiliateFee.dto';
|
|
|
10
10
|
export * from './updateDepositPathFeeRule.dto';
|
|
11
11
|
export * from './updateDisabledSwapCurrencies.dto';
|
|
12
12
|
export * from './updateIronApiKey.dto';
|
|
13
|
+
export * from './updateMinimalDepositAmount.dto';
|
|
13
14
|
export * from './updateMoonpayApiKey.dto';
|
|
14
15
|
export * from './updateOneToOneSwapRoutes.dto';
|
|
15
16
|
export * from './updateOnramperApiKey.dto';
|
|
@@ -26,6 +26,7 @@ __exportStar(require("./updateDepositAffiliateFee.dto"), exports);
|
|
|
26
26
|
__exportStar(require("./updateDepositPathFeeRule.dto"), exports);
|
|
27
27
|
__exportStar(require("./updateDisabledSwapCurrencies.dto"), exports);
|
|
28
28
|
__exportStar(require("./updateIronApiKey.dto"), exports);
|
|
29
|
+
__exportStar(require("./updateMinimalDepositAmount.dto"), exports);
|
|
29
30
|
__exportStar(require("./updateMoonpayApiKey.dto"), exports);
|
|
30
31
|
__exportStar(require("./updateOneToOneSwapRoutes.dto"), exports);
|
|
31
32
|
__exportStar(require("./updateOnramperApiKey.dto"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,mEAAiD;AACjD,iEAA+C;AAC/C,mEAAiD;AACjD,iEAA+C;AAC/C,sDAAoC;AACpC,mEAAiD;AACjD,wEAAsD;AACtD,kEAAgD;AAChD,iEAA+C;AAC/C,qEAAmD;AACnD,yDAAuC;AACvC,4DAA0C;AAC1C,iEAA+C;AAC/C,6DAA2C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,mEAAiD;AACjD,iEAA+C;AAC/C,mEAAiD;AACjD,iEAA+C;AAC/C,sDAAoC;AACpC,mEAAiD;AACjD,wEAAsD;AACtD,kEAAgD;AAChD,iEAA+C;AAC/C,qEAAmD;AACnD,yDAAuC;AACvC,mEAAiD;AACjD,4DAA0C;AAC1C,iEAA+C;AAC/C,6DAA2C"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { BlockchainSymbol } from '../../blockchain';
|
|
2
|
+
import { DepositBlockchainSymbol } from '../../blockchain/constants';
|
|
3
|
+
export declare class UpdateMinimalDepositAmountDto {
|
|
4
|
+
blockchainSymbol: BlockchainSymbol | DepositBlockchainSymbol;
|
|
5
|
+
minDepositAmountUsd: number | null;
|
|
6
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UpdateMinimalDepositAmountDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const blockchain_1 = require("../../blockchain");
|
|
15
|
+
const constants_1 = require("../../blockchain/constants");
|
|
16
|
+
class UpdateMinimalDepositAmountDto {
|
|
17
|
+
}
|
|
18
|
+
exports.UpdateMinimalDepositAmountDto = UpdateMinimalDepositAmountDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, class_validator_1.IsEnum)({ ...blockchain_1.BlockchainSymbol, ...constants_1.DepositBlockchainSymbol }),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], UpdateMinimalDepositAmountDto.prototype, "blockchainSymbol", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.ValidateIf)((_, value) => value !== null),
|
|
25
|
+
(0, class_validator_1.IsNumber)(),
|
|
26
|
+
(0, class_validator_1.Min)(0),
|
|
27
|
+
__metadata("design:type", Object)
|
|
28
|
+
], UpdateMinimalDepositAmountDto.prototype, "minDepositAmountUsd", void 0);
|
|
29
|
+
//# sourceMappingURL=updateMinimalDepositAmount.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateMinimalDepositAmount.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/updateMinimalDepositAmount.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoE;AACpE,iDAAoD;AACpD,0DAAqE;AAErE,MAAa,6BAA6B;CAmBzC;AAnBD,sEAmBC;AAbC;IADC,IAAA,wBAAM,EAAC,EAAE,GAAG,6BAAgB,EAAE,GAAG,mCAAuB,EAAE,CAAC;;uEACC;AAY7D;IAHC,IAAA,4BAAU,EAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC;IACxC,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,CAAC,CAAC;;0EAC4B"}
|
|
@@ -13,7 +13,9 @@ export declare class CompanyWithFees extends BaseCompany {
|
|
|
13
13
|
customAffiliateDepositPathFees?: CustomDepositPathFee[];
|
|
14
14
|
affiliateDepositPathFeeRules?: DepositPathFeeRule[];
|
|
15
15
|
paymentMethodFees?: PaymentMethodFee[];
|
|
16
|
+
disabledSwapCurrencies?: string[];
|
|
16
17
|
customFeeBps?: number;
|
|
17
18
|
dailyDepositCustomerLimit?: number;
|
|
19
|
+
minDepositAmountUsdByChain?: Partial<Record<BlockchainSymbol | DepositBlockchainSymbol, number>>;
|
|
18
20
|
oneToOneSwapRoutesEnabled?: boolean;
|
|
19
21
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompanyWithFees.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/CompanyWithFees.entity.ts"],"names":[],"mappings":";;;AAAA,6DAAyE;AAMzE,MAAa,eAAgB,SAAQ,gCAAW;
|
|
1
|
+
{"version":3,"file":"CompanyWithFees.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/CompanyWithFees.entity.ts"],"names":[],"mappings":";;;AAAA,6DAAyE;AAMzE,MAAa,eAAgB,SAAQ,gCAAW;CA8C/C;AA9CD,0CA8CC"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
import { MoonPayPaymentMethodType } from '../entities/MoonPayPaymentMethodType';
|
|
1
2
|
export declare class GetMoonPayPlatformQuoteDto {
|
|
2
3
|
depositCustomerId: string;
|
|
3
4
|
baseCurrencyCode: string;
|
|
4
5
|
baseCurrencyAmount: number;
|
|
5
|
-
|
|
6
|
+
quoteCurrencyCode?: string;
|
|
7
|
+
paymentMethod?: MoonPayPaymentMethodType;
|
|
8
|
+
paymentMethodId?: string;
|
|
6
9
|
accessToken: string;
|
|
7
10
|
}
|
|
@@ -12,6 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.GetMoonPayPlatformQuoteDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const MoonPayPaymentMethodType_1 = require("../entities/MoonPayPaymentMethodType");
|
|
15
16
|
class GetMoonPayPlatformQuoteDto {
|
|
16
17
|
}
|
|
17
18
|
exports.GetMoonPayPlatformQuoteDto = GetMoonPayPlatformQuoteDto;
|
|
@@ -35,7 +36,17 @@ __decorate([
|
|
|
35
36
|
(0, class_validator_1.IsString)(),
|
|
36
37
|
(0, class_validator_1.IsOptional)(),
|
|
37
38
|
__metadata("design:type", String)
|
|
39
|
+
], GetMoonPayPlatformQuoteDto.prototype, "quoteCurrencyCode", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, class_validator_1.IsEnum)(MoonPayPaymentMethodType_1.MoonPayPaymentMethodType),
|
|
42
|
+
(0, class_validator_1.IsOptional)(),
|
|
43
|
+
__metadata("design:type", String)
|
|
38
44
|
], GetMoonPayPlatformQuoteDto.prototype, "paymentMethod", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, class_validator_1.IsString)(),
|
|
47
|
+
(0, class_validator_1.IsOptional)(),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], GetMoonPayPlatformQuoteDto.prototype, "paymentMethodId", void 0);
|
|
39
50
|
__decorate([
|
|
40
51
|
(0, class_validator_1.IsString)(),
|
|
41
52
|
(0, class_validator_1.IsNotEmpty)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMoonPayPlatformQuote.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/getMoonPayPlatformQuote.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"getMoonPayPlatformQuote.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/getMoonPayPlatformQuote.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,mFAAgF;AAEhF,MAAa,0BAA0B;CA6BtC;AA7BD,gEA6BC;AA1BC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACa;AAI1B;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oEACY;AAKzB;IAHC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAG,EAAC,IAAI,CAAC;;sEACiB;AAI3B;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qEACc;AAI3B;IAFC,IAAA,wBAAM,EAAC,mDAAwB,CAAC;IAChC,IAAA,4BAAU,GAAE;;iEAC4B;AAIzC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mEACY;AAIzB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACO"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.GetMoonPayPlatformTransactionDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class GetMoonPayPlatformTransactionDto {
|
|
15
|
+
}
|
|
16
|
+
exports.GetMoonPayPlatformTransactionDto = GetMoonPayPlatformTransactionDto;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsMongoId)(),
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], GetMoonPayPlatformTransactionDto.prototype, "depositCustomerId", void 0);
|
|
22
|
+
//# sourceMappingURL=getMoonPayPlatformTransaction.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getMoonPayPlatformTransaction.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/getMoonPayPlatformTransaction.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,gCAAgC;CAI5C;AAJD,4EAIC;AADC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2EACa"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './createMoonPayPlatformCompanySession.dto';
|
|
2
|
+
export * from './getMoonPayPlatformQuote.dto';
|
|
3
|
+
export * from './getMoonPayPlatformTransaction.dto';
|
|
2
4
|
export * from './MoonPayPaymentMethodConfigQuery.dto';
|
|
3
5
|
export * from './moonpayPlatformWebhookPayload.dto';
|
|
4
6
|
export * from './MoonPayUrl.dto';
|
|
5
7
|
export * from './createMoonPayPlatformSession.dto';
|
|
6
|
-
export * from './getMoonPayPlatformQuote.dto';
|
|
@@ -15,9 +15,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./createMoonPayPlatformCompanySession.dto"), exports);
|
|
18
|
+
__exportStar(require("./getMoonPayPlatformQuote.dto"), exports);
|
|
19
|
+
__exportStar(require("./getMoonPayPlatformTransaction.dto"), exports);
|
|
18
20
|
__exportStar(require("./MoonPayPaymentMethodConfigQuery.dto"), exports);
|
|
19
21
|
__exportStar(require("./moonpayPlatformWebhookPayload.dto"), exports);
|
|
20
22
|
__exportStar(require("./MoonPayUrl.dto"), exports);
|
|
21
23
|
__exportStar(require("./createMoonPayPlatformSession.dto"), exports);
|
|
22
|
-
__exportStar(require("./getMoonPayPlatformQuote.dto"), exports);
|
|
23
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4EAA0D;AAC1D,wEAAsD;AACtD,sEAAoD;AACpD,mDAAiC;AACjC,qEAAmD
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4EAA0D;AAC1D,gEAA8C;AAC9C,sEAAoD;AACpD,wEAAsD;AACtD,sEAAoD;AACpD,mDAAiC;AACjC,qEAAmD"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare enum MoonPayPaymentMethodType {
|
|
2
|
+
APPLE_PAY = "apple_pay",
|
|
3
|
+
CARD = "card",
|
|
4
|
+
ACH = "ach",
|
|
5
|
+
FPS = "fps",
|
|
6
|
+
FPS_OPEN_BANKING = "fps_open_banking",
|
|
7
|
+
GOOGLE_PAY = "google_pay",
|
|
8
|
+
SEPA = "sepa",
|
|
9
|
+
SEPA_OPEN_BANKING = "sepa_open_banking",
|
|
10
|
+
PIX = "pix",
|
|
11
|
+
PAYPAL = "paypal",
|
|
12
|
+
VENMO = "venmo",
|
|
13
|
+
REVOLUT_PAY = "revolut_pay",
|
|
14
|
+
MOONPAY_BALANCE = "moonpay_balance",
|
|
15
|
+
INTERAC = "interac"
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MoonPayPaymentMethodType = void 0;
|
|
4
|
+
var MoonPayPaymentMethodType;
|
|
5
|
+
(function (MoonPayPaymentMethodType) {
|
|
6
|
+
MoonPayPaymentMethodType["APPLE_PAY"] = "apple_pay";
|
|
7
|
+
MoonPayPaymentMethodType["CARD"] = "card";
|
|
8
|
+
MoonPayPaymentMethodType["ACH"] = "ach";
|
|
9
|
+
MoonPayPaymentMethodType["FPS"] = "fps";
|
|
10
|
+
MoonPayPaymentMethodType["FPS_OPEN_BANKING"] = "fps_open_banking";
|
|
11
|
+
MoonPayPaymentMethodType["GOOGLE_PAY"] = "google_pay";
|
|
12
|
+
MoonPayPaymentMethodType["SEPA"] = "sepa";
|
|
13
|
+
MoonPayPaymentMethodType["SEPA_OPEN_BANKING"] = "sepa_open_banking";
|
|
14
|
+
MoonPayPaymentMethodType["PIX"] = "pix";
|
|
15
|
+
MoonPayPaymentMethodType["PAYPAL"] = "paypal";
|
|
16
|
+
MoonPayPaymentMethodType["VENMO"] = "venmo";
|
|
17
|
+
MoonPayPaymentMethodType["REVOLUT_PAY"] = "revolut_pay";
|
|
18
|
+
MoonPayPaymentMethodType["MOONPAY_BALANCE"] = "moonpay_balance";
|
|
19
|
+
MoonPayPaymentMethodType["INTERAC"] = "interac";
|
|
20
|
+
})(MoonPayPaymentMethodType || (exports.MoonPayPaymentMethodType = MoonPayPaymentMethodType = {}));
|
|
21
|
+
//# sourceMappingURL=MoonPayPaymentMethodType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MoonPayPaymentMethodType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/entities/MoonPayPaymentMethodType.ts"],"names":[],"mappings":";;;AAAA,IAAY,wBAeX;AAfD,WAAY,wBAAwB;IAClC,mDAAuB,CAAA;IACvB,yCAAa,CAAA;IACb,uCAAW,CAAA;IACX,uCAAW,CAAA;IACX,iEAAqC,CAAA;IACrC,qDAAyB,CAAA;IACzB,yCAAa,CAAA;IACb,mEAAuC,CAAA;IACvC,uCAAW,CAAA;IACX,6CAAiB,CAAA;IACjB,2CAAe,CAAA;IACf,uDAA2B,CAAA;IAC3B,+DAAmC,CAAA;IACnC,+CAAmB,CAAA;AACrB,CAAC,EAfW,wBAAwB,wCAAxB,wBAAwB,QAenC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Entity } from '../../entity';
|
|
2
|
+
export declare class MoonPayPlatformTransaction extends Entity {
|
|
3
|
+
id: string;
|
|
4
|
+
status: 'waitingPayment' | 'pending' | 'waitingAuthorization' | 'completed' | 'failed';
|
|
5
|
+
cryptoTransactionId?: string;
|
|
6
|
+
failureReason?: string;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MoonPayPlatformTransaction = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class MoonPayPlatformTransaction extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.MoonPayPlatformTransaction = MoonPayPlatformTransaction;
|
|
8
|
+
//# sourceMappingURL=MoonPayPlatformTransaction.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MoonPayPlatformTransaction.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/entities/MoonPayPlatformTransaction.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,0BAA2B,SAAQ,eAAM;CAarD;AAbD,gEAaC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from './MoonPayPaymentMethodConfig.entity';
|
|
2
|
+
export * from './MoonPayPaymentMethodType';
|
|
2
3
|
export * from './MoonPayPlatformQuote.entity';
|
|
3
4
|
export * from './MoonPayPlatformSession.entity';
|
|
5
|
+
export * from './MoonPayPlatformTransaction.entity';
|
|
4
6
|
export * from './MoonPayTransactionType';
|
|
5
7
|
export * from './MoonPayUrlSignature.entity';
|
|
@@ -15,8 +15,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./MoonPayPaymentMethodConfig.entity"), exports);
|
|
18
|
+
__exportStar(require("./MoonPayPaymentMethodType"), exports);
|
|
18
19
|
__exportStar(require("./MoonPayPlatformQuote.entity"), exports);
|
|
19
20
|
__exportStar(require("./MoonPayPlatformSession.entity"), exports);
|
|
21
|
+
__exportStar(require("./MoonPayPlatformTransaction.entity"), exports);
|
|
20
22
|
__exportStar(require("./MoonPayTransactionType"), exports);
|
|
21
23
|
__exportStar(require("./MoonPayUrlSignature.entity"), exports);
|
|
22
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,gEAA8C;AAC9C,kEAAgD;AAChD,2DAAyC;AACzC,+DAA6C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/on-ramps/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD;AACpD,6DAA2C;AAC3C,gEAA8C;AAC9C,kEAAgD;AAChD,sEAAoD;AACpD,2DAAyC;AACzC,+DAA6C"}
|
|
@@ -22,4 +22,5 @@ __exportStar(require("./paylink/paylink-hook"), exports);
|
|
|
22
22
|
__exportStar(require("./paylink/paylink-hook-event"), exports);
|
|
23
23
|
__exportStar(require("./deposit/deposit-hook"), exports);
|
|
24
24
|
__exportStar(require("./deposit/deposit-hook-event"), exports);
|
|
25
|
+
__exportStar(require("./withdrawal"), exports);
|
|
25
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/webhook/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,sEAAoD;AACpD,4DAA0C;AAC1C,2DAAyC;AACzC,yDAAuC;AACvC,+DAA6C;AAC7C,yDAAuC;AACvC,+DAA6C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/webhook/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,sEAAoD;AACpD,4DAA0C;AAC1C,2DAAyC;AACzC,yDAAuC;AACvC,+DAA6C;AAC7C,yDAAuC;AACvC,+DAA6C;AAC7C,+CAA6B"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./withdrawal-hook"), exports);
|
|
18
|
+
__exportStar(require("./withdrawal-hook-event"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/webhook/withdrawal/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,0DAAwC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/withdrawal/withdrawal-hook/entities/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './entities';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./entities"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/webhook/withdrawal/withdrawal-hook/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalHookEvent = void 0;
|
|
4
|
+
var WithdrawalHookEvent;
|
|
5
|
+
(function (WithdrawalHookEvent) {
|
|
6
|
+
WithdrawalHookEvent["SUBMITTED"] = "SUBMITTED";
|
|
7
|
+
WithdrawalHookEvent["CONFIRMED"] = "CONFIRMED";
|
|
8
|
+
WithdrawalHookEvent["FAILED"] = "FAILED";
|
|
9
|
+
WithdrawalHookEvent["REFUNDED_BY_PROVIDER"] = "REFUNDED_BY_PROVIDER";
|
|
10
|
+
})(WithdrawalHookEvent || (exports.WithdrawalHookEvent = WithdrawalHookEvent = {}));
|
|
11
|
+
//# sourceMappingURL=WithdrawalHookEvent.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalHookEvent.entity.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/WithdrawalHookEvent.entity.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,8CAAuB,CAAA;IACvB,8CAAuB,CAAA;IACvB,wCAAiB,CAAA;IACjB,oEAA6C,CAAA;AAC/C,CAAC,EALW,mBAAmB,mCAAnB,mBAAmB,QAK9B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalHookEventStatus = void 0;
|
|
4
|
+
var WithdrawalHookEventStatus;
|
|
5
|
+
(function (WithdrawalHookEventStatus) {
|
|
6
|
+
WithdrawalHookEventStatus["SUCCESS"] = "SUCCESS";
|
|
7
|
+
WithdrawalHookEventStatus["PENDING"] = "PENDING";
|
|
8
|
+
WithdrawalHookEventStatus["FAILED"] = "FAILED";
|
|
9
|
+
})(WithdrawalHookEventStatus || (exports.WithdrawalHookEventStatus = WithdrawalHookEventStatus = {}));
|
|
10
|
+
//# sourceMappingURL=WithdrawalHookEventStatus.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalHookEventStatus.entity.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/WithdrawalHookEventStatus.entity.ts"],"names":[],"mappings":";;;AAAA,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IACnC,gDAAmB,CAAA;IACnB,gDAAmB,CAAA;IACnB,8CAAiB,CAAA;AACnB,CAAC,EAJW,yBAAyB,yCAAzB,yBAAyB,QAIpC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./WithdrawalHookEvent.entity"), exports);
|
|
18
|
+
__exportStar(require("./WithdrawalHookEventStatus.entity"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/domain/model/webhook/withdrawal/withdrawal-hook-event/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,qEAAmD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './entities';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./entities"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/webhook/withdrawal/withdrawal-hook-event/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalFeature = void 0;
|
|
4
|
+
var WithdrawalFeature;
|
|
5
|
+
(function (WithdrawalFeature) {
|
|
6
|
+
WithdrawalFeature["IRON"] = "iron";
|
|
7
|
+
WithdrawalFeature["MP_SELL"] = "mp_sell";
|
|
8
|
+
})(WithdrawalFeature || (exports.WithdrawalFeature = WithdrawalFeature = {}));
|
|
9
|
+
//# sourceMappingURL=WithdrawalFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalFeature.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawalFeature.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,kCAAa,CAAA;IACb,wCAAmB,CAAA;AACrB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalKind = void 0;
|
|
4
|
+
var WithdrawalKind;
|
|
5
|
+
(function (WithdrawalKind) {
|
|
6
|
+
WithdrawalKind["POLYMARKET"] = "polymarket";
|
|
7
|
+
})(WithdrawalKind || (exports.WithdrawalKind = WithdrawalKind = {}));
|
|
8
|
+
//# sourceMappingURL=WithdrawalKind.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalKind.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawalKind.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAEX;AAFD,WAAY,cAAc;IACxB,2CAAyB,CAAA;AAC3B,CAAC,EAFW,cAAc,8BAAd,cAAc,QAEzB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalState = void 0;
|
|
4
|
+
var WithdrawalState;
|
|
5
|
+
(function (WithdrawalState) {
|
|
6
|
+
WithdrawalState["QUOTED"] = "QUOTED";
|
|
7
|
+
WithdrawalState["SUBMITTING"] = "SUBMITTING";
|
|
8
|
+
WithdrawalState["SUBMITTED"] = "SUBMITTED";
|
|
9
|
+
WithdrawalState["BRIDGING"] = "BRIDGING";
|
|
10
|
+
WithdrawalState["COMPLETED"] = "COMPLETED";
|
|
11
|
+
WithdrawalState["FAILED"] = "FAILED";
|
|
12
|
+
WithdrawalState["FAILED_EXPIRED"] = "FAILED_EXPIRED";
|
|
13
|
+
WithdrawalState["EXPIRED"] = "EXPIRED";
|
|
14
|
+
WithdrawalState["REFUNDED_BY_PROVIDER"] = "REFUNDED_BY_PROVIDER";
|
|
15
|
+
})(WithdrawalState || (exports.WithdrawalState = WithdrawalState = {}));
|
|
16
|
+
//# sourceMappingURL=WithdrawalState.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalState.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawalState.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAaX;AAbD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IAIjB,4CAAyB,CAAA;IACzB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IACrB,0CAAuB,CAAA;IACvB,oCAAiB,CAAA;IACjB,oDAAiC,CAAA;IACjC,sCAAmB,CAAA;IACnB,gEAA6C,CAAA;AAC/C,CAAC,EAbW,eAAe,+BAAf,eAAe,QAa1B"}
|