@coveo/platform-client 55.0.0 → 55.1.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.
|
@@ -28,7 +28,15 @@ export interface NextOperation {
|
|
|
28
28
|
timestamp?: number;
|
|
29
29
|
}
|
|
30
30
|
export interface SourceStatus {
|
|
31
|
+
/**
|
|
32
|
+
* The unique identifier of the current activity of the source.
|
|
33
|
+
*/
|
|
34
|
+
activityId?: string;
|
|
31
35
|
allowedOperations?: ActivityOperation[];
|
|
36
|
+
/**
|
|
37
|
+
* The date when the activity was created.
|
|
38
|
+
*/
|
|
39
|
+
createdDate?: number;
|
|
32
40
|
/**
|
|
33
41
|
* The status type including transition statuses.
|
|
34
42
|
*/
|