@randock/nameshift-api-client 0.0.18 → 0.0.19
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 +1 -2
- package/.openapi-generator/VERSION +1 -1
- package/README.md +6 -4
- package/dist/apis/AccountsApi.js +18 -18
- package/dist/apis/AuthApi.js +3 -3
- package/dist/apis/DomainsApi.d.ts +1 -1
- package/dist/apis/DomainsApi.js +30 -30
- package/dist/apis/LeadsApi.js +18 -18
- package/dist/apis/LeadsPublicApi.js +3 -3
- package/dist/apis/index.d.ts +0 -1
- package/dist/apis/index.js +0 -1
- package/dist/models/AccountAddressDto.js +21 -21
- package/dist/models/AccountAddressInput.js +21 -21
- package/dist/models/AccountDto.js +10 -12
- package/dist/models/AccountFinancialInput.js +16 -16
- package/dist/models/AccountSettingsInput.js +6 -11
- package/dist/models/BatchUpdate404Response.js +12 -15
- package/dist/models/BatchUpdateDomainsInput.js +10 -12
- package/dist/models/CreateLeadInput.js +22 -20
- package/dist/models/CreateLeadMessageInput.js +7 -10
- package/dist/models/DeleteDomainsInput.js +7 -10
- package/dist/models/DomainDto.d.ts +2 -2
- package/dist/models/DomainDto.js +25 -22
- package/dist/models/IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto.js +19 -18
- package/dist/models/IntersectionDomainDtoWithAccountDto.d.ts +2 -2
- package/dist/models/IntersectionDomainDtoWithAccountDto.js +28 -24
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +2 -2
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +31 -26
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDto.js +22 -20
- package/dist/models/IntersectionLeadDtoWithListFieldsDto.js +40 -32
- package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.js +7 -10
- package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.js +10 -12
- package/dist/models/LeadMessageData.js +7 -10
- package/dist/models/LeadMessageDto.js +25 -22
- package/dist/models/LeadMessageDtoData.js +7 -10
- package/dist/models/List200Response.js +13 -14
- package/dist/models/List400Response.js +12 -15
- package/dist/models/List401Response.js +12 -15
- package/dist/models/ListLeadMessagesDto.js +7 -10
- package/dist/models/Login401Response.js +12 -15
- package/dist/models/Login429Response.js +12 -15
- package/dist/models/LoginInput.js +10 -12
- package/dist/models/MoneyDto.js +10 -12
- package/dist/models/MoneyInput.js +10 -12
- package/dist/models/ObjectId.js +7 -10
- package/dist/models/PaginateResponse.js +13 -14
- package/dist/models/PaginateResponseLinks.d.ts +5 -5
- package/dist/models/PaginateResponseLinks.js +14 -19
- package/dist/models/PaginateResponseMeta.js +18 -23
- package/dist/models/PutLeadInput.js +7 -10
- package/dist/models/TokenDto.js +7 -10
- package/dist/models/UpdateDomainInput.d.ts +2 -2
- package/dist/models/UpdateDomainInput.js +8 -13
- package/dist/models/UpdateFinancial400Response.js +12 -15
- package/dist/models/UpdateSettings400Response.js +12 -15
- package/dist/models/UpdateSettings401Response.js +12 -15
- package/dist/models/UpdateSettings429Response.js +12 -15
- package/dist/models/WithFinancialDtoInner.js +16 -16
- package/dist/models/WithSettingsInner.js +7 -10
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/dist/runtime.d.ts +2 -3
- package/dist/runtime.js +1 -6
- package/package.json +1 -1
- package/src/apis/AccountsApi.ts +36 -18
- package/src/apis/AuthApi.ts +6 -3
- package/src/apis/DomainsApi.ts +49 -31
- package/src/apis/LeadsApi.ts +36 -18
- package/src/apis/LeadsPublicApi.ts +6 -3
- package/src/apis/index.ts +0 -1
- package/src/models/AccountAddressDto.ts +17 -22
- package/src/models/AccountAddressInput.ts +17 -22
- package/src/models/AccountDto.ts +9 -14
- package/src/models/AccountFinancialInput.ts +13 -18
- package/src/models/AccountSettingsInput.ts +7 -12
- package/src/models/BatchUpdate404Response.ts +11 -16
- package/src/models/BatchUpdateDomainsInput.ts +9 -14
- package/src/models/CreateLeadInput.ts +17 -22
- package/src/models/CreateLeadMessageInput.ts +7 -12
- package/src/models/DeleteDomainsInput.ts +7 -12
- package/src/models/DomainDto.ts +21 -26
- package/src/models/IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto.ts +15 -20
- package/src/models/IntersectionDomainDtoWithAccountDto.ts +23 -28
- package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +25 -30
- package/src/models/IntersectionLeadDtoWithLeadDetailsDto.ts +17 -22
- package/src/models/IntersectionLeadDtoWithListFieldsDto.ts +29 -34
- package/src/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.ts +7 -12
- package/src/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.ts +9 -14
- package/src/models/LeadMessageData.ts +7 -12
- package/src/models/LeadMessageDto.ts +19 -24
- package/src/models/LeadMessageDtoData.ts +7 -12
- package/src/models/List200Response.ts +11 -16
- package/src/models/List400Response.ts +11 -16
- package/src/models/List401Response.ts +11 -16
- package/src/models/ListLeadMessagesDto.ts +7 -12
- package/src/models/Login401Response.ts +11 -16
- package/src/models/Login429Response.ts +11 -16
- package/src/models/LoginInput.ts +9 -14
- package/src/models/MoneyDto.ts +9 -14
- package/src/models/MoneyInput.ts +9 -14
- package/src/models/ObjectId.ts +7 -12
- package/src/models/PaginateResponse.ts +11 -16
- package/src/models/PaginateResponseLinks.ts +20 -25
- package/src/models/PaginateResponseMeta.ts +19 -24
- package/src/models/PutLeadInput.ts +7 -12
- package/src/models/TokenDto.ts +7 -12
- package/src/models/UpdateDomainInput.ts +11 -16
- package/src/models/UpdateFinancial400Response.ts +11 -16
- package/src/models/UpdateSettings400Response.ts +11 -16
- package/src/models/UpdateSettings401Response.ts +11 -16
- package/src/models/UpdateSettings429Response.ts +11 -16
- package/src/models/WithFinancialDtoInner.ts +13 -18
- package/src/models/WithSettingsInner.ts +7 -12
- package/src/models/index.ts +0 -1
- package/src/runtime.ts +3 -8
- package/dist/apis/DomainsPublicApi.d.ts +0 -35
- package/dist/apis/DomainsPublicApi.js +0 -164
- package/dist/apis/TestApi.d.ts +0 -23
- package/dist/apis/TestApi.js +0 -116
- package/dist/models/CreateLeadMessageInputData.d.ts +0 -32
- package/dist/models/CreateLeadMessageInputData.js +0 -51
- package/dist/models/ImportDomainsDto.d.ts +0 -49
- package/dist/models/ImportDomainsDto.js +0 -59
- package/dist/models/IntersectionAccountDtoWithAddressDto.d.ts +0 -44
- package/dist/models/IntersectionAccountDtoWithAddressDto.js +0 -57
- package/dist/models/IntersectionAccountDtoWithFinancialDto.d.ts +0 -44
- package/dist/models/IntersectionAccountDtoWithFinancialDto.js +0 -57
- package/dist/models/IntersectionAccountDtoWithFinancialDtoFinancial.d.ts +0 -49
- package/dist/models/IntersectionAccountDtoWithFinancialDtoFinancial.js +0 -56
- package/dist/models/IntersectionAccountDtoWithSettingsDto.d.ts +0 -44
- package/dist/models/IntersectionAccountDtoWithSettingsDto.js +0 -57
- package/dist/models/IntersectionAccountDtoWithSettingsDtoSettings.d.ts +0 -32
- package/dist/models/IntersectionAccountDtoWithSettingsDtoSettings.js +0 -51
- package/dist/models/IntersectionLeadDto.d.ts +0 -52
- package/dist/models/IntersectionLeadDto.js +0 -64
- package/dist/models/LeadDto.d.ts +0 -74
- package/dist/models/LeadDto.js +0 -79
- package/dist/models/List429Response.d.ts +0 -43
- package/dist/models/List429Response.js +0 -56
- package/dist/models/PublicDomainControllerGetDomainIdentifier404Response.d.ts +0 -43
- package/dist/models/PublicDomainControllerGetDomainIdentifier404Response.js +0 -56
- package/src/apis/DomainsPublicApi.ts +0 -97
- package/src/apis/TestApi.ts +0 -46
- package/src/models/CreateLeadMessageInputData.ts +0 -73
- package/src/models/ImportDomainsDto.ts +0 -93
- package/src/models/IntersectionAccountDtoWithAddressDto.ts +0 -91
- package/src/models/IntersectionAccountDtoWithFinancialDto.ts +0 -91
- package/src/models/IntersectionAccountDtoWithFinancialDtoFinancial.ts +0 -89
- package/src/models/IntersectionAccountDtoWithSettingsDto.ts +0 -91
- package/src/models/IntersectionAccountDtoWithSettingsDtoSettings.ts +0 -72
- package/src/models/IntersectionLeadDto.ts +0 -96
- package/src/models/LeadDto.ts +0 -131
- package/src/models/List429Response.ts +0 -83
- package/src/models/PublicDomainControllerGetDomainIdentifier404Response.ts +0 -83
|
@@ -1,57 +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.IntersectionAccountDtoWithFinancialDtoToJSON = exports.IntersectionAccountDtoWithFinancialDtoFromJSONTyped = exports.IntersectionAccountDtoWithFinancialDtoFromJSON = exports.instanceOfIntersectionAccountDtoWithFinancialDto = void 0;
|
|
17
|
-
var WithFinancialDtoInner_1 = require("./WithFinancialDtoInner");
|
|
18
|
-
/**
|
|
19
|
-
* Check if a given object implements the IntersectionAccountDtoWithFinancialDto interface.
|
|
20
|
-
*/
|
|
21
|
-
function instanceOfIntersectionAccountDtoWithFinancialDto(value) {
|
|
22
|
-
var isInstance = true;
|
|
23
|
-
isInstance = isInstance && "id" in value;
|
|
24
|
-
isInstance = isInstance && "identifier" in value;
|
|
25
|
-
isInstance = isInstance && "financial" in value;
|
|
26
|
-
return isInstance;
|
|
27
|
-
}
|
|
28
|
-
exports.instanceOfIntersectionAccountDtoWithFinancialDto = instanceOfIntersectionAccountDtoWithFinancialDto;
|
|
29
|
-
function IntersectionAccountDtoWithFinancialDtoFromJSON(json) {
|
|
30
|
-
return IntersectionAccountDtoWithFinancialDtoFromJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
exports.IntersectionAccountDtoWithFinancialDtoFromJSON = IntersectionAccountDtoWithFinancialDtoFromJSON;
|
|
33
|
-
function IntersectionAccountDtoWithFinancialDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if ((json === undefined) || (json === null)) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'id': json['id'],
|
|
39
|
-
'identifier': json['identifier'],
|
|
40
|
-
'financial': (0, WithFinancialDtoInner_1.WithFinancialDtoInnerFromJSON)(json['financial']),
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
exports.IntersectionAccountDtoWithFinancialDtoFromJSONTyped = IntersectionAccountDtoWithFinancialDtoFromJSONTyped;
|
|
44
|
-
function IntersectionAccountDtoWithFinancialDtoToJSON(value) {
|
|
45
|
-
if (value === undefined) {
|
|
46
|
-
return undefined;
|
|
47
|
-
}
|
|
48
|
-
if (value === null) {
|
|
49
|
-
return null;
|
|
50
|
-
}
|
|
51
|
-
return {
|
|
52
|
-
'id': value.id,
|
|
53
|
-
'identifier': value.identifier,
|
|
54
|
-
'financial': (0, WithFinancialDtoInner_1.WithFinancialDtoInnerToJSON)(value.financial),
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
exports.IntersectionAccountDtoWithFinancialDtoToJSON = IntersectionAccountDtoWithFinancialDtoToJSON;
|
|
@@ -1,49 +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 IntersectionAccountDtoWithFinancialDtoFinancial
|
|
16
|
-
*/
|
|
17
|
-
export interface IntersectionAccountDtoWithFinancialDtoFinancial {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof IntersectionAccountDtoWithFinancialDtoFinancial
|
|
22
|
-
*/
|
|
23
|
-
company?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof IntersectionAccountDtoWithFinancialDtoFinancial
|
|
28
|
-
*/
|
|
29
|
-
companyName?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof IntersectionAccountDtoWithFinancialDtoFinancial
|
|
34
|
-
*/
|
|
35
|
-
companyVatNumber?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof IntersectionAccountDtoWithFinancialDtoFinancial
|
|
40
|
-
*/
|
|
41
|
-
companyRegistrationNumber?: string | null;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Check if a given object implements the IntersectionAccountDtoWithFinancialDtoFinancial interface.
|
|
45
|
-
*/
|
|
46
|
-
export declare function instanceOfIntersectionAccountDtoWithFinancialDtoFinancial(value: object): boolean;
|
|
47
|
-
export declare function IntersectionAccountDtoWithFinancialDtoFinancialFromJSON(json: any): IntersectionAccountDtoWithFinancialDtoFinancial;
|
|
48
|
-
export declare function IntersectionAccountDtoWithFinancialDtoFinancialFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionAccountDtoWithFinancialDtoFinancial;
|
|
49
|
-
export declare function IntersectionAccountDtoWithFinancialDtoFinancialToJSON(value?: IntersectionAccountDtoWithFinancialDtoFinancial | null): any;
|
|
@@ -1,56 +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.IntersectionAccountDtoWithFinancialDtoFinancialToJSON = exports.IntersectionAccountDtoWithFinancialDtoFinancialFromJSONTyped = exports.IntersectionAccountDtoWithFinancialDtoFinancialFromJSON = exports.instanceOfIntersectionAccountDtoWithFinancialDtoFinancial = void 0;
|
|
17
|
-
var runtime_1 = require("../runtime");
|
|
18
|
-
/**
|
|
19
|
-
* Check if a given object implements the IntersectionAccountDtoWithFinancialDtoFinancial interface.
|
|
20
|
-
*/
|
|
21
|
-
function instanceOfIntersectionAccountDtoWithFinancialDtoFinancial(value) {
|
|
22
|
-
var isInstance = true;
|
|
23
|
-
return isInstance;
|
|
24
|
-
}
|
|
25
|
-
exports.instanceOfIntersectionAccountDtoWithFinancialDtoFinancial = instanceOfIntersectionAccountDtoWithFinancialDtoFinancial;
|
|
26
|
-
function IntersectionAccountDtoWithFinancialDtoFinancialFromJSON(json) {
|
|
27
|
-
return IntersectionAccountDtoWithFinancialDtoFinancialFromJSONTyped(json, false);
|
|
28
|
-
}
|
|
29
|
-
exports.IntersectionAccountDtoWithFinancialDtoFinancialFromJSON = IntersectionAccountDtoWithFinancialDtoFinancialFromJSON;
|
|
30
|
-
function IntersectionAccountDtoWithFinancialDtoFinancialFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if ((json === undefined) || (json === null)) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'company': !(0, runtime_1.exists)(json, 'company') ? undefined : json['company'],
|
|
36
|
-
'companyName': !(0, runtime_1.exists)(json, 'companyName') ? undefined : json['companyName'],
|
|
37
|
-
'companyVatNumber': !(0, runtime_1.exists)(json, 'companyVatNumber') ? undefined : json['companyVatNumber'],
|
|
38
|
-
'companyRegistrationNumber': !(0, runtime_1.exists)(json, 'companyRegistrationNumber') ? undefined : json['companyRegistrationNumber'],
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
exports.IntersectionAccountDtoWithFinancialDtoFinancialFromJSONTyped = IntersectionAccountDtoWithFinancialDtoFinancialFromJSONTyped;
|
|
42
|
-
function IntersectionAccountDtoWithFinancialDtoFinancialToJSON(value) {
|
|
43
|
-
if (value === undefined) {
|
|
44
|
-
return undefined;
|
|
45
|
-
}
|
|
46
|
-
if (value === null) {
|
|
47
|
-
return null;
|
|
48
|
-
}
|
|
49
|
-
return {
|
|
50
|
-
'company': value.company,
|
|
51
|
-
'companyName': value.companyName,
|
|
52
|
-
'companyVatNumber': value.companyVatNumber,
|
|
53
|
-
'companyRegistrationNumber': value.companyRegistrationNumber,
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
exports.IntersectionAccountDtoWithFinancialDtoFinancialToJSON = IntersectionAccountDtoWithFinancialDtoFinancialToJSON;
|
|
@@ -1,44 +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 { WithSettingsInner } from './WithSettingsInner';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface IntersectionAccountDtoWithSettingsDto
|
|
17
|
-
*/
|
|
18
|
-
export interface IntersectionAccountDtoWithSettingsDto {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof IntersectionAccountDtoWithSettingsDto
|
|
23
|
-
*/
|
|
24
|
-
id: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof IntersectionAccountDtoWithSettingsDto
|
|
29
|
-
*/
|
|
30
|
-
identifier: string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {WithSettingsInner}
|
|
34
|
-
* @memberof IntersectionAccountDtoWithSettingsDto
|
|
35
|
-
*/
|
|
36
|
-
settings: WithSettingsInner;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the IntersectionAccountDtoWithSettingsDto interface.
|
|
40
|
-
*/
|
|
41
|
-
export declare function instanceOfIntersectionAccountDtoWithSettingsDto(value: object): boolean;
|
|
42
|
-
export declare function IntersectionAccountDtoWithSettingsDtoFromJSON(json: any): IntersectionAccountDtoWithSettingsDto;
|
|
43
|
-
export declare function IntersectionAccountDtoWithSettingsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionAccountDtoWithSettingsDto;
|
|
44
|
-
export declare function IntersectionAccountDtoWithSettingsDtoToJSON(value?: IntersectionAccountDtoWithSettingsDto | null): any;
|
|
@@ -1,57 +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.IntersectionAccountDtoWithSettingsDtoToJSON = exports.IntersectionAccountDtoWithSettingsDtoFromJSONTyped = exports.IntersectionAccountDtoWithSettingsDtoFromJSON = exports.instanceOfIntersectionAccountDtoWithSettingsDto = void 0;
|
|
17
|
-
var WithSettingsInner_1 = require("./WithSettingsInner");
|
|
18
|
-
/**
|
|
19
|
-
* Check if a given object implements the IntersectionAccountDtoWithSettingsDto interface.
|
|
20
|
-
*/
|
|
21
|
-
function instanceOfIntersectionAccountDtoWithSettingsDto(value) {
|
|
22
|
-
var isInstance = true;
|
|
23
|
-
isInstance = isInstance && "id" in value;
|
|
24
|
-
isInstance = isInstance && "identifier" in value;
|
|
25
|
-
isInstance = isInstance && "settings" in value;
|
|
26
|
-
return isInstance;
|
|
27
|
-
}
|
|
28
|
-
exports.instanceOfIntersectionAccountDtoWithSettingsDto = instanceOfIntersectionAccountDtoWithSettingsDto;
|
|
29
|
-
function IntersectionAccountDtoWithSettingsDtoFromJSON(json) {
|
|
30
|
-
return IntersectionAccountDtoWithSettingsDtoFromJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
exports.IntersectionAccountDtoWithSettingsDtoFromJSON = IntersectionAccountDtoWithSettingsDtoFromJSON;
|
|
33
|
-
function IntersectionAccountDtoWithSettingsDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if ((json === undefined) || (json === null)) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'id': json['id'],
|
|
39
|
-
'identifier': json['identifier'],
|
|
40
|
-
'settings': (0, WithSettingsInner_1.WithSettingsInnerFromJSON)(json['settings']),
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
exports.IntersectionAccountDtoWithSettingsDtoFromJSONTyped = IntersectionAccountDtoWithSettingsDtoFromJSONTyped;
|
|
44
|
-
function IntersectionAccountDtoWithSettingsDtoToJSON(value) {
|
|
45
|
-
if (value === undefined) {
|
|
46
|
-
return undefined;
|
|
47
|
-
}
|
|
48
|
-
if (value === null) {
|
|
49
|
-
return null;
|
|
50
|
-
}
|
|
51
|
-
return {
|
|
52
|
-
'id': value.id,
|
|
53
|
-
'identifier': value.identifier,
|
|
54
|
-
'settings': (0, WithSettingsInner_1.WithSettingsInnerToJSON)(value.settings),
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
exports.IntersectionAccountDtoWithSettingsDtoToJSON = IntersectionAccountDtoWithSettingsDtoToJSON;
|
|
@@ -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
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface IntersectionAccountDtoWithSettingsDtoSettings
|
|
17
|
-
*/
|
|
18
|
-
export interface IntersectionAccountDtoWithSettingsDtoSettings {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {MoneyDto}
|
|
22
|
-
* @memberof IntersectionAccountDtoWithSettingsDtoSettings
|
|
23
|
-
*/
|
|
24
|
-
defaultStartingOffer?: MoneyDto;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the IntersectionAccountDtoWithSettingsDtoSettings interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfIntersectionAccountDtoWithSettingsDtoSettings(value: object): boolean;
|
|
30
|
-
export declare function IntersectionAccountDtoWithSettingsDtoSettingsFromJSON(json: any): IntersectionAccountDtoWithSettingsDtoSettings;
|
|
31
|
-
export declare function IntersectionAccountDtoWithSettingsDtoSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionAccountDtoWithSettingsDtoSettings;
|
|
32
|
-
export declare function IntersectionAccountDtoWithSettingsDtoSettingsToJSON(value?: IntersectionAccountDtoWithSettingsDtoSettings | null): any;
|
|
@@ -1,51 +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.IntersectionAccountDtoWithSettingsDtoSettingsToJSON = exports.IntersectionAccountDtoWithSettingsDtoSettingsFromJSONTyped = exports.IntersectionAccountDtoWithSettingsDtoSettingsFromJSON = exports.instanceOfIntersectionAccountDtoWithSettingsDtoSettings = void 0;
|
|
17
|
-
var runtime_1 = require("../runtime");
|
|
18
|
-
var MoneyDto_1 = require("./MoneyDto");
|
|
19
|
-
/**
|
|
20
|
-
* Check if a given object implements the IntersectionAccountDtoWithSettingsDtoSettings interface.
|
|
21
|
-
*/
|
|
22
|
-
function instanceOfIntersectionAccountDtoWithSettingsDtoSettings(value) {
|
|
23
|
-
var isInstance = true;
|
|
24
|
-
return isInstance;
|
|
25
|
-
}
|
|
26
|
-
exports.instanceOfIntersectionAccountDtoWithSettingsDtoSettings = instanceOfIntersectionAccountDtoWithSettingsDtoSettings;
|
|
27
|
-
function IntersectionAccountDtoWithSettingsDtoSettingsFromJSON(json) {
|
|
28
|
-
return IntersectionAccountDtoWithSettingsDtoSettingsFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
exports.IntersectionAccountDtoWithSettingsDtoSettingsFromJSON = IntersectionAccountDtoWithSettingsDtoSettingsFromJSON;
|
|
31
|
-
function IntersectionAccountDtoWithSettingsDtoSettingsFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if ((json === undefined) || (json === null)) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'defaultStartingOffer': !(0, runtime_1.exists)(json, 'defaultStartingOffer') ? undefined : (0, MoneyDto_1.MoneyDtoFromJSON)(json['defaultStartingOffer']),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
exports.IntersectionAccountDtoWithSettingsDtoSettingsFromJSONTyped = IntersectionAccountDtoWithSettingsDtoSettingsFromJSONTyped;
|
|
40
|
-
function IntersectionAccountDtoWithSettingsDtoSettingsToJSON(value) {
|
|
41
|
-
if (value === undefined) {
|
|
42
|
-
return undefined;
|
|
43
|
-
}
|
|
44
|
-
if (value === null) {
|
|
45
|
-
return null;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'defaultStartingOffer': (0, MoneyDto_1.MoneyDtoToJSON)(value.defaultStartingOffer),
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
exports.IntersectionAccountDtoWithSettingsDtoSettingsToJSON = IntersectionAccountDtoWithSettingsDtoSettingsToJSON;
|
|
@@ -1,52 +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 IntersectionLeadDto
|
|
16
|
-
*/
|
|
17
|
-
export interface IntersectionLeadDto {
|
|
18
|
-
/**
|
|
19
|
-
* The current id
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof IntersectionLeadDto
|
|
22
|
-
*/
|
|
23
|
-
id: string;
|
|
24
|
-
/**
|
|
25
|
-
* The current lead status
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof IntersectionLeadDto
|
|
28
|
-
*/
|
|
29
|
-
status: IntersectionLeadDtoStatusEnum;
|
|
30
|
-
/**
|
|
31
|
-
* Created at date
|
|
32
|
-
* @type {Date}
|
|
33
|
-
* @memberof IntersectionLeadDto
|
|
34
|
-
*/
|
|
35
|
-
createdAt: Date;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @export
|
|
39
|
-
*/
|
|
40
|
-
export declare const IntersectionLeadDtoStatusEnum: {
|
|
41
|
-
readonly ACTIVE: "active";
|
|
42
|
-
readonly DELETED: "deleted";
|
|
43
|
-
readonly ARCHIVED: "archived";
|
|
44
|
-
};
|
|
45
|
-
export type IntersectionLeadDtoStatusEnum = typeof IntersectionLeadDtoStatusEnum[keyof typeof IntersectionLeadDtoStatusEnum];
|
|
46
|
-
/**
|
|
47
|
-
* Check if a given object implements the IntersectionLeadDto interface.
|
|
48
|
-
*/
|
|
49
|
-
export declare function instanceOfIntersectionLeadDto(value: object): boolean;
|
|
50
|
-
export declare function IntersectionLeadDtoFromJSON(json: any): IntersectionLeadDto;
|
|
51
|
-
export declare function IntersectionLeadDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionLeadDto;
|
|
52
|
-
export declare function IntersectionLeadDtoToJSON(value?: IntersectionLeadDto | null): any;
|
|
@@ -1,64 +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.IntersectionLeadDtoToJSON = exports.IntersectionLeadDtoFromJSONTyped = exports.IntersectionLeadDtoFromJSON = exports.instanceOfIntersectionLeadDto = exports.IntersectionLeadDtoStatusEnum = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* @export
|
|
19
|
-
*/
|
|
20
|
-
exports.IntersectionLeadDtoStatusEnum = {
|
|
21
|
-
ACTIVE: 'active',
|
|
22
|
-
DELETED: 'deleted',
|
|
23
|
-
ARCHIVED: 'archived'
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the IntersectionLeadDto interface.
|
|
27
|
-
*/
|
|
28
|
-
function instanceOfIntersectionLeadDto(value) {
|
|
29
|
-
var isInstance = true;
|
|
30
|
-
isInstance = isInstance && "id" in value;
|
|
31
|
-
isInstance = isInstance && "status" in value;
|
|
32
|
-
isInstance = isInstance && "createdAt" in value;
|
|
33
|
-
return isInstance;
|
|
34
|
-
}
|
|
35
|
-
exports.instanceOfIntersectionLeadDto = instanceOfIntersectionLeadDto;
|
|
36
|
-
function IntersectionLeadDtoFromJSON(json) {
|
|
37
|
-
return IntersectionLeadDtoFromJSONTyped(json, false);
|
|
38
|
-
}
|
|
39
|
-
exports.IntersectionLeadDtoFromJSON = IntersectionLeadDtoFromJSON;
|
|
40
|
-
function IntersectionLeadDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
41
|
-
if ((json === undefined) || (json === null)) {
|
|
42
|
-
return json;
|
|
43
|
-
}
|
|
44
|
-
return {
|
|
45
|
-
'id': json['id'],
|
|
46
|
-
'status': json['status'],
|
|
47
|
-
'createdAt': (new Date(json['createdAt'])),
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
exports.IntersectionLeadDtoFromJSONTyped = IntersectionLeadDtoFromJSONTyped;
|
|
51
|
-
function IntersectionLeadDtoToJSON(value) {
|
|
52
|
-
if (value === undefined) {
|
|
53
|
-
return undefined;
|
|
54
|
-
}
|
|
55
|
-
if (value === null) {
|
|
56
|
-
return null;
|
|
57
|
-
}
|
|
58
|
-
return {
|
|
59
|
-
'id': value.id,
|
|
60
|
-
'status': value.status,
|
|
61
|
-
'createdAt': (value.createdAt.toISOString()),
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
exports.IntersectionLeadDtoToJSON = IntersectionLeadDtoToJSON;
|
package/dist/models/LeadDto.d.ts
DELETED
|
@@ -1,74 +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 { IntersectionLeadDtoWithListFieldsDtoLastOffer } from './IntersectionLeadDtoWithListFieldsDtoLastOffer';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface LeadDto
|
|
17
|
-
*/
|
|
18
|
-
export interface LeadDto {
|
|
19
|
-
/**
|
|
20
|
-
* The current id
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof LeadDto
|
|
23
|
-
*/
|
|
24
|
-
id: string;
|
|
25
|
-
/**
|
|
26
|
-
* The current lead status
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof LeadDto
|
|
29
|
-
*/
|
|
30
|
-
status: LeadDtoStatusEnum;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {IntersectionLeadDtoWithListFieldsDtoLastOffer}
|
|
34
|
-
* @memberof LeadDto
|
|
35
|
-
*/
|
|
36
|
-
lastOffer: IntersectionLeadDtoWithListFieldsDtoLastOffer | null;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof LeadDto
|
|
41
|
-
*/
|
|
42
|
-
lastOfferBy: LeadDtoLastOfferByEnum | null;
|
|
43
|
-
/**
|
|
44
|
-
* Created at date
|
|
45
|
-
* @type {Date}
|
|
46
|
-
* @memberof LeadDto
|
|
47
|
-
*/
|
|
48
|
-
createdAt: Date;
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* @export
|
|
52
|
-
*/
|
|
53
|
-
export declare const LeadDtoStatusEnum: {
|
|
54
|
-
readonly ACTIVE: "active";
|
|
55
|
-
readonly DELETED: "deleted";
|
|
56
|
-
readonly ARCHIVED: "archived";
|
|
57
|
-
};
|
|
58
|
-
export type LeadDtoStatusEnum = typeof LeadDtoStatusEnum[keyof typeof LeadDtoStatusEnum];
|
|
59
|
-
/**
|
|
60
|
-
* @export
|
|
61
|
-
*/
|
|
62
|
-
export declare const LeadDtoLastOfferByEnum: {
|
|
63
|
-
readonly BUYER: "buyer";
|
|
64
|
-
readonly SELLER: "seller";
|
|
65
|
-
readonly ADMIN: "admin";
|
|
66
|
-
};
|
|
67
|
-
export type LeadDtoLastOfferByEnum = typeof LeadDtoLastOfferByEnum[keyof typeof LeadDtoLastOfferByEnum];
|
|
68
|
-
/**
|
|
69
|
-
* Check if a given object implements the LeadDto interface.
|
|
70
|
-
*/
|
|
71
|
-
export declare function instanceOfLeadDto(value: object): boolean;
|
|
72
|
-
export declare function LeadDtoFromJSON(json: any): LeadDto;
|
|
73
|
-
export declare function LeadDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeadDto;
|
|
74
|
-
export declare function LeadDtoToJSON(value?: LeadDto | null): any;
|
package/dist/models/LeadDto.js
DELETED
|
@@ -1,79 +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.LeadDtoToJSON = exports.LeadDtoFromJSONTyped = exports.LeadDtoFromJSON = exports.instanceOfLeadDto = exports.LeadDtoLastOfferByEnum = exports.LeadDtoStatusEnum = void 0;
|
|
17
|
-
var IntersectionLeadDtoWithListFieldsDtoLastOffer_1 = require("./IntersectionLeadDtoWithListFieldsDtoLastOffer");
|
|
18
|
-
/**
|
|
19
|
-
* @export
|
|
20
|
-
*/
|
|
21
|
-
exports.LeadDtoStatusEnum = {
|
|
22
|
-
ACTIVE: 'active',
|
|
23
|
-
DELETED: 'deleted',
|
|
24
|
-
ARCHIVED: 'archived'
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* @export
|
|
28
|
-
*/
|
|
29
|
-
exports.LeadDtoLastOfferByEnum = {
|
|
30
|
-
BUYER: 'buyer',
|
|
31
|
-
SELLER: 'seller',
|
|
32
|
-
ADMIN: 'admin'
|
|
33
|
-
};
|
|
34
|
-
/**
|
|
35
|
-
* Check if a given object implements the LeadDto interface.
|
|
36
|
-
*/
|
|
37
|
-
function instanceOfLeadDto(value) {
|
|
38
|
-
var isInstance = true;
|
|
39
|
-
isInstance = isInstance && "id" in value;
|
|
40
|
-
isInstance = isInstance && "status" in value;
|
|
41
|
-
isInstance = isInstance && "lastOffer" in value;
|
|
42
|
-
isInstance = isInstance && "lastOfferBy" in value;
|
|
43
|
-
isInstance = isInstance && "createdAt" in value;
|
|
44
|
-
return isInstance;
|
|
45
|
-
}
|
|
46
|
-
exports.instanceOfLeadDto = instanceOfLeadDto;
|
|
47
|
-
function LeadDtoFromJSON(json) {
|
|
48
|
-
return LeadDtoFromJSONTyped(json, false);
|
|
49
|
-
}
|
|
50
|
-
exports.LeadDtoFromJSON = LeadDtoFromJSON;
|
|
51
|
-
function LeadDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
52
|
-
if ((json === undefined) || (json === null)) {
|
|
53
|
-
return json;
|
|
54
|
-
}
|
|
55
|
-
return {
|
|
56
|
-
'id': json['id'],
|
|
57
|
-
'status': json['status'],
|
|
58
|
-
'lastOffer': (0, IntersectionLeadDtoWithListFieldsDtoLastOffer_1.IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSON)(json['lastOffer']),
|
|
59
|
-
'lastOfferBy': json['lastOfferBy'],
|
|
60
|
-
'createdAt': (new Date(json['createdAt'])),
|
|
61
|
-
};
|
|
62
|
-
}
|
|
63
|
-
exports.LeadDtoFromJSONTyped = LeadDtoFromJSONTyped;
|
|
64
|
-
function LeadDtoToJSON(value) {
|
|
65
|
-
if (value === undefined) {
|
|
66
|
-
return undefined;
|
|
67
|
-
}
|
|
68
|
-
if (value === null) {
|
|
69
|
-
return null;
|
|
70
|
-
}
|
|
71
|
-
return {
|
|
72
|
-
'id': value.id,
|
|
73
|
-
'status': value.status,
|
|
74
|
-
'lastOffer': (0, IntersectionLeadDtoWithListFieldsDtoLastOffer_1.IntersectionLeadDtoWithListFieldsDtoLastOfferToJSON)(value.lastOffer),
|
|
75
|
-
'lastOfferBy': value.lastOfferBy,
|
|
76
|
-
'createdAt': (value.createdAt.toISOString()),
|
|
77
|
-
};
|
|
78
|
-
}
|
|
79
|
-
exports.LeadDtoToJSON = LeadDtoToJSON;
|
|
@@ -1,43 +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
|
-
* Returned if more than 300 requests are made per minute.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface List429Response
|
|
16
|
-
*/
|
|
17
|
-
export interface List429Response {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof List429Response
|
|
22
|
-
*/
|
|
23
|
-
statusCode: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof List429Response
|
|
28
|
-
*/
|
|
29
|
-
message: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof List429Response
|
|
34
|
-
*/
|
|
35
|
-
error?: string;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Check if a given object implements the List429Response interface.
|
|
39
|
-
*/
|
|
40
|
-
export declare function instanceOfList429Response(value: object): boolean;
|
|
41
|
-
export declare function List429ResponseFromJSON(json: any): List429Response;
|
|
42
|
-
export declare function List429ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): List429Response;
|
|
43
|
-
export declare function List429ResponseToJSON(value?: List429Response | null): any;
|