@heliofi/common 0.1.169 → 0.1.171
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/attachment/entities/Attachment.d.ts +1 -1
- package/dist/src/domain/model/attachment/entities/Attachment.js +2 -2
- package/dist/src/domain/model/attachment/entities/Attachment.js.map +1 -1
- package/dist/src/domain/model/attachment/entities/BaseAttachment.entity.d.ts +7 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.entity.js +8 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.entity.js.map +1 -0
- package/dist/src/domain/model/attachment/entities/ShallowEnrichedAttachment.d.ts +1 -1
- package/dist/src/domain/model/attachment/entities/ShallowEnrichedAttachment.js +2 -2
- package/dist/src/domain/model/attachment/entities/ShallowEnrichedAttachment.js.map +1 -1
- package/dist/src/domain/model/attachment/entities/index.d.ts +1 -1
- package/dist/src/domain/model/attachment/entities/index.js +1 -1
- package/dist/src/domain/model/attachment/entities/index.js.map +1 -1
- package/dist/src/domain/model/company/entities/BaseCompany.entity.d.ts +13 -0
- package/dist/src/domain/model/company/entities/BaseCompany.entity.js +8 -0
- package/dist/src/domain/model/company/entities/BaseCompany.entity.js.map +1 -0
- package/dist/src/domain/model/company/entities/Company.entity.d.ts +7 -0
- package/dist/src/domain/model/company/entities/Company.entity.js +8 -0
- package/dist/src/domain/model/company/entities/Company.entity.js.map +1 -0
- package/dist/src/domain/model/company/entities/index.d.ts +2 -2
- package/dist/src/domain/model/company/entities/index.js +2 -2
- package/dist/src/domain/model/company/entities/index.js.map +1 -1
- package/dist/src/domain/model/content/entities/Content.d.ts +3 -1
- package/dist/src/domain/model/content/entities/Content.js.map +1 -1
- package/dist/src/domain/model/currency/entities/BaseCurrency.entity.d.ts +14 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.entity.js +8 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.entity.js.map +1 -0
- package/dist/src/domain/model/currency/entities/Currency.entity.d.ts +5 -0
- package/dist/src/domain/model/currency/entities/Currency.entity.js +8 -0
- package/dist/src/domain/model/currency/entities/Currency.entity.js.map +1 -0
- package/dist/src/domain/model/currency/entities/index.d.ts +2 -2
- package/dist/src/domain/model/currency/entities/index.js +2 -2
- package/dist/src/domain/model/currency/entities/index.js.map +1 -1
- package/dist/src/domain/model/evm-transaction-monitoring/dtos/CreateEvmTransactionMonitoring.dto.d.ts +8 -0
- package/dist/src/domain/model/evm-transaction-monitoring/dtos/CreateEvmTransactionMonitoring.dto.js +43 -0
- package/dist/src/domain/model/evm-transaction-monitoring/dtos/CreateEvmTransactionMonitoring.dto.js.map +1 -0
- package/dist/src/domain/model/evm-transaction-monitoring/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/evm-transaction-monitoring/dtos/index.js +18 -0
- package/dist/src/domain/model/evm-transaction-monitoring/dtos/index.js.map +1 -0
- package/dist/src/domain/model/evm-transaction-monitoring/entities/EvmTransactionMonitoring.entity.d.ts +9 -0
- package/dist/src/domain/model/evm-transaction-monitoring/entities/EvmTransactionMonitoring.entity.js +8 -0
- package/dist/src/domain/model/evm-transaction-monitoring/entities/EvmTransactionMonitoring.entity.js.map +1 -0
- package/dist/src/domain/model/evm-transaction-monitoring/entities/index.d.ts +1 -0
- package/dist/src/domain/model/evm-transaction-monitoring/entities/index.js +18 -0
- package/dist/src/domain/model/evm-transaction-monitoring/entities/index.js.map +1 -0
- package/dist/src/domain/model/{accessCodeAuthProperties → evm-transaction-monitoring}/index.d.ts +1 -1
- package/dist/src/domain/model/{accessCodeAuthProperties → evm-transaction-monitoring}/index.js +1 -1
- package/dist/src/domain/model/evm-transaction-monitoring/index.js.map +1 -0
- package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.d.ts +7 -0
- package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.js +7 -0
- package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.js.map +1 -0
- package/dist/src/domain/model/helio-play/entities/index.d.ts +1 -0
- package/dist/src/domain/model/{accessCodeAuthProperties → helio-play}/entities/index.js +1 -1
- package/dist/src/domain/model/helio-play/entities/index.js.map +1 -0
- package/dist/src/domain/model/helio-play/index.d.ts +1 -0
- package/dist/src/domain/model/{accessCodeAuthProperties/dtos → helio-play}/index.js +1 -1
- package/dist/src/domain/model/helio-play/index.js.map +1 -0
- package/dist/src/domain/model/index.d.ts +3 -0
- package/dist/src/domain/model/index.js +3 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.d.ts +5 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.entity.js.map +1 -0
- package/dist/src/domain/model/location/entities/FetchifyResult.entity.d.ts +5 -0
- package/dist/src/domain/model/location/entities/FetchifyResult.entity.js +7 -0
- package/dist/src/domain/model/location/entities/FetchifyResult.entity.js.map +1 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.d.ts +13 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.entity.js.map +1 -0
- package/dist/src/domain/model/location/entities/index.d.ts +2 -2
- package/dist/src/domain/model/location/entities/index.js +2 -2
- package/dist/src/domain/model/location/entities/index.js.map +1 -1
- package/dist/src/domain/model/media/entities/MediaProperties.d.ts +5 -0
- package/dist/src/domain/model/media/entities/MediaProperties.js +7 -0
- package/dist/src/domain/model/media/entities/MediaProperties.js.map +1 -0
- package/dist/src/domain/model/media/entities/MediaType.d.ts +5 -0
- package/dist/src/domain/model/media/entities/MediaType.js +10 -0
- package/dist/src/domain/model/media/entities/MediaType.js.map +1 -0
- package/dist/src/domain/model/media/entities/index.d.ts +2 -0
- package/dist/src/domain/model/media/entities/index.js +19 -0
- package/dist/src/domain/model/media/entities/index.js.map +1 -0
- package/dist/src/domain/model/media/index.d.ts +1 -0
- package/dist/src/domain/model/media/index.js +18 -0
- package/dist/src/domain/model/media/index.js.map +1 -0
- package/dist/src/domain/model/paystream/dtos/createPaystream.dto.d.ts +2 -0
- package/dist/src/domain/model/paystream/dtos/createPaystream.dto.js +6 -0
- package/dist/src/domain/model/paystream/dtos/createPaystream.dto.js.map +1 -1
- package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.d.ts +2 -0
- package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.js +6 -0
- package/dist/src/domain/model/paystream/dtos/updatePaystream.dto.js.map +1 -1
- package/dist/src/domain/model/paystream/entities/BasePaystream.d.ts +2 -0
- package/dist/src/domain/model/paystream/entities/BasePaystream.js.map +1 -1
- package/dist/src/domain/model/paystream/entities/Paystream.d.ts +2 -0
- package/dist/src/domain/model/paystream/entities/Paystream.js.map +1 -1
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.entity.d.ts +16 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.entity.js +7 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.entity.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/index.d.ts +1 -1
- package/dist/src/domain/model/paystream-tx/entities/index.js +1 -1
- package/dist/src/domain/model/paystream-tx/entities/index.js.map +1 -1
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.entity.d.ts +5 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.entity.js +8 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.entity.js.map +1 -0
- package/dist/src/domain/model/prepare-invoice/entities/TokenInvoicePayload.js.map +1 -1
- package/dist/src/domain/model/prepare-invoice/entities/index.d.ts +1 -1
- package/dist/src/domain/model/prepare-invoice/entities/index.js +1 -1
- package/dist/src/domain/model/prepare-invoice/entities/index.js.map +1 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.entity.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.entity.js +7 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.entity.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.entity.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.entity.js +8 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.entity.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/index.d.ts +2 -2
- package/dist/src/domain/model/prepare-transaction/entities/index.js +2 -2
- package/dist/src/domain/model/prepare-transaction/entities/index.js.map +1 -1
- package/dist/src/domain/model/report/entities/ReportItem.entity.d.ts +38 -0
- package/dist/src/domain/model/report/entities/ReportItem.entity.js +8 -0
- package/dist/src/domain/model/report/entities/ReportItem.entity.js.map +1 -0
- package/dist/src/domain/model/report/entities/index.d.ts +1 -1
- package/dist/src/domain/model/report/entities/index.js +1 -1
- package/dist/src/domain/model/report/entities/index.js.map +1 -1
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.entity.d.ts +4 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.entity.js +8 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.entity.js.map +1 -0
- package/dist/src/domain/model/token-quoting/entities/index.d.ts +1 -1
- package/dist/src/domain/model/token-quoting/entities/index.js +1 -1
- package/dist/src/domain/model/token-quoting/entities/index.js.map +1 -1
- package/dist/src/domain/model/token-swap/entities/SwapRouteOptions.d.ts +1 -1
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.entity.d.ts +4 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.entity.js +8 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.entity.js.map +1 -0
- package/dist/src/domain/model/token-swap/entities/index.d.ts +1 -1
- package/dist/src/domain/model/token-swap/entities/index.js +1 -1
- package/dist/src/domain/model/token-swap/entities/index.js.map +1 -1
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.d.ts +1 -0
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js +5 -0
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js.map +1 -1
- package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.d.ts +1 -0
- package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js +5 -0
- package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js.map +1 -1
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.entity.d.ts +1 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.entity.js.map +1 -1
- package/dist/src/domain/model/user/entities/BaseUser.d.ts +1 -2
- package/dist/src/domain/model/user/entities/BaseUser.entity.d.ts +9 -0
- package/dist/src/domain/model/user/entities/BaseUser.entity.js +8 -0
- package/dist/src/domain/model/user/entities/BaseUser.entity.js.map +1 -0
- package/dist/src/domain/model/user/entities/BaseUser.js.map +1 -1
- package/dist/src/domain/model/user/entities/ShallowEnrichedUser.d.ts +1 -1
- package/dist/src/domain/model/user/entities/ShallowEnrichedUser.js +2 -2
- package/dist/src/domain/model/user/entities/ShallowEnrichedUser.js.map +1 -1
- package/dist/src/domain/model/user/entities/User.d.ts +1 -1
- package/dist/src/domain/model/user/entities/User.js +2 -2
- package/dist/src/domain/model/user/entities/User.js.map +1 -1
- package/dist/src/domain/model/user/entities/index.d.ts +1 -1
- package/dist/src/domain/model/user/entities/index.js +1 -1
- package/dist/src/domain/model/user/entities/index.js.map +1 -1
- package/dist/src/domain/model/wallet/entities/BaseWallet.entity.d.ts +5 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.entity.js +8 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.entity.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/Wallet.entity.d.ts +7 -0
- package/dist/src/domain/model/wallet/entities/Wallet.entity.js +8 -0
- package/dist/src/domain/model/wallet/entities/Wallet.entity.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.entity.d.ts +4 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.entity.js +8 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.entity.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/index.d.ts +3 -3
- package/dist/src/domain/model/wallet/entities/index.js +3 -3
- package/dist/src/domain/model/wallet/entities/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.d.ts +0 -3
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js +0 -22
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.d.ts +0 -4
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js +0 -8
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.d.ts +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js.map +0 -1
- package/dist/src/domain/model/accessCodeAuthProperties/index.js.map +0 -1
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.d.ts +0 -6
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js +0 -7
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js.map +0 -1
- package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +0 -6
- package/dist/src/domain/model/blockchain/entities/Blockchain.js +0 -8
- package/dist/src/domain/model/blockchain/entities/Blockchain.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MediaProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/media/entities/MediaProperties.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;CAG3B;AAHD,0CAGC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaType = void 0;
|
|
4
|
+
var MediaType;
|
|
5
|
+
(function (MediaType) {
|
|
6
|
+
MediaType["VIDEO"] = "VIDEO";
|
|
7
|
+
MediaType["AUDIO"] = "AUDIO";
|
|
8
|
+
MediaType["PDF"] = "PDF";
|
|
9
|
+
})(MediaType = exports.MediaType || (exports.MediaType = {}));
|
|
10
|
+
//# sourceMappingURL=MediaType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MediaType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/media/entities/MediaType.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,4BAAe,CAAA;IACf,4BAAe,CAAA;IACf,wBAAW,CAAA;AACb,CAAC,EAJW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAIpB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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("./MediaType"), exports);
|
|
18
|
+
__exportStar(require("./MediaProperties"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/media/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,oDAAkC"}
|
|
@@ -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/media/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { StreamFeaturesDto } from '../../stream-features';
|
|
2
2
|
import { IntervalType } from '../entities';
|
|
3
3
|
import { CreatePaymentRequestDto } from '../../payment-request';
|
|
4
|
+
import { HelioPlayProperties } from '../../helio-play';
|
|
4
5
|
export declare class CreatePaystreamDto extends CreatePaymentRequestDto {
|
|
5
6
|
features?: StreamFeaturesDto;
|
|
6
7
|
interval: IntervalType;
|
|
7
8
|
maxTime: number;
|
|
9
|
+
helioPlayProperties?: HelioPlayProperties;
|
|
8
10
|
}
|
|
@@ -15,6 +15,7 @@ const class_transformer_1 = require("class-transformer");
|
|
|
15
15
|
const stream_features_1 = require("../../stream-features");
|
|
16
16
|
const entities_1 = require("../entities");
|
|
17
17
|
const payment_request_1 = require("../../payment-request");
|
|
18
|
+
const helio_play_1 = require("../../helio-play");
|
|
18
19
|
class CreatePaystreamDto extends payment_request_1.CreatePaymentRequestDto {
|
|
19
20
|
}
|
|
20
21
|
__decorate([
|
|
@@ -33,5 +34,10 @@ __decorate([
|
|
|
33
34
|
(0, class_validator_1.IsNotEmpty)(),
|
|
34
35
|
__metadata("design:type", Number)
|
|
35
36
|
], CreatePaystreamDto.prototype, "maxTime", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsOptional)(),
|
|
39
|
+
(0, class_transformer_1.Type)(() => helio_play_1.HelioPlayProperties),
|
|
40
|
+
__metadata("design:type", helio_play_1.HelioPlayProperties)
|
|
41
|
+
], CreatePaystreamDto.prototype, "helioPlayProperties", void 0);
|
|
36
42
|
exports.CreatePaystreamDto = CreatePaystreamDto;
|
|
37
43
|
//# sourceMappingURL=createPaystream.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/createPaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,2DAA0D;AAC1D,0CAA2C;AAC3C,2DAAgE;
|
|
1
|
+
{"version":3,"file":"createPaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/createPaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,2DAA0D;AAC1D,0CAA2C;AAC3C,2DAAgE;AAChE,iDAAuD;AAEvD,MAAa,kBAAmB,SAAQ,yCAAuB;CAiB9D;AAhBC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;8BACN,mCAAiB;oDAAC;AAE7B;IAAC,IAAA,wBAAM,EAAC,uBAAY,CAAC;IACpB,IAAA,4BAAU,GAAE;;oDACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAmB,CAAC;8BACV,gCAAmB;+DAAC;AAhB5C,gDAiBC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { StreamFeaturesDto } from '../../stream-features';
|
|
2
2
|
import { IntervalType } from '../entities';
|
|
3
3
|
import { UpdatePaymentRequestDto } from '../../payment-request';
|
|
4
|
+
import { HelioPlayProperties } from '../../helio-play';
|
|
4
5
|
export declare class UpdatePaystreamDto extends UpdatePaymentRequestDto {
|
|
5
6
|
features?: StreamFeaturesDto;
|
|
6
7
|
interval?: IntervalType;
|
|
7
8
|
maxTime?: number;
|
|
9
|
+
helioPlayProperties?: HelioPlayProperties;
|
|
8
10
|
}
|
|
@@ -15,6 +15,7 @@ const class_transformer_1 = require("class-transformer");
|
|
|
15
15
|
const stream_features_1 = require("../../stream-features");
|
|
16
16
|
const entities_1 = require("../entities");
|
|
17
17
|
const payment_request_1 = require("../../payment-request");
|
|
18
|
+
const helio_play_1 = require("../../helio-play");
|
|
18
19
|
class UpdatePaystreamDto extends payment_request_1.UpdatePaymentRequestDto {
|
|
19
20
|
}
|
|
20
21
|
__decorate([
|
|
@@ -33,5 +34,10 @@ __decorate([
|
|
|
33
34
|
(0, class_validator_1.IsOptional)(),
|
|
34
35
|
__metadata("design:type", Number)
|
|
35
36
|
], UpdatePaystreamDto.prototype, "maxTime", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsOptional)(),
|
|
39
|
+
(0, class_transformer_1.Type)(() => helio_play_1.HelioPlayProperties),
|
|
40
|
+
__metadata("design:type", helio_play_1.HelioPlayProperties)
|
|
41
|
+
], UpdatePaystreamDto.prototype, "helioPlayProperties", void 0);
|
|
36
42
|
exports.UpdatePaystreamDto = UpdatePaystreamDto;
|
|
37
43
|
//# sourceMappingURL=updatePaystream.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/updatePaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+E;AAC/E,yDAAyC;AACzC,2DAA0D;AAC1D,0CAA2C;AAC3C,2DAAgE;
|
|
1
|
+
{"version":3,"file":"updatePaystream.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/dtos/updatePaystream.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+E;AAC/E,yDAAyC;AACzC,2DAA0D;AAC1D,0CAA2C;AAC3C,2DAAgE;AAChE,iDAAuD;AAEvD,MAAa,kBAAmB,SAAQ,yCAAuB;CAiB9D;AAhBC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACN,mCAAiB;oDAAC;AAE7B;IAAC,IAAA,wBAAM,EAAC,uBAAY,CAAC;IACpB,IAAA,4BAAU,GAAE;;oDACW;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAmB,CAAC;8BACV,gCAAmB;+DAAC;AAhB5C,gDAiBC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import type { StreamFeatures } from '../../stream-features';
|
|
2
2
|
import { BasePaymentRequest } from '../../payment-request';
|
|
3
3
|
import { IntervalType } from './IntervalType';
|
|
4
|
+
import { HelioPlayProperties } from '../../helio-play';
|
|
4
5
|
export declare class BasePaystream extends BasePaymentRequest {
|
|
5
6
|
maxTime: number;
|
|
6
7
|
interval: IntervalType;
|
|
7
8
|
features: StreamFeatures;
|
|
9
|
+
helioPlayProperties?: HelioPlayProperties;
|
|
8
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasePaystream.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/entities/BasePaystream.ts"],"names":[],"mappings":";;;AACA,2DAA2D;
|
|
1
|
+
{"version":3,"file":"BasePaystream.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/entities/BasePaystream.ts"],"names":[],"mappings":";;;AACA,2DAA2D;AAI3D,MAAa,aAAc,SAAQ,oCAAkB;CAQpD;AARD,sCAQC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { HelioPlayProperties } from '../../helio-play';
|
|
1
2
|
import { PaymentRequest } from '../../payment-request';
|
|
2
3
|
import { StreamFeatures } from '../../stream-features';
|
|
3
4
|
import { IntervalType } from './IntervalType';
|
|
@@ -5,4 +6,5 @@ export declare class Paystream extends PaymentRequest {
|
|
|
5
6
|
maxTime: number;
|
|
6
7
|
interval: IntervalType;
|
|
7
8
|
features: StreamFeatures;
|
|
9
|
+
helioPlayProperties?: HelioPlayProperties;
|
|
8
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Paystream.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/entities/Paystream.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Paystream.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/entities/Paystream.ts"],"names":[],"mappings":";;;AACA,2DAAuD;AAIvD,MAAa,SAAU,SAAQ,gCAAc;CAQ5C;AARD,8BAQC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class CheckoutStatus {
|
|
2
|
+
transactionSignature: string;
|
|
3
|
+
endedAt: number;
|
|
4
|
+
paymentData: {
|
|
5
|
+
document: {
|
|
6
|
+
id: string;
|
|
7
|
+
createdAt: string;
|
|
8
|
+
paymentPK: string;
|
|
9
|
+
maxTime: number;
|
|
10
|
+
};
|
|
11
|
+
content: {
|
|
12
|
+
text?: string;
|
|
13
|
+
videoUrl?: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckoutStatus.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/CheckoutStatus.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,cAAc;CAiB1B;AAjBD,wCAiBC"}
|
|
@@ -20,5 +20,5 @@ __exportStar(require("./PaystreamTxWithContent"), exports);
|
|
|
20
20
|
__exportStar(require("./BasePaystreamTxWithTransaction"), exports);
|
|
21
21
|
__exportStar(require("./BasePaystreamTxWithSwapTransaction"), exports);
|
|
22
22
|
__exportStar(require("./PaystreamTxWithMeta"), exports);
|
|
23
|
-
__exportStar(require("./CheckoutStatus"), exports);
|
|
23
|
+
__exportStar(require("./CheckoutStatus.entity"), exports);
|
|
24
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,oDAAkC;AAClC,2DAAyC;AACzC,mEAAiD;AACjD,uEAAqD;AACrD,wDAAsC;AACtC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,oDAAkC;AAClC,2DAAyC;AACzC,mEAAiD;AACjD,uEAAqD;AACrD,wDAAsC;AACtC,0DAAwC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrepareInvoice = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class PrepareInvoice extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.PrepareInvoice = PrepareInvoice;
|
|
8
|
+
//# sourceMappingURL=PrepareInvoice.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrepareInvoice.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-invoice/entities/PrepareInvoice.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAIzC;AAJD,wCAIC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenInvoicePayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-invoice/entities/TokenInvoicePayload.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mBAAoB,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"TokenInvoicePayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-invoice/entities/TokenInvoicePayload.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mBAAoB,SAAQ,eAAM;CAI9C;AAJD,kDAIC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './PrepareInvoice';
|
|
1
|
+
export * from './PrepareInvoice.entity';
|
|
2
2
|
export * from './TokenInvoicePayload';
|
|
@@ -14,6 +14,6 @@ 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("./PrepareInvoice"), exports);
|
|
17
|
+
__exportStar(require("./PrepareInvoice.entity"), exports);
|
|
18
18
|
__exportStar(require("./TokenInvoicePayload"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-invoice/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-invoice/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,wDAAsC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrepareSwapTransaction = void 0;
|
|
4
|
+
class PrepareSwapTransaction {
|
|
5
|
+
}
|
|
6
|
+
exports.PrepareSwapTransaction = PrepareSwapTransaction;
|
|
7
|
+
//# sourceMappingURL=PrepareSwapTransaction.entity.js.map
|
package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.entity.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrepareSwapTransaction.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;CAIlC;AAJD,wDAIC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrepareTransaction = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class PrepareTransaction extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.PrepareTransaction = PrepareTransaction;
|
|
8
|
+
//# sourceMappingURL=PrepareTransaction.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrepareTransaction.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareTransaction.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,kBAAmB,SAAQ,eAAM;CAI7C;AAJD,gDAIC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './PrepareTransaction';
|
|
1
|
+
export * from './PrepareTransaction.entity';
|
|
2
2
|
export * from './TokenTransactionPayload';
|
|
3
|
-
export * from './PrepareSwapTransaction';
|
|
3
|
+
export * from './PrepareSwapTransaction.entity';
|
|
@@ -14,7 +14,7 @@ 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("./PrepareTransaction"), exports);
|
|
17
|
+
__exportStar(require("./PrepareTransaction.entity"), exports);
|
|
18
18
|
__exportStar(require("./TokenTransactionPayload"), exports);
|
|
19
|
-
__exportStar(require("./PrepareSwapTransaction"), exports);
|
|
19
|
+
__exportStar(require("./PrepareSwapTransaction.entity"), exports);
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,4DAA0C;AAC1C,kEAAgD"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IntervalType } from '../../paystream';
|
|
2
|
+
import { BlockchainSymbol } from '../../blockchain';
|
|
3
|
+
import { Entity } from '../../entity';
|
|
4
|
+
export declare class ReportItem extends Entity {
|
|
5
|
+
id: string;
|
|
6
|
+
txSignature: string;
|
|
7
|
+
solScanLink: string;
|
|
8
|
+
paymentRequestId: string;
|
|
9
|
+
paymentRequestUrl: string;
|
|
10
|
+
paymentRequestName: string;
|
|
11
|
+
quantity: number;
|
|
12
|
+
time: string;
|
|
13
|
+
amount: number;
|
|
14
|
+
convertedAmount: number;
|
|
15
|
+
currency: string;
|
|
16
|
+
blockchain: BlockchainSymbol;
|
|
17
|
+
from: string;
|
|
18
|
+
paymentRequestUrlWithSlug?: string;
|
|
19
|
+
cancelAt?: number;
|
|
20
|
+
endAt?: number;
|
|
21
|
+
startAt?: number;
|
|
22
|
+
intervalUnit?: IntervalType;
|
|
23
|
+
email?: string;
|
|
24
|
+
discordUsername?: string;
|
|
25
|
+
twitterUsername?: string;
|
|
26
|
+
fullName?: string;
|
|
27
|
+
country?: string;
|
|
28
|
+
deliveryAddress?: string;
|
|
29
|
+
phoneNumber?: string;
|
|
30
|
+
state?: string;
|
|
31
|
+
street?: string;
|
|
32
|
+
streetNumber?: string;
|
|
33
|
+
city?: string;
|
|
34
|
+
areaCode?: string;
|
|
35
|
+
name?: string;
|
|
36
|
+
value?: string;
|
|
37
|
+
fee: number;
|
|
38
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReportItem = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class ReportItem extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.ReportItem = ReportItem;
|
|
8
|
+
//# sourceMappingURL=ReportItem.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReportItem.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.entity.ts"],"names":[],"mappings":";;;AAEA,yCAAsC;AAEtC,MAAa,UAAW,SAAQ,eAAM;CAkErC;AAlED,gCAkEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './ReportItem';
|
|
1
|
+
export * from './ReportItem.entity';
|
|
@@ -14,5 +14,5 @@ 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("./ReportItem"), exports);
|
|
17
|
+
__exportStar(require("./ReportItem.entity"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TokenQuoting = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class TokenQuoting extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.TokenQuoting = TokenQuoting;
|
|
8
|
+
//# sourceMappingURL=TokenQuoting.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenQuoting.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-quoting/entities/TokenQuoting.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,YAAa,SAAQ,eAAM;CAEvC;AAFD,oCAEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './TokenQuoting';
|
|
1
|
+
export * from './TokenQuoting.entity';
|
|
@@ -14,5 +14,5 @@ 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("./TokenQuoting"), exports);
|
|
17
|
+
__exportStar(require("./TokenQuoting.entity"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-quoting/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-quoting/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SwapRouteToken = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class SwapRouteToken extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.SwapRouteToken = SwapRouteToken;
|
|
8
|
+
//# sourceMappingURL=SwapRouteToken.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SwapRouteToken.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-swap/entities/SwapRouteToken.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAEzC;AAFD,wCAEC"}
|
|
@@ -14,7 +14,7 @@ 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("./SwapRouteToken"), exports);
|
|
17
|
+
__exportStar(require("./SwapRouteToken.entity"), exports);
|
|
18
18
|
__exportStar(require("./SwapRouteTokenPayload"), exports);
|
|
19
19
|
__exportStar(require("./SwapRouteOptions"), exports);
|
|
20
20
|
__exportStar(require("./SwapMode"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-swap/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-swap/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,0DAAwC;AACxC,qDAAmC;AACnC,6CAA2B"}
|
|
@@ -83,5 +83,10 @@ __decorate([
|
|
|
83
83
|
(0, class_validator_1.IsOptional)(),
|
|
84
84
|
__metadata("design:type", String)
|
|
85
85
|
], CreateTransactionMetaDto.prototype, "transactionStatus", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, class_validator_1.IsString)(),
|
|
88
|
+
(0, class_validator_1.IsOptional)(),
|
|
89
|
+
__metadata("design:type", String)
|
|
90
|
+
], CreateTransactionMetaDto.prototype, "transactionDataHash", void 0);
|
|
86
91
|
exports.CreateTransactionMetaDto = CreateTransactionMetaDto;
|
|
87
92
|
//# sourceMappingURL=createTransactionMeta.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createTransactionMeta.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,qDASyB;AACzB,6DAA4D;AAC5D,2DAA0D;AAC1D,uDAAsD;AACtD,mCAAuC;AACvC,4CAAiD;AAEjD,MAAa,wBAAwB;
|
|
1
|
+
{"version":3,"file":"createTransactionMeta.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,qDASyB;AACzB,6DAA4D;AAC5D,2DAA0D;AAC1D,uDAAsD;AACtD,mCAAuC;AACvC,4CAAiD;AAEjD,MAAa,wBAAwB;CAwDpC;AAvDC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sEACgB;AAE7B;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;wDACzB;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACI;AAEjB;IAAC,IAAA,kCAAgB,GAAE;IAClB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAkB,CAAC;IAC9B,IAAA,gCAAc,GAAE;8BACA,qCAAkB;iEAAC;AAEpC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAiB,CAAC;IAC7B,IAAA,gCAAc,GAAE;8BACD,mCAAiB;gEAAC;AAElC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;8DACW;AAEvB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAe,CAAC;IAC3B,IAAA,gCAAc,GAAE;;mEACqB;AAEtC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACM;AAEnB;IAAC,IAAA,wBAAM,EAAC,gBAAU,CAAC;IAClB,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;6DACc;AAE3B;IAAC,IAAA,wBAAM,EAAC,6BAAiB,CAAC;IACzB,IAAA,4BAAU,GAAE;;mEACyB;AAEtC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qEACgB;AAvD/B,4DAwDC"}
|
|
@@ -24,5 +24,10 @@ __decorate([
|
|
|
24
24
|
(0, class_validator_1.IsOptional)(),
|
|
25
25
|
__metadata("design:type", String)
|
|
26
26
|
], UpdateTransactionMetaDto.prototype, "transactionStatus", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], UpdateTransactionMetaDto.prototype, "transactionDataHash", void 0);
|
|
27
32
|
exports.UpdateTransactionMetaDto = UpdateTransactionMetaDto;
|
|
28
33
|
//# sourceMappingURL=updateTransactionMeta.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateTransactionMeta.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,4CAAiD;AAEjD,MAAa,wBAAwB;
|
|
1
|
+
{"version":3,"file":"updateTransactionMeta.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,4CAAiD;AAEjD,MAAa,wBAAwB;CAYpC;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sEACiB;AAE9B;IAAC,IAAA,wBAAM,EAAC,6BAAiB,CAAC;IACzB,IAAA,4BAAU,GAAE;;mEACyB;AAEtC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qEACgB;AAX/B,4DAYC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseTransactionMeta.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/BaseTransactionMeta.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAE9C,yCAAsC;AAKtC,MAAa,mBAAoB,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"BaseTransactionMeta.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/BaseTransactionMeta.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAE9C,yCAAsC;AAKtC,MAAa,mBAAoB,SAAQ,eAAM;CA0B9C;AArBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mDACzB;AAcf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;wDACpB;AArBtB,kDA0BC"}
|