@heliofi/common 0.1.174 → 0.1.176
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/constants/helioPlay/index.d.ts +1 -0
- package/dist/src/domain/constants/helioPlay/index.js +18 -0
- package/dist/src/domain/constants/helioPlay/index.js.map +1 -0
- package/dist/src/domain/constants/helioPlay/previewDurationSeconds.d.ts +1 -0
- package/dist/src/domain/constants/helioPlay/previewDurationSeconds.js +5 -0
- package/dist/src/domain/constants/helioPlay/previewDurationSeconds.js.map +1 -0
- package/dist/src/domain/constants/index.d.ts +1 -0
- package/dist/src/domain/constants/index.js +1 -0
- package/dist/src/domain/constants/index.js.map +1 -1
- 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/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/content/dtos/content.dto.d.ts +2 -1
- package/dist/src/domain/model/content/dtos/content.dto.js +6 -1
- package/dist/src/domain/model/content/dtos/content.dto.js.map +1 -1
- package/dist/src/domain/model/content/entities/Content.d.ts +2 -3
- package/dist/src/domain/model/content/entities/Content.js +3 -3
- package/dist/src/domain/model/content/entities/Content.js.map +1 -1
- 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/helio-play/dtos/HelioPlayPropertiesDto.d.ts +6 -0
- package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.js +7 -0
- package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.js.map +1 -0
- package/dist/src/domain/model/helio-play/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/helio-play/dtos/index.js +18 -0
- package/dist/src/domain/model/helio-play/dtos/index.js.map +1 -0
- package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.d.ts +6 -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/helio-play/entities/index.js +18 -0
- package/dist/src/domain/model/helio-play/entities/index.js.map +1 -0
- package/dist/src/domain/model/helio-play/index.d.ts +2 -0
- package/dist/src/domain/model/helio-play/index.js +19 -0
- package/dist/src/domain/model/helio-play/index.js.map +1 -0
- 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/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/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/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +3 -3
- package/dist/src/domain/model/paylink/entities/OnlyContentPaylink.d.ts +2 -2
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +2 -2
- package/dist/src/domain/model/paystream/entities/ShallowEnrichedPaystream.d.ts +2 -2
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +16 -0
- package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.entity.d.ts +1 -1
- 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/PaystreamTxWithContent.d.ts +2 -2
- 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-stream/dtos/index.d.ts +3 -2
- package/dist/src/domain/model/prepare-stream/dtos/index.js +3 -2
- package/dist/src/domain/model/prepare-stream/dtos/index.js.map +1 -1
- package/dist/src/domain/model/prepare-stream/dtos/topUpStreamPrepare.dto.d.ts +4 -0
- package/dist/src/domain/model/prepare-stream/dtos/topUpStreamPrepare.dto.js +27 -0
- package/dist/src/domain/model/prepare-stream/dtos/topUpStreamPrepare.dto.js.map +1 -0
- 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/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/settle-transaction/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/settle-transaction/dtos/index.js +6 -0
- package/dist/src/domain/model/settle-transaction/dtos/index.js.map +1 -0
- package/dist/src/domain/model/settle-transaction/dtos/settleTransaction.dto.d.ts +4 -0
- package/dist/src/domain/model/settle-transaction/dtos/settleTransaction.dto.js +24 -0
- package/dist/src/domain/model/settle-transaction/dtos/settleTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/settle-transaction/index.d.ts +1 -0
- package/dist/src/domain/model/settle-transaction/index.js +18 -0
- package/dist/src/domain/model/settle-transaction/index.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/constants/TransactionStatus.d.ts +1 -2
- package/dist/src/domain/model/transaction-meta/constants/TransactionStatus.js +0 -1
- package/dist/src/domain/model/transaction-meta/constants/TransactionStatus.js.map +1 -1
- 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 +8 -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/src/domain/services/BigIntCalculatorService.d.ts +1 -0
- package/dist/src/domain/services/BigIntCalculatorService.js +3 -0
- package/dist/src/domain/services/BigIntCalculatorService.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './previewDurationSeconds';
|
|
@@ -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("./previewDurationSeconds"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/constants/helioPlay/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HELIO_PLAY_PREVIEW_DURATION_SECONDS = 10;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"previewDurationSeconds.js","sourceRoot":"","sources":["../../../../../src/domain/constants/helioPlay/previewDurationSeconds.ts"],"names":[],"mappings":";;;AAAa,QAAA,mCAAmC,GAAG,EAAE,CAAC"}
|
|
@@ -21,4 +21,5 @@ __exportStar(require("./intervalUnit"), exports);
|
|
|
21
21
|
__exportStar(require("./currencies"), exports);
|
|
22
22
|
__exportStar(require("./fiatCurrencies"), exports);
|
|
23
23
|
__exportStar(require("./fixedPriceTokens"), exports);
|
|
24
|
+
__exportStar(require("./helioPlay"), exports);
|
|
24
25
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B"}
|
|
@@ -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,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"}
|
|
@@ -22,7 +22,12 @@ __decorate([
|
|
|
22
22
|
(0, class_validator_1.IsString)(),
|
|
23
23
|
(0, class_validator_1.IsOptional)(),
|
|
24
24
|
__metadata("design:type", String)
|
|
25
|
-
], ContentDto.prototype, "
|
|
25
|
+
], ContentDto.prototype, "mediaUrl", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsString)(),
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], ContentDto.prototype, "mediaAttachmentId", void 0);
|
|
26
31
|
__decorate([
|
|
27
32
|
(0, class_validator_1.IsString)(),
|
|
28
33
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/content/dtos/content.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,UAAU;
|
|
1
|
+
{"version":3,"file":"content.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/content/dtos/content.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,UAAU;CAgBtB;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wCACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4CACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACc;AAE3B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yCACE;AAfjB,gCAgBC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ContentResponse = void 0;
|
|
4
4
|
const entity_1 = require("../../entity");
|
|
5
|
-
class
|
|
5
|
+
class ContentResponse extends entity_1.Entity {
|
|
6
6
|
}
|
|
7
|
-
exports.
|
|
7
|
+
exports.ContentResponse = ContentResponse;
|
|
8
8
|
//# sourceMappingURL=Content.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../../../../src/domain/model/content/entities/Content.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,
|
|
1
|
+
{"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../../../../src/domain/model/content/entities/Content.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,eAAgB,SAAQ,eAAM;CAI1C;AAJD,0CAIC"}
|
|
@@ -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,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HelioPlayPropertiesDto = void 0;
|
|
4
|
+
class HelioPlayPropertiesDto {
|
|
5
|
+
}
|
|
6
|
+
exports.HelioPlayPropertiesDto = HelioPlayPropertiesDto;
|
|
7
|
+
//# sourceMappingURL=HelioPlayPropertiesDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HelioPlayPropertiesDto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;CAIlC;AAJD,wDAIC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './HelioPlayPropertiesDto';
|
|
@@ -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("./HelioPlayPropertiesDto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-play/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HelioPlayProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-play/entities/HelioPlayProperties.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;CAI/B;AAJD,kDAIC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './HelioPlayProperties';
|
|
@@ -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("./HelioPlayProperties"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-play/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -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("./entities"), exports);
|
|
18
|
+
__exportStar(require("./dtos"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/helio-play/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,yCAAuB"}
|
|
@@ -75,4 +75,5 @@ __exportStar(require("./location"), exports);
|
|
|
75
75
|
__exportStar(require("./prepare-payment-request"), exports);
|
|
76
76
|
__exportStar(require("./access-code-auth-properties"), exports);
|
|
77
77
|
__exportStar(require("./evm-transaction-monitoring"), exports);
|
|
78
|
+
__exportStar(require("./settle-transaction"), exports);
|
|
78
79
|
//# 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"}
|
|
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"}
|
|
@@ -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 @@
|
|
|
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,13 +1,13 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
|
-
import {
|
|
2
|
+
import { ContentResponse } from '../../content';
|
|
3
3
|
import { TransactionStatus } from '../../transaction-meta';
|
|
4
4
|
export declare class OnlyContentAndTransactionPaylink extends Entity {
|
|
5
|
-
content:
|
|
5
|
+
content: ContentResponse;
|
|
6
6
|
transactionSignature?: string;
|
|
7
7
|
status?: TransactionStatus;
|
|
8
8
|
}
|
|
9
9
|
export declare class OnlyContentAndSwapTransactionPaylink extends Entity {
|
|
10
|
-
content:
|
|
10
|
+
content: ContentResponse;
|
|
11
11
|
transactionSignature?: string;
|
|
12
12
|
swapTransactionSignature?: string;
|
|
13
13
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ShallowEnrichedPaymentRequest } from '../../payment-request';
|
|
2
|
-
import type {
|
|
2
|
+
import type { ContentResponse } from '../../content';
|
|
3
3
|
import type { LinkFeatures } from '../../link-features';
|
|
4
4
|
export declare class ShallowEnrichedPaylink extends ShallowEnrichedPaymentRequest {
|
|
5
|
-
content:
|
|
5
|
+
content: ContentResponse;
|
|
6
6
|
minQuantity?: number;
|
|
7
7
|
maxQuantity?: number;
|
|
8
8
|
features: LinkFeatures;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { StreamFeatures } from '../../stream-features';
|
|
2
2
|
import { ShallowEnrichedPaymentRequest } from '../../payment-request';
|
|
3
3
|
import { IntervalType } from './IntervalType';
|
|
4
|
-
import {
|
|
4
|
+
import { ContentResponse } from '../../content';
|
|
5
5
|
export declare class ShallowEnrichedPaystream extends ShallowEnrichedPaymentRequest {
|
|
6
6
|
maxTime: number;
|
|
7
7
|
interval: IntervalType;
|
|
8
|
-
content:
|
|
8
|
+
content: ContentResponse;
|
|
9
9
|
features: StreamFeatures;
|
|
10
10
|
}
|
|
@@ -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
|
+
}
|