@meshery/schemas 0.8.90 → 0.8.91
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/README.md +5 -7
- package/dist/cloudApi.d.mts +92 -92
- package/dist/cloudApi.d.ts +92 -92
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/mesheryApi.d.mts +82 -82
- package/dist/mesheryApi.d.ts +82 -82
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -31591,6 +31591,10 @@ interface components {
|
|
|
31591
31591
|
category: string[];
|
|
31592
31592
|
action: string[];
|
|
31593
31593
|
severity: string[];
|
|
31594
|
+
/** @description Filter events by user ID (Actor ID) */
|
|
31595
|
+
user_id?: string[];
|
|
31596
|
+
/** @description Filter events by system ID */
|
|
31597
|
+
system_id?: string[];
|
|
31594
31598
|
limit: number;
|
|
31595
31599
|
offset: number;
|
|
31596
31600
|
/** @description Field on which records are sorted */
|
package/dist/index.d.ts
CHANGED
|
@@ -31591,6 +31591,10 @@ interface components {
|
|
|
31591
31591
|
category: string[];
|
|
31592
31592
|
action: string[];
|
|
31593
31593
|
severity: string[];
|
|
31594
|
+
/** @description Filter events by user ID (Actor ID) */
|
|
31595
|
+
user_id?: string[];
|
|
31596
|
+
/** @description Filter events by system ID */
|
|
31597
|
+
system_id?: string[];
|
|
31594
31598
|
limit: number;
|
|
31595
31599
|
offset: number;
|
|
31596
31600
|
/** @description Field on which records are sorted */
|