@heliofi/common 0.2.282 → 0.2.284
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/blockchain/constants/decentChainIdToBlockchainSymbol.d.ts +2 -0
- package/dist/src/domain/model/blockchain/constants/decentChainIdToBlockchainSymbol.js +13 -0
- package/dist/src/domain/model/blockchain/constants/decentChainIdToBlockchainSymbol.js.map +1 -0
- package/dist/src/domain/model/blockchain/constants/index.d.ts +1 -0
- package/dist/src/domain/model/blockchain/constants/index.js +1 -0
- package/dist/src/domain/model/blockchain/constants/index.js.map +1 -1
- package/dist/src/domain/model/deposit/dtos/getDepositCustomers.dto.d.ts +3 -0
- package/dist/src/domain/model/deposit/dtos/getDepositCustomers.dto.js +8 -0
- package/dist/src/domain/model/deposit/dtos/getDepositCustomers.dto.js.map +1 -0
- package/dist/src/domain/model/deposit/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/deposit/dtos/index.js +1 -0
- package/dist/src/domain/model/deposit/dtos/index.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/DepositCustomerPageResponse.entity.d.ts +7 -0
- package/dist/src/domain/model/deposit/entities/DepositCustomerPageResponse.entity.js +3 -0
- package/dist/src/domain/model/deposit/entities/DepositCustomerPageResponse.entity.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/IronIdentificationResponse.entity.d.ts +1 -0
- package/dist/src/domain/model/deposit/entities/IronIdentificationResponse.entity.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/PartiallyPaidChargePageResponse.entity.d.ts +7 -0
- package/dist/src/domain/model/deposit/entities/PartiallyPaidChargePageResponse.entity.js +3 -0
- package/dist/src/domain/model/deposit/entities/PartiallyPaidChargePageResponse.entity.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.d.ts +2 -1
- package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.js +1 -0
- package/dist/src/domain/model/deposit/entities/VirtualAccount.enums.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/index.d.ts +2 -0
- package/dist/src/domain/model/deposit/entities/index.js +2 -0
- package/dist/src/domain/model/deposit/entities/index.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.d.ts +1 -0
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js +5 -0
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.d.ts +1 -0
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js +5 -0
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +1 -0
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.js.map +1 -1
- package/dist/src/domain/model/transaction-meta/constants/ExportTransactionType.d.ts +2 -1
- package/dist/src/domain/model/transaction-meta/constants/ExportTransactionType.js +1 -0
- package/dist/src/domain/model/transaction-meta/constants/ExportTransactionType.js.map +1 -1
- package/dist/src/domain/model/wallet-balance/entities/WalletCurrencyBalance.entity.d.ts +2 -0
- package/dist/src/domain/model/wallet-balance/entities/WalletCurrencyBalance.entity.js.map +1 -1
- package/dist/src/domain/model/withdraw/dtos/getWithdrawalTransactionsQuery.dto.d.ts +7 -0
- package/dist/src/domain/model/withdraw/dtos/getWithdrawalTransactionsQuery.dto.js +39 -0
- package/dist/src/domain/model/withdraw/dtos/getWithdrawalTransactionsQuery.dto.js.map +1 -0
- package/dist/src/domain/model/withdraw/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/withdraw/dtos/index.js +1 -0
- package/dist/src/domain/model/withdraw/dtos/index.js.map +1 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawal.dto.d.ts +1 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawal.dto.js +6 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawal.dto.js.map +1 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalSummary.dto.d.ts +7 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawalSummary.dto.js.map +1 -1
- package/dist/src/domain/model/withdraw/entities/PublicWithdrawalConfig.entity.d.ts +4 -0
- package/dist/src/domain/model/withdraw/entities/PublicWithdrawalConfig.entity.js.map +1 -1
- package/dist/src/domain/model/withdraw/entities/WithdrawalDetail.entity.d.ts +1 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalDetail.entity.js.map +1 -1
- package/dist/src/domain/model/withdraw/entities/WithdrawalDetailEnriched.entity.d.ts +20 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalDetailEnriched.entity.js +8 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalDetailEnriched.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalDetailReceipt.entity.d.ts +30 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalDetailReceipt.entity.js +8 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalDetailReceipt.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalMinSupportedVersions.entity.d.ts +8 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalMinSupportedVersions.entity.js +13 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalMinSupportedVersions.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalQuoteFee.entity.d.ts +6 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalQuoteFee.entity.js +8 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalQuoteFee.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalReportItem.entity.d.ts +26 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalReportItem.entity.js +8 -0
- package/dist/src/domain/model/withdraw/entities/WithdrawalReportItem.entity.js.map +1 -0
- package/dist/src/domain/model/withdraw/entities/index.d.ts +5 -0
- package/dist/src/domain/model/withdraw/entities/index.js +5 -0
- package/dist/src/domain/model/withdraw/entities/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BlockchainSymbol, DepositBlockchainSymbol } from '../../blockchain';
|
|
2
|
+
import { Entity } from '../../entity';
|
|
3
|
+
import { ExportTransactionType } from '../../transaction-meta';
|
|
4
|
+
import { WithdrawalState } from '../constants/WithdrawalState';
|
|
5
|
+
export declare class WithdrawalReportItem extends Entity {
|
|
6
|
+
id: string;
|
|
7
|
+
state: WithdrawalState;
|
|
8
|
+
time: string;
|
|
9
|
+
sourceChain: BlockchainSymbol | DepositBlockchainSymbol;
|
|
10
|
+
sourceToken: string;
|
|
11
|
+
sourceAmount: string;
|
|
12
|
+
destinationChain: BlockchainSymbol | DepositBlockchainSymbol;
|
|
13
|
+
destinationToken: string;
|
|
14
|
+
destinationAmount: string;
|
|
15
|
+
destinationWallet: string;
|
|
16
|
+
sourceTxHash: string | null;
|
|
17
|
+
sourceTxExplorerLink: string | null;
|
|
18
|
+
destinationTxHash: string | null;
|
|
19
|
+
destinationTxExplorerLink: string | null;
|
|
20
|
+
platformFee: string;
|
|
21
|
+
affiliateFee: string;
|
|
22
|
+
decentBridgeFee: string;
|
|
23
|
+
networkGasSource: string;
|
|
24
|
+
networkGasDest: string | null;
|
|
25
|
+
transactionType: ExportTransactionType;
|
|
26
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WithdrawalReportItem = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class WithdrawalReportItem extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.WithdrawalReportItem = WithdrawalReportItem;
|
|
8
|
+
//# sourceMappingURL=WithdrawalReportItem.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithdrawalReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/WithdrawalReportItem.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAItC,MAAa,oBAAqB,SAAQ,eAAM;CAwC/C;AAxCD,oDAwCC"}
|
|
@@ -8,3 +8,8 @@ export * from './WithdrawalCostBreakdown.entity';
|
|
|
8
8
|
export * from './WithdrawalCurrenciesExchangeRate.entity';
|
|
9
9
|
export * from './WithdrawalCustomerSwapRoute.entity';
|
|
10
10
|
export * from './WithdrawalCustomerSwapRoutesResponse.entity';
|
|
11
|
+
export * from './WithdrawalMinSupportedVersions.entity';
|
|
12
|
+
export * from './WithdrawalQuoteFee.entity';
|
|
13
|
+
export * from './WithdrawalDetailEnriched.entity';
|
|
14
|
+
export * from './WithdrawalReportItem.entity';
|
|
15
|
+
export * from './WithdrawalDetailReceipt.entity';
|
|
@@ -24,4 +24,9 @@ __exportStar(require("./WithdrawalCostBreakdown.entity"), exports);
|
|
|
24
24
|
__exportStar(require("./WithdrawalCurrenciesExchangeRate.entity"), exports);
|
|
25
25
|
__exportStar(require("./WithdrawalCustomerSwapRoute.entity"), exports);
|
|
26
26
|
__exportStar(require("./WithdrawalCustomerSwapRoutesResponse.entity"), exports);
|
|
27
|
+
__exportStar(require("./WithdrawalMinSupportedVersions.entity"), exports);
|
|
28
|
+
__exportStar(require("./WithdrawalQuoteFee.entity"), exports);
|
|
29
|
+
__exportStar(require("./WithdrawalDetailEnriched.entity"), exports);
|
|
30
|
+
__exportStar(require("./WithdrawalReportItem.entity"), exports);
|
|
31
|
+
__exportStar(require("./WithdrawalDetailReceipt.entity"), exports);
|
|
27
32
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,4DAA0C;AAC1C,4DAA0C;AAC1C,sEAAoD;AACpD,4DAA0C;AAC1C,kEAAgD;AAChD,mEAAiD;AACjD,4EAA0D;AAC1D,uEAAqD;AACrD,gFAA8D"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/withdraw/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,4DAA0C;AAC1C,4DAA0C;AAC1C,sEAAoD;AACpD,4DAA0C;AAC1C,kEAAgD;AAChD,mEAAiD;AACjD,4EAA0D;AAC1D,uEAAqD;AACrD,gFAA8D;AAC9D,0EAAwD;AACxD,8DAA4C;AAC5C,oEAAkD;AAClD,gEAA8C;AAC9C,mEAAiD"}
|