@randock/nameshift-api-client 0.0.87 → 0.0.89
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 +7 -10
- package/README.md +3 -3
- package/dist/apis/BuyersApi.d.ts +50 -1
- package/dist/apis/BuyersApi.js +230 -0
- package/dist/apis/LeadsApi.d.ts +13 -1
- package/dist/apis/LeadsApi.js +56 -0
- package/dist/models/BadRequestException.d.ts +49 -0
- package/dist/models/BadRequestException.js +58 -0
- package/dist/models/BatchReadBuyerLeadMessageInput.d.ts +31 -0
- package/dist/models/BatchReadBuyerLeadMessageInput.js +46 -0
- package/dist/models/BatchReadSellerLeadMessageInput.d.ts +31 -0
- package/dist/models/BatchReadSellerLeadMessageInput.js +46 -0
- package/dist/models/BuyerLeadListItemDomainDto.d.ts +43 -0
- package/dist/models/BuyerLeadListItemDomainDto.js +54 -0
- package/dist/models/BuyerLeadListItemDto.d.ts +84 -0
- package/dist/models/BuyerLeadListItemDto.js +88 -0
- package/dist/models/CreateBuyerLeadMessageInput.d.ts +31 -0
- package/dist/models/CreateBuyerLeadMessageInput.js +46 -0
- package/dist/models/DomainTransferDetailsDto.d.ts +4 -4
- package/dist/models/DomainTransferDetailsDto.js +3 -3
- package/dist/models/DomainTransferDto.d.ts +4 -4
- package/dist/models/DomainTransferDto.js +3 -3
- package/dist/models/GetBuyerLeads200Response.d.ts +46 -0
- package/dist/models/GetBuyerLeads200Response.js +57 -0
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.d.ts +7 -8
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.js +5 -6
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDto.d.ts +3 -3
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDto.js +3 -3
- package/dist/models/IntersectionLeadDtoWithListFieldsDto.d.ts +7 -7
- package/dist/models/IntersectionLeadDtoWithListFieldsDto.js +6 -6
- package/dist/models/LeadMessageDto.d.ts +22 -10
- package/dist/models/LeadMessageDto.js +14 -6
- package/dist/models/OrderListItemDto.d.ts +4 -4
- package/dist/models/OrderListItemDto.js +3 -3
- package/dist/models/PublicLeadDto.d.ts +4 -4
- package/dist/models/PublicLeadDto.js +3 -3
- package/dist/models/SellerDomainTransferDto.d.ts +4 -4
- package/dist/models/SellerDomainTransferDto.js +3 -3
- package/dist/models/index.d.ts +7 -10
- package/dist/models/index.js +7 -10
- package/package.json +1 -1
- package/src/apis/AdminApi.ts +3 -0
- package/src/apis/BuyersApi.ts +231 -0
- package/src/apis/LeadsApi.ts +58 -0
- package/src/apis/LeadsPublicApi.ts +3 -0
- package/src/apis/OrdersPublicApi.ts +3 -0
- package/src/models/BadRequestException.ts +88 -0
- package/src/models/BatchReadBuyerLeadMessageInput.ts +61 -0
- package/src/models/BatchReadSellerLeadMessageInput.ts +61 -0
- package/src/models/BuyerLeadListItemDomainDto.ts +79 -0
- package/src/models/BuyerLeadListItemDto.ts +144 -0
- package/src/models/CreateBuyerLeadMessageInput.ts +61 -0
- package/src/models/DomainTransferDetailsDto.ts +11 -11
- package/src/models/DomainTransferDto.ts +10 -10
- package/src/models/GetBuyerLeads200Response.ts +98 -0
- package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.ts +15 -21
- package/src/models/IntersectionLeadDtoWithLeadDetailsDto.ts +9 -9
- package/src/models/IntersectionLeadDtoWithListFieldsDto.ts +19 -19
- package/src/models/LeadMessageDto.ts +37 -19
- package/src/models/OrderListItemDto.ts +11 -11
- package/src/models/PublicLeadDto.ts +10 -10
- package/src/models/SellerDomainTransferDto.ts +10 -10
- package/src/models/index.ts +7 -10
- package/dist/models/DomainTransferDetailsDtoAuthCode.d.ts +0 -37
- package/dist/models/DomainTransferDetailsDtoAuthCode.js +0 -50
- package/dist/models/DomainTransferDtoAgent.d.ts +0 -37
- package/dist/models/DomainTransferDtoAgent.js +0 -50
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice.d.ts +0 -37
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice.js +0 -50
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice.d.ts +0 -37
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice.js +0 -50
- package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.d.ts +0 -32
- package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.js +0 -47
- package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.d.ts +0 -37
- package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.js +0 -50
- package/dist/models/LeadMessageDtoData.d.ts +0 -32
- package/dist/models/LeadMessageDtoData.js +0 -47
- package/dist/models/OrderListItemDtoBasePrice.d.ts +0 -37
- package/dist/models/OrderListItemDtoBasePrice.js +0 -50
- package/dist/models/PublicLeadDtoLastOffer.d.ts +0 -37
- package/dist/models/PublicLeadDtoLastOffer.js +0 -50
- package/dist/models/SellerDomainTransferDtoAuthCode.d.ts +0 -37
- package/dist/models/SellerDomainTransferDtoAuthCode.js +0 -50
- package/src/models/DomainTransferDetailsDtoAuthCode.ts +0 -70
- package/src/models/DomainTransferDtoAgent.ts +0 -70
- package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice.ts +0 -70
- package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice.ts +0 -70
- package/src/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.ts +0 -68
- package/src/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.ts +0 -70
- package/src/models/LeadMessageDtoData.ts +0 -68
- package/src/models/OrderListItemDtoBasePrice.ts +0 -70
- package/src/models/PublicLeadDtoLastOffer.ts +0 -70
- package/src/models/SellerDomainTransferDtoAuthCode.ts +0 -70
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
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.instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice = instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice;
|
|
17
|
-
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSON = IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSON;
|
|
18
|
-
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped = IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped;
|
|
19
|
-
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceToJSON = IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceToJSON;
|
|
20
|
-
/**
|
|
21
|
-
* Check if a given object implements the IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice interface.
|
|
22
|
-
*/
|
|
23
|
-
function instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice(value) {
|
|
24
|
-
if (!('amount' in value) || value['amount'] === undefined)
|
|
25
|
-
return false;
|
|
26
|
-
if (!('currencyCode' in value) || value['currencyCode'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
return true;
|
|
29
|
-
}
|
|
30
|
-
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSON(json) {
|
|
31
|
-
return IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if (json == null) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'amount': json['amount'],
|
|
39
|
-
'currencyCode': json['currencyCode'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceToJSON(value) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'amount': value['amount'],
|
|
48
|
-
'currencyCode': value['currencyCode'],
|
|
49
|
-
};
|
|
50
|
-
}
|
package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice.d.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
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
|
-
* min offer price or null if offers are not enabled
|
|
14
|
-
* @export
|
|
15
|
-
* @interface IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice
|
|
16
|
-
*/
|
|
17
|
-
export interface IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice {
|
|
18
|
-
/**
|
|
19
|
-
* Monetary amount, represented as an integer without scale/decimals.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice
|
|
22
|
-
*/
|
|
23
|
-
amount: number;
|
|
24
|
-
/**
|
|
25
|
-
* Three letter ISO currency code
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice
|
|
28
|
-
*/
|
|
29
|
-
currencyCode: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice(value: object): value is IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice;
|
|
35
|
-
export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSON(json: any): IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice;
|
|
36
|
-
export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice;
|
|
37
|
-
export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceToJSON(value?: IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice | null): any;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
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.instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice = instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice;
|
|
17
|
-
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSON = IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSON;
|
|
18
|
-
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSONTyped = IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSONTyped;
|
|
19
|
-
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceToJSON = IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceToJSON;
|
|
20
|
-
/**
|
|
21
|
-
* Check if a given object implements the IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice interface.
|
|
22
|
-
*/
|
|
23
|
-
function instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice(value) {
|
|
24
|
-
if (!('amount' in value) || value['amount'] === undefined)
|
|
25
|
-
return false;
|
|
26
|
-
if (!('currencyCode' in value) || value['currencyCode'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
return true;
|
|
29
|
-
}
|
|
30
|
-
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSON(json) {
|
|
31
|
-
return IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if (json == null) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'amount': json['amount'],
|
|
39
|
-
'currencyCode': json['currencyCode'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceToJSON(value) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'amount': value['amount'],
|
|
48
|
-
'currencyCode': value['currencyCode'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
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
|
-
import type { MoneyDto } from './MoneyDto';
|
|
13
|
-
/**
|
|
14
|
-
* The data
|
|
15
|
-
* @export
|
|
16
|
-
* @interface IntersectionLeadDtoWithListFieldsDtoLastMessageData
|
|
17
|
-
*/
|
|
18
|
-
export interface IntersectionLeadDtoWithListFieldsDtoLastMessageData {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {MoneyDto}
|
|
22
|
-
* @memberof IntersectionLeadDtoWithListFieldsDtoLastMessageData
|
|
23
|
-
*/
|
|
24
|
-
price: MoneyDto;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the IntersectionLeadDtoWithListFieldsDtoLastMessageData interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfIntersectionLeadDtoWithListFieldsDtoLastMessageData(value: object): value is IntersectionLeadDtoWithListFieldsDtoLastMessageData;
|
|
30
|
-
export declare function IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSON(json: any): IntersectionLeadDtoWithListFieldsDtoLastMessageData;
|
|
31
|
-
export declare function IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionLeadDtoWithListFieldsDtoLastMessageData;
|
|
32
|
-
export declare function IntersectionLeadDtoWithListFieldsDtoLastMessageDataToJSON(value?: IntersectionLeadDtoWithListFieldsDtoLastMessageData | null): any;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
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.instanceOfIntersectionLeadDtoWithListFieldsDtoLastMessageData = instanceOfIntersectionLeadDtoWithListFieldsDtoLastMessageData;
|
|
17
|
-
exports.IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSON = IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSON;
|
|
18
|
-
exports.IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSONTyped = IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSONTyped;
|
|
19
|
-
exports.IntersectionLeadDtoWithListFieldsDtoLastMessageDataToJSON = IntersectionLeadDtoWithListFieldsDtoLastMessageDataToJSON;
|
|
20
|
-
var MoneyDto_1 = require("./MoneyDto");
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the IntersectionLeadDtoWithListFieldsDtoLastMessageData interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfIntersectionLeadDtoWithListFieldsDtoLastMessageData(value) {
|
|
25
|
-
if (!('price' in value) || value['price'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
function IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSON(json) {
|
|
30
|
-
return IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
function IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (json == null) {
|
|
34
|
-
return json;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'price': (0, MoneyDto_1.MoneyDtoFromJSON)(json['price']),
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
function IntersectionLeadDtoWithListFieldsDtoLastMessageDataToJSON(value) {
|
|
41
|
-
if (value == null) {
|
|
42
|
-
return value;
|
|
43
|
-
}
|
|
44
|
-
return {
|
|
45
|
-
'price': (0, MoneyDto_1.MoneyDtoToJSON)(value['price']),
|
|
46
|
-
};
|
|
47
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
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 IntersectionLeadDtoWithListFieldsDtoLastOffer
|
|
16
|
-
*/
|
|
17
|
-
export interface IntersectionLeadDtoWithListFieldsDtoLastOffer {
|
|
18
|
-
/**
|
|
19
|
-
* Monetary amount, represented as an integer without scale/decimals.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof IntersectionLeadDtoWithListFieldsDtoLastOffer
|
|
22
|
-
*/
|
|
23
|
-
amount: number;
|
|
24
|
-
/**
|
|
25
|
-
* Three letter ISO currency code
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof IntersectionLeadDtoWithListFieldsDtoLastOffer
|
|
28
|
-
*/
|
|
29
|
-
currencyCode: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the IntersectionLeadDtoWithListFieldsDtoLastOffer interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfIntersectionLeadDtoWithListFieldsDtoLastOffer(value: object): value is IntersectionLeadDtoWithListFieldsDtoLastOffer;
|
|
35
|
-
export declare function IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSON(json: any): IntersectionLeadDtoWithListFieldsDtoLastOffer;
|
|
36
|
-
export declare function IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionLeadDtoWithListFieldsDtoLastOffer;
|
|
37
|
-
export declare function IntersectionLeadDtoWithListFieldsDtoLastOfferToJSON(value?: IntersectionLeadDtoWithListFieldsDtoLastOffer | null): any;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
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.instanceOfIntersectionLeadDtoWithListFieldsDtoLastOffer = instanceOfIntersectionLeadDtoWithListFieldsDtoLastOffer;
|
|
17
|
-
exports.IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSON = IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSON;
|
|
18
|
-
exports.IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSONTyped = IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSONTyped;
|
|
19
|
-
exports.IntersectionLeadDtoWithListFieldsDtoLastOfferToJSON = IntersectionLeadDtoWithListFieldsDtoLastOfferToJSON;
|
|
20
|
-
/**
|
|
21
|
-
* Check if a given object implements the IntersectionLeadDtoWithListFieldsDtoLastOffer interface.
|
|
22
|
-
*/
|
|
23
|
-
function instanceOfIntersectionLeadDtoWithListFieldsDtoLastOffer(value) {
|
|
24
|
-
if (!('amount' in value) || value['amount'] === undefined)
|
|
25
|
-
return false;
|
|
26
|
-
if (!('currencyCode' in value) || value['currencyCode'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
return true;
|
|
29
|
-
}
|
|
30
|
-
function IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSON(json) {
|
|
31
|
-
return IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
function IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if (json == null) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'amount': json['amount'],
|
|
39
|
-
'currencyCode': json['currencyCode'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
function IntersectionLeadDtoWithListFieldsDtoLastOfferToJSON(value) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'amount': value['amount'],
|
|
48
|
-
'currencyCode': value['currencyCode'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
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
|
-
import type { MoneyDto } from './MoneyDto';
|
|
13
|
-
/**
|
|
14
|
-
* Optional data *
|
|
15
|
-
* @export
|
|
16
|
-
* @interface LeadMessageDtoData
|
|
17
|
-
*/
|
|
18
|
-
export interface LeadMessageDtoData {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {MoneyDto}
|
|
22
|
-
* @memberof LeadMessageDtoData
|
|
23
|
-
*/
|
|
24
|
-
price: MoneyDto;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the LeadMessageDtoData interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfLeadMessageDtoData(value: object): value is LeadMessageDtoData;
|
|
30
|
-
export declare function LeadMessageDtoDataFromJSON(json: any): LeadMessageDtoData;
|
|
31
|
-
export declare function LeadMessageDtoDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeadMessageDtoData;
|
|
32
|
-
export declare function LeadMessageDtoDataToJSON(value?: LeadMessageDtoData | null): any;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
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.instanceOfLeadMessageDtoData = instanceOfLeadMessageDtoData;
|
|
17
|
-
exports.LeadMessageDtoDataFromJSON = LeadMessageDtoDataFromJSON;
|
|
18
|
-
exports.LeadMessageDtoDataFromJSONTyped = LeadMessageDtoDataFromJSONTyped;
|
|
19
|
-
exports.LeadMessageDtoDataToJSON = LeadMessageDtoDataToJSON;
|
|
20
|
-
var MoneyDto_1 = require("./MoneyDto");
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the LeadMessageDtoData interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfLeadMessageDtoData(value) {
|
|
25
|
-
if (!('price' in value) || value['price'] === undefined)
|
|
26
|
-
return false;
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
function LeadMessageDtoDataFromJSON(json) {
|
|
30
|
-
return LeadMessageDtoDataFromJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
function LeadMessageDtoDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (json == null) {
|
|
34
|
-
return json;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'price': (0, MoneyDto_1.MoneyDtoFromJSON)(json['price']),
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
function LeadMessageDtoDataToJSON(value) {
|
|
41
|
-
if (value == null) {
|
|
42
|
-
return value;
|
|
43
|
-
}
|
|
44
|
-
return {
|
|
45
|
-
'price': (0, MoneyDto_1.MoneyDtoToJSON)(value['price']),
|
|
46
|
-
};
|
|
47
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
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
|
-
* The order base price
|
|
14
|
-
* @export
|
|
15
|
-
* @interface OrderListItemDtoBasePrice
|
|
16
|
-
*/
|
|
17
|
-
export interface OrderListItemDtoBasePrice {
|
|
18
|
-
/**
|
|
19
|
-
* Monetary amount, represented as an integer without scale/decimals.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof OrderListItemDtoBasePrice
|
|
22
|
-
*/
|
|
23
|
-
amount: number;
|
|
24
|
-
/**
|
|
25
|
-
* Three letter ISO currency code
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof OrderListItemDtoBasePrice
|
|
28
|
-
*/
|
|
29
|
-
currencyCode: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the OrderListItemDtoBasePrice interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfOrderListItemDtoBasePrice(value: object): value is OrderListItemDtoBasePrice;
|
|
35
|
-
export declare function OrderListItemDtoBasePriceFromJSON(json: any): OrderListItemDtoBasePrice;
|
|
36
|
-
export declare function OrderListItemDtoBasePriceFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderListItemDtoBasePrice;
|
|
37
|
-
export declare function OrderListItemDtoBasePriceToJSON(value?: OrderListItemDtoBasePrice | null): any;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
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.instanceOfOrderListItemDtoBasePrice = instanceOfOrderListItemDtoBasePrice;
|
|
17
|
-
exports.OrderListItemDtoBasePriceFromJSON = OrderListItemDtoBasePriceFromJSON;
|
|
18
|
-
exports.OrderListItemDtoBasePriceFromJSONTyped = OrderListItemDtoBasePriceFromJSONTyped;
|
|
19
|
-
exports.OrderListItemDtoBasePriceToJSON = OrderListItemDtoBasePriceToJSON;
|
|
20
|
-
/**
|
|
21
|
-
* Check if a given object implements the OrderListItemDtoBasePrice interface.
|
|
22
|
-
*/
|
|
23
|
-
function instanceOfOrderListItemDtoBasePrice(value) {
|
|
24
|
-
if (!('amount' in value) || value['amount'] === undefined)
|
|
25
|
-
return false;
|
|
26
|
-
if (!('currencyCode' in value) || value['currencyCode'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
return true;
|
|
29
|
-
}
|
|
30
|
-
function OrderListItemDtoBasePriceFromJSON(json) {
|
|
31
|
-
return OrderListItemDtoBasePriceFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
function OrderListItemDtoBasePriceFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if (json == null) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'amount': json['amount'],
|
|
39
|
-
'currencyCode': json['currencyCode'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
function OrderListItemDtoBasePriceToJSON(value) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'amount': value['amount'],
|
|
48
|
-
'currencyCode': value['currencyCode'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
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
|
-
* The last offer price
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PublicLeadDtoLastOffer
|
|
16
|
-
*/
|
|
17
|
-
export interface PublicLeadDtoLastOffer {
|
|
18
|
-
/**
|
|
19
|
-
* Monetary amount, represented as an integer without scale/decimals.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof PublicLeadDtoLastOffer
|
|
22
|
-
*/
|
|
23
|
-
amount: number;
|
|
24
|
-
/**
|
|
25
|
-
* Three letter ISO currency code
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PublicLeadDtoLastOffer
|
|
28
|
-
*/
|
|
29
|
-
currencyCode: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the PublicLeadDtoLastOffer interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfPublicLeadDtoLastOffer(value: object): value is PublicLeadDtoLastOffer;
|
|
35
|
-
export declare function PublicLeadDtoLastOfferFromJSON(json: any): PublicLeadDtoLastOffer;
|
|
36
|
-
export declare function PublicLeadDtoLastOfferFromJSONTyped(json: any, ignoreDiscriminator: boolean): PublicLeadDtoLastOffer;
|
|
37
|
-
export declare function PublicLeadDtoLastOfferToJSON(value?: PublicLeadDtoLastOffer | null): any;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
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.instanceOfPublicLeadDtoLastOffer = instanceOfPublicLeadDtoLastOffer;
|
|
17
|
-
exports.PublicLeadDtoLastOfferFromJSON = PublicLeadDtoLastOfferFromJSON;
|
|
18
|
-
exports.PublicLeadDtoLastOfferFromJSONTyped = PublicLeadDtoLastOfferFromJSONTyped;
|
|
19
|
-
exports.PublicLeadDtoLastOfferToJSON = PublicLeadDtoLastOfferToJSON;
|
|
20
|
-
/**
|
|
21
|
-
* Check if a given object implements the PublicLeadDtoLastOffer interface.
|
|
22
|
-
*/
|
|
23
|
-
function instanceOfPublicLeadDtoLastOffer(value) {
|
|
24
|
-
if (!('amount' in value) || value['amount'] === undefined)
|
|
25
|
-
return false;
|
|
26
|
-
if (!('currencyCode' in value) || value['currencyCode'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
return true;
|
|
29
|
-
}
|
|
30
|
-
function PublicLeadDtoLastOfferFromJSON(json) {
|
|
31
|
-
return PublicLeadDtoLastOfferFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
function PublicLeadDtoLastOfferFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if (json == null) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'amount': json['amount'],
|
|
39
|
-
'currencyCode': json['currencyCode'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
function PublicLeadDtoLastOfferToJSON(value) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'amount': value['amount'],
|
|
48
|
-
'currencyCode': value['currencyCode'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
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
|
-
* The domain transfer auth code
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SellerDomainTransferDtoAuthCode
|
|
16
|
-
*/
|
|
17
|
-
export interface SellerDomainTransferDtoAuthCode {
|
|
18
|
-
/**
|
|
19
|
-
* The domain transfer auth code value
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SellerDomainTransferDtoAuthCode
|
|
22
|
-
*/
|
|
23
|
-
value: string;
|
|
24
|
-
/**
|
|
25
|
-
* The domain transfer auth code expiry date
|
|
26
|
-
* @type {Date}
|
|
27
|
-
* @memberof SellerDomainTransferDtoAuthCode
|
|
28
|
-
*/
|
|
29
|
-
updatedAt: Date;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Check if a given object implements the SellerDomainTransferDtoAuthCode interface.
|
|
33
|
-
*/
|
|
34
|
-
export declare function instanceOfSellerDomainTransferDtoAuthCode(value: object): value is SellerDomainTransferDtoAuthCode;
|
|
35
|
-
export declare function SellerDomainTransferDtoAuthCodeFromJSON(json: any): SellerDomainTransferDtoAuthCode;
|
|
36
|
-
export declare function SellerDomainTransferDtoAuthCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SellerDomainTransferDtoAuthCode;
|
|
37
|
-
export declare function SellerDomainTransferDtoAuthCodeToJSON(value?: SellerDomainTransferDtoAuthCode | null): any;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
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.instanceOfSellerDomainTransferDtoAuthCode = instanceOfSellerDomainTransferDtoAuthCode;
|
|
17
|
-
exports.SellerDomainTransferDtoAuthCodeFromJSON = SellerDomainTransferDtoAuthCodeFromJSON;
|
|
18
|
-
exports.SellerDomainTransferDtoAuthCodeFromJSONTyped = SellerDomainTransferDtoAuthCodeFromJSONTyped;
|
|
19
|
-
exports.SellerDomainTransferDtoAuthCodeToJSON = SellerDomainTransferDtoAuthCodeToJSON;
|
|
20
|
-
/**
|
|
21
|
-
* Check if a given object implements the SellerDomainTransferDtoAuthCode interface.
|
|
22
|
-
*/
|
|
23
|
-
function instanceOfSellerDomainTransferDtoAuthCode(value) {
|
|
24
|
-
if (!('value' in value) || value['value'] === undefined)
|
|
25
|
-
return false;
|
|
26
|
-
if (!('updatedAt' in value) || value['updatedAt'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
return true;
|
|
29
|
-
}
|
|
30
|
-
function SellerDomainTransferDtoAuthCodeFromJSON(json) {
|
|
31
|
-
return SellerDomainTransferDtoAuthCodeFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
function SellerDomainTransferDtoAuthCodeFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if (json == null) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'value': json['value'],
|
|
39
|
-
'updatedAt': (new Date(json['updatedAt'])),
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
function SellerDomainTransferDtoAuthCodeToJSON(value) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'value': value['value'],
|
|
48
|
-
'updatedAt': ((value['updatedAt']).toISOString()),
|
|
49
|
-
};
|
|
50
|
-
}
|