@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
@@ -0,0 +1,101 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Nameshift
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ import type { MoneyDto } from './MoneyDto';
17
+ import {
18
+ MoneyDtoFromJSON,
19
+ MoneyDtoFromJSONTyped,
20
+ MoneyDtoToJSON,
21
+ MoneyDtoToJSONTyped,
22
+ } from './MoneyDto';
23
+
24
+ /**
25
+ *
26
+ * @export
27
+ * @interface LeadVerificationInput
28
+ */
29
+ export interface LeadVerificationInput {
30
+ /**
31
+ * How offers are verified before the seller sees them: "always_otp" requires the email code on every offer, "captcha_only" lets every offer through as unverified, and "hybrid" only requires the code outside the price band or from a throwaway email domain. Null on a domain inherits the account default.
32
+ * @type {string}
33
+ * @memberof LeadVerificationInput
34
+ */
35
+ mode?: LeadVerificationInputModeEnum | null;
36
+ /**
37
+ * Hybrid mode: offers below this amount require the email code. Null leaves the lower side open on an account, or inherits it on a domain.
38
+ * @type {MoneyDto}
39
+ * @memberof LeadVerificationInput
40
+ */
41
+ otpLowerBound?: MoneyDto | null;
42
+ /**
43
+ * Hybrid mode: offers above this amount require the email code. Null leaves the upper side open on an account, or inherits it on a domain. Must be higher than the lower bound and share its currency.
44
+ * @type {MoneyDto}
45
+ * @memberof LeadVerificationInput
46
+ */
47
+ otpUpperBound?: MoneyDto | null;
48
+ }
49
+
50
+
51
+ /**
52
+ * @export
53
+ */
54
+ export const LeadVerificationInputModeEnum = {
55
+ ALWAYS_OTP: 'always_otp',
56
+ CAPTCHA_ONLY: 'captcha_only',
57
+ HYBRID: 'hybrid'
58
+ } as const;
59
+ export type LeadVerificationInputModeEnum = typeof LeadVerificationInputModeEnum[keyof typeof LeadVerificationInputModeEnum];
60
+
61
+
62
+ /**
63
+ * Check if a given object implements the LeadVerificationInput interface.
64
+ */
65
+ export function instanceOfLeadVerificationInput(value: object): value is LeadVerificationInput {
66
+ return true;
67
+ }
68
+
69
+ export function LeadVerificationInputFromJSON(json: any): LeadVerificationInput {
70
+ return LeadVerificationInputFromJSONTyped(json, false);
71
+ }
72
+
73
+ export function LeadVerificationInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeadVerificationInput {
74
+ if (json == null) {
75
+ return json;
76
+ }
77
+ return {
78
+
79
+ 'mode': json['mode'] == null ? undefined : json['mode'],
80
+ 'otpLowerBound': json['otpLowerBound'] == null ? undefined : MoneyDtoFromJSON(json['otpLowerBound']),
81
+ 'otpUpperBound': json['otpUpperBound'] == null ? undefined : MoneyDtoFromJSON(json['otpUpperBound']),
82
+ };
83
+ }
84
+
85
+ export function LeadVerificationInputToJSON(json: any): LeadVerificationInput {
86
+ return LeadVerificationInputToJSONTyped(json, false);
87
+ }
88
+
89
+ export function LeadVerificationInputToJSONTyped(value?: LeadVerificationInput | null, ignoreDiscriminator: boolean = false): any {
90
+ if (value == null) {
91
+ return value;
92
+ }
93
+
94
+ return {
95
+
96
+ 'mode': value['mode'],
97
+ 'otpLowerBound': MoneyDtoToJSON(value['otpLowerBound']),
98
+ 'otpUpperBound': MoneyDtoToJSON(value['otpUpperBound']),
99
+ };
100
+ }
101
+
@@ -0,0 +1,104 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Nameshift
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ import type { MoneyDto } from './MoneyDto';
17
+ import {
18
+ MoneyDtoFromJSON,
19
+ MoneyDtoFromJSONTyped,
20
+ MoneyDtoToJSON,
21
+ MoneyDtoToJSONTyped,
22
+ } from './MoneyDto';
23
+
24
+ /**
25
+ *
26
+ * @export
27
+ * @interface LeadVerificationSettingsDto
28
+ */
29
+ export interface LeadVerificationSettingsDto {
30
+ /**
31
+ * Verification mode: "always_otp" requires the email code on every offer, "captcha_only" lets every offer through as unverified, "hybrid" requires the code only outside the price band or from a throwaway email domain. Null on a domain inherits the account default.
32
+ * @type {string}
33
+ * @memberof LeadVerificationSettingsDto
34
+ */
35
+ mode: LeadVerificationSettingsDtoModeEnum | null;
36
+ /**
37
+ * Hybrid mode: offers below this amount require the email code. Null leaves that side open (account) or inherits it (domain).
38
+ * @type {MoneyDto}
39
+ * @memberof LeadVerificationSettingsDto
40
+ */
41
+ otpLowerBound: MoneyDto | null;
42
+ /**
43
+ * Hybrid mode: offers above this amount require the email code. Null leaves that side open (account) or inherits it (domain).
44
+ * @type {MoneyDto}
45
+ * @memberof LeadVerificationSettingsDto
46
+ */
47
+ otpUpperBound: MoneyDto | null;
48
+ }
49
+
50
+
51
+ /**
52
+ * @export
53
+ */
54
+ export const LeadVerificationSettingsDtoModeEnum = {
55
+ ALWAYS_OTP: 'always_otp',
56
+ CAPTCHA_ONLY: 'captcha_only',
57
+ HYBRID: 'hybrid'
58
+ } as const;
59
+ export type LeadVerificationSettingsDtoModeEnum = typeof LeadVerificationSettingsDtoModeEnum[keyof typeof LeadVerificationSettingsDtoModeEnum];
60
+
61
+
62
+ /**
63
+ * Check if a given object implements the LeadVerificationSettingsDto interface.
64
+ */
65
+ export function instanceOfLeadVerificationSettingsDto(value: object): value is LeadVerificationSettingsDto {
66
+ if (!('mode' in value) || value['mode'] === undefined) return false;
67
+ if (!('otpLowerBound' in value) || value['otpLowerBound'] === undefined) return false;
68
+ if (!('otpUpperBound' in value) || value['otpUpperBound'] === undefined) return false;
69
+ return true;
70
+ }
71
+
72
+ export function LeadVerificationSettingsDtoFromJSON(json: any): LeadVerificationSettingsDto {
73
+ return LeadVerificationSettingsDtoFromJSONTyped(json, false);
74
+ }
75
+
76
+ export function LeadVerificationSettingsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeadVerificationSettingsDto {
77
+ if (json == null) {
78
+ return json;
79
+ }
80
+ return {
81
+
82
+ 'mode': json['mode'],
83
+ 'otpLowerBound': MoneyDtoFromJSON(json['otpLowerBound']),
84
+ 'otpUpperBound': MoneyDtoFromJSON(json['otpUpperBound']),
85
+ };
86
+ }
87
+
88
+ export function LeadVerificationSettingsDtoToJSON(json: any): LeadVerificationSettingsDto {
89
+ return LeadVerificationSettingsDtoToJSONTyped(json, false);
90
+ }
91
+
92
+ export function LeadVerificationSettingsDtoToJSONTyped(value?: LeadVerificationSettingsDto | null, ignoreDiscriminator: boolean = false): any {
93
+ if (value == null) {
94
+ return value;
95
+ }
96
+
97
+ return {
98
+
99
+ 'mode': value['mode'],
100
+ 'otpLowerBound': MoneyDtoToJSON(value['otpLowerBound']),
101
+ 'otpUpperBound': MoneyDtoToJSON(value['otpUpperBound']),
102
+ };
103
+ }
104
+
@@ -262,6 +262,7 @@ export interface ListLeadsResultItem {
262
262
  * @export
263
263
  */
264
264
  export const ListLeadsResultItemStatusEnum = {
265
+ DRAFT: 'draft',
265
266
  UNVERIFIED: 'unverified',
266
267
  ACTIVE: 'active',
267
268
  ACCEPTED: 'accepted',
@@ -188,7 +188,8 @@ export const PrivateAccountGetMeResponseEnabledFeaturesEnum = {
188
188
  AIRWALLEX_BANK_TRANSFER_PAYMENT_METHOD: 'AIRWALLEX_BANK_TRANSFER_PAYMENT_METHOD',
189
189
  MARKETPLACE_ROUTING: 'MARKETPLACE_ROUTING',
190
190
  AI_DOMAIN_EDIT: 'AI_DOMAIN_EDIT',
191
- LEAD_ENRICHMENT: 'LEAD_ENRICHMENT'
191
+ LEAD_ENRICHMENT: 'LEAD_ENRICHMENT',
192
+ LEAD_CREATION_RECAPTCHA: 'LEAD_CREATION_RECAPTCHA'
192
193
  } as const;
193
194
  export type PrivateAccountGetMeResponseEnabledFeaturesEnum = typeof PrivateAccountGetMeResponseEnabledFeaturesEnum[keyof typeof PrivateAccountGetMeResponseEnabledFeaturesEnum];
194
195
 
@@ -71,6 +71,7 @@ export interface PublicLeadDto {
71
71
  * @export
72
72
  */
73
73
  export const PublicLeadDtoStatusEnum = {
74
+ DRAFT: 'draft',
74
75
  UNVERIFIED: 'unverified',
75
76
  ACTIVE: 'active',
76
77
  ACCEPTED: 'accepted',
@@ -70,6 +70,7 @@ export interface RelatedLeadDto {
70
70
  * @export
71
71
  */
72
72
  export const RelatedLeadDtoStatusEnum = {
73
+ DRAFT: 'draft',
73
74
  UNVERIFIED: 'unverified',
74
75
  ACTIVE: 'active',
75
76
  ACCEPTED: 'accepted',
@@ -239,6 +239,7 @@ export interface SellerLeadDetails {
239
239
  * @export
240
240
  */
241
241
  export const SellerLeadDetailsStatusEnum = {
242
+ DRAFT: 'draft',
242
243
  UNVERIFIED: 'unverified',
243
244
  ACTIVE: 'active',
244
245
  ACCEPTED: 'accepted',
@@ -380,6 +380,7 @@ export type SubscriptionDtoTypeEnum = typeof SubscriptionDtoTypeEnum[keyof typeo
380
380
  * @export
381
381
  */
382
382
  export const SubscriptionDtoLeadStatusEnum = {
383
+ DRAFT: 'draft',
383
384
  UNVERIFIED: 'unverified',
384
385
  ACTIVE: 'active',
385
386
  ACCEPTED: 'accepted',
@@ -0,0 +1,66 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Nameshift
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface UpdateAccountNoteInput
20
+ */
21
+ export interface UpdateAccountNoteInput {
22
+ /**
23
+ * New note body as HTML. It is sanitized before being stored.
24
+ * @type {string}
25
+ * @memberof UpdateAccountNoteInput
26
+ */
27
+ body: string;
28
+ }
29
+
30
+ /**
31
+ * Check if a given object implements the UpdateAccountNoteInput interface.
32
+ */
33
+ export function instanceOfUpdateAccountNoteInput(value: object): value is UpdateAccountNoteInput {
34
+ if (!('body' in value) || value['body'] === undefined) return false;
35
+ return true;
36
+ }
37
+
38
+ export function UpdateAccountNoteInputFromJSON(json: any): UpdateAccountNoteInput {
39
+ return UpdateAccountNoteInputFromJSONTyped(json, false);
40
+ }
41
+
42
+ export function UpdateAccountNoteInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateAccountNoteInput {
43
+ if (json == null) {
44
+ return json;
45
+ }
46
+ return {
47
+
48
+ 'body': json['body'],
49
+ };
50
+ }
51
+
52
+ export function UpdateAccountNoteInputToJSON(json: any): UpdateAccountNoteInput {
53
+ return UpdateAccountNoteInputToJSONTyped(json, false);
54
+ }
55
+
56
+ export function UpdateAccountNoteInputToJSONTyped(value?: UpdateAccountNoteInput | null, ignoreDiscriminator: boolean = false): any {
57
+ if (value == null) {
58
+ return value;
59
+ }
60
+
61
+ return {
62
+
63
+ 'body': value['body'],
64
+ };
65
+ }
66
+
@@ -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
 
@@ -17,6 +17,9 @@ export * from './AccountNameshiftCommissionByTypeDto';
17
17
  export * from './AccountNameshiftCommissionItemDto';
18
18
  export * from './AccountNameshiftCommissionReasonDto';
19
19
  export * from './AccountNameshiftCommissionSubtypeCurrentDto';
20
+ export * from './AccountNoteAuthorDto';
21
+ export * from './AccountNoteDto';
22
+ export * from './AccountNoteListDto';
20
23
  export * from './AccountNotificationDto';
21
24
  export * from './AccountNotificationReadStatusDto';
22
25
  export * from './AccountOnboardingDto';
@@ -168,6 +171,7 @@ export * from './CommissionsStatsDto';
168
171
  export * from './CompanyInformationDto';
169
172
  export * from './CompanyTaxIdDto';
170
173
  export * from './ConflictException';
174
+ export * from './CreateAccountNoteInput';
171
175
  export * from './CreateAccountPaymentInput';
172
176
  export * from './CreateAccountPaymentManualTransactionInput';
173
177
  export * from './CreateApiKeyInput';
@@ -244,6 +248,7 @@ export * from './FixedCommissionPayloadDto';
244
248
  export * from './FixedCommissionPayloadInput';
245
249
  export * from './FixedCommissionPayloadSimulationInput';
246
250
  export * from './FixedCommissionReasonPayloadDto';
251
+ export * from './ForbiddenException';
247
252
  export * from './ForgotPasswordRequestInput';
248
253
  export * from './GetAccountChallengeRewardUsagesListDto';
249
254
  export * from './GetAccountNameshiftCommissionsResponseDto';
@@ -326,6 +331,8 @@ export * from './LeadPriceNegotiatorAiAgentConfigurationDto';
326
331
  export * from './LeadPriceNegotiatorAiAgentConfigurationInput';
327
332
  export * from './LeadRentConfigurationDto';
328
333
  export * from './LeadStatusDto';
334
+ export * from './LeadVerificationInput';
335
+ export * from './LeadVerificationSettingsDto';
329
336
  export * from './LeaseToOwnConfigurationDto';
330
337
  export * from './LeaseToOwnConfigurationInput';
331
338
  export * from './LeaseToOwnConfigurationPresetsDto';
@@ -516,6 +523,7 @@ export * from './TranslateDomainSearchInput';
516
523
  export * from './UkBankAccountDetails';
517
524
  export * from './UpdateAccountBillingInformationInput';
518
525
  export * from './UpdateAccountChallengeRewardBalanceInput';
526
+ export * from './UpdateAccountNoteInput';
519
527
  export * from './UpdateApiKeyInput';
520
528
  export * from './UpdateAuctionMuteStatusInput';
521
529
  export * from './UpdateBuyerDomainTransferBuyerInfoInput';