@springtree/eva-services-core-management 3.0.0-beta.29 → 3.0.0-beta.30
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.
|
@@ -1126,6 +1126,11 @@ export interface PushCase {
|
|
|
1126
1126
|
* Setting this to true will try to suppress as many event exports as possible that might result from this call.
|
|
1127
1127
|
*/
|
|
1128
1128
|
DisableEventExports?: boolean;
|
|
1129
|
+
/**
|
|
1130
|
+
* Entity type: Case
|
|
1131
|
+
* The ID field can be used to update an existing Case (specifically to be able to update the backend ID). If the ID is provided, the Update field does not need to be set.
|
|
1132
|
+
*/
|
|
1133
|
+
ID?: string;
|
|
1129
1134
|
Interactions?: CasesPushCase_PushCaseInteraction[];
|
|
1130
1135
|
LastInteractionTime?: string;
|
|
1131
1136
|
OriginatingOrganizationUnitBackendID?: string;
|