@heliofi/common 0.1.330 → 0.1.331
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/helio-wallet/dtos/getFloorPrices.dto.d.ts +3 -0
- package/dist/src/domain/model/{discordAuthProperties/dtos/discordAuthProperties.dto.js → helio-wallet/dtos/getFloorPrices.dto.js} +10 -13
- 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/{discordAuthProperties/entities → helio-wallet/dtos}/index.js +1 -1
- package/dist/src/domain/model/helio-wallet/dtos/index.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.d.ts +3 -0
- package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js +24 -0
- package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.d.ts +3 -0
- package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js +24 -0
- package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.d.ts +5 -0
- package/dist/src/domain/model/{prepare-transaction/entities/TokenTransactionPayload.js → helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js} +6 -6
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.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/CollectionsFloorPricesByAddress.entity.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js +22 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js +22 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js +8 -0
- package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.d.ts +5 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js +8 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js +8 -0
- package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/entities/index.d.ts +1 -0
- package/dist/src/domain/model/{discordAuthProperties/dtos → helio-wallet/entities}/index.js +1 -1
- package/dist/src/domain/model/helio-wallet/entities/index.js.map +1 -0
- package/dist/src/domain/model/helio-wallet/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/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.d.ts +0 -4
- package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.js.map +0 -1
- package/dist/src/domain/model/discordAuthProperties/dtos/index.d.ts +0 -1
- package/dist/src/domain/model/discordAuthProperties/dtos/index.js.map +0 -1
- package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.d.ts +0 -5
- package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js +0 -8
- package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js.map +0 -1
- package/dist/src/domain/model/discordAuthProperties/entities/index.d.ts +0 -1
- package/dist/src/domain/model/discordAuthProperties/entities/index.js.map +0 -1
- package/dist/src/domain/model/discordAuthProperties/index.js.map +0 -1
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +0 -12
- package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +0 -1
- 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/{discordAuthProperties → helio-wallet}/index.d.ts +0 -0
- /package/dist/src/domain/model/{discordAuthProperties → helio-wallet}/index.js +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.331",
|
|
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": "c7252bbeb125e2defc0bd71361ecde8e04e51ccd"
|
|
30
30
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"discordAuthProperties.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,wBAAwB;CAQpC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACE;AAPjB,4DAQC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './discordAuthProperties.dto';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordAuthProperties/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DiscordAuthProperties = void 0;
|
|
4
|
-
const entity_1 = require("../../entity");
|
|
5
|
-
class DiscordAuthProperties extends entity_1.Entity {
|
|
6
|
-
}
|
|
7
|
-
exports.DiscordAuthProperties = DiscordAuthProperties;
|
|
8
|
-
//# sourceMappingURL=DiscordAuthProperties.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DiscordAuthProperties.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,qBAAsB,SAAQ,eAAM;CAIhD;AAJD,sDAIC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './DiscordAuthProperties';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordAuthProperties/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/discordAuthProperties/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { EventName } from '@heliofi/evm-adapter';
|
|
2
|
-
import { Entity } from '../../entity';
|
|
3
|
-
import { FeeProperties } from '../../fee';
|
|
4
|
-
export declare class TokenTransactionPayload extends Entity {
|
|
5
|
-
finalAmount?: string;
|
|
6
|
-
hash: string;
|
|
7
|
-
paymentRequestId: string;
|
|
8
|
-
feeProperties: FeeProperties;
|
|
9
|
-
sessionHash?: string;
|
|
10
|
-
eventName?: EventName;
|
|
11
|
-
transactionDbId?: string;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TokenTransactionPayload.js","sourceRoot":"","sources":["../../../../../../src/domain/model/prepare-transaction/entities/TokenTransactionPayload.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,yDAA8C;AAC9C,yCAAsC;AAGtC,MAAa,uBAAwB,SAAQ,eAAM;CAelD;AAdC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;4DACnB;AAFvB,0DAeC"}
|
|
@@ -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
|