@heliofi/common 0.1.56 → 0.1.57

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 (24) hide show
  1. package/dist/src/domain/model/link-features/dtos/index.js +18 -34
  2. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.d.ts +15 -12
  3. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js +65 -125
  4. package/dist/src/domain/model/link-features/dtos/linkFeatures.dto.js.map +1 -1
  5. package/dist/src/domain/model/link-features/entities/LinkFeatures.d.ts +3 -2
  6. package/dist/src/domain/model/link-features/entities/LinkFeatures.js +6 -5
  7. package/dist/src/domain/model/link-features/entities/LinkFeatures.js.map +1 -1
  8. package/dist/src/domain/model/link-features/entities/index.js +18 -34
  9. package/dist/src/domain/model/paylink/dtos/createPaylink.dto.d.ts +21 -22
  10. package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js +82 -173
  11. package/dist/src/domain/model/paylink/dtos/createPaylink.dto.js.map +1 -1
  12. package/dist/src/domain/model/paylink/dtos/index.js +19 -35
  13. package/dist/src/domain/model/paylink/entities/BasePaylink.d.ts +3 -1
  14. package/dist/src/domain/model/paylink/entities/BasePaylink.js +6 -5
  15. package/dist/src/domain/model/paylink/entities/BasePaylink.js.map +1 -1
  16. package/dist/src/domain/model/paylink/entities/Paylink.d.ts +3 -1
  17. package/dist/src/domain/model/paylink/entities/Paylink.js +6 -5
  18. package/dist/src/domain/model/paylink/entities/Paylink.js.map +1 -1
  19. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.d.ts +4 -2
  20. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js +6 -5
  21. package/dist/src/domain/model/paylink/entities/ShallowEnrichedPaylink.js.map +1 -1
  22. package/dist/src/domain/model/paylink/entities/index.js +22 -38
  23. package/dist/tsconfig.tsbuildinfo +1 -1
  24. package/package.json +2 -2
@@ -1,34 +1,18 @@
1
- 'use strict';
2
- var __createBinding =
3
- (this && this.__createBinding) ||
4
- (Object.create
5
- ? function (o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (
9
- !desc ||
10
- ('get' in desc ? !m.__esModule : desc.writable || desc.configurable)
11
- ) {
12
- desc = {
13
- enumerable: true,
14
- get: function () {
15
- return m[k];
16
- },
17
- };
18
- }
19
- Object.defineProperty(o, k2, desc);
20
- }
21
- : function (o, m, k, k2) {
22
- if (k2 === undefined) k2 = k;
23
- o[k2] = m[k];
24
- });
25
- var __exportStar =
26
- (this && this.__exportStar) ||
27
- function (m, exports) {
28
- for (var p in m)
29
- if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
30
- __createBinding(exports, m, p);
31
- };
32
- Object.defineProperty(exports, '__esModule', { value: true });
33
- __exportStar(require('./linkFeatures.dto'), exports);
34
- //# sourceMappingURL=index.js.map
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("./linkFeatures.dto"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -1,14 +1,17 @@
1
1
  export declare class LinkFeaturesDto {
2
- requireEmail?: boolean;
3
- requireDiscordUsername?: boolean;
4
- requireFullName?: boolean;
5
- requireTwitterUsername?: boolean;
6
- requireCountry?: boolean;
7
- requireDeliveryAddress?: boolean;
8
- requirePhoneNumber?: boolean;
9
- requireProductDetails?: boolean;
10
- requireMaxTransactions?: boolean;
11
- requireNftGate?: boolean;
12
- canChangeQuantity?: boolean;
13
- canChangePrice?: boolean;
2
+ requireEmail?: boolean;
3
+ requireDiscordUsername?: boolean;
4
+ requireFullName?: boolean;
5
+ requireTwitterUsername?: boolean;
6
+ requireCountry?: boolean;
7
+ requireDeliveryAddress?: boolean;
8
+ requirePhoneNumber?: boolean;
9
+ requireProductDetails?: boolean;
10
+ requireMaxTransactions?: boolean;
11
+ requireNftGate?: boolean;
12
+ canChangeQuantity?: boolean;
13
+ requireQuantityLimits?: boolean;
14
+ minQuantity?: number;
15
+ maxQuantity?: number;
16
+ canChangePrice?: boolean;
14
17
  }
@@ -1,152 +1,92 @@
1
- 'use strict';
2
- var __decorate =
3
- (this && this.__decorate) ||
4
- function (decorators, target, key, desc) {
5
- var c = arguments.length,
6
- r =
7
- c < 3
8
- ? target
9
- : desc === null
10
- ? (desc = Object.getOwnPropertyDescriptor(target, key))
11
- : desc,
12
- d;
13
- if (typeof Reflect === 'object' && typeof Reflect.decorate === 'function')
14
- r = Reflect.decorate(decorators, target, key, desc);
15
- else
16
- for (var i = decorators.length - 1; i >= 0; i--)
17
- if ((d = decorators[i]))
18
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
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;
19
6
  return c > 3 && r && Object.defineProperty(target, key, r), r;
20
- };
21
- var __metadata =
22
- (this && this.__metadata) ||
23
- function (k, v) {
24
- if (typeof Reflect === 'object' && typeof Reflect.metadata === 'function')
25
- return Reflect.metadata(k, v);
26
- };
27
- Object.defineProperty(exports, '__esModule', { value: true });
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 });
28
12
  exports.LinkFeaturesDto = void 0;
29
- const class_validator_1 = require('class-validator');
30
- class LinkFeaturesDto {}
31
- __decorate(
32
- [
13
+ const class_validator_1 = require("class-validator");
14
+ class LinkFeaturesDto {
15
+ }
16
+ __decorate([
33
17
  (0, class_validator_1.IsBoolean)(),
34
18
  (0, class_validator_1.IsOptional)(),
35
- __metadata('design:type', Boolean),
36
- ],
37
- LinkFeaturesDto.prototype,
38
- 'requireEmail',
39
- void 0,
40
- );
41
- __decorate(
42
- [
19
+ __metadata("design:type", Boolean)
20
+ ], LinkFeaturesDto.prototype, "requireEmail", void 0);
21
+ __decorate([
43
22
  (0, class_validator_1.IsBoolean)(),
44
23
  (0, class_validator_1.IsOptional)(),
45
- __metadata('design:type', Boolean),
46
- ],
47
- LinkFeaturesDto.prototype,
48
- 'requireDiscordUsername',
49
- void 0,
50
- );
51
- __decorate(
52
- [
24
+ __metadata("design:type", Boolean)
25
+ ], LinkFeaturesDto.prototype, "requireDiscordUsername", void 0);
26
+ __decorate([
53
27
  (0, class_validator_1.IsBoolean)(),
54
28
  (0, class_validator_1.IsOptional)(),
55
- __metadata('design:type', Boolean),
56
- ],
57
- LinkFeaturesDto.prototype,
58
- 'requireFullName',
59
- void 0,
60
- );
61
- __decorate(
62
- [
29
+ __metadata("design:type", Boolean)
30
+ ], LinkFeaturesDto.prototype, "requireFullName", void 0);
31
+ __decorate([
63
32
  (0, class_validator_1.IsBoolean)(),
64
33
  (0, class_validator_1.IsOptional)(),
65
- __metadata('design:type', Boolean),
66
- ],
67
- LinkFeaturesDto.prototype,
68
- 'requireTwitterUsername',
69
- void 0,
70
- );
71
- __decorate(
72
- [
34
+ __metadata("design:type", Boolean)
35
+ ], LinkFeaturesDto.prototype, "requireTwitterUsername", void 0);
36
+ __decorate([
73
37
  (0, class_validator_1.IsBoolean)(),
74
38
  (0, class_validator_1.IsOptional)(),
75
- __metadata('design:type', Boolean),
76
- ],
77
- LinkFeaturesDto.prototype,
78
- 'requireCountry',
79
- void 0,
80
- );
81
- __decorate(
82
- [
39
+ __metadata("design:type", Boolean)
40
+ ], LinkFeaturesDto.prototype, "requireCountry", void 0);
41
+ __decorate([
83
42
  (0, class_validator_1.IsBoolean)(),
84
43
  (0, class_validator_1.IsOptional)(),
85
- __metadata('design:type', Boolean),
86
- ],
87
- LinkFeaturesDto.prototype,
88
- 'requireDeliveryAddress',
89
- void 0,
90
- );
91
- __decorate(
92
- [
44
+ __metadata("design:type", Boolean)
45
+ ], LinkFeaturesDto.prototype, "requireDeliveryAddress", void 0);
46
+ __decorate([
93
47
  (0, class_validator_1.IsBoolean)(),
94
48
  (0, class_validator_1.IsOptional)(),
95
- __metadata('design:type', Boolean),
96
- ],
97
- LinkFeaturesDto.prototype,
98
- 'requirePhoneNumber',
99
- void 0,
100
- );
101
- __decorate(
102
- [
49
+ __metadata("design:type", Boolean)
50
+ ], LinkFeaturesDto.prototype, "requirePhoneNumber", void 0);
51
+ __decorate([
103
52
  (0, class_validator_1.IsBoolean)(),
104
53
  (0, class_validator_1.IsOptional)(),
105
- __metadata('design:type', Boolean),
106
- ],
107
- LinkFeaturesDto.prototype,
108
- 'requireProductDetails',
109
- void 0,
110
- );
111
- __decorate(
112
- [
54
+ __metadata("design:type", Boolean)
55
+ ], LinkFeaturesDto.prototype, "requireProductDetails", void 0);
56
+ __decorate([
113
57
  (0, class_validator_1.IsBoolean)(),
114
58
  (0, class_validator_1.IsOptional)(),
115
- __metadata('design:type', Boolean),
116
- ],
117
- LinkFeaturesDto.prototype,
118
- 'requireMaxTransactions',
119
- void 0,
120
- );
121
- __decorate(
122
- [
59
+ __metadata("design:type", Boolean)
60
+ ], LinkFeaturesDto.prototype, "requireMaxTransactions", void 0);
61
+ __decorate([
123
62
  (0, class_validator_1.IsBoolean)(),
124
63
  (0, class_validator_1.IsOptional)(),
125
- __metadata('design:type', Boolean),
126
- ],
127
- LinkFeaturesDto.prototype,
128
- 'requireNftGate',
129
- void 0,
130
- );
131
- __decorate(
132
- [
64
+ __metadata("design:type", Boolean)
65
+ ], LinkFeaturesDto.prototype, "requireNftGate", void 0);
66
+ __decorate([
133
67
  (0, class_validator_1.IsBoolean)(),
134
68
  (0, class_validator_1.IsOptional)(),
135
- __metadata('design:type', Boolean),
136
- ],
137
- LinkFeaturesDto.prototype,
138
- 'canChangeQuantity',
139
- void 0,
140
- );
141
- __decorate(
142
- [
69
+ __metadata("design:type", Boolean)
70
+ ], LinkFeaturesDto.prototype, "canChangeQuantity", void 0);
71
+ __decorate([
143
72
  (0, class_validator_1.IsBoolean)(),
144
73
  (0, class_validator_1.IsOptional)(),
145
- __metadata('design:type', Boolean),
146
- ],
147
- LinkFeaturesDto.prototype,
148
- 'canChangePrice',
149
- void 0,
150
- );
74
+ __metadata("design:type", Boolean)
75
+ ], LinkFeaturesDto.prototype, "requireQuantityLimits", void 0);
76
+ __decorate([
77
+ (0, class_validator_1.IsNumber)(),
78
+ (0, class_validator_1.IsOptional)(),
79
+ __metadata("design:type", Number)
80
+ ], LinkFeaturesDto.prototype, "minQuantity", void 0);
81
+ __decorate([
82
+ (0, class_validator_1.IsNumber)(),
83
+ (0, class_validator_1.IsOptional)(),
84
+ __metadata("design:type", Number)
85
+ ], LinkFeaturesDto.prototype, "maxQuantity", void 0);
86
+ __decorate([
87
+ (0, class_validator_1.IsBoolean)(),
88
+ (0, class_validator_1.IsOptional)(),
89
+ __metadata("design:type", Boolean)
90
+ ], LinkFeaturesDto.prototype, "canChangePrice", void 0);
151
91
  exports.LinkFeaturesDto = LinkFeaturesDto;
152
- //# sourceMappingURL=linkFeatures.dto.js.map
92
+ //# sourceMappingURL=linkFeatures.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"linkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/linkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwD;AAExD,MAAa,eAAe;CAgD3B;AA/CC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACa;AAE1B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AA/C3B,0CAgDC"}
1
+ {"version":3,"file":"linkFeatures.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/dtos/linkFeatures.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkE;AAElE,MAAa,eAAe;CA4D3B;AA3DC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;qDACU;AAEvB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;wDACa;AAE1B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2DACgB;AAE7B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACmB;AAEhC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;+DACoB;AAEjC;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AAEzB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;0DACe;AAE5B;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;8DACmB;AAEhC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACQ;AAErB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACQ;AAErB;IAAC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;uDACY;AA3D3B,0CA4DC"}
@@ -1,5 +1,6 @@
1
1
  import { PaymentRequestFeatures } from '../../payment-request-features';
2
2
  export declare class LinkFeatures extends PaymentRequestFeatures {
3
- canChangePrice: boolean;
4
- canChangeQuantity: boolean;
3
+ canChangePrice: boolean;
4
+ requireQuantityLimits: boolean;
5
+ canChangeQuantity: boolean;
5
6
  }
@@ -1,7 +1,8 @@
1
- 'use strict';
2
- Object.defineProperty(exports, '__esModule', { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LinkFeatures = void 0;
4
- const payment_request_features_1 = require('../../payment-request-features');
5
- class LinkFeatures extends payment_request_features_1.PaymentRequestFeatures {}
4
+ const payment_request_features_1 = require("../../payment-request-features");
5
+ class LinkFeatures extends payment_request_features_1.PaymentRequestFeatures {
6
+ }
6
7
  exports.LinkFeatures = LinkFeatures;
7
- //# sourceMappingURL=LinkFeatures.js.map
8
+ //# sourceMappingURL=LinkFeatures.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinkFeatures.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/entities/LinkFeatures.ts"],"names":[],"mappings":";;;AAAA,6EAAwE;AAExE,MAAa,YAAa,SAAQ,iDAAsB;CAIvD;AAJD,oCAIC"}
1
+ {"version":3,"file":"LinkFeatures.js","sourceRoot":"","sources":["../../../../../../src/domain/model/link-features/entities/LinkFeatures.ts"],"names":[],"mappings":";;;AAAA,6EAAwE;AAExE,MAAa,YAAa,SAAQ,iDAAsB;CAMvD;AAND,oCAMC"}
@@ -1,34 +1,18 @@
1
- 'use strict';
2
- var __createBinding =
3
- (this && this.__createBinding) ||
4
- (Object.create
5
- ? function (o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (
9
- !desc ||
10
- ('get' in desc ? !m.__esModule : desc.writable || desc.configurable)
11
- ) {
12
- desc = {
13
- enumerable: true,
14
- get: function () {
15
- return m[k];
16
- },
17
- };
18
- }
19
- Object.defineProperty(o, k2, desc);
20
- }
21
- : function (o, m, k, k2) {
22
- if (k2 === undefined) k2 = k;
23
- o[k2] = m[k];
24
- });
25
- var __exportStar =
26
- (this && this.__exportStar) ||
27
- function (m, exports) {
28
- for (var p in m)
29
- if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p))
30
- __createBinding(exports, m, p);
31
- };
32
- Object.defineProperty(exports, '__esModule', { value: true });
33
- __exportStar(require('./LinkFeatures'), exports);
34
- //# sourceMappingURL=index.js.map
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("./LinkFeatures"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -1,28 +1,27 @@
1
1
  import { ContentDto } from '../../content';
2
2
  import { LinkFeaturesDto } from '../../link-features';
3
3
  import { ProductDto } from '../../product';
4
- export declare type CreatePaylinkDtoDeserialized = Omit<
5
- CreatePaylinkDto,
6
- 'normalizedPrice'
7
- > & {
8
- normalizedPrice: bigint;
4
+ export declare type CreatePaylinkDtoDeserialized = Omit<CreatePaylinkDto, 'normalizedPrice'> & {
5
+ normalizedPrice: bigint;
9
6
  };
10
7
  export declare class CreatePaylinkDto {
11
- company: string;
12
- name: string;
13
- description?: string;
14
- image?: string;
15
- normalizedPrice?: string;
16
- notifySenderByEmail?: boolean;
17
- notifyReceiverByEmail?: boolean;
18
- addDiscordRole?: boolean;
19
- currency?: string;
20
- disabled?: boolean;
21
- dynamic?: boolean;
22
- wallet: string;
23
- content?: ContentDto;
24
- features?: LinkFeaturesDto;
25
- maxTransactions?: number;
26
- product?: ProductDto | null;
27
- nftCollectionAddress?: string;
8
+ company: string;
9
+ name: string;
10
+ description?: string;
11
+ image?: string;
12
+ normalizedPrice?: string;
13
+ notifySenderByEmail?: boolean;
14
+ notifyReceiverByEmail?: boolean;
15
+ addDiscordRole?: boolean;
16
+ currency?: string;
17
+ disabled?: boolean;
18
+ dynamic?: boolean;
19
+ wallet: string;
20
+ content?: ContentDto;
21
+ features?: LinkFeaturesDto;
22
+ maxTransactions?: number;
23
+ product?: ProductDto | null;
24
+ nftCollectionAddress?: string;
25
+ minQuantity?: number;
26
+ maxQuantity?: number;
28
27
  }