@randock/nameshift-api-client 0.0.473 → 0.0.475

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 (131) hide show
  1. package/.openapi-generator/FILES +8 -0
  2. package/README.md +3 -3
  3. package/dist/apis/AdminApi.d.ts +57 -1
  4. package/dist/apis/AdminApi.js +230 -0
  5. package/dist/apis/BuyersApi.d.ts +2 -2
  6. package/dist/apis/BuyersApi.js +2 -2
  7. package/dist/apis/BuyersPublicApi.d.ts +2 -2
  8. package/dist/apis/BuyersPublicApi.js +2 -2
  9. package/dist/apis/CustomerSuccessApi.d.ts +57 -1
  10. package/dist/apis/CustomerSuccessApi.js +230 -0
  11. package/dist/apis/LeadsPublicApi.d.ts +1 -0
  12. package/dist/apis/LeadsPublicApi.js +3 -0
  13. package/dist/models/AccountNoteAuthorDto.d.ts +50 -0
  14. package/dist/models/AccountNoteAuthorDto.js +63 -0
  15. package/dist/models/AccountNoteDto.d.ts +63 -0
  16. package/dist/models/AccountNoteDto.js +72 -0
  17. package/dist/models/AccountNoteListDto.d.ts +33 -0
  18. package/dist/models/AccountNoteListDto.js +52 -0
  19. package/dist/models/AccountSettingsDto.d.ts +7 -0
  20. package/dist/models/AccountSettingsDto.js +5 -0
  21. package/dist/models/AccountSettingsInput.d.ts +7 -0
  22. package/dist/models/AccountSettingsInput.js +3 -0
  23. package/dist/models/AdminDomainListItemDto.d.ts +7 -0
  24. package/dist/models/AdminDomainListItemDto.js +5 -0
  25. package/dist/models/AdminLeadListItemDto.d.ts +1 -0
  26. package/dist/models/AdminLeadListItemDto.js +1 -0
  27. package/dist/models/AdminListAccountDto.d.ts +12 -0
  28. package/dist/models/AdminListAccountDto.js +8 -0
  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/CreateAccountNoteInput.d.ts +32 -0
  36. package/dist/models/CreateAccountNoteInput.js +51 -0
  37. package/dist/models/CustomerSuccessDomainListItemDto.d.ts +7 -0
  38. package/dist/models/CustomerSuccessDomainListItemDto.js +5 -0
  39. package/dist/models/CustomerSuccessListAccountDto.d.ts +12 -0
  40. package/dist/models/CustomerSuccessListAccountDto.js +8 -0
  41. package/dist/models/FeatureFlagListItemDto.d.ts +1 -0
  42. package/dist/models/FeatureFlagListItemDto.js +2 -1
  43. package/dist/models/ForbiddenException.d.ts +44 -0
  44. package/dist/models/ForbiddenException.js +59 -0
  45. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +1 -0
  46. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +2 -1
  47. package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.d.ts +7 -0
  48. package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.js +5 -0
  49. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +7 -0
  50. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +5 -0
  51. package/dist/models/IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.d.ts +7 -0
  52. package/dist/models/IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.js +5 -0
  53. package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.d.ts +1 -0
  54. package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.js +1 -0
  55. package/dist/models/LeadDto.d.ts +1 -0
  56. package/dist/models/LeadDto.js +1 -0
  57. package/dist/models/LeadStatusDto.d.ts +1 -0
  58. package/dist/models/LeadStatusDto.js +1 -0
  59. package/dist/models/LeadVerificationInput.d.ts +54 -0
  60. package/dist/models/LeadVerificationInput.js +63 -0
  61. package/dist/models/LeadVerificationSettingsDto.d.ts +54 -0
  62. package/dist/models/LeadVerificationSettingsDto.js +69 -0
  63. package/dist/models/ListLeadsResultItem.d.ts +1 -0
  64. package/dist/models/ListLeadsResultItem.js +1 -0
  65. package/dist/models/PrivateAccountGetMeResponse.d.ts +1 -0
  66. package/dist/models/PrivateAccountGetMeResponse.js +2 -1
  67. package/dist/models/PublicLeadDto.d.ts +1 -0
  68. package/dist/models/PublicLeadDto.js +1 -0
  69. package/dist/models/RelatedLeadDto.d.ts +1 -0
  70. package/dist/models/RelatedLeadDto.js +1 -0
  71. package/dist/models/SellerLeadDetails.d.ts +1 -0
  72. package/dist/models/SellerLeadDetails.js +1 -0
  73. package/dist/models/SubscriptionDto.d.ts +1 -0
  74. package/dist/models/SubscriptionDto.js +1 -0
  75. package/dist/models/UpdateAccountNoteInput.d.ts +32 -0
  76. package/dist/models/UpdateAccountNoteInput.js +51 -0
  77. package/dist/models/UpdateDomainInput.d.ts +7 -0
  78. package/dist/models/UpdateDomainInput.js +3 -0
  79. package/dist/models/UserNotificationDto.d.ts +1 -0
  80. package/dist/models/UserNotificationDto.js +1 -0
  81. package/dist/models/UserNotificationListItemDto.d.ts +1 -0
  82. package/dist/models/UserNotificationListItemDto.js +1 -0
  83. package/dist/models/WithSettingsInner.d.ts +7 -0
  84. package/dist/models/WithSettingsInner.js +5 -0
  85. package/dist/models/index.d.ts +8 -0
  86. package/dist/models/index.js +8 -0
  87. package/package.json +1 -1
  88. package/src/apis/AccountsApi.ts +3 -0
  89. package/src/apis/AdminApi.ts +235 -0
  90. package/src/apis/BuyersApi.ts +5 -2
  91. package/src/apis/BuyersPublicApi.ts +2 -2
  92. package/src/apis/CustomerSuccessApi.ts +238 -0
  93. package/src/apis/DomainsApi.ts +3 -0
  94. package/src/apis/LeadsPublicApi.ts +5 -0
  95. package/src/models/AccountNoteAuthorDto.ts +93 -0
  96. package/src/models/AccountNoteDto.ts +119 -0
  97. package/src/models/AccountNoteListDto.ts +74 -0
  98. package/src/models/AccountSettingsDto.ts +16 -0
  99. package/src/models/AccountSettingsInput.ts +15 -0
  100. package/src/models/AdminDomainListItemDto.ts +16 -0
  101. package/src/models/AdminLeadListItemDto.ts +1 -0
  102. package/src/models/AdminListAccountDto.ts +18 -0
  103. package/src/models/BuyerLeadListItemDto.ts +1 -0
  104. package/src/models/BuyerNotificationDto.ts +1 -0
  105. package/src/models/BuyerNotificationListItemDto.ts +1 -0
  106. package/src/models/CreateAccountNoteInput.ts +66 -0
  107. package/src/models/CustomerSuccessDomainListItemDto.ts +16 -0
  108. package/src/models/CustomerSuccessListAccountDto.ts +18 -0
  109. package/src/models/FeatureFlagListItemDto.ts +2 -1
  110. package/src/models/ForbiddenException.ts +84 -0
  111. package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +2 -1
  112. package/src/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.ts +16 -0
  113. package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +16 -0
  114. package/src/models/IntersectionDomainDtoWithSeoMetricsDtoWithRoutingDto.ts +16 -0
  115. package/src/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.ts +1 -0
  116. package/src/models/LeadDto.ts +1 -0
  117. package/src/models/LeadStatusDto.ts +1 -0
  118. package/src/models/LeadVerificationInput.ts +101 -0
  119. package/src/models/LeadVerificationSettingsDto.ts +104 -0
  120. package/src/models/ListLeadsResultItem.ts +1 -0
  121. package/src/models/PrivateAccountGetMeResponse.ts +2 -1
  122. package/src/models/PublicLeadDto.ts +1 -0
  123. package/src/models/RelatedLeadDto.ts +1 -0
  124. package/src/models/SellerLeadDetails.ts +1 -0
  125. package/src/models/SubscriptionDto.ts +1 -0
  126. package/src/models/UpdateAccountNoteInput.ts +66 -0
  127. package/src/models/UpdateDomainInput.ts +15 -0
  128. package/src/models/UserNotificationDto.ts +1 -0
  129. package/src/models/UserNotificationListItemDto.ts +1 -0
  130. package/src/models/WithSettingsInner.ts +16 -0
  131. package/src/models/index.ts +8 -0
@@ -15,6 +15,7 @@ import type { LandingPageInput } from './LandingPageInput';
15
15
  import type { TimeTableConfigurationInput } from './TimeTableConfigurationInput';
16
16
  import type { LeadPriceNegotiatorAiAgentConfigurationInput } from './LeadPriceNegotiatorAiAgentConfigurationInput';
17
17
  import type { LeaseToOwnConfigurationInput } from './LeaseToOwnConfigurationInput';
18
+ import type { LeadVerificationInput } from './LeadVerificationInput';
18
19
  import type { AccountAliasInput } from './AccountAliasInput';
19
20
  /**
20
21
  *
@@ -112,6 +113,12 @@ export interface AccountSettingsInput {
112
113
  * @memberof AccountSettingsInput
113
114
  */
114
115
  leadOfferExpirationConfiguration?: LockConfigurationInput;
116
+ /**
117
+ * Default lead verification settings: how offers are verified before the seller sees them. Domains may override them.
118
+ * @type {LeadVerificationInput}
119
+ * @memberof AccountSettingsInput
120
+ */
121
+ leadVerification?: LeadVerificationInput;
115
122
  }
116
123
  /**
117
124
  * @export
@@ -25,6 +25,7 @@ var LandingPageInput_1 = require("./LandingPageInput");
25
25
  var TimeTableConfigurationInput_1 = require("./TimeTableConfigurationInput");
26
26
  var LeadPriceNegotiatorAiAgentConfigurationInput_1 = require("./LeadPriceNegotiatorAiAgentConfigurationInput");
27
27
  var LeaseToOwnConfigurationInput_1 = require("./LeaseToOwnConfigurationInput");
28
+ var LeadVerificationInput_1 = require("./LeadVerificationInput");
28
29
  var AccountAliasInput_1 = require("./AccountAliasInput");
29
30
  /**
30
31
  * @export
@@ -66,6 +67,7 @@ function AccountSettingsInputFromJSONTyped(json, ignoreDiscriminator) {
66
67
  'transferCostPaymentMaxPercentage': json['transferCostPaymentMaxPercentage'] == null ? undefined : json['transferCostPaymentMaxPercentage'],
67
68
  'domainLockConfiguration': json['domainLockConfiguration'] == null ? undefined : (0, LockConfigurationInput_1.LockConfigurationInputFromJSON)(json['domainLockConfiguration']),
68
69
  'leadOfferExpirationConfiguration': json['leadOfferExpirationConfiguration'] == null ? undefined : (0, LockConfigurationInput_1.LockConfigurationInputFromJSON)(json['leadOfferExpirationConfiguration']),
70
+ 'leadVerification': json['leadVerification'] == null ? undefined : (0, LeadVerificationInput_1.LeadVerificationInputFromJSON)(json['leadVerification']),
69
71
  };
70
72
  }
71
73
  function AccountSettingsInputToJSON(json) {
@@ -92,5 +94,6 @@ function AccountSettingsInputToJSONTyped(value, ignoreDiscriminator) {
92
94
  'transferCostPaymentMaxPercentage': value['transferCostPaymentMaxPercentage'],
93
95
  'domainLockConfiguration': (0, LockConfigurationInput_1.LockConfigurationInputToJSON)(value['domainLockConfiguration']),
94
96
  'leadOfferExpirationConfiguration': (0, LockConfigurationInput_1.LockConfigurationInputToJSON)(value['leadOfferExpirationConfiguration']),
97
+ 'leadVerification': (0, LeadVerificationInput_1.LeadVerificationInputToJSON)(value['leadVerification']),
95
98
  };
96
99
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { LeadVerificationSettingsDto } from './LeadVerificationSettingsDto';
12
13
  import type { MoneyDto } from './MoneyDto';
13
14
  import type { RentConfigurationDto } from './RentConfigurationDto';
14
15
  import type { DomainAuctionDto } from './DomainAuctionDto';
@@ -208,6 +209,12 @@ export interface AdminDomainListItemDto {
208
209
  * @memberof AdminDomainListItemDto
209
210
  */
210
211
  marketplace: AdminDomainListItemDtoMarketplaceEnum | null;
212
+ /**
213
+ * Lead verification override for this domain. Every null field inherits the account default.
214
+ * @type {LeadVerificationSettingsDto}
215
+ * @memberof AdminDomainListItemDto
216
+ */
217
+ leadVerification: LeadVerificationSettingsDto;
211
218
  /**
212
219
  * Account that owns the domain.
213
220
  * @type {AccountDto}
@@ -19,6 +19,7 @@ exports.AdminDomainListItemDtoFromJSON = AdminDomainListItemDtoFromJSON;
19
19
  exports.AdminDomainListItemDtoFromJSONTyped = AdminDomainListItemDtoFromJSONTyped;
20
20
  exports.AdminDomainListItemDtoToJSON = AdminDomainListItemDtoToJSON;
21
21
  exports.AdminDomainListItemDtoToJSONTyped = AdminDomainListItemDtoToJSONTyped;
22
+ var LeadVerificationSettingsDto_1 = require("./LeadVerificationSettingsDto");
22
23
  var MoneyDto_1 = require("./MoneyDto");
23
24
  var RentConfigurationDto_1 = require("./RentConfigurationDto");
24
25
  var DomainAuctionDto_1 = require("./DomainAuctionDto");
@@ -115,6 +116,8 @@ function instanceOfAdminDomainListItemDto(value) {
115
116
  return false;
116
117
  if (!('marketplace' in value) || value['marketplace'] === undefined)
117
118
  return false;
119
+ if (!('leadVerification' in value) || value['leadVerification'] === undefined)
120
+ return false;
118
121
  if (!('account' in value) || value['account'] === undefined)
119
122
  return false;
120
123
  if (!('pointsToOurServerReason' in value) || value['pointsToOurServerReason'] === undefined)
@@ -160,6 +163,7 @@ function AdminDomainListItemDtoFromJSONTyped(json, ignoreDiscriminator) {
160
163
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
161
164
  'showcased': json['showcased'],
162
165
  'marketplace': json['marketplace'],
166
+ 'leadVerification': (0, LeadVerificationSettingsDto_1.LeadVerificationSettingsDtoFromJSON)(json['leadVerification']),
163
167
  'account': (0, AccountDto_1.AccountDtoFromJSON)(json['account']),
164
168
  'pointsToOurServerReason': json['pointsToOurServerReason'],
165
169
  };
@@ -204,6 +208,7 @@ function AdminDomainListItemDtoToJSONTyped(value, ignoreDiscriminator) {
204
208
  'lockedUntil': (value['lockedUntil'] == null ? null : value['lockedUntil'].toISOString()),
205
209
  'showcased': value['showcased'],
206
210
  'marketplace': value['marketplace'],
211
+ 'leadVerification': (0, LeadVerificationSettingsDto_1.LeadVerificationSettingsDtoToJSON)(value['leadVerification']),
207
212
  'account': (0, AccountDto_1.AccountDtoToJSON)(value['account']),
208
213
  'pointsToOurServerReason': value['pointsToOurServerReason'],
209
214
  };
@@ -126,6 +126,7 @@ export interface AdminLeadListItemDto {
126
126
  * @export
127
127
  */
128
128
  export declare const AdminLeadListItemDtoStatusEnum: {
129
+ readonly DRAFT: "draft";
129
130
  readonly UNVERIFIED: "unverified";
130
131
  readonly ACTIVE: "active";
131
132
  readonly ACCEPTED: "accepted";
@@ -27,6 +27,7 @@ var AccountDto_1 = require("./AccountDto");
27
27
  * @export
28
28
  */
29
29
  exports.AdminLeadListItemDtoStatusEnum = {
30
+ DRAFT: 'draft',
30
31
  UNVERIFIED: 'unverified',
31
32
  ACTIVE: 'active',
32
33
  ACCEPTED: 'accepted',
@@ -31,6 +31,18 @@ export interface AdminListAccountDto {
31
31
  * @memberof AdminListAccountDto
32
32
  */
33
33
  identifier: string;
34
+ /**
35
+ * Number of private notes written about the account.
36
+ * @type {number}
37
+ * @memberof AdminListAccountDto
38
+ */
39
+ notesNumber: number;
40
+ /**
41
+ * When any of the account notes was last written or edited. Null when there are none.
42
+ * @type {Date}
43
+ * @memberof AdminListAccountDto
44
+ */
45
+ notesLastUpdatedAt: Date | null;
34
46
  /**
35
47
  * Account creation date.
36
48
  * @type {Date}
@@ -53,6 +53,10 @@ function instanceOfAdminListAccountDto(value) {
53
53
  return false;
54
54
  if (!('identifier' in value) || value['identifier'] === undefined)
55
55
  return false;
56
+ if (!('notesNumber' in value) || value['notesNumber'] === undefined)
57
+ return false;
58
+ if (!('notesLastUpdatedAt' in value) || value['notesLastUpdatedAt'] === undefined)
59
+ return false;
56
60
  if (!('createdAt' in value) || value['createdAt'] === undefined)
57
61
  return false;
58
62
  if (!('name' in value) || value['name'] === undefined)
@@ -97,6 +101,8 @@ function AdminListAccountDtoFromJSONTyped(json, ignoreDiscriminator) {
97
101
  return {
98
102
  'id': json['id'],
99
103
  'identifier': json['identifier'],
104
+ 'notesNumber': json['notesNumber'],
105
+ 'notesLastUpdatedAt': (json['notesLastUpdatedAt'] == null ? null : new Date(json['notesLastUpdatedAt'])),
100
106
  'createdAt': (new Date(json['createdAt'])),
101
107
  'name': json['name'],
102
108
  'type': json['type'],
@@ -126,6 +132,8 @@ function AdminListAccountDtoToJSONTyped(value, ignoreDiscriminator) {
126
132
  return {
127
133
  'id': value['id'],
128
134
  'identifier': value['identifier'],
135
+ 'notesNumber': value['notesNumber'],
136
+ 'notesLastUpdatedAt': (value['notesLastUpdatedAt'] == null ? null : value['notesLastUpdatedAt'].toISOString()),
129
137
  'createdAt': ((value['createdAt']).toISOString()),
130
138
  'name': value['name'],
131
139
  'type': value['type'],
@@ -95,6 +95,7 @@ export interface BuyerLeadListItemDto {
95
95
  * @export
96
96
  */
97
97
  export declare const BuyerLeadListItemDtoStatusEnum: {
98
+ readonly DRAFT: "draft";
98
99
  readonly UNVERIFIED: "unverified";
99
100
  readonly ACTIVE: "active";
100
101
  readonly ACCEPTED: "accepted";
@@ -26,6 +26,7 @@ var LeaseToOwnConfigurationDto_1 = require("./LeaseToOwnConfigurationDto");
26
26
  * @export
27
27
  */
28
28
  exports.BuyerLeadListItemDtoStatusEnum = {
29
+ DRAFT: 'draft',
29
30
  UNVERIFIED: 'unverified',
30
31
  ACTIVE: 'active',
31
32
  ACCEPTED: 'accepted',
@@ -96,6 +96,7 @@ export declare const BuyerNotificationDtoTypeEnum: {
96
96
  readonly EXPORT_COMPLETED: "export_completed";
97
97
  readonly DOMAIN_IMPORT_FINISHED: "domain_import_finished";
98
98
  readonly DOMAIN_OFFER_VERIFIED_BUYER_ACCESS_LINK_EMAIL: "domain_offer_verified_buyer_access_link_email";
99
+ readonly DOMAIN_OFFER_RECEIVED_BUYER_ACCESS_LINK_EMAIL: "domain_offer_received_buyer_access_link_email";
99
100
  readonly DOMAIN_OFFER_ACCEPTED_CONTINUE_ORDER_EMAIL: "domain_offer_accepted_continue_order_email";
100
101
  readonly DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL: "domain_offer_accepted_continue_lease_to_own_email";
101
102
  readonly DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL_INSTALLMENTS_RANGE: "domain_offer_accepted_continue_lease_to_own_email_installments_range";
@@ -57,6 +57,7 @@ exports.BuyerNotificationDtoTypeEnum = {
57
57
  EXPORT_COMPLETED: 'export_completed',
58
58
  DOMAIN_IMPORT_FINISHED: 'domain_import_finished',
59
59
  DOMAIN_OFFER_VERIFIED_BUYER_ACCESS_LINK_EMAIL: 'domain_offer_verified_buyer_access_link_email',
60
+ DOMAIN_OFFER_RECEIVED_BUYER_ACCESS_LINK_EMAIL: 'domain_offer_received_buyer_access_link_email',
60
61
  DOMAIN_OFFER_ACCEPTED_CONTINUE_ORDER_EMAIL: 'domain_offer_accepted_continue_order_email',
61
62
  DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL: 'domain_offer_accepted_continue_lease_to_own_email',
62
63
  DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL_INSTALLMENTS_RANGE: 'domain_offer_accepted_continue_lease_to_own_email_installments_range',
@@ -89,6 +89,7 @@ export declare const BuyerNotificationListItemDtoTypeEnum: {
89
89
  readonly EXPORT_COMPLETED: "export_completed";
90
90
  readonly DOMAIN_IMPORT_FINISHED: "domain_import_finished";
91
91
  readonly DOMAIN_OFFER_VERIFIED_BUYER_ACCESS_LINK_EMAIL: "domain_offer_verified_buyer_access_link_email";
92
+ readonly DOMAIN_OFFER_RECEIVED_BUYER_ACCESS_LINK_EMAIL: "domain_offer_received_buyer_access_link_email";
92
93
  readonly DOMAIN_OFFER_ACCEPTED_CONTINUE_ORDER_EMAIL: "domain_offer_accepted_continue_order_email";
93
94
  readonly DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL: "domain_offer_accepted_continue_lease_to_own_email";
94
95
  readonly DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL_INSTALLMENTS_RANGE: "domain_offer_accepted_continue_lease_to_own_email_installments_range";
@@ -56,6 +56,7 @@ exports.BuyerNotificationListItemDtoTypeEnum = {
56
56
  EXPORT_COMPLETED: 'export_completed',
57
57
  DOMAIN_IMPORT_FINISHED: 'domain_import_finished',
58
58
  DOMAIN_OFFER_VERIFIED_BUYER_ACCESS_LINK_EMAIL: 'domain_offer_verified_buyer_access_link_email',
59
+ DOMAIN_OFFER_RECEIVED_BUYER_ACCESS_LINK_EMAIL: 'domain_offer_received_buyer_access_link_email',
59
60
  DOMAIN_OFFER_ACCEPTED_CONTINUE_ORDER_EMAIL: 'domain_offer_accepted_continue_order_email',
60
61
  DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL: 'domain_offer_accepted_continue_lease_to_own_email',
61
62
  DOMAIN_OFFER_ACCEPTED_CONTINUE_LEASE_TO_OWN_EMAIL_INSTALLMENTS_RANGE: 'domain_offer_accepted_continue_lease_to_own_email_installments_range',
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Nameshift
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CreateAccountNoteInput
16
+ */
17
+ export interface CreateAccountNoteInput {
18
+ /**
19
+ * Note body as HTML. It is sanitized before being stored, so any tag outside the editor schema is dropped.
20
+ * @type {string}
21
+ * @memberof CreateAccountNoteInput
22
+ */
23
+ body: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the CreateAccountNoteInput interface.
27
+ */
28
+ export declare function instanceOfCreateAccountNoteInput(value: object): value is CreateAccountNoteInput;
29
+ export declare function CreateAccountNoteInputFromJSON(json: any): CreateAccountNoteInput;
30
+ export declare function CreateAccountNoteInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateAccountNoteInput;
31
+ export declare function CreateAccountNoteInputToJSON(json: any): CreateAccountNoteInput;
32
+ export declare function CreateAccountNoteInputToJSONTyped(value?: CreateAccountNoteInput | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Nameshift
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCreateAccountNoteInput = instanceOfCreateAccountNoteInput;
17
+ exports.CreateAccountNoteInputFromJSON = CreateAccountNoteInputFromJSON;
18
+ exports.CreateAccountNoteInputFromJSONTyped = CreateAccountNoteInputFromJSONTyped;
19
+ exports.CreateAccountNoteInputToJSON = CreateAccountNoteInputToJSON;
20
+ exports.CreateAccountNoteInputToJSONTyped = CreateAccountNoteInputToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the CreateAccountNoteInput interface.
23
+ */
24
+ function instanceOfCreateAccountNoteInput(value) {
25
+ if (!('body' in value) || value['body'] === undefined)
26
+ return false;
27
+ return true;
28
+ }
29
+ function CreateAccountNoteInputFromJSON(json) {
30
+ return CreateAccountNoteInputFromJSONTyped(json, false);
31
+ }
32
+ function CreateAccountNoteInputFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'body': json['body'],
38
+ };
39
+ }
40
+ function CreateAccountNoteInputToJSON(json) {
41
+ return CreateAccountNoteInputToJSONTyped(json, false);
42
+ }
43
+ function CreateAccountNoteInputToJSONTyped(value, ignoreDiscriminator) {
44
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'body': value['body'],
50
+ };
51
+ }
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { CustomerSuccessDomainAuctionDto } from './CustomerSuccessDomainAuctionDto';
13
+ import type { LeadVerificationSettingsDto } from './LeadVerificationSettingsDto';
13
14
  import type { MoneyDto } from './MoneyDto';
14
15
  import type { RentConfigurationDto } from './RentConfigurationDto';
15
16
  import type { LeaseToOwnConfigurationDto } from './LeaseToOwnConfigurationDto';
@@ -219,6 +220,12 @@ export interface CustomerSuccessDomainListItemDto {
219
220
  * @memberof CustomerSuccessDomainListItemDto
220
221
  */
221
222
  marketplace: CustomerSuccessDomainListItemDtoMarketplaceEnum | null;
223
+ /**
224
+ * Lead verification override for this domain. Every null field inherits the account default.
225
+ * @type {LeadVerificationSettingsDto}
226
+ * @memberof CustomerSuccessDomainListItemDto
227
+ */
228
+ leadVerification: LeadVerificationSettingsDto;
222
229
  }
223
230
  /**
224
231
  * @export
@@ -20,6 +20,7 @@ exports.CustomerSuccessDomainListItemDtoFromJSONTyped = CustomerSuccessDomainLis
20
20
  exports.CustomerSuccessDomainListItemDtoToJSON = CustomerSuccessDomainListItemDtoToJSON;
21
21
  exports.CustomerSuccessDomainListItemDtoToJSONTyped = CustomerSuccessDomainListItemDtoToJSONTyped;
22
22
  var CustomerSuccessDomainAuctionDto_1 = require("./CustomerSuccessDomainAuctionDto");
23
+ var LeadVerificationSettingsDto_1 = require("./LeadVerificationSettingsDto");
23
24
  var MoneyDto_1 = require("./MoneyDto");
24
25
  var RentConfigurationDto_1 = require("./RentConfigurationDto");
25
26
  var LeaseToOwnConfigurationDto_1 = require("./LeaseToOwnConfigurationDto");
@@ -118,6 +119,8 @@ function instanceOfCustomerSuccessDomainListItemDto(value) {
118
119
  return false;
119
120
  if (!('marketplace' in value) || value['marketplace'] === undefined)
120
121
  return false;
122
+ if (!('leadVerification' in value) || value['leadVerification'] === undefined)
123
+ return false;
121
124
  return true;
122
125
  }
123
126
  function CustomerSuccessDomainListItemDtoFromJSON(json) {
@@ -161,6 +164,7 @@ function CustomerSuccessDomainListItemDtoFromJSONTyped(json, ignoreDiscriminator
161
164
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
162
165
  'showcased': json['showcased'],
163
166
  'marketplace': json['marketplace'],
167
+ 'leadVerification': (0, LeadVerificationSettingsDto_1.LeadVerificationSettingsDtoFromJSON)(json['leadVerification']),
164
168
  };
165
169
  }
166
170
  function CustomerSuccessDomainListItemDtoToJSON(json) {
@@ -205,5 +209,6 @@ function CustomerSuccessDomainListItemDtoToJSONTyped(value, ignoreDiscriminator)
205
209
  'lockedUntil': (value['lockedUntil'] == null ? null : value['lockedUntil'].toISOString()),
206
210
  'showcased': value['showcased'],
207
211
  'marketplace': value['marketplace'],
212
+ 'leadVerification': (0, LeadVerificationSettingsDto_1.LeadVerificationSettingsDtoToJSON)(value['leadVerification']),
208
213
  };
209
214
  }
@@ -31,6 +31,18 @@ export interface CustomerSuccessListAccountDto {
31
31
  * @memberof CustomerSuccessListAccountDto
32
32
  */
33
33
  identifier: string;
34
+ /**
35
+ * Number of private notes written about the account.
36
+ * @type {number}
37
+ * @memberof CustomerSuccessListAccountDto
38
+ */
39
+ notesNumber: number;
40
+ /**
41
+ * When any of the account notes was last written or edited. Null when there are none.
42
+ * @type {Date}
43
+ * @memberof CustomerSuccessListAccountDto
44
+ */
45
+ notesLastUpdatedAt: Date | null;
34
46
  /**
35
47
  * Account creation date.
36
48
  * @type {Date}
@@ -53,6 +53,10 @@ function instanceOfCustomerSuccessListAccountDto(value) {
53
53
  return false;
54
54
  if (!('identifier' in value) || value['identifier'] === undefined)
55
55
  return false;
56
+ if (!('notesNumber' in value) || value['notesNumber'] === undefined)
57
+ return false;
58
+ if (!('notesLastUpdatedAt' in value) || value['notesLastUpdatedAt'] === undefined)
59
+ return false;
56
60
  if (!('createdAt' in value) || value['createdAt'] === undefined)
57
61
  return false;
58
62
  if (!('name' in value) || value['name'] === undefined)
@@ -97,6 +101,8 @@ function CustomerSuccessListAccountDtoFromJSONTyped(json, ignoreDiscriminator) {
97
101
  return {
98
102
  'id': json['id'],
99
103
  'identifier': json['identifier'],
104
+ 'notesNumber': json['notesNumber'],
105
+ 'notesLastUpdatedAt': (json['notesLastUpdatedAt'] == null ? null : new Date(json['notesLastUpdatedAt'])),
100
106
  'createdAt': (new Date(json['createdAt'])),
101
107
  'name': json['name'],
102
108
  'type': json['type'],
@@ -126,6 +132,8 @@ function CustomerSuccessListAccountDtoToJSONTyped(value, ignoreDiscriminator) {
126
132
  return {
127
133
  'id': value['id'],
128
134
  'identifier': value['identifier'],
135
+ 'notesNumber': value['notesNumber'],
136
+ 'notesLastUpdatedAt': (value['notesLastUpdatedAt'] == null ? null : value['notesLastUpdatedAt'].toISOString()),
129
137
  'createdAt': ((value['createdAt']).toISOString()),
130
138
  'name': value['name'],
131
139
  'type': value['type'],
@@ -91,6 +91,7 @@ export declare const FeatureFlagListItemDtoNameEnum: {
91
91
  readonly MARKETPLACE_ROUTING: "MARKETPLACE_ROUTING";
92
92
  readonly AI_DOMAIN_EDIT: "AI_DOMAIN_EDIT";
93
93
  readonly LEAD_ENRICHMENT: "LEAD_ENRICHMENT";
94
+ readonly LEAD_CREATION_RECAPTCHA: "LEAD_CREATION_RECAPTCHA";
94
95
  };
95
96
  export type FeatureFlagListItemDtoNameEnum = typeof FeatureFlagListItemDtoNameEnum[keyof typeof FeatureFlagListItemDtoNameEnum];
96
97
  /**
@@ -51,7 +51,8 @@ exports.FeatureFlagListItemDtoNameEnum = {
51
51
  AIRWALLEX_BANK_TRANSFER_PAYMENT_METHOD: 'AIRWALLEX_BANK_TRANSFER_PAYMENT_METHOD',
52
52
  MARKETPLACE_ROUTING: 'MARKETPLACE_ROUTING',
53
53
  AI_DOMAIN_EDIT: 'AI_DOMAIN_EDIT',
54
- LEAD_ENRICHMENT: 'LEAD_ENRICHMENT'
54
+ LEAD_ENRICHMENT: 'LEAD_ENRICHMENT',
55
+ LEAD_CREATION_RECAPTCHA: 'LEAD_CREATION_RECAPTCHA'
55
56
  };
56
57
  /**
57
58
  * Check if a given object implements the FeatureFlagListItemDto interface.
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Nameshift
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ForbiddenException
16
+ */
17
+ export interface ForbiddenException {
18
+ /**
19
+ * Exception name.
20
+ * @type {string}
21
+ * @memberof ForbiddenException
22
+ */
23
+ name: string;
24
+ /**
25
+ * HTTP status code.
26
+ * @type {number}
27
+ * @memberof ForbiddenException
28
+ */
29
+ statusCode: number;
30
+ /**
31
+ * error message
32
+ * @type {string}
33
+ * @memberof ForbiddenException
34
+ */
35
+ message: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the ForbiddenException interface.
39
+ */
40
+ export declare function instanceOfForbiddenException(value: object): value is ForbiddenException;
41
+ export declare function ForbiddenExceptionFromJSON(json: any): ForbiddenException;
42
+ export declare function ForbiddenExceptionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ForbiddenException;
43
+ export declare function ForbiddenExceptionToJSON(json: any): ForbiddenException;
44
+ export declare function ForbiddenExceptionToJSONTyped(value?: ForbiddenException | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Nameshift
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfForbiddenException = instanceOfForbiddenException;
17
+ exports.ForbiddenExceptionFromJSON = ForbiddenExceptionFromJSON;
18
+ exports.ForbiddenExceptionFromJSONTyped = ForbiddenExceptionFromJSONTyped;
19
+ exports.ForbiddenExceptionToJSON = ForbiddenExceptionToJSON;
20
+ exports.ForbiddenExceptionToJSONTyped = ForbiddenExceptionToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ForbiddenException interface.
23
+ */
24
+ function instanceOfForbiddenException(value) {
25
+ if (!('name' in value) || value['name'] === undefined)
26
+ return false;
27
+ if (!('statusCode' in value) || value['statusCode'] === undefined)
28
+ return false;
29
+ if (!('message' in value) || value['message'] === undefined)
30
+ return false;
31
+ return true;
32
+ }
33
+ function ForbiddenExceptionFromJSON(json) {
34
+ return ForbiddenExceptionFromJSONTyped(json, false);
35
+ }
36
+ function ForbiddenExceptionFromJSONTyped(json, ignoreDiscriminator) {
37
+ if (json == null) {
38
+ return json;
39
+ }
40
+ return {
41
+ 'name': json['name'],
42
+ 'statusCode': json['statusCode'],
43
+ 'message': json['message'],
44
+ };
45
+ }
46
+ function ForbiddenExceptionToJSON(json) {
47
+ return ForbiddenExceptionToJSONTyped(json, false);
48
+ }
49
+ function ForbiddenExceptionToJSONTyped(value, ignoreDiscriminator) {
50
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
51
+ if (value == null) {
52
+ return value;
53
+ }
54
+ return {
55
+ 'name': value['name'],
56
+ 'statusCode': value['statusCode'],
57
+ 'message': value['message'],
58
+ };
59
+ }
@@ -134,6 +134,7 @@ export declare const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWi
134
134
  readonly MARKETPLACE_ROUTING: "MARKETPLACE_ROUTING";
135
135
  readonly AI_DOMAIN_EDIT: "AI_DOMAIN_EDIT";
136
136
  readonly LEAD_ENRICHMENT: "LEAD_ENRICHMENT";
137
+ readonly LEAD_CREATION_RECAPTCHA: "LEAD_CREATION_RECAPTCHA";
137
138
  };
138
139
  export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
139
140
  /**
@@ -58,7 +58,8 @@ exports.IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlag
58
58
  AIRWALLEX_BANK_TRANSFER_PAYMENT_METHOD: 'AIRWALLEX_BANK_TRANSFER_PAYMENT_METHOD',
59
59
  MARKETPLACE_ROUTING: 'MARKETPLACE_ROUTING',
60
60
  AI_DOMAIN_EDIT: 'AI_DOMAIN_EDIT',
61
- LEAD_ENRICHMENT: 'LEAD_ENRICHMENT'
61
+ LEAD_ENRICHMENT: 'LEAD_ENRICHMENT',
62
+ LEAD_CREATION_RECAPTCHA: 'LEAD_CREATION_RECAPTCHA'
62
63
  };
63
64
  /**
64
65
  * Check if a given object implements the IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto interface.
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { LeadVerificationSettingsDto } from './LeadVerificationSettingsDto';
12
13
  import type { MoneyDto } from './MoneyDto';
13
14
  import type { RentConfigurationDto } from './RentConfigurationDto';
14
15
  import type { DomainAuctionDto } from './DomainAuctionDto';
@@ -208,6 +209,12 @@ export interface IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto {
208
209
  * @memberof IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto
209
210
  */
210
211
  marketplace: IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoMarketplaceEnum | null;
212
+ /**
213
+ * Lead verification override for this domain. Every null field inherits the account default.
214
+ * @type {LeadVerificationSettingsDto}
215
+ * @memberof IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto
216
+ */
217
+ leadVerification: LeadVerificationSettingsDto;
211
218
  /**
212
219
  * Account that owns the domain.
213
220
  * @type {AccountDto}
@@ -19,6 +19,7 @@ exports.IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoFromJSON = Intersec
19
19
  exports.IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoFromJSONTyped = IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoFromJSONTyped;
20
20
  exports.IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoToJSON = IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoToJSON;
21
21
  exports.IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoToJSONTyped = IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoToJSONTyped;
22
+ var LeadVerificationSettingsDto_1 = require("./LeadVerificationSettingsDto");
22
23
  var MoneyDto_1 = require("./MoneyDto");
23
24
  var RentConfigurationDto_1 = require("./RentConfigurationDto");
24
25
  var DomainAuctionDto_1 = require("./DomainAuctionDto");
@@ -103,6 +104,8 @@ function instanceOfIntersectionDomainDtoWithAccountDtoWithAuctionInfoDto(value)
103
104
  return false;
104
105
  if (!('marketplace' in value) || value['marketplace'] === undefined)
105
106
  return false;
107
+ if (!('leadVerification' in value) || value['leadVerification'] === undefined)
108
+ return false;
106
109
  if (!('account' in value) || value['account'] === undefined)
107
110
  return false;
108
111
  if (!('hasAuction' in value) || value['hasAuction'] === undefined)
@@ -148,6 +151,7 @@ function IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoFromJSONTyped(json
148
151
  'lockedUntil': (json['lockedUntil'] == null ? null : new Date(json['lockedUntil'])),
149
152
  'showcased': json['showcased'],
150
153
  'marketplace': json['marketplace'],
154
+ 'leadVerification': (0, LeadVerificationSettingsDto_1.LeadVerificationSettingsDtoFromJSON)(json['leadVerification']),
151
155
  'account': (0, AccountDto_1.AccountDtoFromJSON)(json['account']),
152
156
  'hasAuction': json['hasAuction'],
153
157
  };
@@ -192,6 +196,7 @@ function IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoToJSONTyped(value,
192
196
  'lockedUntil': (value['lockedUntil'] == null ? null : value['lockedUntil'].toISOString()),
193
197
  'showcased': value['showcased'],
194
198
  'marketplace': value['marketplace'],
199
+ 'leadVerification': (0, LeadVerificationSettingsDto_1.LeadVerificationSettingsDtoToJSON)(value['leadVerification']),
195
200
  'account': (0, AccountDto_1.AccountDtoToJSON)(value['account']),
196
201
  'hasAuction': value['hasAuction'],
197
202
  };
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { LeadVerificationSettingsDto } from './LeadVerificationSettingsDto';
12
13
  import type { MoneyDto } from './MoneyDto';
13
14
  import type { RentConfigurationDto } from './RentConfigurationDto';
14
15
  import type { DomainAuctionDto } from './DomainAuctionDto';
@@ -208,6 +209,12 @@ export interface IntersectionDomainDtoWithHijackerDtoWithAccountDto {
208
209
  * @memberof IntersectionDomainDtoWithHijackerDtoWithAccountDto
209
210
  */
210
211
  marketplace: IntersectionDomainDtoWithHijackerDtoWithAccountDtoMarketplaceEnum | null;
212
+ /**
213
+ * Lead verification override for this domain. Every null field inherits the account default.
214
+ * @type {LeadVerificationSettingsDto}
215
+ * @memberof IntersectionDomainDtoWithHijackerDtoWithAccountDto
216
+ */
217
+ leadVerification: LeadVerificationSettingsDto;
211
218
  /**
212
219
  * Account managing the domain on behalf of the owner, when a hijacker is assigned.
213
220
  * @type {AccountDto}