@heliofi/common 0.2.279 → 0.2.281
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/audit/explorer/constants/ExplorerAuditAction.d.ts +1 -0
- package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditAction.js +1 -0
- package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditAction.js.map +1 -1
- package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditActionType.js +1 -0
- package/dist/src/domain/model/audit/explorer/constants/ExplorerAuditActionType.js.map +1 -1
- package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.entity.d.ts +1 -0
- package/dist/src/domain/model/blockchainEngine/entities/BlockchainEngine.entity.js.map +1 -1
- package/dist/src/domain/model/company/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/company/dtos/index.js +1 -0
- package/dist/src/domain/model/company/dtos/index.js.map +1 -1
- package/dist/src/domain/model/company/dtos/updateCompanyBetaFeatures.dto.d.ts +4 -0
- package/dist/src/domain/model/company/dtos/updateCompanyBetaFeatures.dto.js +24 -0
- package/dist/src/domain/model/company/dtos/updateCompanyBetaFeatures.dto.js.map +1 -0
- package/dist/src/domain/model/company/entities/BaseCompany.entity.d.ts +2 -0
- package/dist/src/domain/model/company/entities/BaseCompany.entity.js.map +1 -1
- package/dist/src/domain/model/currency/entities/SlimCurrencyWithPopulatedBlockchain.entity.d.ts +5 -0
- package/dist/src/domain/model/currency/entities/SlimCurrencyWithPopulatedBlockchain.entity.js +3 -0
- package/dist/src/domain/model/currency/entities/SlimCurrencyWithPopulatedBlockchain.entity.js.map +1 -0
- package/dist/src/domain/model/currency/entities/index.d.ts +1 -0
- package/dist/src/domain/model/currency/entities/index.js +1 -0
- package/dist/src/domain/model/currency/entities/index.js.map +1 -1
- package/dist/src/domain/model/feature-flags/entities/BetaFeature.entity.d.ts +2 -1
- package/dist/src/domain/model/feature-flags/entities/BetaFeature.entity.js +1 -0
- package/dist/src/domain/model/feature-flags/entities/BetaFeature.entity.js.map +1 -1
- package/dist/src/domain/model/hypercore/entities/HyperCoreLedgerEntry.d.ts +1 -0
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawal.dto.d.ts +1 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawal.dto.js +0 -1
- package/dist/src/domain/model/withdraw/dtos/preparedWithdrawal.dto.js.map +1 -1
- package/dist/src/domain/model/withdraw/entities/PublicWithdrawalConfig.entity.d.ts +2 -2
- package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoute.entity.d.ts +2 -2
- package/dist/src/domain/model/withdraw/entities/WithdrawalCustomerSwapRoutesResponse.entity.d.ts +2 -2
- package/dist/src/domain/services/PublicKeyService.d.ts +2 -0
- package/dist/src/domain/services/PublicKeyService.js +20 -0
- package/dist/src/domain/services/PublicKeyService.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.281",
|
|
5
5
|
"description": "Common package",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"typescript": "5.*"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "18476e105a76dabf84098b12ed713547edc66eb0"
|
|
36
36
|
}
|