@meshery/schemas 0.8.90 → 0.8.92
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 +132 -132
- package/dist/cloudApi.d.ts +132 -132
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/mesheryApi.d.mts +6 -6
- package/dist/mesheryApi.d.ts +6 -6
- 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 */
|
package/dist/mesheryApi.d.mts
CHANGED
|
@@ -2224,8 +2224,8 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
2224
2224
|
reset: () => void;
|
|
2225
2225
|
}];
|
|
2226
2226
|
declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
2227
|
-
data?: undefined;
|
|
2228
2227
|
error?: undefined;
|
|
2228
|
+
data?: undefined;
|
|
2229
2229
|
fulfilledTimeStamp?: undefined;
|
|
2230
2230
|
originalArgs?: undefined;
|
|
2231
2231
|
requestId?: undefined;
|
|
@@ -2306,8 +2306,8 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
2306
2306
|
} & {
|
|
2307
2307
|
skip?: boolean | undefined;
|
|
2308
2308
|
selectFromResult?: ((state: ({
|
|
2309
|
-
data?: undefined;
|
|
2310
2309
|
error?: undefined;
|
|
2310
|
+
data?: undefined;
|
|
2311
2311
|
fulfilledTimeStamp?: undefined;
|
|
2312
2312
|
originalArgs?: undefined;
|
|
2313
2313
|
requestId?: undefined;
|
|
@@ -2552,8 +2552,8 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
2552
2552
|
reset: () => void;
|
|
2553
2553
|
}];
|
|
2554
2554
|
declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
2555
|
-
data?: undefined;
|
|
2556
2555
|
error?: undefined;
|
|
2556
|
+
data?: undefined;
|
|
2557
2557
|
fulfilledTimeStamp?: undefined;
|
|
2558
2558
|
originalArgs?: undefined;
|
|
2559
2559
|
requestId?: undefined;
|
|
@@ -2634,8 +2634,8 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
2634
2634
|
} & {
|
|
2635
2635
|
skip?: boolean | undefined;
|
|
2636
2636
|
selectFromResult?: ((state: ({
|
|
2637
|
-
data?: undefined;
|
|
2638
2637
|
error?: undefined;
|
|
2638
|
+
data?: undefined;
|
|
2639
2639
|
fulfilledTimeStamp?: undefined;
|
|
2640
2640
|
originalArgs?: undefined;
|
|
2641
2641
|
requestId?: undefined;
|
|
@@ -3210,8 +3210,8 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3210
3210
|
reset: () => void;
|
|
3211
3211
|
}];
|
|
3212
3212
|
declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
3213
|
-
data?: undefined;
|
|
3214
3213
|
error?: undefined;
|
|
3214
|
+
data?: undefined;
|
|
3215
3215
|
fulfilledTimeStamp?: undefined;
|
|
3216
3216
|
originalArgs?: undefined;
|
|
3217
3217
|
requestId?: undefined;
|
|
@@ -3292,8 +3292,8 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
3292
3292
|
} & {
|
|
3293
3293
|
skip?: boolean | undefined;
|
|
3294
3294
|
selectFromResult?: ((state: ({
|
|
3295
|
-
data?: undefined;
|
|
3296
3295
|
error?: undefined;
|
|
3296
|
+
data?: undefined;
|
|
3297
3297
|
fulfilledTimeStamp?: undefined;
|
|
3298
3298
|
originalArgs?: undefined;
|
|
3299
3299
|
requestId?: undefined;
|
package/dist/mesheryApi.d.ts
CHANGED
|
@@ -2224,8 +2224,8 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
2224
2224
|
reset: () => void;
|
|
2225
2225
|
}];
|
|
2226
2226
|
declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
2227
|
-
data?: undefined;
|
|
2228
2227
|
error?: undefined;
|
|
2228
|
+
data?: undefined;
|
|
2229
2229
|
fulfilledTimeStamp?: undefined;
|
|
2230
2230
|
originalArgs?: undefined;
|
|
2231
2231
|
requestId?: undefined;
|
|
@@ -2306,8 +2306,8 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
2306
2306
|
} & {
|
|
2307
2307
|
skip?: boolean | undefined;
|
|
2308
2308
|
selectFromResult?: ((state: ({
|
|
2309
|
-
data?: undefined;
|
|
2310
2309
|
error?: undefined;
|
|
2310
|
+
data?: undefined;
|
|
2311
2311
|
fulfilledTimeStamp?: undefined;
|
|
2312
2312
|
originalArgs?: undefined;
|
|
2313
2313
|
requestId?: undefined;
|
|
@@ -2552,8 +2552,8 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
2552
2552
|
reset: () => void;
|
|
2553
2553
|
}];
|
|
2554
2554
|
declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
2555
|
-
data?: undefined;
|
|
2556
2555
|
error?: undefined;
|
|
2556
|
+
data?: undefined;
|
|
2557
2557
|
fulfilledTimeStamp?: undefined;
|
|
2558
2558
|
originalArgs?: undefined;
|
|
2559
2559
|
requestId?: undefined;
|
|
@@ -2634,8 +2634,8 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
2634
2634
|
} & {
|
|
2635
2635
|
skip?: boolean | undefined;
|
|
2636
2636
|
selectFromResult?: ((state: ({
|
|
2637
|
-
data?: undefined;
|
|
2638
2637
|
error?: undefined;
|
|
2638
|
+
data?: undefined;
|
|
2639
2639
|
fulfilledTimeStamp?: undefined;
|
|
2640
2640
|
originalArgs?: undefined;
|
|
2641
2641
|
requestId?: undefined;
|
|
@@ -3210,8 +3210,8 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3210
3210
|
reset: () => void;
|
|
3211
3211
|
}];
|
|
3212
3212
|
declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
3213
|
-
data?: undefined;
|
|
3214
3213
|
error?: undefined;
|
|
3214
|
+
data?: undefined;
|
|
3215
3215
|
fulfilledTimeStamp?: undefined;
|
|
3216
3216
|
originalArgs?: undefined;
|
|
3217
3217
|
requestId?: undefined;
|
|
@@ -3292,8 +3292,8 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
3292
3292
|
} & {
|
|
3293
3293
|
skip?: boolean | undefined;
|
|
3294
3294
|
selectFromResult?: ((state: ({
|
|
3295
|
-
data?: undefined;
|
|
3296
3295
|
error?: undefined;
|
|
3296
|
+
data?: undefined;
|
|
3297
3297
|
fulfilledTimeStamp?: undefined;
|
|
3298
3298
|
originalArgs?: undefined;
|
|
3299
3299
|
requestId?: undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshery/schemas",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.92",
|
|
4
4
|
"description": "<p style=\"text-align:center;\" align=\"center\"><a href=\"https://meshery.io\"><picture> <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-light-text-side.svg\"> <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\"> <img src=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\" alt=\"Meshery Logo\" width=\"70%\" /></picture></a><br /><br /></p> <p align=\"center\"> <a href=\"https://hub.docker.com/r/meshery/meshery\" alt=\"Docker pulls\"> <img src=\"https://img.shields.io/docker/pulls/meshery/meshery.svg\" /></a> <a href=\"https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%meshery+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+org%3A+label%3A%22help+wanted%22+\" alt=\"GitHub issues by-label\"> <img src=\"https://img.shields.io/github/issues/meshery/meshery/help%20wanted.svg?color=informational\" /></a> <a href=\"https://github.com/meshery/meshery/blob/master/LICENSE\" alt=\"LICENSE\"> <img src=\"https://img.shields.io/github/license/meshery/meshery?color=brightgreen\" /></a> <a href=\"https://artifacthub.io/packages/helm/meshery/meshery\" alt=\"Artifact Hub Meshery\"> <img src=\"https://img.shields.io/endpoint?color=brightgreen&label=Helm%20Chart&style=plastic&url=https%3A%2F%2Fartifacthub.io%2Fbadge%2Frepository%2Fartifact-hub\" /></a> <a href=\"https://goreportcard.com/report/github.com/meshery/meshery\" alt=\"Go Report Card\"> <img src=\"https://goreportcard.com/badge/github.com/meshery/meshery\" /></a> <a href=\"https://github.com/meshery/meshery/actions\" alt=\"Build Status\"> <img src=\"https://img.shields.io/github/actions/workflow/status/meshery/meshery/release-drafter.yml\" /></a> <a href=\"https://bestpractices.coreinfrastructure.org/projects/3564\" alt=\"CLI Best Practices\"> <img src=\"https://bestpractices.coreinfrastructure.org/projects/3564/badge\" /></a> <a href=\"http://discuss.meshery.io\" alt=\"Discuss Users\"> <img src=\"https://img.shields.io/discourse/users?label=discuss&logo=discourse&server=https%3A%2F%2Fdiscuss.meshery.io\" /></a> <a href=\"https://slack.meshery.io\" alt=\"Join Slack\"> <img src=\"https://img.shields.io/badge/Slack-@meshery.svg?logo=slack\" /></a> <a href=\"https://twitter.com/intent/follow?screen_name=mesheryio\" alt=\"Twitter Follow\"> <img src=\"https://img.shields.io/twitter/follow/mesheryio.svg?label=Follow+Meshery&style=social\" /></a> <a href=\"https://github.com/meshery/meshery/releases\" alt=\"Meshery Downloads\"> <img src=\"https://img.shields.io/github/downloads/meshery/meshery/total\" /></a> <!-- <a href=\"https://app.fossa.com/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery?ref=badge_shield\" alt=\"License Scan Report\"> <img src=\"https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery.svg?type=shield\"/></a> --> </p>",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|