@heliofi/common 0.1.214 → 0.1.215
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/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.d.ts +3 -0
- package/dist/src/domain/model/{nft-escrow/dtos/nftEscrowSubmit.dto.js → accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js} +5 -10
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/{nft-escrow → accessCodeAuthProperties}/dtos/index.js +1 -3
- package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.d.ts +4 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js +8 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.d.ts +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js +18 -0
- package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js.map +1 -0
- package/dist/src/domain/model/accessCodeAuthProperties/index.js.map +1 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +7 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js +8 -0
- package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +1 -0
- package/dist/src/domain/model/auth/entities/AuthUser.d.ts +1 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.d.ts +6 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js +7 -0
- package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js.map +1 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +6 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.js +8 -0
- package/dist/src/domain/model/blockchain/entities/Blockchain.js.map +1 -0
- package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.d.ts +16 -0
- package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.js +8 -0
- package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.js.map +1 -0
- package/dist/src/domain/model/checkoutStatus/entities/index.d.ts +1 -0
- package/dist/src/domain/model/checkoutStatus/entities/index.js +18 -0
- package/dist/src/domain/model/checkoutStatus/entities/index.js.map +1 -0
- package/dist/src/domain/model/checkoutStatus/index.d.ts +1 -0
- package/dist/src/domain/model/{nft-escrow/entities → checkoutStatus}/index.js +1 -1
- package/dist/src/domain/model/checkoutStatus/index.js.map +1 -0
- package/dist/src/domain/model/company/entities/BaseCompany.d.ts +13 -0
- package/dist/src/domain/model/company/entities/BaseCompany.js +8 -0
- package/dist/src/domain/model/company/entities/BaseCompany.js.map +1 -0
- package/dist/src/domain/model/company/entities/Company.d.ts +7 -0
- package/dist/src/domain/model/company/entities/Company.js +8 -0
- package/dist/src/domain/model/company/entities/Company.js.map +1 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +14 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.js +8 -0
- package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +1 -0
- package/dist/src/domain/model/currency/entities/Currency.d.ts +5 -0
- package/dist/src/domain/model/currency/entities/Currency.js +8 -0
- package/dist/src/domain/model/currency/entities/Currency.js.map +1 -0
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.d.ts +9 -0
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js +8 -0
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js.map +1 -0
- package/dist/src/domain/model/funding/entities/Funding.d.ts +6 -0
- package/dist/src/domain/model/funding/entities/Funding.js +22 -0
- package/dist/src/domain/model/funding/entities/Funding.js.map +1 -0
- package/dist/src/domain/model/index.d.ts +1 -1
- package/dist/src/domain/model/index.js +1 -1
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +8 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +1 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +13 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +8 -0
- package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +1 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +13 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js +11 -0
- package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js.map +1 -0
- package/dist/src/domain/model/paystream/entities/IntervalType.d.ts +9 -0
- package/dist/src/domain/model/paystream/entities/IntervalType.js +14 -0
- package/dist/src/domain/model/paystream/entities/IntervalType.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.d.ts +11 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js +57 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.d.ts +6 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.js +36 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +16 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +7 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.d.ts +5 -0
- package/dist/src/domain/model/{nft-escrow/dtos/nftEscrowCancel.dto.js → paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js} +12 -18
- package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.d.ts +20 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js +37 -0
- package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/entities/index.d.ts +1 -0
- package/dist/src/domain/model/paystream-tx/entities/index.js +1 -0
- package/dist/src/domain/model/paystream-tx/entities/index.js.map +1 -1
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +5 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +8 -0
- package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +1 -0
- package/dist/src/domain/model/prepare-refund/entities/index.d.ts +0 -0
- package/dist/src/domain/model/prepare-refund/entities/index.js +1 -0
- package/dist/src/domain/model/prepare-refund/entities/index.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.d.ts +4 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js +8 -0
- package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js.map +1 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.d.ts +8 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js +8 -0
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareEvmTransaction.dto.d.ts +1 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareEvmTransaction.dto.js +5 -0
- package/dist/src/domain/model/prepare-transaction/dtos/prepareEvmTransaction.dto.js.map +1 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +7 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +5 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +8 -0
- package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js +14 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +1 -1
- package/dist/src/domain/model/refund/dtos/refund.dto.d.ts +7 -0
- package/dist/src/domain/model/{nft-escrow/dtos/nftEscrowCreate.dto.js → refund/dtos/refund.dto.js} +13 -17
- package/dist/src/domain/model/refund/dtos/refund.dto.js.map +1 -0
- package/dist/src/domain/model/report/entities/ReportItem.d.ts +37 -0
- package/dist/src/domain/model/report/entities/ReportItem.js +7 -0
- package/dist/src/domain/model/report/entities/ReportItem.js.map +1 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +4 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +8 -0
- package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +1 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +4 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +8 -0
- package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +16 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js +26 -0
- package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +1 -0
- package/dist/src/domain/model/user/entities/BaseUser.d.ts +9 -0
- package/dist/src/domain/model/user/entities/BaseUser.js +8 -0
- package/dist/src/domain/model/user/entities/BaseUser.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +5 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.js +8 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/Wallet.d.ts +7 -0
- package/dist/src/domain/model/wallet/entities/Wallet.js +8 -0
- package/dist/src/domain/model/wallet/entities/Wallet.js.map +1 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +4 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.js +8 -0
- package/dist/src/domain/model/wallet/entities/WalletDetails.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/nft-escrow/dtos/index.d.ts +0 -3
- package/dist/src/domain/model/nft-escrow/dtos/index.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.d.ts +0 -5
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCreate.dto.d.ts +0 -7
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCreate.dto.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.d.ts +0 -4
- package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.d.ts +0 -5
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js +0 -8
- package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/entities/index.d.ts +0 -1
- package/dist/src/domain/model/nft-escrow/entities/index.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/index.js.map +0 -1
- /package/dist/src/domain/model/{nft-escrow → accessCodeAuthProperties}/index.d.ts +0 -0
- /package/dist/src/domain/model/{nft-escrow → accessCodeAuthProperties}/index.js +0 -0
|
@@ -9,19 +9,14 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.AccessCodeAuthPropertiesDto = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
|
-
class
|
|
14
|
+
class AccessCodeAuthPropertiesDto {
|
|
15
15
|
}
|
|
16
16
|
__decorate([
|
|
17
17
|
(0, class_validator_1.IsString)(),
|
|
18
18
|
(0, class_validator_1.IsNotEmpty)(),
|
|
19
19
|
__metadata("design:type", String)
|
|
20
|
-
],
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
(0, class_validator_1.IsOptional)(),
|
|
24
|
-
__metadata("design:type", String)
|
|
25
|
-
], NftEscrowSubmitDto.prototype, "transactionToken", void 0);
|
|
26
|
-
exports.NftEscrowSubmitDto = NftEscrowSubmitDto;
|
|
27
|
-
//# sourceMappingURL=nftEscrowSubmit.dto.js.map
|
|
20
|
+
], AccessCodeAuthPropertiesDto.prototype, "accessCode", void 0);
|
|
21
|
+
exports.AccessCodeAuthPropertiesDto = AccessCodeAuthPropertiesDto;
|
|
22
|
+
//# sourceMappingURL=accessCodeAuthProperties.dto.js.map
|
package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accessCodeAuthProperties.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,2BAA2B;CAIvC;AAHC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACM;AAHrB,kEAIC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './accessCodeAuthProperties.dto';
|
|
@@ -14,7 +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("./
|
|
18
|
-
__exportStar(require("./nftEscrowSubmit.dto"), exports);
|
|
19
|
-
__exportStar(require("./nftEscrowCancel.dto"), exports);
|
|
17
|
+
__exportStar(require("./accessCodeAuthProperties.dto"), exports);
|
|
20
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/accessCodeAuthProperties/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AccessCodeAuthProperties = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class AccessCodeAuthProperties extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.AccessCodeAuthProperties = AccessCodeAuthProperties;
|
|
8
|
+
//# sourceMappingURL=AccessCodeAuthProperties.js.map
|
package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccessCodeAuthProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,wBAAyB,SAAQ,eAAM;CAEnD;AAFD,4DAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './AccessCodeAuthProperties';
|
|
@@ -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("./AccessCodeAuthProperties"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/accessCodeAuthProperties/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/accessCodeAuthProperties/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseAttachment = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class BaseAttachment extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BaseAttachment = BaseAttachment;
|
|
8
|
+
//# sourceMappingURL=BaseAttachment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseAttachment.js","sourceRoot":"","sources":["../../../../../../src/domain/model/attachment/entities/BaseAttachment.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAQzC;AARD,wCAQC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckoutAuthToken.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/CheckoutAuthToken.ts"],"names":[],"mappings":";;;AAEA,MAAa,iBAAiB;CAM7B;AAND,8CAMC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Blockchain = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class Blockchain extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.Blockchain = Blockchain;
|
|
8
|
+
//# sourceMappingURL=Blockchain.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Blockchain.js","sourceRoot":"","sources":["../../../../../../src/domain/model/blockchain/entities/Blockchain.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,UAAW,SAAQ,eAAM;CAMrC;AAND,gCAMC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContentResponse } from '../../content';
|
|
2
|
+
import { Entity } from '../../entity';
|
|
3
|
+
import { TransactionStatus } from '../../transaction-meta';
|
|
4
|
+
export declare class CheckoutStatusResponse extends Entity {
|
|
5
|
+
transactionStatus: TransactionStatus;
|
|
6
|
+
transactionSignature?: string;
|
|
7
|
+
paymentData?: {
|
|
8
|
+
document: {
|
|
9
|
+
id: string;
|
|
10
|
+
createdAt: string;
|
|
11
|
+
paymentPK: string;
|
|
12
|
+
maxTime: number;
|
|
13
|
+
};
|
|
14
|
+
content?: ContentResponse;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CheckoutStatusResponse = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class CheckoutStatusResponse extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.CheckoutStatusResponse = CheckoutStatusResponse;
|
|
8
|
+
//# sourceMappingURL=CheckoutStatusResponse.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckoutStatusResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAGtC,MAAa,sBAAuB,SAAQ,eAAM;CAejD;AAfD,wDAeC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CheckoutStatusResponse.entity';
|
|
@@ -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("./CheckoutStatusResponse.entity"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/checkoutStatus/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './entities';
|
|
@@ -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("./
|
|
17
|
+
__exportStar(require("./entities"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/checkoutStatus/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Entity } from '../../entity';
|
|
2
|
+
export declare class BaseCompany extends Entity {
|
|
3
|
+
id: string;
|
|
4
|
+
name?: string;
|
|
5
|
+
email?: string;
|
|
6
|
+
logoUrl?: string;
|
|
7
|
+
websiteUrl?: string;
|
|
8
|
+
twitterUsername?: string;
|
|
9
|
+
discordUsername?: string;
|
|
10
|
+
address?: string;
|
|
11
|
+
phoneNumber?: string;
|
|
12
|
+
twitterConfirmed?: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseCompany = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class BaseCompany extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BaseCompany = BaseCompany;
|
|
8
|
+
//# sourceMappingURL=BaseCompany.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseCompany.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/BaseCompany.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,WAAY,SAAQ,eAAM;CAoBtC;AApBD,kCAoBC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Company = void 0;
|
|
4
|
+
const BaseCompany_1 = require("./BaseCompany");
|
|
5
|
+
class Company extends BaseCompany_1.BaseCompany {
|
|
6
|
+
}
|
|
7
|
+
exports.Company = Company;
|
|
8
|
+
//# sourceMappingURL=Company.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Company.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/entities/Company.ts"],"names":[],"mappings":";;;AAAA,+CAA4C;AAI5C,MAAa,OAAQ,SAAQ,yBAAW;CAIvC;AAJD,0BAIC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Entity } from '../../entity';
|
|
2
|
+
import { CurrencyType } from './CurrencyType';
|
|
3
|
+
export declare class BaseCurrency extends Entity {
|
|
4
|
+
id: string;
|
|
5
|
+
symbol: string;
|
|
6
|
+
name: string;
|
|
7
|
+
mintAddress?: string;
|
|
8
|
+
coinMarketCapId: number;
|
|
9
|
+
decimals: number;
|
|
10
|
+
symbolPrefix?: string;
|
|
11
|
+
order: number;
|
|
12
|
+
type?: CurrencyType;
|
|
13
|
+
iconUrl?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseCurrency = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class BaseCurrency extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BaseCurrency = BaseCurrency;
|
|
8
|
+
//# sourceMappingURL=BaseCurrency.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseCurrency.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/BaseCurrency.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,YAAa,SAAQ,eAAM;CAoBvC;AApBD,oCAoBC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Currency = void 0;
|
|
4
|
+
const BaseCurrency_1 = require("./BaseCurrency");
|
|
5
|
+
class Currency extends BaseCurrency_1.BaseCurrency {
|
|
6
|
+
}
|
|
7
|
+
exports.Currency = Currency;
|
|
8
|
+
//# sourceMappingURL=Currency.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Currency.js","sourceRoot":"","sources":["../../../../../../src/domain/model/currency/entities/Currency.ts"],"names":[],"mappings":";;;AACA,iDAA8C;AAE9C,MAAa,QAAS,SAAQ,2BAAY;CAEzC;AAFD,4BAEC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TokenRatePayload = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class TokenRatePayload extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.TokenRatePayload = TokenRatePayload;
|
|
8
|
+
//# sourceMappingURL=TokenRatePayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenRatePayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/fixed-currency/entities/TokenRatePayload.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,gBAAiB,SAAQ,eAAM;CAY3C;AAZD,4CAYC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.Funding = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const stream_event_1 = require("../../stream-event");
|
|
15
|
+
class Funding extends stream_event_1.StreamEvent {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
19
|
+
__metadata("design:type", BigInt)
|
|
20
|
+
], Funding.prototype, "amount", void 0);
|
|
21
|
+
exports.Funding = Funding;
|
|
22
|
+
//# sourceMappingURL=Funding.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Funding.js","sourceRoot":"","sources":["../../../../../../src/domain/model/funding/entities/Funding.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,qDAAiD;AAEjD,MAAa,OAAQ,SAAQ,0BAAW;CAOvC;AANC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;uCACzB;AAFjB,0BAOC"}
|
|
@@ -63,10 +63,10 @@ export * from './settle-transaction';
|
|
|
63
63
|
export * from './media';
|
|
64
64
|
export * from './helio-play';
|
|
65
65
|
export * from './funding';
|
|
66
|
+
export * from './checkoutStatus';
|
|
66
67
|
export * from './prepare-refund';
|
|
67
68
|
export * from './refund';
|
|
68
69
|
export * from './submit-refund';
|
|
69
70
|
export * from './enrich-payment-request';
|
|
70
71
|
export * from './nft-drop';
|
|
71
72
|
export * from './discount-codes';
|
|
72
|
-
export * from './nft-escrow';
|
|
@@ -79,11 +79,11 @@ __exportStar(require("./settle-transaction"), exports);
|
|
|
79
79
|
__exportStar(require("./media"), exports);
|
|
80
80
|
__exportStar(require("./helio-play"), exports);
|
|
81
81
|
__exportStar(require("./funding"), exports);
|
|
82
|
+
__exportStar(require("./checkoutStatus"), exports);
|
|
82
83
|
__exportStar(require("./prepare-refund"), exports);
|
|
83
84
|
__exportStar(require("./refund"), exports);
|
|
84
85
|
__exportStar(require("./submit-refund"), exports);
|
|
85
86
|
__exportStar(require("./enrich-payment-request"), exports);
|
|
86
87
|
__exportStar(require("./nft-drop"), exports);
|
|
87
88
|
__exportStar(require("./discount-codes"), exports);
|
|
88
|
-
__exportStar(require("./nft-escrow"), exports);
|
|
89
89
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,0DAAwC;AACxC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,mDAAiC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,0DAAwC;AACxC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,mDAAiC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FetchifyFindAddress = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class FetchifyFindAddress extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.FetchifyFindAddress = FetchifyFindAddress;
|
|
8
|
+
//# sourceMappingURL=FetchifyFindAddress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FetchifyFindAddress.js","sourceRoot":"","sources":["../../../../../../src/domain/model/location/entities/FetchifyFindAddress.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mBAAoB,SAAQ,eAAM;CAE9C;AAFD,kDAEC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Entity } from '../../entity';
|
|
2
|
+
export declare class FetchifyRetrieveAddress extends Entity {
|
|
3
|
+
result: {
|
|
4
|
+
province_name: string;
|
|
5
|
+
street_name: string;
|
|
6
|
+
street_prefix: string;
|
|
7
|
+
street_suffix: string;
|
|
8
|
+
building_number: string;
|
|
9
|
+
line_2: string;
|
|
10
|
+
province: string;
|
|
11
|
+
locality: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FetchifyRetrieveAddress = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class FetchifyRetrieveAddress extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.FetchifyRetrieveAddress = FetchifyRetrieveAddress;
|
|
8
|
+
//# sourceMappingURL=FetchifyRetrieveAddress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FetchifyRetrieveAddress.js","sourceRoot":"","sources":["../../../../../../src/domain/model/location/entities/FetchifyRetrieveAddress.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,uBAAwB,SAAQ,eAAM;CAWlD;AAXD,0DAWC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Entity } from '../../entity';
|
|
2
|
+
import { Content } from '../../content';
|
|
3
|
+
import { TransactionStatus } from '../../transaction-meta';
|
|
4
|
+
export declare class OnlyContentAndTransactionPaylink extends Entity {
|
|
5
|
+
content: Content;
|
|
6
|
+
transactionSignature?: string;
|
|
7
|
+
status?: TransactionStatus;
|
|
8
|
+
}
|
|
9
|
+
export declare class OnlyContentAndSwapTransactionPaylink extends Entity {
|
|
10
|
+
content: Content;
|
|
11
|
+
transactionSignature?: string;
|
|
12
|
+
swapTransactionSignature?: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OnlyContentAndSwapTransactionPaylink = exports.OnlyContentAndTransactionPaylink = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class OnlyContentAndTransactionPaylink extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.OnlyContentAndTransactionPaylink = OnlyContentAndTransactionPaylink;
|
|
8
|
+
class OnlyContentAndSwapTransactionPaylink extends entity_1.Entity {
|
|
9
|
+
}
|
|
10
|
+
exports.OnlyContentAndSwapTransactionPaylink = OnlyContentAndSwapTransactionPaylink;
|
|
11
|
+
//# sourceMappingURL=OnlyContentAndTransactionPaylink.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OnlyContentAndTransactionPaylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAItC,MAAa,gCAAiC,SAAQ,eAAM;CAI3D;AAJD,4EAIC;AAED,MAAa,oCAAqC,SAAQ,eAAM;CAI/D;AAJD,oFAIC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IntervalType = void 0;
|
|
4
|
+
var IntervalType;
|
|
5
|
+
(function (IntervalType) {
|
|
6
|
+
IntervalType["SECOND"] = "SECOND";
|
|
7
|
+
IntervalType["MINUTE"] = "MINUTE";
|
|
8
|
+
IntervalType["HOUR"] = "HOUR";
|
|
9
|
+
IntervalType["DAY"] = "DAY";
|
|
10
|
+
IntervalType["WEEK"] = "WEEK";
|
|
11
|
+
IntervalType["MONTH"] = "MONTH";
|
|
12
|
+
IntervalType["YEAR"] = "YEAR";
|
|
13
|
+
})(IntervalType = exports.IntervalType || (exports.IntervalType = {}));
|
|
14
|
+
//# sourceMappingURL=IntervalType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IntervalType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream/entities/IntervalType.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,6BAAa,CAAA;IACb,2BAAW,CAAA;IACX,6BAAa,CAAA;IACb,+BAAe,CAAA;IACf,6BAAa,CAAA;AACf,CAAC,EARW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAQvB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CreateStreamEventDto } from '../../stream-event';
|
|
2
|
+
import { CreateTransactionMetaDto } from '../../transaction-meta';
|
|
3
|
+
export declare class CreatePaystreamTxDto {
|
|
4
|
+
meta: CreateTransactionMetaDto;
|
|
5
|
+
paystream: string;
|
|
6
|
+
paymentAccount: string;
|
|
7
|
+
startedAt: CreateStreamEventDto;
|
|
8
|
+
endedAt?: string;
|
|
9
|
+
interval: number;
|
|
10
|
+
isHelioX?: boolean;
|
|
11
|
+
}
|