@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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.259",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"typescript": "5.*"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "734ea7d878e37fa8f0c1a77704b274df7845b31b"
|
|
36
36
|
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WithdrawFeature = void 0;
|
|
4
|
-
var WithdrawFeature;
|
|
5
|
-
(function (WithdrawFeature) {
|
|
6
|
-
WithdrawFeature["IRON"] = "iron";
|
|
7
|
-
WithdrawFeature["MP_SELL"] = "mp_sell";
|
|
8
|
-
})(WithdrawFeature || (exports.WithdrawFeature = WithdrawFeature = {}));
|
|
9
|
-
//# sourceMappingURL=WithdrawFeature.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WithdrawFeature.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawFeature.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,sCAAmB,CAAA;AACrB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WithdrawKind = void 0;
|
|
4
|
-
var WithdrawKind;
|
|
5
|
-
(function (WithdrawKind) {
|
|
6
|
-
WithdrawKind["POLYMARKET"] = "polymarket";
|
|
7
|
-
})(WithdrawKind || (exports.WithdrawKind = WithdrawKind = {}));
|
|
8
|
-
//# sourceMappingURL=WithdrawKind.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WithdrawKind.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawKind.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAEX;AAFD,WAAY,YAAY;IACtB,yCAAyB,CAAA;AAC3B,CAAC,EAFW,YAAY,4BAAZ,YAAY,QAEvB"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WithdrawState = void 0;
|
|
4
|
-
var WithdrawState;
|
|
5
|
-
(function (WithdrawState) {
|
|
6
|
-
WithdrawState["QUOTED"] = "QUOTED";
|
|
7
|
-
WithdrawState["SUBMITTING"] = "SUBMITTING";
|
|
8
|
-
WithdrawState["SUBMITTED"] = "SUBMITTED";
|
|
9
|
-
WithdrawState["BRIDGING"] = "BRIDGING";
|
|
10
|
-
WithdrawState["COMPLETED"] = "COMPLETED";
|
|
11
|
-
WithdrawState["FAILED"] = "FAILED";
|
|
12
|
-
WithdrawState["FAILED_EXPIRED"] = "FAILED_EXPIRED";
|
|
13
|
-
WithdrawState["EXPIRED"] = "EXPIRED";
|
|
14
|
-
WithdrawState["REFUNDED_BY_PROVIDER"] = "REFUNDED_BY_PROVIDER";
|
|
15
|
-
})(WithdrawState || (exports.WithdrawState = WithdrawState = {}));
|
|
16
|
-
//# sourceMappingURL=WithdrawState.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WithdrawState.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawState.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAaX;AAbD,WAAY,aAAa;IACvB,kCAAiB,CAAA;IAIjB,0CAAyB,CAAA;IACzB,wCAAuB,CAAA;IACvB,sCAAqB,CAAA;IACrB,wCAAuB,CAAA;IACvB,kCAAiB,CAAA;IACjB,kDAAiC,CAAA;IACjC,oCAAmB,CAAA;IACnB,8DAA6C,CAAA;AAC/C,CAAC,EAbW,aAAa,6BAAb,aAAa,QAaxB"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WithdrawTransactionDirection = void 0;
|
|
4
|
-
var WithdrawTransactionDirection;
|
|
5
|
-
(function (WithdrawTransactionDirection) {
|
|
6
|
-
WithdrawTransactionDirection["SUBMIT"] = "submit";
|
|
7
|
-
WithdrawTransactionDirection["BRIDGE"] = "bridge";
|
|
8
|
-
WithdrawTransactionDirection["DESTINATION"] = "destination";
|
|
9
|
-
})(WithdrawTransactionDirection || (exports.WithdrawTransactionDirection = WithdrawTransactionDirection = {}));
|
|
10
|
-
//# sourceMappingURL=WithdrawTransactionDirection.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WithdrawTransactionDirection.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawTransactionDirection.ts"],"names":[],"mappings":";;;AAAA,IAAY,4BAIX;AAJD,WAAY,4BAA4B;IACtC,iDAAiB,CAAA;IACjB,iDAAiB,CAAA;IACjB,2DAA2B,CAAA;AAC7B,CAAC,EAJW,4BAA4B,4CAA5B,4BAA4B,QAIvC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WithdrawTransactionStatus = void 0;
|
|
4
|
-
var WithdrawTransactionStatus;
|
|
5
|
-
(function (WithdrawTransactionStatus) {
|
|
6
|
-
WithdrawTransactionStatus["PENDING"] = "pending";
|
|
7
|
-
WithdrawTransactionStatus["CONFIRMED"] = "confirmed";
|
|
8
|
-
WithdrawTransactionStatus["FAILED"] = "failed";
|
|
9
|
-
})(WithdrawTransactionStatus || (exports.WithdrawTransactionStatus = WithdrawTransactionStatus = {}));
|
|
10
|
-
//# sourceMappingURL=WithdrawTransactionStatus.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WithdrawTransactionStatus.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/constants/WithdrawTransactionStatus.ts"],"names":[],"mappings":";;;AAAA,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IACnC,gDAAmB,CAAA;IACnB,oDAAuB,CAAA;IACvB,8CAAiB,CAAA;AACnB,CAAC,EAJW,yBAAyB,yCAAzB,yBAAyB,QAIpC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"baseWithdraw.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/baseWithdraw.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,kFAA+E;AAC/E,kEAA+D;AAE/D,MAAa,eAAe;CAc3B;AAdD,0CAcC;AAXC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iDACM;AAKnB;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAM,EAAC,mCAAgB,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxC,IAAA,4BAAU,GAAE;;kEACkC;AAK/C;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAM,EAAC,iCAAe,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACvC,IAAA,4BAAU,GAAE;;wDACuB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createWithdraw.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/createWithdraw.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,4DAAyD;AACzD,yDAAqD;AAErD,MAAa,iBAAkB,SAAQ,kCAAe;CAarD;AAbD,8CAaC;AAXC;IADC,IAAA,wBAAM,EAAC,2BAAY,CAAC;;+CACF;AAKnB;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;+CACF;AAKb;IAHC,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,8BAAY,EAAC,CAAC,CAAC;;sDACM"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preparedWithdraw.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/preparedWithdraw.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AAEzB,MAAa,mBAAmB;CA+B/B;AA/BD,kDA+BC;AA3BC;IADC,IAAA,mCAAiB,GAAE;;gDACR;AAKZ;IADC,IAAA,mCAAiB,GAAE;;0DACE;AAOtB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACK;AAKlB;IADC,IAAA,yBAAO,EAAC,OAAO,CAAC;;mDACF;AAIf;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;;uDACM;AAKnB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACI"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PreparedWithdrawCallDto = void 0;
|
|
4
|
-
class PreparedWithdrawCallDto {
|
|
5
|
-
}
|
|
6
|
-
exports.PreparedWithdrawCallDto = PreparedWithdrawCallDto;
|
|
7
|
-
//# sourceMappingURL=preparedWithdrawCall.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preparedWithdrawCall.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/preparedWithdrawCall.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,uBAAuB;CAMnC;AAND,0DAMC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PreparedTransaction } from './preparedTransaction.dto';
|
|
2
|
-
import { PreparedWithdrawSummaryDto } from './preparedWithdrawSummary.dto';
|
|
3
|
-
export declare class PreparedWithdrawResponseDto {
|
|
4
|
-
token: string;
|
|
5
|
-
prepared: PreparedTransaction;
|
|
6
|
-
summary: PreparedWithdrawSummaryDto;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PreparedWithdrawResponseDto = void 0;
|
|
4
|
-
class PreparedWithdrawResponseDto {
|
|
5
|
-
}
|
|
6
|
-
exports.PreparedWithdrawResponseDto = PreparedWithdrawResponseDto;
|
|
7
|
-
//# sourceMappingURL=preparedWithdrawResponse.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preparedWithdrawResponse.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/preparedWithdrawResponse.dto.ts"],"names":[],"mappings":";;;AAGA,MAAa,2BAA2B;CAMvC;AAND,kEAMC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PreparedWithdrawSummaryDto = void 0;
|
|
4
|
-
class PreparedWithdrawSummaryDto {
|
|
5
|
-
}
|
|
6
|
-
exports.PreparedWithdrawSummaryDto = PreparedWithdrawSummaryDto;
|
|
7
|
-
//# sourceMappingURL=preparedWithdrawSummary.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preparedWithdrawSummary.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/preparedWithdrawSummary.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,0BAA0B;CAYtC;AAZD,gEAYC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PreparedWithdrawTypedDataDomainDto } from './preparedWithdrawTypedDataDomain.dto';
|
|
2
|
-
import { PreparedWithdrawTypedDataFieldDto } from './preparedWithdrawTypedDataField.dto';
|
|
3
|
-
export declare class PreparedWithdrawTypedDataDto {
|
|
4
|
-
domain: PreparedWithdrawTypedDataDomainDto;
|
|
5
|
-
types: Record<string, PreparedWithdrawTypedDataFieldDto[]>;
|
|
6
|
-
primaryType: string;
|
|
7
|
-
message: Record<string, unknown>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PreparedWithdrawTypedDataDto = void 0;
|
|
4
|
-
class PreparedWithdrawTypedDataDto {
|
|
5
|
-
}
|
|
6
|
-
exports.PreparedWithdrawTypedDataDto = PreparedWithdrawTypedDataDto;
|
|
7
|
-
//# sourceMappingURL=preparedWithdrawTypedData.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preparedWithdrawTypedData.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/preparedWithdrawTypedData.dto.ts"],"names":[],"mappings":";;;AAGA,MAAa,4BAA4B;CAQxC;AARD,oEAQC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PreparedWithdrawTypedDataDomainDto = void 0;
|
|
4
|
-
class PreparedWithdrawTypedDataDomainDto {
|
|
5
|
-
}
|
|
6
|
-
exports.PreparedWithdrawTypedDataDomainDto = PreparedWithdrawTypedDataDomainDto;
|
|
7
|
-
//# sourceMappingURL=preparedWithdrawTypedDataDomain.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preparedWithdrawTypedDataDomain.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/preparedWithdrawTypedDataDomain.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,kCAAkC;CAQ9C;AARD,gFAQC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PreparedWithdrawTypedDataFieldDto = void 0;
|
|
4
|
-
class PreparedWithdrawTypedDataFieldDto {
|
|
5
|
-
}
|
|
6
|
-
exports.PreparedWithdrawTypedDataFieldDto = PreparedWithdrawTypedDataFieldDto;
|
|
7
|
-
//# sourceMappingURL=preparedWithdrawTypedDataField.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preparedWithdrawTypedDataField.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/preparedWithdrawTypedDataField.dto.ts"],"names":[],"mappings":";;;AAAA,MAAa,iCAAiC;CAI7C;AAJD,8EAIC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"submitWithdraw.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/submitWithdraw.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAyC;AACzC,qDAAwD;AACxD,6EAAyE;AAEzE,MAAa,iBAAiB;CAY7B;AAZD,8CAYC;AALC;IADC,IAAA,uBAAK,GAAE;;gDACM;AAId;IAFC,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sDAAyB,CAAC;8BAC5B,sDAAyB;mDAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { BroadcastAck } from '../constants/BroadcastAck';
|
|
2
|
-
import { WithdrawState } from '../constants/WithdrawState';
|
|
3
|
-
export declare class SubmitWithdrawResponseDto {
|
|
4
|
-
withdrawId: string;
|
|
5
|
-
txHash: string | null;
|
|
6
|
-
state: WithdrawState;
|
|
7
|
-
broadcastAck: BroadcastAck | null;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SubmitWithdrawResponseDto = void 0;
|
|
4
|
-
class SubmitWithdrawResponseDto {
|
|
5
|
-
}
|
|
6
|
-
exports.SubmitWithdrawResponseDto = SubmitWithdrawResponseDto;
|
|
7
|
-
//# sourceMappingURL=submitWithdrawResponse.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"submitWithdrawResponse.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/submitWithdrawResponse.dto.ts"],"names":[],"mappings":";;;AAGA,MAAa,yBAAyB;CAsBrC;AAtBD,8DAsBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"submitWithdrawSignedTx.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/submitWithdrawSignedTx.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4D;AAC5D,2FAAwF;AAWxF,MAAa,yBAAyB;CAcrC;AAdD,8DAcC;AAZC;IADC,IAAA,wBAAM,EAAC,6CAAqB,CAAC;;uDACF;AAW5B;IALC,IAAA,0BAAQ,GAAE;IACV,IAAA,yBAAO,EAAC,sBAAsB,EAAE;QAC/B,OAAO,EACL,4EAA4E;KAC/E,CAAC;;4DACgB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateWithdraw.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/dtos/updateWithdraw.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAqD;AAErD,MAAa,iBAAkB,SAAQ,kCAAe;CAYrD;AAZD,8CAYC;AAPC;IAJC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;+CACD;AAMd;IAJC,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,4BAAU,GAAE;;sDACU"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WithdrawEntity = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class WithdrawEntity extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.WithdrawEntity = WithdrawEntity;
|
|
8
|
-
//# sourceMappingURL=Withdraw.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Withdraw.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/Withdraw.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAKtC,MAAa,cAAe,SAAQ,eAAM;CAgBzC;AAhBD,wCAgBC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WithdrawCostBreakdown = void 0;
|
|
4
|
-
class WithdrawCostBreakdown {
|
|
5
|
-
}
|
|
6
|
-
exports.WithdrawCostBreakdown = WithdrawCostBreakdown;
|
|
7
|
-
//# sourceMappingURL=WithdrawCostBreakdown.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WithdrawCostBreakdown.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/WithdrawCostBreakdown.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,qBAAqB;CAcjC;AAdD,sDAcC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WithdrawCustomerSwapRoute = void 0;
|
|
4
|
-
class WithdrawCustomerSwapRoute {
|
|
5
|
-
}
|
|
6
|
-
exports.WithdrawCustomerSwapRoute = WithdrawCustomerSwapRoute;
|
|
7
|
-
//# sourceMappingURL=WithdrawCustomerSwapRoute.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WithdrawCustomerSwapRoute.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/WithdrawCustomerSwapRoute.entity.ts"],"names":[],"mappings":";;;AAYA,MAAa,yBAAyB;CAQrC;AARD,8DAQC"}
|
package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoutesResponse.entity.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WithdrawCustomerSwapRoutesResponse = void 0;
|
|
4
|
-
class WithdrawCustomerSwapRoutesResponse {
|
|
5
|
-
}
|
|
6
|
-
exports.WithdrawCustomerSwapRoutesResponse = WithdrawCustomerSwapRoutesResponse;
|
|
7
|
-
//# sourceMappingURL=WithdrawCustomerSwapRoutesResponse.entity.js.map
|
package/dist/src/domain/model/withdraw/entities/WithdrawCustomerSwapRoutesResponse.entity.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WithdrawCustomerSwapRoutesResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/WithdrawCustomerSwapRoutesResponse.entity.ts"],"names":[],"mappings":";;;AAMA,MAAa,kCAAkC;CAE9C;AAFD,gFAEC"}
|