@heliofi/common 0.1.370 → 0.1.372

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 (151) hide show
  1. package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.d.ts +4 -0
  2. package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.js +8 -0
  3. package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.js.map +1 -0
  4. package/dist/src/domain/model/auth/dtos/AccessCodeAuth.dto.d.ts +1 -1
  5. package/dist/src/domain/model/auth/dtos/AccessCodeAuth.dto.js +3 -3
  6. package/dist/src/domain/model/auth/dtos/AccessCodeAuth.dto.js.map +1 -1
  7. package/dist/src/domain/model/auth/dtos/BitcoinSignOn.dto.d.ts +1 -1
  8. package/dist/src/domain/model/auth/dtos/BitcoinSignOn.dto.js +4 -4
  9. package/dist/src/domain/model/auth/dtos/BitcoinSignOn.dto.js.map +1 -1
  10. package/dist/src/domain/model/auth/dtos/DiscordAuth.dto.d.ts +1 -1
  11. package/dist/src/domain/model/auth/dtos/DiscordAuth.dto.js +3 -3
  12. package/dist/src/domain/model/auth/dtos/DiscordAuth.dto.js.map +1 -1
  13. package/dist/src/domain/model/auth/dtos/EVMSignOn.dto.d.ts +1 -1
  14. package/dist/src/domain/model/auth/dtos/EVMSignOn.dto.js +4 -4
  15. package/dist/src/domain/model/auth/dtos/EVMSignOn.dto.js.map +1 -1
  16. package/dist/src/domain/model/auth/dtos/accessCodeAuth.dto.d.ts +3 -0
  17. package/dist/src/domain/model/auth/dtos/accessCodeAuth.dto.js +8 -0
  18. package/dist/src/domain/model/auth/dtos/accessCodeAuth.dto.js.map +1 -0
  19. package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.d.ts +7 -0
  20. package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.js +38 -0
  21. package/dist/src/domain/model/auth/dtos/baseCheckoutAuth.dto.js.map +1 -0
  22. package/dist/src/domain/model/auth/dtos/bitcoinSignOn.dto.d.ts +9 -0
  23. package/dist/src/domain/model/auth/dtos/bitcoinSignOn.dto.js +41 -0
  24. package/dist/src/domain/model/auth/dtos/bitcoinSignOn.dto.js.map +1 -0
  25. package/dist/src/domain/model/auth/dtos/btcProperties.dto.d.ts +4 -0
  26. package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js → auth/dtos/btcProperties.dto.js} +14 -9
  27. package/dist/src/domain/model/auth/dtos/btcProperties.dto.js.map +1 -0
  28. package/dist/src/domain/model/auth/dtos/discordAuth.dto.d.ts +3 -0
  29. package/dist/src/domain/model/auth/dtos/discordAuth.dto.js +8 -0
  30. package/dist/src/domain/model/auth/dtos/discordAuth.dto.js.map +1 -0
  31. package/dist/src/domain/model/auth/dtos/evmMessage.dto.d.ts +9 -0
  32. package/dist/src/domain/model/auth/dtos/evmMessage.dto.js +52 -0
  33. package/dist/src/domain/model/auth/dtos/evmMessage.dto.js.map +1 -0
  34. package/dist/src/domain/model/auth/dtos/evmSignOn.dto.d.ts +7 -0
  35. package/dist/src/domain/model/auth/dtos/evmSignOn.dto.js +36 -0
  36. package/dist/src/domain/model/auth/dtos/evmSignOn.dto.js.map +1 -0
  37. package/dist/src/domain/model/auth/dtos/signOnWeb3authSocialNetwork.dto.d.ts +5 -0
  38. package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js → auth/dtos/signOnWeb3authSocialNetwork.dto.js} +15 -9
  39. package/dist/src/domain/model/auth/dtos/signOnWeb3authSocialNetwork.dto.js.map +1 -0
  40. package/dist/src/domain/model/auth/dtos/storeTwitterToken.dto.d.ts +4 -0
  41. package/dist/src/domain/model/auth/dtos/storeTwitterToken.dto.js +27 -0
  42. package/dist/src/domain/model/auth/dtos/storeTwitterToken.dto.js.map +1 -0
  43. package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.d.ts +9 -0
  44. package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.js +52 -0
  45. package/dist/src/domain/model/contactAddress/dtos/contactAddress.dto.js.map +1 -0
  46. package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.d.ts +4 -0
  47. package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.js +27 -0
  48. package/dist/src/domain/model/discord-auth-details/dtos/discordAuthDetails.dto.js.map +1 -0
  49. package/dist/src/domain/model/discordDetails/entities/BaseDiscordDetails.d.ts +2 -0
  50. package/dist/src/domain/model/discordDetails/entities/BaseDiscordDetails.js.map +1 -1
  51. package/dist/src/domain/model/discordDetails/entities/DiscordRole.d.ts +4 -0
  52. package/dist/src/domain/model/discordDetails/entities/DiscordRole.js +7 -0
  53. package/dist/src/domain/model/discordDetails/entities/DiscordRole.js.map +1 -0
  54. package/dist/src/domain/model/discordDetails/entities/index.d.ts +1 -0
  55. package/dist/src/domain/model/discordDetails/entities/index.js +1 -0
  56. package/dist/src/domain/model/discordDetails/entities/index.js.map +1 -1
  57. package/dist/src/domain/model/email/dtos/Email.dto.d.ts +24 -0
  58. package/dist/src/domain/model/email/dtos/Email.dto.js +123 -0
  59. package/dist/src/domain/model/email/dtos/Email.dto.js.map +1 -0
  60. package/dist/src/domain/model/email/dtos/EmailInvoice.dto.d.ts +17 -0
  61. package/dist/src/domain/model/email/dtos/EmailInvoice.dto.js +88 -0
  62. package/dist/src/domain/model/email/dtos/EmailInvoice.dto.js.map +1 -0
  63. package/dist/src/domain/model/email/dtos/EmailTopUp.dto.d.ts +22 -0
  64. package/dist/src/domain/model/email/dtos/EmailTopUp.dto.js +117 -0
  65. package/dist/src/domain/model/email/dtos/EmailTopUp.dto.js.map +1 -0
  66. package/dist/src/domain/model/email/dtos/emailClaimFailure.dto.d.ts +4 -0
  67. package/dist/src/domain/model/email/dtos/emailClaimFailure.dto.js +27 -0
  68. package/dist/src/domain/model/email/dtos/emailClaimFailure.dto.js.map +1 -0
  69. package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.d.ts +5 -0
  70. package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.js +32 -0
  71. package/dist/src/domain/model/email/dtos/emailClaimRequest.dto.js.map +1 -0
  72. package/dist/src/domain/model/email/dtos/emailClaimSuccess.dto.d.ts +3 -0
  73. package/dist/src/domain/model/{helio-wallet/dtos/providersCollectionIds.dto.js → email/dtos/emailClaimSuccess.dto.js} +8 -10
  74. package/dist/src/domain/model/email/dtos/emailClaimSuccess.dto.js.map +1 -0
  75. package/dist/src/domain/model/escrow-transaction/dtos/escrowTransactionMeta.dto.d.ts +6 -0
  76. package/dist/src/domain/model/escrow-transaction/dtos/escrowTransactionMeta.dto.js +33 -0
  77. package/dist/src/domain/model/escrow-transaction/dtos/escrowTransactionMeta.dto.js.map +1 -0
  78. package/dist/src/domain/model/evm-transaction-monitoring/dtos/createEvmTransactionMonitoring.dto.d.ts +7 -0
  79. package/dist/src/domain/model/evm-transaction-monitoring/dtos/createEvmTransactionMonitoring.dto.js +42 -0
  80. package/dist/src/domain/model/evm-transaction-monitoring/dtos/createEvmTransactionMonitoring.dto.js.map +1 -0
  81. package/dist/src/domain/model/fee/dtos/FeeDto.d.ts +1 -1
  82. package/dist/src/domain/model/fee/dtos/FeeDto.js +6 -6
  83. package/dist/src/domain/model/fee/dtos/FeeDto.js.map +1 -1
  84. package/dist/src/domain/model/fee/dtos/feeDetailsDto.d.ts +4 -0
  85. package/dist/src/domain/model/{helio-wallet/dtos/providerCollectionsIds.dto.js → fee/dtos/feeDetailsDto.js} +13 -10
  86. package/dist/src/domain/model/fee/dtos/feeDetailsDto.js.map +1 -0
  87. package/dist/src/domain/model/fee/dtos/feeDto.d.ts +8 -0
  88. package/dist/src/domain/model/fee/dtos/feeDto.js +48 -0
  89. package/dist/src/domain/model/fee/dtos/feeDto.js.map +1 -0
  90. package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.d.ts +6 -0
  91. package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.js +34 -0
  92. package/dist/src/domain/model/helio-play/dtos/helioPlayProperties.dto.js.map +1 -0
  93. package/dist/src/domain/model/media/dtos/mediaProperties.dto.d.ts +5 -0
  94. package/dist/src/domain/model/media/dtos/mediaProperties.dto.js +27 -0
  95. package/dist/src/domain/model/media/dtos/mediaProperties.dto.js.map +1 -0
  96. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +1 -1
  97. package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.d.ts +5 -0
  98. package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.js +8 -0
  99. package/dist/src/domain/model/paylink-tx/entities/PaylinkClaim.js.map +1 -0
  100. package/dist/src/domain/model/prepare-payment-request/dtos/preparePaymentRequest.dto.d.ts +4 -0
  101. package/dist/src/domain/model/prepare-payment-request/dtos/preparePaymentRequest.dto.js +27 -0
  102. package/dist/src/domain/model/prepare-payment-request/dtos/preparePaymentRequest.dto.js.map +1 -0
  103. package/dist/src/domain/model/recipient/dtos/recipient.dto.d.ts +4 -0
  104. package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js → recipient/dtos/recipient.dto.js} +14 -9
  105. package/dist/src/domain/model/recipient/dtos/recipient.dto.js.map +1 -0
  106. package/dist/src/domain/model/trading-view-details/dtos/tradingViewDetails.dto.d.ts +5 -0
  107. package/dist/src/domain/model/trading-view-details/dtos/tradingViewDetails.dto.js +32 -0
  108. package/dist/src/domain/model/trading-view-details/dtos/tradingViewDetails.dto.js.map +1 -0
  109. package/dist/src/domain/model/trading-view-details/dtos/tradingViewIndicator.dto.d.ts +5 -0
  110. package/dist/src/domain/model/trading-view-details/dtos/tradingViewIndicator.dto.js +32 -0
  111. package/dist/src/domain/model/trading-view-details/dtos/tradingViewIndicator.dto.js.map +1 -0
  112. package/dist/src/domain/model/transaction/dtos/baseCreateTransaction.dto.d.ts +4 -0
  113. package/dist/src/domain/model/transaction/dtos/baseCreateTransaction.dto.js +7 -0
  114. package/dist/src/domain/model/transaction/dtos/baseCreateTransaction.dto.js.map +1 -0
  115. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.d.ts +6 -0
  116. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js +33 -0
  117. package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js.map +1 -0
  118. package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.d.ts +5 -0
  119. package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.js +28 -0
  120. package/dist/src/domain/model/wallet/dtos/btcPaymentAddress.dto.js.map +1 -0
  121. package/dist/src/domain/model/wallet/dtos/btcProperties.dto.d.ts +4 -0
  122. package/dist/src/domain/model/wallet/dtos/btcProperties.dto.js +27 -0
  123. package/dist/src/domain/model/wallet/dtos/btcProperties.dto.js.map +1 -0
  124. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.d.ts +6 -0
  125. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js +31 -0
  126. package/dist/src/domain/model/webhook/paylink-transaction-hook/dtos/createPaylinkTransactionHook.dto.js.map +1 -0
  127. package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.d.ts +6 -0
  128. package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.js +31 -0
  129. package/dist/src/domain/model/webhook/stream-transaction-hook/dtos/createStreamTransactionHook.dto.js.map +1 -0
  130. package/dist/tsconfig.tsbuildinfo +1 -1
  131. package/jest.config.js +0 -1
  132. package/package.json +2 -2
  133. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.d.ts +0 -3
  134. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js.map +0 -1
  135. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.d.ts +0 -3
  136. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js.map +0 -1
  137. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.d.ts +0 -5
  138. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map +0 -1
  139. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.d.ts +0 -5
  140. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map +0 -1
  141. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.d.ts +0 -5
  142. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.d.ts +0 -5
  143. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map +0 -1
  144. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js +0 -8
  145. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js.map +0 -1
  146. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.d.ts +0 -5
  147. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.d.ts +0 -5
  148. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js +0 -8
  149. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js.map +0 -1
  150. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js +0 -8
  151. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js.map +0 -1
package/jest.config.js CHANGED
@@ -1,6 +1,5 @@
1
1
  /** @type {import('ts-jest').JestConfigWithTsJest} */
2
2
  module.exports = {
3
3
  preset: 'ts-jest',
4
-
5
4
  testEnvironment: 'node',
6
5
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heliofi/common",
3
3
  "private": false,
4
- "version": "0.1.370",
4
+ "version": "0.1.372",
5
5
  "description": "Common package",
6
6
  "main": "dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -28,5 +28,5 @@
28
28
  "ts-loader": "^9.3.1",
29
29
  "typescript": "^4.8.2"
30
30
  },
31
- "gitHead": "8466673b0e0879afb3e2844257fc09dadf4e76ab"
31
+ "gitHead": "6e1c3b4c5093606339a62c1c2ed6567d17917df6"
32
32
  }
@@ -1,3 +0,0 @@
1
- export declare class ProviderCollectionsIdsDto {
2
- mintAddresses?: string[];
3
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"providerCollectionsIds.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAE9E,MAAa,yBAAyB;CAMrC;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;;gEACF;AAL3B,8DAMC"}
@@ -1,3 +0,0 @@
1
- export declare class ProvidersCollectionIdsDto {
2
- mintAddresses?: string[];
3
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"providersCollectionIds.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8E;AAE9E,MAAa,yBAAyB;CAMrC;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;;gEACF;AAL3B,8DAMC"}
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class CollectionsFloorPriceAndAddress extends Entity {
3
- floorPrice: bigint;
4
- address: string;
5
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"CollectionsFloorPriceAndAddress.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAEtC,MAAa,+BAAgC,SAAQ,eAAM;CAK1D;AAJC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mEACrB;AAFrB,0EAKC"}
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class CollectionsFloorPricesByAddress extends Entity {
3
- floorPrice: bigint;
4
- address: string;
5
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"CollectionsFloorPricesByAddress.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAEtC,MAAa,+BAAgC,SAAQ,eAAM;CAK1D;AAJC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;mEACrB;AAFrB,0EAKC"}
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class CollectionsFloorPricesByProvider extends Entity {
3
- providersCollectionId: string;
4
- floorPrice: string;
5
- }
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class CollectionsFloorPricesByProvider extends Entity {
3
- floorPrice: bigint;
4
- providersCollectionId: string;
5
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"CollectionsFloorPricesByProvider.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAEtC,MAAa,gCAAiC,SAAQ,eAAM;CAK3D;AAJC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;oEACrB;AAFrB,4EAKC"}
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CollectionsFloorPricesByProvider = void 0;
4
- const entity_1 = require("../../entity");
5
- class CollectionsFloorPricesByProvider extends entity_1.Entity {
6
- }
7
- exports.CollectionsFloorPricesByProvider = CollectionsFloorPricesByProvider;
8
- //# sourceMappingURL=CollectionsFloorPricesByProvider.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CollectionsFloorPricesByProvider.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,gCAAiC,SAAQ,eAAM;CAI3D;AAJD,4EAIC"}
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class ProvidersCollectionIdAndMintAddress extends Entity {
3
- providersCollectionId: string;
4
- address: string;
5
- }
@@ -1,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class ProvidersCollectionIdAndMintAddress extends Entity {
3
- providersCollectionId: string;
4
- address: string;
5
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProvidersCollectionIdAndMintAddress = void 0;
4
- const entity_1 = require("../../entity");
5
- class ProvidersCollectionIdAndMintAddress extends entity_1.Entity {
6
- }
7
- exports.ProvidersCollectionIdAndMintAddress = ProvidersCollectionIdAndMintAddress;
8
- //# sourceMappingURL=ProvidersCollectionIdsFromMintAddresses.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProvidersCollectionIdsFromMintAddresses.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mCAAoC,SAAQ,eAAM;CAI9D;AAJD,kFAIC"}
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProvidersCollectionIdAndMintAddress = void 0;
4
- const entity_1 = require("../../entity");
5
- class ProvidersCollectionIdAndMintAddress extends entity_1.Entity {
6
- }
7
- exports.ProvidersCollectionIdAndMintAddress = ProvidersCollectionIdAndMintAddress;
8
- //# sourceMappingURL=ProvidersCollectionIdsFromMintAddresses.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProvidersCollectionIdsFromMintAddresses.js","sourceRoot":"","sources":["../../../../../../src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,mCAAoC,SAAQ,eAAM;CAI9D;AAJD,kFAIC"}