@heliofi/common 0.2.131 → 0.2.133
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/BlockchainSymbolToChainId.d.ts +3 -0
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToChainId.js +12 -0
- package/dist/src/domain/model/blockchain/constants/BlockchainSymbolToChainId.js.map +1 -0
- package/dist/src/domain/model/blockchain/constants/blockchainSymbolToEvmChainId.d.ts +4 -0
- package/dist/src/domain/model/blockchain/constants/blockchainSymbolToEvmChainId.js +24 -0
- package/dist/src/domain/model/blockchain/constants/blockchainSymbolToEvmChainId.js.map +1 -0
- package/dist/src/domain/model/company-stats/entities/companyChart.entity.d.ts +5 -0
- package/dist/src/domain/model/company-stats/entities/companyChart.entity.js +8 -0
- package/dist/src/domain/model/company-stats/entities/companyChart.entity.js.map +1 -0
- package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.d.ts +5 -0
- package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.js +8 -0
- package/dist/src/domain/model/company-stats/entities/companyChartStat.entity.js.map +1 -0
- package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.d.ts +5 -0
- package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.js +8 -0
- package/dist/src/domain/model/company-stats/entities/companyDailyStats.entity.js.map +1 -0
- package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.d.ts +5 -0
- package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.js +8 -0
- package/dist/src/domain/model/company-stats/entities/companyDayStat.entity.js.map +1 -0
- package/dist/src/domain/model/decent-swap/entities/DeceptAppFee.d.ts +5 -0
- package/dist/src/domain/model/decent-swap/entities/DeceptAppFee.js +3 -0
- package/dist/src/domain/model/decent-swap/entities/DeceptAppFee.js.map +1 -0
- package/dist/src/domain/model/deposit/dtos/createDeposit.dto.d.ts +1 -0
- package/dist/src/domain/model/deposit/dtos/createDeposit.dto.js +5 -0
- package/dist/src/domain/model/deposit/dtos/createDeposit.dto.js.map +1 -1
- package/dist/src/domain/model/deposit/entities/Deposit.entity.d.ts +1 -0
- package/dist/src/domain/model/deposit/entities/Deposit.entity.js.map +1 -1
- package/dist/src/domain/model/deposit-sweep-details/entities/DepositSweepDetails.entity.d.ts +16 -0
- package/dist/src/domain/model/deposit-sweep-details/entities/DepositSweepDetails.entity.js +34 -0
- package/dist/src/domain/model/deposit-sweep-details/entities/DepositSweepDetails.entity.js.map +1 -0
- package/dist/src/domain/model/deposit-sweep-details/entities/index.d.ts +1 -0
- package/dist/src/domain/model/deposit-sweep-details/entities/index.js +18 -0
- package/dist/src/domain/model/deposit-sweep-details/entities/index.js.map +1 -0
- package/dist/src/domain/model/deposit-sweep-details/index.d.ts +1 -0
- package/dist/src/domain/model/deposit-sweep-details/index.js +18 -0
- package/dist/src/domain/model/deposit-sweep-details/index.js.map +1 -0
- package/dist/src/domain/model/deposit-tx/entities/DepositTxWithSweepDetails.d.ts +5 -0
- package/dist/src/domain/model/deposit-tx/entities/DepositTxWithSweepDetails.js +23 -0
- package/dist/src/domain/model/deposit-tx/entities/DepositTxWithSweepDetails.js.map +1 -0
- package/dist/src/domain/model/deposit-tx/entities/index.d.ts +1 -0
- package/dist/src/domain/model/deposit-tx/entities/index.js +1 -0
- package/dist/src/domain/model/deposit-tx/entities/index.js.map +1 -1
- package/dist/src/domain/model/email/dtos/emailSuccessfulSweep.dto.d.ts +11 -0
- package/dist/src/domain/model/email/dtos/emailSuccessfulSweep.dto.js +58 -0
- package/dist/src/domain/model/email/dtos/emailSuccessfulSweep.dto.js.map +1 -0
- package/dist/src/domain/model/email/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/email/dtos/index.js +1 -0
- package/dist/src/domain/model/email/dtos/index.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +1 -0
- package/dist/src/domain/model/index.js +1 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.d.ts +13 -0
- package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.js +69 -0
- package/dist/src/domain/model/prepare-transaction/dtos/preparePayment.dto.js.map +1 -0
- package/dist/src/domain/model/recent-sweep-attempt/entities/RecentSweepAttempt.d.ts +9 -0
- package/dist/src/domain/model/recent-sweep-attempt/entities/RecentSweepAttempt.js +8 -0
- package/dist/src/domain/model/recent-sweep-attempt/entities/RecentSweepAttempt.js.map +1 -0
- package/dist/src/domain/model/recent-sweep-attempt/entities/index.d.ts +1 -0
- package/dist/src/domain/model/recent-sweep-attempt/entities/index.js +18 -0
- package/dist/src/domain/model/recent-sweep-attempt/entities/index.js.map +1 -0
- package/dist/src/domain/model/recent-sweep-attempt/index.d.ts +1 -0
- package/dist/src/domain/model/recent-sweep-attempt/index.js +18 -0
- package/dist/src/domain/model/recent-sweep-attempt/index.js.map +1 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitPayment.dto.d.ts +4 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitPayment.dto.js +27 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitPayment.dto.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -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("./RecentSweepAttempt"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/recent-sweep-attempt/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './entities';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./entities"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/recent-sweep-attempt/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.SubmitPaymentDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class SubmitPaymentDto {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, class_validator_1.IsString)(),
|
|
18
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], SubmitPaymentDto.prototype, "signedTransaction", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsOptional)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], SubmitPaymentDto.prototype, "transactionToken", void 0);
|
|
26
|
+
exports.SubmitPaymentDto = SubmitPaymentDto;
|
|
27
|
+
//# sourceMappingURL=submitPayment.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|