@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
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TokenNftEscrowPayload = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class TokenNftEscrowPayload extends entity_1.Entity {
6
+ }
7
+ exports.TokenNftEscrowPayload = TokenNftEscrowPayload;
8
+ //# sourceMappingURL=TokenNftEscrowPayload.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TokenNftEscrowPayload.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/entities/TokenNftEscrowPayload.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,qBAAsB,SAAQ,eAAM;CAMhD;AAND,sDAMC"}
@@ -0,0 +1 @@
1
+ export * from './TokenNftEscrowPayload.entity';
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./accessCodeAuthProperties.dto"), exports);
17
+ __exportStar(require("./TokenNftEscrowPayload.entity"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/nft-escrow/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/nft-escrow/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
@@ -15,5 +15,5 @@ export declare class PaymentRequestFeaturesDto {
15
15
  canSwapTokens?: boolean;
16
16
  isHelioPlay?: boolean;
17
17
  isTransparentWallet?: boolean;
18
- nftOrTokenDropEnabled?: boolean;
18
+ nftDropEnabled?: boolean;
19
19
  }
@@ -97,6 +97,6 @@ __decorate([
97
97
  (0, class_validator_1.IsBoolean)(),
98
98
  (0, class_validator_1.IsOptional)(),
99
99
  __metadata("design:type", Boolean)
100
- ], PaymentRequestFeaturesDto.prototype, "nftOrTokenDropEnabled", void 0);
100
+ ], PaymentRequestFeaturesDto.prototype, "nftDropEnabled", void 0);
101
101
  exports.PaymentRequestFeaturesDto = PaymentRequestFeaturesDto;
102
102
  //# sourceMappingURL=paymentRequestFeatures.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"paymentRequestFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,yBAAyB;CAoErC;AAnEC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kEACa;AAE1B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uEACkB;AAE/B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACW;AAExB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACS;AAEtB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACiB;AAE9B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wEACmB;AAnElC,8DAoEC"}
1
+ {"version":3,"file":"paymentRequestFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,yBAAyB;CAoErC;AAnEC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;kEACa;AAE1B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yEACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qEACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uEACkB;AAE/B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACW;AAExB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACS;AAEtB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sEACiB;AAE9B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;iEACY;AAnE3B,8DAoEC"}
@@ -17,6 +17,6 @@ export declare class PaymentRequestFeatures extends Entity {
17
17
  requireFixedCurrency: boolean;
18
18
  canSwapTokens: boolean;
19
19
  isTransparentWallet: boolean;
20
- nftOrTokenDropEnabled: boolean;
20
+ nftDropEnabled: boolean;
21
21
  showDiscountCode: boolean;
22
22
  }
@@ -1,3 +1,4 @@
1
1
  export declare enum TransactionType {
2
- REFUND = "REFUND"
2
+ REFUND = "REFUND",
3
+ PAYLINK = "PAYLINK"
3
4
  }
@@ -4,5 +4,6 @@ exports.TransactionType = void 0;
4
4
  var TransactionType;
5
5
  (function (TransactionType) {
6
6
  TransactionType["REFUND"] = "REFUND";
7
+ TransactionType["PAYLINK"] = "PAYLINK";
7
8
  })(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
8
9
  //# sourceMappingURL=TransactionType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TransactionType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/constants/TransactionType.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAEX;AAFD,WAAY,eAAe;IACzB,oCAAiB,CAAA;AACnB,CAAC,EAFW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAE1B"}
1
+ {"version":3,"file":"TransactionType.js","sourceRoot":"","sources":["../../../../../../src/domain/model/transaction-meta/constants/TransactionType.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;AACrB,CAAC,EAHW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAG1B"}