@randock/nameshift-api-client 0.0.331 → 0.0.332
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 +20 -0
- package/README.md +3 -3
- package/dist/apis/AuctionsPublicApi.d.ts +29 -0
- package/dist/apis/AuctionsPublicApi.js +124 -0
- package/dist/apis/BuyersApi.d.ts +54 -1
- package/dist/apis/BuyersApi.js +267 -0
- package/dist/apis/BuyersPublicApi.d.ts +23 -1
- package/dist/apis/BuyersPublicApi.js +90 -0
- package/dist/apis/DomainsApi.d.ts +13 -1
- package/dist/apis/DomainsApi.js +56 -0
- package/dist/apis/LeadsApi.d.ts +2 -5
- package/dist/apis/LeadsApi.js +4 -8
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/models/AuctionBidDto.d.ts +51 -0
- package/dist/models/AuctionBidDto.js +64 -0
- package/dist/models/AuctionBidInput.d.ts +32 -0
- package/dist/models/AuctionBidInput.js +51 -0
- package/dist/models/AuctionBuyerDto.d.ts +74 -0
- package/dist/models/AuctionBuyerDto.js +79 -0
- package/dist/models/AuctionBuyerWithTokenDto.d.ts +39 -0
- package/dist/models/AuctionBuyerWithTokenDto.js +56 -0
- package/dist/models/AuctionDto.d.ts +82 -0
- package/dist/models/AuctionDto.js +85 -0
- package/dist/models/BuyerLeadListItemDto.d.ts +23 -0
- package/dist/models/BuyerLeadListItemDto.js +19 -1
- package/dist/models/DomainAuctionDto.d.ts +63 -0
- package/dist/models/DomainAuctionDto.js +72 -0
- package/dist/models/DomainSalesInformationDto.d.ts +12 -0
- package/dist/models/DomainSalesInformationDto.js +8 -0
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +1 -0
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +2 -1
- package/dist/models/IntersectionDomainDtoWithAccountDto.d.ts +7 -0
- package/dist/models/IntersectionDomainDtoWithAccountDto.js +5 -0
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +7 -0
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +5 -0
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.d.ts +7 -0
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.js +5 -0
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.d.ts +36 -0
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.js +28 -1
- package/dist/models/LeadDto.d.ts +43 -0
- package/dist/models/LeadDto.js +33 -1
- package/dist/models/LeadLeaseToOwnConfigurationDto.d.ts +50 -0
- package/dist/models/LeadLeaseToOwnConfigurationDto.js +63 -0
- package/dist/models/LeadMessageData.d.ts +7 -0
- package/dist/models/LeadMessageData.js +5 -0
- package/dist/models/LeadMessageDataLeaseToOwn.d.ts +38 -0
- package/dist/models/LeadMessageDataLeaseToOwn.js +55 -0
- package/dist/models/LeadMessageDto.d.ts +16 -0
- package/dist/models/LeadMessageDto.js +14 -1
- package/dist/models/LeadOfferDto.d.ts +72 -0
- package/dist/models/LeadOfferDto.js +84 -0
- package/dist/models/LeadRentConfigurationDto.d.ts +38 -0
- package/dist/models/LeadRentConfigurationDto.js +55 -0
- package/dist/models/ListLeadsResultItem.d.ts +43 -0
- package/dist/models/ListLeadsResultItem.js +33 -1
- package/dist/models/ManualLeadLeaseToOwnDto.d.ts +12 -0
- package/dist/models/ManualLeadLeaseToOwnDto.js +8 -0
- package/dist/models/PrivateAccountGetMeResponse.d.ts +1 -0
- package/dist/models/PrivateAccountGetMeResponse.js +2 -1
- package/dist/models/PutBuyerLeadOfferInput.d.ts +22 -0
- package/dist/models/PutBuyerLeadOfferInput.js +14 -0
- package/dist/models/PutLeadOfferInput.d.ts +23 -1
- package/dist/models/PutLeadOfferInput.js +15 -3
- package/dist/models/RegisterAuctionBuyerPhoneInput.d.ts +47 -0
- package/dist/models/RegisterAuctionBuyerPhoneInput.js +64 -0
- package/dist/models/RegisterInput.d.ts +38 -0
- package/dist/models/RegisterInput.js +55 -0
- package/dist/models/RequestEmailOtpInput.d.ts +38 -0
- package/dist/models/RequestEmailOtpInput.js +55 -0
- package/dist/models/SellerLeadDetails.d.ts +43 -0
- package/dist/models/SellerLeadDetails.js +33 -1
- package/dist/models/StartAuctionInput.d.ts +51 -0
- package/dist/models/StartAuctionInput.js +62 -0
- package/dist/models/TaskListLeadDto.d.ts +43 -0
- package/dist/models/TaskListLeadDto.js +33 -1
- package/dist/models/TaskListLeadLeaseToOwnConfigurationDto.d.ts +50 -0
- package/dist/models/TaskListLeadLeaseToOwnConfigurationDto.js +63 -0
- package/dist/models/TaskListLeadOfferDto.d.ts +72 -0
- package/dist/models/TaskListLeadOfferDto.js +84 -0
- package/dist/models/TaskListLeadRentConfigurationDto.d.ts +38 -0
- package/dist/models/TaskListLeadRentConfigurationDto.js +55 -0
- package/dist/models/VerifyEmailOtpInput.d.ts +38 -0
- package/dist/models/VerifyEmailOtpInput.js +55 -0
- package/dist/models/VerifyPhoneOtpInput.d.ts +32 -0
- package/dist/models/VerifyPhoneOtpInput.js +51 -0
- package/dist/models/index.d.ts +19 -0
- package/dist/models/index.js +19 -0
- package/package.json +1 -1
- package/src/apis/AuctionsPublicApi.ts +67 -0
- package/src/apis/BuyersApi.ts +249 -0
- package/src/apis/BuyersPublicApi.ts +88 -0
- package/src/apis/DomainsApi.ts +58 -0
- package/src/apis/LeadsApi.ts +3 -11
- package/src/apis/index.ts +1 -0
- package/src/models/AuctionBidDto.ts +101 -0
- package/src/models/AuctionBidInput.ts +66 -0
- package/src/models/AuctionBuyerDto.ts +129 -0
- package/src/models/AuctionBuyerWithTokenDto.ts +83 -0
- package/src/models/AuctionDto.ts +153 -0
- package/src/models/BuyerLeadListItemDto.ts +36 -0
- package/src/models/DomainAuctionDto.ts +119 -0
- package/src/models/DomainSalesInformationDto.ts +18 -0
- package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +2 -1
- package/src/models/IntersectionDomainDtoWithAccountDto.ts +16 -0
- package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +16 -0
- package/src/models/IntersectionDomainDtoWithSeoMetricsDto.ts +16 -0
- package/src/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.ts +61 -0
- package/src/models/LeadDto.ts +77 -0
- package/src/models/LeadLeaseToOwnConfigurationDto.ts +93 -0
- package/src/models/LeadMessageData.ts +16 -0
- package/src/models/LeadMessageDataLeaseToOwn.ts +75 -0
- package/src/models/LeadMessageDto.ts +20 -0
- package/src/models/LeadOfferDto.ts +132 -0
- package/src/models/LeadRentConfigurationDto.ts +75 -0
- package/src/models/ListLeadsResultItem.ts +77 -0
- package/src/models/ManualLeadLeaseToOwnDto.ts +18 -0
- package/src/models/PrivateAccountGetMeResponse.ts +2 -1
- package/src/models/PutBuyerLeadOfferInput.ts +29 -0
- package/src/models/PutLeadOfferInput.ts +31 -3
- package/src/models/RegisterAuctionBuyerPhoneInput.ts +87 -0
- package/src/models/RegisterInput.ts +75 -0
- package/src/models/RequestEmailOtpInput.ts +75 -0
- package/src/models/SellerLeadDetails.ts +77 -0
- package/src/models/StartAuctionInput.ts +100 -0
- package/src/models/TaskListLeadDto.ts +77 -0
- package/src/models/TaskListLeadLeaseToOwnConfigurationDto.ts +93 -0
- package/src/models/TaskListLeadOfferDto.ts +132 -0
- package/src/models/TaskListLeadRentConfigurationDto.ts +75 -0
- package/src/models/VerifyEmailOtpInput.ts +75 -0
- package/src/models/VerifyPhoneOtpInput.ts +66 -0
- package/src/models/index.ts +19 -0
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Nameshift
|
|
5
|
+
* Nameshift API
|
|
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 VerifyEmailOtpInput
|
|
20
|
+
*/
|
|
21
|
+
export interface VerifyEmailOtpInput {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof VerifyEmailOtpInput
|
|
26
|
+
*/
|
|
27
|
+
email: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof VerifyEmailOtpInput
|
|
32
|
+
*/
|
|
33
|
+
otp: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the VerifyEmailOtpInput interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfVerifyEmailOtpInput(value: object): value is VerifyEmailOtpInput {
|
|
40
|
+
if (!('email' in value) || value['email'] === undefined) return false;
|
|
41
|
+
if (!('otp' in value) || value['otp'] === undefined) return false;
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export function VerifyEmailOtpInputFromJSON(json: any): VerifyEmailOtpInput {
|
|
46
|
+
return VerifyEmailOtpInputFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function VerifyEmailOtpInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): VerifyEmailOtpInput {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
|
|
55
|
+
'email': json['email'],
|
|
56
|
+
'otp': json['otp'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function VerifyEmailOtpInputToJSON(json: any): VerifyEmailOtpInput {
|
|
61
|
+
return VerifyEmailOtpInputToJSONTyped(json, false);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function VerifyEmailOtpInputToJSONTyped(value?: VerifyEmailOtpInput | null, ignoreDiscriminator: boolean = false): any {
|
|
65
|
+
if (value == null) {
|
|
66
|
+
return value;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
return {
|
|
70
|
+
|
|
71
|
+
'email': value['email'],
|
|
72
|
+
'otp': value['otp'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Nameshift
|
|
5
|
+
* Nameshift API
|
|
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 VerifyPhoneOtpInput
|
|
20
|
+
*/
|
|
21
|
+
export interface VerifyPhoneOtpInput {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof VerifyPhoneOtpInput
|
|
26
|
+
*/
|
|
27
|
+
otp: string;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the VerifyPhoneOtpInput interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfVerifyPhoneOtpInput(value: object): value is VerifyPhoneOtpInput {
|
|
34
|
+
if (!('otp' in value) || value['otp'] === undefined) return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export function VerifyPhoneOtpInputFromJSON(json: any): VerifyPhoneOtpInput {
|
|
39
|
+
return VerifyPhoneOtpInputFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export function VerifyPhoneOtpInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): VerifyPhoneOtpInput {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
|
|
48
|
+
'otp': json['otp'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function VerifyPhoneOtpInputToJSON(json: any): VerifyPhoneOtpInput {
|
|
53
|
+
return VerifyPhoneOtpInputToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function VerifyPhoneOtpInputToJSONTyped(value?: VerifyPhoneOtpInput | null, ignoreDiscriminator: boolean = false): any {
|
|
57
|
+
if (value == null) {
|
|
58
|
+
return value;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
return {
|
|
62
|
+
|
|
63
|
+
'otp': value['otp'],
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
|
package/src/models/index.ts
CHANGED
|
@@ -41,6 +41,11 @@ export * from './AirwallexBankAccountDetailsDtoLocalMethodCode';
|
|
|
41
41
|
export * from './AirwallexDepositDto';
|
|
42
42
|
export * from './AirwallexDepositDtoFee';
|
|
43
43
|
export * from './AuBankAccountDetails';
|
|
44
|
+
export * from './AuctionBidDto';
|
|
45
|
+
export * from './AuctionBidInput';
|
|
46
|
+
export * from './AuctionBuyerDto';
|
|
47
|
+
export * from './AuctionBuyerWithTokenDto';
|
|
48
|
+
export * from './AuctionDto';
|
|
44
49
|
export * from './BadRequestException';
|
|
45
50
|
export * from './BatchDeleteBuyerLeadsInput';
|
|
46
51
|
export * from './BatchImportPreviewDto';
|
|
@@ -89,6 +94,7 @@ export * from './CreateSubscriptionInput';
|
|
|
89
94
|
export * from './CursorBasedPageInfo';
|
|
90
95
|
export * from './CursorBasedPaginationResponse';
|
|
91
96
|
export * from './DeleteDomainsInput';
|
|
97
|
+
export * from './DomainAuctionDto';
|
|
92
98
|
export * from './DomainExchangeRateDto';
|
|
93
99
|
export * from './DomainFiltersDto';
|
|
94
100
|
export * from './DomainLeadPriceNegotiatorAiAgentConfigurationDto';
|
|
@@ -159,10 +165,14 @@ export * from './LeadBuyerConfigDto';
|
|
|
159
165
|
export * from './LeadDomainDto';
|
|
160
166
|
export * from './LeadDto';
|
|
161
167
|
export * from './LeadLeaseToOwnAndRentConfigurationPresetsDto';
|
|
168
|
+
export * from './LeadLeaseToOwnConfigurationDto';
|
|
162
169
|
export * from './LeadMessageData';
|
|
170
|
+
export * from './LeadMessageDataLeaseToOwn';
|
|
163
171
|
export * from './LeadMessageDto';
|
|
172
|
+
export * from './LeadOfferDto';
|
|
164
173
|
export * from './LeadPriceNegotiatorAiAgentConfigurationDto';
|
|
165
174
|
export * from './LeadPriceNegotiatorAiAgentConfigurationInput';
|
|
175
|
+
export * from './LeadRentConfigurationDto';
|
|
166
176
|
export * from './LeadStatusDto';
|
|
167
177
|
export * from './LeaseToOwnConfigurationDto';
|
|
168
178
|
export * from './LeaseToOwnConfigurationInput';
|
|
@@ -222,6 +232,8 @@ export * from './PublicSalesDto';
|
|
|
222
232
|
export * from './PutBuyerLeadOfferInput';
|
|
223
233
|
export * from './PutLeadOfferInput';
|
|
224
234
|
export * from './RegisterAccountInput';
|
|
235
|
+
export * from './RegisterAuctionBuyerPhoneInput';
|
|
236
|
+
export * from './RegisterInput';
|
|
225
237
|
export * from './RelatedDomainsDto';
|
|
226
238
|
export * from './RelatedSellerDomain';
|
|
227
239
|
export * from './RentConfigurationDto';
|
|
@@ -229,6 +241,7 @@ export * from './RentConfigurationInput';
|
|
|
229
241
|
export * from './RentConfigurationPresetsDto';
|
|
230
242
|
export * from './RentDto';
|
|
231
243
|
export * from './RequestAccessTokenInput';
|
|
244
|
+
export * from './RequestEmailOtpInput';
|
|
232
245
|
export * from './SellerAccountReferralListItemDto';
|
|
233
246
|
export * from './SellerAffiliateCommissionDto';
|
|
234
247
|
export * from './SellerDomainAffiliateCommissionDto';
|
|
@@ -261,6 +274,7 @@ export * from './SetDomainTransferConfirmationInput';
|
|
|
261
274
|
export * from './SetNewPasswordInput';
|
|
262
275
|
export * from './SetPayoutProviderInput';
|
|
263
276
|
export * from './SortDto';
|
|
277
|
+
export * from './StartAuctionInput';
|
|
264
278
|
export * from './StatsFilterInputDateRange';
|
|
265
279
|
export * from './StoreBuyerLocaleInput';
|
|
266
280
|
export * from './StoreUserLocaleInput';
|
|
@@ -284,6 +298,9 @@ export * from './TaskDetailsDto';
|
|
|
284
298
|
export * from './TaskListDomainDto';
|
|
285
299
|
export * from './TaskListDomainTransferDto';
|
|
286
300
|
export * from './TaskListLeadDto';
|
|
301
|
+
export * from './TaskListLeadLeaseToOwnConfigurationDto';
|
|
302
|
+
export * from './TaskListLeadOfferDto';
|
|
303
|
+
export * from './TaskListLeadRentConfigurationDto';
|
|
287
304
|
export * from './TimeTableConfigurationDto';
|
|
288
305
|
export * from './TimeTableConfigurationInput';
|
|
289
306
|
export * from './UkBankAccountDetails';
|
|
@@ -314,5 +331,7 @@ export * from './ValidateTaxNumberDto';
|
|
|
314
331
|
export * from './ValidateTaxNumberInput';
|
|
315
332
|
export * from './ValidationError';
|
|
316
333
|
export * from './ValidationException';
|
|
334
|
+
export * from './VerifyEmailOtpInput';
|
|
317
335
|
export * from './VerifyLeadInput';
|
|
336
|
+
export * from './VerifyPhoneOtpInput';
|
|
318
337
|
export * from './WithSettingsInner';
|