@equisoft/equisoft-connect-sdk-typescript 13.40.0 → 13.40.1-snapshot.20251215140900

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.
Files changed (108) hide show
  1. package/.openapi-generator/FILES +2 -14
  2. package/dist/apis/ContactsApi.d.ts +5 -5
  3. package/dist/apis/ContactsApi.js +2 -2
  4. package/dist/apis/index.d.ts +0 -1
  5. package/dist/apis/index.js +0 -1
  6. package/dist/esm/apis/ContactsApi.d.ts +5 -5
  7. package/dist/esm/apis/ContactsApi.js +3 -3
  8. package/dist/esm/apis/index.d.ts +0 -1
  9. package/dist/esm/apis/index.js +0 -1
  10. package/dist/esm/models/ContactsContact.d.ts +68 -54
  11. package/dist/esm/models/ContactsContact.js +37 -32
  12. package/dist/esm/models/ContactsContactRelation.d.ts +46 -0
  13. package/dist/esm/models/{ContactsLegacyContactRelation.js → ContactsContactRelation.js} +11 -11
  14. package/dist/esm/models/ContactsContactRelationParticipant.d.ts +69 -0
  15. package/dist/esm/models/{ContactsLegacyContactRelationParticipant.js → ContactsContactRelationParticipant.js} +8 -8
  16. package/dist/esm/models/ContactsListContactResponse.d.ts +3 -3
  17. package/dist/esm/models/ContactsListContactResponse.js +3 -3
  18. package/dist/esm/models/LegacyProvisioningOrganizationPayload.d.ts +0 -6
  19. package/dist/esm/models/LegacyProvisioningOrganizationPayload.js +0 -2
  20. package/dist/esm/models/index.d.ts +2 -13
  21. package/dist/esm/models/index.js +2 -13
  22. package/dist/models/ContactsContact.d.ts +68 -54
  23. package/dist/models/ContactsContact.js +37 -32
  24. package/dist/models/ContactsContactRelation.d.ts +46 -0
  25. package/dist/models/ContactsContactRelation.js +54 -0
  26. package/dist/models/ContactsContactRelationParticipant.d.ts +69 -0
  27. package/dist/models/{ContactsLegacyContactRelationParticipant.js → ContactsContactRelationParticipant.js} +13 -13
  28. package/dist/models/ContactsListContactResponse.d.ts +3 -3
  29. package/dist/models/ContactsListContactResponse.js +3 -3
  30. package/dist/models/LegacyProvisioningOrganizationPayload.d.ts +0 -6
  31. package/dist/models/LegacyProvisioningOrganizationPayload.js +0 -2
  32. package/dist/models/index.d.ts +2 -13
  33. package/dist/models/index.js +2 -13
  34. package/package.json +1 -1
  35. package/src/apis/ContactsApi.ts +6 -12
  36. package/src/apis/index.ts +0 -1
  37. package/src/models/ContactsContact.ts +150 -126
  38. package/src/models/ContactsContactRelation.ts +96 -0
  39. package/src/models/{ContactsLegacyContactRelationParticipant.ts → ContactsContactRelationParticipant.ts} +17 -17
  40. package/src/models/ContactsListContactResponse.ts +10 -10
  41. package/src/models/LegacyProvisioningOrganizationPayload.ts +0 -8
  42. package/src/models/index.ts +2 -13
  43. package/dist/apis/DSFApi.d.ts +0 -71
  44. package/dist/apis/DSFApi.js +0 -216
  45. package/dist/esm/apis/DSFApi.d.ts +0 -71
  46. package/dist/esm/apis/DSFApi.js +0 -212
  47. package/dist/esm/models/ContactContactAdditionalInformation.d.ts +0 -87
  48. package/dist/esm/models/ContactContactAdditionalInformation.js +0 -60
  49. package/dist/esm/models/ContactContactIdentification.d.ts +0 -105
  50. package/dist/esm/models/ContactContactIdentification.js +0 -66
  51. package/dist/esm/models/ContactContactSegmentation.d.ts +0 -99
  52. package/dist/esm/models/ContactContactSegmentation.js +0 -74
  53. package/dist/esm/models/ContactLink.d.ts +0 -46
  54. package/dist/esm/models/ContactLink.js +0 -47
  55. package/dist/esm/models/ContactLinkParticipant.d.ts +0 -69
  56. package/dist/esm/models/ContactLinkParticipant.js +0 -54
  57. package/dist/esm/models/ContactsLegacyContact.d.ts +0 -170
  58. package/dist/esm/models/ContactsLegacyContact.js +0 -100
  59. package/dist/esm/models/ContactsLegacyContactRelation.d.ts +0 -46
  60. package/dist/esm/models/ContactsLegacyContactRelationParticipant.d.ts +0 -69
  61. package/dist/esm/models/ContactsTemporaryContact.d.ts +0 -155
  62. package/dist/esm/models/ContactsTemporaryContact.js +0 -94
  63. package/dist/esm/models/DsfCreateOrUpdateFinancialCenterResponse.d.ts +0 -32
  64. package/dist/esm/models/DsfCreateOrUpdateFinancialCenterResponse.js +0 -43
  65. package/dist/esm/models/DsfFinancialCenter.d.ts +0 -68
  66. package/dist/esm/models/DsfFinancialCenter.js +0 -63
  67. package/dist/esm/models/DsfFinancialCenterPayload.d.ts +0 -50
  68. package/dist/esm/models/DsfFinancialCenterPayload.js +0 -53
  69. package/dist/esm/models/DsfListFinancialCenterResponse.d.ts +0 -33
  70. package/dist/esm/models/DsfListFinancialCenterResponse.js +0 -44
  71. package/dist/models/ContactContactAdditionalInformation.d.ts +0 -87
  72. package/dist/models/ContactContactAdditionalInformation.js +0 -67
  73. package/dist/models/ContactContactIdentification.d.ts +0 -105
  74. package/dist/models/ContactContactIdentification.js +0 -73
  75. package/dist/models/ContactContactSegmentation.d.ts +0 -99
  76. package/dist/models/ContactContactSegmentation.js +0 -81
  77. package/dist/models/ContactLink.d.ts +0 -46
  78. package/dist/models/ContactLink.js +0 -54
  79. package/dist/models/ContactLinkParticipant.d.ts +0 -69
  80. package/dist/models/ContactLinkParticipant.js +0 -61
  81. package/dist/models/ContactsLegacyContact.d.ts +0 -170
  82. package/dist/models/ContactsLegacyContact.js +0 -107
  83. package/dist/models/ContactsLegacyContactRelation.d.ts +0 -46
  84. package/dist/models/ContactsLegacyContactRelation.js +0 -54
  85. package/dist/models/ContactsLegacyContactRelationParticipant.d.ts +0 -69
  86. package/dist/models/ContactsTemporaryContact.d.ts +0 -155
  87. package/dist/models/ContactsTemporaryContact.js +0 -101
  88. package/dist/models/DsfCreateOrUpdateFinancialCenterResponse.d.ts +0 -32
  89. package/dist/models/DsfCreateOrUpdateFinancialCenterResponse.js +0 -50
  90. package/dist/models/DsfFinancialCenter.d.ts +0 -68
  91. package/dist/models/DsfFinancialCenter.js +0 -70
  92. package/dist/models/DsfFinancialCenterPayload.d.ts +0 -50
  93. package/dist/models/DsfFinancialCenterPayload.js +0 -60
  94. package/dist/models/DsfListFinancialCenterResponse.d.ts +0 -33
  95. package/dist/models/DsfListFinancialCenterResponse.js +0 -51
  96. package/src/apis/DSFApi.ts +0 -274
  97. package/src/models/ContactContactAdditionalInformation.ts +0 -145
  98. package/src/models/ContactContactIdentification.ts +0 -169
  99. package/src/models/ContactContactSegmentation.ts +0 -166
  100. package/src/models/ContactLink.ts +0 -96
  101. package/src/models/ContactLinkParticipant.ts +0 -121
  102. package/src/models/ContactsLegacyContact.ts +0 -315
  103. package/src/models/ContactsLegacyContactRelation.ts +0 -96
  104. package/src/models/ContactsTemporaryContact.ts +0 -284
  105. package/src/models/DsfCreateOrUpdateFinancialCenterResponse.ts +0 -66
  106. package/src/models/DsfFinancialCenter.ts +0 -118
  107. package/src/models/DsfFinancialCenterPayload.ts +0 -92
  108. package/src/models/DsfListFinancialCenterResponse.ts +0 -74
@@ -2,7 +2,6 @@
2
2
  README.md
3
3
  package.json
4
4
  src/apis/ContactsApi.ts
5
- src/apis/DSFApi.ts
6
5
  src/apis/DatabasesApi.ts
7
6
  src/apis/DocumentsApi.ts
8
7
  src/apis/EventsApi.ts
@@ -26,18 +25,13 @@ src/models/AccessRights.ts
26
25
  src/models/AdminCredentialPayload.ts
27
26
  src/models/CalendarsCalendar.ts
28
27
  src/models/CalendarsListCalendarResponse.ts
29
- src/models/ContactContactAdditionalInformation.ts
30
28
  src/models/ContactContactAddress.ts
31
29
  src/models/ContactContactEmail.ts
32
- src/models/ContactContactIdentification.ts
33
30
  src/models/ContactContactMaritalStatus.ts
34
31
  src/models/ContactContactOccupation.ts
35
32
  src/models/ContactContactPhone.ts
36
- src/models/ContactContactSegmentation.ts
37
33
  src/models/ContactContactWebsite.ts
38
34
  src/models/ContactIdentificationType.ts
39
- src/models/ContactLink.ts
40
- src/models/ContactLinkParticipant.ts
41
35
  src/models/ContactPatchContactPayload.ts
42
36
  src/models/ContactPatchDto.ts
43
37
  src/models/ContactsAdditionalInformation.ts
@@ -45,6 +39,8 @@ src/models/ContactsAddress.ts
45
39
  src/models/ContactsCivilStatus.ts
46
40
  src/models/ContactsContact.ts
47
41
  src/models/ContactsContactFieldValue.ts
42
+ src/models/ContactsContactRelation.ts
43
+ src/models/ContactsContactRelationParticipant.ts
48
44
  src/models/ContactsCreateAdditionalInformationPayload.ts
49
45
  src/models/ContactsCreateAddressPayload.ts
50
46
  src/models/ContactsCreateContactPayload.ts
@@ -63,9 +59,6 @@ src/models/ContactsIdentification.ts
63
59
  src/models/ContactsIndividualIdentification.ts
64
60
  src/models/ContactsInvestmentObjective.ts
65
61
  src/models/ContactsInvestorProfile.ts
66
- src/models/ContactsLegacyContact.ts
67
- src/models/ContactsLegacyContactRelation.ts
68
- src/models/ContactsLegacyContactRelationParticipant.ts
69
62
  src/models/ContactsListContactResponse.ts
70
63
  src/models/ContactsOccupation.ts
71
64
  src/models/ContactsOrganizationIdentification.ts
@@ -74,7 +67,6 @@ src/models/ContactsRegistrationNumbers.ts
74
67
  src/models/ContactsRevenue.ts
75
68
  src/models/ContactsRiskTolerance.ts
76
69
  src/models/ContactsSegmentation.ts
77
- src/models/ContactsTemporaryContact.ts
78
70
  src/models/ContactsWebSite.ts
79
71
  src/models/ContextActor.ts
80
72
  src/models/ContextEquisoftConnect.ts
@@ -99,10 +91,6 @@ src/models/DocumentsDocument.ts
99
91
  src/models/DocumentsDocumentContact.ts
100
92
  src/models/DocumentsDocumentFile.ts
101
93
  src/models/DocumentsListDocumentResponse.ts
102
- src/models/DsfCreateOrUpdateFinancialCenterResponse.ts
103
- src/models/DsfFinancialCenter.ts
104
- src/models/DsfFinancialCenterPayload.ts
105
- src/models/DsfListFinancialCenterResponse.ts
106
94
  src/models/ErrorResponse.ts
107
95
  src/models/EventsCreateEventPayload.ts
108
96
  src/models/EventsCreateEventResponse.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, ContactsLegacyContact, ContactsListContactResponse, ContactsTemporaryContact, DocumentsListDocumentResponse, InvestmentsListAccountResponse } from '../models/index';
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<ContactsTemporaryContact>>;
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<ContactsTemporaryContact>;
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<ContactsLegacyContact>>;
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<ContactsLegacyContact>;
80
+ getByUuid(requestParameters: GetByUuidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ContactsContact>;
81
81
  /**
82
82
  * List contact
83
83
  */
@@ -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.ContactsTemporaryContactFromJSON)(jsonValue));
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.ContactsLegacyContactFromJSON)(jsonValue));
97
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ContactsContactFromJSON)(jsonValue));
98
98
  });
99
99
  }
100
100
  /**
@@ -1,5 +1,4 @@
1
1
  export * from './ContactsApi';
2
- export * from './DSFApi';
3
2
  export * from './DatabasesApi';
4
3
  export * from './DocumentsApi';
5
4
  export * from './EventsApi';
@@ -17,7 +17,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /* tslint:disable */
18
18
  /* eslint-disable */
19
19
  __exportStar(require("./ContactsApi"), exports);
20
- __exportStar(require("./DSFApi"), exports);
21
20
  __exportStar(require("./DatabasesApi"), exports);
22
21
  __exportStar(require("./DocumentsApi"), exports);
23
22
  __exportStar(require("./EventsApi"), exports);
@@ -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, ContactsLegacyContact, ContactsListContactResponse, ContactsTemporaryContact, DocumentsListDocumentResponse, InvestmentsListAccountResponse } from '../models/index';
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<ContactsTemporaryContact>>;
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<ContactsTemporaryContact>;
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<ContactsLegacyContact>>;
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<ContactsLegacyContact>;
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, ContactsLegacyContactFromJSON, ContactsListContactResponseFromJSON, ContactsTemporaryContactFromJSON, DocumentsListDocumentResponseFromJSON, InvestmentsListAccountResponseFromJSON, } from '../models/index';
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) => ContactsTemporaryContactFromJSON(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) => ContactsLegacyContactFromJSON(jsonValue));
94
+ return new runtime.JSONApiResponse(response, (jsonValue) => ContactsContactFromJSON(jsonValue));
95
95
  });
96
96
  }
97
97
  /**
@@ -1,5 +1,4 @@
1
1
  export * from './ContactsApi';
2
- export * from './DSFApi';
3
2
  export * from './DatabasesApi';
4
3
  export * from './DocumentsApi';
5
4
  export * from './EventsApi';
@@ -1,7 +1,6 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  export * from './ContactsApi';
4
- export * from './DSFApi';
5
4
  export * from './DatabasesApi';
6
5
  export * from './DocumentsApi';
7
6
  export * from './EventsApi';
@@ -9,16 +9,17 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ContactContactAdditionalInformation } from './ContactContactAdditionalInformation';
13
- import type { ContactContactMaritalStatus } from './ContactContactMaritalStatus';
14
- import type { ContactContactOccupation } from './ContactContactOccupation';
15
- import type { ContactContactEmail } from './ContactContactEmail';
16
- import type { ContactContactIdentification } from './ContactContactIdentification';
17
- import type { ContactContactWebsite } from './ContactContactWebsite';
18
- import type { ContactContactSegmentation } from './ContactContactSegmentation';
19
- import type { ContactContactPhone } from './ContactContactPhone';
20
- import type { ContactContactAddress } from './ContactContactAddress';
21
- import type { ContactLink } from './ContactLink';
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
- * Contact unique numeric identifier
30
+ *
30
31
  * @type {number}
31
32
  * @memberof ContactsContact
32
33
  */
33
34
  id: number;
34
35
  /**
35
- * Contact unique string identifier
36
+ *
36
37
  * @type {string}
37
38
  * @memberof ContactsContact
38
39
  */
39
40
  uuid: string;
40
41
  /**
41
- * Contact type ('CUS','OTHER')
42
+ *
42
43
  * @type {string}
43
44
  * @memberof ContactsContact
44
45
  */
45
46
  contactType: string;
46
47
  /**
47
- * Contact complete name ("[Last name] [First Name]") or company Name for 'Organization' contact
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
- * Contact sort name
60
+ *
54
61
  * @type {string}
55
62
  * @memberof ContactsContact
56
63
  */
57
64
  sortName?: string;
58
65
  /**
59
- * Contact notes
60
- * @type {string}
66
+ *
67
+ * @type {ContactsIdentification}
61
68
  * @memberof ContactsContact
62
69
  */
63
- notes?: string;
70
+ identification?: ContactsIdentification;
64
71
  /**
65
- * Contact additional information related to the notes
66
- * @type {string}
72
+ *
73
+ * @type {ContactsAdditionalInformation}
67
74
  * @memberof ContactsContact
68
75
  */
69
- notesAdditionalInformation?: string;
76
+ additionalInformation?: ContactsAdditionalInformation;
70
77
  /**
71
- * Creation time. As defined by date-time - RFC3339
72
- * @type {Date}
78
+ *
79
+ * @type {ContactsSegmentation}
73
80
  * @memberof ContactsContact
74
81
  */
75
- creationDate?: Date | null;
82
+ segmentation?: ContactsSegmentation;
76
83
  /**
77
- * Last update time. As defined by date-time - RFC3339
78
- * @type {Date}
84
+ *
85
+ * @type {Array<ContactsAddress>}
79
86
  * @memberof ContactsContact
80
87
  */
81
- lastUpdateDate?: Date | null;
88
+ addresses?: Array<ContactsAddress>;
82
89
  /**
83
90
  *
84
- * @type {ContactContactIdentification}
91
+ * @type {Array<ContactsPhone>}
85
92
  * @memberof ContactsContact
86
93
  */
87
- identification?: ContactContactIdentification;
94
+ phones?: Array<ContactsPhone>;
88
95
  /**
89
96
  *
90
- * @type {ContactContactAdditionalInformation}
97
+ * @type {Array<ContactsEmail>}
91
98
  * @memberof ContactsContact
92
99
  */
93
- additionalInformation?: ContactContactAdditionalInformation;
100
+ emails?: Array<ContactsEmail>;
94
101
  /**
95
102
  *
96
- * @type {ContactContactMaritalStatus}
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
- currentMaritalStatus?: ContactContactMaritalStatus | null;
113
+ links?: Array<ContactsContactRelation>;
100
114
  /**
101
115
  *
102
- * @type {ContactContactMaritalStatus}
116
+ * @type {string}
103
117
  * @memberof ContactsContact
104
118
  */
105
- currentCivilStatus?: ContactContactMaritalStatus | null;
119
+ notes?: string;
106
120
  /**
107
121
  *
108
- * @type {ContactContactOccupation}
122
+ * @type {string}
109
123
  * @memberof ContactsContact
110
124
  */
111
- currentOccupation?: ContactContactOccupation | null;
125
+ notesAdditionalInformation?: string;
112
126
  /**
113
127
  *
114
- * @type {ContactContactSegmentation}
128
+ * @type {Date}
115
129
  * @memberof ContactsContact
116
130
  */
117
- segmentation?: ContactContactSegmentation;
131
+ creationDate?: Date | null;
118
132
  /**
119
- * List of contact's addresses
120
- * @type {Array<ContactContactAddress>}
133
+ *
134
+ * @type {Date}
121
135
  * @memberof ContactsContact
122
136
  */
123
- addresses?: Array<ContactContactAddress>;
137
+ lastUpdateDate?: Date | null;
124
138
  /**
125
- * List of contact's phones
126
- * @type {Array<ContactContactPhone>}
139
+ *
140
+ * @type {ContactsCivilStatus}
127
141
  * @memberof ContactsContact
128
142
  */
129
- phones?: Array<ContactContactPhone>;
143
+ currentMaritalStatus?: ContactsCivilStatus | null;
130
144
  /**
131
- * List of contact's emails
132
- * @type {Array<ContactContactEmail>}
145
+ *
146
+ * @type {ContactsCivilStatus}
133
147
  * @memberof ContactsContact
134
148
  */
135
- emails?: Array<ContactContactEmail>;
149
+ currentCivilStatus?: ContactsCivilStatus | null;
136
150
  /**
137
- * List of contact's websites
138
- * @type {Array<ContactContactWebsite>}
151
+ *
152
+ * @type {ContactsOccupation}
139
153
  * @memberof ContactsContact
140
154
  */
141
- websites?: Array<ContactContactWebsite>;
155
+ currentOccupation?: ContactsOccupation | null;
142
156
  /**
143
- * List of contact's links
144
- * @type {Array<ContactLink>}
157
+ *
158
+ * @type {ContactsInvestorProfile}
145
159
  * @memberof ContactsContact
146
160
  */
147
- links?: Array<ContactLink>;
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 { ContactContactAdditionalInformationFromJSON, ContactContactAdditionalInformationToJSON, } from './ContactContactAdditionalInformation';
15
- import { ContactContactMaritalStatusFromJSON, ContactContactMaritalStatusToJSON, } from './ContactContactMaritalStatus';
16
- import { ContactContactOccupationFromJSON, ContactContactOccupationToJSON, } from './ContactContactOccupation';
17
- import { ContactContactEmailFromJSON, ContactContactEmailToJSON, } from './ContactContactEmail';
18
- import { ContactContactIdentificationFromJSON, ContactContactIdentificationToJSON, } from './ContactContactIdentification';
19
- import { ContactContactWebsiteFromJSON, ContactContactWebsiteToJSON, } from './ContactContactWebsite';
20
- import { ContactContactSegmentationFromJSON, ContactContactSegmentationToJSON, } from './ContactContactSegmentation';
21
- import { ContactContactPhoneFromJSON, ContactContactPhoneToJSON, } from './ContactContactPhone';
22
- import { ContactContactAddressFromJSON, ContactContactAddressToJSON, } from './ContactContactAddress';
23
- import { ContactLinkFromJSON, ContactLinkToJSON, } from './ContactLink';
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
- 'identification': json['identification'] == null ? undefined : ContactContactIdentificationFromJSON(json['identification']),
54
- 'additionalInformation': json['additionalInformation'] == null ? undefined : ContactContactAdditionalInformationFromJSON(json['additionalInformation']),
55
- 'currentMaritalStatus': json['currentMaritalStatus'] == null ? undefined : ContactContactMaritalStatusFromJSON(json['currentMaritalStatus']),
56
- 'currentCivilStatus': json['currentCivilStatus'] == null ? undefined : ContactContactMaritalStatusFromJSON(json['currentCivilStatus']),
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
- 'identification': ContactContactIdentificationToJSON(value['identification']),
84
- 'additionalInformation': ContactContactAdditionalInformationToJSON(value['additionalInformation']),
85
- 'currentMaritalStatus': ContactContactMaritalStatusToJSON(value['currentMaritalStatus']),
86
- 'currentCivilStatus': ContactContactMaritalStatusToJSON(value['currentCivilStatus']),
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 { ContactsLegacyContactRelationParticipantFromJSON, ContactsLegacyContactRelationParticipantToJSON, } from './ContactsLegacyContactRelationParticipant';
15
+ import { ContactsContactRelationParticipantFromJSON, ContactsContactRelationParticipantToJSON, } from './ContactsContactRelationParticipant';
16
16
  /**
17
- * Check if a given object implements the ContactsLegacyContactRelation interface.
17
+ * Check if a given object implements the ContactsContactRelation interface.
18
18
  */
19
- export function instanceOfContactsLegacyContactRelation(value) {
19
+ export function instanceOfContactsContactRelation(value) {
20
20
  return true;
21
21
  }
22
- export function ContactsLegacyContactRelationFromJSON(json) {
23
- return ContactsLegacyContactRelationFromJSONTyped(json, false);
22
+ export function ContactsContactRelationFromJSON(json) {
23
+ return ContactsContactRelationFromJSONTyped(json, false);
24
24
  }
25
- export function ContactsLegacyContactRelationFromJSONTyped(json, ignoreDiscriminator) {
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(ContactsLegacyContactRelationParticipantFromJSON)),
32
+ 'participants': json['participants'] == null ? undefined : (json['participants'].map(ContactsContactRelationParticipantFromJSON)),
33
33
  };
34
34
  }
35
- export function ContactsLegacyContactRelationToJSON(json) {
36
- return ContactsLegacyContactRelationToJSONTyped(json, false);
35
+ export function ContactsContactRelationToJSON(json) {
36
+ return ContactsContactRelationToJSONTyped(json, false);
37
37
  }
38
- export function ContactsLegacyContactRelationToJSONTyped(value, ignoreDiscriminator = false) {
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(ContactsLegacyContactRelationParticipantToJSON)),
45
+ 'participants': value['participants'] == null ? undefined : (value['participants'].map(ContactsContactRelationParticipantToJSON)),
46
46
  };
47
47
  }