@heliofi/common 0.1.330 → 0.1.332-alpha.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/affiliate/entities/affiliateDetails.entity.d.ts +4 -0
- package/dist/src/domain/model/affiliate/entities/affiliateDetails.entity.js +8 -0
- package/dist/src/domain/model/affiliate/entities/affiliateDetails.entity.js.map +1 -0
- package/dist/src/domain/model/affiliate/entities/index.d.ts +1 -0
- package/dist/src/domain/model/affiliate/entities/index.js +18 -0
- package/dist/src/domain/model/affiliate/entities/index.js.map +1 -0
- package/dist/src/domain/model/affiliate/index.d.ts +1 -0
- package/dist/src/domain/model/affiliate/index.js +18 -0
- package/dist/src/domain/model/affiliate/index.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.d.ts +3 -0
- package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.js +24 -0
- package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/helio-wallet/dtos/index.js +18 -0
- package/dist/src/domain/model/helio-wallet/dtos/index.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.js +22 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/index.d.ts +1 -0
- package/dist/src/domain/model/helio-wallet/entities/index.js +18 -0
- package/dist/src/domain/model/helio-wallet/entities/index.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/index.d.ts +2 -0
- package/dist/src/domain/model/helio-wallet/index.js +19 -0
- package/dist/src/domain/model/helio-wallet/index.js.map +1 -0
- package/dist/src/domain/model/index.d.ts +2 -0
- package/dist/src/domain/model/index.js +2 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.d.ts +1 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +5 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +1 -0
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.js.map +1 -1
- 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/wallet/entities/BTCPaymentAddress.d.ts +0 -6
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js +0 -8
- package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js.map +0 -1
- /package/dist/src/domain/model/allowlist/dtos/{uploadAllowlistCSV.dto.d.ts → UploadAllowlistCSV.dto.d.ts} +0 -0
- /package/dist/src/domain/model/allowlist/dtos/{uploadAllowlistCSV.dto.js → UploadAllowlistCSV.dto.js} +0 -0
- /package/dist/src/domain/model/allowlist/dtos/{uploadAllowlistCSV.dto.js.map → UploadAllowlistCSV.dto.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.
|
|
4
|
+
"version": "0.1.332-alpha.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": "e8327f0fea1f027660bde2351bb75e5dbcc9603a"
|
|
30
30
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BTCPaymentAddress = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class BTCPaymentAddress extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.BTCPaymentAddress = BTCPaymentAddress;
|
|
8
|
-
//# sourceMappingURL=BTCPaymentAddress.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BTCPaymentAddress.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/BTCPaymentAddress.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,iBAAkB,SAAQ,eAAM;CAI5C;AAJD,8CAIC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|