@randock/nameshift-api-client 0.0.473 → 0.0.474
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/.openapi-generator/FILES +2 -0
- package/README.md +3 -3
- package/dist/apis/BuyersApi.d.ts +2 -2
- package/dist/apis/BuyersApi.js +2 -2
- package/dist/apis/BuyersPublicApi.d.ts +2 -2
- package/dist/apis/BuyersPublicApi.js +2 -2
- package/dist/apis/LeadsPublicApi.d.ts +1 -0
- package/dist/apis/LeadsPublicApi.js +3 -0
- package/dist/models/AccountSettingsDto.d.ts +7 -0
- package/dist/models/AccountSettingsDto.js +5 -0
- package/dist/models/AccountSettingsInput.d.ts +7 -0
- package/dist/models/AccountSettingsInput.js +3 -0
- package/dist/models/AdminDomainListItemDto.d.ts +7 -0
- package/dist/models/AdminDomainListItemDto.js +5 -0
- package/dist/models/AdminLeadListItemDto.d.ts +1 -0
- package/dist/models/AdminLeadListItemDto.js +1 -0
- package/dist/models/BuyerLeadListItemDto.d.ts +1 -0
- package/dist/models/BuyerLeadListItemDto.js +1 -0
- package/dist/models/BuyerNotificationDto.d.ts +1 -0
- package/dist/models/BuyerNotificationDto.js +1 -0
- package/dist/models/BuyerNotificationListItemDto.d.ts +1 -0
- package/dist/models/BuyerNotificationListItemDto.js +1 -0
- package/dist/models/CustomerSuccessDomainListItemDto.d.ts +7 -0
- package/dist/models/CustomerSuccessDomainListItemDto.js +5 -0
- package/dist/models/FeatureFlagListItemDto.d.ts +1 -0
- package/dist/models/FeatureFlagListItemDto.js +2 -1
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +1 -0
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +2 -1
- package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.d.ts +7 -0
- package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.js +5 -0
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +7 -0
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +5 -0
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.d.ts +7 -0
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.js +5 -0
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.d.ts +1 -0
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.js +1 -0
- package/dist/models/LeadDto.d.ts +1 -0
- package/dist/models/LeadDto.js +1 -0
- package/dist/models/LeadStatusDto.d.ts +1 -0
- package/dist/models/LeadStatusDto.js +1 -0
- package/dist/models/LeadVerificationInput.d.ts +54 -0
- package/dist/models/LeadVerificationInput.js +63 -0
- package/dist/models/LeadVerificationSettingsDto.d.ts +54 -0
- package/dist/models/LeadVerificationSettingsDto.js +69 -0
- package/dist/models/ListLeadsResultItem.d.ts +1 -0
- package/dist/models/ListLeadsResultItem.js +1 -0
- package/dist/models/PrivateAccountGetMeResponse.d.ts +1 -0
- package/dist/models/PrivateAccountGetMeResponse.js +2 -1
- package/dist/models/PublicLeadDto.d.ts +1 -0
- package/dist/models/PublicLeadDto.js +1 -0
- package/dist/models/RelatedLeadDto.d.ts +1 -0
- package/dist/models/RelatedLeadDto.js +1 -0
- package/dist/models/SellerLeadDetails.d.ts +1 -0
- package/dist/models/SellerLeadDetails.js +1 -0
- package/dist/models/SubscriptionDto.d.ts +1 -0
- package/dist/models/SubscriptionDto.js +1 -0
- package/dist/models/UpdateDomainInput.d.ts +7 -0
- package/dist/models/UpdateDomainInput.js +3 -0
- package/dist/models/UserNotificationDto.d.ts +1 -0
- package/dist/models/UserNotificationDto.js +1 -0
- package/dist/models/UserNotificationListItemDto.d.ts +1 -0
- package/dist/models/UserNotificationListItemDto.js +1 -0
- package/dist/models/WithSettingsInner.d.ts +7 -0
- package/dist/models/WithSettingsInner.js +5 -0
- package/dist/models/index.d.ts +2 -0
- package/dist/models/index.js +2 -0
- package/package.json +1 -1
- package/src/apis/BuyersApi.ts +2 -2
- package/src/apis/BuyersPublicApi.ts +2 -2
- package/src/apis/LeadsPublicApi.ts +5 -0
- package/src/models/AccountSettingsDto.ts +16 -0
- package/src/models/AccountSettingsInput.ts +15 -0
- package/src/models/AdminDomainListItemDto.ts +16 -0
- package/src/models/AdminLeadListItemDto.ts +1 -0
- package/src/models/BuyerLeadListItemDto.ts +1 -0
- package/src/models/BuyerNotificationDto.ts +1 -0
- package/src/models/BuyerNotificationListItemDto.ts +1 -0
- package/src/models/CustomerSuccessDomainListItemDto.ts +16 -0
- package/src/models/FeatureFlagListItemDto.ts +2 -1
- package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +2 -1
- package/src/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.ts +16 -0
- package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +16 -0
- package/src/models/IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.ts +16 -0
- package/src/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.ts +1 -0
- package/src/models/LeadDto.ts +1 -0
- package/src/models/LeadStatusDto.ts +1 -0
- package/src/models/LeadVerificationInput.ts +101 -0
- package/src/models/LeadVerificationSettingsDto.ts +104 -0
- package/src/models/ListLeadsResultItem.ts +1 -0
- package/src/models/PrivateAccountGetMeResponse.ts +2 -1
- package/src/models/PublicLeadDto.ts +1 -0
- package/src/models/RelatedLeadDto.ts +1 -0
- package/src/models/SellerLeadDetails.ts +1 -0
- package/src/models/SubscriptionDto.ts +1 -0
- package/src/models/UpdateDomainInput.ts +15 -0
- package/src/models/UserNotificationDto.ts +1 -0
- package/src/models/UserNotificationListItemDto.ts +1 -0
- package/src/models/WithSettingsInner.ts +16 -0
- package/src/models/index.ts +2 -0
|
@@ -48,6 +48,13 @@ import {
|
|
|
48
48
|
DomainLeadPriceNegotiatorAiAgentConfigurationInputToJSON,
|
|
49
49
|
DomainLeadPriceNegotiatorAiAgentConfigurationInputToJSONTyped,
|
|
50
50
|
} from './DomainLeadPriceNegotiatorAiAgentConfigurationInput';
|
|
51
|
+
import type { LeadVerificationInput } from './LeadVerificationInput';
|
|
52
|
+
import {
|
|
53
|
+
LeadVerificationInputFromJSON,
|
|
54
|
+
LeadVerificationInputFromJSONTyped,
|
|
55
|
+
LeadVerificationInputToJSON,
|
|
56
|
+
LeadVerificationInputToJSONTyped,
|
|
57
|
+
} from './LeadVerificationInput';
|
|
51
58
|
|
|
52
59
|
/**
|
|
53
60
|
*
|
|
@@ -109,6 +116,12 @@ export interface UpdateDomainInput {
|
|
|
109
116
|
* @memberof UpdateDomainInput
|
|
110
117
|
*/
|
|
111
118
|
leadPriceNegotiator?: DomainLeadPriceNegotiatorAiAgentConfigurationInput | null;
|
|
119
|
+
/**
|
|
120
|
+
* Lead verification override for the domain. Every null field inherits the account default.
|
|
121
|
+
* @type {LeadVerificationInput}
|
|
122
|
+
* @memberof UpdateDomainInput
|
|
123
|
+
*/
|
|
124
|
+
leadVerification?: LeadVerificationInput;
|
|
112
125
|
}
|
|
113
126
|
|
|
114
127
|
|
|
@@ -152,6 +165,7 @@ export function UpdateDomainInputFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
|
152
165
|
'landingPage': json['landingPage'] == null ? undefined : LandingPageInputFromJSON(json['landingPage']),
|
|
153
166
|
'allowThirdPartySalesDataSharing': json['allowThirdPartySalesDataSharing'] == null ? undefined : json['allowThirdPartySalesDataSharing'],
|
|
154
167
|
'leadPriceNegotiator': json['leadPriceNegotiator'] == null ? undefined : DomainLeadPriceNegotiatorAiAgentConfigurationInputFromJSON(json['leadPriceNegotiator']),
|
|
168
|
+
'leadVerification': json['leadVerification'] == null ? undefined : LeadVerificationInputFromJSON(json['leadVerification']),
|
|
155
169
|
};
|
|
156
170
|
}
|
|
157
171
|
|
|
@@ -175,6 +189,7 @@ export function UpdateDomainInputToJSONTyped(value?: UpdateDomainInput | null, i
|
|
|
175
189
|
'landingPage': LandingPageInputToJSON(value['landingPage']),
|
|
176
190
|
'allowThirdPartySalesDataSharing': value['allowThirdPartySalesDataSharing'],
|
|
177
191
|
'leadPriceNegotiator': DomainLeadPriceNegotiatorAiAgentConfigurationInputToJSON(value['leadPriceNegotiator']),
|
|
192
|
+
'leadVerification': LeadVerificationInputToJSON(value['leadVerification']),
|
|
178
193
|
};
|
|
179
194
|
}
|
|
180
195
|
|
|
@@ -109,6 +109,7 @@ export const UserNotificationDtoTypeEnum = {
|
|
|
109
109
|
EXPORT_COMPLETED: 'export_completed',
|
|
110
110
|
DOMAIN_IMPORT_FINISHED: 'domain_import_finished',
|
|
111
111
|
DOMAIN_OFFER_VERIFIED_BUYER_ACCESS_LINK_EMAIL: 'domain_offer_verified_buyer_access_link_email',
|
|
112
|
+
DOMAIN_OFFER_RECEIVED_BUYER_ACCESS_LINK_EMAIL: 'domain_offer_received_buyer_access_link_email',
|
|
112
113
|
DOMAIN_OFFER_ACCEPTED_CONTINUE_ORDER_EMAIL: 'domain_offer_accepted_continue_order_email',
|
|
113
114
|
DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL: 'domain_offer_accepted_continue_lease_to_own_email',
|
|
114
115
|
DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL_INSTALLMENTS_RANGE: 'domain_offer_accepted_continue_lease_to_own_email_installments_range',
|
|
@@ -95,6 +95,7 @@ export const UserNotificationListItemDtoTypeEnum = {
|
|
|
95
95
|
EXPORT_COMPLETED: 'export_completed',
|
|
96
96
|
DOMAIN_IMPORT_FINISHED: 'domain_import_finished',
|
|
97
97
|
DOMAIN_OFFER_VERIFIED_BUYER_ACCESS_LINK_EMAIL: 'domain_offer_verified_buyer_access_link_email',
|
|
98
|
+
DOMAIN_OFFER_RECEIVED_BUYER_ACCESS_LINK_EMAIL: 'domain_offer_received_buyer_access_link_email',
|
|
98
99
|
DOMAIN_OFFER_ACCEPTED_CONTINUE_ORDER_EMAIL: 'domain_offer_accepted_continue_order_email',
|
|
99
100
|
DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL: 'domain_offer_accepted_continue_lease_to_own_email',
|
|
100
101
|
DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL_INSTALLMENTS_RANGE: 'domain_offer_accepted_continue_lease_to_own_email_installments_range',
|
|
@@ -13,6 +13,13 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
+
import type { LeadVerificationSettingsDto } from './LeadVerificationSettingsDto';
|
|
17
|
+
import {
|
|
18
|
+
LeadVerificationSettingsDtoFromJSON,
|
|
19
|
+
LeadVerificationSettingsDtoFromJSONTyped,
|
|
20
|
+
LeadVerificationSettingsDtoToJSON,
|
|
21
|
+
LeadVerificationSettingsDtoToJSONTyped,
|
|
22
|
+
} from './LeadVerificationSettingsDto';
|
|
16
23
|
import type { LeadPriceNegotiatorAiAgentConfigurationDto } from './LeadPriceNegotiatorAiAgentConfigurationDto';
|
|
17
24
|
import {
|
|
18
25
|
LeadPriceNegotiatorAiAgentConfigurationDtoFromJSON,
|
|
@@ -217,6 +224,12 @@ export interface WithSettingsInner {
|
|
|
217
224
|
* @memberof WithSettingsInner
|
|
218
225
|
*/
|
|
219
226
|
leadOfferExpirationConfiguration: LeadOfferExpirationConfigurationDto;
|
|
227
|
+
/**
|
|
228
|
+
* Default lead verification settings: how offers are verified before the seller sees them.
|
|
229
|
+
* @type {LeadVerificationSettingsDto}
|
|
230
|
+
* @memberof WithSettingsInner
|
|
231
|
+
*/
|
|
232
|
+
leadVerification: LeadVerificationSettingsDto;
|
|
220
233
|
}
|
|
221
234
|
|
|
222
235
|
/**
|
|
@@ -243,6 +256,7 @@ export function instanceOfWithSettingsInner(value: object): value is WithSetting
|
|
|
243
256
|
if (!('auctionConfiguration' in value) || value['auctionConfiguration'] === undefined) return false;
|
|
244
257
|
if (!('domainLockConfiguration' in value) || value['domainLockConfiguration'] === undefined) return false;
|
|
245
258
|
if (!('leadOfferExpirationConfiguration' in value) || value['leadOfferExpirationConfiguration'] === undefined) return false;
|
|
259
|
+
if (!('leadVerification' in value) || value['leadVerification'] === undefined) return false;
|
|
246
260
|
return true;
|
|
247
261
|
}
|
|
248
262
|
|
|
@@ -276,6 +290,7 @@ export function WithSettingsInnerFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
|
276
290
|
'auctionConfiguration': AuctionConfigurationDtoFromJSON(json['auctionConfiguration']),
|
|
277
291
|
'domainLockConfiguration': DomainLockConfigurationDtoFromJSON(json['domainLockConfiguration']),
|
|
278
292
|
'leadOfferExpirationConfiguration': LeadOfferExpirationConfigurationDtoFromJSON(json['leadOfferExpirationConfiguration']),
|
|
293
|
+
'leadVerification': LeadVerificationSettingsDtoFromJSON(json['leadVerification']),
|
|
279
294
|
};
|
|
280
295
|
}
|
|
281
296
|
|
|
@@ -310,6 +325,7 @@ export function WithSettingsInnerToJSONTyped(value?: WithSettingsInner | null, i
|
|
|
310
325
|
'auctionConfiguration': AuctionConfigurationDtoToJSON(value['auctionConfiguration']),
|
|
311
326
|
'domainLockConfiguration': DomainLockConfigurationDtoToJSON(value['domainLockConfiguration']),
|
|
312
327
|
'leadOfferExpirationConfiguration': LeadOfferExpirationConfigurationDtoToJSON(value['leadOfferExpirationConfiguration']),
|
|
328
|
+
'leadVerification': LeadVerificationSettingsDtoToJSON(value['leadVerification']),
|
|
313
329
|
};
|
|
314
330
|
}
|
|
315
331
|
|
package/src/models/index.ts
CHANGED
|
@@ -326,6 +326,8 @@ export * from './LeadPriceNegotiatorAiAgentConfigurationDto';
|
|
|
326
326
|
export * from './LeadPriceNegotiatorAiAgentConfigurationInput';
|
|
327
327
|
export * from './LeadRentConfigurationDto';
|
|
328
328
|
export * from './LeadStatusDto';
|
|
329
|
+
export * from './LeadVerificationInput';
|
|
330
|
+
export * from './LeadVerificationSettingsDto';
|
|
329
331
|
export * from './LeaseToOwnConfigurationDto';
|
|
330
332
|
export * from './LeaseToOwnConfigurationInput';
|
|
331
333
|
export * from './LeaseToOwnConfigurationPresetsDto';
|