@heliofi/common 0.1.252 → 0.1.253

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 (178) hide show
  1. package/dist/src/domain/model/escrow-transaction/dtos/EscrowTransactionMeta.dto.d.ts +6 -0
  2. package/dist/src/domain/model/{paystream-tx/dtos/updatePaystreamTxDto.js → escrow-transaction/dtos/EscrowTransactionMeta.dto.js} +13 -16
  3. package/dist/src/domain/model/escrow-transaction/dtos/EscrowTransactionMeta.dto.js.map +1 -0
  4. package/dist/src/domain/model/escrow-transaction/dtos/index.d.ts +1 -0
  5. package/dist/src/domain/model/escrow-transaction/dtos/index.js +18 -0
  6. package/dist/src/domain/model/escrow-transaction/dtos/index.js.map +1 -0
  7. package/dist/src/domain/model/{refund/dtos/refund.dto.d.ts → escrow-transaction/entities/BaseEscrowTransactionMeta.entity.d.ts} +3 -4
  8. package/dist/src/domain/model/escrow-transaction/entities/BaseEscrowTransactionMeta.entity.js +8 -0
  9. package/dist/src/domain/model/escrow-transaction/entities/BaseEscrowTransactionMeta.entity.js.map +1 -0
  10. package/dist/src/domain/model/escrow-transaction/entities/EscrowCancelTransactionMeta.entity.d.ts +3 -0
  11. package/dist/src/domain/model/escrow-transaction/entities/EscrowCancelTransactionMeta.entity.js +8 -0
  12. package/dist/src/domain/model/escrow-transaction/entities/EscrowCancelTransactionMeta.entity.js.map +1 -0
  13. package/dist/src/domain/model/escrow-transaction/entities/EscrowTransactionMeta.entity.d.ts +4 -0
  14. package/dist/src/domain/model/escrow-transaction/entities/EscrowTransactionMeta.entity.js +8 -0
  15. package/dist/src/domain/model/escrow-transaction/entities/EscrowTransactionMeta.entity.js.map +1 -0
  16. package/dist/src/domain/model/escrow-transaction/entities/index.d.ts +2 -0
  17. package/dist/src/domain/model/escrow-transaction/entities/index.js +19 -0
  18. package/dist/src/domain/model/escrow-transaction/entities/index.js.map +1 -0
  19. package/dist/src/domain/model/escrow-transaction/index.d.ts +2 -0
  20. package/dist/src/domain/model/escrow-transaction/index.js +19 -0
  21. package/dist/src/domain/model/escrow-transaction/index.js.map +1 -0
  22. package/dist/src/domain/model/index.d.ts +2 -0
  23. package/dist/src/domain/model/index.js +2 -0
  24. package/dist/src/domain/model/index.js.map +1 -1
  25. package/dist/src/domain/model/nft-drop/constants/index.d.ts +1 -0
  26. package/dist/src/domain/model/{accessCodeAuthProperties/entities → nft-drop/constants}/index.js +1 -1
  27. package/dist/src/domain/model/nft-drop/constants/index.js.map +1 -0
  28. package/dist/src/domain/model/nft-drop/constants/nftDropState.d.ts +9 -0
  29. package/dist/src/domain/model/nft-drop/constants/nftDropState.js +14 -0
  30. package/dist/src/domain/model/nft-drop/constants/nftDropState.js.map +1 -0
  31. package/dist/src/domain/model/nft-drop/dtos/index.d.ts +1 -1
  32. package/dist/src/domain/model/nft-drop/dtos/index.js +1 -1
  33. package/dist/src/domain/model/nft-drop/dtos/nftDrop.dto.d.ts +0 -1
  34. package/dist/src/domain/model/nft-drop/dtos/nftDrop.dto.js +1 -6
  35. package/dist/src/domain/model/nft-drop/dtos/nftDrop.dto.js.map +1 -1
  36. package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.d.ts +8 -0
  37. package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js +42 -0
  38. package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js.map +1 -0
  39. package/dist/src/domain/model/nft-drop/entities/NftDrop.entity.d.ts +6 -2
  40. package/dist/src/domain/model/nft-drop/entities/NftDrop.entity.js.map +1 -1
  41. package/dist/src/domain/model/nft-drop/index.d.ts +1 -0
  42. package/dist/src/domain/model/nft-drop/index.js +1 -0
  43. package/dist/src/domain/model/nft-drop/index.js.map +1 -1
  44. package/dist/src/domain/model/nft-escrow/dtos/index.d.ts +3 -0
  45. package/dist/src/domain/model/nft-escrow/dtos/index.js +20 -0
  46. package/dist/src/domain/model/nft-escrow/dtos/index.js.map +1 -0
  47. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.d.ts +5 -0
  48. package/dist/src/domain/model/{accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js → nft-escrow/dtos/nftEscrowCancel.dto.js} +15 -5
  49. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCancel.dto.js.map +1 -0
  50. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCreate.dto.d.ts +7 -0
  51. package/dist/src/domain/model/{refund/dtos/refund.dto.js → nft-escrow/dtos/nftEscrowCreate.dto.js} +17 -13
  52. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowCreate.dto.js.map +1 -0
  53. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.d.ts +6 -0
  54. package/dist/src/domain/model/{user/dtos/updateUserKyc.dto.js → nft-escrow/dtos/nftEscrowSubmit.dto.js} +22 -7
  55. package/dist/src/domain/model/nft-escrow/dtos/nftEscrowSubmit.dto.js.map +1 -0
  56. package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.entity.d.ts +6 -0
  57. package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.entity.js +8 -0
  58. package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.entity.js.map +1 -0
  59. package/dist/src/domain/model/nft-escrow/entities/index.d.ts +1 -0
  60. package/dist/src/domain/model/{accessCodeAuthProperties/dtos → nft-escrow/entities}/index.js +1 -1
  61. package/dist/src/domain/model/nft-escrow/entities/index.js.map +1 -0
  62. package/dist/src/domain/model/nft-escrow/index.js.map +1 -0
  63. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +1 -1
  64. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +1 -1
  65. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +1 -1
  66. package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.d.ts +1 -1
  67. package/dist/src/domain/model/transaction-meta/constants/TransactionType.d.ts +2 -1
  68. package/dist/src/domain/model/transaction-meta/constants/TransactionType.js +1 -0
  69. package/dist/src/domain/model/transaction-meta/constants/TransactionType.js.map +1 -1
  70. package/dist/tsconfig.tsbuildinfo +1 -1
  71. package/package.json +2 -2
  72. package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.d.ts +0 -3
  73. package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map +0 -1
  74. package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.d.ts +0 -1
  75. package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js.map +0 -1
  76. package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.d.ts +0 -4
  77. package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js +0 -8
  78. package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map +0 -1
  79. package/dist/src/domain/model/accessCodeAuthProperties/entities/index.d.ts +0 -1
  80. package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js.map +0 -1
  81. package/dist/src/domain/model/accessCodeAuthProperties/index.js.map +0 -1
  82. package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +0 -7
  83. package/dist/src/domain/model/attachment/entities/BaseAttachment.js +0 -8
  84. package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +0 -1
  85. package/dist/src/domain/model/auth/entities/CheckoutAuthToken.d.ts +0 -6
  86. package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js +0 -7
  87. package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js.map +0 -1
  88. package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +0 -6
  89. package/dist/src/domain/model/blockchain/entities/Blockchain.js +0 -8
  90. package/dist/src/domain/model/blockchain/entities/Blockchain.js.map +0 -1
  91. package/dist/src/domain/model/company/entities/BaseCompany.d.ts +0 -13
  92. package/dist/src/domain/model/company/entities/BaseCompany.js +0 -8
  93. package/dist/src/domain/model/company/entities/BaseCompany.js.map +0 -1
  94. package/dist/src/domain/model/company/entities/Company.d.ts +0 -7
  95. package/dist/src/domain/model/company/entities/Company.js +0 -8
  96. package/dist/src/domain/model/company/entities/Company.js.map +0 -1
  97. package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +0 -14
  98. package/dist/src/domain/model/currency/entities/BaseCurrency.js +0 -8
  99. package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +0 -1
  100. package/dist/src/domain/model/currency/entities/Currency.d.ts +0 -5
  101. package/dist/src/domain/model/currency/entities/Currency.js +0 -8
  102. package/dist/src/domain/model/currency/entities/Currency.js.map +0 -1
  103. package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.d.ts +0 -9
  104. package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js +0 -8
  105. package/dist/src/domain/model/fixed-currency/entities/TokenRatePayload.js.map +0 -1
  106. package/dist/src/domain/model/funding/entities/Funding.d.ts +0 -6
  107. package/dist/src/domain/model/funding/entities/Funding.js +0 -22
  108. package/dist/src/domain/model/funding/entities/Funding.js.map +0 -1
  109. package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +0 -8
  110. package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +0 -8
  111. package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +0 -1
  112. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +0 -13
  113. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +0 -8
  114. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +0 -1
  115. package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +0 -13
  116. package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js +0 -11
  117. package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.js.map +0 -1
  118. package/dist/src/domain/model/paystream/entities/IntervalType.d.ts +0 -9
  119. package/dist/src/domain/model/paystream/entities/IntervalType.js +0 -14
  120. package/dist/src/domain/model/paystream/entities/IntervalType.js.map +0 -1
  121. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.d.ts +0 -11
  122. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js +0 -57
  123. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTxDto.js.map +0 -1
  124. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.d.ts +0 -6
  125. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.js.map +0 -1
  126. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +0 -16
  127. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +0 -7
  128. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +0 -1
  129. package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.d.ts +0 -20
  130. package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js +0 -37
  131. package/dist/src/domain/model/paystream-tx/entities/PaystreamTx.js.map +0 -1
  132. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +0 -5
  133. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +0 -8
  134. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +0 -1
  135. package/dist/src/domain/model/prepare-refund/entities/index.d.ts +0 -0
  136. package/dist/src/domain/model/prepare-refund/entities/index.js +0 -1
  137. package/dist/src/domain/model/prepare-refund/entities/index.js.map +0 -1
  138. package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.d.ts +0 -4
  139. package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js +0 -8
  140. package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js.map +0 -1
  141. package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.d.ts +0 -8
  142. package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js +0 -8
  143. package/dist/src/domain/model/prepare-stream/entities/TokenStreamPayload.js.map +0 -1
  144. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +0 -5
  145. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +0 -7
  146. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +0 -1
  147. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +0 -5
  148. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +0 -8
  149. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +0 -1
  150. package/dist/src/domain/model/refund/dtos/refund.dto.js.map +0 -1
  151. package/dist/src/domain/model/report/entities/ReportItem.d.ts +0 -37
  152. package/dist/src/domain/model/report/entities/ReportItem.js +0 -7
  153. package/dist/src/domain/model/report/entities/ReportItem.js.map +0 -1
  154. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +0 -4
  155. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +0 -8
  156. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +0 -1
  157. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +0 -4
  158. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +0 -8
  159. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +0 -1
  160. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +0 -16
  161. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js +0 -26
  162. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +0 -1
  163. package/dist/src/domain/model/user/dtos/updateUserKyc.dto.d.ts +0 -3
  164. package/dist/src/domain/model/user/dtos/updateUserKyc.dto.js.map +0 -1
  165. package/dist/src/domain/model/user/entities/BaseUser.d.ts +0 -9
  166. package/dist/src/domain/model/user/entities/BaseUser.js +0 -8
  167. package/dist/src/domain/model/user/entities/BaseUser.js.map +0 -1
  168. package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +0 -5
  169. package/dist/src/domain/model/wallet/entities/BaseWallet.js +0 -8
  170. package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +0 -1
  171. package/dist/src/domain/model/wallet/entities/Wallet.d.ts +0 -7
  172. package/dist/src/domain/model/wallet/entities/Wallet.js +0 -8
  173. package/dist/src/domain/model/wallet/entities/Wallet.js.map +0 -1
  174. package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +0 -4
  175. package/dist/src/domain/model/wallet/entities/WalletDetails.js +0 -8
  176. package/dist/src/domain/model/wallet/entities/WalletDetails.js.map +0 -1
  177. /package/dist/src/domain/model/{accessCodeAuthProperties → nft-escrow}/index.d.ts +0 -0
  178. /package/dist/src/domain/model/{accessCodeAuthProperties → nft-escrow}/index.js +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heliofi/common",
3
3
  "private": false,
4
- "version": "0.1.252",
4
+ "version": "0.1.253",
5
5
  "description": "Common package",
6
6
  "main": "dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -26,5 +26,5 @@
26
26
  "ts-loader": "^9.3.1",
27
27
  "typescript": "^4.8.2"
28
28
  },
29
- "gitHead": "3c57ba7ca1e752475836d07f63c8981bdbf81b6e"
29
+ "gitHead": "f47c6ac60ce568f407b808f72220894f78addbce"
30
30
  }
@@ -1,3 +0,0 @@
1
- export declare class AccessCodeAuthPropertiesDto {
2
- accessCode: string;
3
- }
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
1
- export * from './accessCodeAuthProperties.dto';
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/accessCodeAuthProperties/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C"}
@@ -1,4 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class AccessCodeAuthProperties extends Entity {
3
- accessCode: string;
4
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
1
- export * from './AccessCodeAuthProperties';
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/accessCodeAuthProperties/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/accessCodeAuthProperties/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
@@ -1,7 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class BaseAttachment extends Entity {
3
- id: string;
4
- name: string;
5
- url: string;
6
- type: string;
7
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,6 +0,0 @@
1
- import { CheckoutAuthTypes } from './CheckoutAuthTypes';
2
- export declare class CheckoutAuthToken {
3
- authType: CheckoutAuthTypes;
4
- prId: string;
5
- payerPublicKey: string;
6
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CheckoutAuthToken = void 0;
4
- class CheckoutAuthToken {
5
- }
6
- exports.CheckoutAuthToken = CheckoutAuthToken;
7
- //# sourceMappingURL=CheckoutAuthToken.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CheckoutAuthToken.js","sourceRoot":"","sources":["../../../../../../src/domain/model/auth/entities/CheckoutAuthToken.ts"],"names":[],"mappings":";;;AAEA,MAAa,iBAAiB;CAM7B;AAND,8CAMC"}
@@ -1,6 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class Blockchain extends Entity {
3
- id: string;
4
- name: string;
5
- symbol: string;
6
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,13 +0,0 @@
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
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,7 +0,0 @@
1
- import { BaseCompany } from './BaseCompany';
2
- import { BaseAttachment } from '../../attachment';
3
- import { ApiKey } from '../../apiKey';
4
- export declare class Company extends BaseCompany {
5
- logo?: BaseAttachment;
6
- apiKeys?: ApiKey[];
7
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,14 +0,0 @@
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
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,5 +0,0 @@
1
- import { Blockchain } from '../../blockchain';
2
- import { BaseCurrency } from './BaseCurrency';
3
- export declare class Currency extends BaseCurrency {
4
- blockchain: Blockchain;
5
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,9 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class TokenRatePayload extends Entity {
3
- rate: number;
4
- from: string;
5
- to: string;
6
- prid: string;
7
- iat: number;
8
- exp: number;
9
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,6 +0,0 @@
1
- import { StreamEvent } from '../../stream-event';
2
- export declare class Funding extends StreamEvent {
3
- amount: bigint;
4
- intervalCount: number;
5
- paystreamTx: string;
6
- }
@@ -1,22 +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.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
@@ -1 +0,0 @@
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"}
@@ -1,8 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class FetchifyFindAddress extends Entity {
3
- results: {
4
- id: string;
5
- count: number;
6
- labels: string[];
7
- }[];
8
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,13 +0,0 @@
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
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,13 +0,0 @@
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
- }
@@ -1,11 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,9 +0,0 @@
1
- export declare enum IntervalType {
2
- SECOND = "SECOND",
3
- MINUTE = "MINUTE",
4
- HOUR = "HOUR",
5
- DAY = "DAY",
6
- WEEK = "WEEK",
7
- MONTH = "MONTH",
8
- YEAR = "YEAR"
9
- }
@@ -1,14 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,11 +0,0 @@
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
- }
@@ -1,57 +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.CreatePaystreamTxDto = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
- const class_validator_1 = require("class-validator");
15
- const stream_event_1 = require("../../stream-event");
16
- const transaction_meta_1 = require("../../transaction-meta");
17
- class CreatePaystreamTxDto {
18
- }
19
- __decorate([
20
- (0, class_validator_1.IsNotEmpty)(),
21
- (0, class_transformer_1.Type)(() => transaction_meta_1.CreateTransactionMetaDto),
22
- (0, class_validator_1.ValidateNested)(),
23
- __metadata("design:type", transaction_meta_1.CreateTransactionMetaDto)
24
- ], CreatePaystreamTxDto.prototype, "meta", void 0);
25
- __decorate([
26
- (0, class_validator_1.IsString)(),
27
- (0, class_validator_1.IsNotEmpty)(),
28
- __metadata("design:type", String)
29
- ], CreatePaystreamTxDto.prototype, "paystream", void 0);
30
- __decorate([
31
- (0, class_validator_1.IsString)(),
32
- (0, class_validator_1.IsNotEmpty)(),
33
- __metadata("design:type", String)
34
- ], CreatePaystreamTxDto.prototype, "paymentAccount", void 0);
35
- __decorate([
36
- (0, class_validator_1.IsNotEmpty)(),
37
- (0, class_transformer_1.Type)(() => stream_event_1.CreateStreamEventDto),
38
- (0, class_validator_1.ValidateNested)(),
39
- __metadata("design:type", stream_event_1.CreateStreamEventDto)
40
- ], CreatePaystreamTxDto.prototype, "startedAt", void 0);
41
- __decorate([
42
- (0, class_validator_1.IsOptional)(),
43
- (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
44
- __metadata("design:type", String)
45
- ], CreatePaystreamTxDto.prototype, "endedAt", void 0);
46
- __decorate([
47
- (0, class_validator_1.IsNumber)(),
48
- (0, class_validator_1.IsNotEmpty)(),
49
- __metadata("design:type", Number)
50
- ], CreatePaystreamTxDto.prototype, "interval", void 0);
51
- __decorate([
52
- (0, class_validator_1.IsBoolean)(),
53
- (0, class_validator_1.IsOptional)(),
54
- __metadata("design:type", Boolean)
55
- ], CreatePaystreamTxDto.prototype, "isHelioX", void 0);
56
- exports.CreatePaystreamTxDto = CreatePaystreamTxDto;
57
- //# sourceMappingURL=createPaystreamTxDto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createPaystreamTxDto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/dtos/createPaystreamTxDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,qDAOyB;AACzB,qDAA0D;AAC1D,6DAAkE;AAElE,MAAa,oBAAoB;CA8BhC;AA7BC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,2CAAwB,CAAC;IACpC,IAAA,gCAAc,GAAE;8BACX,2CAAwB;kDAAC;AAE/B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAoB,CAAC;IAChC,IAAA,gCAAc,GAAE;8BACN,mCAAoB;uDAAC;AAEhC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;qDACvB;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACI;AAEjB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACM;AA7BrB,oDA8BC"}
@@ -1,6 +0,0 @@
1
- import { CreateStreamEventDto } from '../../stream-event';
2
- export declare class UpdatePaystreamTxDto {
3
- canceledAt?: CreateStreamEventDto;
4
- endedAt?: string;
5
- withdrawals?: string[];
6
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"updatePaystreamTxDto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/dtos/updatePaystreamTxDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,qDAA6D;AAC7D,qDAA0D;AAC1D,iDAA8C;AAE9C,MAAa,oBAAoB;CAahC;AAZC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAoB,CAAC;IAChC,IAAA,gCAAc,GAAE;8BACJ,mCAAoB;wDAAC;AAElC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;qDACvB;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAU,CAAC;;yDACA;AAZzB,oDAaC"}
@@ -1,16 +0,0 @@
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
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CheckoutStatus = void 0;
4
- class CheckoutStatus {
5
- }
6
- exports.CheckoutStatus = CheckoutStatus;
7
- //# sourceMappingURL=CheckoutStatus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CheckoutStatus.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paystream-tx/entities/CheckoutStatus.ts"],"names":[],"mappings":";;;AAAA,MAAa,cAAc;CAiB1B;AAjBD,wCAiBC"}
@@ -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 +0,0 @@
1
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-refund/entities/index.ts"],"names":[],"mappings":""}