@equisoft/equisoft-connect-sdk-typescript 13.40.1-snapshot.20251211154612 → 13.41.0
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 +2 -9
- package/dist/apis/ContactsApi.d.ts +5 -5
- package/dist/apis/ContactsApi.js +2 -2
- package/dist/esm/apis/ContactsApi.d.ts +5 -5
- package/dist/esm/apis/ContactsApi.js +3 -3
- package/dist/esm/models/ContactsContact.d.ts +68 -54
- package/dist/esm/models/ContactsContact.js +37 -32
- package/dist/esm/models/ContactsContactRelation.d.ts +46 -0
- package/dist/esm/models/{ContactsLegacyContactRelation.js → ContactsContactRelation.js} +11 -11
- package/dist/esm/models/ContactsContactRelationParticipant.d.ts +69 -0
- package/dist/esm/models/{ContactsLegacyContactRelationParticipant.js → ContactsContactRelationParticipant.js} +8 -8
- package/dist/esm/models/ContactsListContactResponse.d.ts +3 -3
- package/dist/esm/models/ContactsListContactResponse.js +3 -3
- package/dist/esm/models/index.d.ts +2 -9
- package/dist/esm/models/index.js +2 -9
- package/dist/models/ContactsContact.d.ts +68 -54
- package/dist/models/ContactsContact.js +37 -32
- package/dist/models/ContactsContactRelation.d.ts +46 -0
- package/dist/models/ContactsContactRelation.js +54 -0
- package/dist/models/ContactsContactRelationParticipant.d.ts +69 -0
- package/dist/models/{ContactsLegacyContactRelationParticipant.js → ContactsContactRelationParticipant.js} +13 -13
- package/dist/models/ContactsListContactResponse.d.ts +3 -3
- package/dist/models/ContactsListContactResponse.js +3 -3
- package/dist/models/index.d.ts +2 -9
- package/dist/models/index.js +2 -9
- package/package.json +1 -1
- package/src/apis/ContactsApi.ts +6 -12
- package/src/models/ContactsContact.ts +150 -126
- package/src/models/ContactsContactRelation.ts +96 -0
- package/src/models/{ContactsLegacyContactRelationParticipant.ts → ContactsContactRelationParticipant.ts} +17 -17
- package/src/models/ContactsListContactResponse.ts +10 -10
- package/src/models/index.ts +2 -9
- package/dist/esm/models/ContactContactAdditionalInformation.d.ts +0 -87
- package/dist/esm/models/ContactContactAdditionalInformation.js +0 -60
- package/dist/esm/models/ContactContactIdentification.d.ts +0 -105
- package/dist/esm/models/ContactContactIdentification.js +0 -66
- package/dist/esm/models/ContactContactSegmentation.d.ts +0 -99
- package/dist/esm/models/ContactContactSegmentation.js +0 -74
- package/dist/esm/models/ContactLink.d.ts +0 -46
- package/dist/esm/models/ContactLink.js +0 -47
- package/dist/esm/models/ContactLinkParticipant.d.ts +0 -69
- package/dist/esm/models/ContactLinkParticipant.js +0 -54
- package/dist/esm/models/ContactsLegacyContact.d.ts +0 -170
- package/dist/esm/models/ContactsLegacyContact.js +0 -100
- package/dist/esm/models/ContactsLegacyContactRelation.d.ts +0 -46
- package/dist/esm/models/ContactsLegacyContactRelationParticipant.d.ts +0 -69
- package/dist/esm/models/ContactsTemporaryContact.d.ts +0 -155
- package/dist/esm/models/ContactsTemporaryContact.js +0 -94
- package/dist/models/ContactContactAdditionalInformation.d.ts +0 -87
- package/dist/models/ContactContactAdditionalInformation.js +0 -67
- package/dist/models/ContactContactIdentification.d.ts +0 -105
- package/dist/models/ContactContactIdentification.js +0 -73
- package/dist/models/ContactContactSegmentation.d.ts +0 -99
- package/dist/models/ContactContactSegmentation.js +0 -81
- package/dist/models/ContactLink.d.ts +0 -46
- package/dist/models/ContactLink.js +0 -54
- package/dist/models/ContactLinkParticipant.d.ts +0 -69
- package/dist/models/ContactLinkParticipant.js +0 -61
- package/dist/models/ContactsLegacyContact.d.ts +0 -170
- package/dist/models/ContactsLegacyContact.js +0 -107
- package/dist/models/ContactsLegacyContactRelation.d.ts +0 -46
- package/dist/models/ContactsLegacyContactRelation.js +0 -54
- package/dist/models/ContactsLegacyContactRelationParticipant.d.ts +0 -69
- package/dist/models/ContactsTemporaryContact.d.ts +0 -155
- package/dist/models/ContactsTemporaryContact.js +0 -101
- package/src/models/ContactContactAdditionalInformation.ts +0 -145
- package/src/models/ContactContactIdentification.ts +0 -169
- package/src/models/ContactContactSegmentation.ts +0 -166
- package/src/models/ContactLink.ts +0 -96
- package/src/models/ContactLinkParticipant.ts +0 -121
- package/src/models/ContactsLegacyContact.ts +0 -315
- package/src/models/ContactsLegacyContactRelation.ts +0 -96
- package/src/models/ContactsTemporaryContact.ts +0 -284
package/.openapi-generator/FILES
CHANGED
|
@@ -25,18 +25,13 @@ src/models/AccessRights.ts
|
|
|
25
25
|
src/models/AdminCredentialPayload.ts
|
|
26
26
|
src/models/CalendarsCalendar.ts
|
|
27
27
|
src/models/CalendarsListCalendarResponse.ts
|
|
28
|
-
src/models/ContactContactAdditionalInformation.ts
|
|
29
28
|
src/models/ContactContactAddress.ts
|
|
30
29
|
src/models/ContactContactEmail.ts
|
|
31
|
-
src/models/ContactContactIdentification.ts
|
|
32
30
|
src/models/ContactContactMaritalStatus.ts
|
|
33
31
|
src/models/ContactContactOccupation.ts
|
|
34
32
|
src/models/ContactContactPhone.ts
|
|
35
|
-
src/models/ContactContactSegmentation.ts
|
|
36
33
|
src/models/ContactContactWebsite.ts
|
|
37
34
|
src/models/ContactIdentificationType.ts
|
|
38
|
-
src/models/ContactLink.ts
|
|
39
|
-
src/models/ContactLinkParticipant.ts
|
|
40
35
|
src/models/ContactPatchContactPayload.ts
|
|
41
36
|
src/models/ContactPatchDto.ts
|
|
42
37
|
src/models/ContactsAdditionalInformation.ts
|
|
@@ -44,6 +39,8 @@ src/models/ContactsAddress.ts
|
|
|
44
39
|
src/models/ContactsCivilStatus.ts
|
|
45
40
|
src/models/ContactsContact.ts
|
|
46
41
|
src/models/ContactsContactFieldValue.ts
|
|
42
|
+
src/models/ContactsContactRelation.ts
|
|
43
|
+
src/models/ContactsContactRelationParticipant.ts
|
|
47
44
|
src/models/ContactsCreateAdditionalInformationPayload.ts
|
|
48
45
|
src/models/ContactsCreateAddressPayload.ts
|
|
49
46
|
src/models/ContactsCreateContactPayload.ts
|
|
@@ -62,9 +59,6 @@ src/models/ContactsIdentification.ts
|
|
|
62
59
|
src/models/ContactsIndividualIdentification.ts
|
|
63
60
|
src/models/ContactsInvestmentObjective.ts
|
|
64
61
|
src/models/ContactsInvestorProfile.ts
|
|
65
|
-
src/models/ContactsLegacyContact.ts
|
|
66
|
-
src/models/ContactsLegacyContactRelation.ts
|
|
67
|
-
src/models/ContactsLegacyContactRelationParticipant.ts
|
|
68
62
|
src/models/ContactsListContactResponse.ts
|
|
69
63
|
src/models/ContactsOccupation.ts
|
|
70
64
|
src/models/ContactsOrganizationIdentification.ts
|
|
@@ -73,7 +67,6 @@ src/models/ContactsRegistrationNumbers.ts
|
|
|
73
67
|
src/models/ContactsRevenue.ts
|
|
74
68
|
src/models/ContactsRiskTolerance.ts
|
|
75
69
|
src/models/ContactsSegmentation.ts
|
|
76
|
-
src/models/ContactsTemporaryContact.ts
|
|
77
70
|
src/models/ContactsWebSite.ts
|
|
78
71
|
src/models/ContextActor.ts
|
|
79
72
|
src/models/ContextEquisoftConnect.ts
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { ContactPatchContactPayload, ContactsContact, ContactsCreateContactPayload,
|
|
13
|
+
import type { ContactPatchContactPayload, ContactsContact, ContactsCreateContactPayload, ContactsListContactResponse, DocumentsListDocumentResponse, InvestmentsListAccountResponse } from '../models/index';
|
|
14
14
|
export interface CreateContactRequest {
|
|
15
15
|
contactsCreateContactPayload: ContactsCreateContactPayload;
|
|
16
16
|
}
|
|
@@ -65,19 +65,19 @@ export declare class ContactsApi extends runtime.BaseAPI {
|
|
|
65
65
|
/**
|
|
66
66
|
* Create a contact
|
|
67
67
|
*/
|
|
68
|
-
createContactRaw(requestParameters: CreateContactRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
68
|
+
createContactRaw(requestParameters: CreateContactRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ContactsContact>>;
|
|
69
69
|
/**
|
|
70
70
|
* Create a contact
|
|
71
71
|
*/
|
|
72
|
-
createContact(requestParameters: CreateContactRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
72
|
+
createContact(requestParameters: CreateContactRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ContactsContact>;
|
|
73
73
|
/**
|
|
74
74
|
* Get contact by Uuid
|
|
75
75
|
*/
|
|
76
|
-
getByUuidRaw(requestParameters: GetByUuidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
76
|
+
getByUuidRaw(requestParameters: GetByUuidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ContactsContact>>;
|
|
77
77
|
/**
|
|
78
78
|
* Get contact by Uuid
|
|
79
79
|
*/
|
|
80
|
-
getByUuid(requestParameters: GetByUuidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
80
|
+
getByUuid(requestParameters: GetByUuidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ContactsContact>;
|
|
81
81
|
/**
|
|
82
82
|
* List contact
|
|
83
83
|
*/
|
package/dist/apis/ContactsApi.js
CHANGED
|
@@ -55,7 +55,7 @@ class ContactsApi extends runtime.BaseAPI {
|
|
|
55
55
|
query: queryParameters,
|
|
56
56
|
body: (0, index_1.ContactsCreateContactPayloadToJSON)(requestParameters['contactsCreateContactPayload']),
|
|
57
57
|
}, initOverrides);
|
|
58
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.
|
|
58
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ContactsContactFromJSON)(jsonValue));
|
|
59
59
|
});
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
@@ -94,7 +94,7 @@ class ContactsApi extends runtime.BaseAPI {
|
|
|
94
94
|
headers: headerParameters,
|
|
95
95
|
query: queryParameters,
|
|
96
96
|
}, initOverrides);
|
|
97
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.
|
|
97
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ContactsContactFromJSON)(jsonValue));
|
|
98
98
|
});
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { ContactPatchContactPayload, ContactsContact, ContactsCreateContactPayload,
|
|
13
|
+
import type { ContactPatchContactPayload, ContactsContact, ContactsCreateContactPayload, ContactsListContactResponse, DocumentsListDocumentResponse, InvestmentsListAccountResponse } from '../models/index';
|
|
14
14
|
export interface CreateContactRequest {
|
|
15
15
|
contactsCreateContactPayload: ContactsCreateContactPayload;
|
|
16
16
|
}
|
|
@@ -65,19 +65,19 @@ export declare class ContactsApi extends runtime.BaseAPI {
|
|
|
65
65
|
/**
|
|
66
66
|
* Create a contact
|
|
67
67
|
*/
|
|
68
|
-
createContactRaw(requestParameters: CreateContactRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
68
|
+
createContactRaw(requestParameters: CreateContactRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ContactsContact>>;
|
|
69
69
|
/**
|
|
70
70
|
* Create a contact
|
|
71
71
|
*/
|
|
72
|
-
createContact(requestParameters: CreateContactRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
72
|
+
createContact(requestParameters: CreateContactRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ContactsContact>;
|
|
73
73
|
/**
|
|
74
74
|
* Get contact by Uuid
|
|
75
75
|
*/
|
|
76
|
-
getByUuidRaw(requestParameters: GetByUuidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
76
|
+
getByUuidRaw(requestParameters: GetByUuidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ContactsContact>>;
|
|
77
77
|
/**
|
|
78
78
|
* Get contact by Uuid
|
|
79
79
|
*/
|
|
80
|
-
getByUuid(requestParameters: GetByUuidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
80
|
+
getByUuid(requestParameters: GetByUuidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ContactsContact>;
|
|
81
81
|
/**
|
|
82
82
|
* List contact
|
|
83
83
|
*/
|
|
@@ -21,7 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime';
|
|
24
|
-
import { ContactPatchContactPayloadToJSON, ContactsContactFromJSON, ContactsCreateContactPayloadToJSON,
|
|
24
|
+
import { ContactPatchContactPayloadToJSON, ContactsContactFromJSON, ContactsCreateContactPayloadToJSON, ContactsListContactResponseFromJSON, DocumentsListDocumentResponseFromJSON, InvestmentsListAccountResponseFromJSON, } from '../models/index';
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
@@ -52,7 +52,7 @@ export class ContactsApi extends runtime.BaseAPI {
|
|
|
52
52
|
query: queryParameters,
|
|
53
53
|
body: ContactsCreateContactPayloadToJSON(requestParameters['contactsCreateContactPayload']),
|
|
54
54
|
}, initOverrides);
|
|
55
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
55
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ContactsContactFromJSON(jsonValue));
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
@@ -91,7 +91,7 @@ export class ContactsApi extends runtime.BaseAPI {
|
|
|
91
91
|
headers: headerParameters,
|
|
92
92
|
query: queryParameters,
|
|
93
93
|
}, initOverrides);
|
|
94
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
94
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ContactsContactFromJSON(jsonValue));
|
|
95
95
|
});
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
@@ -9,16 +9,17 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type {
|
|
14
|
-
import type {
|
|
15
|
-
import type {
|
|
16
|
-
import type {
|
|
17
|
-
import type {
|
|
18
|
-
import type {
|
|
19
|
-
import type {
|
|
20
|
-
import type {
|
|
21
|
-
import type {
|
|
12
|
+
import type { ContactsAdditionalInformation } from './ContactsAdditionalInformation';
|
|
13
|
+
import type { ContactsSegmentation } from './ContactsSegmentation';
|
|
14
|
+
import type { ContactsPhone } from './ContactsPhone';
|
|
15
|
+
import type { ContactsIdentification } from './ContactsIdentification';
|
|
16
|
+
import type { ContactsCivilStatus } from './ContactsCivilStatus';
|
|
17
|
+
import type { ContactsEmail } from './ContactsEmail';
|
|
18
|
+
import type { ContactsWebSite } from './ContactsWebSite';
|
|
19
|
+
import type { ContactsOccupation } from './ContactsOccupation';
|
|
20
|
+
import type { ContactsContactRelation } from './ContactsContactRelation';
|
|
21
|
+
import type { ContactsAddress } from './ContactsAddress';
|
|
22
|
+
import type { ContactsInvestorProfile } from './ContactsInvestorProfile';
|
|
22
23
|
/**
|
|
23
24
|
*
|
|
24
25
|
* @export
|
|
@@ -26,125 +27,138 @@ import type { ContactLink } from './ContactLink';
|
|
|
26
27
|
*/
|
|
27
28
|
export interface ContactsContact {
|
|
28
29
|
/**
|
|
29
|
-
*
|
|
30
|
+
*
|
|
30
31
|
* @type {number}
|
|
31
32
|
* @memberof ContactsContact
|
|
32
33
|
*/
|
|
33
34
|
id: number;
|
|
34
35
|
/**
|
|
35
|
-
*
|
|
36
|
+
*
|
|
36
37
|
* @type {string}
|
|
37
38
|
* @memberof ContactsContact
|
|
38
39
|
*/
|
|
39
40
|
uuid: string;
|
|
40
41
|
/**
|
|
41
|
-
*
|
|
42
|
+
*
|
|
42
43
|
* @type {string}
|
|
43
44
|
* @memberof ContactsContact
|
|
44
45
|
*/
|
|
45
46
|
contactType: string;
|
|
46
47
|
/**
|
|
47
|
-
*
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ContactsContact
|
|
51
|
+
*/
|
|
52
|
+
indOrg?: string;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
48
55
|
* @type {string}
|
|
49
56
|
* @memberof ContactsContact
|
|
50
57
|
*/
|
|
51
58
|
displayName?: string;
|
|
52
59
|
/**
|
|
53
|
-
*
|
|
60
|
+
*
|
|
54
61
|
* @type {string}
|
|
55
62
|
* @memberof ContactsContact
|
|
56
63
|
*/
|
|
57
64
|
sortName?: string;
|
|
58
65
|
/**
|
|
59
|
-
*
|
|
60
|
-
* @type {
|
|
66
|
+
*
|
|
67
|
+
* @type {ContactsIdentification}
|
|
61
68
|
* @memberof ContactsContact
|
|
62
69
|
*/
|
|
63
|
-
|
|
70
|
+
identification?: ContactsIdentification;
|
|
64
71
|
/**
|
|
65
|
-
*
|
|
66
|
-
* @type {
|
|
72
|
+
*
|
|
73
|
+
* @type {ContactsAdditionalInformation}
|
|
67
74
|
* @memberof ContactsContact
|
|
68
75
|
*/
|
|
69
|
-
|
|
76
|
+
additionalInformation?: ContactsAdditionalInformation;
|
|
70
77
|
/**
|
|
71
|
-
*
|
|
72
|
-
* @type {
|
|
78
|
+
*
|
|
79
|
+
* @type {ContactsSegmentation}
|
|
73
80
|
* @memberof ContactsContact
|
|
74
81
|
*/
|
|
75
|
-
|
|
82
|
+
segmentation?: ContactsSegmentation;
|
|
76
83
|
/**
|
|
77
|
-
*
|
|
78
|
-
* @type {
|
|
84
|
+
*
|
|
85
|
+
* @type {Array<ContactsAddress>}
|
|
79
86
|
* @memberof ContactsContact
|
|
80
87
|
*/
|
|
81
|
-
|
|
88
|
+
addresses?: Array<ContactsAddress>;
|
|
82
89
|
/**
|
|
83
90
|
*
|
|
84
|
-
* @type {
|
|
91
|
+
* @type {Array<ContactsPhone>}
|
|
85
92
|
* @memberof ContactsContact
|
|
86
93
|
*/
|
|
87
|
-
|
|
94
|
+
phones?: Array<ContactsPhone>;
|
|
88
95
|
/**
|
|
89
96
|
*
|
|
90
|
-
* @type {
|
|
97
|
+
* @type {Array<ContactsEmail>}
|
|
91
98
|
* @memberof ContactsContact
|
|
92
99
|
*/
|
|
93
|
-
|
|
100
|
+
emails?: Array<ContactsEmail>;
|
|
94
101
|
/**
|
|
95
102
|
*
|
|
96
|
-
* @type {
|
|
103
|
+
* @type {Array<ContactsWebSite>}
|
|
104
|
+
* @memberof ContactsContact
|
|
105
|
+
*/
|
|
106
|
+
websites?: Array<ContactsWebSite>;
|
|
107
|
+
/**
|
|
108
|
+
* Only available for getContact. Will always be empty for listContact
|
|
109
|
+
* @type {Array<ContactsContactRelation>}
|
|
97
110
|
* @memberof ContactsContact
|
|
111
|
+
* @deprecated
|
|
98
112
|
*/
|
|
99
|
-
|
|
113
|
+
links?: Array<ContactsContactRelation>;
|
|
100
114
|
/**
|
|
101
115
|
*
|
|
102
|
-
* @type {
|
|
116
|
+
* @type {string}
|
|
103
117
|
* @memberof ContactsContact
|
|
104
118
|
*/
|
|
105
|
-
|
|
119
|
+
notes?: string;
|
|
106
120
|
/**
|
|
107
121
|
*
|
|
108
|
-
* @type {
|
|
122
|
+
* @type {string}
|
|
109
123
|
* @memberof ContactsContact
|
|
110
124
|
*/
|
|
111
|
-
|
|
125
|
+
notesAdditionalInformation?: string;
|
|
112
126
|
/**
|
|
113
127
|
*
|
|
114
|
-
* @type {
|
|
128
|
+
* @type {Date}
|
|
115
129
|
* @memberof ContactsContact
|
|
116
130
|
*/
|
|
117
|
-
|
|
131
|
+
creationDate?: Date | null;
|
|
118
132
|
/**
|
|
119
|
-
*
|
|
120
|
-
* @type {
|
|
133
|
+
*
|
|
134
|
+
* @type {Date}
|
|
121
135
|
* @memberof ContactsContact
|
|
122
136
|
*/
|
|
123
|
-
|
|
137
|
+
lastUpdateDate?: Date | null;
|
|
124
138
|
/**
|
|
125
|
-
*
|
|
126
|
-
* @type {
|
|
139
|
+
*
|
|
140
|
+
* @type {ContactsCivilStatus}
|
|
127
141
|
* @memberof ContactsContact
|
|
128
142
|
*/
|
|
129
|
-
|
|
143
|
+
currentMaritalStatus?: ContactsCivilStatus | null;
|
|
130
144
|
/**
|
|
131
|
-
*
|
|
132
|
-
* @type {
|
|
145
|
+
*
|
|
146
|
+
* @type {ContactsCivilStatus}
|
|
133
147
|
* @memberof ContactsContact
|
|
134
148
|
*/
|
|
135
|
-
|
|
149
|
+
currentCivilStatus?: ContactsCivilStatus | null;
|
|
136
150
|
/**
|
|
137
|
-
*
|
|
138
|
-
* @type {
|
|
151
|
+
*
|
|
152
|
+
* @type {ContactsOccupation}
|
|
139
153
|
* @memberof ContactsContact
|
|
140
154
|
*/
|
|
141
|
-
|
|
155
|
+
currentOccupation?: ContactsOccupation | null;
|
|
142
156
|
/**
|
|
143
|
-
*
|
|
144
|
-
* @type {
|
|
157
|
+
*
|
|
158
|
+
* @type {ContactsInvestorProfile}
|
|
145
159
|
* @memberof ContactsContact
|
|
146
160
|
*/
|
|
147
|
-
|
|
161
|
+
investorProfile?: ContactsInvestorProfile | null;
|
|
148
162
|
}
|
|
149
163
|
/**
|
|
150
164
|
* Check if a given object implements the ContactsContact interface.
|
|
@@ -11,16 +11,17 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
14
|
+
import { ContactsAdditionalInformationFromJSON, ContactsAdditionalInformationToJSON, } from './ContactsAdditionalInformation';
|
|
15
|
+
import { ContactsSegmentationFromJSON, ContactsSegmentationToJSON, } from './ContactsSegmentation';
|
|
16
|
+
import { ContactsPhoneFromJSON, ContactsPhoneToJSON, } from './ContactsPhone';
|
|
17
|
+
import { ContactsIdentificationFromJSON, ContactsIdentificationToJSON, } from './ContactsIdentification';
|
|
18
|
+
import { ContactsCivilStatusFromJSON, ContactsCivilStatusToJSON, } from './ContactsCivilStatus';
|
|
19
|
+
import { ContactsEmailFromJSON, ContactsEmailToJSON, } from './ContactsEmail';
|
|
20
|
+
import { ContactsWebSiteFromJSON, ContactsWebSiteToJSON, } from './ContactsWebSite';
|
|
21
|
+
import { ContactsOccupationFromJSON, ContactsOccupationToJSON, } from './ContactsOccupation';
|
|
22
|
+
import { ContactsContactRelationFromJSON, ContactsContactRelationToJSON, } from './ContactsContactRelation';
|
|
23
|
+
import { ContactsAddressFromJSON, ContactsAddressToJSON, } from './ContactsAddress';
|
|
24
|
+
import { ContactsInvestorProfileFromJSON, ContactsInvestorProfileToJSON, } from './ContactsInvestorProfile';
|
|
24
25
|
/**
|
|
25
26
|
* Check if a given object implements the ContactsContact interface.
|
|
26
27
|
*/
|
|
@@ -44,23 +45,25 @@ export function ContactsContactFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
44
45
|
'id': json['id'],
|
|
45
46
|
'uuid': json['uuid'],
|
|
46
47
|
'contactType': json['contactType'],
|
|
48
|
+
'indOrg': json['indOrg'] == null ? undefined : json['indOrg'],
|
|
47
49
|
'displayName': json['displayName'] == null ? undefined : json['displayName'],
|
|
48
50
|
'sortName': json['sortName'] == null ? undefined : json['sortName'],
|
|
51
|
+
'identification': json['identification'] == null ? undefined : ContactsIdentificationFromJSON(json['identification']),
|
|
52
|
+
'additionalInformation': json['additionalInformation'] == null ? undefined : ContactsAdditionalInformationFromJSON(json['additionalInformation']),
|
|
53
|
+
'segmentation': json['segmentation'] == null ? undefined : ContactsSegmentationFromJSON(json['segmentation']),
|
|
54
|
+
'addresses': json['addresses'] == null ? undefined : (json['addresses'].map(ContactsAddressFromJSON)),
|
|
55
|
+
'phones': json['phones'] == null ? undefined : (json['phones'].map(ContactsPhoneFromJSON)),
|
|
56
|
+
'emails': json['emails'] == null ? undefined : (json['emails'].map(ContactsEmailFromJSON)),
|
|
57
|
+
'websites': json['websites'] == null ? undefined : (json['websites'].map(ContactsWebSiteFromJSON)),
|
|
58
|
+
'links': json['links'] == null ? undefined : (json['links'].map(ContactsContactRelationFromJSON)),
|
|
49
59
|
'notes': json['notes'] == null ? undefined : json['notes'],
|
|
50
60
|
'notesAdditionalInformation': json['notesAdditionalInformation'] == null ? undefined : json['notesAdditionalInformation'],
|
|
51
61
|
'creationDate': json['creationDate'] == null ? undefined : (new Date(json['creationDate'])),
|
|
52
62
|
'lastUpdateDate': json['lastUpdateDate'] == null ? undefined : (new Date(json['lastUpdateDate'])),
|
|
53
|
-
'
|
|
54
|
-
'
|
|
55
|
-
'
|
|
56
|
-
'
|
|
57
|
-
'currentOccupation': json['currentOccupation'] == null ? undefined : ContactContactOccupationFromJSON(json['currentOccupation']),
|
|
58
|
-
'segmentation': json['segmentation'] == null ? undefined : ContactContactSegmentationFromJSON(json['segmentation']),
|
|
59
|
-
'addresses': json['addresses'] == null ? undefined : (json['addresses'].map(ContactContactAddressFromJSON)),
|
|
60
|
-
'phones': json['phones'] == null ? undefined : (json['phones'].map(ContactContactPhoneFromJSON)),
|
|
61
|
-
'emails': json['emails'] == null ? undefined : (json['emails'].map(ContactContactEmailFromJSON)),
|
|
62
|
-
'websites': json['websites'] == null ? undefined : (json['websites'].map(ContactContactWebsiteFromJSON)),
|
|
63
|
-
'links': json['links'] == null ? undefined : (json['links'].map(ContactLinkFromJSON)),
|
|
63
|
+
'currentMaritalStatus': json['currentMaritalStatus'] == null ? undefined : ContactsCivilStatusFromJSON(json['currentMaritalStatus']),
|
|
64
|
+
'currentCivilStatus': json['currentCivilStatus'] == null ? undefined : ContactsCivilStatusFromJSON(json['currentCivilStatus']),
|
|
65
|
+
'currentOccupation': json['currentOccupation'] == null ? undefined : ContactsOccupationFromJSON(json['currentOccupation']),
|
|
66
|
+
'investorProfile': json['investorProfile'] == null ? undefined : ContactsInvestorProfileFromJSON(json['investorProfile']),
|
|
64
67
|
};
|
|
65
68
|
}
|
|
66
69
|
export function ContactsContactToJSON(json) {
|
|
@@ -74,22 +77,24 @@ export function ContactsContactToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
74
77
|
'id': value['id'],
|
|
75
78
|
'uuid': value['uuid'],
|
|
76
79
|
'contactType': value['contactType'],
|
|
80
|
+
'indOrg': value['indOrg'],
|
|
77
81
|
'displayName': value['displayName'],
|
|
78
82
|
'sortName': value['sortName'],
|
|
83
|
+
'identification': ContactsIdentificationToJSON(value['identification']),
|
|
84
|
+
'additionalInformation': ContactsAdditionalInformationToJSON(value['additionalInformation']),
|
|
85
|
+
'segmentation': ContactsSegmentationToJSON(value['segmentation']),
|
|
86
|
+
'addresses': value['addresses'] == null ? undefined : (value['addresses'].map(ContactsAddressToJSON)),
|
|
87
|
+
'phones': value['phones'] == null ? undefined : (value['phones'].map(ContactsPhoneToJSON)),
|
|
88
|
+
'emails': value['emails'] == null ? undefined : (value['emails'].map(ContactsEmailToJSON)),
|
|
89
|
+
'websites': value['websites'] == null ? undefined : (value['websites'].map(ContactsWebSiteToJSON)),
|
|
90
|
+
'links': value['links'] == null ? undefined : (value['links'].map(ContactsContactRelationToJSON)),
|
|
79
91
|
'notes': value['notes'],
|
|
80
92
|
'notesAdditionalInformation': value['notesAdditionalInformation'],
|
|
81
93
|
'creationDate': value['creationDate'] == null ? undefined : (value['creationDate'].toISOString()),
|
|
82
94
|
'lastUpdateDate': value['lastUpdateDate'] == null ? undefined : (value['lastUpdateDate'].toISOString()),
|
|
83
|
-
'
|
|
84
|
-
'
|
|
85
|
-
'
|
|
86
|
-
'
|
|
87
|
-
'currentOccupation': ContactContactOccupationToJSON(value['currentOccupation']),
|
|
88
|
-
'segmentation': ContactContactSegmentationToJSON(value['segmentation']),
|
|
89
|
-
'addresses': value['addresses'] == null ? undefined : (value['addresses'].map(ContactContactAddressToJSON)),
|
|
90
|
-
'phones': value['phones'] == null ? undefined : (value['phones'].map(ContactContactPhoneToJSON)),
|
|
91
|
-
'emails': value['emails'] == null ? undefined : (value['emails'].map(ContactContactEmailToJSON)),
|
|
92
|
-
'websites': value['websites'] == null ? undefined : (value['websites'].map(ContactContactWebsiteToJSON)),
|
|
93
|
-
'links': value['links'] == null ? undefined : (value['links'].map(ContactLinkToJSON)),
|
|
95
|
+
'currentMaritalStatus': ContactsCivilStatusToJSON(value['currentMaritalStatus']),
|
|
96
|
+
'currentCivilStatus': ContactsCivilStatusToJSON(value['currentCivilStatus']),
|
|
97
|
+
'currentOccupation': ContactsOccupationToJSON(value['currentOccupation']),
|
|
98
|
+
'investorProfile': ContactsInvestorProfileToJSON(value['investorProfile']),
|
|
94
99
|
};
|
|
95
100
|
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Equisoft /connect API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
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 { ContactsContactFieldValue } from './ContactsContactFieldValue';
|
|
13
|
+
import type { ContactsContactRelationParticipant } from './ContactsContactRelationParticipant';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ContactsContactRelation
|
|
18
|
+
*/
|
|
19
|
+
export interface ContactsContactRelation {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof ContactsContactRelation
|
|
24
|
+
*/
|
|
25
|
+
id?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ContactsContactFieldValue}
|
|
29
|
+
* @memberof ContactsContactRelation
|
|
30
|
+
*/
|
|
31
|
+
linkType?: ContactsContactFieldValue | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<ContactsContactRelationParticipant>}
|
|
35
|
+
* @memberof ContactsContactRelation
|
|
36
|
+
*/
|
|
37
|
+
participants?: Array<ContactsContactRelationParticipant>;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the ContactsContactRelation interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfContactsContactRelation(value: object): value is ContactsContactRelation;
|
|
43
|
+
export declare function ContactsContactRelationFromJSON(json: any): ContactsContactRelation;
|
|
44
|
+
export declare function ContactsContactRelationFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContactsContactRelation;
|
|
45
|
+
export declare function ContactsContactRelationToJSON(json: any): ContactsContactRelation;
|
|
46
|
+
export declare function ContactsContactRelationToJSONTyped(value?: ContactsContactRelation | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -12,36 +12,36 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { ContactsContactFieldValueFromJSON, ContactsContactFieldValueToJSON, } from './ContactsContactFieldValue';
|
|
15
|
-
import {
|
|
15
|
+
import { ContactsContactRelationParticipantFromJSON, ContactsContactRelationParticipantToJSON, } from './ContactsContactRelationParticipant';
|
|
16
16
|
/**
|
|
17
|
-
* Check if a given object implements the
|
|
17
|
+
* Check if a given object implements the ContactsContactRelation interface.
|
|
18
18
|
*/
|
|
19
|
-
export function
|
|
19
|
+
export function instanceOfContactsContactRelation(value) {
|
|
20
20
|
return true;
|
|
21
21
|
}
|
|
22
|
-
export function
|
|
23
|
-
return
|
|
22
|
+
export function ContactsContactRelationFromJSON(json) {
|
|
23
|
+
return ContactsContactRelationFromJSONTyped(json, false);
|
|
24
24
|
}
|
|
25
|
-
export function
|
|
25
|
+
export function ContactsContactRelationFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
26
|
if (json == null) {
|
|
27
27
|
return json;
|
|
28
28
|
}
|
|
29
29
|
return {
|
|
30
30
|
'id': json['id'] == null ? undefined : json['id'],
|
|
31
31
|
'linkType': json['linkType'] == null ? undefined : ContactsContactFieldValueFromJSON(json['linkType']),
|
|
32
|
-
'participants': json['participants'] == null ? undefined : (json['participants'].map(
|
|
32
|
+
'participants': json['participants'] == null ? undefined : (json['participants'].map(ContactsContactRelationParticipantFromJSON)),
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
|
-
export function
|
|
36
|
-
return
|
|
35
|
+
export function ContactsContactRelationToJSON(json) {
|
|
36
|
+
return ContactsContactRelationToJSONTyped(json, false);
|
|
37
37
|
}
|
|
38
|
-
export function
|
|
38
|
+
export function ContactsContactRelationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
39
|
if (value == null) {
|
|
40
40
|
return value;
|
|
41
41
|
}
|
|
42
42
|
return {
|
|
43
43
|
'id': value['id'],
|
|
44
44
|
'linkType': ContactsContactFieldValueToJSON(value['linkType']),
|
|
45
|
-
'participants': value['participants'] == null ? undefined : (value['participants'].map(
|
|
45
|
+
'participants': value['participants'] == null ? undefined : (value['participants'].map(ContactsContactRelationParticipantToJSON)),
|
|
46
46
|
};
|
|
47
47
|
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Equisoft /connect API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
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 { ContactsContactFieldValue } from './ContactsContactFieldValue';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ContactsContactRelationParticipant
|
|
17
|
+
*/
|
|
18
|
+
export interface ContactsContactRelationParticipant {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ContactsContactRelationParticipant
|
|
23
|
+
*/
|
|
24
|
+
uuid?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {ContactsContactFieldValue}
|
|
28
|
+
* @memberof ContactsContactRelationParticipant
|
|
29
|
+
*/
|
|
30
|
+
linkRole?: ContactsContactFieldValue | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ContactsContactRelationParticipant
|
|
35
|
+
*/
|
|
36
|
+
displayName?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ContactsContactRelationParticipant
|
|
41
|
+
*/
|
|
42
|
+
firstName?: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ContactsContactRelationParticipant
|
|
47
|
+
*/
|
|
48
|
+
lastName?: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ContactsContactRelationParticipant
|
|
53
|
+
*/
|
|
54
|
+
gender?: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {Date}
|
|
58
|
+
* @memberof ContactsContactRelationParticipant
|
|
59
|
+
*/
|
|
60
|
+
birthDate?: Date | null;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Check if a given object implements the ContactsContactRelationParticipant interface.
|
|
64
|
+
*/
|
|
65
|
+
export declare function instanceOfContactsContactRelationParticipant(value: object): value is ContactsContactRelationParticipant;
|
|
66
|
+
export declare function ContactsContactRelationParticipantFromJSON(json: any): ContactsContactRelationParticipant;
|
|
67
|
+
export declare function ContactsContactRelationParticipantFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContactsContactRelationParticipant;
|
|
68
|
+
export declare function ContactsContactRelationParticipantToJSON(json: any): ContactsContactRelationParticipant;
|
|
69
|
+
export declare function ContactsContactRelationParticipantToJSONTyped(value?: ContactsContactRelationParticipant | null, ignoreDiscriminator?: boolean): any;
|