@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.
- 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 +19 -16
- 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 +27 -24
- 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
|
@@ -24,6 +24,22 @@ function LegacyContactContactPayloadItemFromJSONTyped(json, ignoreDiscriminator)
|
|
|
24
24
|
return json;
|
|
25
25
|
}
|
|
26
26
|
return {
|
|
27
|
+
'id': !runtime_1.exists(json, 'id') ? undefined : json['id'],
|
|
28
|
+
'uuid': !runtime_1.exists(json, 'uuid') ? undefined : json['uuid'],
|
|
29
|
+
'typeContact': !runtime_1.exists(json, 'typeContact') ? undefined : json['typeContact'],
|
|
30
|
+
'indOrg': !runtime_1.exists(json, 'indOrg') ? undefined : json['indOrg'],
|
|
31
|
+
'displayName': !runtime_1.exists(json, 'displayName') ? undefined : json['displayName'],
|
|
32
|
+
'firstName': !runtime_1.exists(json, 'firstName') ? undefined : json['firstName'],
|
|
33
|
+
'nickname': !runtime_1.exists(json, 'nickname') ? undefined : json['nickname'],
|
|
34
|
+
'middleName': !runtime_1.exists(json, 'middleName') ? undefined : json['middleName'],
|
|
35
|
+
'lastName': !runtime_1.exists(json, 'lastName') ? undefined : json['lastName'],
|
|
36
|
+
'corporationName': !runtime_1.exists(json, 'corporationName') ? undefined : json['corporationName'],
|
|
37
|
+
'corporationNameLine2': !runtime_1.exists(json, 'corporationNameLine2') ? undefined : json['corporationNameLine2'],
|
|
38
|
+
'rank': !runtime_1.exists(json, 'rank') ? undefined : json['rank'],
|
|
39
|
+
'facebookLink': !runtime_1.exists(json, 'facebookLink') ? undefined : json['facebookLink'],
|
|
40
|
+
'twitterLink': !runtime_1.exists(json, 'twitterLink') ? undefined : json['twitterLink'],
|
|
41
|
+
'linkedinLink': !runtime_1.exists(json, 'linkedinLink') ? undefined : json['linkedinLink'],
|
|
42
|
+
'avatar': !runtime_1.exists(json, 'avatar') ? undefined : json['avatar'],
|
|
27
43
|
'externalKey': !runtime_1.exists(json, 'externalKey') ? undefined : json['externalKey'],
|
|
28
44
|
'externalKeyType': !runtime_1.exists(json, 'externalKeyType') ? undefined : json['externalKeyType'],
|
|
29
45
|
'gender': !runtime_1.exists(json, 'gender') ? undefined : json['gender'],
|
|
@@ -69,22 +85,6 @@ function LegacyContactContactPayloadItemFromJSONTyped(json, ignoreDiscriminator)
|
|
|
69
85
|
'orgProvNo': !runtime_1.exists(json, 'orgProvNo') ? undefined : json['orgProvNo'],
|
|
70
86
|
'orgStateId': !runtime_1.exists(json, 'orgStateId') ? undefined : json['orgStateId'],
|
|
71
87
|
'orgEin': !runtime_1.exists(json, 'orgEin') ? undefined : json['orgEin'],
|
|
72
|
-
'id': !runtime_1.exists(json, 'id') ? undefined : json['id'],
|
|
73
|
-
'uuid': !runtime_1.exists(json, 'uuid') ? undefined : json['uuid'],
|
|
74
|
-
'typeContact': !runtime_1.exists(json, 'typeContact') ? undefined : json['typeContact'],
|
|
75
|
-
'indOrg': !runtime_1.exists(json, 'indOrg') ? undefined : json['indOrg'],
|
|
76
|
-
'displayName': !runtime_1.exists(json, 'displayName') ? undefined : json['displayName'],
|
|
77
|
-
'firstName': !runtime_1.exists(json, 'firstName') ? undefined : json['firstName'],
|
|
78
|
-
'nickname': !runtime_1.exists(json, 'nickname') ? undefined : json['nickname'],
|
|
79
|
-
'middleName': !runtime_1.exists(json, 'middleName') ? undefined : json['middleName'],
|
|
80
|
-
'lastName': !runtime_1.exists(json, 'lastName') ? undefined : json['lastName'],
|
|
81
|
-
'corporationName': !runtime_1.exists(json, 'corporationName') ? undefined : json['corporationName'],
|
|
82
|
-
'corporationNameLine2': !runtime_1.exists(json, 'corporationNameLine2') ? undefined : json['corporationNameLine2'],
|
|
83
|
-
'rank': !runtime_1.exists(json, 'rank') ? undefined : json['rank'],
|
|
84
|
-
'facebookLink': !runtime_1.exists(json, 'facebookLink') ? undefined : json['facebookLink'],
|
|
85
|
-
'twitterLink': !runtime_1.exists(json, 'twitterLink') ? undefined : json['twitterLink'],
|
|
86
|
-
'linkedinLink': !runtime_1.exists(json, 'linkedinLink') ? undefined : json['linkedinLink'],
|
|
87
|
-
'avatar': !runtime_1.exists(json, 'avatar') ? undefined : json['avatar'],
|
|
88
88
|
};
|
|
89
89
|
}
|
|
90
90
|
exports.LegacyContactContactPayloadItemFromJSONTyped = LegacyContactContactPayloadItemFromJSONTyped;
|
|
@@ -96,6 +96,22 @@ function LegacyContactContactPayloadItemToJSON(value) {
|
|
|
96
96
|
return null;
|
|
97
97
|
}
|
|
98
98
|
return {
|
|
99
|
+
'id': value.id,
|
|
100
|
+
'uuid': value.uuid,
|
|
101
|
+
'typeContact': value.typeContact,
|
|
102
|
+
'indOrg': value.indOrg,
|
|
103
|
+
'displayName': value.displayName,
|
|
104
|
+
'firstName': value.firstName,
|
|
105
|
+
'nickname': value.nickname,
|
|
106
|
+
'middleName': value.middleName,
|
|
107
|
+
'lastName': value.lastName,
|
|
108
|
+
'corporationName': value.corporationName,
|
|
109
|
+
'corporationNameLine2': value.corporationNameLine2,
|
|
110
|
+
'rank': value.rank,
|
|
111
|
+
'facebookLink': value.facebookLink,
|
|
112
|
+
'twitterLink': value.twitterLink,
|
|
113
|
+
'linkedinLink': value.linkedinLink,
|
|
114
|
+
'avatar': value.avatar,
|
|
99
115
|
'externalKey': value.externalKey,
|
|
100
116
|
'externalKeyType': value.externalKeyType,
|
|
101
117
|
'gender': value.gender,
|
|
@@ -141,22 +157,6 @@ function LegacyContactContactPayloadItemToJSON(value) {
|
|
|
141
157
|
'orgProvNo': value.orgProvNo,
|
|
142
158
|
'orgStateId': value.orgStateId,
|
|
143
159
|
'orgEin': value.orgEin,
|
|
144
|
-
'id': value.id,
|
|
145
|
-
'uuid': value.uuid,
|
|
146
|
-
'typeContact': value.typeContact,
|
|
147
|
-
'indOrg': value.indOrg,
|
|
148
|
-
'displayName': value.displayName,
|
|
149
|
-
'firstName': value.firstName,
|
|
150
|
-
'nickname': value.nickname,
|
|
151
|
-
'middleName': value.middleName,
|
|
152
|
-
'lastName': value.lastName,
|
|
153
|
-
'corporationName': value.corporationName,
|
|
154
|
-
'corporationNameLine2': value.corporationNameLine2,
|
|
155
|
-
'rank': value.rank,
|
|
156
|
-
'facebookLink': value.facebookLink,
|
|
157
|
-
'twitterLink': value.twitterLink,
|
|
158
|
-
'linkedinLink': value.linkedinLink,
|
|
159
|
-
'avatar': value.avatar,
|
|
160
160
|
};
|
|
161
161
|
}
|
|
162
162
|
exports.LegacyContactContactPayloadItemToJSON = LegacyContactContactPayloadItemToJSON;
|
|
@@ -15,18 +15,6 @@
|
|
|
15
15
|
* @interface LegacyDocumentBase64FilePayloadItem
|
|
16
16
|
*/
|
|
17
17
|
export interface LegacyDocumentBase64FilePayloadItem {
|
|
18
|
-
/**
|
|
19
|
-
* The file external key
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
22
|
-
*/
|
|
23
|
-
externalKey?: string;
|
|
24
|
-
/**
|
|
25
|
-
* file data encoded in base 64
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
28
|
-
*/
|
|
29
|
-
base64EncodedData?: string;
|
|
30
18
|
/**
|
|
31
19
|
* id of the file
|
|
32
20
|
* @type {string}
|
|
@@ -51,6 +39,18 @@ export interface LegacyDocumentBase64FilePayloadItem {
|
|
|
51
39
|
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
52
40
|
*/
|
|
53
41
|
sizeBytes?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The file external key
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
46
|
+
*/
|
|
47
|
+
externalKey?: string;
|
|
48
|
+
/**
|
|
49
|
+
* file data encoded in base 64
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
52
|
+
*/
|
|
53
|
+
base64EncodedData?: string;
|
|
54
54
|
}
|
|
55
55
|
export declare function LegacyDocumentBase64FilePayloadItemFromJSON(json: any): LegacyDocumentBase64FilePayloadItem;
|
|
56
56
|
export declare function LegacyDocumentBase64FilePayloadItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyDocumentBase64FilePayloadItem;
|
|
@@ -24,12 +24,12 @@ function LegacyDocumentBase64FilePayloadItemFromJSONTyped(json, ignoreDiscrimina
|
|
|
24
24
|
return json;
|
|
25
25
|
}
|
|
26
26
|
return {
|
|
27
|
-
'externalKey': !runtime_1.exists(json, 'externalKey') ? undefined : json['externalKey'],
|
|
28
|
-
'base64EncodedData': !runtime_1.exists(json, 'base64EncodedData') ? undefined : json['base64EncodedData'],
|
|
29
27
|
'id': !runtime_1.exists(json, 'id') ? undefined : json['id'],
|
|
30
28
|
'fileName': !runtime_1.exists(json, 'fileName') ? undefined : json['fileName'],
|
|
31
29
|
'mimeType': !runtime_1.exists(json, 'mimeType') ? undefined : json['mimeType'],
|
|
32
30
|
'sizeBytes': !runtime_1.exists(json, 'sizeBytes') ? undefined : json['sizeBytes'],
|
|
31
|
+
'externalKey': !runtime_1.exists(json, 'externalKey') ? undefined : json['externalKey'],
|
|
32
|
+
'base64EncodedData': !runtime_1.exists(json, 'base64EncodedData') ? undefined : json['base64EncodedData'],
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
35
|
exports.LegacyDocumentBase64FilePayloadItemFromJSONTyped = LegacyDocumentBase64FilePayloadItemFromJSONTyped;
|
|
@@ -41,12 +41,12 @@ function LegacyDocumentBase64FilePayloadItemToJSON(value) {
|
|
|
41
41
|
return null;
|
|
42
42
|
}
|
|
43
43
|
return {
|
|
44
|
-
'externalKey': value.externalKey,
|
|
45
|
-
'base64EncodedData': value.base64EncodedData,
|
|
46
44
|
'id': value.id,
|
|
47
45
|
'fileName': value.fileName,
|
|
48
46
|
'mimeType': value.mimeType,
|
|
49
47
|
'sizeBytes': value.sizeBytes,
|
|
48
|
+
'externalKey': value.externalKey,
|
|
49
|
+
'base64EncodedData': value.base64EncodedData,
|
|
50
50
|
};
|
|
51
51
|
}
|
|
52
52
|
exports.LegacyDocumentBase64FilePayloadItemToJSON = LegacyDocumentBase64FilePayloadItemToJSON;
|
|
@@ -17,12 +17,6 @@ import { LegacyDocumentBase64FilePayloadItem } from './LegacyDocumentBase64FileP
|
|
|
17
17
|
* @interface LegacyDocumentDownloadFileResponse
|
|
18
18
|
*/
|
|
19
19
|
export interface LegacyDocumentDownloadFileResponse {
|
|
20
|
-
/**
|
|
21
|
-
* Array of documents
|
|
22
|
-
* @type {Array<LegacyDocumentBase64FilePayloadItem>}
|
|
23
|
-
* @memberof LegacyDocumentDownloadFileResponse
|
|
24
|
-
*/
|
|
25
|
-
files: Array<LegacyDocumentBase64FilePayloadItem>;
|
|
26
20
|
/**
|
|
27
21
|
* Status of the request that has been made. Can be 'ok' or 'fail'
|
|
28
22
|
* @type {string}
|
|
@@ -41,6 +35,12 @@ export interface LegacyDocumentDownloadFileResponse {
|
|
|
41
35
|
* @memberof LegacyDocumentDownloadFileResponse
|
|
42
36
|
*/
|
|
43
37
|
errorMsg?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Array of documents
|
|
40
|
+
* @type {Array<LegacyDocumentBase64FilePayloadItem>}
|
|
41
|
+
* @memberof LegacyDocumentDownloadFileResponse
|
|
42
|
+
*/
|
|
43
|
+
files: Array<LegacyDocumentBase64FilePayloadItem>;
|
|
44
44
|
}
|
|
45
45
|
export declare function LegacyDocumentDownloadFileResponseFromJSON(json: any): LegacyDocumentDownloadFileResponse;
|
|
46
46
|
export declare function LegacyDocumentDownloadFileResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyDocumentDownloadFileResponse;
|
|
@@ -25,10 +25,10 @@ function LegacyDocumentDownloadFileResponseFromJSONTyped(json, ignoreDiscriminat
|
|
|
25
25
|
return json;
|
|
26
26
|
}
|
|
27
27
|
return {
|
|
28
|
-
'files': (json['files'].map(LegacyDocumentBase64FilePayloadItem_1.LegacyDocumentBase64FilePayloadItemFromJSON)),
|
|
29
28
|
'stat': !runtime_1.exists(json, 'stat') ? undefined : json['stat'],
|
|
30
29
|
'errorCode': !runtime_1.exists(json, 'error_code') ? undefined : json['error_code'],
|
|
31
30
|
'errorMsg': !runtime_1.exists(json, 'error_msg') ? undefined : json['error_msg'],
|
|
31
|
+
'files': (json['files'].map(LegacyDocumentBase64FilePayloadItem_1.LegacyDocumentBase64FilePayloadItemFromJSON)),
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
exports.LegacyDocumentDownloadFileResponseFromJSONTyped = LegacyDocumentDownloadFileResponseFromJSONTyped;
|
|
@@ -40,10 +40,10 @@ function LegacyDocumentDownloadFileResponseToJSON(value) {
|
|
|
40
40
|
return null;
|
|
41
41
|
}
|
|
42
42
|
return {
|
|
43
|
-
'files': (value.files.map(LegacyDocumentBase64FilePayloadItem_1.LegacyDocumentBase64FilePayloadItemToJSON)),
|
|
44
43
|
'stat': value.stat,
|
|
45
44
|
'error_code': value.errorCode,
|
|
46
45
|
'error_msg': value.errorMsg,
|
|
46
|
+
'files': (value.files.map(LegacyDocumentBase64FilePayloadItem_1.LegacyDocumentBase64FilePayloadItemToJSON)),
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
exports.LegacyDocumentDownloadFileResponseToJSON = LegacyDocumentDownloadFileResponseToJSON;
|
|
@@ -19,12 +19,6 @@ import { LegacyDocumentDocumentListItem } from './LegacyDocumentDocumentListItem
|
|
|
19
19
|
* @interface LegacyDocumentGetListResponse
|
|
20
20
|
*/
|
|
21
21
|
export interface LegacyDocumentGetListResponse {
|
|
22
|
-
/**
|
|
23
|
-
* Array of documents
|
|
24
|
-
* @type {Array<LegacyDocumentDocumentListItem>}
|
|
25
|
-
* @memberof LegacyDocumentGetListResponse
|
|
26
|
-
*/
|
|
27
|
-
documents: Array<LegacyDocumentDocumentListItem>;
|
|
28
22
|
/**
|
|
29
23
|
* Status of the request that has been made. Can be 'ok' or 'fail'
|
|
30
24
|
* @type {string}
|
|
@@ -43,6 +37,12 @@ export interface LegacyDocumentGetListResponse {
|
|
|
43
37
|
* @memberof LegacyDocumentGetListResponse
|
|
44
38
|
*/
|
|
45
39
|
errorMsg?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Array of documents
|
|
42
|
+
* @type {Array<LegacyDocumentDocumentListItem>}
|
|
43
|
+
* @memberof LegacyDocumentGetListResponse
|
|
44
|
+
*/
|
|
45
|
+
documents: Array<LegacyDocumentDocumentListItem>;
|
|
46
46
|
}
|
|
47
47
|
export declare function LegacyDocumentGetListResponseFromJSON(json: any): LegacyDocumentGetListResponse;
|
|
48
48
|
export declare function LegacyDocumentGetListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyDocumentGetListResponse;
|
|
@@ -25,10 +25,10 @@ function LegacyDocumentGetListResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
25
25
|
return json;
|
|
26
26
|
}
|
|
27
27
|
return {
|
|
28
|
-
'documents': (json['documents'].map(LegacyDocumentDocumentListItem_1.LegacyDocumentDocumentListItemFromJSON)),
|
|
29
28
|
'stat': !runtime_1.exists(json, 'stat') ? undefined : json['stat'],
|
|
30
29
|
'errorCode': !runtime_1.exists(json, 'error_code') ? undefined : json['error_code'],
|
|
31
30
|
'errorMsg': !runtime_1.exists(json, 'error_msg') ? undefined : json['error_msg'],
|
|
31
|
+
'documents': (json['documents'].map(LegacyDocumentDocumentListItem_1.LegacyDocumentDocumentListItemFromJSON)),
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
exports.LegacyDocumentGetListResponseFromJSONTyped = LegacyDocumentGetListResponseFromJSONTyped;
|
|
@@ -40,10 +40,10 @@ function LegacyDocumentGetListResponseToJSON(value) {
|
|
|
40
40
|
return null;
|
|
41
41
|
}
|
|
42
42
|
return {
|
|
43
|
-
'documents': (value.documents.map(LegacyDocumentDocumentListItem_1.LegacyDocumentDocumentListItemToJSON)),
|
|
44
43
|
'stat': value.stat,
|
|
45
44
|
'error_code': value.errorCode,
|
|
46
45
|
'error_msg': value.errorMsg,
|
|
46
|
+
'documents': (value.documents.map(LegacyDocumentDocumentListItem_1.LegacyDocumentDocumentListItemToJSON)),
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
exports.LegacyDocumentGetListResponseToJSON = LegacyDocumentGetListResponseToJSON;
|
|
@@ -17,12 +17,6 @@ import { LegacyDocumentDocument } from './LegacyDocumentDocument';
|
|
|
17
17
|
* @interface LegacyDocumentGetResponse
|
|
18
18
|
*/
|
|
19
19
|
export interface LegacyDocumentGetResponse {
|
|
20
|
-
/**
|
|
21
|
-
* Array of documents
|
|
22
|
-
* @type {Array<LegacyDocumentDocument>}
|
|
23
|
-
* @memberof LegacyDocumentGetResponse
|
|
24
|
-
*/
|
|
25
|
-
documents: Array<LegacyDocumentDocument>;
|
|
26
20
|
/**
|
|
27
21
|
* Status of the request that has been made. Can be 'ok' or 'fail'
|
|
28
22
|
* @type {string}
|
|
@@ -41,6 +35,12 @@ export interface LegacyDocumentGetResponse {
|
|
|
41
35
|
* @memberof LegacyDocumentGetResponse
|
|
42
36
|
*/
|
|
43
37
|
errorMsg?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Array of documents
|
|
40
|
+
* @type {Array<LegacyDocumentDocument>}
|
|
41
|
+
* @memberof LegacyDocumentGetResponse
|
|
42
|
+
*/
|
|
43
|
+
documents: Array<LegacyDocumentDocument>;
|
|
44
44
|
}
|
|
45
45
|
export declare function LegacyDocumentGetResponseFromJSON(json: any): LegacyDocumentGetResponse;
|
|
46
46
|
export declare function LegacyDocumentGetResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyDocumentGetResponse;
|
|
@@ -25,10 +25,10 @@ function LegacyDocumentGetResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
25
25
|
return json;
|
|
26
26
|
}
|
|
27
27
|
return {
|
|
28
|
-
'documents': (json['documents'].map(LegacyDocumentDocument_1.LegacyDocumentDocumentFromJSON)),
|
|
29
28
|
'stat': !runtime_1.exists(json, 'stat') ? undefined : json['stat'],
|
|
30
29
|
'errorCode': !runtime_1.exists(json, 'error_code') ? undefined : json['error_code'],
|
|
31
30
|
'errorMsg': !runtime_1.exists(json, 'error_msg') ? undefined : json['error_msg'],
|
|
31
|
+
'documents': (json['documents'].map(LegacyDocumentDocument_1.LegacyDocumentDocumentFromJSON)),
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
exports.LegacyDocumentGetResponseFromJSONTyped = LegacyDocumentGetResponseFromJSONTyped;
|
|
@@ -40,10 +40,10 @@ function LegacyDocumentGetResponseToJSON(value) {
|
|
|
40
40
|
return null;
|
|
41
41
|
}
|
|
42
42
|
return {
|
|
43
|
-
'documents': (value.documents.map(LegacyDocumentDocument_1.LegacyDocumentDocumentToJSON)),
|
|
44
43
|
'stat': value.stat,
|
|
45
44
|
'error_code': value.errorCode,
|
|
46
45
|
'error_msg': value.errorMsg,
|
|
46
|
+
'documents': (value.documents.map(LegacyDocumentDocument_1.LegacyDocumentDocumentToJSON)),
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
exports.LegacyDocumentGetResponseToJSON = LegacyDocumentGetResponseToJSON;
|
|
@@ -16,12 +16,6 @@ import { LegacyFinanceAccountStatement } from './LegacyFinanceAccountStatement';
|
|
|
16
16
|
* @interface LegacyFinanceGetAccountStatementResponse
|
|
17
17
|
*/
|
|
18
18
|
export interface LegacyFinanceGetAccountStatementResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {LegacyFinanceAccountStatement}
|
|
22
|
-
* @memberof LegacyFinanceGetAccountStatementResponse
|
|
23
|
-
*/
|
|
24
|
-
accountStatement: LegacyFinanceAccountStatement;
|
|
25
19
|
/**
|
|
26
20
|
* Status of the request that has been made. Can be 'ok' or 'fail'
|
|
27
21
|
* @type {string}
|
|
@@ -40,6 +34,12 @@ export interface LegacyFinanceGetAccountStatementResponse {
|
|
|
40
34
|
* @memberof LegacyFinanceGetAccountStatementResponse
|
|
41
35
|
*/
|
|
42
36
|
errorMsg?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {LegacyFinanceAccountStatement}
|
|
40
|
+
* @memberof LegacyFinanceGetAccountStatementResponse
|
|
41
|
+
*/
|
|
42
|
+
accountStatement: LegacyFinanceAccountStatement;
|
|
43
43
|
}
|
|
44
44
|
export declare function LegacyFinanceGetAccountStatementResponseFromJSON(json: any): LegacyFinanceGetAccountStatementResponse;
|
|
45
45
|
export declare function LegacyFinanceGetAccountStatementResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyFinanceGetAccountStatementResponse;
|
|
@@ -25,10 +25,10 @@ function LegacyFinanceGetAccountStatementResponseFromJSONTyped(json, ignoreDiscr
|
|
|
25
25
|
return json;
|
|
26
26
|
}
|
|
27
27
|
return {
|
|
28
|
-
'accountStatement': LegacyFinanceAccountStatement_1.LegacyFinanceAccountStatementFromJSON(json['accountStatement']),
|
|
29
28
|
'stat': !runtime_1.exists(json, 'stat') ? undefined : json['stat'],
|
|
30
29
|
'errorCode': !runtime_1.exists(json, 'error_code') ? undefined : json['error_code'],
|
|
31
30
|
'errorMsg': !runtime_1.exists(json, 'error_msg') ? undefined : json['error_msg'],
|
|
31
|
+
'accountStatement': LegacyFinanceAccountStatement_1.LegacyFinanceAccountStatementFromJSON(json['accountStatement']),
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
exports.LegacyFinanceGetAccountStatementResponseFromJSONTyped = LegacyFinanceGetAccountStatementResponseFromJSONTyped;
|
|
@@ -40,10 +40,10 @@ function LegacyFinanceGetAccountStatementResponseToJSON(value) {
|
|
|
40
40
|
return null;
|
|
41
41
|
}
|
|
42
42
|
return {
|
|
43
|
-
'accountStatement': LegacyFinanceAccountStatement_1.LegacyFinanceAccountStatementToJSON(value.accountStatement),
|
|
44
43
|
'stat': value.stat,
|
|
45
44
|
'error_code': value.errorCode,
|
|
46
45
|
'error_msg': value.errorMsg,
|
|
46
|
+
'accountStatement': LegacyFinanceAccountStatement_1.LegacyFinanceAccountStatementToJSON(value.accountStatement),
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
exports.LegacyFinanceGetAccountStatementResponseToJSON = LegacyFinanceGetAccountStatementResponseToJSON;
|
|
@@ -16,12 +16,6 @@ import { LegacyFinanceLiability } from './LegacyFinanceLiability';
|
|
|
16
16
|
* @interface LegacyFinanceGetLiabilitiesResponse
|
|
17
17
|
*/
|
|
18
18
|
export interface LegacyFinanceGetLiabilitiesResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<LegacyFinanceLiability>}
|
|
22
|
-
* @memberof LegacyFinanceGetLiabilitiesResponse
|
|
23
|
-
*/
|
|
24
|
-
liabilities: Array<LegacyFinanceLiability>;
|
|
25
19
|
/**
|
|
26
20
|
* Status of the request that has been made. Can be 'ok' or 'fail'
|
|
27
21
|
* @type {string}
|
|
@@ -40,6 +34,12 @@ export interface LegacyFinanceGetLiabilitiesResponse {
|
|
|
40
34
|
* @memberof LegacyFinanceGetLiabilitiesResponse
|
|
41
35
|
*/
|
|
42
36
|
errorMsg?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Array<LegacyFinanceLiability>}
|
|
40
|
+
* @memberof LegacyFinanceGetLiabilitiesResponse
|
|
41
|
+
*/
|
|
42
|
+
liabilities: Array<LegacyFinanceLiability>;
|
|
43
43
|
}
|
|
44
44
|
export declare function LegacyFinanceGetLiabilitiesResponseFromJSON(json: any): LegacyFinanceGetLiabilitiesResponse;
|
|
45
45
|
export declare function LegacyFinanceGetLiabilitiesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyFinanceGetLiabilitiesResponse;
|
|
@@ -25,10 +25,10 @@ function LegacyFinanceGetLiabilitiesResponseFromJSONTyped(json, ignoreDiscrimina
|
|
|
25
25
|
return json;
|
|
26
26
|
}
|
|
27
27
|
return {
|
|
28
|
-
'liabilities': (json['liabilities'].map(LegacyFinanceLiability_1.LegacyFinanceLiabilityFromJSON)),
|
|
29
28
|
'stat': !runtime_1.exists(json, 'stat') ? undefined : json['stat'],
|
|
30
29
|
'errorCode': !runtime_1.exists(json, 'error_code') ? undefined : json['error_code'],
|
|
31
30
|
'errorMsg': !runtime_1.exists(json, 'error_msg') ? undefined : json['error_msg'],
|
|
31
|
+
'liabilities': (json['liabilities'].map(LegacyFinanceLiability_1.LegacyFinanceLiabilityFromJSON)),
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
exports.LegacyFinanceGetLiabilitiesResponseFromJSONTyped = LegacyFinanceGetLiabilitiesResponseFromJSONTyped;
|
|
@@ -40,10 +40,10 @@ function LegacyFinanceGetLiabilitiesResponseToJSON(value) {
|
|
|
40
40
|
return null;
|
|
41
41
|
}
|
|
42
42
|
return {
|
|
43
|
-
'liabilities': (value.liabilities.map(LegacyFinanceLiability_1.LegacyFinanceLiabilityToJSON)),
|
|
44
43
|
'stat': value.stat,
|
|
45
44
|
'error_code': value.errorCode,
|
|
46
45
|
'error_msg': value.errorMsg,
|
|
46
|
+
'liabilities': (value.liabilities.map(LegacyFinanceLiability_1.LegacyFinanceLiabilityToJSON)),
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
exports.LegacyFinanceGetLiabilitiesResponseToJSON = LegacyFinanceGetLiabilitiesResponseToJSON;
|
|
@@ -16,12 +16,6 @@ import { LegacyProvisioningOrganizationItem } from './LegacyProvisioningOrganiza
|
|
|
16
16
|
* @interface LegacyProvisioningGetOrganizationListResponse
|
|
17
17
|
*/
|
|
18
18
|
export interface LegacyProvisioningGetOrganizationListResponse {
|
|
19
|
-
/**
|
|
20
|
-
* List of organization
|
|
21
|
-
* @type {Array<LegacyProvisioningOrganizationItem>}
|
|
22
|
-
* @memberof LegacyProvisioningGetOrganizationListResponse
|
|
23
|
-
*/
|
|
24
|
-
organizations: Array<LegacyProvisioningOrganizationItem>;
|
|
25
19
|
/**
|
|
26
20
|
* Status of the request that has been made. Can be 'ok' or 'fail'
|
|
27
21
|
* @type {string}
|
|
@@ -40,6 +34,12 @@ export interface LegacyProvisioningGetOrganizationListResponse {
|
|
|
40
34
|
* @memberof LegacyProvisioningGetOrganizationListResponse
|
|
41
35
|
*/
|
|
42
36
|
errorMsg?: string;
|
|
37
|
+
/**
|
|
38
|
+
* List of organization
|
|
39
|
+
* @type {Array<LegacyProvisioningOrganizationItem>}
|
|
40
|
+
* @memberof LegacyProvisioningGetOrganizationListResponse
|
|
41
|
+
*/
|
|
42
|
+
organizations: Array<LegacyProvisioningOrganizationItem>;
|
|
43
43
|
}
|
|
44
44
|
export declare function LegacyProvisioningGetOrganizationListResponseFromJSON(json: any): LegacyProvisioningGetOrganizationListResponse;
|
|
45
45
|
export declare function LegacyProvisioningGetOrganizationListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyProvisioningGetOrganizationListResponse;
|
|
@@ -25,10 +25,10 @@ function LegacyProvisioningGetOrganizationListResponseFromJSONTyped(json, ignore
|
|
|
25
25
|
return json;
|
|
26
26
|
}
|
|
27
27
|
return {
|
|
28
|
-
'organizations': (json['organizations'].map(LegacyProvisioningOrganizationItem_1.LegacyProvisioningOrganizationItemFromJSON)),
|
|
29
28
|
'stat': !runtime_1.exists(json, 'stat') ? undefined : json['stat'],
|
|
30
29
|
'errorCode': !runtime_1.exists(json, 'error_code') ? undefined : json['error_code'],
|
|
31
30
|
'errorMsg': !runtime_1.exists(json, 'error_msg') ? undefined : json['error_msg'],
|
|
31
|
+
'organizations': (json['organizations'].map(LegacyProvisioningOrganizationItem_1.LegacyProvisioningOrganizationItemFromJSON)),
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
exports.LegacyProvisioningGetOrganizationListResponseFromJSONTyped = LegacyProvisioningGetOrganizationListResponseFromJSONTyped;
|
|
@@ -40,10 +40,10 @@ function LegacyProvisioningGetOrganizationListResponseToJSON(value) {
|
|
|
40
40
|
return null;
|
|
41
41
|
}
|
|
42
42
|
return {
|
|
43
|
-
'organizations': (value.organizations.map(LegacyProvisioningOrganizationItem_1.LegacyProvisioningOrganizationItemToJSON)),
|
|
44
43
|
'stat': value.stat,
|
|
45
44
|
'error_code': value.errorCode,
|
|
46
45
|
'error_msg': value.errorMsg,
|
|
46
|
+
'organizations': (value.organizations.map(LegacyProvisioningOrganizationItem_1.LegacyProvisioningOrganizationItemToJSON)),
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
exports.LegacyProvisioningGetOrganizationListResponseToJSON = LegacyProvisioningGetOrganizationListResponseToJSON;
|
|
@@ -16,12 +16,6 @@ import { LegacyProvisioningOrganizationItem } from './LegacyProvisioningOrganiza
|
|
|
16
16
|
* @interface LegacyProvisioningGetOrganizationResponse
|
|
17
17
|
*/
|
|
18
18
|
export interface LegacyProvisioningGetOrganizationResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {LegacyProvisioningOrganizationItem}
|
|
22
|
-
* @memberof LegacyProvisioningGetOrganizationResponse
|
|
23
|
-
*/
|
|
24
|
-
organization: LegacyProvisioningOrganizationItem;
|
|
25
19
|
/**
|
|
26
20
|
* Status of the request that has been made. Can be 'ok' or 'fail'
|
|
27
21
|
* @type {string}
|
|
@@ -40,6 +34,12 @@ export interface LegacyProvisioningGetOrganizationResponse {
|
|
|
40
34
|
* @memberof LegacyProvisioningGetOrganizationResponse
|
|
41
35
|
*/
|
|
42
36
|
errorMsg?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {LegacyProvisioningOrganizationItem}
|
|
40
|
+
* @memberof LegacyProvisioningGetOrganizationResponse
|
|
41
|
+
*/
|
|
42
|
+
organization: LegacyProvisioningOrganizationItem;
|
|
43
43
|
}
|
|
44
44
|
export declare function LegacyProvisioningGetOrganizationResponseFromJSON(json: any): LegacyProvisioningGetOrganizationResponse;
|
|
45
45
|
export declare function LegacyProvisioningGetOrganizationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyProvisioningGetOrganizationResponse;
|
|
@@ -25,10 +25,10 @@ function LegacyProvisioningGetOrganizationResponseFromJSONTyped(json, ignoreDisc
|
|
|
25
25
|
return json;
|
|
26
26
|
}
|
|
27
27
|
return {
|
|
28
|
-
'organization': LegacyProvisioningOrganizationItem_1.LegacyProvisioningOrganizationItemFromJSON(json['organization']),
|
|
29
28
|
'stat': !runtime_1.exists(json, 'stat') ? undefined : json['stat'],
|
|
30
29
|
'errorCode': !runtime_1.exists(json, 'error_code') ? undefined : json['error_code'],
|
|
31
30
|
'errorMsg': !runtime_1.exists(json, 'error_msg') ? undefined : json['error_msg'],
|
|
31
|
+
'organization': LegacyProvisioningOrganizationItem_1.LegacyProvisioningOrganizationItemFromJSON(json['organization']),
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
exports.LegacyProvisioningGetOrganizationResponseFromJSONTyped = LegacyProvisioningGetOrganizationResponseFromJSONTyped;
|
|
@@ -40,10 +40,10 @@ function LegacyProvisioningGetOrganizationResponseToJSON(value) {
|
|
|
40
40
|
return null;
|
|
41
41
|
}
|
|
42
42
|
return {
|
|
43
|
-
'organization': LegacyProvisioningOrganizationItem_1.LegacyProvisioningOrganizationItemToJSON(value.organization),
|
|
44
43
|
'stat': value.stat,
|
|
45
44
|
'error_code': value.errorCode,
|
|
46
45
|
'error_msg': value.errorMsg,
|
|
46
|
+
'organization': LegacyProvisioningOrganizationItem_1.LegacyProvisioningOrganizationItemToJSON(value.organization),
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
exports.LegacyProvisioningGetOrganizationResponseToJSON = LegacyProvisioningGetOrganizationResponseToJSON;
|
|
@@ -39,37 +39,37 @@ export interface MovementMovement {
|
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof MovementMovement
|
|
41
41
|
*/
|
|
42
|
-
scheduledDate?: string;
|
|
42
|
+
scheduledDate?: string | null;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof MovementMovement
|
|
47
47
|
*/
|
|
48
|
-
processedDate?: string;
|
|
48
|
+
processedDate?: string | null;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof MovementMovement
|
|
53
53
|
*/
|
|
54
|
-
addedDate?: string;
|
|
54
|
+
addedDate?: string | null;
|
|
55
55
|
/**
|
|
56
56
|
*
|
|
57
57
|
* @type {MovementUser}
|
|
58
58
|
* @memberof MovementMovement
|
|
59
59
|
*/
|
|
60
|
-
addedBy?: MovementUser;
|
|
60
|
+
addedBy?: MovementUser | null;
|
|
61
61
|
/**
|
|
62
62
|
*
|
|
63
63
|
* @type {string}
|
|
64
64
|
* @memberof MovementMovement
|
|
65
65
|
*/
|
|
66
|
-
cancelledDate?: string;
|
|
66
|
+
cancelledDate?: string | null;
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
69
|
* @type {MovementUser}
|
|
70
70
|
* @memberof MovementMovement
|
|
71
71
|
*/
|
|
72
|
-
cancelledBy?: MovementUser;
|
|
72
|
+
cancelledBy?: MovementUser | null;
|
|
73
73
|
}
|
|
74
74
|
export declare function MovementMovementFromJSON(json: any): MovementMovement;
|
|
75
75
|
export declare function MovementMovementFromJSONTyped(json: any, ignoreDiscriminator: boolean): MovementMovement;
|
|
@@ -20,19 +20,19 @@ export interface MovementUser {
|
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof MovementUser
|
|
22
22
|
*/
|
|
23
|
-
id
|
|
23
|
+
id: number;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof MovementUser
|
|
28
28
|
*/
|
|
29
|
-
uuid?: string;
|
|
29
|
+
uuid?: string | null;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof MovementUser
|
|
34
34
|
*/
|
|
35
|
-
displayName
|
|
35
|
+
displayName: string;
|
|
36
36
|
}
|
|
37
37
|
export declare function MovementUserFromJSON(json: any): MovementUser;
|
|
38
38
|
export declare function MovementUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): MovementUser;
|
|
@@ -24,9 +24,9 @@ function MovementUserFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
24
24
|
return json;
|
|
25
25
|
}
|
|
26
26
|
return {
|
|
27
|
-
'id':
|
|
27
|
+
'id': json['id'],
|
|
28
28
|
'uuid': !runtime_1.exists(json, 'uuid') ? undefined : json['uuid'],
|
|
29
|
-
'displayName':
|
|
29
|
+
'displayName': json['displayName'],
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
exports.MovementUserFromJSONTyped = MovementUserFromJSONTyped;
|
|
@@ -16,25 +16,25 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface MxRecipient {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
*
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof MxRecipient
|
|
22
22
|
*/
|
|
23
23
|
id: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
*
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof MxRecipient
|
|
28
28
|
*/
|
|
29
29
|
contactId: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
*
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof MxRecipient
|
|
34
34
|
*/
|
|
35
35
|
email: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
*
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof MxRecipient
|
|
40
40
|
*/
|
|
@@ -65,10 +65,10 @@ export interface TasksCreateTaskPayload {
|
|
|
65
65
|
subCategoryId?: number;
|
|
66
66
|
/**
|
|
67
67
|
* Importance/Priority of an event or task. 5 is the most important.
|
|
68
|
-
* @type {
|
|
68
|
+
* @type {number}
|
|
69
69
|
* @memberof TasksCreateTaskPayload
|
|
70
70
|
*/
|
|
71
|
-
priority?:
|
|
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 TasksCreateTaskPayload {
|
|
|
80
80
|
* @type {Array<number>}
|
|
81
81
|
* @memberof TasksCreateTaskPayload
|
|
82
82
|
*/
|
|
83
|
-
contactIds?: Array<number
|
|
83
|
+
contactIds?: Array<number>;
|
|
84
84
|
/**
|
|
85
85
|
* Ids of the owner users of the task.
|
|
86
86
|
* @type {Array<number>}
|