@randock/nameshift-api-client 0.0.403 → 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.
- package/README.md +3 -3
- package/dist/models/BuyerNotificationDto.d.ts +2 -0
- package/dist/models/BuyerNotificationDto.js +3 -1
- package/dist/models/BuyerNotificationListItemDto.d.ts +2 -0
- package/dist/models/BuyerNotificationListItemDto.js +3 -1
- package/dist/models/FeatureFlagListItemDto.d.ts +3 -0
- package/dist/models/FeatureFlagListItemDto.js +4 -1
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +3 -0
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +4 -1
- package/dist/models/IntersectionDomainDtoWithAccountDto.d.ts +6 -0
- package/dist/models/IntersectionDomainDtoWithAccountDto.js +4 -0
- package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.d.ts +6 -0
- package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.js +4 -0
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +6 -0
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +4 -0
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.d.ts +6 -0
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.js +4 -0
- package/dist/models/PrivateAccountGetMeResponse.d.ts +3 -0
- package/dist/models/PrivateAccountGetMeResponse.js +4 -1
- package/dist/models/StartAuctionInput.d.ts +6 -0
- package/dist/models/StartAuctionInput.js +2 -0
- package/dist/models/UserNotificationDto.d.ts +2 -0
- package/dist/models/UserNotificationDto.js +3 -1
- package/dist/models/UserNotificationListItemDto.d.ts +2 -0
- package/dist/models/UserNotificationListItemDto.js +3 -1
- package/package.json +1 -1
- package/src/models/BuyerNotificationDto.ts +3 -1
- package/src/models/BuyerNotificationListItemDto.ts +3 -1
- package/src/models/FeatureFlagListItemDto.ts +4 -1
- package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +4 -1
- package/src/models/IntersectionDomainDtoWithAccountDto.ts +9 -0
- package/src/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.ts +9 -0
- package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +9 -0
- package/src/models/IntersectionDomainDtoWithSeoMetricsDto.ts +9 -0
- package/src/models/PrivateAccountGetMeResponse.ts +4 -1
- package/src/models/StartAuctionInput.ts +8 -0
- package/src/models/UserNotificationDto.ts +3 -1
- package/src/models/UserNotificationListItemDto.ts +3 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @randock/nameshift-api-client@0.0.
|
|
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.
|
|
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
|
-
|
|
47
|
+
0f6fa80eb5d773ea9dc79d025eebd6e9e14d0598269e7fe5efa0cf722494eb1ac466130deb67cf753031a8d72ef9a9b8
|
|
@@ -141,8 +141,10 @@ export declare const BuyerNotificationDtoTypeEnum: {
|
|
|
141
141
|
readonly AUCTION_BUYER_OUTBID: "auction.buyer_outbid";
|
|
142
142
|
readonly AUCTION_BID_CREATED_FOR_BIDDER: "auction.bid_created_for_bidder";
|
|
143
143
|
readonly AUCTION_WINNER_CONTINUE_ORDER_EMAIL: "auction.winner_continue_order_email";
|
|
144
|
+
readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: "auction.finished_reserve_price_not_reached_bidder_notification";
|
|
144
145
|
readonly AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: "auction.finished_with_winner_seller_notification";
|
|
145
146
|
readonly AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: "auction.finished_without_winner_seller_notification";
|
|
147
|
+
readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: "auction.finished_reserve_price_not_reached_seller_notification";
|
|
146
148
|
};
|
|
147
149
|
export type BuyerNotificationDtoTypeEnum = typeof BuyerNotificationDtoTypeEnum[keyof typeof BuyerNotificationDtoTypeEnum];
|
|
148
150
|
/**
|
|
@@ -102,8 +102,10 @@ exports.BuyerNotificationDtoTypeEnum = {
|
|
|
102
102
|
AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
|
|
103
103
|
AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
|
|
104
104
|
AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
|
|
105
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
|
|
105
106
|
AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
|
|
106
|
-
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
|
|
107
|
+
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
|
|
108
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
|
|
107
109
|
};
|
|
108
110
|
/**
|
|
109
111
|
* Check if a given object implements the BuyerNotificationDto interface.
|
|
@@ -134,8 +134,10 @@ export declare const BuyerNotificationListItemDtoTypeEnum: {
|
|
|
134
134
|
readonly AUCTION_BUYER_OUTBID: "auction.buyer_outbid";
|
|
135
135
|
readonly AUCTION_BID_CREATED_FOR_BIDDER: "auction.bid_created_for_bidder";
|
|
136
136
|
readonly AUCTION_WINNER_CONTINUE_ORDER_EMAIL: "auction.winner_continue_order_email";
|
|
137
|
+
readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: "auction.finished_reserve_price_not_reached_bidder_notification";
|
|
137
138
|
readonly AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: "auction.finished_with_winner_seller_notification";
|
|
138
139
|
readonly AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: "auction.finished_without_winner_seller_notification";
|
|
140
|
+
readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: "auction.finished_reserve_price_not_reached_seller_notification";
|
|
139
141
|
};
|
|
140
142
|
export type BuyerNotificationListItemDtoTypeEnum = typeof BuyerNotificationListItemDtoTypeEnum[keyof typeof BuyerNotificationListItemDtoTypeEnum];
|
|
141
143
|
/**
|
|
@@ -101,8 +101,10 @@ exports.BuyerNotificationListItemDtoTypeEnum = {
|
|
|
101
101
|
AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
|
|
102
102
|
AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
|
|
103
103
|
AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
|
|
104
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
|
|
104
105
|
AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
|
|
105
|
-
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
|
|
106
|
+
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
|
|
107
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
|
|
106
108
|
};
|
|
107
109
|
/**
|
|
108
110
|
* Check if a given object implements the BuyerNotificationListItemDto interface.
|
|
@@ -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
|
/**
|
package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js
CHANGED
|
@@ -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
|
}
|
|
@@ -141,8 +141,10 @@ export declare const UserNotificationDtoTypeEnum: {
|
|
|
141
141
|
readonly AUCTION_BUYER_OUTBID: "auction.buyer_outbid";
|
|
142
142
|
readonly AUCTION_BID_CREATED_FOR_BIDDER: "auction.bid_created_for_bidder";
|
|
143
143
|
readonly AUCTION_WINNER_CONTINUE_ORDER_EMAIL: "auction.winner_continue_order_email";
|
|
144
|
+
readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: "auction.finished_reserve_price_not_reached_bidder_notification";
|
|
144
145
|
readonly AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: "auction.finished_with_winner_seller_notification";
|
|
145
146
|
readonly AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: "auction.finished_without_winner_seller_notification";
|
|
147
|
+
readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: "auction.finished_reserve_price_not_reached_seller_notification";
|
|
146
148
|
};
|
|
147
149
|
export type UserNotificationDtoTypeEnum = typeof UserNotificationDtoTypeEnum[keyof typeof UserNotificationDtoTypeEnum];
|
|
148
150
|
/**
|
|
@@ -102,8 +102,10 @@ exports.UserNotificationDtoTypeEnum = {
|
|
|
102
102
|
AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
|
|
103
103
|
AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
|
|
104
104
|
AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
|
|
105
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
|
|
105
106
|
AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
|
|
106
|
-
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
|
|
107
|
+
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
|
|
108
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
|
|
107
109
|
};
|
|
108
110
|
/**
|
|
109
111
|
* Check if a given object implements the UserNotificationDto interface.
|
|
@@ -134,8 +134,10 @@ export declare const UserNotificationListItemDtoTypeEnum: {
|
|
|
134
134
|
readonly AUCTION_BUYER_OUTBID: "auction.buyer_outbid";
|
|
135
135
|
readonly AUCTION_BID_CREATED_FOR_BIDDER: "auction.bid_created_for_bidder";
|
|
136
136
|
readonly AUCTION_WINNER_CONTINUE_ORDER_EMAIL: "auction.winner_continue_order_email";
|
|
137
|
+
readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: "auction.finished_reserve_price_not_reached_bidder_notification";
|
|
137
138
|
readonly AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: "auction.finished_with_winner_seller_notification";
|
|
138
139
|
readonly AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: "auction.finished_without_winner_seller_notification";
|
|
140
|
+
readonly AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: "auction.finished_reserve_price_not_reached_seller_notification";
|
|
139
141
|
};
|
|
140
142
|
export type UserNotificationListItemDtoTypeEnum = typeof UserNotificationListItemDtoTypeEnum[keyof typeof UserNotificationListItemDtoTypeEnum];
|
|
141
143
|
/**
|
|
@@ -101,8 +101,10 @@ exports.UserNotificationListItemDtoTypeEnum = {
|
|
|
101
101
|
AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
|
|
102
102
|
AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
|
|
103
103
|
AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
|
|
104
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
|
|
104
105
|
AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
|
|
105
|
-
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
|
|
106
|
+
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
|
|
107
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
|
|
106
108
|
};
|
|
107
109
|
/**
|
|
108
110
|
* Check if a given object implements the UserNotificationListItemDto interface.
|
package/package.json
CHANGED
|
@@ -154,8 +154,10 @@ export const BuyerNotificationDtoTypeEnum = {
|
|
|
154
154
|
AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
|
|
155
155
|
AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
|
|
156
156
|
AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
|
|
157
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
|
|
157
158
|
AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
|
|
158
|
-
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
|
|
159
|
+
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
|
|
160
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
|
|
159
161
|
} as const;
|
|
160
162
|
export type BuyerNotificationDtoTypeEnum = typeof BuyerNotificationDtoTypeEnum[keyof typeof BuyerNotificationDtoTypeEnum];
|
|
161
163
|
|
|
@@ -140,8 +140,10 @@ export const BuyerNotificationListItemDtoTypeEnum = {
|
|
|
140
140
|
AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
|
|
141
141
|
AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
|
|
142
142
|
AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
|
|
143
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
|
|
143
144
|
AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
|
|
144
|
-
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
|
|
145
|
+
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
|
|
146
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
|
|
145
147
|
} as const;
|
|
146
148
|
export type BuyerNotificationListItemDtoTypeEnum = typeof BuyerNotificationListItemDtoTypeEnum[keyof typeof BuyerNotificationListItemDtoTypeEnum];
|
|
147
149
|
|
|
@@ -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
|
|
package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts
CHANGED
|
@@ -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
|
|
|
@@ -154,8 +154,10 @@ export const UserNotificationDtoTypeEnum = {
|
|
|
154
154
|
AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
|
|
155
155
|
AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
|
|
156
156
|
AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
|
|
157
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
|
|
157
158
|
AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
|
|
158
|
-
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
|
|
159
|
+
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
|
|
160
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
|
|
159
161
|
} as const;
|
|
160
162
|
export type UserNotificationDtoTypeEnum = typeof UserNotificationDtoTypeEnum[keyof typeof UserNotificationDtoTypeEnum];
|
|
161
163
|
|
|
@@ -140,8 +140,10 @@ export const UserNotificationListItemDtoTypeEnum = {
|
|
|
140
140
|
AUCTION_BUYER_OUTBID: 'auction.buyer_outbid',
|
|
141
141
|
AUCTION_BID_CREATED_FOR_BIDDER: 'auction.bid_created_for_bidder',
|
|
142
142
|
AUCTION_WINNER_CONTINUE_ORDER_EMAIL: 'auction.winner_continue_order_email',
|
|
143
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_BIDDER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_bidder_notification',
|
|
143
144
|
AUCTION_FINISHED_WITH_WINNER_SELLER_NOTIFICATION: 'auction.finished_with_winner_seller_notification',
|
|
144
|
-
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification'
|
|
145
|
+
AUCTION_FINISHED_WITHOUT_WINNER_SELLER_NOTIFICATION: 'auction.finished_without_winner_seller_notification',
|
|
146
|
+
AUCTION_FINISHED_RESERVE_PRICE_NOT_REACHED_SELLER_NOTIFICATION: 'auction.finished_reserve_price_not_reached_seller_notification'
|
|
145
147
|
} as const;
|
|
146
148
|
export type UserNotificationListItemDtoTypeEnum = typeof UserNotificationListItemDtoTypeEnum[keyof typeof UserNotificationListItemDtoTypeEnum];
|
|
147
149
|
|