@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
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SubmitWithdrawalEntity = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class SubmitWithdrawalEntity extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.SubmitWithdrawalEntity = SubmitWithdrawalEntity;
|
|
8
|
+
//# sourceMappingURL=SubmitWithdrawal.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubmitWithdrawal.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/SubmitWithdrawal.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAItC,MAAa,sBAAuB,SAAQ,eAAM;CAsBjD;AAtBD,wDAsBC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalBalancesResponse = void 0;
|
|
4
|
+
class WithdrawalBalancesResponse {
|
|
5
|
+
}
|
|
6
|
+
exports.WithdrawalBalancesResponse = WithdrawalBalancesResponse;
|
|
7
|
+
//# sourceMappingURL=WithdrawalBalancesResponse.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalBalancesResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/WithdrawalBalancesResponse.entity.ts"],"names":[],"mappings":";;;AAMA,MAAa,0BAA0B;CAEtC;AAFD,gEAEC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
import { Platform } from '../../../constants';
|
|
3
3
|
import { BlockchainSymbol } from '../../blockchain/constants/BlockchainSymbol';
|
|
4
|
-
import {
|
|
5
|
-
export declare class
|
|
4
|
+
import { WithdrawalFeature } from '../constants/WithdrawalFeature';
|
|
5
|
+
export declare class WithdrawalConfigEntity extends Entity {
|
|
6
6
|
id: string;
|
|
7
7
|
name: string;
|
|
8
8
|
platform: Platform;
|
|
9
9
|
disabled: boolean;
|
|
10
10
|
disabledBlockchainSymbols: BlockchainSymbol[];
|
|
11
|
-
enabledFeatures:
|
|
11
|
+
enabledFeatures: WithdrawalFeature[];
|
|
12
12
|
createdAt: string;
|
|
13
13
|
updatedAt: string;
|
|
14
14
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalConfigEntity = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class WithdrawalConfigEntity extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.WithdrawalConfigEntity = WithdrawalConfigEntity;
|
|
8
|
+
//# sourceMappingURL=WithdrawalConfig.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalConfig.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/WithdrawalConfig.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAKtC,MAAa,sBAAuB,SAAQ,eAAM;CAgBjD;AAhBD,wDAgBC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalCostBreakdown = void 0;
|
|
4
|
+
class WithdrawalCostBreakdown {
|
|
5
|
+
}
|
|
6
|
+
exports.WithdrawalCostBreakdown = WithdrawalCostBreakdown;
|
|
7
|
+
//# sourceMappingURL=WithdrawalCostBreakdown.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalCostBreakdown.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/WithdrawalCostBreakdown.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,uBAAuB;CAcnC;AAdD,0DAcC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SlimCurrencyWithBlockchain } from '../../currency/entities/SlimCurrencyWithBlockchain.entity';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class WithdrawalCustomerSwapRoute {
|
|
3
3
|
id: string;
|
|
4
4
|
fromCurrencyId: string;
|
|
5
5
|
toCurrency: SlimCurrencyWithBlockchain;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalCustomerSwapRoute = void 0;
|
|
4
|
+
class WithdrawalCustomerSwapRoute {
|
|
5
|
+
}
|
|
6
|
+
exports.WithdrawalCustomerSwapRoute = WithdrawalCustomerSwapRoute;
|
|
7
|
+
//# sourceMappingURL=WithdrawalCustomerSwapRoute.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalCustomerSwapRoute.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoute.entity.ts"],"names":[],"mappings":";;;AAYA,MAAa,2BAA2B;CAQvC;AARD,kEAQC"}
|
package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoutesResponse.entity.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalCustomerSwapRoutesResponse = void 0;
|
|
4
|
+
class WithdrawalCustomerSwapRoutesResponse {
|
|
5
|
+
}
|
|
6
|
+
exports.WithdrawalCustomerSwapRoutesResponse = WithdrawalCustomerSwapRoutesResponse;
|
|
7
|
+
//# sourceMappingURL=WithdrawalCustomerSwapRoutesResponse.entity.js.map
|
package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoutesResponse.entity.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalCustomerSwapRoutesResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoutesResponse.entity.ts"],"names":[],"mappings":";;;AAMA,MAAa,oCAAoC;CAEhD;AAFD,oFAEC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
1
|
+
export * from './PreparedWithdrawal.entity';
|
|
2
|
+
export * from './SubmitWithdrawal.entity';
|
|
3
|
+
export * from './WithdrawalBalancesResponse.entity';
|
|
4
|
+
export * from './WithdrawalConfig.entity';
|
|
5
|
+
export * from './WithdrawalCostBreakdown.entity';
|
|
6
|
+
export * from './WithdrawalCustomerSwapRoute.entity';
|
|
7
|
+
export * from './WithdrawalCustomerSwapRoutesResponse.entity';
|
|
@@ -14,8 +14,11 @@ 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("./
|
|
18
|
-
__exportStar(require("./
|
|
19
|
-
__exportStar(require("./
|
|
20
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./PreparedWithdrawal.entity"), exports);
|
|
18
|
+
__exportStar(require("./SubmitWithdrawal.entity"), exports);
|
|
19
|
+
__exportStar(require("./WithdrawalBalancesResponse.entity"), exports);
|
|
20
|
+
__exportStar(require("./WithdrawalConfig.entity"), exports);
|
|
21
|
+
__exportStar(require("./WithdrawalCostBreakdown.entity"), exports);
|
|
22
|
+
__exportStar(require("./WithdrawalCustomerSwapRoute.entity"), exports);
|
|
23
|
+
__exportStar(require("./WithdrawalCustomerSwapRoutesResponse.entity"), exports);
|
|
21
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,4DAA0C;AAC1C,sEAAoD;AACpD,4DAA0C;AAC1C,mEAAiD;AACjD,uEAAqD;AACrD,gFAA8D"}
|
|
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./constants"), exports);
|
|
18
18
|
__exportStar(require("./dtos"), exports);
|
|
19
19
|
__exportStar(require("./entities"), exports);
|
|
20
|
+
__exportStar(require("./query"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/withdraw/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,yCAAuB;AACvB,6CAA2B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/withdraw/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,yCAAuB;AACvB,6CAA2B;AAC3B,0CAAwB"}
|
|
@@ -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.GetWithdrawalBalancesQueryDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class GetWithdrawalBalancesQueryDto {
|
|
15
|
+
}
|
|
16
|
+
exports.GetWithdrawalBalancesQueryDto = GetWithdrawalBalancesQueryDto;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], GetWithdrawalBalancesQueryDto.prototype, "walletAddress", void 0);
|
|
22
|
+
//# sourceMappingURL=getWithdrawalBalances.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWithdrawalBalances.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/query/getWithdrawalBalances.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,6BAA6B;CAIzC;AAJD,sEAIC;AADC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oEACS"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './getWithdrawalBalances.dto';
|
|
@@ -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("./getWithdrawalBalances.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/query/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C"}
|