@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.
- package/dist/src/domain/constants/raffle.d.ts +0 -0
- package/dist/src/domain/constants/raffle.js +0 -0
- package/dist/src/domain/constants/raffle.js.map +0 -0
- package/dist/src/domain/constants/solanaTransactionVersion.d.ts +0 -0
- package/dist/src/domain/constants/solanaTransactionVersion.js +0 -0
- package/dist/src/domain/constants/solanaTransactionVersion.js.map +0 -0
- package/dist/src/domain/model/charge/dtos/createCharge.dto.d.ts +1 -0
- package/dist/src/domain/model/charge/dtos/createCharge.dto.js +5 -0
- package/dist/src/domain/model/charge/dtos/createCharge.dto.js.map +1 -1
- package/dist/src/domain/model/charge/dtos/index.d.ts +0 -0
- package/dist/src/domain/model/charge/dtos/index.js +0 -0
- package/dist/src/domain/model/charge/dtos/index.js.map +0 -0
- package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromCharge.dto.d.ts +0 -0
- package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromCharge.dto.js +0 -0
- package/dist/src/domain/model/charge/dtos/prepareRequestBodyFromCharge.dto.js.map +0 -0
- package/dist/src/domain/model/charge/dtos/updateCharge.dto.d.ts +1 -1
- package/dist/src/domain/model/charge/dtos/updateCharge.dto.js +1 -1
- package/dist/src/domain/model/charge/dtos/updateCharge.dto.js.map +1 -1
- package/dist/src/domain/model/charge/entities/Charge.entity.d.ts +1 -0
- package/dist/src/domain/model/charge/entities/Charge.entity.js +0 -0
- package/dist/src/domain/model/charge/entities/Charge.entity.js.map +1 -1
- package/dist/src/domain/model/charge/entities/PrepareRequestBodyFromCharge.entity.d.ts +0 -0
- package/dist/src/domain/model/charge/entities/PrepareRequestBodyFromCharge.entity.js +0 -0
- package/dist/src/domain/model/charge/entities/PrepareRequestBodyFromCharge.entity.js.map +0 -0
- package/dist/src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.entity.d.ts +22 -0
- package/dist/src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.entity.js +8 -0
- package/dist/src/domain/model/charge/entities/ValidatedRequestBodyFromCharge.entity.js.map +1 -0
- package/dist/src/domain/model/charge/entities/index.d.ts +0 -0
- package/dist/src/domain/model/charge/entities/index.js +0 -0
- package/dist/src/domain/model/charge/entities/index.js.map +0 -0
- package/dist/src/domain/model/charge/index.d.ts +0 -0
- package/dist/src/domain/model/charge/index.js +0 -0
- package/dist/src/domain/model/charge/index.js.map +0 -0
- package/dist/src/domain/model/integrations-details/dtos/index.d.ts +0 -0
- package/dist/src/domain/model/integrations-details/dtos/index.js +0 -0
- package/dist/src/domain/model/integrations-details/dtos/index.js.map +0 -0
- package/dist/src/domain/model/integrations-details/dtos/integrationDetails.dto.d.ts +0 -0
- package/dist/src/domain/model/integrations-details/dtos/integrationDetails.dto.js +0 -0
- package/dist/src/domain/model/integrations-details/dtos/integrationDetails.dto.js.map +0 -0
- package/dist/src/domain/model/integrations-details/entities/IntegrationDetails.d.ts +0 -0
- package/dist/src/domain/model/integrations-details/entities/IntegrationDetails.js +0 -0
- package/dist/src/domain/model/integrations-details/entities/IntegrationDetails.js.map +0 -0
- package/dist/src/domain/model/integrations-details/entities/index.d.ts +0 -0
- package/dist/src/domain/model/integrations-details/entities/index.js +0 -0
- package/dist/src/domain/model/integrations-details/entities/index.js.map +0 -0
- package/dist/src/domain/model/integrations-details/index.d.ts +0 -0
- package/dist/src/domain/model/integrations-details/index.js +0 -0
- package/dist/src/domain/model/integrations-details/index.js.map +0 -0
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.d.ts +1 -0
- package/dist/src/domain/model/paylink-tx/entities/BasePaylinkTx.js.map +1 -1
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.d.ts +2 -1
- package/dist/src/domain/model/payment-request/entities/BasePaymentRequest.js.map +1 -1
- package/dist/src/domain/model/raffle-details/dtos/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-details/dtos/index.js +0 -0
- package/dist/src/domain/model/raffle-details/dtos/index.js.map +0 -0
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.d.ts +0 -0
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js +3 -0
- package/dist/src/domain/model/raffle-details/dtos/raffleDetailsDto.js.map +1 -1
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.d.ts +0 -0
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js +0 -0
- package/dist/src/domain/model/raffle-details/entities/RaffleDetails.entity.js.map +0 -0
- package/dist/src/domain/model/raffle-details/entities/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-details/entities/index.js +0 -0
- package/dist/src/domain/model/raffle-details/entities/index.js.map +0 -0
- package/dist/src/domain/model/raffle-details/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-details/index.js +0 -0
- package/dist/src/domain/model/raffle-details/index.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.js +1 -1
- package/dist/src/domain/model/raffle-entry/dtos/createRaffleEntry.dto.js.map +1 -1
- package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.js +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/entryDetails.dto.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/index.js +0 -0
- package/dist/src/domain/model/raffle-entry/dtos/index.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js +0 -0
- package/dist/src/domain/model/raffle-entry/entities/EntryDetails.entity.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js +0 -0
- package/dist/src/domain/model/raffle-entry/entities/RaffleEntry.entity.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/entities/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/entities/index.js +0 -0
- package/dist/src/domain/model/raffle-entry/entities/index.js.map +0 -0
- package/dist/src/domain/model/raffle-entry/index.d.ts +0 -0
- package/dist/src/domain/model/raffle-entry/index.js +0 -0
- package/dist/src/domain/model/raffle-entry/index.js.map +0 -0
- package/dist/src/domain/model/transaction-meta/entities/sourceIntegration.enum.d.ts +0 -0
- package/dist/src/domain/model/transaction-meta/entities/sourceIntegration.enum.js +0 -0
- package/dist/src/domain/model/transaction-meta/entities/sourceIntegration.enum.js.map +0 -0
- package/dist/src/domain/model/wallet/entities/WalletOrigin.d.ts +2 -1
- package/dist/src/domain/model/wallet/entities/WalletOrigin.js +1 -0
- package/dist/src/domain/model/wallet/entities/WalletOrigin.js.map +1 -1
- package/dist/src/domain/services/SolanaSerializationService.d.ts +0 -0
- package/dist/src/domain/services/SolanaSerializationService.js +0 -0
- package/dist/src/domain/services/SolanaSerializationService.js.map +0 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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,
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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, "
|
|
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;;
|
|
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"}
|
|
File without changes
|
|
@@ -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;
|
|
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"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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;
|
|
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;
|
|
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"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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,
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.
|
|
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,
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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,
|
|
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"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|