@heliofi/common 0.1.331 → 0.1.332-0.1.334.0

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 (123) 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/affiliates/entities/index.d.ts +1 -0
  5. package/dist/src/domain/model/affiliates/entities/index.js +6 -0
  6. package/dist/src/domain/model/affiliates/entities/index.js.map +1 -0
  7. package/dist/src/domain/model/affiliates/index.d.ts +1 -0
  8. package/dist/src/domain/model/affiliates/index.js +18 -0
  9. package/dist/src/domain/model/affiliates/index.js.map +1 -0
  10. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallet.dto.d.ts +4 -0
  11. package/dist/src/domain/model/{helio-wallet/dtos/providerCollectionsIds.dto.js → allowlist/dtos/addAllowlistWallet.dto.js} +13 -10
  12. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallet.dto.js.map +1 -0
  13. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.d.ts +6 -0
  14. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.js +37 -0
  15. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.js.map +1 -0
  16. package/dist/src/domain/model/allowlist/dtos/allowlistWallet.dto.d.ts +4 -0
  17. package/dist/src/domain/model/{helio-wallet/dtos/providersCollectionIds.dto.js → allowlist/dtos/allowlistWallet.dto.js} +13 -10
  18. package/dist/src/domain/model/allowlist/dtos/allowlistWallet.dto.js.map +1 -0
  19. package/dist/src/domain/model/allowlist/dtos/index.d.ts +1 -0
  20. package/dist/src/domain/model/allowlist/dtos/index.js +1 -0
  21. package/dist/src/domain/model/allowlist/dtos/index.js.map +1 -1
  22. package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.d.ts +8 -0
  23. package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.js +8 -0
  24. package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.js.map +1 -0
  25. package/dist/src/domain/model/allowlist/entities/index.d.ts +1 -0
  26. package/dist/src/domain/model/allowlist/entities/index.js +1 -0
  27. package/dist/src/domain/model/allowlist/entities/index.js.map +1 -1
  28. package/dist/src/domain/model/company/dtos/createCompany.dto.d.ts +9 -0
  29. package/dist/src/domain/model/company/dtos/createCompany.dto.js +52 -0
  30. package/dist/src/domain/model/company/dtos/createCompany.dto.js.map +1 -0
  31. package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.d.ts +4 -0
  32. package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js → discordAuthProperties/dtos/discordAuthProperties.dto.js} +14 -9
  33. package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.js.map +1 -0
  34. package/dist/src/domain/model/discordAuthProperties/dtos/index.d.ts +1 -0
  35. package/dist/src/domain/model/discordAuthProperties/dtos/index.js +18 -0
  36. package/dist/src/domain/model/discordAuthProperties/dtos/index.js.map +1 -0
  37. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.d.ts +5 -0
  38. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js +8 -0
  39. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js.map +1 -0
  40. package/dist/src/domain/model/discordAuthProperties/entities/index.d.ts +1 -0
  41. package/dist/src/domain/model/discordAuthProperties/entities/index.js +18 -0
  42. package/dist/src/domain/model/discordAuthProperties/entities/index.js.map +1 -0
  43. package/dist/src/domain/model/discordAuthProperties/index.d.ts +2 -0
  44. package/dist/src/domain/model/discordAuthProperties/index.js +19 -0
  45. package/dist/src/domain/model/discordAuthProperties/index.js.map +1 -0
  46. package/dist/src/domain/model/index.d.ts +1 -0
  47. package/dist/src/domain/model/index.js +1 -0
  48. package/dist/src/domain/model/index.js.map +1 -1
  49. package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.d.ts +6 -0
  50. package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js → invoice-tx/dtos/createInvoiceTx.dto.js} +21 -7
  51. package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js.map +1 -0
  52. package/dist/src/domain/model/invoice-tx/dtos/index.d.ts +1 -0
  53. package/dist/src/domain/model/invoice-tx/dtos/index.js +18 -0
  54. package/dist/src/domain/model/invoice-tx/dtos/index.js.map +1 -0
  55. package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.d.ts +8 -0
  56. package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js +46 -0
  57. package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js.map +1 -0
  58. package/dist/src/domain/model/paylink-tx/dtos/index.d.ts +2 -0
  59. package/dist/src/domain/model/paylink-tx/dtos/index.js +19 -0
  60. package/dist/src/domain/model/paylink-tx/dtos/index.js.map +1 -0
  61. package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.d.ts +4 -0
  62. package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js +30 -0
  63. package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js.map +1 -0
  64. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +1 -0
  65. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +5 -0
  66. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +1 -1
  67. package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.d.ts +1 -0
  68. package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.js.map +1 -1
  69. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.d.ts +11 -0
  70. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.js +57 -0
  71. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.js.map +1 -0
  72. package/dist/src/domain/model/paystream-tx/dtos/index.d.ts +2 -0
  73. package/dist/src/domain/model/paystream-tx/dtos/index.js +19 -0
  74. package/dist/src/domain/model/paystream-tx/dtos/index.js.map +1 -0
  75. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.d.ts +7 -0
  76. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.js +44 -0
  77. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.js.map +1 -0
  78. package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +12 -0
  79. package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js → prepare-transaction/entities/TokenTransactionPayload.js} +6 -6
  80. package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +1 -0
  81. package/dist/src/domain/model/refund/dtos/createRefund.dto.d.ts +9 -0
  82. package/dist/src/domain/model/refund/dtos/createRefund.dto.js +46 -0
  83. package/dist/src/domain/model/refund/dtos/createRefund.dto.js.map +1 -0
  84. package/dist/src/domain/model/refund/dtos/index.d.ts +1 -0
  85. package/dist/src/domain/model/refund/dtos/index.js +18 -0
  86. package/dist/src/domain/model/refund/dtos/index.js.map +1 -0
  87. package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.d.ts +21 -0
  88. package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js +97 -0
  89. package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js.map +1 -0
  90. package/dist/src/domain/model/transaction-meta/dtos/index.d.ts +2 -0
  91. package/dist/src/domain/model/transaction-meta/dtos/index.js +19 -0
  92. package/dist/src/domain/model/transaction-meta/dtos/index.js.map +1 -0
  93. package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.d.ts +6 -0
  94. package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js +33 -0
  95. package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js.map +1 -0
  96. package/dist/src/domain/services/AmountService.js +3 -1
  97. package/dist/src/domain/services/AmountService.js.map +1 -1
  98. package/dist/src/domain/services/BitcoinExplorerService.d.ts +4 -0
  99. package/dist/src/domain/services/BitcoinExplorerService.js +14 -0
  100. package/dist/src/domain/services/BitcoinExplorerService.js.map +1 -0
  101. package/dist/src/domain/services/BlockchainExplorerService.js +3 -0
  102. package/dist/src/domain/services/BlockchainExplorerService.js.map +1 -1
  103. package/dist/tsconfig.tsbuildinfo +1 -1
  104. package/package.json +2 -2
  105. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.d.ts +0 -3
  106. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js.map +0 -1
  107. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.d.ts +0 -3
  108. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js.map +0 -1
  109. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.d.ts +0 -5
  110. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map +0 -1
  111. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.d.ts +0 -5
  112. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map +0 -1
  113. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.d.ts +0 -5
  114. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.d.ts +0 -5
  115. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map +0 -1
  116. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js +0 -8
  117. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js.map +0 -1
  118. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.d.ts +0 -5
  119. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.d.ts +0 -5
  120. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js +0 -8
  121. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js.map +0 -1
  122. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js +0 -8
  123. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js.map +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heliofi/common",
3
3
  "private": false,
4
- "version": "0.1.331",
4
+ "version": "0.1.332-0.1.334.0",
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": "c7252bbeb125e2defc0bd71361ecde8e04e51ccd"
29
+ "gitHead": "259297dd67581e5ffe134f6ae3a32ec88899eb45"
30
30
  }
@@ -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"}