@heliofi/common 0.1.194 → 0.1.195
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/environment.d.ts +3 -3
- package/dist/src/domain/constants/orderDirection.d.ts +3 -5
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDtoInternal.d.ts +4 -4
- package/dist/src/domain/model/apiKey/entities/ApiKeyAccess.d.ts +3 -3
- package/dist/src/domain/model/approve-transaction/dtos/approveTransaction.dto.d.ts +12 -12
- package/dist/src/domain/model/attachment/dtos/createAttachmentInternal.dto.d.ts +4 -4
- package/dist/src/domain/model/auth/dtos/signOn.dto.d.ts +2 -2
- package/dist/src/domain/model/auth/dtos/transactionSignOn.dto.d.ts +1 -1
- package/dist/src/domain/model/auth/entities/AuthResponse.d.ts +4 -4
- package/dist/src/domain/model/blockchain/constants/Cluster.d.ts +3 -3
- package/dist/src/domain/model/blockchain/dtos/blockchain.dto.d.ts +2 -2
- package/dist/src/domain/model/breakpoint/dtos/breakpoint.dto.d.ts +8 -8
- package/dist/src/domain/model/breakpoint/entities/BreakpointResponse.d.ts +2 -2
- 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/{contactAddress → model/checkoutStatus}/entities/index.js +1 -1
- package/dist/src/domain/model/checkoutStatus/entities/index.js.map +1 -0
- package/dist/src/domain/{contactAddress → model/checkoutStatus}/index.d.ts +0 -1
- package/dist/src/domain/{contactAddress → model/checkoutStatus}/index.js +0 -1
- package/dist/src/domain/model/checkoutStatus/index.js.map +1 -0
- package/dist/src/domain/model/content/entities/Content.d.ts +1 -0
- package/dist/src/domain/model/content/entities/Content.js.map +1 -1
- package/dist/src/domain/model/discordDetails/dtos/createDiscordDetails.dto.d.ts +5 -5
- package/dist/src/domain/model/discordDetails/dtos/updateDiscordDetails.dto.d.ts +4 -4
- package/dist/src/domain/model/discordDetails/entities/BaseDiscordDetails.d.ts +5 -5
- package/dist/src/domain/model/discordDetails/entities/DiscordBotVersion.d.ts +2 -2
- package/dist/src/domain/model/discordDetails/entities/DiscordDetails.d.ts +1 -1
- package/dist/src/domain/model/entity/Entity.d.ts +2 -2
- package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.d.ts +1 -1
- package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.d.ts +5 -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/entities/HelioPlayProperties.d.ts +5 -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/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.entity.d.ts +3 -0
- package/dist/src/domain/model/media/entities/MediaType.entity.js +8 -0
- package/dist/src/domain/model/media/entities/MediaType.entity.js.map +1 -0
- package/dist/src/domain/model/metrics/entities/Metrics.d.ts +5 -5
- package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +3 -3
- package/dist/src/domain/model/paylink/entities/Paylink.d.ts +3 -3
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.d.ts +4 -4
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.d.ts +1 -1
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.d.ts +5 -5
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTx.d.ts +2 -2
- package/dist/src/domain/model/paylink-tx/entities/PaylinkTxWithMeta.d.ts +1 -1
- package/dist/src/domain/model/paylink-tx/entities/ShallowEnrichedPaylinkTx.d.ts +2 -2
- package/dist/src/domain/model/paystream/entities/IntervalType.d.ts +7 -7
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.d.ts +7 -7
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.d.ts +3 -3
- package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.d.ts +5 -0
- package/dist/src/domain/model/{submit-transaction/dtos/CheckTransactionStatus.dto.js → paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js} +12 -13
- package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js.map +1 -0
- package/dist/src/domain/model/product/dtos/product.dto.d.ts +3 -3
- package/dist/src/domain/model/product/entities/Product.d.ts +3 -3
- package/dist/src/domain/model/product/entities/ProductInputType.d.ts +2 -2
- package/dist/src/domain/model/product-details/dtos/productDetails.dto.d.ts +2 -2
- package/dist/src/domain/model/product-details/entities/ProductDetails.d.ts +2 -2
- package/dist/src/domain/model/role/dtos/createRole.dto.d.ts +3 -3
- package/dist/src/domain/model/role/dtos/updateRole.dto.d.ts +1 -1
- package/dist/src/domain/model/role/entities/BaseRole.d.ts +2 -2
- package/dist/src/domain/model/role/entities/Role.d.ts +2 -2
- package/dist/src/domain/model/role/entities/RoleType.d.ts +3 -3
- package/dist/src/domain/model/role/entities/ShallowEnrichedRole.d.ts +2 -2
- package/dist/src/domain/model/slug/dtos/slug.dto.d.ts +3 -3
- package/dist/src/domain/model/slug/dtos/updateSlug.dto.d.ts +3 -3
- package/dist/src/domain/model/slug/entities/Slug.d.ts +6 -6
- package/dist/src/domain/model/slug/entities/SlugObjectType.d.ts +3 -3
- package/dist/src/domain/model/split-account/dtos/splitAccount.dto.d.ts +2 -2
- package/dist/src/domain/model/split-account/entities/SplitAccount.d.ts +2 -2
- package/dist/src/domain/model/split-wallets/dtos/splitWallet.dto.d.ts +2 -2
- package/dist/src/domain/model/split-wallets/entities/SplitWallet.d.ts +2 -2
- package/dist/src/domain/model/stream/dtos/cancelStream.dto.d.ts +5 -5
- package/dist/src/domain/model/stream/dtos/createStream.dto.d.ts +12 -12
- package/dist/src/domain/model/stream/dtos/withdrawStream.dto.d.ts +4 -4
- package/dist/src/domain/model/stream-event/dtos/createStreamEventDto.d.ts +2 -2
- package/dist/src/domain/model/stream-event/dtos/updateStreamEventDto.d.ts +2 -2
- package/dist/src/domain/model/stream-event/entities/StreamEvent.d.ts +2 -2
- package/dist/src/domain/model/wallet/dtos/updateWallet.dto.d.ts +1 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/CreatePaylinkTransactionHook.dto.d.ts +3 -3
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.entity.d.ts +1 -1
- package/dist/src/domain/model/withdrawal/dtos/createWithdrawalDto.d.ts +3 -3
- package/dist/src/domain/model/withdrawal/dtos/updateWithdrawalDto.d.ts +1 -1
- package/dist/src/domain/model/withdrawal/entities/Withdrawal.d.ts +3 -3
- package/dist/src/domain/model/withdrawal/entities/WithdrawalWithTransaction.d.ts +2 -2
- package/dist/src/domain/services/CurrencyService.d.ts +1 -1
- package/dist/src/domain/services/SolscanService.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/contact/dtos/createContact.dto.d.ts +0 -8
- package/dist/src/domain/contact/dtos/createContact.dto.js +0 -45
- package/dist/src/domain/contact/dtos/createContact.dto.js.map +0 -1
- package/dist/src/domain/contact/dtos/index.d.ts +0 -2
- package/dist/src/domain/contact/dtos/index.js +0 -19
- package/dist/src/domain/contact/dtos/index.js.map +0 -1
- package/dist/src/domain/contact/dtos/updateContact.dto.d.ts +0 -8
- package/dist/src/domain/contact/dtos/updateContact.dto.js +0 -45
- package/dist/src/domain/contact/dtos/updateContact.dto.js.map +0 -1
- package/dist/src/domain/contact/entities/Contact.entity.d.ts +0 -14
- package/dist/src/domain/contact/entities/Contact.entity.js +0 -8
- package/dist/src/domain/contact/entities/Contact.entity.js.map +0 -1
- package/dist/src/domain/contact/entities/index.d.ts +0 -1
- package/dist/src/domain/contact/entities/index.js +0 -18
- package/dist/src/domain/contact/entities/index.js.map +0 -1
- package/dist/src/domain/contact/index.d.ts +0 -2
- package/dist/src/domain/contact/index.js +0 -19
- package/dist/src/domain/contact/index.js.map +0 -1
- package/dist/src/domain/contactAddress/dtos/ContactAddress.dto.d.ts +0 -8
- package/dist/src/domain/contactAddress/dtos/ContactAddress.dto.js +0 -47
- package/dist/src/domain/contactAddress/dtos/ContactAddress.dto.js.map +0 -1
- package/dist/src/domain/contactAddress/dtos/index.d.ts +0 -1
- package/dist/src/domain/contactAddress/dtos/index.js +0 -18
- package/dist/src/domain/contactAddress/dtos/index.js.map +0 -1
- package/dist/src/domain/contactAddress/entities/ContactAddress.entity.d.ts +0 -9
- package/dist/src/domain/contactAddress/entities/ContactAddress.entity.js +0 -8
- package/dist/src/domain/contactAddress/entities/ContactAddress.entity.js.map +0 -1
- package/dist/src/domain/contactAddress/entities/index.d.ts +0 -1
- package/dist/src/domain/contactAddress/entities/index.js.map +0 -1
- package/dist/src/domain/contactAddress/index.js.map +0 -1
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.d.ts +0 -4
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.js +0 -52
- package/dist/src/domain/model/apiKey/dtos/createApiKeyDto.js.map +0 -1
- package/dist/src/domain/model/apiKey/entities/ApiKey.d.ts +0 -11
- package/dist/src/domain/model/apiKey/entities/ApiKey.js +0 -7
- package/dist/src/domain/model/apiKey/entities/ApiKey.js.map +0 -1
- package/dist/src/domain/model/audit/tx/dtos/CreatePaylinkTxAudit.dto.d.ts +0 -16
- package/dist/src/domain/model/audit/tx/dtos/CreatePaylinkTxAudit.dto.js +0 -3
- package/dist/src/domain/model/audit/tx/dtos/CreatePaylinkTxAudit.dto.js.map +0 -1
- package/dist/src/domain/model/blockchain/constants/ConfirmTimeout.d.ts +0 -5
- package/dist/src/domain/model/blockchain/constants/ConfirmTimeout.js +0 -10
- package/dist/src/domain/model/blockchain/constants/ConfirmTimeout.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
- package/dist/src/domain/model/paystream-tx/entities/TransactionStatus.d.ts +0 -16
- package/dist/src/domain/model/paystream-tx/entities/TransactionStatus.js +0 -7
- package/dist/src/domain/model/paystream-tx/entities/TransactionStatus.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/entities/PrepareStream.d.ts +0 -5
- package/dist/src/domain/model/prepare-stream/entities/PrepareStream.js +0 -8
- package/dist/src/domain/model/prepare-stream/entities/PrepareStream.js.map +0 -1
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamWithdrawPayload.d.ts +0 -5
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamWithdrawPayload.js +0 -8
- package/dist/src/domain/model/prepare-stream/entities/TokenStreamWithdrawPayload.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/dtos/prepareSwappedTransaction.dto.d.ts +0 -4
- package/dist/src/domain/model/prepare-transaction/dtos/prepareSwappedTransaction.dto.js +0 -23
- package/dist/src/domain/model/prepare-transaction/dtos/prepareSwappedTransaction.dto.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwappedTransaction.d.ts +0 -5
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwappedTransaction.js +0 -7
- package/dist/src/domain/model/prepare-transaction/entities/PrepareSwappedTransaction.js.map +0 -1
- package/dist/src/domain/model/submit-transaction/dtos/CheckTransactionStatus.dto.d.ts +0 -4
- package/dist/src/domain/model/submit-transaction/dtos/CheckTransactionStatus.dto.js.map +0 -1
- package/dist/src/domain/model/submit-transaction/dtos/submitSwappedTransaction.dto.d.ts +0 -4
- package/dist/src/domain/model/submit-transaction/dtos/submitSwappedTransaction.dto.js +0 -23
- package/dist/src/domain/model/submit-transaction/dtos/submitSwappedTransaction.dto.js.map +0 -1
- package/dist/src/domain/model/token-swap/entities/SwapRouteObject.d.ts +0 -14
- package/dist/src/domain/model/token-swap/entities/SwapRouteObject.js +0 -9
- package/dist/src/domain/model/token-swap/entities/SwapRouteObject.js.map +0 -1
- package/dist/src/domain/model/transaction-meta/entities/TransactionStatus.entity.d.ts +0 -7
- package/dist/src/domain/model/transaction-meta/entities/TransactionStatus.entity.js +0 -12
- package/dist/src/domain/model/transaction-meta/entities/TransactionStatus.entity.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/PaylinkTransactionEvent.d.ts +0 -3
- package/dist/src/domain/model/webhook/paylink-transaction-hook/PaylinkTransactionEvent.js +0 -11
- package/dist/src/domain/model/webhook/paylink-transaction-hook/PaylinkTransactionEvent.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.d.ts +0 -3
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.js +0 -11
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionEvent.js.map +0 -1
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.d.ts +0 -9
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.js +0 -7
- package/dist/src/domain/model/webhook/paylink-transaction-hook/entities/PaylinkTransactionHook.js.map +0 -1
- package/dist/src/domain/model/withdrawal/entities/BaseWithdrawal.d.ts +0 -4
- package/dist/src/domain/model/withdrawal/entities/BaseWithdrawal.js +0 -41
- package/dist/src/domain/model/withdrawal/entities/BaseWithdrawal.js.map +0 -1
- package/dist/src/domain/services/EmailService.d.ts +0 -3
- package/dist/src/domain/services/EmailService.js +0 -11
- package/dist/src/domain/services/EmailService.js.map +0 -1
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
export declare enum OrderDirection {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
ASC = "ASC",
|
|
3
|
+
DESC = "DESC"
|
|
4
4
|
}
|
|
5
|
-
export declare function isValidOrderDirection(
|
|
6
|
-
value: string,
|
|
7
|
-
): value is OrderDirection;
|
|
5
|
+
export declare function isValidOrderDirection(value: string): value is OrderDirection;
|
|
8
6
|
export declare const orderDirectionAggregationMap: Map<OrderDirection, 1 | -1>;
|
|
@@ -2,16 +2,16 @@ import { CustomerDetailsDto } from '../../customer-details';
|
|
|
2
2
|
import { ProductDetailsDto } from '../../product-details';
|
|
3
3
|
import { SplitWalletDto } from '../../split-wallets';
|
|
4
4
|
export declare class ApproveTransactionDto {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
5
|
+
transactionSignature: string;
|
|
6
|
+
paymentRequestId: string;
|
|
7
|
+
sender: string;
|
|
8
|
+
recipient: string;
|
|
9
|
+
amount: string;
|
|
10
|
+
quantity: number;
|
|
11
|
+
currency: string;
|
|
12
|
+
time?: string;
|
|
13
|
+
customerDetails?: CustomerDetailsDto;
|
|
14
|
+
productDetails?: ProductDetailsDto;
|
|
15
|
+
splitRevenue?: boolean;
|
|
16
|
+
splitWallets?: SplitWalletDto[];
|
|
17
17
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CustomerDetailsDto } from '../../customer-details';
|
|
2
2
|
export declare class BreakpointDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
signedTx: string;
|
|
4
|
+
paymentRequestId: string;
|
|
5
|
+
sender: string;
|
|
6
|
+
recipient: string;
|
|
7
|
+
amount: string;
|
|
8
|
+
customerDetails: CustomerDetailsDto;
|
|
9
|
+
currency?: string;
|
|
10
|
+
quantity?: number;
|
|
11
11
|
}
|
|
@@ -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';
|
|
@@ -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("./CheckoutStatusResponse.entity"), exports);
|
|
18
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"}
|
|
@@ -14,6 +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("./dtos"), exports);
|
|
18
17
|
__exportStar(require("./entities"), exports);
|
|
19
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../../../../src/domain/model/content/entities/Content.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,eAAgB,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../../../../src/domain/model/content/entities/Content.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,eAAgB,SAAQ,eAAM;CAM1C;AAND,0CAMC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DiscordBotVersion } from '../entities';
|
|
2
2
|
export declare class CreateDiscordDetailsDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
serverId: string;
|
|
4
|
+
roleId: string;
|
|
5
|
+
active?: boolean;
|
|
6
|
+
company: string;
|
|
7
|
+
botVersion?: DiscordBotVersion;
|
|
8
8
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DiscordBotVersion } from '../entities';
|
|
2
2
|
export declare class UpdateDiscordDetailsDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
serverId?: string;
|
|
4
|
+
roleId?: string;
|
|
5
|
+
active?: boolean;
|
|
6
|
+
botVersion?: DiscordBotVersion;
|
|
7
7
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
import { DiscordBotVersion } from './DiscordBotVersion';
|
|
3
3
|
export declare class BaseDiscordDetails extends Entity {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
id: string;
|
|
5
|
+
serverId: string;
|
|
6
|
+
roleId: string;
|
|
7
|
+
active?: boolean;
|
|
8
|
+
botVersion?: DiscordBotVersion;
|
|
9
9
|
}
|
|
@@ -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;CAGlC;AAHD,wDAGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HelioPlayProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-play/entities/HelioPlayProperties.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;CAG/B;AAHD,kDAGC"}
|
|
@@ -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,8 @@
|
|
|
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 = exports.MediaType || (exports.MediaType = {}));
|
|
8
|
+
//# sourceMappingURL=MediaType.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MediaType.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/media/entities/MediaType.entity.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAEX;AAFD,WAAY,SAAS;IACnB,4BAAe,CAAA;AACjB,CAAC,EAFW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAEpB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export interface Metrics {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
txTotal: number;
|
|
3
|
+
txPastWeek: number;
|
|
4
|
+
txPastDay: number;
|
|
5
|
+
uniqueWallets: number;
|
|
6
|
+
valueTransferred?: number;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { LinkFeatures } from '../../link-features';
|
|
2
2
|
import { BasePaymentRequest } from '../../payment-request';
|
|
3
3
|
export declare class BasePaylink extends BasePaymentRequest {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
features: LinkFeatures;
|
|
5
|
+
minQuantity?: number;
|
|
6
|
+
maxQuantity?: number;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LinkFeaturesDto } from '../../link-features';
|
|
2
2
|
import { PaymentRequest } from '../../payment-request';
|
|
3
3
|
export declare class Paylink extends PaymentRequest {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
features: LinkFeaturesDto;
|
|
5
|
+
minQuantity?: number;
|
|
6
|
+
maxQuantity?: number;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreateTransactionMetaDto } from '../../transaction-meta';
|
|
2
2
|
export declare class CreatePaylinkTxDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
meta: CreateTransactionMetaDto;
|
|
4
|
+
paylink: string;
|
|
5
|
+
quantity: number;
|
|
6
|
+
fee?: string;
|
|
7
7
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
import { PaymentRequestType } from '../../payment-request';
|
|
3
3
|
export declare class BasePaylinkTx extends Entity {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
id: string;
|
|
5
|
+
quantity: number;
|
|
6
|
+
fee?: bigint;
|
|
7
|
+
createdAt: string;
|
|
8
|
+
paymentType: PaymentRequestType;
|
|
9
9
|
}
|
|
@@ -2,6 +2,6 @@ import type { TransactionMeta } from '../../transaction-meta';
|
|
|
2
2
|
import type { Paylink } from '../../paylink';
|
|
3
3
|
import { BasePaylinkTx } from './BasePaylinkTx';
|
|
4
4
|
export declare class PaylinkTx extends BasePaylinkTx {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
meta: TransactionMeta;
|
|
6
|
+
paylink: Paylink;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BasePaylinkTx } from './BasePaylinkTx';
|
|
2
2
|
import { ShallowEnrichedTransactionMeta } from '../../transaction-meta';
|
|
3
3
|
export declare class PaylinkTxWithMeta extends BasePaylinkTx {
|
|
4
|
-
|
|
4
|
+
meta: ShallowEnrichedTransactionMeta;
|
|
5
5
|
}
|
|
@@ -2,6 +2,6 @@ import { BasePaylinkTx } from './BasePaylinkTx';
|
|
|
2
2
|
import type { BaseTransactionMeta } from '../../transaction-meta';
|
|
3
3
|
import type { BasePaylink } from '../../paylink';
|
|
4
4
|
export declare class ShallowEnrichedPaylinkTx extends BasePaylinkTx {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
meta: BaseTransactionMeta;
|
|
6
|
+
paylink: BasePaylink;
|
|
7
7
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare enum IntervalType {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
SECOND = "SECOND",
|
|
3
|
+
MINUTE = "MINUTE",
|
|
4
|
+
HOUR = "HOUR",
|
|
5
|
+
DAY = "DAY",
|
|
6
|
+
WEEK = "WEEK",
|
|
7
|
+
MONTH = "MONTH",
|
|
8
|
+
YEAR = "YEAR"
|
|
9
9
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CreateStreamEventDto } from '../../stream-event';
|
|
2
2
|
import { CreateTransactionMetaDto } from '../../transaction-meta';
|
|
3
3
|
export declare class CreatePaystreamTxDto {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
meta: CreateTransactionMetaDto;
|
|
5
|
+
paystream: string;
|
|
6
|
+
paymentAccount: string;
|
|
7
|
+
startedAt: CreateStreamEventDto;
|
|
8
|
+
endedAt?: string;
|
|
9
|
+
interval: number;
|
|
10
|
+
isHelioX?: boolean;
|
|
11
11
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CreateStreamEventDto } from '../../stream-event';
|
|
2
2
|
export declare class UpdatePaystreamTxDto {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
canceledAt?: CreateStreamEventDto;
|
|
4
|
+
endedAt?: string;
|
|
5
|
+
withdrawals?: string[];
|
|
6
6
|
}
|
|
@@ -9,19 +9,18 @@ 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.
|
|
13
|
-
const
|
|
14
|
-
|
|
12
|
+
exports.PaystreamCheckoutStatusResponse = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const checkoutStatus_1 = require("../../checkoutStatus");
|
|
15
|
+
class PaystreamCheckoutStatusResponse extends checkoutStatus_1.CheckoutStatusResponse {
|
|
15
16
|
}
|
|
16
17
|
__decorate([
|
|
17
|
-
(0,
|
|
18
|
-
(
|
|
19
|
-
|
|
20
|
-
], CheckTransactionStatusDto.prototype, "transactionSignature", void 0);
|
|
18
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
19
|
+
__metadata("design:type", BigInt)
|
|
20
|
+
], PaystreamCheckoutStatusResponse.prototype, "startedAt", void 0);
|
|
21
21
|
__decorate([
|
|
22
|
-
(0,
|
|
23
|
-
(
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
//# sourceMappingURL=CheckTransactionStatus.dto.js.map
|
|
22
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
23
|
+
__metadata("design:type", BigInt)
|
|
24
|
+
], PaystreamCheckoutStatusResponse.prototype, "endedAt", void 0);
|
|
25
|
+
exports.PaystreamCheckoutStatusResponse = PaystreamCheckoutStatusResponse;
|
|
26
|
+
//# sourceMappingURL=PaystreamCheckoutStatusResponse.entity.js.map
|
package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaystreamCheckoutStatusResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yDAA8D;AAE9D,MAAa,+BAAgC,SAAQ,uCAAsB;CAM1E;AALC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;kEACrB;AAEnB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;gEACvB;AALnB,0EAMC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Entity } from '../../entity';
|
|
2
2
|
import { ProductInputType } from './ProductInputType';
|
|
3
3
|
export declare class Product extends Entity {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
name: string;
|
|
5
|
+
description: string;
|
|
6
|
+
type: ProductInputType;
|
|
7
7
|
}
|