@heliofi/common 0.2.176 → 0.2.178
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/company/dtos/createCustomDepositPathFee.dto.d.ts +5 -0
- package/dist/src/domain/model/company/dtos/createCustomDepositPathFee.dto.js +31 -0
- package/dist/src/domain/model/company/dtos/createCustomDepositPathFee.dto.js.map +1 -0
- package/dist/src/domain/model/company/dtos/deleteCustomDepositPathFee.dto.d.ts +4 -0
- package/dist/src/domain/model/{submit-transaction/dtos/submitPayment.dto.js → company/dtos/deleteCustomDepositPathFee.dto.js} +6 -8
- package/dist/src/domain/model/company/dtos/deleteCustomDepositPathFee.dto.js.map +1 -0
- package/dist/src/domain/model/company/dtos/index.d.ts +3 -0
- package/dist/src/domain/model/company/dtos/index.js +3 -0
- package/dist/src/domain/model/company/dtos/index.js.map +1 -1
- package/dist/src/domain/model/company/dtos/updateCustomDepositPathFee.dto.d.ts +3 -0
- package/dist/src/domain/model/company/dtos/updateCustomDepositPathFee.dto.js +24 -0
- package/dist/src/domain/model/company/dtos/updateCustomDepositPathFee.dto.js.map +1 -0
- package/dist/src/domain/model/company/entities/BaseCompany.entity.d.ts +5 -0
- package/dist/src/domain/model/company/entities/BaseCompany.entity.js.map +1 -1
- package/dist/src/domain/model/company/entities/CompanyWithFees.entity.d.ts +10 -0
- package/dist/src/domain/model/company/entities/CompanyWithFees.entity.js +8 -0
- package/dist/src/domain/model/company/entities/CompanyWithFees.entity.js.map +1 -0
- package/dist/src/domain/model/company/entities/index.d.ts +1 -0
- package/dist/src/domain/model/company/entities/index.js +1 -0
- package/dist/src/domain/model/company/entities/index.js.map +1 -1
- package/dist/src/domain/model/deposit/dtos/createDepositPathFee.dto.d.ts +8 -0
- package/dist/src/domain/model/deposit/dtos/createDepositPathFee.dto.js +35 -0
- package/dist/src/domain/model/deposit/dtos/createDepositPathFee.dto.js.map +1 -0
- package/dist/src/domain/model/deposit/dtos/updateDepositPathFee.dto.d.ts +8 -0
- package/dist/src/domain/model/deposit/dtos/updateDepositPathFee.dto.js +39 -0
- package/dist/src/domain/model/deposit/dtos/updateDepositPathFee.dto.js.map +1 -0
- package/dist/src/domain/model/deposit/entities/index.d.ts +0 -2
- package/dist/src/domain/model/deposit/entities/index.js +0 -2
- package/dist/src/domain/model/deposit/entities/index.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +0 -1
- package/dist/src/domain/model/index.js +0 -1
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToChainId.d.ts +0 -3
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToChainId.js +0 -12
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToChainId.js.map +0 -1
- package/dist/src/domain/model/blockchain/constants/blockchainSymbolToEvmChainId.d.ts +0 -4
- package/dist/src/domain/model/blockchain/constants/blockchainSymbolToEvmChainId.js +0 -24
- package/dist/src/domain/model/blockchain/constants/blockchainSymbolToEvmChainId.js.map +0 -1
- package/dist/src/domain/model/company-stats/entities/companyChart.entity.d.ts +0 -5
- package/dist/src/domain/model/company-stats/entities/companyChart.entity.js +0 -8
- package/dist/src/domain/model/company-stats/entities/companyChart.entity.js.map +0 -1
- package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.d.ts +0 -5
- package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.js +0 -8
- package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.js.map +0 -1
- package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.d.ts +0 -5
- package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.js +0 -8
- package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.js.map +0 -1
- package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.d.ts +0 -5
- package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.js +0 -8
- package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.js.map +0 -1
- package/dist/src/domain/model/decent-swap/entities/DeceptAppFee.d.ts +0 -5
- package/dist/src/domain/model/decent-swap/entities/DeceptAppFee.js +0 -3
- package/dist/src/domain/model/decent-swap/entities/DeceptAppFee.js.map +0 -1
- package/dist/src/domain/model/deposit/dtos/createDepositWithApi.dto.d.ts +0 -12
- package/dist/src/domain/model/deposit/dtos/createDepositWithApi.dto.js +0 -66
- package/dist/src/domain/model/deposit/dtos/createDepositWithApi.dto.js.map +0 -1
- package/dist/src/domain/model/deposit/entities/DepositForMerchant.entity.d.ts +0 -5
- package/dist/src/domain/model/deposit/entities/DepositForMerchant.entity.js +0 -8
- package/dist/src/domain/model/deposit/entities/DepositForMerchant.entity.js.map +0 -1
- package/dist/src/domain/model/deposit/entities/DepositWalletEnrichedWithDeposit.entity.d.ts +0 -5
- package/dist/src/domain/model/deposit/entities/DepositWalletEnrichedWithDeposit.entity.js +0 -8
- package/dist/src/domain/model/deposit/entities/DepositWalletEnrichedWithDeposit.entity.js.map +0 -1
- package/dist/src/domain/model/deposit/entities/DepositWithCurrencies.entity.d.ts +0 -5
- package/dist/src/domain/model/deposit/entities/DepositWithCurrencies.entity.js +0 -8
- package/dist/src/domain/model/deposit/entities/DepositWithCurrencies.entity.js.map +0 -1
- package/dist/src/domain/model/deposit-wallet-balance/entities/BaseDepositWalletBalance.entity.d.ts +0 -4
- package/dist/src/domain/model/deposit-wallet-balance/entities/BaseDepositWalletBalance.entity.js +0 -7
- package/dist/src/domain/model/deposit-wallet-balance/entities/BaseDepositWalletBalance.entity.js.map +0 -1
- package/dist/src/domain/model/deposit-wallet-balance/entities/DepositWalletBalance.entity.d.ts +0 -7
- package/dist/src/domain/model/deposit-wallet-balance/entities/DepositWalletBalance.entity.js +0 -8
- package/dist/src/domain/model/deposit-wallet-balance/entities/DepositWalletBalance.entity.js.map +0 -1
- package/dist/src/domain/model/deposit-wallet-balance/entities/index.d.ts +0 -2
- package/dist/src/domain/model/deposit-wallet-balance/entities/index.js +0 -19
- package/dist/src/domain/model/deposit-wallet-balance/entities/index.js.map +0 -1
- package/dist/src/domain/model/deposit-wallet-balance/index.d.ts +0 -1
- package/dist/src/domain/model/deposit-wallet-balance/index.js +0 -18
- package/dist/src/domain/model/deposit-wallet-balance/index.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.d.ts +0 -13
- package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.js +0 -69
- package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.js.map +0 -1
- package/dist/src/domain/model/recent-sweep-attempt/entities/RecentSweepAttempt.d.ts +0 -9
- package/dist/src/domain/model/recent-sweep-attempt/entities/RecentSweepAttempt.js +0 -8
- package/dist/src/domain/model/recent-sweep-attempt/entities/RecentSweepAttempt.js.map +0 -1
- package/dist/src/domain/model/recent-sweep-attempt/entities/index.d.ts +0 -1
- package/dist/src/domain/model/recent-sweep-attempt/entities/index.js +0 -18
- package/dist/src/domain/model/recent-sweep-attempt/entities/index.js.map +0 -1
- package/dist/src/domain/model/recent-sweep-attempt/index.d.ts +0 -1
- package/dist/src/domain/model/recent-sweep-attempt/index.js +0 -18
- package/dist/src/domain/model/recent-sweep-attempt/index.js.map +0 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitPayment.dto.d.ts +0 -4
- package/dist/src/domain/model/submit-transaction/dtos/submitPayment.dto.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.178",
|
|
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": "7d4e3a64ccb2f8017d4302e864b54d8bed29a81a"
|
|
36
36
|
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.blockchainSymbolToChainId = void 0;
|
|
4
|
-
const evm_adapter_1 = require("@heliofi/evm-adapter");
|
|
5
|
-
exports.blockchainSymbolToChainId = {
|
|
6
|
-
ETH: evm_adapter_1.ChainId.ETHEREUM_MAINNET,
|
|
7
|
-
POLYGON: evm_adapter_1.ChainId.POLYGON_MAINNET,
|
|
8
|
-
BASE: evm_adapter_1.ChainId.BASE_MAINNET,
|
|
9
|
-
SOL: undefined,
|
|
10
|
-
BITCOIN: undefined,
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=BlockchainSymbolToChainId.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainSymbolToChainId.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/BlockchainSymbolToChainId.ts"],"names":[],"mappings":";;;AAAA,sDAA+C;AAGlC,QAAA,yBAAyB,GAGlC;IACF,GAAG,EAAE,qBAAO,CAAC,gBAAgB;IAC7B,OAAO,EAAE,qBAAO,CAAC,eAAe;IAChC,IAAI,EAAE,qBAAO,CAAC,YAAY;IAC1B,GAAG,EAAE,SAAS;IACd,OAAO,EAAE,SAAS;CACnB,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.blockchainSymbolToEvmChainId = void 0;
|
|
4
|
-
const evm_adapter_1 = require("@heliofi/evm-adapter");
|
|
5
|
-
exports.blockchainSymbolToEvmChainId = {
|
|
6
|
-
ETH: {
|
|
7
|
-
MAIN_NET: evm_adapter_1.ChainId.ETHEREUM_MAINNET,
|
|
8
|
-
TEST_NET: evm_adapter_1.ChainId.ETHEREUM_SEPOLIA,
|
|
9
|
-
DEV_NET: evm_adapter_1.ChainId.ETHEREUM_SEPOLIA,
|
|
10
|
-
},
|
|
11
|
-
POLYGON: {
|
|
12
|
-
MAIN_NET: evm_adapter_1.ChainId.POLYGON_MAINNET,
|
|
13
|
-
TEST_NET: evm_adapter_1.ChainId.POLYGON_AMMOY,
|
|
14
|
-
DEV_NET: evm_adapter_1.ChainId.POLYGON_AMMOY,
|
|
15
|
-
},
|
|
16
|
-
BASE: {
|
|
17
|
-
MAIN_NET: evm_adapter_1.ChainId.BASE_MAINNET,
|
|
18
|
-
TEST_NET: evm_adapter_1.ChainId.BASE_SEPOLIA,
|
|
19
|
-
DEV_NET: evm_adapter_1.ChainId.BASE_SEPOLIA,
|
|
20
|
-
},
|
|
21
|
-
SOL: undefined,
|
|
22
|
-
BITCOIN: undefined,
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=blockchainSymbolToEvmChainId.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"blockchainSymbolToEvmChainId.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/constants/blockchainSymbolToEvmChainId.ts"],"names":[],"mappings":";;;AAAA,sDAA+C;AAIlC,QAAA,4BAA4B,GAGrC;IACF,GAAG,EAAE;QACH,QAAQ,EAAE,qBAAO,CAAC,gBAAgB;QAClC,QAAQ,EAAE,qBAAO,CAAC,gBAAgB;QAClC,OAAO,EAAE,qBAAO,CAAC,gBAAgB;KAClC;IACD,OAAO,EAAE;QACP,QAAQ,EAAE,qBAAO,CAAC,eAAe;QACjC,QAAQ,EAAE,qBAAO,CAAC,aAAa;QAC/B,OAAO,EAAE,qBAAO,CAAC,aAAa;KAC/B;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,qBAAO,CAAC,YAAY;QAC9B,QAAQ,EAAE,qBAAO,CAAC,YAAY;QAC9B,OAAO,EAAE,qBAAO,CAAC,YAAY;KAC9B;IACD,GAAG,EAAE,SAAS;IACd,OAAO,EAAE,SAAS;CACnB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompanyChart = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class CompanyChart extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.CompanyChart = CompanyChart;
|
|
8
|
-
//# sourceMappingURL=companyChart.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"companyChart.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyChart.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,YAAa,SAAQ,eAAM;CAEvC;AAFD,oCAEC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompanyChartStat = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class CompanyChartStat extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.CompanyChartStat = CompanyChartStat;
|
|
8
|
-
//# sourceMappingURL=companyChartStat.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"companyChartStat.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyChartStat.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,gBAAiB,SAAQ,eAAM;CAI3C;AAJD,4CAIC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompanyDailyStatsEntity = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class CompanyDailyStatsEntity extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.CompanyDailyStatsEntity = CompanyDailyStatsEntity;
|
|
8
|
-
//# sourceMappingURL=companyDailyStats.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"companyDailyStats.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyDailyStats.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,uBAAwB,SAAQ,eAAM;CAElD;AAFD,0DAEC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompanyDayStatEntity = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class CompanyDayStatEntity extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.CompanyDayStatEntity = CompanyDayStatEntity;
|
|
8
|
-
//# sourceMappingURL=companyDayStat.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"companyDayStat.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company-stats/entities/companyDayStat.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,oBAAqB,SAAQ,eAAM;CAI/C;AAJD,oDAIC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeceptAppFee.js","sourceRoot":"","sources":["../../../../../../src/domain/model/decent-swap/entities/DeceptAppFee.ts"],"names":[],"mappings":""}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DepositOptions } from './depositOptions.dto';
|
|
2
|
-
import { DepositOptionsForCard } from './depositOptionsForCard.dto';
|
|
3
|
-
export declare class CreateDepositWithApiDto {
|
|
4
|
-
name: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
currencyIds: string[];
|
|
7
|
-
isCardPaymentEnabled?: boolean;
|
|
8
|
-
notifyReceiverByEmail?: boolean;
|
|
9
|
-
connectWalletOptions?: DepositOptions;
|
|
10
|
-
transferManuallyOptions?: DepositOptions;
|
|
11
|
-
payWithCardOptions?: DepositOptionsForCard;
|
|
12
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
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.CreateDepositWithApiDto = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const depositOptions_dto_1 = require("./depositOptions.dto");
|
|
15
|
-
const depositOptionsForCard_dto_1 = require("./depositOptionsForCard.dto");
|
|
16
|
-
class CreateDepositWithApiDto {
|
|
17
|
-
constructor() {
|
|
18
|
-
this.isCardPaymentEnabled = true;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
exports.CreateDepositWithApiDto = CreateDepositWithApiDto;
|
|
22
|
-
__decorate([
|
|
23
|
-
(0, class_validator_1.IsString)(),
|
|
24
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
25
|
-
(0, class_validator_1.MaxLength)(200),
|
|
26
|
-
__metadata("design:type", String)
|
|
27
|
-
], CreateDepositWithApiDto.prototype, "name", void 0);
|
|
28
|
-
__decorate([
|
|
29
|
-
(0, class_validator_1.IsString)(),
|
|
30
|
-
(0, class_validator_1.IsOptional)(),
|
|
31
|
-
(0, class_validator_1.MaxLength)(200),
|
|
32
|
-
__metadata("design:type", String)
|
|
33
|
-
], CreateDepositWithApiDto.prototype, "description", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, class_validator_1.IsArray)(),
|
|
36
|
-
(0, class_validator_1.IsString)({ each: true }),
|
|
37
|
-
(0, class_validator_1.ArrayMinSize)(1),
|
|
38
|
-
(0, class_validator_1.ArrayMaxSize)(1),
|
|
39
|
-
__metadata("design:type", Array)
|
|
40
|
-
], CreateDepositWithApiDto.prototype, "currencyIds", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
(0, class_validator_1.IsBoolean)(),
|
|
43
|
-
(0, class_validator_1.IsOptional)(),
|
|
44
|
-
__metadata("design:type", Boolean)
|
|
45
|
-
], CreateDepositWithApiDto.prototype, "isCardPaymentEnabled", void 0);
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, class_validator_1.IsBoolean)(),
|
|
48
|
-
(0, class_validator_1.IsOptional)(),
|
|
49
|
-
__metadata("design:type", Boolean)
|
|
50
|
-
], CreateDepositWithApiDto.prototype, "notifyReceiverByEmail", void 0);
|
|
51
|
-
__decorate([
|
|
52
|
-
(0, class_validator_1.IsObject)(),
|
|
53
|
-
(0, class_validator_1.IsOptional)(),
|
|
54
|
-
__metadata("design:type", depositOptions_dto_1.DepositOptions)
|
|
55
|
-
], CreateDepositWithApiDto.prototype, "connectWalletOptions", void 0);
|
|
56
|
-
__decorate([
|
|
57
|
-
(0, class_validator_1.IsObject)(),
|
|
58
|
-
(0, class_validator_1.IsOptional)(),
|
|
59
|
-
__metadata("design:type", depositOptions_dto_1.DepositOptions)
|
|
60
|
-
], CreateDepositWithApiDto.prototype, "transferManuallyOptions", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, class_validator_1.IsObject)(),
|
|
63
|
-
(0, class_validator_1.IsOptional)(),
|
|
64
|
-
__metadata("design:type", depositOptionsForCard_dto_1.DepositOptionsForCard)
|
|
65
|
-
], CreateDepositWithApiDto.prototype, "payWithCardOptions", void 0);
|
|
66
|
-
//# sourceMappingURL=createDepositWithApi.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createDepositWithApi.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/dtos/createDepositWithApi.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAUyB;AACzB,6DAAsD;AACtD,2EAAoE;AAMpE,MAAa,uBAAuB;IAApC;QAmBE,yBAAoB,GAAa,IAAI,CAAC;IAiBxC,CAAC;CAAA;AApCD,0DAoCC;AAhCC;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;qDACF;AAKb;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;4DACM;AAMrB;IAJC,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,8BAAY,EAAC,CAAC,CAAC;;4DACM;AAItB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACyB;AAItC;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACmB;AAIhC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;8BACU,mCAAc;qEAAC;AAItC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;8BACa,mCAAc;wEAAC;AAIzC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;8BACQ,iDAAqB;mEAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DepositForMerchant = void 0;
|
|
4
|
-
const Deposit_entity_1 = require("./Deposit.entity");
|
|
5
|
-
class DepositForMerchant extends Deposit_entity_1.DepositEntity {
|
|
6
|
-
}
|
|
7
|
-
exports.DepositForMerchant = DepositForMerchant;
|
|
8
|
-
//# sourceMappingURL=DepositForMerchant.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DepositForMerchant.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositForMerchant.entity.ts"],"names":[],"mappings":";;;AAAA,qDAAiD;AAEjD,MAAa,kBAAmB,SAAQ,8BAAa;CAIpD;AAJD,gDAIC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DepositWalletEnrichedWithDeposit = void 0;
|
|
4
|
-
const DepositWallet_entity_1 = require("./DepositWallet.entity");
|
|
5
|
-
class DepositWalletEnrichedWithDeposit extends DepositWallet_entity_1.DepositWalletEntity {
|
|
6
|
-
}
|
|
7
|
-
exports.DepositWalletEnrichedWithDeposit = DepositWalletEnrichedWithDeposit;
|
|
8
|
-
//# sourceMappingURL=DepositWalletEnrichedWithDeposit.entity.js.map
|
package/dist/src/domain/model/deposit/entities/DepositWalletEnrichedWithDeposit.entity.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DepositWalletEnrichedWithDeposit.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositWalletEnrichedWithDeposit.entity.ts"],"names":[],"mappings":";;;AAAA,iEAA6D;AAG7D,MAAa,gCAAiC,SAAQ,0CAAmB;CAExE;AAFD,4EAEC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DepositWithCurrencies = void 0;
|
|
4
|
-
const Deposit_entity_1 = require("./Deposit.entity");
|
|
5
|
-
class DepositWithCurrencies extends Deposit_entity_1.DepositEntity {
|
|
6
|
-
}
|
|
7
|
-
exports.DepositWithCurrencies = DepositWithCurrencies;
|
|
8
|
-
//# sourceMappingURL=DepositWithCurrencies.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DepositWithCurrencies.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit/entities/DepositWithCurrencies.entity.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,qBAAsB,SAAQ,8BAAa;CAEvD;AAFD,sDAEC"}
|
package/dist/src/domain/model/deposit-wallet-balance/entities/BaseDepositWalletBalance.entity.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BaseDepositWalletBalance = void 0;
|
|
4
|
-
class BaseDepositWalletBalance {
|
|
5
|
-
}
|
|
6
|
-
exports.BaseDepositWalletBalance = BaseDepositWalletBalance;
|
|
7
|
-
//# sourceMappingURL=BaseDepositWalletBalance.entity.js.map
|
package/dist/src/domain/model/deposit-wallet-balance/entities/BaseDepositWalletBalance.entity.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseDepositWalletBalance.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-wallet-balance/entities/BaseDepositWalletBalance.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,wBAAwB;CAIpC;AAJD,4DAIC"}
|
package/dist/src/domain/model/deposit-wallet-balance/entities/DepositWalletBalance.entity.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseDepositWalletBalance } from './BaseDepositWalletBalance.entity';
|
|
2
|
-
import { BaseCurrency } from '../../currency';
|
|
3
|
-
import { DepositWalletEnrichedWithDeposit } from '../../deposit';
|
|
4
|
-
export declare class DepositWalletBalance extends BaseDepositWalletBalance {
|
|
5
|
-
currency: BaseCurrency;
|
|
6
|
-
depositWallet: DepositWalletEnrichedWithDeposit;
|
|
7
|
-
}
|
package/dist/src/domain/model/deposit-wallet-balance/entities/DepositWalletBalance.entity.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DepositWalletBalance = void 0;
|
|
4
|
-
const BaseDepositWalletBalance_entity_1 = require("./BaseDepositWalletBalance.entity");
|
|
5
|
-
class DepositWalletBalance extends BaseDepositWalletBalance_entity_1.BaseDepositWalletBalance {
|
|
6
|
-
}
|
|
7
|
-
exports.DepositWalletBalance = DepositWalletBalance;
|
|
8
|
-
//# sourceMappingURL=DepositWalletBalance.entity.js.map
|
package/dist/src/domain/model/deposit-wallet-balance/entities/DepositWalletBalance.entity.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DepositWalletBalance.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-wallet-balance/entities/DepositWalletBalance.entity.ts"],"names":[],"mappings":";;;AAAA,uFAA6E;AAI7E,MAAa,oBAAqB,SAAQ,0DAAwB;CAIjE;AAJD,oDAIC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
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("./BaseDepositWalletBalance.entity"), exports);
|
|
18
|
-
__exportStar(require("./DepositWalletBalance.entity"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/deposit-wallet-balance/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAkD;AAClD,gEAA8C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './entities';
|
|
@@ -1,18 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/deposit-wallet-balance/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CustomerDetailsDto } from '../../customer-details';
|
|
2
|
-
import { ProductDetailsDto } from '../../product-details';
|
|
3
|
-
export declare class PreparePaymentDto {
|
|
4
|
-
paymentRequestId: string;
|
|
5
|
-
senderPublicKey: string;
|
|
6
|
-
currencyId?: string;
|
|
7
|
-
quantity?: number;
|
|
8
|
-
minimalUnitAmount?: bigint;
|
|
9
|
-
affiliateCode?: string;
|
|
10
|
-
customerDetails?: CustomerDetailsDto;
|
|
11
|
-
productDetails?: ProductDetailsDto;
|
|
12
|
-
btcPublicKey?: string;
|
|
13
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
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.PreparePaymentDto = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const class_transformer_1 = require("class-transformer");
|
|
15
|
-
const customer_details_1 = require("../../customer-details");
|
|
16
|
-
const product_details_1 = require("../../product-details");
|
|
17
|
-
class PreparePaymentDto {
|
|
18
|
-
}
|
|
19
|
-
__decorate([
|
|
20
|
-
(0, class_validator_1.IsMongoId)(),
|
|
21
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
22
|
-
__metadata("design:type", String)
|
|
23
|
-
], PreparePaymentDto.prototype, "paymentRequestId", void 0);
|
|
24
|
-
__decorate([
|
|
25
|
-
(0, class_validator_1.IsString)(),
|
|
26
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
27
|
-
__metadata("design:type", String)
|
|
28
|
-
], PreparePaymentDto.prototype, "senderPublicKey", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
(0, class_validator_1.IsMongoId)(),
|
|
31
|
-
(0, class_validator_1.IsOptional)(),
|
|
32
|
-
__metadata("design:type", String)
|
|
33
|
-
], PreparePaymentDto.prototype, "currencyId", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, class_validator_1.IsNumber)({ allowInfinity: false, allowNaN: false, maxDecimalPlaces: 0 }),
|
|
36
|
-
(0, class_validator_1.IsOptional)(),
|
|
37
|
-
__metadata("design:type", Number)
|
|
38
|
-
], PreparePaymentDto.prototype, "quantity", void 0);
|
|
39
|
-
__decorate([
|
|
40
|
-
(0, class_validator_1.IsOptional)(),
|
|
41
|
-
(0, class_transformer_1.Transform)(({ value }) => value === undefined || value === null || value === ''
|
|
42
|
-
? undefined
|
|
43
|
-
: BigInt(value), { toClassOnly: true }),
|
|
44
|
-
__metadata("design:type", BigInt)
|
|
45
|
-
], PreparePaymentDto.prototype, "minimalUnitAmount", void 0);
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, class_validator_1.IsString)(),
|
|
48
|
-
(0, class_validator_1.IsOptional)(),
|
|
49
|
-
__metadata("design:type", String)
|
|
50
|
-
], PreparePaymentDto.prototype, "affiliateCode", void 0);
|
|
51
|
-
__decorate([
|
|
52
|
-
(0, class_transformer_1.Type)(() => customer_details_1.CustomerDetailsDto),
|
|
53
|
-
(0, class_validator_1.ValidateNested)(),
|
|
54
|
-
(0, class_validator_1.IsOptional)(),
|
|
55
|
-
__metadata("design:type", customer_details_1.CustomerDetailsDto)
|
|
56
|
-
], PreparePaymentDto.prototype, "customerDetails", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
(0, class_transformer_1.Type)(() => product_details_1.ProductDetailsDto),
|
|
59
|
-
(0, class_validator_1.ValidateNested)(),
|
|
60
|
-
(0, class_validator_1.IsOptional)(),
|
|
61
|
-
__metadata("design:type", product_details_1.ProductDetailsDto)
|
|
62
|
-
], PreparePaymentDto.prototype, "productDetails", void 0);
|
|
63
|
-
__decorate([
|
|
64
|
-
(0, class_validator_1.IsString)(),
|
|
65
|
-
(0, class_validator_1.IsOptional)(),
|
|
66
|
-
__metadata("design:type", String)
|
|
67
|
-
], PreparePaymentDto.prototype, "btcPublicKey", void 0);
|
|
68
|
-
exports.PreparePaymentDto = PreparePaymentDto;
|
|
69
|
-
//# sourceMappingURL=preparePayment.dto.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preparePayment.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/dtos/preparePayment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAoD;AACpD,6DAA4D;AAC5D,2DAA0D;AAG1D,MAAa,iBAAiB;CA4C7B;AA3CC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACW;AAExB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACO;AAEpB;IAAC,IAAA,0BAAQ,EAAC,EAAE,aAAa,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,gBAAgB,EAAE,CAAC,EAAE,CAAC;IACxE,IAAA,4BAAU,GAAE;;mDACK;AAElB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EACR,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CACZ,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,EAAE;QACnD,CAAC,CAAC,SAAS;QACX,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,EACnB,EAAE,WAAW,EAAE,IAAI,EAAE,CACtB;;4DAC0B;AAE3B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACU;AAEvB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAkB,CAAC;IAC9B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACK,qCAAkB;0DAAC;AAErC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,GAAE;8BACI,mCAAiB;yDAAC;AAEnC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACS;AA3CxB,8CA4CC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Entity } from '../../entity';
|
|
2
|
-
import { DepositSweepErrorType, DepositSweepStatus } from '../../../constants';
|
|
3
|
-
export declare class RecentSweepAttempt extends Entity {
|
|
4
|
-
id: string;
|
|
5
|
-
depositCustomerId: string;
|
|
6
|
-
status: DepositSweepStatus;
|
|
7
|
-
errorType?: DepositSweepErrorType;
|
|
8
|
-
createdAt: string;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RecentSweepAttempt = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class RecentSweepAttempt extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.RecentSweepAttempt = RecentSweepAttempt;
|
|
8
|
-
//# sourceMappingURL=RecentSweepAttempt.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RecentSweepAttempt.js","sourceRoot":"","sources":["../../../../../../src/domain/model/recent-sweep-attempt/entities/RecentSweepAttempt.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,kBAAmB,SAAQ,eAAM;CAU7C;AAVD,gDAUC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './RecentSweepAttempt';
|
|
@@ -1,18 +0,0 @@
|
|
|
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("./RecentSweepAttempt"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/recent-sweep-attempt/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './entities';
|
|
@@ -1,18 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/recent-sweep-attempt/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"submitPayment.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/submit-transaction/dtos/submitPayment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AAGnE,MAAa,gBAAgB;CAQ5B;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACY;AAP3B,4CAQC"}
|