@heliofi/common 0.1.329 → 0.1.330

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 (71) hide show
  1. package/dist/src/domain/model/balance/entities/balance.entity.d.ts +5 -0
  2. package/dist/src/domain/model/balance/entities/balance.entity.js +8 -0
  3. package/dist/src/domain/model/balance/entities/balance.entity.js.map +1 -0
  4. package/dist/src/domain/model/balance/entities/currencyBalance.d.ts +4 -0
  5. package/dist/src/domain/model/balance/entities/currencyBalance.js +7 -0
  6. package/dist/src/domain/model/balance/entities/currencyBalance.js.map +1 -0
  7. package/dist/src/domain/model/balance/entities/index.d.ts +2 -0
  8. package/dist/src/domain/model/balance/entities/index.js +19 -0
  9. package/dist/src/domain/model/balance/entities/index.js.map +1 -0
  10. package/dist/src/domain/model/balance/index.d.ts +1 -0
  11. package/dist/src/domain/model/{helio-wallet/dtos → balance}/index.js +1 -1
  12. package/dist/src/domain/model/balance/index.js.map +1 -0
  13. package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.d.ts +4 -0
  14. package/dist/src/domain/model/{helio-wallet/dtos/getFloorPrices.dto.js → discordAuthProperties/dtos/discordAuthProperties.dto.js} +13 -10
  15. package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.js.map +1 -0
  16. package/dist/src/domain/model/discordAuthProperties/dtos/index.d.ts +1 -0
  17. package/dist/src/domain/model/{helio-wallet/entities → discordAuthProperties/dtos}/index.js +1 -1
  18. package/dist/src/domain/model/discordAuthProperties/dtos/index.js.map +1 -0
  19. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.d.ts +5 -0
  20. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js +8 -0
  21. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js.map +1 -0
  22. package/dist/src/domain/model/discordAuthProperties/entities/index.d.ts +1 -0
  23. package/dist/src/domain/model/discordAuthProperties/entities/index.js +18 -0
  24. package/dist/src/domain/model/discordAuthProperties/entities/index.js.map +1 -0
  25. package/dist/src/domain/model/discordAuthProperties/index.js.map +1 -0
  26. package/dist/src/domain/model/index.d.ts +1 -1
  27. package/dist/src/domain/model/index.js +1 -1
  28. package/dist/src/domain/model/index.js.map +1 -1
  29. package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +12 -0
  30. package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js → prepare-transaction/entities/TokenTransactionPayload.js} +6 -6
  31. package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +1 -0
  32. package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.d.ts +6 -0
  33. package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js +8 -0
  34. package/dist/src/domain/model/wallet/entities/BTCPaymentAddress.js.map +1 -0
  35. package/dist/tsconfig.tsbuildinfo +1 -1
  36. package/package.json +2 -2
  37. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.d.ts +0 -3
  38. package/dist/src/domain/model/helio-wallet/dtos/getFloorPrices.dto.js.map +0 -1
  39. package/dist/src/domain/model/helio-wallet/dtos/index.d.ts +0 -1
  40. package/dist/src/domain/model/helio-wallet/dtos/index.js.map +0 -1
  41. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.d.ts +0 -3
  42. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js +0 -24
  43. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js.map +0 -1
  44. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.d.ts +0 -3
  45. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js +0 -24
  46. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js.map +0 -1
  47. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.d.ts +0 -5
  48. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map +0 -1
  49. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.d.ts +0 -5
  50. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.js +0 -22
  51. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndNftAddress.entity.js.map +0 -1
  52. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.d.ts +0 -5
  53. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js +0 -22
  54. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map +0 -1
  55. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.d.ts +0 -5
  56. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.d.ts +0 -5
  57. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js +0 -22
  58. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map +0 -1
  59. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js +0 -8
  60. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js.map +0 -1
  61. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.d.ts +0 -5
  62. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.d.ts +0 -5
  63. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js +0 -8
  64. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js.map +0 -1
  65. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js +0 -8
  66. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js.map +0 -1
  67. package/dist/src/domain/model/helio-wallet/entities/index.d.ts +0 -1
  68. package/dist/src/domain/model/helio-wallet/entities/index.js.map +0 -1
  69. package/dist/src/domain/model/helio-wallet/index.js.map +0 -1
  70. /package/dist/src/domain/model/{helio-wallet → discordAuthProperties}/index.d.ts +0 -0
  71. /package/dist/src/domain/model/{helio-wallet → discordAuthProperties}/index.js +0 -0
@@ -0,0 +1,5 @@
1
+ import { Entity } from '../../entity';
2
+ import { CurrencyBalance } from './currencyBalance';
3
+ export declare class Balance extends Entity {
4
+ currencies: CurrencyBalance[];
5
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Balance = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class Balance extends entity_1.Entity {
6
+ }
7
+ exports.Balance = Balance;
8
+ //# sourceMappingURL=balance.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"balance.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/balance/entities/balance.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,OAAQ,SAAQ,eAAM;CAElC;AAFD,0BAEC"}
@@ -0,0 +1,4 @@
1
+ export declare class CurrencyBalance {
2
+ symbol: string;
3
+ balance: string;
4
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CurrencyBalance = void 0;
4
+ class CurrencyBalance {
5
+ }
6
+ exports.CurrencyBalance = CurrencyBalance;
7
+ //# sourceMappingURL=currencyBalance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currencyBalance.js","sourceRoot":"","sources":["../../../../../../src/domain/model/balance/entities/currencyBalance.ts"],"names":[],"mappings":";;;AAAA,MAAa,eAAe;CAI3B;AAJD,0CAIC"}
@@ -0,0 +1,2 @@
1
+ export * from './balance.entity';
2
+ export * from './currencyBalance';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./balance.entity"), exports);
18
+ __exportStar(require("./currencyBalance"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/balance/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,oDAAkC"}
@@ -0,0 +1 @@
1
+ export * from './entities';
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./getFloorPrices.dto"), exports);
17
+ __exportStar(require("./entities"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/balance/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -0,0 +1,4 @@
1
+ export declare class DiscordAuthPropertiesDto {
2
+ serverId: string;
3
+ roleId: string;
4
+ }
@@ -9,16 +9,19 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.GetFloorPricesDto = void 0;
12
+ exports.DiscordAuthPropertiesDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class GetFloorPricesDto {
14
+ class DiscordAuthPropertiesDto {
15
15
  }
16
16
  __decorate([
17
- (0, class_validator_1.IsArray)(),
18
- (0, class_validator_1.ArrayMinSize)(1),
19
- (0, class_validator_1.IsString)({ each: true }),
20
- (0, class_validator_1.IsNotEmpty)({ each: true }),
21
- __metadata("design:type", Array)
22
- ], GetFloorPricesDto.prototype, "mintAddresses", void 0);
23
- exports.GetFloorPricesDto = GetFloorPricesDto;
24
- //# sourceMappingURL=getFloorPrices.dto.js.map
17
+ (0, class_validator_1.IsString)(),
18
+ (0, class_validator_1.IsNotEmpty)(),
19
+ __metadata("design:type", String)
20
+ ], DiscordAuthPropertiesDto.prototype, "serverId", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsString)(),
23
+ (0, class_validator_1.IsNotEmpty)(),
24
+ __metadata("design:type", String)
25
+ ], DiscordAuthPropertiesDto.prototype, "roleId", void 0);
26
+ exports.DiscordAuthPropertiesDto = DiscordAuthPropertiesDto;
27
+ //# sourceMappingURL=discordAuthProperties.dto.js.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1 @@
1
+ export * from './discordAuthProperties.dto';
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./CollectionsFloorPriceAndNftAddress.entity"), exports);
17
+ __exportStar(require("./discordAuthProperties.dto"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordAuthProperties/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C"}
@@ -0,0 +1,5 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class DiscordAuthProperties extends Entity {
3
+ serverId: string;
4
+ roleId: string;
5
+ }
@@ -0,0 +1,8 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1 @@
1
+ export * from './DiscordAuthProperties';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./DiscordAuthProperties"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/discordAuthProperties/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/discordAuthProperties/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
@@ -81,4 +81,4 @@ export * from './prepare-helio-wallet-transaction';
81
81
  export * from './submit-helio-wallet-transaction';
82
82
  export * from './helio-wallet-tx';
83
83
  export * from './trading-view-details';
84
- export * from './helio-wallet';
84
+ export * from './balance';
@@ -97,5 +97,5 @@ __exportStar(require("./prepare-helio-wallet-transaction"), exports);
97
97
  __exportStar(require("./submit-helio-wallet-transaction"), exports);
98
98
  __exportStar(require("./helio-wallet-tx"), exports);
99
99
  __exportStar(require("./trading-view-details"), exports);
100
- __exportStar(require("./helio-wallet"), exports);
100
+ __exportStar(require("./balance"), exports);
101
101
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,yDAAuC;AACvC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,qEAAmD;AACnD,oEAAkD;AAClD,oDAAkC;AAClC,yDAAuC;AACvC,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,2CAAyB;AACzB,2CAAyB;AACzB,qDAAmC;AACnC,yDAAuC;AACvC,qDAAmC;AACnC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,oDAAkC;AAClC,6DAA2C;AAC3C,+CAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,wDAAsC;AACtC,4CAA0B;AAC1B,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,2CAAyB;AACzB,iDAA+B;AAC/B,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,+CAA6B;AAC7B,uDAAqC;AACrC,mDAAiC;AACjC,4CAA0B;AAC1B,kDAAgC;AAChC,kDAAgC;AAChC,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,4CAA0B;AAC1B,wDAAsC;AACtC,kDAAgC;AAChC,mDAAiC;AACjC,4CAA0B;AAC1B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC;AACjC,kDAAgC;AAChC,wCAAsB;AACtB,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,4DAA0C;AAC1C,gEAA8C;AAC9C,+DAA6C;AAC7C,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,4CAA0B;AAC1B,mDAAiC;AACjC,mDAAiC;AACjC,2CAAyB;AACzB,kDAAgC;AAChC,2DAAyC;AACzC,6CAA2B;AAC3B,mDAAiC;AACjC,+CAA6B;AAC7B,uDAAqC;AACrC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,qEAAmD;AACnD,oEAAkD;AAClD,oDAAkC;AAClC,yDAAuC;AACvC,4CAA0B"}
@@ -0,0 +1,12 @@
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
+ }
@@ -9,14 +9,14 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.CollectionsFloorPriceAndAddress = void 0;
12
+ exports.TokenTransactionPayload = void 0;
13
13
  const class_transformer_1 = require("class-transformer");
14
14
  const entity_1 = require("../../entity");
15
- class CollectionsFloorPriceAndAddress extends entity_1.Entity {
15
+ class TokenTransactionPayload extends entity_1.Entity {
16
16
  }
17
17
  __decorate([
18
18
  (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
19
- __metadata("design:type", BigInt)
20
- ], CollectionsFloorPriceAndAddress.prototype, "floorPrice", void 0);
21
- exports.CollectionsFloorPriceAndAddress = CollectionsFloorPriceAndAddress;
22
- //# sourceMappingURL=CollectionsFloorPriceAndAddress.entity.js.map
19
+ __metadata("design:type", String)
20
+ ], TokenTransactionPayload.prototype, "finalAmount", void 0);
21
+ exports.TokenTransactionPayload = TokenTransactionPayload;
22
+ //# sourceMappingURL=TokenTransactionPayload.js.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,6 @@
1
+ import { Entity } from '../../entity';
2
+ import { BTCPaymentAddressVersion } from './BTCPaymentAddressVersion';
3
+ export declare class BTCPaymentAddress extends Entity {
4
+ address: string;
5
+ version?: BTCPaymentAddressVersion;
6
+ }
@@ -0,0 +1,8 @@
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
@@ -0,0 +1 @@
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"}