@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.
- package/dist/src/domain/model/affiliates/entities/affiliateDetails.entity.d.ts +4 -0
- package/dist/src/domain/model/affiliates/entities/affiliateDetails.entity.js +8 -0
- package/dist/src/domain/model/affiliates/entities/affiliateDetails.entity.js.map +1 -0
- package/dist/src/domain/model/affiliates/entities/index.d.ts +1 -0
- package/dist/src/domain/model/affiliates/entities/index.js +6 -0
- package/dist/src/domain/model/affiliates/entities/index.js.map +1 -0
- package/dist/src/domain/model/affiliates/index.d.ts +1 -0
- package/dist/src/domain/model/affiliates/index.js +18 -0
- package/dist/src/domain/model/affiliates/index.js.map +1 -0
- package/dist/src/domain/model/allowlist/dtos/addAllowlistWallet.dto.d.ts +4 -0
- package/dist/src/domain/model/{helio-wallet/dtos/providerCollectionsIds.dto.js → allowlist/dtos/addAllowlistWallet.dto.js} +13 -10
- package/dist/src/domain/model/allowlist/dtos/addAllowlistWallet.dto.js.map +1 -0
- package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.d.ts +6 -0
- package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.js +37 -0
- package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.js.map +1 -0
- package/dist/src/domain/model/allowlist/dtos/allowlistWallet.dto.d.ts +4 -0
- package/dist/src/domain/model/{helio-wallet/dtos/providersCollectionIds.dto.js → allowlist/dtos/allowlistWallet.dto.js} +13 -10
- package/dist/src/domain/model/allowlist/dtos/allowlistWallet.dto.js.map +1 -0
- package/dist/src/domain/model/allowlist/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/allowlist/dtos/index.js +1 -0
- package/dist/src/domain/model/allowlist/dtos/index.js.map +1 -1
- package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.d.ts +8 -0
- package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.js +8 -0
- package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.js.map +1 -0
- package/dist/src/domain/model/allowlist/entities/index.d.ts +1 -0
- package/dist/src/domain/model/allowlist/entities/index.js +1 -0
- package/dist/src/domain/model/allowlist/entities/index.js.map +1 -1
- package/dist/src/domain/model/company/dtos/createCompany.dto.d.ts +9 -0
- package/dist/src/domain/model/company/dtos/createCompany.dto.js +52 -0
- package/dist/src/domain/model/company/dtos/createCompany.dto.js.map +1 -0
- package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.d.ts +4 -0
- package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js → discordAuthProperties/dtos/discordAuthProperties.dto.js} +14 -9
- package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.js.map +1 -0
- package/dist/src/domain/model/discordAuthProperties/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/discordAuthProperties/dtos/index.js +18 -0
- package/dist/src/domain/model/discordAuthProperties/dtos/index.js.map +1 -0
- package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.d.ts +5 -0
- package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js +8 -0
- package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js.map +1 -0
- package/dist/src/domain/model/discordAuthProperties/entities/index.d.ts +1 -0
- package/dist/src/domain/model/discordAuthProperties/entities/index.js +18 -0
- package/dist/src/domain/model/discordAuthProperties/entities/index.js.map +1 -0
- package/dist/src/domain/model/discordAuthProperties/index.d.ts +2 -0
- package/dist/src/domain/model/discordAuthProperties/index.js +19 -0
- package/dist/src/domain/model/discordAuthProperties/index.js.map +1 -0
- package/dist/src/domain/model/index.d.ts +1 -0
- package/dist/src/domain/model/index.js +1 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.d.ts +6 -0
- package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js → invoice-tx/dtos/createInvoiceTx.dto.js} +21 -7
- package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js.map +1 -0
- package/dist/src/domain/model/invoice-tx/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/invoice-tx/dtos/index.js +18 -0
- package/dist/src/domain/model/invoice-tx/dtos/index.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.d.ts +8 -0
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js +46 -0
- package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/paylink-tx/dtos/index.js +19 -0
- package/dist/src/domain/model/paylink-tx/dtos/index.js.map +1 -0
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.d.ts +4 -0
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js +30 -0
- package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js.map +1 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +1 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +5 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.d.ts +1 -0
- package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.js.map +1 -1
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.d.ts +11 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.js +57 -0
- package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/paystream-tx/dtos/index.js +19 -0
- package/dist/src/domain/model/paystream-tx/dtos/index.js.map +1 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.d.ts +7 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.js +44 -0
- package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.js.map +1 -0
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +12 -0
- package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js → prepare-transaction/entities/TokenTransactionPayload.js} +6 -6
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +1 -0
- package/dist/src/domain/model/refund/dtos/createRefund.dto.d.ts +9 -0
- package/dist/src/domain/model/refund/dtos/createRefund.dto.js +46 -0
- package/dist/src/domain/model/refund/dtos/createRefund.dto.js.map +1 -0
- package/dist/src/domain/model/refund/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/refund/dtos/index.js +18 -0
- package/dist/src/domain/model/refund/dtos/index.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.d.ts +21 -0
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js +97 -0
- package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/transaction-meta/dtos/index.js +19 -0
- package/dist/src/domain/model/transaction-meta/dtos/index.js.map +1 -0
- package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.d.ts +6 -0
- package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js +33 -0
- package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js.map +1 -0
- package/dist/src/domain/services/AmountService.js +3 -1
- package/dist/src/domain/services/AmountService.js.map +1 -1
- package/dist/src/domain/services/BitcoinExplorerService.d.ts +4 -0
- package/dist/src/domain/services/BitcoinExplorerService.js +14 -0
- package/dist/src/domain/services/BitcoinExplorerService.js.map +1 -0
- package/dist/src/domain/services/BlockchainExplorerService.js +3 -0
- package/dist/src/domain/services/BlockchainExplorerService.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.d.ts +0 -3
- package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.d.ts +0 -3
- package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js +0 -8
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.d.ts +0 -5
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js +0 -8
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js.map +0 -1
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js +0 -8
- 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.
|
|
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": "
|
|
29
|
+
"gitHead": "259297dd67581e5ffe134f6ae3a32ec88899eb45"
|
|
30
30
|
}
|
|
@@ -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 +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"}
|
package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map
DELETED
|
@@ -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"}
|
package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map
DELETED
|
@@ -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"}
|
package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map
DELETED
|
@@ -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,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"}
|
package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js
DELETED
|
@@ -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
|
package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js.map
DELETED
|
@@ -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"}
|