@heliofi/common 0.1.269 → 0.1.270

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 (165) hide show
  1. package/dist/src/domain/decorators/BigintMin.d.ts +2 -0
  2. package/dist/src/domain/decorators/BigintMin.js +30 -0
  3. package/dist/src/domain/decorators/BigintMin.js.map +1 -0
  4. package/dist/src/domain/decorators/index.d.ts +1 -0
  5. package/dist/src/domain/decorators/index.js +1 -0
  6. package/dist/src/domain/decorators/index.js.map +1 -1
  7. package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.d.ts +1 -0
  8. package/dist/src/domain/model/{accessCodeAuthProperties/entities → escrow-cancel-transaction-meta/dtos}/index.js +1 -1
  9. package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/index.js.map +1 -0
  10. package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.d.ts +4 -0
  11. package/dist/src/domain/model/{nft-drop/dtos/NftDrop.dto.js → escrow-cancel-transaction-meta/dtos/nftDrop.dto.js} +10 -5
  12. package/dist/src/domain/model/escrow-cancel-transaction-meta/dtos/nftDrop.dto.js.map +1 -0
  13. package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.d.ts +5 -0
  14. package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.js +8 -0
  15. package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/EscrowCancelTransactionMeta.entity.js.map +1 -0
  16. package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.d.ts +1 -0
  17. package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js +18 -0
  18. package/dist/src/domain/model/escrow-cancel-transaction-meta/entities/index.js.map +1 -0
  19. package/dist/src/domain/model/{accessCodeAuthProperties → escrow-cancel-transaction-meta}/index.d.ts +0 -1
  20. package/dist/src/domain/model/{accessCodeAuthProperties → escrow-cancel-transaction-meta}/index.js +0 -1
  21. package/dist/src/domain/model/escrow-cancel-transaction-meta/index.js.map +1 -0
  22. package/dist/src/domain/model/escrow-transaction-meta/dtos/index.d.ts +1 -0
  23. package/dist/src/domain/model/escrow-transaction-meta/dtos/index.js +18 -0
  24. package/dist/src/domain/model/escrow-transaction-meta/dtos/index.js.map +1 -0
  25. package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.d.ts +4 -0
  26. package/dist/src/domain/model/{accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js → escrow-transaction-meta/dtos/nftDrop.dto.js} +12 -5
  27. package/dist/src/domain/model/escrow-transaction-meta/dtos/nftDrop.dto.js.map +1 -0
  28. package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.d.ts +6 -0
  29. package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js +8 -0
  30. package/dist/src/domain/model/escrow-transaction-meta/entities/EscrowTransactionMeta.entity.js.map +1 -0
  31. package/dist/src/domain/model/escrow-transaction-meta/entities/index.d.ts +1 -0
  32. package/dist/src/domain/model/{accessCodeAuthProperties/dtos → escrow-transaction-meta/entities}/index.js +1 -1
  33. package/dist/src/domain/model/escrow-transaction-meta/entities/index.js.map +1 -0
  34. package/dist/src/domain/model/escrow-transaction-meta/index.d.ts +1 -0
  35. package/dist/src/domain/model/escrow-transaction-meta/index.js +18 -0
  36. package/dist/src/domain/model/escrow-transaction-meta/index.js.map +1 -0
  37. package/dist/src/domain/model/link-features/entities/LinkFeatures.d.ts +0 -1
  38. package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +9 -0
  39. package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.js +8 -0
  40. package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.js.map +1 -0
  41. package/dist/src/domain/model/link-features/entities/LinkFeatures.js.map +1 -1
  42. package/dist/src/domain/model/link-features/entities/index.d.ts +1 -1
  43. package/dist/src/domain/model/link-features/entities/index.js +1 -1
  44. package/dist/src/domain/model/link-features/entities/index.js.map +1 -1
  45. package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.d.ts +8 -0
  46. package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js +42 -0
  47. package/dist/src/domain/model/nft-drop/dtos/updateNftDrop.dto.js.map +1 -0
  48. package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.d.ts +5 -0
  49. package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js +8 -0
  50. package/dist/src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.js.map +1 -0
  51. package/dist/src/domain/model/paylink/entities/Integration.enum.d.ts +3 -0
  52. package/dist/src/domain/model/paylink/entities/Integration.enum.js +8 -0
  53. package/dist/src/domain/model/paylink/entities/Integration.enum.js.map +1 -0
  54. package/dist/src/domain/model/paylink/entities/OnlyContentAndTransactionPaylink.d.ts +3 -3
  55. package/dist/src/domain/model/paylink/entities/index.d.ts +1 -0
  56. package/dist/src/domain/model/paylink/entities/index.js +1 -0
  57. package/dist/src/domain/model/paylink/entities/index.js.map +1 -1
  58. package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js +5 -0
  59. package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js.map +1 -1
  60. package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.js +5 -0
  61. package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.js.map +1 -1
  62. package/dist/tsconfig.tsbuildinfo +1 -1
  63. package/package.json +2 -2
  64. package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.d.ts +0 -3
  65. package/dist/src/domain/model/accessCodeAuthProperties/dtos/accessCodeAuthProperties.dto.js.map +0 -1
  66. package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.d.ts +0 -1
  67. package/dist/src/domain/model/accessCodeAuthProperties/dtos/index.js.map +0 -1
  68. package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.d.ts +0 -4
  69. package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js +0 -8
  70. package/dist/src/domain/model/accessCodeAuthProperties/entities/AccessCodeAuthProperties.js.map +0 -1
  71. package/dist/src/domain/model/accessCodeAuthProperties/entities/index.d.ts +0 -1
  72. package/dist/src/domain/model/accessCodeAuthProperties/entities/index.js.map +0 -1
  73. package/dist/src/domain/model/accessCodeAuthProperties/index.js.map +0 -1
  74. package/dist/src/domain/model/attachment/entities/BaseAttachment.d.ts +0 -7
  75. package/dist/src/domain/model/attachment/entities/BaseAttachment.js +0 -8
  76. package/dist/src/domain/model/attachment/entities/BaseAttachment.js.map +0 -1
  77. package/dist/src/domain/model/auth/entities/CheckoutAuthToken.d.ts +0 -6
  78. package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js +0 -7
  79. package/dist/src/domain/model/auth/entities/CheckoutAuthToken.js.map +0 -1
  80. package/dist/src/domain/model/blockchain/entities/Blockchain.d.ts +0 -6
  81. package/dist/src/domain/model/blockchain/entities/Blockchain.js +0 -8
  82. package/dist/src/domain/model/blockchain/entities/Blockchain.js.map +0 -1
  83. package/dist/src/domain/model/company/entities/BaseCompany.d.ts +0 -13
  84. package/dist/src/domain/model/company/entities/BaseCompany.js +0 -8
  85. package/dist/src/domain/model/company/entities/BaseCompany.js.map +0 -1
  86. package/dist/src/domain/model/company/entities/Company.d.ts +0 -7
  87. package/dist/src/domain/model/company/entities/Company.js +0 -8
  88. package/dist/src/domain/model/company/entities/Company.js.map +0 -1
  89. package/dist/src/domain/model/currency/entities/BaseCurrency.d.ts +0 -14
  90. package/dist/src/domain/model/currency/entities/BaseCurrency.js +0 -8
  91. package/dist/src/domain/model/currency/entities/BaseCurrency.js.map +0 -1
  92. package/dist/src/domain/model/currency/entities/Currency.d.ts +0 -5
  93. package/dist/src/domain/model/currency/entities/Currency.js +0 -8
  94. package/dist/src/domain/model/currency/entities/Currency.js.map +0 -1
  95. package/dist/src/domain/model/funding/entities/Funding.d.ts +0 -6
  96. package/dist/src/domain/model/funding/entities/Funding.js +0 -22
  97. package/dist/src/domain/model/funding/entities/Funding.js.map +0 -1
  98. package/dist/src/domain/model/location/entities/FetchifyFindAddress.d.ts +0 -8
  99. package/dist/src/domain/model/location/entities/FetchifyFindAddress.js +0 -8
  100. package/dist/src/domain/model/location/entities/FetchifyFindAddress.js.map +0 -1
  101. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.d.ts +0 -13
  102. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js +0 -8
  103. package/dist/src/domain/model/location/entities/FetchifyRetrieveAddress.js.map +0 -1
  104. package/dist/src/domain/model/nft-drop/dtos/NftDrop.dto.d.ts +0 -3
  105. package/dist/src/domain/model/nft-drop/dtos/NftDrop.dto.js.map +0 -1
  106. package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCancel.dto.d.ts +0 -5
  107. package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCancel.dto.js +0 -32
  108. package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCancel.dto.js.map +0 -1
  109. package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCreate.dto.d.ts +0 -7
  110. package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCreate.dto.js +0 -43
  111. package/dist/src/domain/model/nft-escrow/dtos/NftEscrowCreate.dto.js.map +0 -1
  112. package/dist/src/domain/model/nft-escrow/dtos/NftEscrowSubmit.dto.d.ts +0 -6
  113. package/dist/src/domain/model/nft-escrow/dtos/NftEscrowSubmit.dto.js +0 -37
  114. package/dist/src/domain/model/nft-escrow/dtos/NftEscrowSubmit.dto.js.map +0 -1
  115. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.d.ts +0 -16
  116. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js +0 -7
  117. package/dist/src/domain/model/paystream-tx/entities/CheckoutStatus.js.map +0 -1
  118. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.d.ts +0 -5
  119. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js +0 -8
  120. package/dist/src/domain/model/prepare-invoice/entities/PrepareInvoice.js.map +0 -1
  121. package/dist/src/domain/model/prepare-refund/entities/index.d.ts +0 -0
  122. package/dist/src/domain/model/prepare-refund/entities/index.js +0 -1
  123. package/dist/src/domain/model/prepare-refund/entities/index.js.map +0 -1
  124. package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.d.ts +0 -4
  125. package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js +0 -8
  126. package/dist/src/domain/model/prepare-stream/entities/FundingTokenPayload.js.map +0 -1
  127. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.d.ts +0 -5
  128. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js +0 -7
  129. package/dist/src/domain/model/prepare-transaction/entities/PrepareSwapTransaction.js.map +0 -1
  130. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.d.ts +0 -5
  131. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js +0 -8
  132. package/dist/src/domain/model/prepare-transaction/entities/PrepareTransaction.js.map +0 -1
  133. package/dist/src/domain/model/refund/dtos/refund.dto.d.ts +0 -7
  134. package/dist/src/domain/model/refund/dtos/refund.dto.js +0 -39
  135. package/dist/src/domain/model/refund/dtos/refund.dto.js.map +0 -1
  136. package/dist/src/domain/model/report/entities/ReportItem.d.ts +0 -37
  137. package/dist/src/domain/model/report/entities/ReportItem.js +0 -7
  138. package/dist/src/domain/model/report/entities/ReportItem.js.map +0 -1
  139. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.d.ts +0 -4
  140. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js +0 -8
  141. package/dist/src/domain/model/token-quoting/entities/TokenQuoting.js.map +0 -1
  142. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.d.ts +0 -4
  143. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js +0 -8
  144. package/dist/src/domain/model/token-swap/entities/SwapRouteToken.js.map +0 -1
  145. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.d.ts +0 -16
  146. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js +0 -26
  147. package/dist/src/domain/model/transaction-meta/entities/BaseTransactionMeta.js.map +0 -1
  148. package/dist/src/domain/model/user/dtos/updateUserKyc.dto.d.ts +0 -3
  149. package/dist/src/domain/model/user/dtos/updateUserKyc.dto.js +0 -22
  150. package/dist/src/domain/model/user/dtos/updateUserKyc.dto.js.map +0 -1
  151. package/dist/src/domain/model/user/entities/BaseUser.d.ts +0 -9
  152. package/dist/src/domain/model/user/entities/BaseUser.js +0 -8
  153. package/dist/src/domain/model/user/entities/BaseUser.js.map +0 -1
  154. package/dist/src/domain/model/wallet/entities/BaseWallet.d.ts +0 -5
  155. package/dist/src/domain/model/wallet/entities/BaseWallet.js +0 -8
  156. package/dist/src/domain/model/wallet/entities/BaseWallet.js.map +0 -1
  157. package/dist/src/domain/model/wallet/entities/Wallet.d.ts +0 -7
  158. package/dist/src/domain/model/wallet/entities/Wallet.js +0 -8
  159. package/dist/src/domain/model/wallet/entities/Wallet.js.map +0 -1
  160. package/dist/src/domain/model/wallet/entities/WalletDetails.d.ts +0 -4
  161. package/dist/src/domain/model/wallet/entities/WalletDetails.js +0 -8
  162. package/dist/src/domain/model/wallet/entities/WalletDetails.js.map +0 -1
  163. /package/dist/src/domain/model/nft-drop/constants/{NftDropState.d.ts → nftDropState.d.ts} +0 -0
  164. /package/dist/src/domain/model/nft-drop/constants/{NftDropState.js → nftDropState.js} +0 -0
  165. /package/dist/src/domain/model/nft-drop/constants/{NftDropState.js.map → nftDropState.js.map} +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.269",
4
+ "version": "0.1.270",
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": "502949bc56eaf2ab19590e9c43bfdd58cec77a35"
29
+ "gitHead": "c29cd0ee56a797ea8421e304d2d5864ca701a33e"
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,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,3 +0,0 @@
1
- export declare class NftDropDto {
2
- mintAddresses: string[];
3
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"NftDrop.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-drop/dtos/NftDrop.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAE9E,MAAa,UAAU;CAMtB;AALC;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,4BAAU,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iDACH;AAL1B,gCAMC"}
@@ -1,5 +0,0 @@
1
- export declare class NftEscrowCancelDto {
2
- ownerPK: string;
3
- paymentRequestId: string;
4
- mintAddress: string;
5
- }
@@ -1,32 +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.NftEscrowCancelDto = void 0;
13
- const class_validator_1 = require("class-validator");
14
- class NftEscrowCancelDto {
15
- }
16
- __decorate([
17
- (0, class_validator_1.IsString)(),
18
- (0, class_validator_1.IsNotEmpty)(),
19
- __metadata("design:type", String)
20
- ], NftEscrowCancelDto.prototype, "ownerPK", void 0);
21
- __decorate([
22
- (0, class_validator_1.IsString)(),
23
- (0, class_validator_1.IsNotEmpty)(),
24
- __metadata("design:type", String)
25
- ], NftEscrowCancelDto.prototype, "paymentRequestId", void 0);
26
- __decorate([
27
- (0, class_validator_1.IsString)(),
28
- (0, class_validator_1.IsNotEmpty)(),
29
- __metadata("design:type", String)
30
- ], NftEscrowCancelDto.prototype, "mintAddress", void 0);
31
- exports.NftEscrowCancelDto = NftEscrowCancelDto;
32
- //# sourceMappingURL=NftEscrowCancel.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NftEscrowCancel.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/NftEscrowCancel.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,kBAAkB;CAY9B;AAXC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACO;AAXtB,gDAYC"}
@@ -1,7 +0,0 @@
1
- export declare class NftEscrowCreateDto {
2
- price: string;
3
- ownerPK: string;
4
- escrowAccountPK: string;
5
- mintAddress: string;
6
- currencyMintAddress: string;
7
- }
@@ -1,43 +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.NftEscrowCreateDto = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
- const class_validator_1 = require("class-validator");
15
- class NftEscrowCreateDto {
16
- }
17
- __decorate([
18
- (0, class_validator_1.IsNotEmpty)(),
19
- (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
20
- __metadata("design:type", String)
21
- ], NftEscrowCreateDto.prototype, "price", void 0);
22
- __decorate([
23
- (0, class_validator_1.IsString)(),
24
- (0, class_validator_1.IsNotEmpty)(),
25
- __metadata("design:type", String)
26
- ], NftEscrowCreateDto.prototype, "ownerPK", void 0);
27
- __decorate([
28
- (0, class_validator_1.IsString)(),
29
- (0, class_validator_1.IsNotEmpty)(),
30
- __metadata("design:type", String)
31
- ], NftEscrowCreateDto.prototype, "escrowAccountPK", void 0);
32
- __decorate([
33
- (0, class_validator_1.IsString)(),
34
- (0, class_validator_1.IsNotEmpty)(),
35
- __metadata("design:type", String)
36
- ], NftEscrowCreateDto.prototype, "mintAddress", void 0);
37
- __decorate([
38
- (0, class_validator_1.IsString)(),
39
- (0, class_validator_1.IsNotEmpty)(),
40
- __metadata("design:type", String)
41
- ], NftEscrowCreateDto.prototype, "currencyMintAddress", void 0);
42
- exports.NftEscrowCreateDto = NftEscrowCreateDto;
43
- //# sourceMappingURL=NftEscrowCreate.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NftEscrowCreate.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/NftEscrowCreate.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,qDAAuD;AAEvD,MAAa,kBAAkB;CAoB9B;AAnBC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;iDAC1B;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACW;AAExB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+DACe;AAnB9B,gDAoBC"}
@@ -1,6 +0,0 @@
1
- export declare class NftEscrowSubmitDto {
2
- signedTransaction: string;
3
- paymentRequestId: string;
4
- transactionToken?: string;
5
- escrowAccountPK?: string;
6
- }
@@ -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.NftEscrowSubmitDto = void 0;
13
- const class_validator_1 = require("class-validator");
14
- class NftEscrowSubmitDto {
15
- }
16
- __decorate([
17
- (0, class_validator_1.IsString)(),
18
- (0, class_validator_1.IsNotEmpty)(),
19
- __metadata("design:type", String)
20
- ], NftEscrowSubmitDto.prototype, "signedTransaction", void 0);
21
- __decorate([
22
- (0, class_validator_1.IsString)(),
23
- (0, class_validator_1.IsNotEmpty)(),
24
- __metadata("design:type", String)
25
- ], NftEscrowSubmitDto.prototype, "paymentRequestId", void 0);
26
- __decorate([
27
- (0, class_validator_1.IsString)(),
28
- (0, class_validator_1.IsOptional)(),
29
- __metadata("design:type", String)
30
- ], NftEscrowSubmitDto.prototype, "transactionToken", void 0);
31
- __decorate([
32
- (0, class_validator_1.IsString)(),
33
- (0, class_validator_1.IsOptional)(),
34
- __metadata("design:type", String)
35
- ], NftEscrowSubmitDto.prototype, "escrowAccountPK", void 0);
36
- exports.NftEscrowSubmitDto = NftEscrowSubmitDto;
37
- //# sourceMappingURL=NftEscrowSubmit.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NftEscrowSubmit.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/dtos/NftEscrowSubmit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmE;AAEnE,MAAa,kBAAkB;CAgB9B;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACa;AAE1B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACY;AAf3B,gDAgBC"}
@@ -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,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":""}
@@ -1,4 +0,0 @@
1
- import { TokenStreamPayload } from '../../../../../../src/domain/model/prepare-stream/entities/TokenStreamPayload.entity';
2
- export declare class FundingTokenPayload extends TokenStreamPayload {
3
- intervalCount: number;
4
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FundingTokenPayload = void 0;
4
- const TokenStreamPayload_1 = require("./TokenStreamPayload");
5
- class FundingTokenPayload extends TokenStreamPayload_1.TokenStreamPayload {
6
- }
7
- exports.FundingTokenPayload = FundingTokenPayload;
8
- //# sourceMappingURL=FundingTokenPayload.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FundingTokenPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-stream/entities/FundingTokenPayload.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAE1D,MAAa,mBAAoB,SAAQ,uCAAkB;CAE1D;AAFD,kDAEC"}
@@ -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,7 +0,0 @@
1
- import { TransactionStatus } from '../../transaction-meta';
2
- export declare class RefundDto {
3
- transactionSignature: string;
4
- transactionStatus: TransactionStatus;
5
- amount: bigint;
6
- currency: string;
7
- }