@heliofi/common 0.1.210 → 0.1.212

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.
Files changed (139) hide show
  1. package/dist/src/domain/model/index.d.ts +1 -0
  2. package/dist/src/domain/model/index.js +1 -0
  3. package/dist/src/domain/model/index.js.map +1 -1
  4. package/dist/src/domain/model/nft-escrow/dtos/index.d.ts +3 -0
  5. package/dist/src/domain/model/{checkoutStatus/entities → nft-escrow/dtos}/index.js +3 -1
  6. package/dist/src/domain/model/nft-escrow/dtos/index.js.map +1 -0
  7. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.d.ts +5 -0
  8. package/dist/src/domain/model/{exchange-rates/dtos/exchangeRate.dto.js → nft-escrow/dtos/nftEscrowCancel.dto.js} +9 -10
  9. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.js.map +1 -0
  10. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCreate.dto.d.ts +7 -0
  11. package/dist/src/domain/model/{paystream-tx/dtos/updatePaystreamTxDto.js → nft-escrow/dtos/nftEscrowCreate.dto.js} +25 -18
  12. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCreate.dto.js.map +1 -0
  13. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.d.ts +4 -0
  14. package/dist/src/domain/model/{transaction-meta/entities/BaseTransactionMeta.js → nft-escrow/dtos/nftEscrowSubmit.dto.js} +13 -12
  15. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.js.map +1 -0
  16. package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.d.ts +5 -0
  17. package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js +8 -0
  18. package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js.map +1 -0
  19. package/dist/src/domain/model/nft-escrow/entities/index.d.ts +1 -0
  20. package/dist/src/domain/model/{exchange-rates → nft-escrow/entities}/index.js +1 -1
  21. package/dist/src/domain/model/nft-escrow/entities/index.js.map +1 -0
  22. package/dist/src/domain/model/{checkoutStatus → nft-escrow}/index.d.ts +1 -0
  23. package/dist/src/domain/model/{checkoutStatus → nft-escrow}/index.js +1 -0
  24. package/dist/src/domain/model/nft-escrow/index.js.map +1 -0
  25. package/dist/src/domain/model/payment-request/entities/index.d.ts +0 -1
  26. package/dist/src/domain/model/payment-request/entities/index.js +0 -1
  27. package/dist/src/domain/model/payment-request/entities/index.js.map +1 -1
  28. package/dist/tsconfig.tsbuildinfo +1 -1
  29. package/package.json +2 -2
  30. package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +0 -7
  31. package/dist/src/domain/model/attachment/entities/BaseAttachment.js +0 -8
  32. package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +0 -1
  33. package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.d.ts +0 -16
  34. package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.js +0 -8
  35. package/dist/src/domain/model/checkoutStatus/entities/CheckoutStatusResponse.entity.js.map +0 -1
  36. package/dist/src/domain/model/checkoutStatus/entities/index.d.ts +0 -1
  37. package/dist/src/domain/model/checkoutStatus/entities/index.js.map +0 -1
  38. package/dist/src/domain/model/checkoutStatus/index.js.map +0 -1
  39. package/dist/src/domain/model/company/entities/BaseCompany.d.ts +0 -13
  40. package/dist/src/domain/model/company/entities/BaseCompany.js +0 -8
  41. package/dist/src/domain/model/company/entities/BaseCompany.js.map +0 -1
  42. package/dist/src/domain/model/company/entities/Company.d.ts +0 -7
  43. package/dist/src/domain/model/company/entities/Company.js +0 -8
  44. package/dist/src/domain/model/company/entities/Company.js.map +0 -1
  45. package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +0 -14
  46. package/dist/src/domain/model/currency/entities/BaseCurrency.js +0 -8
  47. package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +0 -1
  48. package/dist/src/domain/model/currency/entities/Currency.d.ts +0 -5
  49. package/dist/src/domain/model/currency/entities/Currency.js +0 -8
  50. package/dist/src/domain/model/currency/entities/Currency.js.map +0 -1
  51. package/dist/src/domain/model/exchange-rates/dtos/exchangeRate.dto.d.ts +0 -5
  52. package/dist/src/domain/model/exchange-rates/dtos/exchangeRate.dto.js.map +0 -1
  53. package/dist/src/domain/model/exchange-rates/dtos/index.d.ts +0 -1
  54. package/dist/src/domain/model/exchange-rates/dtos/index.js +0 -18
  55. package/dist/src/domain/model/exchange-rates/dtos/index.js.map +0 -1
  56. package/dist/src/domain/model/exchange-rates/index.d.ts +0 -1
  57. package/dist/src/domain/model/exchange-rates/index.js.map +0 -1
  58. package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.d.ts +0 -9
  59. package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js +0 -8
  60. package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js.map +0 -1
  61. package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.d.ts +0 -5
  62. package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.js +0 -7
  63. package/dist/src/domain/model/helio-play/dtos/HelioPlayPropertiesDto.js.map +0 -1
  64. package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.d.ts +0 -5
  65. package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.js +0 -7
  66. package/dist/src/domain/model/helio-play/entities/HelioPlayProperties.js.map +0 -1
  67. package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +0 -8
  68. package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +0 -8
  69. package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +0 -1
  70. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +0 -13
  71. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +0 -8
  72. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +0 -1
  73. package/dist/src/domain/model/media/entities/MediaProperties.d.ts +0 -5
  74. package/dist/src/domain/model/media/entities/MediaProperties.js +0 -7
  75. package/dist/src/domain/model/media/entities/MediaProperties.js.map +0 -1
  76. package/dist/src/domain/model/media/entities/MediaType.entity.d.ts +0 -3
  77. package/dist/src/domain/model/media/entities/MediaType.entity.js +0 -8
  78. package/dist/src/domain/model/media/entities/MediaType.entity.js.map +0 -1
  79. package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +0 -13
  80. package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js +0 -11
  81. package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js.map +0 -1
  82. package/dist/src/domain/model/payment-request/entities/PaymentRequestPreview.entity.d.ts +0 -7
  83. package/dist/src/domain/model/payment-request/entities/PaymentRequestPreview.entity.js +0 -8
  84. package/dist/src/domain/model/payment-request/entities/PaymentRequestPreview.entity.js.map +0 -1
  85. package/dist/src/domain/model/payment-request/entities/PaymentRequestPreview.entiy.d.ts +0 -6
  86. package/dist/src/domain/model/payment-request/entities/PaymentRequestPreview.entiy.js +0 -8
  87. package/dist/src/domain/model/payment-request/entities/PaymentRequestPreview.entiy.js.map +0 -1
  88. package/dist/src/domain/model/paystream/entities/IntervalType.d.ts +0 -9
  89. package/dist/src/domain/model/paystream/entities/IntervalType.js +0 -14
  90. package/dist/src/domain/model/paystream/entities/IntervalType.js.map +0 -1
  91. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.d.ts +0 -11
  92. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js +0 -57
  93. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js.map +0 -1
  94. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.d.ts +0 -6
  95. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.js.map +0 -1
  96. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +0 -16
  97. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +0 -7
  98. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +0 -1
  99. package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.d.ts +0 -5
  100. package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js +0 -26
  101. package/dist/src/domain/model/paystream-tx/entities/PaystreamCheckoutStatusResponse.entity.js.map +0 -1
  102. package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.d.ts +0 -20
  103. package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js +0 -37
  104. package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js.map +0 -1
  105. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +0 -5
  106. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +0 -8
  107. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +0 -1
  108. package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.d.ts +0 -8
  109. package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js +0 -8
  110. package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js.map +0 -1
  111. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +0 -5
  112. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +0 -7
  113. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +0 -1
  114. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +0 -5
  115. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +0 -8
  116. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +0 -1
  117. package/dist/src/domain/model/report/entities/ReportItem.d.ts +0 -37
  118. package/dist/src/domain/model/report/entities/ReportItem.js +0 -7
  119. package/dist/src/domain/model/report/entities/ReportItem.js.map +0 -1
  120. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +0 -4
  121. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +0 -8
  122. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +0 -1
  123. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +0 -4
  124. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +0 -8
  125. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +0 -1
  126. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +0 -16
  127. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +0 -1
  128. package/dist/src/domain/model/user/entities/BaseUser.d.ts +0 -8
  129. package/dist/src/domain/model/user/entities/BaseUser.js +0 -8
  130. package/dist/src/domain/model/user/entities/BaseUser.js.map +0 -1
  131. package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +0 -5
  132. package/dist/src/domain/model/wallet/entities/BaseWallet.js +0 -8
  133. package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +0 -1
  134. package/dist/src/domain/model/wallet/entities/Wallet.d.ts +0 -7
  135. package/dist/src/domain/model/wallet/entities/Wallet.js +0 -8
  136. package/dist/src/domain/model/wallet/entities/Wallet.js.map +0 -1
  137. package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +0 -4
  138. package/dist/src/domain/model/wallet/entities/WalletDetails.js +0 -8
  139. package/dist/src/domain/model/wallet/entities/WalletDetails.js.map +0 -1
@@ -1,26 +0,0 @@
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.PaystreamCheckoutStatusResponse = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
- const checkoutStatus_1 = require("../../checkoutStatus");
15
- class PaystreamCheckoutStatusResponse extends checkoutStatus_1.CheckoutStatusResponse {
16
- }
17
- __decorate([
18
- (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
19
- __metadata("design:type", BigInt)
20
- ], PaystreamCheckoutStatusResponse.prototype, "startedAt", void 0);
21
- __decorate([
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
@@ -1 +0,0 @@
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,20 +0,0 @@
1
- import { Paystream } from '../../paystream';
2
- import { BasePaystreamTx } from './BasePaystreamTx';
3
- import { Withdrawal } from '../../withdrawal';
4
- import { TransactionMeta } from '../../transaction-meta';
5
- import { Contact } from '../../contact';
6
- import { BlockchainSymbol } from '../../blockchain';
7
- export declare class PaystreamTx extends BasePaystreamTx {
8
- paystream: Paystream;
9
- meta: TransactionMeta;
10
- withdrawals: Withdrawal[];
11
- contact?: Contact;
12
- fee: bigint;
13
- paymentRequestCreatorId: string;
14
- paymentRequestName: string;
15
- paymentRequestImageUrl?: string;
16
- paymentRequestCurrencySymbol: string;
17
- paymentRequestBlockchain: BlockchainSymbol;
18
- totalWithdrawn?: bigint;
19
- canWithdraw?: boolean;
20
- }
@@ -1,37 +0,0 @@
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.PaystreamTx = void 0;
13
- const paystream_1 = require("../../paystream");
14
- const BasePaystreamTx_1 = require("./BasePaystreamTx");
15
- const withdrawal_1 = require("../../withdrawal");
16
- const class_transformer_1 = require("class-transformer");
17
- const transaction_meta_1 = require("../../transaction-meta");
18
- class PaystreamTx extends BasePaystreamTx_1.BasePaystreamTx {
19
- }
20
- __decorate([
21
- (0, class_transformer_1.Type)(() => paystream_1.Paystream),
22
- __metadata("design:type", paystream_1.Paystream)
23
- ], PaystreamTx.prototype, "paystream", void 0);
24
- __decorate([
25
- (0, class_transformer_1.Type)(() => transaction_meta_1.BaseTransactionMeta),
26
- __metadata("design:type", transaction_meta_1.TransactionMeta)
27
- ], PaystreamTx.prototype, "meta", void 0);
28
- __decorate([
29
- (0, class_transformer_1.Type)(() => withdrawal_1.Withdrawal),
30
- __metadata("design:type", Array)
31
- ], PaystreamTx.prototype, "withdrawals", void 0);
32
- __decorate([
33
- (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
34
- __metadata("design:type", BigInt)
35
- ], PaystreamTx.prototype, "fee", void 0);
36
- exports.PaystreamTx = PaystreamTx;
37
- //# sourceMappingURL=PaystreamTx.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PaystreamTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/PaystreamTx.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAA4C;AAC5C,uDAAoD;AACpD,iDAA8C;AAC9C,yDAAoD;AACpD,6DAA8E;AAI9E,MAAa,WAAY,SAAQ,iCAAe;CA4B/C;AA3BC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qBAAS,CAAC;8BACX,qBAAS;8CAAC;AAErB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sCAAmB,CAAC;8BAC1B,kCAAe;yCAAC;AAEtB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAU,CAAC;;gDACG;AAI1B;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;wCAC5B;AAbd,kCA4BC"}
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class PrepareInvoice extends Entity {
3
- transactionToken: string;
4
- transactionMessage: string;
5
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PrepareInvoice = void 0;
4
- const entity_1 = require("../../entity");
5
- class PrepareInvoice extends entity_1.Entity {
6
- }
7
- exports.PrepareInvoice = PrepareInvoice;
8
- //# sourceMappingURL=PrepareInvoice.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PrepareInvoice.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-invoice/entities/PrepareInvoice.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAGzC;AAHD,wCAGC"}
@@ -1,8 +0,0 @@
1
- import { Entity } from '../../entity';
2
- import { FeeProperties } from '../../fee';
3
- export declare class TokenStreamPayload extends Entity {
4
- hash: string;
5
- requestOrTransactionId: string;
6
- feeProperties: FeeProperties;
7
- sessionHash?: string;
8
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TokenStreamPayload = void 0;
4
- const entity_1 = require("../../entity");
5
- class TokenStreamPayload extends entity_1.Entity {
6
- }
7
- exports.TokenStreamPayload = TokenStreamPayload;
8
- //# sourceMappingURL=TokenStreamPayload.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TokenStreamPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/entities/TokenStreamPayload.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,kBAAmB,SAAQ,eAAM;CAQ7C;AARD,gDAQC"}
@@ -1,5 +0,0 @@
1
- import { PrepareTransaction } from './PrepareTransaction';
2
- export declare class PrepareSwapTransaction {
3
- standardTransaction: PrepareTransaction;
4
- swapTransaction: string;
5
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PrepareSwapTransaction = void 0;
4
- class PrepareSwapTransaction {
5
- }
6
- exports.PrepareSwapTransaction = PrepareSwapTransaction;
7
- //# sourceMappingURL=PrepareSwapTransaction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PrepareSwapTransaction.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;CAGlC;AAHD,wDAGC"}
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class PrepareTransaction extends Entity {
3
- transactionToken: string;
4
- transactionMessage: string;
5
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PrepareTransaction = void 0;
4
- const entity_1 = require("../../entity");
5
- class PrepareTransaction extends entity_1.Entity {
6
- }
7
- exports.PrepareTransaction = PrepareTransaction;
8
- //# sourceMappingURL=PrepareTransaction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PrepareTransaction.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/PrepareTransaction.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,kBAAmB,SAAQ,eAAM;CAG7C;AAHD,gDAGC"}
@@ -1,37 +0,0 @@
1
- import { IntervalType } from '../../paystream';
2
- import { BlockchainSymbol } from '../../blockchain';
3
- export declare class ReportItem {
4
- id: string;
5
- txSignature: string;
6
- solScanLink: string;
7
- paymentRequestId: string;
8
- paymentRequestUrl: string;
9
- paymentRequestName: string;
10
- quantity: number;
11
- time: string;
12
- amount: number;
13
- convertedAmount: number;
14
- currency: string;
15
- blockchain: BlockchainSymbol;
16
- from: string;
17
- paymentRequestUrlWithSlug?: string;
18
- cancelAt?: number;
19
- endAt?: number;
20
- startAt?: number;
21
- intervalUnit?: IntervalType;
22
- email?: string;
23
- discordUsername?: string;
24
- twitterUsername?: string;
25
- fullName?: string;
26
- country?: string;
27
- deliveryAddress?: string;
28
- phoneNumber?: string;
29
- state?: string;
30
- street?: string;
31
- streetNumber?: string;
32
- city?: string;
33
- areaCode?: string;
34
- name?: string;
35
- value?: string;
36
- fee: number;
37
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReportItem = void 0;
4
- class ReportItem {
5
- }
6
- exports.ReportItem = ReportItem;
7
- //# sourceMappingURL=ReportItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ReportItem.js","sourceRoot":"","sources":["../../../../../../src/domain/model/report/entities/ReportItem.ts"],"names":[],"mappings":";;;AAGA,MAAa,UAAU;CAkEtB;AAlED,gCAkEC"}
@@ -1,4 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class TokenQuoting extends Entity {
3
- rateToken: string;
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TokenQuoting = void 0;
4
- const entity_1 = require("../../entity");
5
- class TokenQuoting extends entity_1.Entity {
6
- }
7
- exports.TokenQuoting = TokenQuoting;
8
- //# sourceMappingURL=TokenQuoting.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TokenQuoting.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-quoting/entities/TokenQuoting.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,YAAa,SAAQ,eAAM;CAEvC;AAFD,oCAEC"}
@@ -1,4 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class SwapRouteToken extends Entity {
3
- routeToken: string;
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SwapRouteToken = void 0;
4
- const entity_1 = require("../../entity");
5
- class SwapRouteToken extends entity_1.Entity {
6
- }
7
- exports.SwapRouteToken = SwapRouteToken;
8
- //# sourceMappingURL=SwapRouteToken.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SwapRouteToken.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-swap/entities/SwapRouteToken.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,cAAe,SAAQ,eAAM;CAEzC;AAFD,wCAEC"}
@@ -1,16 +0,0 @@
1
- import { CustomerDetails } from '../../customer-details';
2
- import { Entity } from '../../entity';
3
- import { ProductDetails } from '../../product-details';
4
- import { SplitAccount } from '../../split-account';
5
- export declare class BaseTransactionMeta extends Entity {
6
- id: string;
7
- transactionSignature: string;
8
- amount: bigint;
9
- recipientPK: string;
10
- senderPK: string;
11
- customerDetails: CustomerDetails;
12
- productDetails: ProductDetails;
13
- splitRevenue: boolean;
14
- remainingAccounts: SplitAccount[];
15
- totalAmount: bigint;
16
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseTransactionMeta.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/entities/BaseTransactionMeta.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAE9C,yCAAsC;AAItC,MAAa,mBAAoB,SAAQ,eAAM;CAsB9C;AAjBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mDACzB;AAcf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;wDACpB;AArBtB,kDAsBC"}
@@ -1,8 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class BaseUser extends Entity {
3
- id: string;
4
- name?: string;
5
- email?: string;
6
- discordUsername?: string;
7
- twitterUsername?: string;
8
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseUser = void 0;
4
- const entity_1 = require("../../entity");
5
- class BaseUser extends entity_1.Entity {
6
- }
7
- exports.BaseUser = BaseUser;
8
- //# sourceMappingURL=BaseUser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseUser.js","sourceRoot":"","sources":["../../../../../../src/domain/model/user/entities/BaseUser.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,QAAS,SAAQ,eAAM;CAUnC;AAVD,4BAUC"}
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class BaseWallet extends Entity {
3
- id: string;
4
- publicKey: string;
5
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseWallet = void 0;
4
- const entity_1 = require("../../entity");
5
- class BaseWallet extends entity_1.Entity {
6
- }
7
- exports.BaseWallet = BaseWallet;
8
- //# sourceMappingURL=BaseWallet.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseWallet.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/BaseWallet.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,UAAW,SAAQ,eAAM;CAIrC;AAJD,gCAIC"}
@@ -1,7 +0,0 @@
1
- import type { Blockchain } from '../../blockchain';
2
- import { BaseWallet } from './BaseWallet';
3
- import { BlockchainEngine } from '../../blockchainEngine';
4
- export declare class Wallet extends BaseWallet {
5
- blockchain?: Blockchain;
6
- blockchainEngine: BlockchainEngine;
7
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Wallet = void 0;
4
- const BaseWallet_1 = require("./BaseWallet");
5
- class Wallet extends BaseWallet_1.BaseWallet {
6
- }
7
- exports.Wallet = Wallet;
8
- //# sourceMappingURL=Wallet.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Wallet.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/Wallet.ts"],"names":[],"mappings":";;;AACA,6CAA0C;AAG1C,MAAa,MAAO,SAAQ,uBAAU;CAIrC;AAJD,wBAIC"}
@@ -1,4 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class WalletDetails extends Entity {
3
- isHelioX: boolean;
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WalletDetails = void 0;
4
- const entity_1 = require("../../entity");
5
- class WalletDetails extends entity_1.Entity {
6
- }
7
- exports.WalletDetails = WalletDetails;
8
- //# sourceMappingURL=WalletDetails.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WalletDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/WalletDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,aAAc,SAAQ,eAAM;CAExC;AAFD,sCAEC"}