@devrev/typescript-sdk 1.1.69 → 1.1.70
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.
|
@@ -19356,6 +19356,8 @@ export interface TimelineEntriesListRequest {
|
|
|
19356
19356
|
* @example "PROD-12345"
|
|
19357
19357
|
*/
|
|
19358
19358
|
object: string;
|
|
19359
|
+
/** Filters for entries to be displayed on the provided panel(s). */
|
|
19360
|
+
panels?: TimelineEntryPanel[];
|
|
19359
19361
|
/**
|
|
19360
19362
|
* The visibility of the timeline entries to filter for. Note this is
|
|
19361
19363
|
* a strict filter, such that only entries with the exact visibilities
|
|
@@ -29458,6 +29460,8 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
29458
29460
|
* used.
|
|
29459
29461
|
*/
|
|
29460
29462
|
mode?: ListMode;
|
|
29463
|
+
/** Filters for entries to be displayed on the provided panel(s). */
|
|
29464
|
+
panels?: TimelineEntryPanel[];
|
|
29461
29465
|
/**
|
|
29462
29466
|
* The visibility of the timeline entries to filter for. Note this is a
|
|
29463
29467
|
* strict filter, such that only entries with the exact visibilities
|