@equisoft/equisoft-connect-sdk-typescript 10.28.3 → 10.29.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.
Files changed (98) hide show
  1. package/dist/models/ContactContactAdditionalInformation.d.ts +10 -10
  2. package/dist/models/ContactContactAddress.d.ts +10 -10
  3. package/dist/models/ContactContactEmail.d.ts +5 -5
  4. package/dist/models/ContactContactIdentification.d.ts +9 -9
  5. package/dist/models/ContactContactMaritalStatus.d.ts +5 -5
  6. package/dist/models/ContactContactOccupation.d.ts +6 -6
  7. package/dist/models/ContactContactPhone.d.ts +7 -7
  8. package/dist/models/ContactContactSegmentation.d.ts +7 -7
  9. package/dist/models/ContactContactWebsite.d.ts +4 -4
  10. package/dist/models/ContactsContact.d.ts +11 -11
  11. package/dist/models/ContextEquisoftConnect.d.ts +2 -2
  12. package/dist/models/ContextUserContext.d.ts +2 -2
  13. package/dist/models/EventsCreateEventPayload.d.ts +4 -4
  14. package/dist/models/EventsEvent.d.ts +19 -16
  15. package/dist/models/EventsEvent.js +8 -8
  16. package/dist/models/EventsGetEventInstancesResponse.d.ts +1 -1
  17. package/dist/models/EventsPatchEventPayload.d.ts +4 -4
  18. package/dist/models/FieldValue.d.ts +1 -1
  19. package/dist/models/GatewaysCredentials.d.ts +8 -8
  20. package/dist/models/GatewaysCredentialsWithSsn.d.ts +14 -14
  21. package/dist/models/GatewaysCredentialsWithSsn.js +2 -2
  22. package/dist/models/InternalNotesNote.d.ts +2 -2
  23. package/dist/models/InternalNotesNote.js +2 -2
  24. package/dist/models/InternalNotesNoteList.d.ts +1 -1
  25. package/dist/models/LaserAppLaserAppAnywhereError.d.ts +1 -1
  26. package/dist/models/LaserAppLaserAppAnywhereResponse.d.ts +1 -1
  27. package/dist/models/LegacyAddUpdateResponse.d.ts +6 -6
  28. package/dist/models/LegacyAddUpdateResponse.js +2 -2
  29. package/dist/models/LegacyContactContactPayloadItem.d.ts +96 -96
  30. package/dist/models/LegacyContactContactPayloadItem.js +32 -32
  31. package/dist/models/LegacyDocumentBase64FilePayloadItem.d.ts +12 -12
  32. package/dist/models/LegacyDocumentBase64FilePayloadItem.js +4 -4
  33. package/dist/models/LegacyDocumentDownloadFileResponse.d.ts +6 -6
  34. package/dist/models/LegacyDocumentDownloadFileResponse.js +2 -2
  35. package/dist/models/LegacyDocumentGetListResponse.d.ts +6 -6
  36. package/dist/models/LegacyDocumentGetListResponse.js +2 -2
  37. package/dist/models/LegacyDocumentGetResponse.d.ts +6 -6
  38. package/dist/models/LegacyDocumentGetResponse.js +2 -2
  39. package/dist/models/LegacyFinanceGetAccountStatementResponse.d.ts +6 -6
  40. package/dist/models/LegacyFinanceGetAccountStatementResponse.js +2 -2
  41. package/dist/models/LegacyFinanceGetLiabilitiesResponse.d.ts +6 -6
  42. package/dist/models/LegacyFinanceGetLiabilitiesResponse.js +2 -2
  43. package/dist/models/LegacyProvisioningGetOrganizationListResponse.d.ts +6 -6
  44. package/dist/models/LegacyProvisioningGetOrganizationListResponse.js +2 -2
  45. package/dist/models/LegacyProvisioningGetOrganizationResponse.d.ts +6 -6
  46. package/dist/models/LegacyProvisioningGetOrganizationResponse.js +2 -2
  47. package/dist/models/MovementMovement.d.ts +6 -6
  48. package/dist/models/MovementUser.d.ts +3 -3
  49. package/dist/models/MovementUser.js +2 -2
  50. package/dist/models/MxRecipient.d.ts +4 -4
  51. package/dist/models/TasksCreateTaskPayload.d.ts +3 -3
  52. package/dist/models/TasksListTaskResponse.d.ts +1 -1
  53. package/dist/models/TasksPatchTaskPayload.d.ts +3 -3
  54. package/dist/models/TasksTask.d.ts +15 -15
  55. package/dist/models/TasksTask.js +16 -16
  56. package/dist/models/Translation.d.ts +2 -2
  57. package/package.json +1 -1
  58. package/src/models/ContactContactAdditionalInformation.ts +10 -10
  59. package/src/models/ContactContactAddress.ts +10 -10
  60. package/src/models/ContactContactEmail.ts +5 -5
  61. package/src/models/ContactContactIdentification.ts +9 -9
  62. package/src/models/ContactContactMaritalStatus.ts +5 -5
  63. package/src/models/ContactContactOccupation.ts +6 -6
  64. package/src/models/ContactContactPhone.ts +7 -7
  65. package/src/models/ContactContactSegmentation.ts +7 -7
  66. package/src/models/ContactContactWebsite.ts +4 -4
  67. package/src/models/ContactsContact.ts +11 -11
  68. package/src/models/ContextEquisoftConnect.ts +2 -2
  69. package/src/models/ContextUserContext.ts +2 -2
  70. package/src/models/EventsCreateEventPayload.ts +4 -4
  71. package/src/models/EventsEvent.ts +27 -24
  72. package/src/models/EventsGetEventInstancesResponse.ts +1 -1
  73. package/src/models/EventsPatchEventPayload.ts +4 -4
  74. package/src/models/FieldValue.ts +1 -1
  75. package/src/models/GatewaysCredentials.ts +8 -8
  76. package/src/models/GatewaysCredentialsWithSsn.ts +16 -16
  77. package/src/models/InternalNotesNote.ts +4 -4
  78. package/src/models/InternalNotesNoteList.ts +1 -1
  79. package/src/models/LaserAppLaserAppAnywhereError.ts +1 -1
  80. package/src/models/LaserAppLaserAppAnywhereResponse.ts +1 -1
  81. package/src/models/LegacyAddUpdateResponse.ts +8 -8
  82. package/src/models/LegacyContactContactPayloadItem.ts +128 -128
  83. package/src/models/LegacyDocumentBase64FilePayloadItem.ts +16 -16
  84. package/src/models/LegacyDocumentDownloadFileResponse.ts +8 -8
  85. package/src/models/LegacyDocumentGetListResponse.ts +8 -8
  86. package/src/models/LegacyDocumentGetResponse.ts +8 -8
  87. package/src/models/LegacyFinanceGetAccountStatementResponse.ts +8 -8
  88. package/src/models/LegacyFinanceGetLiabilitiesResponse.ts +8 -8
  89. package/src/models/LegacyProvisioningGetOrganizationListResponse.ts +8 -8
  90. package/src/models/LegacyProvisioningGetOrganizationResponse.ts +8 -8
  91. package/src/models/MovementMovement.ts +6 -6
  92. package/src/models/MovementUser.ts +5 -5
  93. package/src/models/MxRecipient.ts +4 -4
  94. package/src/models/TasksCreateTaskPayload.ts +3 -3
  95. package/src/models/TasksListTaskResponse.ts +1 -1
  96. package/src/models/TasksPatchTaskPayload.ts +3 -3
  97. package/src/models/TasksTask.ts +31 -31
  98. package/src/models/Translation.ts +2 -2
@@ -21,7 +21,7 @@ export interface TasksListTaskResponse {
21
21
  * @type {string}
22
22
  * @memberof TasksListTaskResponse
23
23
  */
24
- nextPageToken?: string;
24
+ nextPageToken?: string | null;
25
25
  /**
26
26
  *
27
27
  * @type {Array<TasksTask>}
@@ -65,10 +65,10 @@ export interface TasksPatchTaskPayload {
65
65
  subCategoryId?: number;
66
66
  /**
67
67
  * Importance/Priority of an event or task. 5 is the most important.
68
- * @type {any}
68
+ * @type {number}
69
69
  * @memberof TasksPatchTaskPayload
70
70
  */
71
- priority?: any | null;
71
+ priority?: number;
72
72
  /**
73
73
  * Confidentiality level of the Event (private or not). [NORMAL, PRIVATE]
74
74
  * @type {string}
@@ -80,7 +80,7 @@ export interface TasksPatchTaskPayload {
80
80
  * @type {Array<number>}
81
81
  * @memberof TasksPatchTaskPayload
82
82
  */
83
- contactIds?: Array<number> | null;
83
+ contactIds?: Array<number>;
84
84
  }
85
85
  export declare function TasksPatchTaskPayloadFromJSON(json: any): TasksPatchTaskPayload;
86
86
  export declare function TasksPatchTaskPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): TasksPatchTaskPayload;
@@ -37,22 +37,22 @@ export interface TasksTask {
37
37
  isCompleted: boolean;
38
38
  /**
39
39
  * Date the task is expected to be done. As defined by full-date - RFC3339
40
- * @type {string}
40
+ * @type {Date}
41
41
  * @memberof TasksTask
42
42
  */
43
- dueDate?: string;
43
+ dueDate?: Date | null;
44
44
  /**
45
45
  * Date the task was initially started. As defined by full-date - RFC3339
46
- * @type {string}
46
+ * @type {Date}
47
47
  * @memberof TasksTask
48
48
  */
49
- initialDate?: string;
49
+ initialDate?: Date | null;
50
50
  /**
51
51
  * Date the task was completed / done. As defined by full-date - RFC3339
52
- * @type {string}
52
+ * @type {Date}
53
53
  * @memberof TasksTask
54
54
  */
55
- completedDate?: string;
55
+ completedDate?: Date | null;
56
56
  /**
57
57
  * Public description of the Event.
58
58
  * @type {string}
@@ -66,47 +66,47 @@ export interface TasksTask {
66
66
  */
67
67
  internalNotes?: string;
68
68
  /**
69
- *
69
+ * Event category
70
70
  * @type {FieldValue}
71
71
  * @memberof TasksTask
72
72
  */
73
- category?: FieldValue;
73
+ category?: FieldValue | null;
74
74
  /**
75
75
  * Event sub category
76
- * @type {any}
76
+ * @type {FieldValue}
77
77
  * @memberof TasksTask
78
78
  */
79
- subCategory?: any | null;
79
+ subCategory?: FieldValue | null;
80
80
  /**
81
81
  * Importance/Priority of an event or task. 5 is the most important.
82
82
  * @type {number}
83
83
  * @memberof TasksTask
84
84
  */
85
- priority?: number;
85
+ priority: number;
86
86
  /**
87
87
  * Confidentiality level of the Event (private or not). [NORMAL, PRIVATE]
88
88
  * @type {string}
89
89
  * @memberof TasksTask
90
90
  */
91
- visibility?: string;
91
+ visibility: string;
92
92
  /**
93
93
  * Creation time. As defined by date-time - RFC3339
94
94
  * @type {Date}
95
95
  * @memberof TasksTask
96
96
  */
97
- creationTime?: Date;
97
+ creationTime?: Date | null;
98
98
  /**
99
99
  * Date time of last modification. As defined by date-time - RFC3339
100
100
  * @type {Date}
101
101
  * @memberof TasksTask
102
102
  */
103
- updateTime?: Date;
103
+ updateTime?: Date | null;
104
104
  /**
105
105
  * Completion time. As defined by date-time - RFC3339
106
106
  * @type {Date}
107
107
  * @memberof TasksTask
108
108
  */
109
- completionTime?: Date;
109
+ completionTime?: Date | null;
110
110
  /**
111
111
  * IDs of the contacts linked to this Task
112
112
  * @type {Array<number>}
@@ -29,18 +29,18 @@ function TasksTaskFromJSONTyped(json, ignoreDiscriminator) {
29
29
  'id': json['id'],
30
30
  'subject': json['subject'],
31
31
  'isCompleted': json['isCompleted'],
32
- 'dueDate': !runtime_1.exists(json, 'dueDate') ? undefined : json['dueDate'],
33
- 'initialDate': !runtime_1.exists(json, 'initialDate') ? undefined : json['initialDate'],
34
- 'completedDate': !runtime_1.exists(json, 'completedDate') ? undefined : json['completedDate'],
32
+ 'dueDate': !runtime_1.exists(json, 'dueDate') ? undefined : (json['dueDate'] === null ? null : new Date(json['dueDate'])),
33
+ 'initialDate': !runtime_1.exists(json, 'initialDate') ? undefined : (json['initialDate'] === null ? null : new Date(json['initialDate'])),
34
+ 'completedDate': !runtime_1.exists(json, 'completedDate') ? undefined : (json['completedDate'] === null ? null : new Date(json['completedDate'])),
35
35
  'description': !runtime_1.exists(json, 'description') ? undefined : json['description'],
36
36
  'internalNotes': !runtime_1.exists(json, 'internalNotes') ? undefined : json['internalNotes'],
37
37
  'category': !runtime_1.exists(json, 'category') ? undefined : FieldValue_1.FieldValueFromJSON(json['category']),
38
- 'subCategory': !runtime_1.exists(json, 'subCategory') ? undefined : json['subCategory'],
39
- 'priority': !runtime_1.exists(json, 'priority') ? undefined : json['priority'],
40
- 'visibility': !runtime_1.exists(json, 'visibility') ? undefined : json['visibility'],
41
- 'creationTime': !runtime_1.exists(json, 'creationTime') ? undefined : (new Date(json['creationTime'])),
42
- 'updateTime': !runtime_1.exists(json, 'updateTime') ? undefined : (new Date(json['updateTime'])),
43
- 'completionTime': !runtime_1.exists(json, 'completionTime') ? undefined : (new Date(json['completionTime'])),
38
+ 'subCategory': !runtime_1.exists(json, 'subCategory') ? undefined : FieldValue_1.FieldValueFromJSON(json['subCategory']),
39
+ 'priority': json['priority'],
40
+ 'visibility': json['visibility'],
41
+ 'creationTime': !runtime_1.exists(json, 'creationTime') ? undefined : (json['creationTime'] === null ? null : new Date(json['creationTime'])),
42
+ 'updateTime': !runtime_1.exists(json, 'updateTime') ? undefined : (json['updateTime'] === null ? null : new Date(json['updateTime'])),
43
+ 'completionTime': !runtime_1.exists(json, 'completionTime') ? undefined : (json['completionTime'] === null ? null : new Date(json['completionTime'])),
44
44
  'contactIds': !runtime_1.exists(json, 'contactIds') ? undefined : json['contactIds'],
45
45
  'accessRights': AccessRights_1.AccessRightsFromJSON(json['accessRights']),
46
46
  };
@@ -57,18 +57,18 @@ function TasksTaskToJSON(value) {
57
57
  'id': value.id,
58
58
  'subject': value.subject,
59
59
  'isCompleted': value.isCompleted,
60
- 'dueDate': value.dueDate,
61
- 'initialDate': value.initialDate,
62
- 'completedDate': value.completedDate,
60
+ 'dueDate': value.dueDate === undefined ? undefined : (value.dueDate === null ? null : value.dueDate.toISOString().substr(0, 10)),
61
+ 'initialDate': value.initialDate === undefined ? undefined : (value.initialDate === null ? null : value.initialDate.toISOString().substr(0, 10)),
62
+ 'completedDate': value.completedDate === undefined ? undefined : (value.completedDate === null ? null : value.completedDate.toISOString().substr(0, 10)),
63
63
  'description': value.description,
64
64
  'internalNotes': value.internalNotes,
65
65
  'category': FieldValue_1.FieldValueToJSON(value.category),
66
- 'subCategory': value.subCategory,
66
+ 'subCategory': FieldValue_1.FieldValueToJSON(value.subCategory),
67
67
  'priority': value.priority,
68
68
  'visibility': value.visibility,
69
- 'creationTime': value.creationTime === undefined ? undefined : (value.creationTime.toISOString()),
70
- 'updateTime': value.updateTime === undefined ? undefined : (value.updateTime.toISOString()),
71
- 'completionTime': value.completionTime === undefined ? undefined : (value.completionTime.toISOString()),
69
+ 'creationTime': value.creationTime === undefined ? undefined : (value.creationTime === null ? null : value.creationTime.toISOString()),
70
+ 'updateTime': value.updateTime === undefined ? undefined : (value.updateTime === null ? null : value.updateTime.toISOString()),
71
+ 'completionTime': value.completionTime === undefined ? undefined : (value.completionTime === null ? null : value.completionTime.toISOString()),
72
72
  'contactIds': value.contactIds,
73
73
  'accessRights': AccessRights_1.AccessRightsToJSON(value.accessRights),
74
74
  };
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface Translation {
18
18
  /**
19
- *
19
+ * Translation's locale.
20
20
  * @type {string}
21
21
  * @memberof Translation
22
22
  */
23
23
  locale: string;
24
24
  /**
25
- *
25
+ * Translation's label in associated locale.
26
26
  * @type {string}
27
27
  * @memberof Translation
28
28
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/equisoft-connect-sdk-typescript",
3
- "version": "10.28.3",
3
+ "version": "10.29.0",
4
4
  "description": "OpenAPI client for @equisoft/equisoft-connect-sdk-typescript",
5
5
  "author": "OpenAPI-Generator",
6
6
  "main": "./dist/index.js",
@@ -27,61 +27,61 @@ import {
27
27
  */
28
28
  export interface ContactContactAdditionalInformation {
29
29
  /**
30
- *
30
+ * Is the contact deceased
31
31
  * @type {boolean}
32
32
  * @memberof ContactContactAdditionalInformation
33
33
  */
34
34
  isDeceased?: boolean;
35
35
  /**
36
- *
36
+ * Deceased date
37
37
  * @type {Date}
38
38
  * @memberof ContactContactAdditionalInformation
39
39
  */
40
40
  deceasedDate?: Date | null;
41
41
  /**
42
- *
42
+ * Is the contact a smoker
43
43
  * @type {boolean}
44
44
  * @memberof ContactContactAdditionalInformation
45
45
  */
46
46
  isSmoker?: boolean | null;
47
47
  /**
48
- *
48
+ * Smoker end date
49
49
  * @type {Date}
50
50
  * @memberof ContactContactAdditionalInformation
51
51
  */
52
52
  smokerEndDate?: Date | null;
53
53
  /**
54
- *
54
+ * Birthdate
55
55
  * @type {Date}
56
56
  * @memberof ContactContactAdditionalInformation
57
57
  */
58
58
  birthDate?: Date | null;
59
59
  /**
60
- *
60
+ * Facebook link
61
61
  * @type {string}
62
62
  * @memberof ContactContactAdditionalInformation
63
63
  */
64
64
  facebookLink?: string;
65
65
  /**
66
- *
66
+ * Twitter link
67
67
  * @type {string}
68
68
  * @memberof ContactContactAdditionalInformation
69
69
  */
70
70
  twitterLink?: string;
71
71
  /**
72
- *
72
+ * LinkedIn link
73
73
  * @type {string}
74
74
  * @memberof ContactContactAdditionalInformation
75
75
  */
76
76
  linkedInLink?: string;
77
77
  /**
78
- *
78
+ * Contact's language
79
79
  * @type {FieldValue}
80
80
  * @memberof ContactContactAdditionalInformation
81
81
  */
82
82
  language?: FieldValue | null;
83
83
  /**
84
- *
84
+ * Contact's picture document id
85
85
  * @type {number}
86
86
  * @memberof ContactContactAdditionalInformation
87
87
  */
@@ -27,19 +27,19 @@ import {
27
27
  */
28
28
  export interface ContactContactAddress {
29
29
  /**
30
- *
30
+ * Address unique identifier
31
31
  * @type {number}
32
32
  * @memberof ContactContactAddress
33
33
  */
34
34
  id?: number;
35
35
  /**
36
- *
36
+ * Is the contact main address
37
37
  * @type {boolean}
38
38
  * @memberof ContactContactAddress
39
39
  */
40
40
  isMain?: boolean;
41
41
  /**
42
- *
42
+ * Is the contact postal address
43
43
  * @type {boolean}
44
44
  * @memberof ContactContactAddress
45
45
  */
@@ -51,31 +51,31 @@ export interface ContactContactAddress {
51
51
  */
52
52
  type?: FieldValue;
53
53
  /**
54
- *
54
+ * Address line 1
55
55
  * @type {string}
56
56
  * @memberof ContactContactAddress
57
57
  */
58
58
  line1?: string;
59
59
  /**
60
- *
60
+ * Address line 2
61
61
  * @type {string}
62
62
  * @memberof ContactContactAddress
63
63
  */
64
64
  line2?: string;
65
65
  /**
66
- *
66
+ * Address state or province
67
67
  * @type {string}
68
68
  * @memberof ContactContactAddress
69
69
  */
70
70
  stateProvince?: string;
71
71
  /**
72
- *
72
+ * Country
73
73
  * @type {string}
74
74
  * @memberof ContactContactAddress
75
75
  */
76
76
  country?: string;
77
77
  /**
78
- *
78
+ * Postal code
79
79
  * @type {string}
80
80
  * @memberof ContactContactAddress
81
81
  */
@@ -87,13 +87,13 @@ export interface ContactContactAddress {
87
87
  */
88
88
  dateSince?: Date | null;
89
89
  /**
90
- *
90
+ * City
91
91
  * @type {string}
92
92
  * @memberof ContactContactAddress
93
93
  */
94
94
  city?: string;
95
95
  /**
96
- *
96
+ * Is address locked for modifications
97
97
  * @type {boolean}
98
98
  * @memberof ContactContactAddress
99
99
  */
@@ -27,13 +27,13 @@ import {
27
27
  */
28
28
  export interface ContactContactEmail {
29
29
  /**
30
- *
30
+ * Email unique identifier
31
31
  * @type {number}
32
32
  * @memberof ContactContactEmail
33
33
  */
34
34
  id?: number;
35
35
  /**
36
- *
36
+ * Is the main email for contact
37
37
  * @type {boolean}
38
38
  * @memberof ContactContactEmail
39
39
  */
@@ -45,19 +45,19 @@ export interface ContactContactEmail {
45
45
  */
46
46
  type?: FieldValue;
47
47
  /**
48
- *
48
+ * Email address
49
49
  * @type {string}
50
50
  * @memberof ContactContactEmail
51
51
  */
52
52
  email?: string;
53
53
  /**
54
- *
54
+ * Email notes
55
55
  * @type {string}
56
56
  * @memberof ContactContactEmail
57
57
  */
58
58
  notes?: string;
59
59
  /**
60
- *
60
+ * Is email locked for modifications
61
61
  * @type {boolean}
62
62
  * @memberof ContactContactEmail
63
63
  */
@@ -27,55 +27,55 @@ import {
27
27
  */
28
28
  export interface ContactContactIdentification {
29
29
  /**
30
- *
30
+ * Contact's title
31
31
  * @type {FieldValue}
32
32
  * @memberof ContactContactIdentification
33
33
  */
34
34
  title?: FieldValue | null;
35
35
  /**
36
- *
36
+ * Contact's gender
37
37
  * @type {string}
38
38
  * @memberof ContactContactIdentification
39
39
  */
40
40
  gender?: string;
41
41
  /**
42
- *
42
+ * Contact's first name
43
43
  * @type {string}
44
44
  * @memberof ContactContactIdentification
45
45
  */
46
46
  firstName?: string;
47
47
  /**
48
- *
48
+ * Contact's middle name
49
49
  * @type {string}
50
50
  * @memberof ContactContactIdentification
51
51
  */
52
52
  middleName?: string;
53
53
  /**
54
- *
54
+ * Contact's last name
55
55
  * @type {string}
56
56
  * @memberof ContactContactIdentification
57
57
  */
58
58
  lastName?: string;
59
59
  /**
60
- *
60
+ * Contact's maiden name
61
61
  * @type {string}
62
62
  * @memberof ContactContactIdentification
63
63
  */
64
64
  maidenName?: string;
65
65
  /**
66
- *
66
+ * Contact's suffix
67
67
  * @type {string}
68
68
  * @memberof ContactContactIdentification
69
69
  */
70
70
  suffix?: string;
71
71
  /**
72
- *
72
+ * Contact's greeting
73
73
  * @type {string}
74
74
  * @memberof ContactContactIdentification
75
75
  */
76
76
  greeting?: string;
77
77
  /**
78
- *
78
+ * Contact's client number
79
79
  * @type {string}
80
80
  * @memberof ContactContactIdentification
81
81
  */
@@ -27,31 +27,31 @@ import {
27
27
  */
28
28
  export interface ContactContactMaritalStatus {
29
29
  /**
30
- *
30
+ * Marital status unique identifier
31
31
  * @type {number}
32
32
  * @memberof ContactContactMaritalStatus
33
33
  */
34
34
  id?: number;
35
35
  /**
36
- *
36
+ * Marital status start date
37
37
  * @type {Date}
38
38
  * @memberof ContactContactMaritalStatus
39
39
  */
40
40
  startDate?: Date | null;
41
41
  /**
42
- *
42
+ * Marital status end date
43
43
  * @type {Date}
44
44
  * @memberof ContactContactMaritalStatus
45
45
  */
46
46
  endDate?: Date | null;
47
47
  /**
48
- *
48
+ * Marital status current status
49
49
  * @type {FieldValue}
50
50
  * @memberof ContactContactMaritalStatus
51
51
  */
52
52
  status?: FieldValue | null;
53
53
  /**
54
- *
54
+ * Marriage contract type
55
55
  * @type {FieldValue}
56
56
  * @memberof ContactContactMaritalStatus
57
57
  */
@@ -20,37 +20,37 @@ import { exists, mapValues } from '../runtime';
20
20
  */
21
21
  export interface ContactContactOccupation {
22
22
  /**
23
- *
23
+ * Occupation unique identifier
24
24
  * @type {number}
25
25
  * @memberof ContactContactOccupation
26
26
  */
27
27
  id?: number;
28
28
  /**
29
- *
29
+ * Occupation description
30
30
  * @type {string}
31
31
  * @memberof ContactContactOccupation
32
32
  */
33
33
  occupation?: string;
34
34
  /**
35
- *
35
+ * Employer
36
36
  * @type {string}
37
37
  * @memberof ContactContactOccupation
38
38
  */
39
39
  employer?: string;
40
40
  /**
41
- *
41
+ * Occupation's start date
42
42
  * @type {Date}
43
43
  * @memberof ContactContactOccupation
44
44
  */
45
45
  startDate?: Date | null;
46
46
  /**
47
- *
47
+ * Occupation's end date
48
48
  * @type {Date}
49
49
  * @memberof ContactContactOccupation
50
50
  */
51
51
  endDate?: Date | null;
52
52
  /**
53
- *
53
+ * Occupation's annual income
54
54
  * @type {number}
55
55
  * @memberof ContactContactOccupation
56
56
  */
@@ -27,13 +27,13 @@ import {
27
27
  */
28
28
  export interface ContactContactPhone {
29
29
  /**
30
- *
30
+ * Phone unique identifier
31
31
  * @type {number}
32
32
  * @memberof ContactContactPhone
33
33
  */
34
34
  id?: number;
35
35
  /**
36
- *
36
+ * Is contact's main phone
37
37
  * @type {boolean}
38
38
  * @memberof ContactContactPhone
39
39
  */
@@ -45,31 +45,31 @@ export interface ContactContactPhone {
45
45
  */
46
46
  type?: FieldValue;
47
47
  /**
48
- *
48
+ * Phone number
49
49
  * @type {string}
50
50
  * @memberof ContactContactPhone
51
51
  */
52
52
  number?: string;
53
53
  /**
54
- *
54
+ * Phone extension
55
55
  * @type {string}
56
56
  * @memberof ContactContactPhone
57
57
  */
58
58
  extension?: string;
59
59
  /**
60
- *
60
+ * Is phone a long distance number
61
61
  * @type {boolean}
62
62
  * @memberof ContactContactPhone
63
63
  */
64
64
  longDistance?: boolean;
65
65
  /**
66
- *
66
+ * Phone's notes
67
67
  * @type {string}
68
68
  * @memberof ContactContactPhone
69
69
  */
70
70
  notes?: string;
71
71
  /**
72
- *
72
+ * Is phone locked for modifications
73
73
  * @type {boolean}
74
74
  * @memberof ContactContactPhone
75
75
  */
@@ -57,43 +57,43 @@ export interface ContactContactSegmentation {
57
57
  */
58
58
  industries: Array<FieldValue>;
59
59
  /**
60
- *
60
+ * Contact's segmentation 1
61
61
  * @type {FieldValue}
62
62
  * @memberof ContactContactSegmentation
63
63
  */
64
64
  segmentation1?: FieldValue | null;
65
65
  /**
66
- *
66
+ * Contact's segmentation 2
67
67
  * @type {FieldValue}
68
68
  * @memberof ContactContactSegmentation
69
69
  */
70
70
  segmentation2?: FieldValue | null;
71
71
  /**
72
- *
72
+ * Contact's segmentation 3
73
73
  * @type {FieldValue}
74
74
  * @memberof ContactContactSegmentation
75
75
  */
76
76
  segmentation3?: FieldValue | null;
77
77
  /**
78
- *
78
+ * Contact's segmentation 4
79
79
  * @type {FieldValue}
80
80
  * @memberof ContactContactSegmentation
81
81
  */
82
82
  segmentation4?: FieldValue | null;
83
83
  /**
84
- *
84
+ * Contact's segmentation 5
85
85
  * @type {FieldValue}
86
86
  * @memberof ContactContactSegmentation
87
87
  */
88
88
  segmentation5?: FieldValue | null;
89
89
  /**
90
- *
90
+ * Contact's segmentation 6
91
91
  * @type {FieldValue}
92
92
  * @memberof ContactContactSegmentation
93
93
  */
94
94
  segmentation6?: FieldValue | null;
95
95
  /**
96
- *
96
+ * Contact's territory
97
97
  * @type {FieldValue}
98
98
  * @memberof ContactContactSegmentation
99
99
  */
@@ -20,25 +20,25 @@ import { exists, mapValues } from '../runtime';
20
20
  */
21
21
  export interface ContactContactWebsite {
22
22
  /**
23
- *
23
+ * Website unique identifier
24
24
  * @type {number}
25
25
  * @memberof ContactContactWebsite
26
26
  */
27
27
  id?: number;
28
28
  /**
29
- *
29
+ * Website's url
30
30
  * @type {string}
31
31
  * @memberof ContactContactWebsite
32
32
  */
33
33
  url?: string;
34
34
  /**
35
- *
35
+ * Is the contact's main website
36
36
  * @type {boolean}
37
37
  * @memberof ContactContactWebsite
38
38
  */
39
39
  isMain?: boolean;
40
40
  /**
41
- *
41
+ * Is website locked for modifications
42
42
  * @type {boolean}
43
43
  * @memberof ContactContactWebsite
44
44
  */