@heliofi/common 0.1.331 → 0.1.332-0.1.334.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.
Files changed (123) hide show
  1. package/dist/src/domain/model/affiliates/entities/affiliateDetails.entity.d.ts +4 -0
  2. package/dist/src/domain/model/affiliates/entities/affiliateDetails.entity.js +8 -0
  3. package/dist/src/domain/model/affiliates/entities/affiliateDetails.entity.js.map +1 -0
  4. package/dist/src/domain/model/affiliates/entities/index.d.ts +1 -0
  5. package/dist/src/domain/model/affiliates/entities/index.js +6 -0
  6. package/dist/src/domain/model/affiliates/entities/index.js.map +1 -0
  7. package/dist/src/domain/model/affiliates/index.d.ts +1 -0
  8. package/dist/src/domain/model/affiliates/index.js +18 -0
  9. package/dist/src/domain/model/affiliates/index.js.map +1 -0
  10. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallet.dto.d.ts +4 -0
  11. package/dist/src/domain/model/{helio-wallet/dtos/providerCollectionsIds.dto.js → allowlist/dtos/addAllowlistWallet.dto.js} +13 -10
  12. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallet.dto.js.map +1 -0
  13. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.d.ts +6 -0
  14. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.js +37 -0
  15. package/dist/src/domain/model/allowlist/dtos/addAllowlistWallets.dto.js.map +1 -0
  16. package/dist/src/domain/model/allowlist/dtos/allowlistWallet.dto.d.ts +4 -0
  17. package/dist/src/domain/model/{helio-wallet/dtos/providersCollectionIds.dto.js → allowlist/dtos/allowlistWallet.dto.js} +13 -10
  18. package/dist/src/domain/model/allowlist/dtos/allowlistWallet.dto.js.map +1 -0
  19. package/dist/src/domain/model/allowlist/dtos/index.d.ts +1 -0
  20. package/dist/src/domain/model/allowlist/dtos/index.js +1 -0
  21. package/dist/src/domain/model/allowlist/dtos/index.js.map +1 -1
  22. package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.d.ts +8 -0
  23. package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.js +8 -0
  24. package/dist/src/domain/model/allowlist/entities/AddAllowlistResponse.entity.js.map +1 -0
  25. package/dist/src/domain/model/allowlist/entities/index.d.ts +1 -0
  26. package/dist/src/domain/model/allowlist/entities/index.js +1 -0
  27. package/dist/src/domain/model/allowlist/entities/index.js.map +1 -1
  28. package/dist/src/domain/model/company/dtos/createCompany.dto.d.ts +9 -0
  29. package/dist/src/domain/model/company/dtos/createCompany.dto.js +52 -0
  30. package/dist/src/domain/model/company/dtos/createCompany.dto.js.map +1 -0
  31. package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.d.ts +4 -0
  32. package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js → discordAuthProperties/dtos/discordAuthProperties.dto.js} +14 -9
  33. package/dist/src/domain/model/discordAuthProperties/dtos/discordAuthProperties.dto.js.map +1 -0
  34. package/dist/src/domain/model/discordAuthProperties/dtos/index.d.ts +1 -0
  35. package/dist/src/domain/model/discordAuthProperties/dtos/index.js +18 -0
  36. package/dist/src/domain/model/discordAuthProperties/dtos/index.js.map +1 -0
  37. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.d.ts +5 -0
  38. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js +8 -0
  39. package/dist/src/domain/model/discordAuthProperties/entities/DiscordAuthProperties.js.map +1 -0
  40. package/dist/src/domain/model/discordAuthProperties/entities/index.d.ts +1 -0
  41. package/dist/src/domain/model/discordAuthProperties/entities/index.js +18 -0
  42. package/dist/src/domain/model/discordAuthProperties/entities/index.js.map +1 -0
  43. package/dist/src/domain/model/discordAuthProperties/index.d.ts +2 -0
  44. package/dist/src/domain/model/discordAuthProperties/index.js +19 -0
  45. package/dist/src/domain/model/discordAuthProperties/index.js.map +1 -0
  46. package/dist/src/domain/model/index.d.ts +1 -0
  47. package/dist/src/domain/model/index.js +1 -0
  48. package/dist/src/domain/model/index.js.map +1 -1
  49. package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.d.ts +6 -0
  50. package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js → invoice-tx/dtos/createInvoiceTx.dto.js} +21 -7
  51. package/dist/src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.js.map +1 -0
  52. package/dist/src/domain/model/invoice-tx/dtos/index.d.ts +1 -0
  53. package/dist/src/domain/model/invoice-tx/dtos/index.js +18 -0
  54. package/dist/src/domain/model/invoice-tx/dtos/index.js.map +1 -0
  55. package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.d.ts +8 -0
  56. package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js +46 -0
  57. package/dist/src/domain/model/paylink-tx/dtos/createPaylinkTx.dto.js.map +1 -0
  58. package/dist/src/domain/model/paylink-tx/dtos/index.d.ts +2 -0
  59. package/dist/src/domain/model/paylink-tx/dtos/index.js +19 -0
  60. package/dist/src/domain/model/paylink-tx/dtos/index.js.map +1 -0
  61. package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.d.ts +4 -0
  62. package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js +30 -0
  63. package/dist/src/domain/model/paylink-tx/dtos/updatePaylinkTx.dto.js.map +1 -0
  64. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +1 -0
  65. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +5 -0
  66. package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +1 -1
  67. package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.d.ts +1 -0
  68. package/dist/src/domain/model/payment-request-features/entities/PaymentRequestFeatures.js.map +1 -1
  69. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.d.ts +11 -0
  70. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.js +57 -0
  71. package/dist/src/domain/model/paystream-tx/dtos/createPaystreamTx.dto.js.map +1 -0
  72. package/dist/src/domain/model/paystream-tx/dtos/index.d.ts +2 -0
  73. package/dist/src/domain/model/paystream-tx/dtos/index.js +19 -0
  74. package/dist/src/domain/model/paystream-tx/dtos/index.js.map +1 -0
  75. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.d.ts +7 -0
  76. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.js +44 -0
  77. package/dist/src/domain/model/paystream-tx/dtos/updatePaystreamTx.dto.js.map +1 -0
  78. package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.d.ts +12 -0
  79. package/dist/src/domain/model/{helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js → prepare-transaction/entities/TokenTransactionPayload.js} +6 -6
  80. package/dist/src/domain/model/prepare-transaction/entities/TokenTransactionPayload.js.map +1 -0
  81. package/dist/src/domain/model/refund/dtos/createRefund.dto.d.ts +9 -0
  82. package/dist/src/domain/model/refund/dtos/createRefund.dto.js +46 -0
  83. package/dist/src/domain/model/refund/dtos/createRefund.dto.js.map +1 -0
  84. package/dist/src/domain/model/refund/dtos/index.d.ts +1 -0
  85. package/dist/src/domain/model/refund/dtos/index.js +18 -0
  86. package/dist/src/domain/model/refund/dtos/index.js.map +1 -0
  87. package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.d.ts +21 -0
  88. package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js +97 -0
  89. package/dist/src/domain/model/transaction-meta/dtos/createTransactionMeta.dto.js.map +1 -0
  90. package/dist/src/domain/model/transaction-meta/dtos/index.d.ts +2 -0
  91. package/dist/src/domain/model/transaction-meta/dtos/index.js +19 -0
  92. package/dist/src/domain/model/transaction-meta/dtos/index.js.map +1 -0
  93. package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.d.ts +6 -0
  94. package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js +33 -0
  95. package/dist/src/domain/model/transaction-meta/dtos/updateTransactionMeta.dto.js.map +1 -0
  96. package/dist/src/domain/services/AmountService.js +3 -1
  97. package/dist/src/domain/services/AmountService.js.map +1 -1
  98. package/dist/src/domain/services/BitcoinExplorerService.d.ts +4 -0
  99. package/dist/src/domain/services/BitcoinExplorerService.js +14 -0
  100. package/dist/src/domain/services/BitcoinExplorerService.js.map +1 -0
  101. package/dist/src/domain/services/BlockchainExplorerService.js +3 -0
  102. package/dist/src/domain/services/BlockchainExplorerService.js.map +1 -1
  103. package/dist/tsconfig.tsbuildinfo +1 -1
  104. package/package.json +2 -2
  105. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.d.ts +0 -3
  106. package/dist/src/domain/model/helio-wallet/dtos/providerCollectionsIds.dto.js.map +0 -1
  107. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.d.ts +0 -3
  108. package/dist/src/domain/model/helio-wallet/dtos/providersCollectionIds.dto.js.map +0 -1
  109. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.d.ts +0 -5
  110. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPriceAndAddress.entity.js.map +0 -1
  111. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.d.ts +0 -5
  112. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByAddress.entity.js.map +0 -1
  113. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.d.ts +0 -5
  114. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.d.ts +0 -5
  115. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.entity.js.map +0 -1
  116. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js +0 -8
  117. package/dist/src/domain/model/helio-wallet/entities/CollectionsFloorPricesByProvider.js.map +0 -1
  118. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.d.ts +0 -5
  119. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.d.ts +0 -5
  120. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js +0 -8
  121. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.entity.js.map +0 -1
  122. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js +0 -8
  123. package/dist/src/domain/model/helio-wallet/entities/ProvidersCollectionIdsFromMintAddresses.js.map +0 -1
@@ -0,0 +1,4 @@
1
+ import { Entity } from '../../entity';
2
+ export declare class AffiliateDetails extends Entity {
3
+ bps: number;
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AffiliateDetails = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class AffiliateDetails extends entity_1.Entity {
6
+ }
7
+ exports.AffiliateDetails = AffiliateDetails;
8
+ //# sourceMappingURL=affiliateDetails.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"affiliateDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/affiliates/entities/affiliateDetails.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAEtC,MAAa,gBAAiB,SAAQ,eAAM;CAE3C;AAFD,4CAEC"}
@@ -0,0 +1 @@
1
+ export { AffiliateDetails } from './affiliateDetails.entity';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AffiliateDetails = void 0;
4
+ var affiliateDetails_entity_1 = require("./affiliateDetails.entity");
5
+ Object.defineProperty(exports, "AffiliateDetails", { enumerable: true, get: function () { return affiliateDetails_entity_1.AffiliateDetails; } });
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/affiliates/entities/index.ts"],"names":[],"mappings":";;;AAAA,qEAA6D;AAApD,2HAAA,gBAAgB,OAAA"}
@@ -0,0 +1 @@
1
+ export * from './entities';
@@ -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("./entities"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/affiliates/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
@@ -0,0 +1,4 @@
1
+ export declare class AddAllowlistWalletDto {
2
+ publicKey: string;
3
+ maxAllowedQuantity?: number;
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.ProviderCollectionsIdsDto = void 0;
12
+ exports.AddAllowlistWalletDto = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class ProviderCollectionsIdsDto {
14
+ class AddAllowlistWalletDto {
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
- ], ProviderCollectionsIdsDto.prototype, "mintAddresses", void 0);
23
- exports.ProviderCollectionsIdsDto = ProviderCollectionsIdsDto;
24
- //# sourceMappingURL=providerCollectionsIds.dto.js.map
17
+ (0, class_validator_1.IsString)(),
18
+ (0, class_validator_1.IsNotEmpty)(),
19
+ __metadata("design:type", String)
20
+ ], AddAllowlistWalletDto.prototype, "publicKey", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsNumber)(),
23
+ (0, class_validator_1.IsOptional)(),
24
+ __metadata("design:type", Number)
25
+ ], AddAllowlistWalletDto.prototype, "maxAllowedQuantity", void 0);
26
+ exports.AddAllowlistWalletDto = AddAllowlistWalletDto;
27
+ //# sourceMappingURL=addAllowlistWallet.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addAllowlistWallet.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/dtos/addAllowlistWallet.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6E;AAE7E,MAAa,qBAAqB;CAQjC;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;wDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACe;AAP9B,sDAQC"}
@@ -0,0 +1,6 @@
1
+ import { AllowlistWallet } from './allowlistWallet.dto';
2
+ export declare class AddAllowlistWalletsDto {
3
+ prId: string;
4
+ prType: string;
5
+ wallets: AllowlistWallet[];
6
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.AddAllowlistWalletsDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const class_transformer_1 = require("class-transformer");
15
+ const payment_request_1 = require("../../payment-request");
16
+ const allowlistWallet_dto_1 = require("./allowlistWallet.dto");
17
+ class AddAllowlistWalletsDto {
18
+ }
19
+ __decorate([
20
+ (0, class_validator_1.IsString)(),
21
+ (0, class_validator_1.IsNotEmpty)(),
22
+ __metadata("design:type", String)
23
+ ], AddAllowlistWalletsDto.prototype, "prId", void 0);
24
+ __decorate([
25
+ (0, class_validator_1.IsEnum)(payment_request_1.PaymentRequestType),
26
+ (0, class_validator_1.IsNotEmpty)(),
27
+ __metadata("design:type", String)
28
+ ], AddAllowlistWalletsDto.prototype, "prType", void 0);
29
+ __decorate([
30
+ (0, class_validator_1.IsArray)(),
31
+ (0, class_validator_1.ArrayMinSize)(1),
32
+ (0, class_transformer_1.Type)(() => allowlistWallet_dto_1.AllowlistWallet),
33
+ (0, class_validator_1.ValidateNested)({ each: true }),
34
+ __metadata("design:type", Array)
35
+ ], AddAllowlistWalletsDto.prototype, "wallets", void 0);
36
+ exports.AddAllowlistWalletsDto = AddAllowlistWalletsDto;
37
+ //# sourceMappingURL=addAllowlistWallets.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addAllowlistWallets.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/dtos/addAllowlistWallets.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAyC;AACzC,2DAA2D;AAC3D,+DAAwD;AAExD,MAAa,sBAAsB;CAclC;AAbC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACA;AAEb;IAAC,IAAA,wBAAM,EAAC,oCAAkB,CAAC;IAC1B,IAAA,4BAAU,GAAE;;sDACE;AAEf;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAe,CAAC;IAC3B,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;uDACJ;AAb7B,wDAcC"}
@@ -0,0 +1,4 @@
1
+ export declare class AllowlistWallet {
2
+ publicKey: string;
3
+ maxAllowedQuantity?: number;
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.ProvidersCollectionIdsDto = void 0;
12
+ exports.AllowlistWallet = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class ProvidersCollectionIdsDto {
14
+ class AllowlistWallet {
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
- ], ProvidersCollectionIdsDto.prototype, "mintAddresses", void 0);
23
- exports.ProvidersCollectionIdsDto = ProvidersCollectionIdsDto;
24
- //# sourceMappingURL=providersCollectionIds.dto.js.map
17
+ (0, class_validator_1.IsString)(),
18
+ (0, class_validator_1.IsNotEmpty)(),
19
+ __metadata("design:type", String)
20
+ ], AllowlistWallet.prototype, "publicKey", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsNumber)(),
23
+ (0, class_validator_1.IsOptional)(),
24
+ __metadata("design:type", Number)
25
+ ], AllowlistWallet.prototype, "maxAllowedQuantity", void 0);
26
+ exports.AllowlistWallet = AllowlistWallet;
27
+ //# sourceMappingURL=allowlistWallet.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allowlistWallet.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/dtos/allowlistWallet.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6E;AAE7E,MAAa,eAAe;CAQ3B;AAPC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACK;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACe;AAP9B,0CAQC"}
@@ -1 +1,2 @@
1
1
  export * from './uploadAllowlistCSV.dto';
2
+ export * from './addAllowlistWallets.dto';
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./uploadAllowlistCSV.dto"), exports);
18
+ __exportStar(require("./addAllowlistWallets.dto"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,4DAA0C"}
@@ -0,0 +1,8 @@
1
+ import { Entity } from '../../entity';
2
+ import { AllowlistWallet } from './AllowlistWallet';
3
+ export declare class AddAllowlistResponse extends Entity {
4
+ id: string;
5
+ prId: string;
6
+ prType: string;
7
+ wallets: AllowlistWallet[];
8
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AddAllowlistResponse = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class AddAllowlistResponse extends entity_1.Entity {
6
+ }
7
+ exports.AddAllowlistResponse = AddAllowlistResponse;
8
+ //# sourceMappingURL=AddAllowlistResponse.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddAllowlistResponse.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/entities/AddAllowlistResponse.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,oBAAqB,SAAQ,eAAM;CAQ/C;AARD,oDAQC"}
@@ -1,3 +1,4 @@
1
1
  export * from './Allowlist';
2
2
  export * from './AllowlistWallet';
3
3
  export * from './AllowlistResponse';
4
+ export * from './AddAllowlistResponse.entity';
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./Allowlist"), exports);
18
18
  __exportStar(require("./AllowlistWallet"), exports);
19
19
  __exportStar(require("./AllowlistResponse"), exports);
20
+ __exportStar(require("./AddAllowlistResponse.entity"), exports);
20
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,oDAAkC;AAClC,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/allowlist/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,oDAAkC;AAClC,sDAAoC;AACpC,gEAA8C"}
@@ -0,0 +1,9 @@
1
+ export declare class CreateCompanyDto {
2
+ name?: string;
3
+ email?: string;
4
+ logo?: string;
5
+ websiteUrl?: string;
6
+ discordUsername?: string;
7
+ address?: string;
8
+ phoneNumber?: string;
9
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CreateCompanyDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class CreateCompanyDto {
15
+ }
16
+ __decorate([
17
+ (0, class_validator_1.IsString)(),
18
+ (0, class_validator_1.IsOptional)(),
19
+ __metadata("design:type", String)
20
+ ], CreateCompanyDto.prototype, "name", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsString)(),
23
+ (0, class_validator_1.IsOptional)(),
24
+ __metadata("design:type", String)
25
+ ], CreateCompanyDto.prototype, "email", void 0);
26
+ __decorate([
27
+ (0, class_validator_1.IsOptional)(),
28
+ (0, class_validator_1.IsString)(),
29
+ __metadata("design:type", String)
30
+ ], CreateCompanyDto.prototype, "logo", void 0);
31
+ __decorate([
32
+ (0, class_validator_1.IsOptional)(),
33
+ (0, class_validator_1.IsString)(),
34
+ __metadata("design:type", String)
35
+ ], CreateCompanyDto.prototype, "websiteUrl", void 0);
36
+ __decorate([
37
+ (0, class_validator_1.IsOptional)(),
38
+ (0, class_validator_1.IsString)(),
39
+ __metadata("design:type", String)
40
+ ], CreateCompanyDto.prototype, "discordUsername", void 0);
41
+ __decorate([
42
+ (0, class_validator_1.IsOptional)(),
43
+ (0, class_validator_1.IsString)(),
44
+ __metadata("design:type", String)
45
+ ], CreateCompanyDto.prototype, "address", void 0);
46
+ __decorate([
47
+ (0, class_validator_1.IsOptional)(),
48
+ (0, class_validator_1.IsString)(),
49
+ __metadata("design:type", String)
50
+ ], CreateCompanyDto.prototype, "phoneNumber", void 0);
51
+ exports.CreateCompanyDto = CreateCompanyDto;
52
+ //# sourceMappingURL=createCompany.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createCompany.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/company/dtos/createCompany.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,gBAAgB;CA4B5B;AA3BC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACC;AAEd;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACE;AAEf;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8CACG;AAEd;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oDACS;AAEpB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;yDACc;AAEzB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACM;AAEjB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AA3BvB,4CA4BC"}
@@ -0,0 +1,4 @@
1
+ export declare class DiscordAuthPropertiesDto {
2
+ serverId: string;
3
+ roleId: string;
4
+ }
@@ -9,14 +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.CollectionsFloorPricesByAddress = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
- const entity_1 = require("../../entity");
15
- class CollectionsFloorPricesByAddress extends entity_1.Entity {
12
+ exports.DiscordAuthPropertiesDto = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class DiscordAuthPropertiesDto {
16
15
  }
17
16
  __decorate([
18
- (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
19
- __metadata("design:type", BigInt)
20
- ], CollectionsFloorPricesByAddress.prototype, "floorPrice", void 0);
21
- exports.CollectionsFloorPricesByAddress = CollectionsFloorPricesByAddress;
22
- //# sourceMappingURL=CollectionsFloorPricesByAddress.entity.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';
@@ -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.dto"), exports);
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,2 @@
1
+ export * from './dtos';
2
+ export * from './entities';
@@ -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("./dtos"), exports);
18
+ __exportStar(require("./entities"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/discordAuthProperties/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
@@ -83,3 +83,4 @@ export * from './helio-wallet-tx';
83
83
  export * from './trading-view-details';
84
84
  export * from './helio-wallet';
85
85
  export * from './balance';
86
+ export * from './affiliates';
@@ -99,4 +99,5 @@ __exportStar(require("./helio-wallet-tx"), exports);
99
99
  __exportStar(require("./trading-view-details"), exports);
100
100
  __exportStar(require("./helio-wallet"), exports);
101
101
  __exportStar(require("./balance"), exports);
102
+ __exportStar(require("./affiliates"), exports);
102
103
  //# 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;AAC/B,4CAA0B"}
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;AAC/B,4CAA0B;AAC1B,+CAA6B"}
@@ -0,0 +1,6 @@
1
+ import { CreateTransactionMetaDto } from '../../transaction-meta';
2
+ export declare class CreateInvoiceTxDto {
3
+ meta: CreateTransactionMetaDto;
4
+ invoice: string;
5
+ fee?: string;
6
+ }
@@ -9,14 +9,28 @@ 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.CollectionsFloorPricesByProvider = void 0;
12
+ exports.CreateInvoiceTxDto = void 0;
13
13
  const class_transformer_1 = require("class-transformer");
14
- const entity_1 = require("../../entity");
15
- class CollectionsFloorPricesByProvider extends entity_1.Entity {
14
+ const class_validator_1 = require("class-validator");
15
+ const transaction_meta_1 = require("../../transaction-meta");
16
+ class CreateInvoiceTxDto {
16
17
  }
17
18
  __decorate([
19
+ (0, class_validator_1.IsString)(),
20
+ (0, class_validator_1.IsNotEmpty)(),
21
+ (0, class_transformer_1.Type)(() => transaction_meta_1.CreateTransactionMetaDto),
22
+ (0, class_validator_1.ValidateNested)(),
23
+ __metadata("design:type", transaction_meta_1.CreateTransactionMetaDto)
24
+ ], CreateInvoiceTxDto.prototype, "meta", void 0);
25
+ __decorate([
26
+ (0, class_validator_1.IsString)(),
27
+ (0, class_validator_1.IsNotEmpty)(),
28
+ __metadata("design:type", String)
29
+ ], CreateInvoiceTxDto.prototype, "invoice", void 0);
30
+ __decorate([
31
+ (0, class_validator_1.IsOptional)(),
18
32
  (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
19
- __metadata("design:type", BigInt)
20
- ], CollectionsFloorPricesByProvider.prototype, "floorPrice", void 0);
21
- exports.CollectionsFloorPricesByProvider = CollectionsFloorPricesByProvider;
22
- //# sourceMappingURL=CollectionsFloorPricesByProvider.entity.js.map
33
+ __metadata("design:type", String)
34
+ ], CreateInvoiceTxDto.prototype, "fee", void 0);
35
+ exports.CreateInvoiceTxDto = CreateInvoiceTxDto;
36
+ //# sourceMappingURL=createInvoiceTx.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createInvoiceTx.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/dtos/createInvoiceTx.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAoD;AACpD,qDAKyB;AACzB,6DAAkE;AAElE,MAAa,kBAAkB;CAc9B;AAbC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,2CAAwB,CAAC;IACpC,IAAA,gCAAc,GAAE;8BACX,2CAAwB;gDAAC;AAE/B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACG;AAEhB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;+CAC3B;AAbf,gDAcC"}
@@ -0,0 +1 @@
1
+ export * from './createInvoiceTx.dto';
@@ -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("./createInvoiceTx.dto"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
@@ -0,0 +1,8 @@
1
+ import { CreateTransactionMetaDto } from '../../transaction-meta';
2
+ export declare class CreatePaylinkTxDto {
3
+ meta: CreateTransactionMetaDto;
4
+ paylink: string;
5
+ quantity: number;
6
+ fee?: string;
7
+ discountCodes?: string[];
8
+ }