@randock/nameshift-api-client 0.0.472 → 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.
Files changed (165) hide show
  1. package/.openapi-generator/FILES +2 -0
  2. package/README.md +3 -3
  3. package/dist/apis/AdminApi.d.ts +6 -6
  4. package/dist/apis/BuyersApi.d.ts +2 -2
  5. package/dist/apis/BuyersApi.js +2 -2
  6. package/dist/apis/BuyersPublicApi.d.ts +2 -2
  7. package/dist/apis/BuyersPublicApi.js +2 -2
  8. package/dist/apis/LeadsPublicApi.d.ts +3 -2
  9. package/dist/apis/LeadsPublicApi.js +19 -5
  10. package/dist/apis/MarketingApi.d.ts +2 -2
  11. package/dist/apis/StatsApi.d.ts +5 -5
  12. package/dist/models/AccountChallengeRewardUsageListItemDtoMetadata.d.ts +1 -1
  13. package/dist/models/AccountChallengeRewardUsageListItemDtoMetadata.js +3 -1
  14. package/dist/models/AccountSettingsDto.d.ts +7 -0
  15. package/dist/models/AccountSettingsDto.js +5 -0
  16. package/dist/models/AccountSettingsInput.d.ts +7 -0
  17. package/dist/models/AccountSettingsInput.js +3 -0
  18. package/dist/models/AdminBankDepositDto.d.ts +4 -2
  19. package/dist/models/AdminChallengeListItemDto.d.ts +4 -2
  20. package/dist/models/AdminDomainListItemDto.d.ts +7 -0
  21. package/dist/models/AdminDomainListItemDto.js +5 -0
  22. package/dist/models/AdminLeadListItemDto.d.ts +1 -0
  23. package/dist/models/AdminLeadListItemDto.js +1 -0
  24. package/dist/models/AggregatedPaginationResponse.d.ts +4 -2
  25. package/dist/models/AirwallexDepositDto.d.ts +4 -2
  26. package/dist/models/AirwallexDepositDtoFee.d.ts +2 -2
  27. package/dist/models/AirwallexDepositDtoFee.js +6 -2
  28. package/dist/models/BuyerDto.d.ts +3 -3
  29. package/dist/models/BuyerLeadListItemDto.d.ts +1 -0
  30. package/dist/models/BuyerLeadListItemDto.js +1 -0
  31. package/dist/models/BuyerNotificationDto.d.ts +1 -0
  32. package/dist/models/BuyerNotificationDto.js +1 -0
  33. package/dist/models/BuyerNotificationListItemDto.d.ts +1 -0
  34. package/dist/models/BuyerNotificationListItemDto.js +1 -0
  35. package/dist/models/CommissionAction.d.ts +1 -1
  36. package/dist/models/CommissionAction.js +1 -1
  37. package/dist/models/CommissionAddUpdateActionInput.d.ts +1 -1
  38. package/dist/models/CommissionConfigurationInput.d.ts +1 -1
  39. package/dist/models/CommissionDeleteActionInput.d.ts +1 -1
  40. package/dist/models/CommissionFactor.d.ts +1 -1
  41. package/dist/models/CommissionFactor.js +1 -1
  42. package/dist/models/CreateAccountPaymentInput.d.ts +4 -2
  43. package/dist/models/CreateApiKeyInput.d.ts +2 -2
  44. package/dist/models/CreateApiKeyInput.js +2 -2
  45. package/dist/models/CustomerSuccessDomainListItemDto.d.ts +7 -0
  46. package/dist/models/CustomerSuccessDomainListItemDto.js +5 -0
  47. package/dist/models/FeatureFlagListItemDto.d.ts +1 -0
  48. package/dist/models/FeatureFlagListItemDto.js +2 -1
  49. package/dist/models/FixedCommissionPayloadDto.d.ts +1 -1
  50. package/dist/models/FixedCommissionPayloadSimulationInput.d.ts +1 -1
  51. package/dist/models/FixedCommissionReasonPayloadDto.d.ts +1 -1
  52. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +1 -0
  53. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +2 -1
  54. package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.d.ts +7 -0
  55. package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.js +5 -0
  56. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +7 -0
  57. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +5 -0
  58. package/dist/models/IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.d.ts +7 -0
  59. package/dist/models/IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.js +5 -0
  60. package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.d.ts +1 -0
  61. package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.js +1 -0
  62. package/dist/models/LeadDto.d.ts +1 -0
  63. package/dist/models/LeadDto.js +1 -0
  64. package/dist/models/LeadStatusDto.d.ts +1 -0
  65. package/dist/models/LeadStatusDto.js +1 -0
  66. package/dist/models/LeadVerificationInput.d.ts +54 -0
  67. package/dist/models/LeadVerificationInput.js +63 -0
  68. package/dist/models/LeadVerificationSettingsDto.d.ts +54 -0
  69. package/dist/models/LeadVerificationSettingsDto.js +69 -0
  70. package/dist/models/List200Response3.d.ts +4 -2
  71. package/dist/models/List200Response4.d.ts +4 -2
  72. package/dist/models/ListLeadsResultItem.d.ts +1 -0
  73. package/dist/models/ListLeadsResultItem.js +1 -0
  74. package/dist/models/OrderDto.d.ts +4 -2
  75. package/dist/models/OwnedDomainDto.d.ts +4 -2
  76. package/dist/models/PrivateAccountGetMeResponse.d.ts +1 -0
  77. package/dist/models/PrivateAccountGetMeResponse.js +2 -1
  78. package/dist/models/PublicLeadDto.d.ts +1 -0
  79. package/dist/models/PublicLeadDto.js +1 -0
  80. package/dist/models/RelatedLeadDto.d.ts +1 -0
  81. package/dist/models/RelatedLeadDto.js +1 -0
  82. package/dist/models/SalesCountCommissionPayloadDto.d.ts +1 -1
  83. package/dist/models/SalesCountCommissionPayloadSimulationInput.d.ts +1 -1
  84. package/dist/models/SalesCountCommissionReasonPayloadDto.d.ts +1 -1
  85. package/dist/models/SellerLeadDetails.d.ts +1 -0
  86. package/dist/models/SellerLeadDetails.js +1 -0
  87. package/dist/models/SellerScaleChallengeListItemDto.d.ts +4 -2
  88. package/dist/models/SubscriptionDto.d.ts +5 -2
  89. package/dist/models/SubscriptionDto.js +1 -0
  90. package/dist/models/UpdateApiKeyInput.d.ts +2 -2
  91. package/dist/models/UpdateApiKeyInput.js +2 -2
  92. package/dist/models/UpdateChallengeInput.d.ts +4 -2
  93. package/dist/models/UpdateDomainInput.d.ts +7 -0
  94. package/dist/models/UpdateDomainInput.js +3 -0
  95. package/dist/models/UserNotificationDto.d.ts +1 -0
  96. package/dist/models/UserNotificationDto.js +1 -0
  97. package/dist/models/UserNotificationListItemDto.d.ts +1 -0
  98. package/dist/models/UserNotificationListItemDto.js +1 -0
  99. package/dist/models/WithSettingsInner.d.ts +7 -0
  100. package/dist/models/WithSettingsInner.js +5 -0
  101. package/dist/models/index.d.ts +2 -0
  102. package/dist/models/index.js +2 -0
  103. package/package.json +1 -1
  104. package/src/apis/AdminApi.ts +8 -5
  105. package/src/apis/BuyersApi.ts +2 -2
  106. package/src/apis/BuyersPublicApi.ts +2 -2
  107. package/src/apis/LeadsPublicApi.ts +17 -4
  108. package/src/apis/MarketingApi.ts +4 -1
  109. package/src/apis/StatsApi.ts +7 -4
  110. package/src/models/AccountChallengeRewardUsageListItemDtoMetadata.ts +3 -2
  111. package/src/models/AccountSettingsDto.ts +16 -0
  112. package/src/models/AccountSettingsInput.ts +15 -0
  113. package/src/models/AdminBankDepositDto.ts +2 -2
  114. package/src/models/AdminChallengeListItemDto.ts +2 -2
  115. package/src/models/AdminDomainListItemDto.ts +16 -0
  116. package/src/models/AdminLeadListItemDto.ts +1 -0
  117. package/src/models/AggregatedPaginationResponse.ts +2 -2
  118. package/src/models/AirwallexDepositDto.ts +2 -2
  119. package/src/models/AirwallexDepositDtoFee.ts +6 -4
  120. package/src/models/BuyerDto.ts +3 -3
  121. package/src/models/BuyerLeadListItemDto.ts +1 -0
  122. package/src/models/BuyerNotificationDto.ts +1 -0
  123. package/src/models/BuyerNotificationListItemDto.ts +1 -0
  124. package/src/models/CommissionAction.ts +1 -1
  125. package/src/models/CommissionAddUpdateActionInput.ts +1 -1
  126. package/src/models/CommissionConfigurationInput.ts +1 -1
  127. package/src/models/CommissionDeleteActionInput.ts +1 -1
  128. package/src/models/CommissionFactor.ts +1 -1
  129. package/src/models/CreateAccountPaymentInput.ts +2 -2
  130. package/src/models/CreateApiKeyInput.ts +4 -4
  131. package/src/models/CustomerSuccessDomainListItemDto.ts +16 -0
  132. package/src/models/FeatureFlagListItemDto.ts +2 -1
  133. package/src/models/FixedCommissionPayloadDto.ts +1 -1
  134. package/src/models/FixedCommissionPayloadSimulationInput.ts +1 -1
  135. package/src/models/FixedCommissionReasonPayloadDto.ts +1 -1
  136. package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +2 -1
  137. package/src/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.ts +16 -0
  138. package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +16 -0
  139. package/src/models/IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.ts +16 -0
  140. package/src/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.ts +1 -0
  141. package/src/models/LeadDto.ts +1 -0
  142. package/src/models/LeadStatusDto.ts +1 -0
  143. package/src/models/LeadVerificationInput.ts +101 -0
  144. package/src/models/LeadVerificationSettingsDto.ts +104 -0
  145. package/src/models/List200Response3.ts +2 -2
  146. package/src/models/List200Response4.ts +2 -2
  147. package/src/models/ListLeadsResultItem.ts +1 -0
  148. package/src/models/OrderDto.ts +2 -2
  149. package/src/models/OwnedDomainDto.ts +2 -2
  150. package/src/models/PrivateAccountGetMeResponse.ts +2 -1
  151. package/src/models/PublicLeadDto.ts +1 -0
  152. package/src/models/RelatedLeadDto.ts +1 -0
  153. package/src/models/SalesCountCommissionPayloadDto.ts +1 -1
  154. package/src/models/SalesCountCommissionPayloadSimulationInput.ts +1 -1
  155. package/src/models/SalesCountCommissionReasonPayloadDto.ts +1 -1
  156. package/src/models/SellerLeadDetails.ts +1 -0
  157. package/src/models/SellerScaleChallengeListItemDto.ts +2 -2
  158. package/src/models/SubscriptionDto.ts +3 -2
  159. package/src/models/UpdateApiKeyInput.ts +4 -4
  160. package/src/models/UpdateChallengeInput.ts +2 -2
  161. package/src/models/UpdateDomainInput.ts +15 -0
  162. package/src/models/UserNotificationDto.ts +1 -0
  163. package/src/models/UserNotificationListItemDto.ts +1 -0
  164. package/src/models/WithSettingsInner.ts +16 -0
  165. 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
 
@@ -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';