@heliofi/common 0.1.357 → 0.1.359
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/model/affiliates/dtos/AffiliateDetails.dto.d.ts +3 -0
- package/dist/src/domain/model/{nft-escrow/dtos/verifyCollections.dto.js → affiliates/dtos/AffiliateDetails.dto.js} +7 -10
- package/dist/src/domain/model/affiliates/dtos/AffiliateDetails.dto.js.map +1 -0
- package/dist/src/domain/model/affiliates/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/affiliates/dtos/index.js +6 -0
- package/dist/src/domain/model/affiliates/dtos/index.js.map +1 -0
- package/dist/src/domain/model/affiliates/entities/{affiliateDetails.entity.js → AffiliateDetails.entity.js} +1 -1
- package/dist/src/domain/model/affiliates/entities/AffiliateDetails.entity.js.map +1 -0
- package/dist/src/domain/model/affiliates/index.d.ts +1 -0
- package/dist/src/domain/model/affiliates/index.js +1 -0
- package/dist/src/domain/model/affiliates/index.js.map +1 -1
- package/dist/src/domain/model/customer-details/dtos/customerDetailsBtcProperties.dto.d.ts +1 -1
- package/dist/src/domain/model/customer-details/dtos/customerDetailsBtcProperties.dto.js.map +1 -1
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.d.ts +0 -3
- package/dist/src/domain/model/customer-details/entities/CustomerDetails.js.map +1 -1
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.d.ts +2 -0
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js +6 -0
- package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +2 -0
- package/dist/src/domain/model/paylink/entities/BasePaylink.js.map +1 -1
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +2 -0
- package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +1 -1
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.d.ts +2 -0
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js +7 -0
- package/dist/src/domain/model/payment-request/dtos/createPaymentRequest.dto.js.map +1 -1
- package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.d.ts +2 -0
- package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.js +7 -0
- package/dist/src/domain/model/payment-request/dtos/updatePaymentRequest.dto.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/src/domain/model/affiliates/entities/affiliateDetails.entity.js.map +0 -1
- package/dist/src/domain/model/customer-details/dtos/btcProperties.dto.d.ts +0 -3
- package/dist/src/domain/model/customer-details/dtos/btcProperties.dto.js +0 -26
- package/dist/src/domain/model/customer-details/dtos/btcProperties.dto.js.map +0 -1
- package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.dto.d.ts +0 -3
- package/dist/src/domain/model/nft-escrow/dtos/verifyCollections.dto.js.map +0 -1
- package/dist/src/domain/services/CurrencyService.d.ts +0 -3
- package/dist/src/domain/services/CurrencyService.js +0 -11
- package/dist/src/domain/services/CurrencyService.js.map +0 -1
- /package/dist/src/domain/model/affiliates/entities/{affiliateDetails.entity.d.ts → AffiliateDetails.entity.d.ts} +0 -0
|
@@ -9,16 +9,13 @@ 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.
|
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
|
12
|
+
exports.AffiliateDetailsDto = void 0;
|
|
14
13
|
const class_validator_1 = require("class-validator");
|
|
15
|
-
class
|
|
14
|
+
class AffiliateDetailsDto {
|
|
16
15
|
}
|
|
17
16
|
__decorate([
|
|
18
|
-
(0, class_validator_1.
|
|
19
|
-
(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
exports.VerifyCollectionsDto = VerifyCollectionsDto;
|
|
24
|
-
//# sourceMappingURL=verifyCollections.dto.js.map
|
|
17
|
+
(0, class_validator_1.IsNumber)(),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], AffiliateDetailsDto.prototype, "bps", void 0);
|
|
20
|
+
exports.AffiliateDetailsDto = AffiliateDetailsDto;
|
|
21
|
+
//# sourceMappingURL=AffiliateDetails.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AffiliateDetails.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/affiliates/dtos/AffiliateDetails.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2C;AAE3C,MAAa,mBAAmB;CAG/B;AAFC;IAAC,IAAA,0BAAQ,GAAE;;gDACC;AAFd,kDAGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AffiliateDetailsDto } from './AffiliateDetails.dto';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AffiliateDetailsDto = void 0;
|
|
4
|
+
var AffiliateDetails_dto_1 = require("./AffiliateDetails.dto");
|
|
5
|
+
Object.defineProperty(exports, "AffiliateDetailsDto", { enumerable: true, get: function () { return AffiliateDetails_dto_1.AffiliateDetailsDto; } });
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/affiliates/dtos/index.ts"],"names":[],"mappings":";;;AAAA,+DAA6D;AAApD,2HAAA,mBAAmB,OAAA"}
|
|
@@ -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"}
|
|
@@ -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("./entities"), exports);
|
|
18
|
+
__exportStar(require("./dtos"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/affiliates/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/affiliates/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,yCAAuB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customerDetailsBtcProperties.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/dtos/customerDetailsBtcProperties.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6E;AAE7E,MAAM,0BAA0B,GAAG,EAAE,CAAC;AACtC,MAAM,mCAAmC,GAAG,EAAE,CAAC;AAC/C,MAAa,+BAA+B;CAM3C;AALC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,mCAAmC,CAAC;IAC9C,IAAA,2BAAS,EAAC,0BAA0B,CAAC;;
|
|
1
|
+
{"version":3,"file":"customerDetailsBtcProperties.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/dtos/customerDetailsBtcProperties.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA6E;AAE7E,MAAM,0BAA0B,GAAG,EAAE,CAAC;AACtC,MAAM,mCAAmC,GAAG,EAAE,CAAC;AAC/C,MAAa,+BAA+B;CAM3C;AALC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,EAAC,mCAAmC,CAAC;IAC9C,IAAA,2BAAS,EAAC,0BAA0B,CAAC;;wEACd;AAL1B,0EAMC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/entities/CustomerDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,eAAgB,SAAQ,eAAM;
|
|
1
|
+
{"version":3,"file":"CustomerDetails.js","sourceRoot":"","sources":["../../../../../../src/domain/model/customer-details/entities/CustomerDetails.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAGtC,MAAa,eAAgB,SAAQ,eAAM;CA8B1C;AA9BD,0CA8BC"}
|
|
@@ -4,6 +4,7 @@ import { CreatePaymentRequestDto } from '../../payment-request';
|
|
|
4
4
|
import { HelioPlayPropertiesDto } from '../../helio-play';
|
|
5
5
|
import { DiscountCodeDto } from '../../discount-codes';
|
|
6
6
|
import { LimitSaleType } from '../../../constants';
|
|
7
|
+
import { AffiliateDetailsDto } from '../../affiliates';
|
|
7
8
|
export declare type CreatePaylinkDtoDeserialized = Omit<CreatePaylinkDto, 'normalizedPrice'> & {
|
|
8
9
|
normalizedPrice: bigint;
|
|
9
10
|
};
|
|
@@ -16,4 +17,5 @@ export declare class CreatePaylinkDto extends CreatePaymentRequestDto {
|
|
|
16
17
|
maxQuantity?: number;
|
|
17
18
|
helioPlayProperties?: HelioPlayPropertiesDto;
|
|
18
19
|
allowlist?: string;
|
|
20
|
+
affiliateDetails?: AffiliateDetailsDto;
|
|
19
21
|
}
|
|
@@ -18,6 +18,7 @@ const payment_request_1 = require("../../payment-request");
|
|
|
18
18
|
const helio_play_1 = require("../../helio-play");
|
|
19
19
|
const discount_codes_1 = require("../../discount-codes");
|
|
20
20
|
const constants_1 = require("../../../constants");
|
|
21
|
+
const affiliates_1 = require("../../affiliates");
|
|
21
22
|
class CreatePaylinkDto extends payment_request_1.CreatePaymentRequestDto {
|
|
22
23
|
}
|
|
23
24
|
__decorate([
|
|
@@ -62,5 +63,10 @@ __decorate([
|
|
|
62
63
|
(0, class_validator_1.IsOptional)(),
|
|
63
64
|
__metadata("design:type", String)
|
|
64
65
|
], CreatePaylinkDto.prototype, "allowlist", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, class_validator_1.IsOptional)(),
|
|
68
|
+
(0, class_validator_1.ValidateNested)(),
|
|
69
|
+
__metadata("design:type", affiliates_1.AffiliateDetailsDto)
|
|
70
|
+
], CreatePaylinkDto.prototype, "affiliateDetails", void 0);
|
|
65
71
|
exports.CreatePaylinkDto = CreatePaylinkDto;
|
|
66
72
|
//# sourceMappingURL=createPaylink.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/createPaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,uDAAsD;AACtD,uDAAqD;AACrD,2DAAgE;AAChE,iDAA0D;AAC1D,yDAAuD;AACvD,kDAAmD;
|
|
1
|
+
{"version":3,"file":"createPaylink.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/dtos/createPaylink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAMyB;AACzB,yDAAyC;AACzC,uDAAsD;AACtD,uDAAqD;AACrD,2DAAgE;AAChE,iDAA0D;AAC1D,yDAAuD;AACvD,kDAAmD;AACnD,iDAAuD;AAOvD,MAAa,gBAAiB,SAAQ,yCAAuB;CAsC5D;AArCC;IAAC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAe,CAAC;IAC3B,IAAA,gCAAc,GAAE;8BACN,+BAAe;kDAAC;AAE3B;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,gCAAc,GAAE;8BACE,gCAAmB;0DAAC;AArCzC,4CAsCC"}
|
|
@@ -2,10 +2,12 @@ import { HelioPlayProperties } from '../../helio-play';
|
|
|
2
2
|
import type { LinkFeatures } from '../../link-features';
|
|
3
3
|
import { BasePaymentRequest } from '../../payment-request';
|
|
4
4
|
import { LimitSaleType } from '../../../constants';
|
|
5
|
+
import { AffiliateDetails } from '../../affiliates';
|
|
5
6
|
export declare class BasePaylink extends BasePaymentRequest {
|
|
6
7
|
features: LinkFeatures;
|
|
7
8
|
limitSaleType?: LimitSaleType;
|
|
8
9
|
minQuantity?: number;
|
|
9
10
|
maxQuantity?: number;
|
|
10
11
|
helioPlayProperties?: HelioPlayProperties;
|
|
12
|
+
affiliateDetails?: AffiliateDetails;
|
|
11
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"}
|
|
@@ -3,6 +3,7 @@ import type { ContentResponse } from '../../content';
|
|
|
3
3
|
import type { LinkFeatures } from '../../link-features';
|
|
4
4
|
import { HelioPlayProperties } from '../../helio-play';
|
|
5
5
|
import { LimitSaleType } from '../../../constants';
|
|
6
|
+
import { AffiliateDetails } from '../../affiliates';
|
|
6
7
|
export declare class ShallowEnrichedPaylink extends ShallowEnrichedPaymentRequest {
|
|
7
8
|
content: ContentResponse;
|
|
8
9
|
limitSaleType?: LimitSaleType;
|
|
@@ -11,4 +12,5 @@ export declare class ShallowEnrichedPaylink extends ShallowEnrichedPaymentReques
|
|
|
11
12
|
features: LinkFeatures;
|
|
12
13
|
helioPlayProperties?: HelioPlayProperties;
|
|
13
14
|
airDropConfigured?: boolean;
|
|
15
|
+
affiliateDetails?: AffiliateDetails;
|
|
14
16
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShallowEnrichedPaylink.js","sourceRoot":"","sources":["../../../../../../src/domain/model/paylink/entities/ShallowEnrichedPaylink.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;
|
|
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"}
|
|
@@ -7,6 +7,7 @@ import { NftDropDto } from '../../nft-drop';
|
|
|
7
7
|
import { RecipientDto } from '../../recipient';
|
|
8
8
|
import { DiscordAuthDetailsDto } from '../../discord-auth-details';
|
|
9
9
|
import { TradingViewIndicatorDto } from '../../trading-view-details';
|
|
10
|
+
import { AffiliateDetailsDto } from '../../affiliates';
|
|
10
11
|
export declare class CreatePaymentRequestDto {
|
|
11
12
|
company: string;
|
|
12
13
|
name: string;
|
|
@@ -31,4 +32,5 @@ export declare class CreatePaymentRequestDto {
|
|
|
31
32
|
fixedCurrency?: FixedCurrencyDto;
|
|
32
33
|
recipients?: RecipientDto[];
|
|
33
34
|
tradingViewIndicators?: TradingViewIndicatorDto[];
|
|
35
|
+
affiliateDetails?: AffiliateDetailsDto;
|
|
34
36
|
}
|
|
@@ -22,6 +22,7 @@ const decorators_1 = require("../../../decorators");
|
|
|
22
22
|
const recipient_1 = require("../../recipient");
|
|
23
23
|
const discord_auth_details_1 = require("../../discord-auth-details");
|
|
24
24
|
const trading_view_details_1 = require("../../trading-view-details");
|
|
25
|
+
const affiliates_1 = require("../../affiliates");
|
|
25
26
|
class CreatePaymentRequestDto {
|
|
26
27
|
constructor() {
|
|
27
28
|
this.notifySenderByEmail = false;
|
|
@@ -159,5 +160,11 @@ __decorate([
|
|
|
159
160
|
(0, class_validator_1.ValidateNested)(),
|
|
160
161
|
__metadata("design:type", Array)
|
|
161
162
|
], CreatePaymentRequestDto.prototype, "tradingViewIndicators", void 0);
|
|
163
|
+
__decorate([
|
|
164
|
+
(0, class_transformer_1.Type)(() => affiliates_1.AffiliateDetailsDto),
|
|
165
|
+
(0, class_validator_1.IsOptional)(),
|
|
166
|
+
(0, class_validator_1.ValidateNested)(),
|
|
167
|
+
__metadata("design:type", affiliates_1.AffiliateDetailsDto)
|
|
168
|
+
], CreatePaymentRequestDto.prototype, "affiliateDetails", void 0);
|
|
162
169
|
exports.CreatePaymentRequestDto = CreatePaymentRequestDto;
|
|
163
170
|
//# sourceMappingURL=createPaymentRequest.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createPaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/createPaymentRequest.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAWyB;AACzB,yDAAoD;AACpD,2CAA2C;AAC3C,2CAA2C;AAC3C,yDAAwD;AACxD,mFAAgF;AAChF,iDAAoD;AACpD,6CAA4C;AAC5C,oDAAgD;AAChD,+CAA+C;AAC/C,qEAAmE;AACnE,qEAAqE;
|
|
1
|
+
{"version":3,"file":"createPaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/createPaymentRequest.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,6 +7,7 @@ import { NftDropDto } from '../../nft-drop';
|
|
|
7
7
|
import { RecipientDto } from '../../recipient';
|
|
8
8
|
import { DiscordAuthDetailsDto } from '../../discord-auth-details';
|
|
9
9
|
import { TradingViewIndicatorDto } from '../../trading-view-details';
|
|
10
|
+
import { AffiliateDetailsDto } from '../../affiliates';
|
|
10
11
|
export declare class UpdatePaymentRequestDto {
|
|
11
12
|
name?: string;
|
|
12
13
|
description?: string;
|
|
@@ -29,4 +30,5 @@ export declare class UpdatePaymentRequestDto {
|
|
|
29
30
|
fixedCurrency?: FixedCurrencyDto;
|
|
30
31
|
recipients?: RecipientDto[];
|
|
31
32
|
tradingViewIndicators?: TradingViewIndicatorDto[];
|
|
33
|
+
affiliateDetails?: AffiliateDetailsDto;
|
|
32
34
|
}
|
|
@@ -22,6 +22,7 @@ const decorators_1 = require("../../../decorators");
|
|
|
22
22
|
const recipient_1 = require("../../recipient");
|
|
23
23
|
const discord_auth_details_1 = require("../../discord-auth-details");
|
|
24
24
|
const trading_view_details_1 = require("../../trading-view-details");
|
|
25
|
+
const affiliates_1 = require("../../affiliates");
|
|
25
26
|
class UpdatePaymentRequestDto {
|
|
26
27
|
}
|
|
27
28
|
__decorate([
|
|
@@ -143,5 +144,11 @@ __decorate([
|
|
|
143
144
|
(0, class_validator_1.ValidateNested)(),
|
|
144
145
|
__metadata("design:type", Array)
|
|
145
146
|
], UpdatePaymentRequestDto.prototype, "tradingViewIndicators", void 0);
|
|
147
|
+
__decorate([
|
|
148
|
+
(0, class_transformer_1.Type)(() => affiliates_1.AffiliateDetailsDto),
|
|
149
|
+
(0, class_validator_1.IsOptional)(),
|
|
150
|
+
(0, class_validator_1.ValidateNested)(),
|
|
151
|
+
__metadata("design:type", affiliates_1.AffiliateDetailsDto)
|
|
152
|
+
], UpdatePaymentRequestDto.prototype, "affiliateDetails", void 0);
|
|
146
153
|
exports.UpdatePaymentRequestDto = UpdatePaymentRequestDto;
|
|
147
154
|
//# sourceMappingURL=updatePaymentRequest.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/updatePaymentRequest.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDASyB;AACzB,yDAAoD;AACpD,2CAA2C;AAC3C,2CAA2C;AAC3C,yDAAwD;AACxD,mFAAgF;AAChF,iDAAoD;AACpD,6CAA4C;AAC5C,oDAAgD;AAChD,+CAA+C;AAC/C,qEAAmE;AACnE,qEAAqE;
|
|
1
|
+
{"version":3,"file":"updatePaymentRequest.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/payment-request/dtos/updatePaymentRequest.dto.ts"],"names":[],"mappings":"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"}
|