@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.
Files changed (59) hide show
  1. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.d.ts +3 -0
  2. package/dist/src/domain/model/{discordAuthProperties/dtos/discordAuthProperties.dto.js → helio-wallet/dtos/getFloorPrices.dto.js} +10 -13
  3. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.js.map +1 -0
  4. package/dist/src/domain/model/helio-wallet/dtos/index.d.ts +1 -0
  5. package/dist/src/domain/model/{discordAuthProperties/entities → helio-wallet/dtos}/index.js +1 -1
  6. package/dist/src/domain/model/helio-wallet/dtos/index.js.map +1 -0
  7. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.d.ts +3 -0
  8. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js +24 -0
  9. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js.map +1 -0
  10. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.d.ts +3 -0
  11. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js +24 -0
  12. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js.map +1 -0
  13. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.d.ts +5 -0
  14. package/dist/src/domain/model/{prepare-transaction/entities/TokenTransactionPayload.js → helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js} +6 -6
  15. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map +1 -0
  16. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.d.ts +5 -0
  17. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.js +22 -0
  18. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.js.map +1 -0
  19. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.d.ts +5 -0
  20. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js +22 -0
  21. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map +1 -0
  22. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.d.ts +5 -0
  23. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.d.ts +5 -0
  24. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js +22 -0
  25. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map +1 -0
  26. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js +8 -0
  27. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js.map +1 -0
  28. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.d.ts +5 -0
  29. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.d.ts +5 -0
  30. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js +8 -0
  31. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js.map +1 -0
  32. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js +8 -0
  33. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js.map +1 -0
  34. package/dist/src/domain/model/helio-wallet/entities/index.d.ts +1 -0
  35. package/dist/src/domain/model/{discordAuthProperties/dtos → helio-wallet/entities}/index.js +1 -1
  36. package/dist/src/domain/model/helio-wallet/entities/index.js.map +1 -0
  37. package/dist/src/domain/model/helio-wallet/index.js.map +1 -0
  38. package/dist/src/domain/model/index.d.ts +1 -0
  39. package/dist/src/domain/model/index.js +1 -0
  40. package/dist/src/domain/model/index.js.map +1 -1
  41. package/dist/tsconfig.tsbuildinfo +1 -1
  42. package/package.json +2 -2
  43. package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.d.ts +0 -4
  44. package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.js.map +0 -1
  45. package/dist/src/domain/model/discordAuthProperties/dtos/index.d.ts +0 -1
  46. package/dist/src/domain/model/discordAuthProperties/dtos/index.js.map +0 -1
  47. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.d.ts +0 -5
  48. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js +0 -8
  49. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js.map +0 -1
  50. package/dist/src/domain/model/discordAuthProperties/entities/index.d.ts +0 -1
  51. package/dist/src/domain/model/discordAuthProperties/entities/index.js.map +0 -1
  52. package/dist/src/domain/model/discordAuthProperties/index.js.map +0 -1
  53. package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +0 -12
  54. package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +0 -1
  55. package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.d.ts +0 -6
  56. package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js +0 -8
  57. package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js.map +0 -1
  58. /package/dist/src/domain/model/{discordAuthProperties → helio-wallet}/index.d.ts +0 -0
  59. /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.330",
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": "bf099b16e5356210271b74a995eceae80975b3cc"
29
+ "gitHead": "c7252bbeb125e2defc0bd71361ecde8e04e51ccd"
30
30
  }
@@ -1,4 +0,0 @@
1
- export declare class DiscordAuthPropertiesDto {
2
- serverId: string;
3
- roleId: string;
4
- }
@@ -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,5 +0,0 @@
1
- import { Entity } from '../../entity';
2
- export declare class DiscordAuthProperties extends Entity {
3
- serverId: string;
4
- roleId: string;
5
- }
@@ -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,6 +0,0 @@
1
- import { Entity } from '../../entity';
2
- import { BTCPaymentAddressVersion } from './BTCPaymentAddressVersion';
3
- export declare class BTCPaymentAddress extends Entity {
4
- address: string;
5
- version?: BTCPaymentAddressVersion;
6
- }
@@ -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"}