@heliofi/common 0.1.486 → 0.1.488

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 (99) hide show
  1. package/dist/src/domain/constants/raffle.d.ts +0 -0
  2. package/dist/src/domain/constants/raffle.js +0 -0
  3. package/dist/src/domain/constants/raffle.js.map +0 -0
  4. package/dist/src/domain/constants/solanaTransactionVersion.d.ts +0 -0
  5. package/dist/src/domain/constants/solanaTransactionVersion.js +0 -0
  6. package/dist/src/domain/constants/solanaTransactionVersion.js.map +0 -0
  7. package/dist/src/domain/model/charge/dtos/createCharge.dto.d.ts +1 -0
  8. package/dist/src/domain/model/charge/dtos/createCharge.dto.js +5 -0
  9. package/dist/src/domain/model/charge/dtos/createCharge.dto.js.map +1 -1
  10. package/dist/src/domain/model/charge/dtos/index.d.ts +0 -0
  11. package/dist/src/domain/model/charge/dtos/index.js +0 -0
  12. package/dist/src/domain/model/charge/dtos/index.js.map +0 -0
  13. package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromCharge.dto.d.ts +0 -0
  14. package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromCharge.dto.js +0 -0
  15. package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromCharge.dto.js.map +0 -0
  16. package/dist/src/domain/model/charge/dtos/updateCharge.dto.d.ts +1 -1
  17. package/dist/src/domain/model/charge/dtos/updateCharge.dto.js +1 -1
  18. package/dist/src/domain/model/charge/dtos/updateCharge.dto.js.map +1 -1
  19. package/dist/src/domain/model/charge/entities/Charge.entity.d.ts +1 -0
  20. package/dist/src/domain/model/charge/entities/Charge.entity.js +0 -0
  21. package/dist/src/domain/model/charge/entities/Charge.entity.js.map +1 -1
  22. package/dist/src/domain/model/charge/entities/PrepareRequestBodyFromCharge.entity.d.ts +0 -0
  23. package/dist/src/domain/model/charge/entities/PrepareRequestBodyFromCharge.entity.js +0 -0
  24. package/dist/src/domain/model/charge/entities/PrepareRequestBodyFromCharge.entity.js.map +0 -0
  25. package/dist/src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.entity.d.ts +22 -0
  26. package/dist/src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.entity.js +8 -0
  27. package/dist/src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.entity.js.map +1 -0
  28. package/dist/src/domain/model/charge/entities/index.d.ts +0 -0
  29. package/dist/src/domain/model/charge/entities/index.js +0 -0
  30. package/dist/src/domain/model/charge/entities/index.js.map +0 -0
  31. package/dist/src/domain/model/charge/index.d.ts +0 -0
  32. package/dist/src/domain/model/charge/index.js +0 -0
  33. package/dist/src/domain/model/charge/index.js.map +0 -0
  34. package/dist/src/domain/model/integrations-details/dtos/index.d.ts +0 -0
  35. package/dist/src/domain/model/integrations-details/dtos/index.js +0 -0
  36. package/dist/src/domain/model/integrations-details/dtos/index.js.map +0 -0
  37. package/dist/src/domain/model/integrations-details/dtos/integrationDetails.dto.d.ts +0 -0
  38. package/dist/src/domain/model/integrations-details/dtos/integrationDetails.dto.js +0 -0
  39. package/dist/src/domain/model/integrations-details/dtos/integrationDetails.dto.js.map +0 -0
  40. package/dist/src/domain/model/integrations-details/entities/IntegrationDetails.d.ts +0 -0
  41. package/dist/src/domain/model/integrations-details/entities/IntegrationDetails.js +0 -0
  42. package/dist/src/domain/model/integrations-details/entities/IntegrationDetails.js.map +0 -0
  43. package/dist/src/domain/model/integrations-details/entities/index.d.ts +0 -0
  44. package/dist/src/domain/model/integrations-details/entities/index.js +0 -0
  45. package/dist/src/domain/model/integrations-details/entities/index.js.map +0 -0
  46. package/dist/src/domain/model/integrations-details/index.d.ts +0 -0
  47. package/dist/src/domain/model/integrations-details/index.js +0 -0
  48. package/dist/src/domain/model/integrations-details/index.js.map +0 -0
  49. package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.d.ts +1 -0
  50. package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.js.map +1 -1
  51. package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.d.ts +2 -1
  52. package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.js.map +1 -1
  53. package/dist/src/domain/model/raffle-details/dtos/index.d.ts +0 -0
  54. package/dist/src/domain/model/raffle-details/dtos/index.js +0 -0
  55. package/dist/src/domain/model/raffle-details/dtos/index.js.map +0 -0
  56. package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.d.ts +0 -0
  57. package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js +3 -0
  58. package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js.map +1 -1
  59. package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.d.ts +0 -0
  60. package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js +0 -0
  61. package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js.map +0 -0
  62. package/dist/src/domain/model/raffle-details/entities/index.d.ts +0 -0
  63. package/dist/src/domain/model/raffle-details/entities/index.js +0 -0
  64. package/dist/src/domain/model/raffle-details/entities/index.js.map +0 -0
  65. package/dist/src/domain/model/raffle-details/index.d.ts +0 -0
  66. package/dist/src/domain/model/raffle-details/index.js +0 -0
  67. package/dist/src/domain/model/raffle-details/index.js.map +0 -0
  68. package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.d.ts +0 -0
  69. package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.js +1 -1
  70. package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.js.map +1 -1
  71. package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.d.ts +0 -0
  72. package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.js +0 -0
  73. package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.js.map +0 -0
  74. package/dist/src/domain/model/raffle-entry/dtos/index.d.ts +0 -0
  75. package/dist/src/domain/model/raffle-entry/dtos/index.js +0 -0
  76. package/dist/src/domain/model/raffle-entry/dtos/index.js.map +0 -0
  77. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +0 -0
  78. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js +0 -0
  79. package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js.map +0 -0
  80. package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.d.ts +0 -0
  81. package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js +0 -0
  82. package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js.map +0 -0
  83. package/dist/src/domain/model/raffle-entry/entities/index.d.ts +0 -0
  84. package/dist/src/domain/model/raffle-entry/entities/index.js +0 -0
  85. package/dist/src/domain/model/raffle-entry/entities/index.js.map +0 -0
  86. package/dist/src/domain/model/raffle-entry/index.d.ts +0 -0
  87. package/dist/src/domain/model/raffle-entry/index.js +0 -0
  88. package/dist/src/domain/model/raffle-entry/index.js.map +0 -0
  89. package/dist/src/domain/model/transaction-meta/entities/sourceIntegration.enum.d.ts +0 -0
  90. package/dist/src/domain/model/transaction-meta/entities/sourceIntegration.enum.js +0 -0
  91. package/dist/src/domain/model/transaction-meta/entities/sourceIntegration.enum.js.map +0 -0
  92. package/dist/src/domain/model/wallet/entities/WalletOrigin.d.ts +2 -1
  93. package/dist/src/domain/model/wallet/entities/WalletOrigin.js +1 -0
  94. package/dist/src/domain/model/wallet/entities/WalletOrigin.js.map +1 -1
  95. package/dist/src/domain/services/SolanaSerializationService.d.ts +0 -0
  96. package/dist/src/domain/services/SolanaSerializationService.js +0 -0
  97. package/dist/src/domain/services/SolanaSerializationService.js.map +0 -0
  98. package/dist/tsconfig.tsbuildinfo +1 -1
  99. package/package.json +2 -2
File without changes
File without changes
File without changes
@@ -4,4 +4,5 @@ export declare class CreateChargeDto {
4
4
  prepareRequestBody: PrepareTransactionFromChargeDto;
5
5
  requestAmount: bigint;
6
6
  currencySymbol: string;
7
+ redirectUrl?: bigint;
7
8
  }
@@ -36,5 +36,10 @@ __decorate([
36
36
  (0, class_validator_1.IsNotEmpty)(),
37
37
  __metadata("design:type", String)
38
38
  ], CreateChargeDto.prototype, "currencySymbol", void 0);
39
+ __decorate([
40
+ (0, class_validator_1.IsString)(),
41
+ (0, class_validator_1.IsOptional)(),
42
+ __metadata("design:type", BigInt)
43
+ ], CreateChargeDto.prototype, "redirectUrl", void 0);
39
44
  exports.CreateChargeDto = CreateChargeDto;
40
45
  //# sourceMappingURL=createCharge.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createCharge.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/dtos/createCharge.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,yDAAyC;AACzC,yFAAqF;AAErF,MAAa,eAAe;CAiB3B;AAhBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACG;AAEhB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kEAA+B,CAAC;IAC3C,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACG,kEAA+B;2DAAC;AAEpD;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACU;AAhBzB,0CAiBC"}
1
+ {"version":3,"file":"createCharge.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/dtos/createCharge.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAKyB;AACzB,yDAAyC;AACzC,yFAAqF;AAErF,MAAa,eAAe;CAqB3B;AApBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACG;AAEhB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kEAA+B,CAAC;IAC3C,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACG,kEAA+B;2DAAC;AAEpD;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;sDACS;AAEtB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACQ;AApBvB,0CAqBC"}
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  export declare class UpdateChargeDto {
2
- currencySymbol: string;
2
+ currency: string;
3
3
  amount: string;
4
4
  paymentRequestId: string;
5
5
  pricingCurrencyRateToken: string;
@@ -17,7 +17,7 @@ __decorate([
17
17
  (0, class_validator_1.IsString)(),
18
18
  (0, class_validator_1.IsNotEmpty)(),
19
19
  __metadata("design:type", String)
20
- ], UpdateChargeDto.prototype, "currencySymbol", void 0);
20
+ ], UpdateChargeDto.prototype, "currency", void 0);
21
21
  __decorate([
22
22
  (0, class_validator_1.IsString)(),
23
23
  (0, class_validator_1.IsNotEmpty)(),
@@ -1 +1 @@
1
- {"version":3,"file":"updateCharge.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/dtos/updateCharge.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,eAAe;CAgB3B;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACU;AAEvB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACoB;AAfnC,0CAgBC"}
1
+ {"version":3,"file":"updateCharge.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/dtos/updateCharge.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,eAAe;CAgB3B;AAfC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACI;AAEjB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iEACoB;AAfnC,0CAgBC"}
@@ -6,4 +6,5 @@ export declare class Charge extends Entity {
6
6
  requestAmount: bigint;
7
7
  token: string;
8
8
  currencySymbol: string;
9
+ redirectUrl: string;
9
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Charge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/Charge.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,MAAO,SAAQ,eAAM;CAUjC;AAVD,wBAUC"}
1
+ {"version":3,"file":"Charge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/Charge.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,MAAO,SAAQ,eAAM;CAYjC;AAZD,wBAYC"}
@@ -0,0 +1,22 @@
1
+ import { RecipientAndAmount } from '@heliofi/evm-adapter';
2
+ import { Entity } from '../../entity';
3
+ import { TokenQuoteMeta } from '../../transaction-meta';
4
+ import { DiscordUser } from '../../discord-user';
5
+ import { DiscountCode } from '../../discount-codes';
6
+ import { FeeProperties } from '../../fee';
7
+ import { Currency } from '../../currency';
8
+ export declare class ValidatedRequestBodyFromCharge extends Entity {
9
+ amount: bigint;
10
+ currency: Currency;
11
+ publicKey: string;
12
+ paylink: string;
13
+ fee: bigint;
14
+ feeProperties: FeeProperties;
15
+ affiliateAmount: bigint;
16
+ recipientsAndAmounts: RecipientAndAmount[];
17
+ discountCode: DiscountCode;
18
+ decodedDiscordUser: DiscordUser;
19
+ primaryRecipient: RecipientAndAmount;
20
+ remainingRecipientsAndAmounts: RecipientAndAmount[];
21
+ tokenQuote: TokenQuoteMeta;
22
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ValidatedRequestBodyFromCharge = void 0;
4
+ const entity_1 = require("../../entity");
5
+ class ValidatedRequestBodyFromCharge extends entity_1.Entity {
6
+ }
7
+ exports.ValidatedRequestBodyFromCharge = ValidatedRequestBodyFromCharge;
8
+ //# sourceMappingURL=ValidatedRequestBodyFromCharge.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ValidatedRequestBodyFromCharge.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.entity.ts"],"names":[],"mappings":";;;AACA,yCAAsC;AAOtC,MAAa,8BAA+B,SAAQ,eAAM;CA0BzD;AA1BD,wEA0BC"}
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -4,6 +4,7 @@ import { ClaimDetails } from '../../claim-details';
4
4
  export declare class BasePaylinkTx extends Entity {
5
5
  fee?: bigint;
6
6
  id: string;
7
+ paylinkId?: string;
7
8
  quantity: number;
8
9
  createdAt: string;
9
10
  paymentType: PaymentRequestType;
@@ -1 +1 @@
1
- {"version":3,"file":"BasePaylinkTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/BasePaylinkTx.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAItC,MAAa,aAAc,SAAQ,eAAM;CAaxC;AAZC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;0CAC3B;AAFf,sCAaC"}
1
+ {"version":3,"file":"BasePaylinkTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink-tx/entities/BasePaylinkTx.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAItC,MAAa,aAAc,SAAQ,eAAM;CAexC;AAdC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;0CAC3B;AAFf,sCAeC"}
@@ -4,7 +4,7 @@ import { NftDrop } from '../../nft-drop';
4
4
  import { DiscordAuthDetails } from '../../discord-auth-details';
5
5
  import { EventDetails } from '../../event-details';
6
6
  import { CountdownDetails } from '../../countdown-details';
7
- import { Template } from '../../../constants';
7
+ import { Platform, Template } from '../../../constants';
8
8
  export declare class BasePaymentRequest extends Entity {
9
9
  price: bigint;
10
10
  normalizedPrice?: bigint;
@@ -17,6 +17,7 @@ export declare class BasePaymentRequest extends Entity {
17
17
  notifySenderByEmail: boolean;
18
18
  notifyReceiverByEmail: boolean;
19
19
  addDiscordRole: boolean;
20
+ platform: Platform;
20
21
  disabled?: boolean;
21
22
  inactive?: boolean;
22
23
  createdAt?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"BasePaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/BasePaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAQtC,MAAa,kBAAmB,SAAQ,eAAM;CA8C7C;AA7CC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;iDAC1B;AAEd;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;2DACf;AAL3B,gDA8CC"}
1
+ {"version":3,"file":"BasePaymentRequest.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/entities/BasePaymentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAQtC,MAAa,kBAAmB,SAAQ,eAAM;CAgD7C;AA/CC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;iDAC1B;AAEd;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;2DACf;AAL3B,gDAgDC"}
@@ -16,16 +16,19 @@ class RaffleDetailsDto {
16
16
  }
17
17
  __decorate([
18
18
  (0, class_validator_1.IsNumber)(),
19
+ (0, class_validator_1.IsPositive)(),
19
20
  (0, class_validator_1.IsOptional)(),
20
21
  __metadata("design:type", Number)
21
22
  ], RaffleDetailsDto.prototype, "maxEntries", void 0);
22
23
  __decorate([
23
24
  (0, class_validator_1.IsNumber)(),
25
+ (0, class_validator_1.IsPositive)(),
24
26
  (0, class_validator_1.IsNotEmpty)(),
25
27
  __metadata("design:type", Number)
26
28
  ], RaffleDetailsDto.prototype, "winners", void 0);
27
29
  __decorate([
28
30
  (0, class_validator_1.IsNumber)(),
31
+ (0, class_validator_1.IsPositive)(),
29
32
  (0, class_validator_1.IsNotEmpty)(),
30
33
  __metadata("design:type", Number)
31
34
  ], RaffleDetailsDto.prototype, "maxPurchaseQuantity", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"raffleDetailsDto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-details/dtos/raffleDetailsDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AAEzC,MAAa,gBAAgB;CAqB5B;AApBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACe;AAE5B;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACA,IAAI;qDAAC;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACY;AApB3B,4CAqBC"}
1
+ {"version":3,"file":"raffleDetailsDto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-details/dtos/raffleDetailsDto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAyC;AAEzC,MAAa,gBAAgB;CAwB5B;AAvBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;;oDACO;AAEpB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;;iDACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,4BAAU,GAAE;;6DACe;AAE5B;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACA,IAAI;qDAAC;AAElB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACY;AAvB3B,4CAwBC"}
File without changes
File without changes
File without changes
@@ -28,7 +28,7 @@ __decorate([
28
28
  __metadata("design:type", String)
29
29
  ], CreateRaffleEntryDto.prototype, "paymentRequestId", void 0);
30
30
  __decorate([
31
- (0, class_validator_1.IsString)(),
31
+ (0, class_validator_1.IsEmail)(),
32
32
  (0, class_validator_1.IsOptional)(),
33
33
  __metadata("design:type", String)
34
34
  ], CreateRaffleEntryDto.prototype, "email", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"createRaffleEntry.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,yDAAqD;AAErD,MAAa,oBAAoB;CAkBhC;AAjBC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kCAAe,CAAC;IAC3B,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;0DACC;AAEhC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACE;AAjBjB,oDAkBC"}
1
+ {"version":3,"file":"createRaffleEntry.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAOyB;AACzB,yDAAyC;AACzC,yDAAqD;AAErD,MAAa,oBAAoB;CAkBhC;AAjBC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kCAAe,CAAC;IAC3B,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;0DACC;AAEhC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8DACY;AAEzB;IAAC,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;mDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACE;AAjBjB,oDAkBC"}
File without changes
File without changes
File without changes
File without changes
@@ -1,4 +1,5 @@
1
1
  export declare enum WalletOrigin {
2
2
  XVERSE = "XVERSE",
3
- MAGIC_EDEN = "MAGICEDEN"
3
+ MAGIC_EDEN = "MAGICEDEN",
4
+ PHANTOM = "PHANTOM"
4
5
  }
@@ -5,5 +5,6 @@ var WalletOrigin;
5
5
  (function (WalletOrigin) {
6
6
  WalletOrigin["XVERSE"] = "XVERSE";
7
7
  WalletOrigin["MAGIC_EDEN"] = "MAGICEDEN";
8
+ WalletOrigin["PHANTOM"] = "PHANTOM";
8
9
  })(WalletOrigin = exports.WalletOrigin || (exports.WalletOrigin = {}));
9
10
  //# sourceMappingURL=WalletOrigin.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"WalletOrigin.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/WalletOrigin.ts"],"names":[],"mappings":";;;AAEA,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,iCAAiB,CAAA;IACjB,wCAAwB,CAAA;AAC1B,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB"}
1
+ {"version":3,"file":"WalletOrigin.js","sourceRoot":"","sources":["../../../../../../src/domain/model/wallet/entities/WalletOrigin.ts"],"names":[],"mappings":";;;AAEA,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,iCAAiB,CAAA;IACjB,wCAAwB,CAAA;IACxB,mCAAmB,CAAA;AACrB,CAAC,EAJW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAIvB"}