@randock/nameshift-api-client 0.0.404 → 0.0.405

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 (26) hide show
  1. package/README.md +3 -3
  2. package/dist/models/FeatureFlagListItemDto.d.ts +3 -0
  3. package/dist/models/FeatureFlagListItemDto.js +4 -1
  4. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +3 -0
  5. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +4 -1
  6. package/dist/models/IntersectionDomainDtoWithAccountDto.d.ts +6 -0
  7. package/dist/models/IntersectionDomainDtoWithAccountDto.js +4 -0
  8. package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.d.ts +6 -0
  9. package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.js +4 -0
  10. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +6 -0
  11. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +4 -0
  12. package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.d.ts +6 -0
  13. package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.js +4 -0
  14. package/dist/models/PrivateAccountGetMeResponse.d.ts +3 -0
  15. package/dist/models/PrivateAccountGetMeResponse.js +4 -1
  16. package/dist/models/StartAuctionInput.d.ts +6 -0
  17. package/dist/models/StartAuctionInput.js +2 -0
  18. package/package.json +1 -1
  19. package/src/models/FeatureFlagListItemDto.ts +4 -1
  20. package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +4 -1
  21. package/src/models/IntersectionDomainDtoWithAccountDto.ts +9 -0
  22. package/src/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.ts +9 -0
  23. package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +9 -0
  24. package/src/models/IntersectionDomainDtoWithSeoMetricsDto.ts +9 -0
  25. package/src/models/PrivateAccountGetMeResponse.ts +4 -1
  26. package/src/models/StartAuctionInput.ts +8 -0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @randock/nameshift-api-client@0.0.404
1
+ ## @randock/nameshift-api-client@0.0.405
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @randock/nameshift-api-client@0.0.404 --save
39
+ npm install @randock/nameshift-api-client@0.0.405 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -44,4 +44,4 @@ _unPublished (not recommended):_
44
44
  ```
45
45
  npm install PATH_TO_GENERATED_PACKAGE --save
46
46
  ```
47
- 22ead325c40b004018e01ee8262436ef19f9078a3e0b971d5e9c274ab7e3d056b6640ce3d2345ce580798069fb35db24
47
+ 0f6fa80eb5d773ea9dc79d025eebd6e9e14d0598269e7fe5efa0cf722494eb1ac466130deb67cf753031a8d72ef9a9b8
@@ -82,6 +82,9 @@ export declare const FeatureFlagListItemDtoNameEnum: {
82
82
  readonly ACCOUNT_CHALLENGES: "ACCOUNT_CHALLENGES";
83
83
  readonly ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE: "ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE";
84
84
  readonly UI_LEAD_LAYOUT_V2: "UI_LEAD_LAYOUT_V2";
85
+ readonly AUCTION_RESERVE_PRICE: "AUCTION_RESERVE_PRICE";
86
+ readonly ALLOW_FREE_SETUP_RESERVE_PRICE: "ALLOW_FREE_SETUP_RESERVE_PRICE";
87
+ readonly ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: "ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE";
85
88
  };
86
89
  export type FeatureFlagListItemDtoNameEnum = typeof FeatureFlagListItemDtoNameEnum[keyof typeof FeatureFlagListItemDtoNameEnum];
87
90
  /**
@@ -42,7 +42,10 @@ exports.FeatureFlagListItemDtoNameEnum = {
42
42
  BUYER_DOMAIN_DNS_PANEL: 'BUYER_DOMAIN_DNS_PANEL',
43
43
  ACCOUNT_CHALLENGES: 'ACCOUNT_CHALLENGES',
44
44
  ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE: 'ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE',
45
- UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2'
45
+ UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
46
+ AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
47
+ ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
48
+ ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
46
49
  };
47
50
  /**
48
51
  * Check if a given object implements the FeatureFlagListItemDto interface.
@@ -125,6 +125,9 @@ export declare const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWi
125
125
  readonly ACCOUNT_CHALLENGES: "ACCOUNT_CHALLENGES";
126
126
  readonly ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE: "ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE";
127
127
  readonly UI_LEAD_LAYOUT_V2: "UI_LEAD_LAYOUT_V2";
128
+ readonly AUCTION_RESERVE_PRICE: "AUCTION_RESERVE_PRICE";
129
+ readonly ALLOW_FREE_SETUP_RESERVE_PRICE: "ALLOW_FREE_SETUP_RESERVE_PRICE";
130
+ readonly ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: "ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE";
128
131
  };
129
132
  export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
130
133
  /**
@@ -49,7 +49,10 @@ exports.IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlag
49
49
  BUYER_DOMAIN_DNS_PANEL: 'BUYER_DOMAIN_DNS_PANEL',
50
50
  ACCOUNT_CHALLENGES: 'ACCOUNT_CHALLENGES',
51
51
  ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE: 'ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE',
52
- UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2'
52
+ UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
53
+ AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
54
+ ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
55
+ ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
53
56
  };
54
57
  /**
55
58
  * Check if a given object implements the IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto interface.
@@ -40,6 +40,12 @@ export interface IntersectionDomainDtoWithAccountDto {
40
40
  * @memberof IntersectionDomainDtoWithAccountDto
41
41
  */
42
42
  hijackerId: string | null;
43
+ /**
44
+ * Whether the domain can create a new auction
45
+ * @type {boolean}
46
+ * @memberof IntersectionDomainDtoWithAccountDto
47
+ */
48
+ canCreateAuction: boolean;
43
49
  /**
44
50
  * Whether the domain can be deleted
45
51
  * @type {boolean}
@@ -35,6 +35,8 @@ function instanceOfIntersectionDomainDtoWithAccountDto(value) {
35
35
  return false;
36
36
  if (!('hijackerId' in value) || value['hijackerId'] === undefined)
37
37
  return false;
38
+ if (!('canCreateAuction' in value) || value['canCreateAuction'] === undefined)
39
+ return false;
38
40
  if (!('isDeleteable' in value) || value['isDeleteable'] === undefined)
39
41
  return false;
40
42
  if (!('isLocked' in value) || value['isLocked'] === undefined)
@@ -100,6 +102,7 @@ function IntersectionDomainDtoWithAccountDtoFromJSONTyped(json, ignoreDiscrimina
100
102
  'id': json['id'],
101
103
  'accountId': json['accountId'],
102
104
  'hijackerId': json['hijackerId'],
105
+ 'canCreateAuction': json['canCreateAuction'],
103
106
  'isDeleteable': json['isDeleteable'],
104
107
  'isLocked': json['isLocked'],
105
108
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
@@ -140,6 +143,7 @@ function IntersectionDomainDtoWithAccountDtoToJSONTyped(value, ignoreDiscriminat
140
143
  'id': value['id'],
141
144
  'accountId': value['accountId'],
142
145
  'hijackerId': value['hijackerId'],
146
+ 'canCreateAuction': value['canCreateAuction'],
143
147
  'isDeleteable': value['isDeleteable'],
144
148
  'isLocked': value['isLocked'],
145
149
  'lockedUntil': (value['lockedUntil'] == null ? null : value['lockedUntil'].toISOString()),
@@ -40,6 +40,12 @@ export interface IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto {
40
40
  * @memberof IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto
41
41
  */
42
42
  hijackerId: string | null;
43
+ /**
44
+ * Whether the domain can create a new auction
45
+ * @type {boolean}
46
+ * @memberof IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto
47
+ */
48
+ canCreateAuction: boolean;
43
49
  /**
44
50
  * Whether the domain can be deleted
45
51
  * @type {boolean}
@@ -35,6 +35,8 @@ function instanceOfIntersectionDomainDtoWithAccountDtoWithAuctionInfoDto(value)
35
35
  return false;
36
36
  if (!('hijackerId' in value) || value['hijackerId'] === undefined)
37
37
  return false;
38
+ if (!('canCreateAuction' in value) || value['canCreateAuction'] === undefined)
39
+ return false;
38
40
  if (!('isDeleteable' in value) || value['isDeleteable'] === undefined)
39
41
  return false;
40
42
  if (!('isLocked' in value) || value['isLocked'] === undefined)
@@ -102,6 +104,7 @@ function IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoFromJSONTyped(json
102
104
  'id': json['id'],
103
105
  'accountId': json['accountId'],
104
106
  'hijackerId': json['hijackerId'],
107
+ 'canCreateAuction': json['canCreateAuction'],
105
108
  'isDeleteable': json['isDeleteable'],
106
109
  'isLocked': json['isLocked'],
107
110
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
@@ -143,6 +146,7 @@ function IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoToJSONTyped(value,
143
146
  'id': value['id'],
144
147
  'accountId': value['accountId'],
145
148
  'hijackerId': value['hijackerId'],
149
+ 'canCreateAuction': value['canCreateAuction'],
146
150
  'isDeleteable': value['isDeleteable'],
147
151
  'isLocked': value['isLocked'],
148
152
  'lockedUntil': (value['lockedUntil'] == null ? null : value['lockedUntil'].toISOString()),
@@ -40,6 +40,12 @@ export interface IntersectionDomainDtoWithHijackerDtoWithAccountDto {
40
40
  * @memberof IntersectionDomainDtoWithHijackerDtoWithAccountDto
41
41
  */
42
42
  hijackerId: string | null;
43
+ /**
44
+ * Whether the domain can create a new auction
45
+ * @type {boolean}
46
+ * @memberof IntersectionDomainDtoWithHijackerDtoWithAccountDto
47
+ */
48
+ canCreateAuction: boolean;
43
49
  /**
44
50
  * Whether the domain can be deleted
45
51
  * @type {boolean}
@@ -35,6 +35,8 @@ function instanceOfIntersectionDomainDtoWithHijackerDtoWithAccountDto(value) {
35
35
  return false;
36
36
  if (!('hijackerId' in value) || value['hijackerId'] === undefined)
37
37
  return false;
38
+ if (!('canCreateAuction' in value) || value['canCreateAuction'] === undefined)
39
+ return false;
38
40
  if (!('isDeleteable' in value) || value['isDeleteable'] === undefined)
39
41
  return false;
40
42
  if (!('isLocked' in value) || value['isLocked'] === undefined)
@@ -102,6 +104,7 @@ function IntersectionDomainDtoWithHijackerDtoWithAccountDtoFromJSONTyped(json, i
102
104
  'id': json['id'],
103
105
  'accountId': json['accountId'],
104
106
  'hijackerId': json['hijackerId'],
107
+ 'canCreateAuction': json['canCreateAuction'],
105
108
  'isDeleteable': json['isDeleteable'],
106
109
  'isLocked': json['isLocked'],
107
110
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
@@ -143,6 +146,7 @@ function IntersectionDomainDtoWithHijackerDtoWithAccountDtoToJSONTyped(value, ig
143
146
  'id': value['id'],
144
147
  'accountId': value['accountId'],
145
148
  'hijackerId': value['hijackerId'],
149
+ 'canCreateAuction': value['canCreateAuction'],
146
150
  'isDeleteable': value['isDeleteable'],
147
151
  'isLocked': value['isLocked'],
148
152
  'lockedUntil': (value['lockedUntil'] == null ? null : value['lockedUntil'].toISOString()),
@@ -40,6 +40,12 @@ export interface IntersectionDomainDtoWithSeoMetricsDto {
40
40
  * @memberof IntersectionDomainDtoWithSeoMetricsDto
41
41
  */
42
42
  hijackerId: string | null;
43
+ /**
44
+ * Whether the domain can create a new auction
45
+ * @type {boolean}
46
+ * @memberof IntersectionDomainDtoWithSeoMetricsDto
47
+ */
48
+ canCreateAuction: boolean;
43
49
  /**
44
50
  * Whether the domain can be deleted
45
51
  * @type {boolean}
@@ -35,6 +35,8 @@ function instanceOfIntersectionDomainDtoWithSeoMetricsDto(value) {
35
35
  return false;
36
36
  if (!('hijackerId' in value) || value['hijackerId'] === undefined)
37
37
  return false;
38
+ if (!('canCreateAuction' in value) || value['canCreateAuction'] === undefined)
39
+ return false;
38
40
  if (!('isDeleteable' in value) || value['isDeleteable'] === undefined)
39
41
  return false;
40
42
  if (!('isLocked' in value) || value['isLocked'] === undefined)
@@ -100,6 +102,7 @@ function IntersectionDomainDtoWithSeoMetricsDtoFromJSONTyped(json, ignoreDiscrim
100
102
  'id': json['id'],
101
103
  'accountId': json['accountId'],
102
104
  'hijackerId': json['hijackerId'],
105
+ 'canCreateAuction': json['canCreateAuction'],
103
106
  'isDeleteable': json['isDeleteable'],
104
107
  'isLocked': json['isLocked'],
105
108
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
@@ -140,6 +143,7 @@ function IntersectionDomainDtoWithSeoMetricsDtoToJSONTyped(value, ignoreDiscrimi
140
143
  'id': value['id'],
141
144
  'accountId': value['accountId'],
142
145
  'hijackerId': value['hijackerId'],
146
+ 'canCreateAuction': value['canCreateAuction'],
143
147
  'isDeleteable': value['isDeleteable'],
144
148
  'isLocked': value['isLocked'],
145
149
  'lockedUntil': (value['lockedUntil'] == null ? null : value['lockedUntil'].toISOString()),
@@ -131,6 +131,9 @@ export declare const PrivateAccountGetMeResponseEnabledFeaturesEnum: {
131
131
  readonly ACCOUNT_CHALLENGES: "ACCOUNT_CHALLENGES";
132
132
  readonly ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE: "ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE";
133
133
  readonly UI_LEAD_LAYOUT_V2: "UI_LEAD_LAYOUT_V2";
134
+ readonly AUCTION_RESERVE_PRICE: "AUCTION_RESERVE_PRICE";
135
+ readonly ALLOW_FREE_SETUP_RESERVE_PRICE: "ALLOW_FREE_SETUP_RESERVE_PRICE";
136
+ readonly ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: "ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE";
134
137
  };
135
138
  export type PrivateAccountGetMeResponseEnabledFeaturesEnum = typeof PrivateAccountGetMeResponseEnabledFeaturesEnum[keyof typeof PrivateAccountGetMeResponseEnabledFeaturesEnum];
136
139
  /**
@@ -49,7 +49,10 @@ exports.PrivateAccountGetMeResponseEnabledFeaturesEnum = {
49
49
  BUYER_DOMAIN_DNS_PANEL: 'BUYER_DOMAIN_DNS_PANEL',
50
50
  ACCOUNT_CHALLENGES: 'ACCOUNT_CHALLENGES',
51
51
  ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE: 'ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE',
52
- UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2'
52
+ UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
53
+ AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
54
+ ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
55
+ ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
53
56
  };
54
57
  /**
55
58
  * Check if a given object implements the PrivateAccountGetMeResponse interface.
@@ -33,6 +33,12 @@ export interface StartAuctionInput {
33
33
  * @memberof StartAuctionInput
34
34
  */
35
35
  initialBidAmount?: number;
36
+ /**
37
+ * Reserve price amount in the smallest currency unit (e.g., cents for EUR)
38
+ * @type {number}
39
+ * @memberof StartAuctionInput
40
+ */
41
+ reservePrice?: number;
36
42
  }
37
43
  /**
38
44
  * Check if a given object implements the StartAuctionInput interface.
@@ -39,6 +39,7 @@ function StartAuctionInputFromJSONTyped(json, ignoreDiscriminator) {
39
39
  'startDate': json['startDate'],
40
40
  'endDate': json['endDate'],
41
41
  'initialBidAmount': json['initialBidAmount'] == null ? undefined : json['initialBidAmount'],
42
+ 'reservePrice': json['reservePrice'] == null ? undefined : json['reservePrice'],
42
43
  };
43
44
  }
44
45
  function StartAuctionInputToJSON(json) {
@@ -53,5 +54,6 @@ function StartAuctionInputToJSONTyped(value, ignoreDiscriminator) {
53
54
  'startDate': value['startDate'],
54
55
  'endDate': value['endDate'],
55
56
  'initialBidAmount': value['initialBidAmount'],
57
+ 'reservePrice': value['reservePrice'],
56
58
  };
57
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.404",
3
+ "version": "0.0.405",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -87,7 +87,10 @@ export const FeatureFlagListItemDtoNameEnum = {
87
87
  BUYER_DOMAIN_DNS_PANEL: 'BUYER_DOMAIN_DNS_PANEL',
88
88
  ACCOUNT_CHALLENGES: 'ACCOUNT_CHALLENGES',
89
89
  ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE: 'ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE',
90
- UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2'
90
+ UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
91
+ AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
92
+ ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
93
+ ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
91
94
  } as const;
92
95
  export type FeatureFlagListItemDtoNameEnum = typeof FeatureFlagListItemDtoNameEnum[keyof typeof FeatureFlagListItemDtoNameEnum];
93
96
 
@@ -173,7 +173,10 @@ export const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatur
173
173
  BUYER_DOMAIN_DNS_PANEL: 'BUYER_DOMAIN_DNS_PANEL',
174
174
  ACCOUNT_CHALLENGES: 'ACCOUNT_CHALLENGES',
175
175
  ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE: 'ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE',
176
- UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2'
176
+ UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
177
+ AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
178
+ ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
179
+ ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
177
180
  } as const;
178
181
  export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
179
182
 
@@ -87,6 +87,12 @@ export interface IntersectionDomainDtoWithAccountDto {
87
87
  * @memberof IntersectionDomainDtoWithAccountDto
88
88
  */
89
89
  hijackerId: string | null;
90
+ /**
91
+ * Whether the domain can create a new auction
92
+ * @type {boolean}
93
+ * @memberof IntersectionDomainDtoWithAccountDto
94
+ */
95
+ canCreateAuction: boolean;
90
96
  /**
91
97
  * Whether the domain can be deleted
92
98
  * @type {boolean}
@@ -253,6 +259,7 @@ export function instanceOfIntersectionDomainDtoWithAccountDto(value: object): va
253
259
  if (!('id' in value) || value['id'] === undefined) return false;
254
260
  if (!('accountId' in value) || value['accountId'] === undefined) return false;
255
261
  if (!('hijackerId' in value) || value['hijackerId'] === undefined) return false;
262
+ if (!('canCreateAuction' in value) || value['canCreateAuction'] === undefined) return false;
256
263
  if (!('isDeleteable' in value) || value['isDeleteable'] === undefined) return false;
257
264
  if (!('isLocked' in value) || value['isLocked'] === undefined) return false;
258
265
  if (!('lockedUntil' in value) || value['lockedUntil'] === undefined) return false;
@@ -295,6 +302,7 @@ export function IntersectionDomainDtoWithAccountDtoFromJSONTyped(json: any, igno
295
302
  'id': json['id'],
296
303
  'accountId': json['accountId'],
297
304
  'hijackerId': json['hijackerId'],
305
+ 'canCreateAuction': json['canCreateAuction'],
298
306
  'isDeleteable': json['isDeleteable'],
299
307
  'isLocked': json['isLocked'],
300
308
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
@@ -338,6 +346,7 @@ export function IntersectionDomainDtoWithAccountDtoToJSONTyped(value?: Intersect
338
346
  'id': value['id'],
339
347
  'accountId': value['accountId'],
340
348
  'hijackerId': value['hijackerId'],
349
+ 'canCreateAuction': value['canCreateAuction'],
341
350
  'isDeleteable': value['isDeleteable'],
342
351
  'isLocked': value['isLocked'],
343
352
  'lockedUntil': (value['lockedUntil'] == null ? null : (value['lockedUntil'] as any).toISOString()),
@@ -87,6 +87,12 @@ export interface IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto {
87
87
  * @memberof IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto
88
88
  */
89
89
  hijackerId: string | null;
90
+ /**
91
+ * Whether the domain can create a new auction
92
+ * @type {boolean}
93
+ * @memberof IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto
94
+ */
95
+ canCreateAuction: boolean;
90
96
  /**
91
97
  * Whether the domain can be deleted
92
98
  * @type {boolean}
@@ -259,6 +265,7 @@ export function instanceOfIntersectionDomainDtoWithAccountDtoWithAuctionInfoDto(
259
265
  if (!('id' in value) || value['id'] === undefined) return false;
260
266
  if (!('accountId' in value) || value['accountId'] === undefined) return false;
261
267
  if (!('hijackerId' in value) || value['hijackerId'] === undefined) return false;
268
+ if (!('canCreateAuction' in value) || value['canCreateAuction'] === undefined) return false;
262
269
  if (!('isDeleteable' in value) || value['isDeleteable'] === undefined) return false;
263
270
  if (!('isLocked' in value) || value['isLocked'] === undefined) return false;
264
271
  if (!('lockedUntil' in value) || value['lockedUntil'] === undefined) return false;
@@ -302,6 +309,7 @@ export function IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoFromJSONTyp
302
309
  'id': json['id'],
303
310
  'accountId': json['accountId'],
304
311
  'hijackerId': json['hijackerId'],
312
+ 'canCreateAuction': json['canCreateAuction'],
305
313
  'isDeleteable': json['isDeleteable'],
306
314
  'isLocked': json['isLocked'],
307
315
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
@@ -346,6 +354,7 @@ export function IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoToJSONTyped
346
354
  'id': value['id'],
347
355
  'accountId': value['accountId'],
348
356
  'hijackerId': value['hijackerId'],
357
+ 'canCreateAuction': value['canCreateAuction'],
349
358
  'isDeleteable': value['isDeleteable'],
350
359
  'isLocked': value['isLocked'],
351
360
  'lockedUntil': (value['lockedUntil'] == null ? null : (value['lockedUntil'] as any).toISOString()),
@@ -87,6 +87,12 @@ export interface IntersectionDomainDtoWithHijackerDtoWithAccountDto {
87
87
  * @memberof IntersectionDomainDtoWithHijackerDtoWithAccountDto
88
88
  */
89
89
  hijackerId: string | null;
90
+ /**
91
+ * Whether the domain can create a new auction
92
+ * @type {boolean}
93
+ * @memberof IntersectionDomainDtoWithHijackerDtoWithAccountDto
94
+ */
95
+ canCreateAuction: boolean;
90
96
  /**
91
97
  * Whether the domain can be deleted
92
98
  * @type {boolean}
@@ -259,6 +265,7 @@ export function instanceOfIntersectionDomainDtoWithHijackerDtoWithAccountDto(val
259
265
  if (!('id' in value) || value['id'] === undefined) return false;
260
266
  if (!('accountId' in value) || value['accountId'] === undefined) return false;
261
267
  if (!('hijackerId' in value) || value['hijackerId'] === undefined) return false;
268
+ if (!('canCreateAuction' in value) || value['canCreateAuction'] === undefined) return false;
262
269
  if (!('isDeleteable' in value) || value['isDeleteable'] === undefined) return false;
263
270
  if (!('isLocked' in value) || value['isLocked'] === undefined) return false;
264
271
  if (!('lockedUntil' in value) || value['lockedUntil'] === undefined) return false;
@@ -302,6 +309,7 @@ export function IntersectionDomainDtoWithHijackerDtoWithAccountDtoFromJSONTyped(
302
309
  'id': json['id'],
303
310
  'accountId': json['accountId'],
304
311
  'hijackerId': json['hijackerId'],
312
+ 'canCreateAuction': json['canCreateAuction'],
305
313
  'isDeleteable': json['isDeleteable'],
306
314
  'isLocked': json['isLocked'],
307
315
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
@@ -346,6 +354,7 @@ export function IntersectionDomainDtoWithHijackerDtoWithAccountDtoToJSONTyped(va
346
354
  'id': value['id'],
347
355
  'accountId': value['accountId'],
348
356
  'hijackerId': value['hijackerId'],
357
+ 'canCreateAuction': value['canCreateAuction'],
349
358
  'isDeleteable': value['isDeleteable'],
350
359
  'isLocked': value['isLocked'],
351
360
  'lockedUntil': (value['lockedUntil'] == null ? null : (value['lockedUntil'] as any).toISOString()),
@@ -87,6 +87,12 @@ export interface IntersectionDomainDtoWithSeoMetricsDto {
87
87
  * @memberof IntersectionDomainDtoWithSeoMetricsDto
88
88
  */
89
89
  hijackerId: string | null;
90
+ /**
91
+ * Whether the domain can create a new auction
92
+ * @type {boolean}
93
+ * @memberof IntersectionDomainDtoWithSeoMetricsDto
94
+ */
95
+ canCreateAuction: boolean;
90
96
  /**
91
97
  * Whether the domain can be deleted
92
98
  * @type {boolean}
@@ -253,6 +259,7 @@ export function instanceOfIntersectionDomainDtoWithSeoMetricsDto(value: object):
253
259
  if (!('id' in value) || value['id'] === undefined) return false;
254
260
  if (!('accountId' in value) || value['accountId'] === undefined) return false;
255
261
  if (!('hijackerId' in value) || value['hijackerId'] === undefined) return false;
262
+ if (!('canCreateAuction' in value) || value['canCreateAuction'] === undefined) return false;
256
263
  if (!('isDeleteable' in value) || value['isDeleteable'] === undefined) return false;
257
264
  if (!('isLocked' in value) || value['isLocked'] === undefined) return false;
258
265
  if (!('lockedUntil' in value) || value['lockedUntil'] === undefined) return false;
@@ -295,6 +302,7 @@ export function IntersectionDomainDtoWithSeoMetricsDtoFromJSONTyped(json: any, i
295
302
  'id': json['id'],
296
303
  'accountId': json['accountId'],
297
304
  'hijackerId': json['hijackerId'],
305
+ 'canCreateAuction': json['canCreateAuction'],
298
306
  'isDeleteable': json['isDeleteable'],
299
307
  'isLocked': json['isLocked'],
300
308
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
@@ -338,6 +346,7 @@ export function IntersectionDomainDtoWithSeoMetricsDtoToJSONTyped(value?: Inters
338
346
  'id': value['id'],
339
347
  'accountId': value['accountId'],
340
348
  'hijackerId': value['hijackerId'],
349
+ 'canCreateAuction': value['canCreateAuction'],
341
350
  'isDeleteable': value['isDeleteable'],
342
351
  'isLocked': value['isLocked'],
343
352
  'lockedUntil': (value['lockedUntil'] == null ? null : (value['lockedUntil'] as any).toISOString()),
@@ -179,7 +179,10 @@ export const PrivateAccountGetMeResponseEnabledFeaturesEnum = {
179
179
  BUYER_DOMAIN_DNS_PANEL: 'BUYER_DOMAIN_DNS_PANEL',
180
180
  ACCOUNT_CHALLENGES: 'ACCOUNT_CHALLENGES',
181
181
  ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE: 'ACCOUNT_CHALLENGE_REWARD_POINTS_USAGE',
182
- UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2'
182
+ UI_LEAD_LAYOUT_V2: 'UI_LEAD_LAYOUT_V2',
183
+ AUCTION_RESERVE_PRICE: 'AUCTION_RESERVE_PRICE',
184
+ ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
185
+ ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE'
183
186
  } as const;
184
187
  export type PrivateAccountGetMeResponseEnabledFeaturesEnum = typeof PrivateAccountGetMeResponseEnabledFeaturesEnum[keyof typeof PrivateAccountGetMeResponseEnabledFeaturesEnum];
185
188
 
@@ -37,6 +37,12 @@ export interface StartAuctionInput {
37
37
  * @memberof StartAuctionInput
38
38
  */
39
39
  initialBidAmount?: number;
40
+ /**
41
+ * Reserve price amount in the smallest currency unit (e.g., cents for EUR)
42
+ * @type {number}
43
+ * @memberof StartAuctionInput
44
+ */
45
+ reservePrice?: number;
40
46
  }
41
47
 
42
48
  /**
@@ -61,6 +67,7 @@ export function StartAuctionInputFromJSONTyped(json: any, ignoreDiscriminator: b
61
67
  'startDate': json['startDate'],
62
68
  'endDate': json['endDate'],
63
69
  'initialBidAmount': json['initialBidAmount'] == null ? undefined : json['initialBidAmount'],
70
+ 'reservePrice': json['reservePrice'] == null ? undefined : json['reservePrice'],
64
71
  };
65
72
  }
66
73
 
@@ -78,6 +85,7 @@ export function StartAuctionInputToJSONTyped(value?: StartAuctionInput | null, i
78
85
  'startDate': value['startDate'],
79
86
  'endDate': value['endDate'],
80
87
  'initialBidAmount': value['initialBidAmount'],
88
+ 'reservePrice': value['reservePrice'],
81
89
  };
82
90
  }
83
91