@equisoft/equisoft-connect-sdk-typescript 10.28.3-snapshot.20220815162308 → 10.28.3
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/dist/models/ContactContactAdditionalInformation.d.ts +10 -10
- package/dist/models/ContactContactAddress.d.ts +10 -10
- package/dist/models/ContactContactEmail.d.ts +5 -5
- package/dist/models/ContactContactIdentification.d.ts +9 -9
- package/dist/models/ContactContactMaritalStatus.d.ts +5 -5
- package/dist/models/ContactContactOccupation.d.ts +6 -6
- package/dist/models/ContactContactPhone.d.ts +7 -7
- package/dist/models/ContactContactSegmentation.d.ts +7 -7
- package/dist/models/ContactContactWebsite.d.ts +4 -4
- package/dist/models/ContactsContact.d.ts +11 -11
- package/dist/models/ContextEquisoftConnect.d.ts +2 -2
- package/dist/models/ContextUserContext.d.ts +2 -2
- package/dist/models/EventsCreateEventPayload.d.ts +4 -4
- package/dist/models/EventsEvent.d.ts +16 -19
- package/dist/models/EventsEvent.js +8 -8
- package/dist/models/EventsGetEventInstancesResponse.d.ts +1 -1
- package/dist/models/EventsPatchEventPayload.d.ts +4 -4
- package/dist/models/FieldValue.d.ts +1 -1
- package/dist/models/GatewaysCredentials.d.ts +8 -8
- package/dist/models/GatewaysCredentialsWithSsn.d.ts +14 -14
- package/dist/models/GatewaysCredentialsWithSsn.js +2 -2
- package/dist/models/InternalNotesNote.d.ts +2 -2
- package/dist/models/InternalNotesNote.js +2 -2
- package/dist/models/InternalNotesNoteList.d.ts +1 -1
- package/dist/models/LaserAppLaserAppAnywhereError.d.ts +1 -1
- package/dist/models/LaserAppLaserAppAnywhereResponse.d.ts +1 -1
- package/dist/models/LegacyAddUpdateResponse.d.ts +6 -6
- package/dist/models/LegacyAddUpdateResponse.js +2 -2
- package/dist/models/LegacyContactContactPayloadItem.d.ts +96 -96
- package/dist/models/LegacyContactContactPayloadItem.js +32 -32
- package/dist/models/LegacyDocumentBase64FilePayloadItem.d.ts +12 -12
- package/dist/models/LegacyDocumentBase64FilePayloadItem.js +4 -4
- package/dist/models/LegacyDocumentDownloadFileResponse.d.ts +6 -6
- package/dist/models/LegacyDocumentDownloadFileResponse.js +2 -2
- package/dist/models/LegacyDocumentGetListResponse.d.ts +6 -6
- package/dist/models/LegacyDocumentGetListResponse.js +2 -2
- package/dist/models/LegacyDocumentGetResponse.d.ts +6 -6
- package/dist/models/LegacyDocumentGetResponse.js +2 -2
- package/dist/models/LegacyFinanceGetAccountStatementResponse.d.ts +6 -6
- package/dist/models/LegacyFinanceGetAccountStatementResponse.js +2 -2
- package/dist/models/LegacyFinanceGetLiabilitiesResponse.d.ts +6 -6
- package/dist/models/LegacyFinanceGetLiabilitiesResponse.js +2 -2
- package/dist/models/LegacyProvisioningGetOrganizationListResponse.d.ts +6 -6
- package/dist/models/LegacyProvisioningGetOrganizationListResponse.js +2 -2
- package/dist/models/LegacyProvisioningGetOrganizationResponse.d.ts +6 -6
- package/dist/models/LegacyProvisioningGetOrganizationResponse.js +2 -2
- package/dist/models/MovementMovement.d.ts +6 -6
- package/dist/models/MovementUser.d.ts +3 -3
- package/dist/models/MovementUser.js +2 -2
- package/dist/models/MxRecipient.d.ts +4 -4
- package/dist/models/TasksCreateTaskPayload.d.ts +3 -3
- package/dist/models/TasksListTaskResponse.d.ts +1 -1
- package/dist/models/TasksPatchTaskPayload.d.ts +3 -3
- package/dist/models/TasksTask.d.ts +15 -15
- package/dist/models/TasksTask.js +16 -16
- package/dist/models/Translation.d.ts +2 -2
- package/package.json +1 -1
- package/src/models/ContactContactAdditionalInformation.ts +10 -10
- package/src/models/ContactContactAddress.ts +10 -10
- package/src/models/ContactContactEmail.ts +5 -5
- package/src/models/ContactContactIdentification.ts +9 -9
- package/src/models/ContactContactMaritalStatus.ts +5 -5
- package/src/models/ContactContactOccupation.ts +6 -6
- package/src/models/ContactContactPhone.ts +7 -7
- package/src/models/ContactContactSegmentation.ts +7 -7
- package/src/models/ContactContactWebsite.ts +4 -4
- package/src/models/ContactsContact.ts +11 -11
- package/src/models/ContextEquisoftConnect.ts +2 -2
- package/src/models/ContextUserContext.ts +2 -2
- package/src/models/EventsCreateEventPayload.ts +4 -4
- package/src/models/EventsEvent.ts +24 -27
- package/src/models/EventsGetEventInstancesResponse.ts +1 -1
- package/src/models/EventsPatchEventPayload.ts +4 -4
- package/src/models/FieldValue.ts +1 -1
- package/src/models/GatewaysCredentials.ts +8 -8
- package/src/models/GatewaysCredentialsWithSsn.ts +16 -16
- package/src/models/InternalNotesNote.ts +4 -4
- package/src/models/InternalNotesNoteList.ts +1 -1
- package/src/models/LaserAppLaserAppAnywhereError.ts +1 -1
- package/src/models/LaserAppLaserAppAnywhereResponse.ts +1 -1
- package/src/models/LegacyAddUpdateResponse.ts +8 -8
- package/src/models/LegacyContactContactPayloadItem.ts +128 -128
- package/src/models/LegacyDocumentBase64FilePayloadItem.ts +16 -16
- package/src/models/LegacyDocumentDownloadFileResponse.ts +8 -8
- package/src/models/LegacyDocumentGetListResponse.ts +8 -8
- package/src/models/LegacyDocumentGetResponse.ts +8 -8
- package/src/models/LegacyFinanceGetAccountStatementResponse.ts +8 -8
- package/src/models/LegacyFinanceGetLiabilitiesResponse.ts +8 -8
- package/src/models/LegacyProvisioningGetOrganizationListResponse.ts +8 -8
- package/src/models/LegacyProvisioningGetOrganizationResponse.ts +8 -8
- package/src/models/MovementMovement.ts +6 -6
- package/src/models/MovementUser.ts +5 -5
- package/src/models/MxRecipient.ts +4 -4
- package/src/models/TasksCreateTaskPayload.ts +3 -3
- package/src/models/TasksListTaskResponse.ts +1 -1
- package/src/models/TasksPatchTaskPayload.ts +3 -3
- package/src/models/TasksTask.ts +31 -31
- package/src/models/Translation.ts +2 -2
|
@@ -17,61 +17,61 @@ import { FieldValue } from './FieldValue';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ContactContactAdditionalInformation {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
*
|
|
21
21
|
* @type {boolean}
|
|
22
22
|
* @memberof ContactContactAdditionalInformation
|
|
23
23
|
*/
|
|
24
24
|
isDeceased?: boolean;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
*
|
|
27
27
|
* @type {Date}
|
|
28
28
|
* @memberof ContactContactAdditionalInformation
|
|
29
29
|
*/
|
|
30
30
|
deceasedDate?: Date | null;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
*
|
|
33
33
|
* @type {boolean}
|
|
34
34
|
* @memberof ContactContactAdditionalInformation
|
|
35
35
|
*/
|
|
36
36
|
isSmoker?: boolean | null;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
*
|
|
39
39
|
* @type {Date}
|
|
40
40
|
* @memberof ContactContactAdditionalInformation
|
|
41
41
|
*/
|
|
42
42
|
smokerEndDate?: Date | null;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
*
|
|
45
45
|
* @type {Date}
|
|
46
46
|
* @memberof ContactContactAdditionalInformation
|
|
47
47
|
*/
|
|
48
48
|
birthDate?: Date | null;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
*
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof ContactContactAdditionalInformation
|
|
53
53
|
*/
|
|
54
54
|
facebookLink?: string;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
*
|
|
57
57
|
* @type {string}
|
|
58
58
|
* @memberof ContactContactAdditionalInformation
|
|
59
59
|
*/
|
|
60
60
|
twitterLink?: string;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
*
|
|
63
63
|
* @type {string}
|
|
64
64
|
* @memberof ContactContactAdditionalInformation
|
|
65
65
|
*/
|
|
66
66
|
linkedInLink?: string;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
*
|
|
69
69
|
* @type {FieldValue}
|
|
70
70
|
* @memberof ContactContactAdditionalInformation
|
|
71
71
|
*/
|
|
72
72
|
language?: FieldValue | null;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
*
|
|
75
75
|
* @type {number}
|
|
76
76
|
* @memberof ContactContactAdditionalInformation
|
|
77
77
|
*/
|
|
@@ -17,19 +17,19 @@ import { FieldValue } from './FieldValue';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ContactContactAddress {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
*
|
|
21
21
|
* @type {number}
|
|
22
22
|
* @memberof ContactContactAddress
|
|
23
23
|
*/
|
|
24
24
|
id?: number;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
*
|
|
27
27
|
* @type {boolean}
|
|
28
28
|
* @memberof ContactContactAddress
|
|
29
29
|
*/
|
|
30
30
|
isMain?: boolean;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
*
|
|
33
33
|
* @type {boolean}
|
|
34
34
|
* @memberof ContactContactAddress
|
|
35
35
|
*/
|
|
@@ -41,31 +41,31 @@ export interface ContactContactAddress {
|
|
|
41
41
|
*/
|
|
42
42
|
type?: FieldValue;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
*
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof ContactContactAddress
|
|
47
47
|
*/
|
|
48
48
|
line1?: string;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
*
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof ContactContactAddress
|
|
53
53
|
*/
|
|
54
54
|
line2?: string;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
*
|
|
57
57
|
* @type {string}
|
|
58
58
|
* @memberof ContactContactAddress
|
|
59
59
|
*/
|
|
60
60
|
stateProvince?: string;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
*
|
|
63
63
|
* @type {string}
|
|
64
64
|
* @memberof ContactContactAddress
|
|
65
65
|
*/
|
|
66
66
|
country?: string;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
*
|
|
69
69
|
* @type {string}
|
|
70
70
|
* @memberof ContactContactAddress
|
|
71
71
|
*/
|
|
@@ -77,13 +77,13 @@ export interface ContactContactAddress {
|
|
|
77
77
|
*/
|
|
78
78
|
dateSince?: Date | null;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
*
|
|
81
81
|
* @type {string}
|
|
82
82
|
* @memberof ContactContactAddress
|
|
83
83
|
*/
|
|
84
84
|
city?: string;
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
*
|
|
87
87
|
* @type {boolean}
|
|
88
88
|
* @memberof ContactContactAddress
|
|
89
89
|
*/
|
|
@@ -17,13 +17,13 @@ import { FieldValue } from './FieldValue';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ContactContactEmail {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
*
|
|
21
21
|
* @type {number}
|
|
22
22
|
* @memberof ContactContactEmail
|
|
23
23
|
*/
|
|
24
24
|
id?: number;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
*
|
|
27
27
|
* @type {boolean}
|
|
28
28
|
* @memberof ContactContactEmail
|
|
29
29
|
*/
|
|
@@ -35,19 +35,19 @@ export interface ContactContactEmail {
|
|
|
35
35
|
*/
|
|
36
36
|
type?: FieldValue;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
*
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof ContactContactEmail
|
|
41
41
|
*/
|
|
42
42
|
email?: string;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
*
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof ContactContactEmail
|
|
47
47
|
*/
|
|
48
48
|
notes?: string;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
*
|
|
51
51
|
* @type {boolean}
|
|
52
52
|
* @memberof ContactContactEmail
|
|
53
53
|
*/
|
|
@@ -17,55 +17,55 @@ import { FieldValue } from './FieldValue';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ContactContactIdentification {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
*
|
|
21
21
|
* @type {FieldValue}
|
|
22
22
|
* @memberof ContactContactIdentification
|
|
23
23
|
*/
|
|
24
24
|
title?: FieldValue | null;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
*
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof ContactContactIdentification
|
|
29
29
|
*/
|
|
30
30
|
gender?: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
*
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof ContactContactIdentification
|
|
35
35
|
*/
|
|
36
36
|
firstName?: string;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
*
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof ContactContactIdentification
|
|
41
41
|
*/
|
|
42
42
|
middleName?: string;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
*
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof ContactContactIdentification
|
|
47
47
|
*/
|
|
48
48
|
lastName?: string;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
*
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof ContactContactIdentification
|
|
53
53
|
*/
|
|
54
54
|
maidenName?: string;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
*
|
|
57
57
|
* @type {string}
|
|
58
58
|
* @memberof ContactContactIdentification
|
|
59
59
|
*/
|
|
60
60
|
suffix?: string;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
*
|
|
63
63
|
* @type {string}
|
|
64
64
|
* @memberof ContactContactIdentification
|
|
65
65
|
*/
|
|
66
66
|
greeting?: string;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
*
|
|
69
69
|
* @type {string}
|
|
70
70
|
* @memberof ContactContactIdentification
|
|
71
71
|
*/
|
|
@@ -17,31 +17,31 @@ import { FieldValue } from './FieldValue';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ContactContactMaritalStatus {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
*
|
|
21
21
|
* @type {number}
|
|
22
22
|
* @memberof ContactContactMaritalStatus
|
|
23
23
|
*/
|
|
24
24
|
id?: number;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
*
|
|
27
27
|
* @type {Date}
|
|
28
28
|
* @memberof ContactContactMaritalStatus
|
|
29
29
|
*/
|
|
30
30
|
startDate?: Date | null;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
*
|
|
33
33
|
* @type {Date}
|
|
34
34
|
* @memberof ContactContactMaritalStatus
|
|
35
35
|
*/
|
|
36
36
|
endDate?: Date | null;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
*
|
|
39
39
|
* @type {FieldValue}
|
|
40
40
|
* @memberof ContactContactMaritalStatus
|
|
41
41
|
*/
|
|
42
42
|
status?: FieldValue | null;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
*
|
|
45
45
|
* @type {FieldValue}
|
|
46
46
|
* @memberof ContactContactMaritalStatus
|
|
47
47
|
*/
|
|
@@ -16,37 +16,37 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ContactContactOccupation {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
*
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof ContactContactOccupation
|
|
22
22
|
*/
|
|
23
23
|
id?: number;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
*
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ContactContactOccupation
|
|
28
28
|
*/
|
|
29
29
|
occupation?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
*
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ContactContactOccupation
|
|
34
34
|
*/
|
|
35
35
|
employer?: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
*
|
|
38
38
|
* @type {Date}
|
|
39
39
|
* @memberof ContactContactOccupation
|
|
40
40
|
*/
|
|
41
41
|
startDate?: Date | null;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
*
|
|
44
44
|
* @type {Date}
|
|
45
45
|
* @memberof ContactContactOccupation
|
|
46
46
|
*/
|
|
47
47
|
endDate?: Date | null;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
*
|
|
50
50
|
* @type {number}
|
|
51
51
|
* @memberof ContactContactOccupation
|
|
52
52
|
*/
|
|
@@ -17,13 +17,13 @@ import { FieldValue } from './FieldValue';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ContactContactPhone {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
*
|
|
21
21
|
* @type {number}
|
|
22
22
|
* @memberof ContactContactPhone
|
|
23
23
|
*/
|
|
24
24
|
id?: number;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
*
|
|
27
27
|
* @type {boolean}
|
|
28
28
|
* @memberof ContactContactPhone
|
|
29
29
|
*/
|
|
@@ -35,31 +35,31 @@ export interface ContactContactPhone {
|
|
|
35
35
|
*/
|
|
36
36
|
type?: FieldValue;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
*
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof ContactContactPhone
|
|
41
41
|
*/
|
|
42
42
|
number?: string;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
*
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof ContactContactPhone
|
|
47
47
|
*/
|
|
48
48
|
extension?: string;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
*
|
|
51
51
|
* @type {boolean}
|
|
52
52
|
* @memberof ContactContactPhone
|
|
53
53
|
*/
|
|
54
54
|
longDistance?: boolean;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
*
|
|
57
57
|
* @type {string}
|
|
58
58
|
* @memberof ContactContactPhone
|
|
59
59
|
*/
|
|
60
60
|
notes?: string;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
*
|
|
63
63
|
* @type {boolean}
|
|
64
64
|
* @memberof ContactContactPhone
|
|
65
65
|
*/
|
|
@@ -47,43 +47,43 @@ export interface ContactContactSegmentation {
|
|
|
47
47
|
*/
|
|
48
48
|
industries: Array<FieldValue>;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
*
|
|
51
51
|
* @type {FieldValue}
|
|
52
52
|
* @memberof ContactContactSegmentation
|
|
53
53
|
*/
|
|
54
54
|
segmentation1?: FieldValue | null;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
*
|
|
57
57
|
* @type {FieldValue}
|
|
58
58
|
* @memberof ContactContactSegmentation
|
|
59
59
|
*/
|
|
60
60
|
segmentation2?: FieldValue | null;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
*
|
|
63
63
|
* @type {FieldValue}
|
|
64
64
|
* @memberof ContactContactSegmentation
|
|
65
65
|
*/
|
|
66
66
|
segmentation3?: FieldValue | null;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
*
|
|
69
69
|
* @type {FieldValue}
|
|
70
70
|
* @memberof ContactContactSegmentation
|
|
71
71
|
*/
|
|
72
72
|
segmentation4?: FieldValue | null;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
*
|
|
75
75
|
* @type {FieldValue}
|
|
76
76
|
* @memberof ContactContactSegmentation
|
|
77
77
|
*/
|
|
78
78
|
segmentation5?: FieldValue | null;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
*
|
|
81
81
|
* @type {FieldValue}
|
|
82
82
|
* @memberof ContactContactSegmentation
|
|
83
83
|
*/
|
|
84
84
|
segmentation6?: FieldValue | null;
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
*
|
|
87
87
|
* @type {FieldValue}
|
|
88
88
|
* @memberof ContactContactSegmentation
|
|
89
89
|
*/
|
|
@@ -16,25 +16,25 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ContactContactWebsite {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
*
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof ContactContactWebsite
|
|
22
22
|
*/
|
|
23
23
|
id?: number;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
*
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ContactContactWebsite
|
|
28
28
|
*/
|
|
29
29
|
url?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
*
|
|
32
32
|
* @type {boolean}
|
|
33
33
|
* @memberof ContactContactWebsite
|
|
34
34
|
*/
|
|
35
35
|
isMain?: boolean;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
*
|
|
38
38
|
* @type {boolean}
|
|
39
39
|
* @memberof ContactContactWebsite
|
|
40
40
|
*/
|
|
@@ -25,55 +25,55 @@ import { ContactContactWebsite } from './ContactContactWebsite';
|
|
|
25
25
|
*/
|
|
26
26
|
export interface ContactsContact {
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
*
|
|
29
29
|
* @type {number}
|
|
30
30
|
* @memberof ContactsContact
|
|
31
31
|
*/
|
|
32
32
|
id: number;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
*
|
|
35
35
|
* @type {string}
|
|
36
36
|
* @memberof ContactsContact
|
|
37
37
|
*/
|
|
38
38
|
uuid: string;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
*
|
|
41
41
|
* @type {string}
|
|
42
42
|
* @memberof ContactsContact
|
|
43
43
|
*/
|
|
44
44
|
contactType: string;
|
|
45
45
|
/**
|
|
46
|
-
*
|
|
46
|
+
*
|
|
47
47
|
* @type {string}
|
|
48
48
|
* @memberof ContactsContact
|
|
49
49
|
*/
|
|
50
50
|
displayName?: string;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
*
|
|
53
53
|
* @type {string}
|
|
54
54
|
* @memberof ContactsContact
|
|
55
55
|
*/
|
|
56
56
|
sortName?: string;
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
*
|
|
59
59
|
* @type {string}
|
|
60
60
|
* @memberof ContactsContact
|
|
61
61
|
*/
|
|
62
62
|
notes?: string;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
*
|
|
65
65
|
* @type {string}
|
|
66
66
|
* @memberof ContactsContact
|
|
67
67
|
*/
|
|
68
68
|
notesAdditionalInformation?: string;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
*
|
|
71
71
|
* @type {Date}
|
|
72
72
|
* @memberof ContactsContact
|
|
73
73
|
*/
|
|
74
74
|
creationDate?: Date | null;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
*
|
|
77
77
|
* @type {Date}
|
|
78
78
|
* @memberof ContactsContact
|
|
79
79
|
*/
|
|
@@ -91,13 +91,13 @@ export interface ContactsContact {
|
|
|
91
91
|
*/
|
|
92
92
|
additionalInformation?: ContactContactAdditionalInformation;
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
*
|
|
95
95
|
* @type {ContactContactMaritalStatus}
|
|
96
96
|
* @memberof ContactsContact
|
|
97
97
|
*/
|
|
98
98
|
currentMaritalStatus?: ContactContactMaritalStatus | null;
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
*
|
|
101
101
|
* @type {ContactContactOccupation}
|
|
102
102
|
* @memberof ContactsContact
|
|
103
103
|
*/
|
|
@@ -19,13 +19,13 @@ import { ContextPreferences } from './ContextPreferences';
|
|
|
19
19
|
*/
|
|
20
20
|
export interface ContextEquisoftConnect {
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* $profile
|
|
23
23
|
* @type {string}
|
|
24
24
|
* @memberof ContextEquisoftConnect
|
|
25
25
|
*/
|
|
26
26
|
profile: string;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* $appVersion
|
|
29
29
|
* @type {string}
|
|
30
30
|
* @memberof ContextEquisoftConnect
|
|
31
31
|
*/
|
|
@@ -37,11 +37,11 @@ export interface ContextUserContext {
|
|
|
37
37
|
*/
|
|
38
38
|
user: ContextUser;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
*
|
|
41
41
|
* @type {ContextActor}
|
|
42
42
|
* @memberof ContextUserContext
|
|
43
43
|
*/
|
|
44
|
-
actor?: ContextActor
|
|
44
|
+
actor?: ContextActor;
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
47
|
* @type {ContextEquisoftConnect}
|
|
@@ -66,10 +66,10 @@ export interface EventsCreateEventPayload {
|
|
|
66
66
|
location?: string;
|
|
67
67
|
/**
|
|
68
68
|
* Event type
|
|
69
|
-
* @type {
|
|
69
|
+
* @type {any}
|
|
70
70
|
* @memberof EventsCreateEventPayload
|
|
71
71
|
*/
|
|
72
|
-
type?:
|
|
72
|
+
type?: any | null;
|
|
73
73
|
/**
|
|
74
74
|
* ID of the field value to use as category.
|
|
75
75
|
* @type {number}
|
|
@@ -84,10 +84,10 @@ export interface EventsCreateEventPayload {
|
|
|
84
84
|
subCategoryId?: number;
|
|
85
85
|
/**
|
|
86
86
|
* Importance/Priority of an event or task. 5 is the most important.
|
|
87
|
-
* @type {
|
|
87
|
+
* @type {any}
|
|
88
88
|
* @memberof EventsCreateEventPayload
|
|
89
89
|
*/
|
|
90
|
-
priority?:
|
|
90
|
+
priority?: any | null;
|
|
91
91
|
/**
|
|
92
92
|
* Confidentiality level of the Event (private or not). [NORMAL, PRIVATE]
|
|
93
93
|
* @type {string}
|