@randock/nameshift-api-client 0.0.71 → 0.0.73
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 +14 -3
- package/README.md +3 -3
- package/dist/apis/AdminApi.d.ts +12 -1
- package/dist/apis/AdminApi.js +53 -0
- package/dist/apis/DomainsPublicApi.d.ts +4 -3
- package/dist/apis/DomainsPublicApi.js +4 -1
- package/dist/models/ChartDataPoint.d.ts +37 -0
- package/dist/models/ChartDataPoint.js +51 -0
- package/dist/models/DomainStats.d.ts +58 -0
- package/dist/models/DomainStats.js +67 -0
- package/dist/models/DomainTransferDetailWorkflowActionDto.d.ts +64 -0
- package/dist/models/DomainTransferDetailWorkflowActionDto.js +71 -0
- package/dist/models/DomainTransferDetailWorkflowDefinitionDto.d.ts +43 -0
- package/dist/models/DomainTransferDetailWorkflowDefinitionDto.js +55 -0
- package/dist/models/DomainTransferDetailsAuthCodeDto.d.ts +37 -0
- package/dist/models/DomainTransferDetailsAuthCodeDto.js +51 -0
- package/dist/models/DomainTransferDetailsDomainDto.d.ts +43 -0
- package/dist/models/DomainTransferDetailsDomainDto.js +55 -0
- package/dist/models/DomainTransferDetailsDto.d.ts +95 -0
- package/dist/models/DomainTransferDetailsDto.js +94 -0
- package/dist/models/DomainTransferDetailsDtoAuthCode.d.ts +37 -0
- package/dist/models/DomainTransferDetailsDtoAuthCode.js +51 -0
- package/dist/models/DomainTransferDetailsOrderBuyerDto.d.ts +49 -0
- package/dist/models/DomainTransferDetailsOrderBuyerDto.js +59 -0
- package/dist/models/DomainTransferDetailsOrderDto.d.ts +59 -0
- package/dist/models/DomainTransferDetailsOrderDto.js +68 -0
- package/dist/models/DomainTransferDetailsOrderSellerDto.d.ts +37 -0
- package/dist/models/DomainTransferDetailsOrderSellerDto.js +51 -0
- package/dist/models/DomainTransferOrderDto.d.ts +6 -0
- package/dist/models/DomainTransferOrderDto.js +4 -0
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.d.ts +65 -0
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.js +71 -0
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice.d.ts +37 -0
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice.js +51 -0
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice.d.ts +37 -0
- package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice.js +51 -0
- package/dist/models/index.d.ts +14 -3
- package/dist/models/index.js +14 -3
- package/package.json +1 -1
- package/src/apis/AdminApi.ts +48 -0
- package/src/apis/DomainsPublicApi.ts +11 -6
- package/src/models/ChartDataPoint.ts +70 -0
- package/src/models/DomainStats.ts +106 -0
- package/src/models/DomainTransferDetailWorkflowActionDto.ts +109 -0
- package/src/models/DomainTransferDetailWorkflowDefinitionDto.ts +79 -0
- package/src/models/DomainTransferDetailsAuthCodeDto.ts +70 -0
- package/src/models/DomainTransferDetailsDomainDto.ts +79 -0
- package/src/models/DomainTransferDetailsDto.ts +178 -0
- package/src/models/DomainTransferDetailsDtoAuthCode.ts +70 -0
- package/src/models/DomainTransferDetailsOrderBuyerDto.ts +88 -0
- package/src/models/DomainTransferDetailsOrderDto.ts +112 -0
- package/src/models/DomainTransferDetailsOrderSellerDto.ts +70 -0
- package/src/models/DomainTransferOrderDto.ts +9 -0
- package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.ts +131 -0
- package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice.ts +70 -0
- package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice.ts +70 -0
- package/src/models/index.ts +14 -3
- package/dist/models/DomainSalesInformationDto.d.ts +0 -58
- package/dist/models/DomainSalesInformationDto.js +0 -66
- package/dist/models/DomainSalesInformationDtoBuyNowPrice.d.ts +0 -37
- package/dist/models/DomainSalesInformationDtoBuyNowPrice.js +0 -51
- package/dist/models/DomainSalesInformationDtoMinOfferPrice.d.ts +0 -37
- package/dist/models/DomainSalesInformationDtoMinOfferPrice.js +0 -51
- package/src/models/DomainSalesInformationDto.ts +0 -116
- package/src/models/DomainSalesInformationDtoBuyNowPrice.ts +0 -70
- package/src/models/DomainSalesInformationDtoMinOfferPrice.ts +0 -70
|
@@ -0,0 +1,68 @@
|
|
|
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.DomainTransferDetailsOrderDtoToJSON = exports.DomainTransferDetailsOrderDtoFromJSONTyped = exports.DomainTransferDetailsOrderDtoFromJSON = exports.instanceOfDomainTransferDetailsOrderDto = exports.DomainTransferDetailsOrderDtoTypeEnum = void 0;
|
|
17
|
+
var DomainTransferDetailsOrderBuyerDto_1 = require("./DomainTransferDetailsOrderBuyerDto");
|
|
18
|
+
var DomainTransferDetailsOrderSellerDto_1 = require("./DomainTransferDetailsOrderSellerDto");
|
|
19
|
+
/**
|
|
20
|
+
* @export
|
|
21
|
+
*/
|
|
22
|
+
exports.DomainTransferDetailsOrderDtoTypeEnum = {
|
|
23
|
+
BUY_NOW: 'buy_now',
|
|
24
|
+
OFFER: 'offer'
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the DomainTransferDetailsOrderDto interface.
|
|
28
|
+
*/
|
|
29
|
+
function instanceOfDomainTransferDetailsOrderDto(value) {
|
|
30
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('buyer' in value) || value['buyer'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('seller' in value) || value['seller'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
exports.instanceOfDomainTransferDetailsOrderDto = instanceOfDomainTransferDetailsOrderDto;
|
|
41
|
+
function DomainTransferDetailsOrderDtoFromJSON(json) {
|
|
42
|
+
return DomainTransferDetailsOrderDtoFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
exports.DomainTransferDetailsOrderDtoFromJSON = DomainTransferDetailsOrderDtoFromJSON;
|
|
45
|
+
function DomainTransferDetailsOrderDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
+
if (json == null) {
|
|
47
|
+
return json;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'type': json['type'],
|
|
51
|
+
'id': json['id'],
|
|
52
|
+
'buyer': (0, DomainTransferDetailsOrderBuyerDto_1.DomainTransferDetailsOrderBuyerDtoFromJSON)(json['buyer']),
|
|
53
|
+
'seller': (0, DomainTransferDetailsOrderSellerDto_1.DomainTransferDetailsOrderSellerDtoFromJSON)(json['seller']),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
exports.DomainTransferDetailsOrderDtoFromJSONTyped = DomainTransferDetailsOrderDtoFromJSONTyped;
|
|
57
|
+
function DomainTransferDetailsOrderDtoToJSON(value) {
|
|
58
|
+
if (value == null) {
|
|
59
|
+
return value;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'type': value['type'],
|
|
63
|
+
'id': value['id'],
|
|
64
|
+
'buyer': (0, DomainTransferDetailsOrderBuyerDto_1.DomainTransferDetailsOrderBuyerDtoToJSON)(value['buyer']),
|
|
65
|
+
'seller': (0, DomainTransferDetailsOrderSellerDto_1.DomainTransferDetailsOrderSellerDtoToJSON)(value['seller']),
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
exports.DomainTransferDetailsOrderDtoToJSON = DomainTransferDetailsOrderDtoToJSON;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 DomainTransferDetailsOrderSellerDto
|
|
16
|
+
*/
|
|
17
|
+
export interface DomainTransferDetailsOrderSellerDto {
|
|
18
|
+
/**
|
|
19
|
+
* The order seller account ID
|
|
20
|
+
* @type {object}
|
|
21
|
+
* @memberof DomainTransferDetailsOrderSellerDto
|
|
22
|
+
*/
|
|
23
|
+
id: object;
|
|
24
|
+
/**
|
|
25
|
+
* The order seller account identifier
|
|
26
|
+
* @type {object}
|
|
27
|
+
* @memberof DomainTransferDetailsOrderSellerDto
|
|
28
|
+
*/
|
|
29
|
+
identifier: object;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the DomainTransferDetailsOrderSellerDto interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfDomainTransferDetailsOrderSellerDto(value: object): value is DomainTransferDetailsOrderSellerDto;
|
|
35
|
+
export declare function DomainTransferDetailsOrderSellerDtoFromJSON(json: any): DomainTransferDetailsOrderSellerDto;
|
|
36
|
+
export declare function DomainTransferDetailsOrderSellerDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): DomainTransferDetailsOrderSellerDto;
|
|
37
|
+
export declare function DomainTransferDetailsOrderSellerDtoToJSON(value?: DomainTransferDetailsOrderSellerDto | null): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
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.DomainTransferDetailsOrderSellerDtoToJSON = exports.DomainTransferDetailsOrderSellerDtoFromJSONTyped = exports.DomainTransferDetailsOrderSellerDtoFromJSON = exports.instanceOfDomainTransferDetailsOrderSellerDto = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the DomainTransferDetailsOrderSellerDto interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfDomainTransferDetailsOrderSellerDto(value) {
|
|
21
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('identifier' in value) || value['identifier'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfDomainTransferDetailsOrderSellerDto = instanceOfDomainTransferDetailsOrderSellerDto;
|
|
28
|
+
function DomainTransferDetailsOrderSellerDtoFromJSON(json) {
|
|
29
|
+
return DomainTransferDetailsOrderSellerDtoFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.DomainTransferDetailsOrderSellerDtoFromJSON = DomainTransferDetailsOrderSellerDtoFromJSON;
|
|
32
|
+
function DomainTransferDetailsOrderSellerDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'id': json['id'],
|
|
38
|
+
'identifier': json['identifier'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.DomainTransferDetailsOrderSellerDtoFromJSONTyped = DomainTransferDetailsOrderSellerDtoFromJSONTyped;
|
|
42
|
+
function DomainTransferDetailsOrderSellerDtoToJSON(value) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'id': value['id'],
|
|
48
|
+
'identifier': value['identifier'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
exports.DomainTransferDetailsOrderSellerDtoToJSON = DomainTransferDetailsOrderSellerDtoToJSON;
|
|
@@ -33,6 +33,12 @@ export interface DomainTransferOrderDto {
|
|
|
33
33
|
* @memberof DomainTransferOrderDto
|
|
34
34
|
*/
|
|
35
35
|
sellerAccountId: object;
|
|
36
|
+
/**
|
|
37
|
+
* The order seller account identifier
|
|
38
|
+
* @type {object}
|
|
39
|
+
* @memberof DomainTransferOrderDto
|
|
40
|
+
*/
|
|
41
|
+
sellerAccountIdentifier: object;
|
|
36
42
|
}
|
|
37
43
|
/**
|
|
38
44
|
* Check if a given object implements the DomainTransferOrderDto interface.
|
|
@@ -24,6 +24,8 @@ function instanceOfDomainTransferOrderDto(value) {
|
|
|
24
24
|
return false;
|
|
25
25
|
if (!('sellerAccountId' in value) || value['sellerAccountId'] === undefined)
|
|
26
26
|
return false;
|
|
27
|
+
if (!('sellerAccountIdentifier' in value) || value['sellerAccountIdentifier'] === undefined)
|
|
28
|
+
return false;
|
|
27
29
|
return true;
|
|
28
30
|
}
|
|
29
31
|
exports.instanceOfDomainTransferOrderDto = instanceOfDomainTransferOrderDto;
|
|
@@ -39,6 +41,7 @@ function DomainTransferOrderDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
41
|
'id': json['id'],
|
|
40
42
|
'email': json['email'],
|
|
41
43
|
'sellerAccountId': json['sellerAccountId'],
|
|
44
|
+
'sellerAccountIdentifier': json['sellerAccountIdentifier'],
|
|
42
45
|
};
|
|
43
46
|
}
|
|
44
47
|
exports.DomainTransferOrderDtoFromJSONTyped = DomainTransferOrderDtoFromJSONTyped;
|
|
@@ -50,6 +53,7 @@ function DomainTransferOrderDtoToJSON(value) {
|
|
|
50
53
|
'id': value['id'],
|
|
51
54
|
'email': value['email'],
|
|
52
55
|
'sellerAccountId': value['sellerAccountId'],
|
|
56
|
+
'sellerAccountIdentifier': value['sellerAccountIdentifier'],
|
|
53
57
|
};
|
|
54
58
|
}
|
|
55
59
|
exports.DomainTransferOrderDtoToJSON = DomainTransferOrderDtoToJSON;
|
|
@@ -0,0 +1,65 @@
|
|
|
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 { IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice } from './IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice';
|
|
13
|
+
import type { DomainSellerDto } from './DomainSellerDto';
|
|
14
|
+
import type { DomainStats } from './DomainStats';
|
|
15
|
+
import type { IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice } from './IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface IntersectionDomainSalesInformationDtoWithDomainStatsDto
|
|
20
|
+
*/
|
|
21
|
+
export interface IntersectionDomainSalesInformationDtoWithDomainStatsDto {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {DomainStats}
|
|
25
|
+
* @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDto
|
|
26
|
+
*/
|
|
27
|
+
stats: DomainStats | null;
|
|
28
|
+
/**
|
|
29
|
+
* The domain name (example.com, xn--maana-pta.com)
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDto
|
|
32
|
+
*/
|
|
33
|
+
domain: string;
|
|
34
|
+
/**
|
|
35
|
+
* The domain display name (example.com, mañana.com)
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDto
|
|
38
|
+
*/
|
|
39
|
+
domainDisplayName: string;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice}
|
|
43
|
+
* @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDto
|
|
44
|
+
*/
|
|
45
|
+
buyNowPrice: IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice | null;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice}
|
|
49
|
+
* @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDto
|
|
50
|
+
*/
|
|
51
|
+
minOfferPrice: IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice | null;
|
|
52
|
+
/**
|
|
53
|
+
* The domain seller information
|
|
54
|
+
* @type {DomainSellerDto}
|
|
55
|
+
* @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDto
|
|
56
|
+
*/
|
|
57
|
+
seller: DomainSellerDto;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Check if a given object implements the IntersectionDomainSalesInformationDtoWithDomainStatsDto interface.
|
|
61
|
+
*/
|
|
62
|
+
export declare function instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDto(value: object): value is IntersectionDomainSalesInformationDtoWithDomainStatsDto;
|
|
63
|
+
export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSON(json: any): IntersectionDomainSalesInformationDtoWithDomainStatsDto;
|
|
64
|
+
export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionDomainSalesInformationDtoWithDomainStatsDto;
|
|
65
|
+
export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoToJSON(value?: IntersectionDomainSalesInformationDtoWithDomainStatsDto | null): any;
|
|
@@ -0,0 +1,71 @@
|
|
|
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.IntersectionDomainSalesInformationDtoWithDomainStatsDtoToJSON = exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSONTyped = exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSON = exports.instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDto = void 0;
|
|
17
|
+
var IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice_1 = require("./IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice");
|
|
18
|
+
var DomainSellerDto_1 = require("./DomainSellerDto");
|
|
19
|
+
var DomainStats_1 = require("./DomainStats");
|
|
20
|
+
var IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice_1 = require("./IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice");
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the IntersectionDomainSalesInformationDtoWithDomainStatsDto interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDto(value) {
|
|
25
|
+
if (!('stats' in value) || value['stats'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('domain' in value) || value['domain'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('domainDisplayName' in value) || value['domainDisplayName'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('buyNowPrice' in value) || value['buyNowPrice'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('minOfferPrice' in value) || value['minOfferPrice'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('seller' in value) || value['seller'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
exports.instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDto = instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDto;
|
|
40
|
+
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSON(json) {
|
|
41
|
+
return IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSON = IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSON;
|
|
44
|
+
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
if (json == null) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'stats': (0, DomainStats_1.DomainStatsFromJSON)(json['stats']),
|
|
50
|
+
'domain': json['domain'],
|
|
51
|
+
'domainDisplayName': json['domainDisplayName'],
|
|
52
|
+
'buyNowPrice': (0, IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice_1.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSON)(json['buyNowPrice']),
|
|
53
|
+
'minOfferPrice': (0, IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice_1.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSON)(json['minOfferPrice']),
|
|
54
|
+
'seller': (0, DomainSellerDto_1.DomainSellerDtoFromJSON)(json['seller']),
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSONTyped = IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSONTyped;
|
|
58
|
+
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoToJSON(value) {
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
'stats': (0, DomainStats_1.DomainStatsToJSON)(value['stats']),
|
|
64
|
+
'domain': value['domain'],
|
|
65
|
+
'domainDisplayName': value['domainDisplayName'],
|
|
66
|
+
'buyNowPrice': (0, IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice_1.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceToJSON)(value['buyNowPrice']),
|
|
67
|
+
'minOfferPrice': (0, IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice_1.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceToJSON)(value['minOfferPrice']),
|
|
68
|
+
'seller': (0, DomainSellerDto_1.DomainSellerDtoToJSON)(value['seller']),
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoToJSON = IntersectionDomainSalesInformationDtoWithDomainStatsDtoToJSON;
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
* Buy now price or null if buy now is not enabled
|
|
14
|
+
* @export
|
|
15
|
+
* @interface IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice
|
|
16
|
+
*/
|
|
17
|
+
export interface IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice {
|
|
18
|
+
/**
|
|
19
|
+
* Monetary amount, represented as an integer without scale/decimals.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice
|
|
22
|
+
*/
|
|
23
|
+
amount: number;
|
|
24
|
+
/**
|
|
25
|
+
* Three letter ISO currency code
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice
|
|
28
|
+
*/
|
|
29
|
+
currencyCode: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice(value: object): value is IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice;
|
|
35
|
+
export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSON(json: any): IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice;
|
|
36
|
+
export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice;
|
|
37
|
+
export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceToJSON(value?: IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice | null): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
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.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceToJSON = exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped = exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSON = exports.instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice(value) {
|
|
21
|
+
if (!('amount' in value) || value['amount'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('currencyCode' in value) || value['currencyCode'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice = instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice;
|
|
28
|
+
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSON(json) {
|
|
29
|
+
return IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSON = IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSON;
|
|
32
|
+
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'amount': json['amount'],
|
|
38
|
+
'currencyCode': json['currencyCode'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped = IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped;
|
|
42
|
+
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceToJSON(value) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'amount': value['amount'],
|
|
48
|
+
'currencyCode': value['currencyCode'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceToJSON = IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceToJSON;
|
|
@@ -0,0 +1,37 @@
|
|
|
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;
|
|
@@ -0,0 +1,51 @@
|
|
|
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.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceToJSON = exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSONTyped = exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSON = exports.instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice(value) {
|
|
21
|
+
if (!('amount' in value) || value['amount'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('currencyCode' in value) || value['currencyCode'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice = instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice;
|
|
28
|
+
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSON(json) {
|
|
29
|
+
return IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSON = IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSON;
|
|
32
|
+
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'amount': json['amount'],
|
|
38
|
+
'currencyCode': json['currencyCode'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSONTyped = IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceFromJSONTyped;
|
|
42
|
+
function IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceToJSON(value) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'amount': value['amount'],
|
|
48
|
+
'currencyCode': value['currencyCode'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
exports.IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceToJSON = IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPriceToJSON;
|
package/dist/models/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from './BuyerDomainTransferListItemDomainDto';
|
|
|
10
10
|
export * from './BuyerDomainTransferListItemDto';
|
|
11
11
|
export * from './BuyerUserDto';
|
|
12
12
|
export * from './ChangeOrderStatusInput';
|
|
13
|
+
export * from './ChartDataPoint';
|
|
13
14
|
export * from './ConflictException';
|
|
14
15
|
export * from './CreateLeadInput';
|
|
15
16
|
export * from './CreateLeadMessageInput';
|
|
@@ -17,11 +18,18 @@ export * from './CreateOrderInput';
|
|
|
17
18
|
export * from './DashboardStatsDto';
|
|
18
19
|
export * from './DeleteDomainsInput';
|
|
19
20
|
export * from './DomainDto';
|
|
20
|
-
export * from './DomainSalesInformationDto';
|
|
21
|
-
export * from './DomainSalesInformationDtoBuyNowPrice';
|
|
22
|
-
export * from './DomainSalesInformationDtoMinOfferPrice';
|
|
23
21
|
export * from './DomainSellerDto';
|
|
22
|
+
export * from './DomainStats';
|
|
24
23
|
export * from './DomainTransferAgentDto';
|
|
24
|
+
export * from './DomainTransferDetailWorkflowActionDto';
|
|
25
|
+
export * from './DomainTransferDetailWorkflowDefinitionDto';
|
|
26
|
+
export * from './DomainTransferDetailsAuthCodeDto';
|
|
27
|
+
export * from './DomainTransferDetailsDomainDto';
|
|
28
|
+
export * from './DomainTransferDetailsDto';
|
|
29
|
+
export * from './DomainTransferDetailsDtoAuthCode';
|
|
30
|
+
export * from './DomainTransferDetailsOrderBuyerDto';
|
|
31
|
+
export * from './DomainTransferDetailsOrderDto';
|
|
32
|
+
export * from './DomainTransferDetailsOrderSellerDto';
|
|
25
33
|
export * from './DomainTransferDomainDto';
|
|
26
34
|
export * from './DomainTransferDto';
|
|
27
35
|
export * from './DomainTransferDtoAgent';
|
|
@@ -35,6 +43,9 @@ export * from './IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddres
|
|
|
35
43
|
export * from './IntersectionDomainDtoWithAccountDto';
|
|
36
44
|
export * from './IntersectionDomainDtoWithDomainUrlDto';
|
|
37
45
|
export * from './IntersectionDomainDtoWithHijackerDtoWithAccountDto';
|
|
46
|
+
export * from './IntersectionDomainSalesInformationDtoWithDomainStatsDto';
|
|
47
|
+
export * from './IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice';
|
|
48
|
+
export * from './IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice';
|
|
38
49
|
export * from './IntersectionLeadDtoWithLeadDetailsDto';
|
|
39
50
|
export * from './IntersectionLeadDtoWithListFieldsDto';
|
|
40
51
|
export * from './IntersectionLeadDtoWithListFieldsDtoLastMessageData';
|
package/dist/models/index.js
CHANGED
|
@@ -28,6 +28,7 @@ __exportStar(require("./BuyerDomainTransferListItemDomainDto"), exports);
|
|
|
28
28
|
__exportStar(require("./BuyerDomainTransferListItemDto"), exports);
|
|
29
29
|
__exportStar(require("./BuyerUserDto"), exports);
|
|
30
30
|
__exportStar(require("./ChangeOrderStatusInput"), exports);
|
|
31
|
+
__exportStar(require("./ChartDataPoint"), exports);
|
|
31
32
|
__exportStar(require("./ConflictException"), exports);
|
|
32
33
|
__exportStar(require("./CreateLeadInput"), exports);
|
|
33
34
|
__exportStar(require("./CreateLeadMessageInput"), exports);
|
|
@@ -35,11 +36,18 @@ __exportStar(require("./CreateOrderInput"), exports);
|
|
|
35
36
|
__exportStar(require("./DashboardStatsDto"), exports);
|
|
36
37
|
__exportStar(require("./DeleteDomainsInput"), exports);
|
|
37
38
|
__exportStar(require("./DomainDto"), exports);
|
|
38
|
-
__exportStar(require("./DomainSalesInformationDto"), exports);
|
|
39
|
-
__exportStar(require("./DomainSalesInformationDtoBuyNowPrice"), exports);
|
|
40
|
-
__exportStar(require("./DomainSalesInformationDtoMinOfferPrice"), exports);
|
|
41
39
|
__exportStar(require("./DomainSellerDto"), exports);
|
|
40
|
+
__exportStar(require("./DomainStats"), exports);
|
|
42
41
|
__exportStar(require("./DomainTransferAgentDto"), exports);
|
|
42
|
+
__exportStar(require("./DomainTransferDetailWorkflowActionDto"), exports);
|
|
43
|
+
__exportStar(require("./DomainTransferDetailWorkflowDefinitionDto"), exports);
|
|
44
|
+
__exportStar(require("./DomainTransferDetailsAuthCodeDto"), exports);
|
|
45
|
+
__exportStar(require("./DomainTransferDetailsDomainDto"), exports);
|
|
46
|
+
__exportStar(require("./DomainTransferDetailsDto"), exports);
|
|
47
|
+
__exportStar(require("./DomainTransferDetailsDtoAuthCode"), exports);
|
|
48
|
+
__exportStar(require("./DomainTransferDetailsOrderBuyerDto"), exports);
|
|
49
|
+
__exportStar(require("./DomainTransferDetailsOrderDto"), exports);
|
|
50
|
+
__exportStar(require("./DomainTransferDetailsOrderSellerDto"), exports);
|
|
43
51
|
__exportStar(require("./DomainTransferDomainDto"), exports);
|
|
44
52
|
__exportStar(require("./DomainTransferDto"), exports);
|
|
45
53
|
__exportStar(require("./DomainTransferDtoAgent"), exports);
|
|
@@ -53,6 +61,9 @@ __exportStar(require("./IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWit
|
|
|
53
61
|
__exportStar(require("./IntersectionDomainDtoWithAccountDto"), exports);
|
|
54
62
|
__exportStar(require("./IntersectionDomainDtoWithDomainUrlDto"), exports);
|
|
55
63
|
__exportStar(require("./IntersectionDomainDtoWithHijackerDtoWithAccountDto"), exports);
|
|
64
|
+
__exportStar(require("./IntersectionDomainSalesInformationDtoWithDomainStatsDto"), exports);
|
|
65
|
+
__exportStar(require("./IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice"), exports);
|
|
66
|
+
__exportStar(require("./IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice"), exports);
|
|
56
67
|
__exportStar(require("./IntersectionLeadDtoWithLeadDetailsDto"), exports);
|
|
57
68
|
__exportStar(require("./IntersectionLeadDtoWithListFieldsDto"), exports);
|
|
58
69
|
__exportStar(require("./IntersectionLeadDtoWithListFieldsDtoLastMessageData"), exports);
|