@heliofi/common 0.1.475 → 0.1.476
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/index.d.ts +0 -1
- package/dist/src/domain/constants/index.js +0 -1
- package/dist/src/domain/constants/index.js.map +1 -1
- package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.d.ts +4 -0
- package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js +29 -0
- package/dist/src/domain/model/eventDetails/dtos/eventDetails.dto.js.map +1 -0
- package/dist/src/domain/model/eventDetails/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/eventDetails/dtos/index.js +18 -0
- package/dist/src/domain/model/eventDetails/dtos/index.js.map +1 -0
- package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.d.ts +4 -0
- package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js +7 -0
- package/dist/src/domain/model/eventDetails/entities/EventDetails.entity.js.map +1 -0
- package/dist/src/domain/model/eventDetails/entities/index.d.ts +1 -0
- package/dist/src/domain/model/eventDetails/entities/index.js +18 -0
- package/dist/src/domain/model/eventDetails/entities/index.js.map +1 -0
- package/dist/src/domain/model/eventDetails/index.d.ts +2 -0
- package/dist/src/domain/model/eventDetails/index.js +19 -0
- package/dist/src/domain/model/eventDetails/index.js.map +1 -0
- package/dist/src/domain/model/index.d.ts +0 -2
- package/dist/src/domain/model/index.js +0 -2
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.d.ts +8 -0
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js +22 -0
- package/dist/src/domain/model/invoice-tx/entities/BaseInvoiceTx.js.map +1 -0
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.d.ts +14 -0
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js +8 -0
- package/dist/src/domain/model/invoice-tx/entities/InvoiceTx.js.map +1 -0
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.d.ts +0 -1
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js +0 -5
- package/dist/src/domain/model/link-features/dtos/createLinkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.d.ts +14 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +73 -0
- package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +1 -0
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.d.ts +0 -1
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js +0 -5
- package/dist/src/domain/model/link-features/dtos/updateLinkFeatures.dto.js.map +1 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.d.ts +0 -1
- package/dist/src/domain/model/link-features/entities/LinkFeatures.entity.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.d.ts +0 -2
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js +1 -8
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.d.ts +0 -2
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js +1 -8
- package/dist/src/domain/model/paylink/dtos/updatePaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +0 -2
- package/dist/src/domain/model/paylink/entities/BasePaylink.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +16 -0
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.d.ts +0 -2
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js +8 -0
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +1 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.d.ts +22 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js +117 -0
- package/dist/src/domain/model/payment-request-features/dtos/paymentRequestFeatures.dto.js.map +1 -0
- package/dist/src/domain/model/pricing/dtos/createPricing.dto.d.ts +4 -0
- package/dist/src/domain/model/pricing/dtos/createPricing.dto.js +31 -0
- package/dist/src/domain/model/pricing/dtos/createPricing.dto.js.map +1 -0
- package/dist/src/domain/model/pricing/dtos/index.d.ts +2 -0
- package/dist/src/domain/model/pricing/dtos/index.js +19 -0
- package/dist/src/domain/model/pricing/dtos/index.js.map +1 -0
- package/dist/src/domain/model/pricing/dtos/updatePricing.dto.d.ts +3 -0
- package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js +25 -0
- package/dist/src/domain/model/pricing/dtos/updatePricing.dto.js.map +1 -0
- package/dist/src/domain/model/pricing/entities/BasePricing.d.ts +4 -0
- package/dist/src/domain/model/pricing/entities/BasePricing.js +22 -0
- package/dist/src/domain/model/pricing/entities/BasePricing.js.map +1 -0
- package/dist/src/domain/model/pricing/entities/Pricing.d.ts +5 -0
- package/dist/src/domain/model/pricing/entities/Pricing.js +8 -0
- package/dist/src/domain/model/pricing/entities/Pricing.js.map +1 -0
- package/dist/src/domain/model/pricing/entities/index.d.ts +2 -0
- package/dist/src/domain/model/pricing/entities/index.js +19 -0
- package/dist/src/domain/model/pricing/entities/index.js.map +1 -0
- package/dist/src/domain/model/pricing/index.d.ts +2 -0
- package/dist/src/domain/model/pricing/index.js +19 -0
- package/dist/src/domain/model/pricing/index.js.map +1 -0
- package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.d.ts +4 -0
- package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js +23 -0
- package/dist/src/domain/model/stream-features/dtos/streamFeaturesDto.js.map +1 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.d.ts +18 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js +82 -0
- package/dist/src/domain/model/submit-transaction/dtos/submitTransactionV0.dto.js.map +1 -0
- package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.d.ts +6 -0
- package/dist/src/domain/model/{auth/dtos/generateTwitterRefreshToken.dto.js → transaction/dtos/claimTransaction.dto.js} +8 -18
- package/dist/src/domain/model/transaction/dtos/claimTransaction.dto.js.map +1 -0
- package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.d.ts +5 -0
- package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js +28 -0
- package/dist/src/domain/model/transaction/dtos/generateDiscordLink.dto.js.map +1 -0
- package/dist/src/domain/model/transaction/entities/Claim.entity.d.ts +11 -0
- package/dist/src/domain/model/transaction/entities/Claim.entity.js +7 -0
- package/dist/src/domain/model/transaction/entities/Claim.entity.js.map +1 -0
- package/dist/src/domain/model/wallet/dtos/updateWallet.dto.d.ts +1 -1
- package/dist/src/domain/model/wallet/dtos/updateWallet.dto.js +1 -0
- package/dist/src/domain/model/wallet/dtos/updateWallet.dto.js.map +1 -1
- package/dist/src/domain/model/wallet/entities/BaseWallet.entity.d.ts +1 -0
- package/dist/src/domain/model/wallet/entities/BaseWallet.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.d.ts +0 -8
- package/dist/src/domain/model/auth/dtos/generateTwitterRefreshToken.dto.js.map +0 -1
- package/yarn-error.log +0 -18384
|
@@ -35,5 +35,4 @@ __exportStar(require("./wallet"), exports);
|
|
|
35
35
|
__exportStar(require("./tradingViewDetails"), exports);
|
|
36
36
|
__exportStar(require("./template"), exports);
|
|
37
37
|
__exportStar(require("./solanaTransactionVersion"), exports);
|
|
38
|
-
__exportStar(require("./raffle"), exports);
|
|
39
38
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B;AAC3B,6DAA2C
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,qDAAmC;AACnC,8CAA4B;AAC5B,qEAAmD;AACnD,mDAAiC;AACjC,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,4DAA0C;AAC1C,yDAAuC;AACvC,6CAA2B;AAC3B,2CAAyB;AACzB,uDAAqC;AACrC,6CAA2B;AAC3B,6DAA2C"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.EventDetailsDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class EventDetailsDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_transformer_1.Type)(() => Date),
|
|
19
|
+
(0, class_validator_1.IsDate)(),
|
|
20
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
21
|
+
__metadata("design:type", Date)
|
|
22
|
+
], EventDetailsDto.prototype, "datetime", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsString)(),
|
|
25
|
+
(0, class_validator_1.IsOptional)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], EventDetailsDto.prototype, "location", void 0);
|
|
28
|
+
exports.EventDetailsDto = EventDetailsDto;
|
|
29
|
+
//# sourceMappingURL=eventDetails.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eventDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/eventDetails/dtos/eventDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2E;AAC3E,yDAAyC;AAEzC,MAAa,eAAe;CAS3B;AARC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;IAChB,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACH,IAAI;iDAAC;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACK;AARpB,0CASC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './eventDetails.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("./eventDetails.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/eventDetails/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventDetails.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/eventDetails/entities/EventDetails.entity.ts"],"names":[],"mappings":";;;AAAA,MAAa,YAAY;CAIxB;AAJD,oCAIC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './EventDetails.entity';
|
|
@@ -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("./EventDetails.entity"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/eventDetails/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -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/eventDetails/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -111,6 +111,4 @@ __exportStar(require("./platform-model"), exports);
|
|
|
111
111
|
__exportStar(require("./addresses-lookup-table"), exports);
|
|
112
112
|
__exportStar(require("./payout-wallet"), exports);
|
|
113
113
|
__exportStar(require("./nft-send"), exports);
|
|
114
|
-
__exportStar(require("./raffle-details"), exports);
|
|
115
|
-
__exportStar(require("./raffle-entry"), exports);
|
|
116
114
|
//# 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;AAC1B,+CAA6B;AAC7B,kDAAgC;AAChC,0CAAwB;AACxB,8CAA4B;AAC5B,kDAAgC;AAChC,sDAAoC;AACpC,0CAAwB;AACxB,6DAA2C;AAC3C,mDAAiC;AACjC,2DAAyC;AACzC,kDAAgC;AAChC,6CAA2B
|
|
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;AAC7B,kDAAgC;AAChC,0CAAwB;AACxB,8CAA4B;AAC5B,kDAAgC;AAChC,sDAAoC;AACpC,0CAAwB;AACxB,6DAA2C;AAC3C,mDAAiC;AACjC,2DAAyC;AACzC,kDAAgC;AAChC,6CAA2B"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.BaseInvoiceTx = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const entity_1 = require("../../entity");
|
|
15
|
+
class BaseInvoiceTx extends entity_1.Entity {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
19
|
+
__metadata("design:type", BigInt)
|
|
20
|
+
], BaseInvoiceTx.prototype, "fee", void 0);
|
|
21
|
+
exports.BaseInvoiceTx = BaseInvoiceTx;
|
|
22
|
+
//# sourceMappingURL=BaseInvoiceTx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseInvoiceTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/BaseInvoiceTx.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAGtC,MAAa,aAAc,SAAQ,eAAM;CASxC;AARC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;0CAC3B;AAFf,sCASC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { TransactionMeta } from '../../transaction-meta';
|
|
2
|
+
import { BaseInvoiceTx } from './BaseInvoiceTx';
|
|
3
|
+
import { EnrichedInvoice } from '../../invoice';
|
|
4
|
+
import { Contact } from '../../contact';
|
|
5
|
+
import { BlockchainSymbol } from '../../blockchain';
|
|
6
|
+
export declare class InvoiceTx extends BaseInvoiceTx {
|
|
7
|
+
meta: TransactionMeta;
|
|
8
|
+
invoice: EnrichedInvoice;
|
|
9
|
+
paymentRequestCreatorId: string;
|
|
10
|
+
paymentRequestName: string;
|
|
11
|
+
paymentRequestCurrencySymbol: string;
|
|
12
|
+
paymentRequestBlockchain: BlockchainSymbol;
|
|
13
|
+
contact?: Contact;
|
|
14
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InvoiceTx = void 0;
|
|
4
|
+
const BaseInvoiceTx_1 = require("./BaseInvoiceTx");
|
|
5
|
+
class InvoiceTx extends BaseInvoiceTx_1.BaseInvoiceTx {
|
|
6
|
+
}
|
|
7
|
+
exports.InvoiceTx = InvoiceTx;
|
|
8
|
+
//# sourceMappingURL=InvoiceTx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvoiceTx.js","sourceRoot":"","sources":["../../../../../../src/domain/model/invoice-tx/entities/InvoiceTx.ts"],"names":[],"mappings":";;;AACA,mDAAgD;AAKhD,MAAa,SAAU,SAAQ,6BAAa;CAc3C;AAdD,8BAcC"}
|
|
@@ -64,10 +64,5 @@ __decorate([
|
|
|
64
64
|
(0, class_validator_1.IsOptional)(),
|
|
65
65
|
__metadata("design:type", Boolean)
|
|
66
66
|
], CreateLinkFeaturesDto.prototype, "requireAirdrop", void 0);
|
|
67
|
-
__decorate([
|
|
68
|
-
(0, class_validator_1.IsBoolean)(),
|
|
69
|
-
(0, class_validator_1.IsOptional)(),
|
|
70
|
-
__metadata("design:type", Boolean)
|
|
71
|
-
], CreateLinkFeaturesDto.prototype, "requireRaffle", void 0);
|
|
72
67
|
exports.CreateLinkFeaturesDto = CreateLinkFeaturesDto;
|
|
73
68
|
//# sourceMappingURL=createLinkFeatures.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/createLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;
|
|
1
|
+
{"version":3,"file":"createLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/createLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;CAwCzE;AAvCC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;yDACS;AAErB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAE3B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAE3B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAvC3B,sDAwCC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PaymentRequestFeaturesDto } from '../../payment-request-features';
|
|
2
|
+
export declare class LinkFeaturesDto extends PaymentRequestFeaturesDto {
|
|
3
|
+
splitRevenue?: boolean;
|
|
4
|
+
splitEqually?: boolean;
|
|
5
|
+
canChangeQuantity?: boolean;
|
|
6
|
+
requireQuantityLimits?: boolean;
|
|
7
|
+
canChangePrice?: boolean;
|
|
8
|
+
isHelioPlay?: boolean;
|
|
9
|
+
isEscrowed?: boolean;
|
|
10
|
+
showDiscountCode?: boolean;
|
|
11
|
+
requireDiscordQuantityLimit?: boolean;
|
|
12
|
+
requireAllowlist?: boolean;
|
|
13
|
+
requireAirdrop?: boolean;
|
|
14
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
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.LinkFeaturesDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const payment_request_features_1 = require("../../payment-request-features");
|
|
15
|
+
class LinkFeaturesDto extends payment_request_features_1.PaymentRequestFeaturesDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsBoolean)(),
|
|
19
|
+
(0, class_validator_1.IsOptional)(),
|
|
20
|
+
__metadata("design:type", Boolean)
|
|
21
|
+
], LinkFeaturesDto.prototype, "splitRevenue", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsBoolean)(),
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
__metadata("design:type", Boolean)
|
|
26
|
+
], LinkFeaturesDto.prototype, "splitEqually", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsBoolean)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
__metadata("design:type", Boolean)
|
|
31
|
+
], LinkFeaturesDto.prototype, "canChangeQuantity", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsBoolean)(),
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
__metadata("design:type", Boolean)
|
|
36
|
+
], LinkFeaturesDto.prototype, "requireQuantityLimits", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, class_validator_1.IsBoolean)(),
|
|
39
|
+
(0, class_validator_1.IsOptional)(),
|
|
40
|
+
__metadata("design:type", Boolean)
|
|
41
|
+
], LinkFeaturesDto.prototype, "canChangePrice", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, class_validator_1.IsBoolean)(),
|
|
44
|
+
(0, class_validator_1.IsOptional)(),
|
|
45
|
+
__metadata("design:type", Boolean)
|
|
46
|
+
], LinkFeaturesDto.prototype, "isHelioPlay", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, class_validator_1.IsOptional)(),
|
|
49
|
+
(0, class_validator_1.IsBoolean)(),
|
|
50
|
+
__metadata("design:type", Boolean)
|
|
51
|
+
], LinkFeaturesDto.prototype, "isEscrowed", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, class_validator_1.IsBoolean)(),
|
|
54
|
+
(0, class_validator_1.IsOptional)(),
|
|
55
|
+
__metadata("design:type", Boolean)
|
|
56
|
+
], LinkFeaturesDto.prototype, "showDiscountCode", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, class_validator_1.IsBoolean)(),
|
|
59
|
+
(0, class_validator_1.IsOptional)(),
|
|
60
|
+
__metadata("design:type", Boolean)
|
|
61
|
+
], LinkFeaturesDto.prototype, "requireDiscordQuantityLimit", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, class_validator_1.IsBoolean)(),
|
|
64
|
+
(0, class_validator_1.IsOptional)(),
|
|
65
|
+
__metadata("design:type", Boolean)
|
|
66
|
+
], LinkFeaturesDto.prototype, "requireAllowlist", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, class_validator_1.IsBoolean)(),
|
|
69
|
+
(0, class_validator_1.IsOptional)(),
|
|
70
|
+
__metadata("design:type", Boolean)
|
|
71
|
+
], LinkFeaturesDto.prototype, "requireAirdrop", void 0);
|
|
72
|
+
exports.LinkFeaturesDto = LinkFeaturesDto;
|
|
73
|
+
//# sourceMappingURL=linkFeatures.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/linkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAA2E;AAE3E,MAAa,eAAgB,SAAQ,oDAAyB;CA4C7D;AA3CC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oDACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;mDACS;AAErB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yDACc;AAE3B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACyB;AAEtC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yDACc;AAE3B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AA3C3B,0CA4CC"}
|
|
@@ -64,10 +64,5 @@ __decorate([
|
|
|
64
64
|
(0, class_validator_1.IsOptional)(),
|
|
65
65
|
__metadata("design:type", Boolean)
|
|
66
66
|
], UpdateLinkFeaturesDto.prototype, "requireAirdrop", void 0);
|
|
67
|
-
__decorate([
|
|
68
|
-
(0, class_validator_1.IsBoolean)(),
|
|
69
|
-
(0, class_validator_1.IsOptional)(),
|
|
70
|
-
__metadata("design:type", Boolean)
|
|
71
|
-
], UpdateLinkFeaturesDto.prototype, "requireRaffle", void 0);
|
|
72
67
|
exports.UpdateLinkFeaturesDto = UpdateLinkFeaturesDto;
|
|
73
68
|
//# sourceMappingURL=updateLinkFeatures.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/updateLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;
|
|
1
|
+
{"version":3,"file":"updateLinkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/updateLinkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AACxD,6EAAiF;AAEjF,MAAa,qBAAsB,SAAQ,0DAA+B;CAwCzE;AAvCC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;gEACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;oEACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;yDACS;AAErB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAE3B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACc;AAE3B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6DACY;AAvC3B,sDAwCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkFeatures.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/entities/LinkFeatures.entity.ts"],"names":[],"mappings":";;;AAAA,6EAAwE;AAExE,MAAa,YAAa,SAAQ,iDAAsB;
|
|
1
|
+
{"version":3,"file":"LinkFeatures.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/entities/LinkFeatures.entity.ts"],"names":[],"mappings":";;;AAAA,6EAAwE;AAExE,MAAa,YAAa,SAAQ,iDAAsB;CAcvD;AAdD,oCAcC"}
|
|
@@ -6,7 +6,6 @@ import { DiscountCodeDto } from '../../discount-codes';
|
|
|
6
6
|
import { LimitSaleType } from '../../../constants';
|
|
7
7
|
import { AffiliateDetailsDto } from '../../affiliates';
|
|
8
8
|
import { SourceIntegration } from '../../transaction-meta';
|
|
9
|
-
import { CreateRaffleDetailsDto } from '../../raffle-details';
|
|
10
9
|
export declare type CreatePaylinkDtoDeserialized = Omit<CreatePaylinkDto, 'price'> & {
|
|
11
10
|
price: bigint;
|
|
12
11
|
};
|
|
@@ -20,7 +19,6 @@ export declare class CreatePaylinkDto extends CreatePaymentRequestDto {
|
|
|
20
19
|
helioPlayProperties?: HelioPlayPropertiesDto;
|
|
21
20
|
allowlist?: string;
|
|
22
21
|
affiliateDetails?: AffiliateDetailsDto;
|
|
23
|
-
raffleDetails?: CreateRaffleDetailsDto;
|
|
24
22
|
sourceIntegration?: SourceIntegration;
|
|
25
23
|
sourceIntegrationVersion?: string;
|
|
26
24
|
}
|
|
@@ -20,7 +20,6 @@ const discount_codes_1 = require("../../discount-codes");
|
|
|
20
20
|
const constants_1 = require("../../../constants");
|
|
21
21
|
const affiliates_1 = require("../../affiliates");
|
|
22
22
|
const transaction_meta_1 = require("../../transaction-meta");
|
|
23
|
-
const raffle_details_1 = require("../../raffle-details");
|
|
24
23
|
class CreatePaylinkDto extends payment_request_1.CreatePaymentRequestDto {
|
|
25
24
|
}
|
|
26
25
|
__decorate([
|
|
@@ -55,8 +54,8 @@ __decorate([
|
|
|
55
54
|
__metadata("design:type", Number)
|
|
56
55
|
], CreatePaylinkDto.prototype, "maxQuantity", void 0);
|
|
57
56
|
__decorate([
|
|
58
|
-
(0, class_transformer_1.Type)(() => helio_play_1.HelioPlayPropertiesDto),
|
|
59
57
|
(0, class_validator_1.IsOptional)(),
|
|
58
|
+
(0, class_transformer_1.Type)(() => helio_play_1.HelioPlayPropertiesDto),
|
|
60
59
|
(0, class_validator_1.ValidateNested)(),
|
|
61
60
|
__metadata("design:type", helio_play_1.HelioPlayPropertiesDto)
|
|
62
61
|
], CreatePaylinkDto.prototype, "helioPlayProperties", void 0);
|
|
@@ -71,12 +70,6 @@ __decorate([
|
|
|
71
70
|
(0, class_validator_1.ValidateNested)(),
|
|
72
71
|
__metadata("design:type", affiliates_1.AffiliateDetailsDto)
|
|
73
72
|
], CreatePaylinkDto.prototype, "affiliateDetails", void 0);
|
|
74
|
-
__decorate([
|
|
75
|
-
(0, class_transformer_1.Type)(() => raffle_details_1.CreateRaffleDetailsDto),
|
|
76
|
-
(0, class_validator_1.IsOptional)(),
|
|
77
|
-
(0, class_validator_1.ValidateNested)(),
|
|
78
|
-
__metadata("design:type", raffle_details_1.CreateRaffleDetailsDto)
|
|
79
|
-
], CreatePaylinkDto.prototype, "raffleDetails", void 0);
|
|
80
73
|
__decorate([
|
|
81
74
|
(0, class_validator_1.IsEnum)(transaction_meta_1.SourceIntegration),
|
|
82
75
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/createPaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,uDAA4D;AAC5D,uDAAqD;AACrD,2DAAgE;AAChE,iDAA0D;AAC1D,yDAAuD;AACvD,kDAAmD;AACnD,iDAAuD;AACvD,6DAA2D;
|
|
1
|
+
{"version":3,"file":"createPaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/createPaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAQyB;AACzB,yDAAyC;AACzC,uDAA4D;AAC5D,uDAAqD;AACrD,2DAAgE;AAChE,iDAA0D;AAC1D,yDAAuD;AACvD,kDAAmD;AACnD,iDAAuD;AACvD,6DAA2D;AAM3D,MAAa,gBAAiB,SAAQ,yCAAuB;CAgD5D;AA/CC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAqB,CAAC;IACjC,IAAA,gCAAc,GAAE;8BACP,qCAAqB;kDAAC;AAEhC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;;sDACmB;AAEhC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAe,CAAC;IAC3B,IAAA,4BAAU,GAAE;;uDACqB;AAElC;IAAC,IAAA,wBAAM,EAAC,yBAAa,CAAC;IACrB,IAAA,4BAAU,GAAE;;uDACiB;AAE9B;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACQ;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAsB,CAAC;IAClC,IAAA,gCAAc,GAAE;8BACK,mCAAsB;6DAAC;AAE7C;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACM;AAEnB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAmB,CAAC;IAC/B,IAAA,gCAAc,GAAE;8BACE,gCAAmB;0DAAC;AAEvC;IAAC,IAAA,wBAAM,EAAC,oCAAiB,CAAC;IACzB,IAAA,4BAAU,GAAE;;2DACyB;AAEtC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,GAAG,CAAC;;kEACmB;AA/CpC,4CAgDC"}
|
|
@@ -5,7 +5,6 @@ import { HelioPlayPropertiesDto } from '../../helio-play';
|
|
|
5
5
|
import { DiscountCodeDto } from '../../discount-codes';
|
|
6
6
|
import { LimitSaleType } from '../../../constants';
|
|
7
7
|
import { AffiliateDetailsDto } from '../../affiliates';
|
|
8
|
-
import { UpdateRaffleDetailsDto } from '../../raffle-details';
|
|
9
8
|
export declare class UpdatePaylinkDto extends UpdatePaymentRequestDto {
|
|
10
9
|
features?: UpdateLinkFeaturesDto;
|
|
11
10
|
splitWallets?: SplitWalletDto[];
|
|
@@ -16,5 +15,4 @@ export declare class UpdatePaylinkDto extends UpdatePaymentRequestDto {
|
|
|
16
15
|
helioPlayProperties?: HelioPlayPropertiesDto;
|
|
17
16
|
allowlist?: string;
|
|
18
17
|
affiliateDetails?: AffiliateDetailsDto;
|
|
19
|
-
raffleDetails?: UpdateRaffleDetailsDto;
|
|
20
18
|
}
|
|
@@ -19,7 +19,6 @@ const helio_play_1 = require("../../helio-play");
|
|
|
19
19
|
const discount_codes_1 = require("../../discount-codes");
|
|
20
20
|
const constants_1 = require("../../../constants");
|
|
21
21
|
const affiliates_1 = require("../../affiliates");
|
|
22
|
-
const raffle_details_1 = require("../../raffle-details");
|
|
23
22
|
class UpdatePaylinkDto extends payment_request_1.UpdatePaymentRequestDto {
|
|
24
23
|
}
|
|
25
24
|
__decorate([
|
|
@@ -54,8 +53,8 @@ __decorate([
|
|
|
54
53
|
__metadata("design:type", Number)
|
|
55
54
|
], UpdatePaylinkDto.prototype, "maxQuantity", void 0);
|
|
56
55
|
__decorate([
|
|
57
|
-
(0, class_transformer_1.Type)(() => helio_play_1.HelioPlayPropertiesDto),
|
|
58
56
|
(0, class_validator_1.IsOptional)(),
|
|
57
|
+
(0, class_transformer_1.Type)(() => helio_play_1.HelioPlayPropertiesDto),
|
|
59
58
|
(0, class_validator_1.ValidateNested)(),
|
|
60
59
|
__metadata("design:type", helio_play_1.HelioPlayPropertiesDto)
|
|
61
60
|
], UpdatePaylinkDto.prototype, "helioPlayProperties", void 0);
|
|
@@ -70,11 +69,5 @@ __decorate([
|
|
|
70
69
|
(0, class_validator_1.ValidateNested)(),
|
|
71
70
|
__metadata("design:type", affiliates_1.AffiliateDetailsDto)
|
|
72
71
|
], UpdatePaylinkDto.prototype, "affiliateDetails", void 0);
|
|
73
|
-
__decorate([
|
|
74
|
-
(0, class_transformer_1.Type)(() => raffle_details_1.UpdateRaffleDetailsDto),
|
|
75
|
-
(0, class_validator_1.IsOptional)(),
|
|
76
|
-
(0, class_validator_1.ValidateNested)(),
|
|
77
|
-
__metadata("design:type", raffle_details_1.UpdateRaffleDetailsDto)
|
|
78
|
-
], UpdatePaylinkDto.prototype, "raffleDetails", void 0);
|
|
79
72
|
exports.UpdatePaylinkDto = UpdatePaylinkDto;
|
|
80
73
|
//# sourceMappingURL=updatePaylink.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/updatePaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,uDAA4D;AAC5D,uDAAqD;AACrD,2DAAgE;AAChE,iDAA0D;AAC1D,yDAAuD;AACvD,kDAAmD;AACnD,iDAAuD;
|
|
1
|
+
{"version":3,"file":"updatePaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/updatePaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,uDAA4D;AAC5D,uDAAqD;AACrD,2DAAgE;AAChE,iDAA0D;AAC1D,yDAAuD;AACvD,kDAAmD;AACnD,iDAAuD;AAEvD,MAAa,gBAAiB,SAAQ,yCAAuB;CAuC5D;AAtCC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,qCAAqB,CAAC;IACjC,IAAA,gCAAc,GAAE;8BACN,qCAAqB;kDAAC;AAEjC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAc,CAAC;IAC1B,IAAA,4BAAU,GAAE;;sDACmB;AAEhC;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAe,CAAC;IAC3B,IAAA,4BAAU,GAAE;;uDACqB;AAElC;IAAC,IAAA,wBAAM,EAAC,yBAAa,CAAC;IACrB,IAAA,4BAAU,GAAE;;uDACiB;AAE9B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACQ;AAErB;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAsB,CAAC;IAClC,IAAA,gCAAc,GAAE;8BACK,mCAAsB;6DAAC;AAE7C;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACM;AAEnB;IAAC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gCAAmB,CAAC;IAC/B,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;8BACE,gCAAmB;0DAAC;AAtCzC,4CAuCC"}
|
|
@@ -3,7 +3,6 @@ import type { LinkFeatures } from '../../link-features';
|
|
|
3
3
|
import { BasePaymentRequest } from '../../payment-request';
|
|
4
4
|
import { LimitSaleType } from '../../../constants';
|
|
5
5
|
import { AffiliateDetails } from '../../affiliates';
|
|
6
|
-
import { RaffleDetails } from '../../raffle-details';
|
|
7
6
|
export declare class BasePaylink extends BasePaymentRequest {
|
|
8
7
|
features: LinkFeatures;
|
|
9
8
|
limitSaleType?: LimitSaleType;
|
|
@@ -11,5 +10,4 @@ export declare class BasePaylink extends BasePaymentRequest {
|
|
|
11
10
|
maxQuantity?: number;
|
|
12
11
|
helioPlayProperties?: HelioPlayProperties;
|
|
13
12
|
affiliateDetails?: AffiliateDetails;
|
|
14
|
-
raffleDetails?: RaffleDetails;
|
|
15
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasePaylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/BasePaylink.ts"],"names":[],"mappings":";;;AAEA,2DAA2D;
|
|
1
|
+
{"version":3,"file":"BasePaylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/BasePaylink.ts"],"names":[],"mappings":";;;AAEA,2DAA2D;AAI3D,MAAa,WAAY,SAAQ,oCAAkB;CAYlD;AAZD,kCAYC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ShallowEnrichedPaymentRequest } from '../../payment-request';
|
|
2
|
+
import type { ContentResponse } from '../../content';
|
|
3
|
+
import type { LinkFeatures } from '../../link-features';
|
|
4
|
+
import { HelioPlayProperties } from '../../helio-play';
|
|
5
|
+
import { LimitSaleType } from '../../../constants';
|
|
6
|
+
import { AffiliateDetails } from '../../affiliates';
|
|
7
|
+
export declare class ShallowEnrichedPaylink extends ShallowEnrichedPaymentRequest {
|
|
8
|
+
content: ContentResponse;
|
|
9
|
+
limitSaleType?: LimitSaleType;
|
|
10
|
+
minQuantity?: number;
|
|
11
|
+
maxQuantity?: number;
|
|
12
|
+
features: LinkFeatures;
|
|
13
|
+
helioPlayProperties?: HelioPlayProperties;
|
|
14
|
+
affiliateDetails?: AffiliateDetails;
|
|
15
|
+
airdropConfigured?: boolean;
|
|
16
|
+
}
|
|
@@ -4,7 +4,6 @@ import type { LinkFeatures } from '../../link-features';
|
|
|
4
4
|
import { HelioPlayProperties } from '../../helio-play';
|
|
5
5
|
import { LimitSaleType } from '../../../constants';
|
|
6
6
|
import { AffiliateDetails } from '../../affiliates';
|
|
7
|
-
import { RaffleDetails } from '../../raffle-details';
|
|
8
7
|
export declare class ShallowEnrichedPaylink extends ShallowEnrichedPaymentRequest {
|
|
9
8
|
content: ContentResponse;
|
|
10
9
|
limitSaleType?: LimitSaleType;
|
|
@@ -14,5 +13,4 @@ export declare class ShallowEnrichedPaylink extends ShallowEnrichedPaymentReques
|
|
|
14
13
|
helioPlayProperties?: HelioPlayProperties;
|
|
15
14
|
affiliateDetails?: AffiliateDetails;
|
|
16
15
|
airdropConfigured?: boolean;
|
|
17
|
-
raffleDetails?: RaffleDetails;
|
|
18
16
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShallowEnrichedPaylink.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;
|
|
1
|
+
{"version":3,"file":"ShallowEnrichedPaylink.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/ShallowEnrichedPaylink.entity.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAOtE,MAAa,sBAAuB,SAAQ,+CAA6B;CAgBxE;AAhBD,wDAgBC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShallowEnrichedPaylink = void 0;
|
|
4
|
+
const payment_request_1 = require("../../payment-request");
|
|
5
|
+
class ShallowEnrichedPaylink extends payment_request_1.ShallowEnrichedPaymentRequest {
|
|
6
|
+
}
|
|
7
|
+
exports.ShallowEnrichedPaylink = ShallowEnrichedPaylink;
|
|
8
|
+
//# sourceMappingURL=ShallowEnrichedPaylink.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShallowEnrichedPaylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/ShallowEnrichedPaylink.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAOtE,MAAa,sBAAuB,SAAQ,+CAA6B;CAgBxE;AAhBD,wDAgBC"}
|