@meshery/schemas 0.8.112 → 0.8.113

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.
Files changed (39) hide show
  1. package/dist/cloudApi.d.mts +3307 -762
  2. package/dist/cloudApi.d.ts +3307 -762
  3. package/dist/cloudApi.js +1 -1
  4. package/dist/cloudApi.mjs +1 -1
  5. package/dist/constructs/v1beta1/component/Component.d.mts +8 -6
  6. package/dist/constructs/v1beta1/component/Component.d.ts +8 -6
  7. package/dist/constructs/v1beta1/component/ComponentSchema.d.mts +18 -7
  8. package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +18 -7
  9. package/dist/constructs/v1beta1/component/ComponentSchema.js +1 -1
  10. package/dist/constructs/v1beta1/component/ComponentSchema.mjs +1 -1
  11. package/dist/constructs/v1beta1/connection/Connection.d.mts +1088 -14
  12. package/dist/constructs/v1beta1/connection/Connection.d.ts +1088 -14
  13. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.mts +3308 -21
  14. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +3308 -21
  15. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
  16. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
  17. package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +20 -12
  18. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +20 -12
  19. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.mts +68 -20
  20. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +68 -20
  21. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +8 -8
  22. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +8 -8
  23. package/dist/constructs/v1beta1/model/Model.d.mts +8 -6
  24. package/dist/constructs/v1beta1/model/Model.d.ts +8 -6
  25. package/dist/constructs/v1beta1/model/ModelSchema.d.mts +18 -7
  26. package/dist/constructs/v1beta1/model/ModelSchema.d.ts +18 -7
  27. package/dist/constructs/v1beta1/model/ModelSchema.js +1 -1
  28. package/dist/constructs/v1beta1/model/ModelSchema.mjs +1 -1
  29. package/dist/constructs/v1beta1/pattern/Pattern.d.mts +20 -12
  30. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +20 -12
  31. package/dist/constructs/v1beta1/pattern/PatternSchema.d.mts +68 -20
  32. package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +68 -20
  33. package/dist/constructs/v1beta1/pattern/PatternSchema.js +8 -8
  34. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +8 -8
  35. package/dist/index.js +10 -10
  36. package/dist/index.mjs +10 -10
  37. package/dist/mesheryApi.d.mts +378 -398
  38. package/dist/mesheryApi.d.ts +378 -398
  39. package/package.json +1 -1
@@ -3,25 +3,25 @@ import * as _reduxjs_toolkit_dist_query_react from '@reduxjs/toolkit/dist/query/
3
3
  import * as _reduxjs_toolkit_query from '@reduxjs/toolkit/query';
4
4
 
5
5
  declare const addTagTypes: readonly ["design_other", "environment_environments", "evaluation_other", "events_other", "key_users", "model_other", "Organization_other", "workspace_workspaces"];
6
- declare const injectedRtkApi: _reduxjs_toolkit_query.Api<_reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, _reduxjs_toolkit_query.UpdateDefinitions<{}, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", never> & {
7
- importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>;
8
- createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>;
9
- getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>;
10
- postEvaluate: _reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>;
11
- deleteEventsById: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", DeleteEventsByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
12
- postEvents: _reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>;
13
- deleteEvents: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", DeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>;
14
- putEventsStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PutEventsStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
15
- putEventsByIdStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
16
- getUserKeys: _reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>;
17
- registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>;
18
- getOrgByDomain: _reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>;
19
- getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
20
- postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
21
- getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
22
- putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
23
- deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>;
24
- }, "mesheryRtkSchemasApi", "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
6
+ declare const injectedRtkApi: _reduxjs_toolkit_query.Api<_reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, _reduxjs_toolkit_query.UpdateDefinitions<{}, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", never> & {
7
+ importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>;
8
+ createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>;
9
+ getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>;
10
+ postEvaluate: _reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>;
11
+ deleteEventsById: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", DeleteEventsByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
12
+ postEvents: _reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", unknown, "mesheryRtkSchemasApi", unknown>;
13
+ deleteEvents: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", DeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>;
14
+ putEventsStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", PutEventsStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
15
+ putEventsByIdStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
16
+ getUserKeys: _reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>;
17
+ registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>;
18
+ getOrgByDomain: _reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>;
19
+ getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
20
+ postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
21
+ getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
22
+ putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
23
+ deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", unknown, "mesheryRtkSchemasApi", unknown>;
24
+ }, "mesheryRtkSchemasApi", "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
25
25
 
26
26
  type ImportDesignApiResponse = {
27
27
  message?: string;
@@ -172,12 +172,13 @@ type PostEvaluateApiResponse = {
172
172
  name: string;
173
173
  /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
174
174
  credential_id?: string;
175
- /** Connection Type */
175
+ /** Connection Type (platform, telemetry, collaboration) */
176
176
  type: string;
177
- /** Connection Subtype */
177
+ /** Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
178
178
  sub_type: string;
179
- /** Connection Kind */
179
+ /** Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
180
180
  kind: string;
181
+ /** Additional connection metadata */
181
182
  metadata?: object;
182
183
  /** Connection Status */
183
184
  status: "discovered" | "registered" | "connected" | "ignored" | "maintenance" | "disconnected" | "deleted" | "not found";
@@ -186,6 +187,7 @@ type PostEvaluateApiResponse = {
186
187
  created_at?: string;
187
188
  updated_at?: string;
188
189
  deleted_at?: string;
190
+ /** Associated environments for this connection */
189
191
  environments?: {
190
192
  /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
191
193
  id: string;
@@ -1029,12 +1031,13 @@ type PostEvaluateApiArg = {
1029
1031
  name: string;
1030
1032
  /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1031
1033
  credential_id?: string;
1032
- /** Connection Type */
1034
+ /** Connection Type (platform, telemetry, collaboration) */
1033
1035
  type: string;
1034
- /** Connection Subtype */
1036
+ /** Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
1035
1037
  sub_type: string;
1036
- /** Connection Kind */
1038
+ /** Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
1037
1039
  kind: string;
1040
+ /** Additional connection metadata */
1038
1041
  metadata?: object;
1039
1042
  /** Connection Status */
1040
1043
  status: "discovered" | "registered" | "connected" | "ignored" | "maintenance" | "disconnected" | "deleted" | "not found";
@@ -1043,6 +1046,7 @@ type PostEvaluateApiArg = {
1043
1046
  created_at?: string;
1044
1047
  updated_at?: string;
1045
1048
  deleted_at?: string;
1049
+ /** Associated environments for this connection */
1046
1050
  environments?: {
1047
1051
  /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1048
1052
  id: string;
@@ -2046,7 +2050,7 @@ type DeleteApiWorkspacesByIdApiArg = {
2046
2050
  declare const useImportDesignMutation: <R extends Record<string, any> = ({
2047
2051
  requestId?: undefined;
2048
2052
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2049
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
2053
+ data?: undefined;
2050
2054
  error?: undefined;
2051
2055
  endpointName?: string | undefined;
2052
2056
  startedTimeStamp?: undefined;
@@ -2061,15 +2065,15 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2061
2065
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2062
2066
  } & Omit<{
2063
2067
  requestId: string;
2064
- data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2065
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2068
+ data?: ImportDesignApiResponse | undefined;
2069
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2066
2070
  endpointName: string;
2067
2071
  startedTimeStamp: number;
2068
2072
  fulfilledTimeStamp?: number | undefined;
2069
2073
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2070
2074
  requestId: string;
2071
- data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2072
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2075
+ data?: ImportDesignApiResponse | undefined;
2076
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2073
2077
  endpointName: string;
2074
2078
  startedTimeStamp: number;
2075
2079
  fulfilledTimeStamp?: number | undefined;
@@ -2085,8 +2089,8 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2085
2089
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2086
2090
  } & {
2087
2091
  requestId: string;
2088
- data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2089
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2092
+ data?: ImportDesignApiResponse | undefined;
2093
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2090
2094
  endpointName: string;
2091
2095
  startedTimeStamp: number;
2092
2096
  fulfilledTimeStamp?: number | undefined;
@@ -2096,27 +2100,26 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2096
2100
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2097
2101
  isUninitialized: false;
2098
2102
  isLoading: true;
2099
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2103
+ isSuccess: false;
2100
2104
  isError: false;
2101
2105
  }) | ({
2102
2106
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2103
2107
  } & Omit<{
2104
2108
  requestId: string;
2105
- data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2106
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2109
+ data?: ImportDesignApiResponse | undefined;
2110
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2107
2111
  endpointName: string;
2108
2112
  startedTimeStamp: number;
2109
2113
  fulfilledTimeStamp?: number | undefined;
2110
2114
  }, "error"> & Required<Pick<{
2111
2115
  requestId: string;
2112
- data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2113
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2116
+ data?: ImportDesignApiResponse | undefined;
2117
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2114
2118
  endpointName: string;
2115
2119
  startedTimeStamp: number;
2116
2120
  fulfilledTimeStamp?: number | undefined;
2117
2121
  }, "error">> & {
2118
2122
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2119
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2120
2123
  isUninitialized: false;
2121
2124
  isLoading: false;
2122
2125
  isSuccess: false;
@@ -2125,7 +2128,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2125
2128
  selectFromResult?: ((state: ({
2126
2129
  requestId?: undefined;
2127
2130
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2128
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
2131
+ data?: undefined;
2129
2132
  error?: undefined;
2130
2133
  endpointName?: string | undefined;
2131
2134
  startedTimeStamp?: undefined;
@@ -2140,15 +2143,15 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2140
2143
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2141
2144
  } & Omit<{
2142
2145
  requestId: string;
2143
- data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2144
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2146
+ data?: ImportDesignApiResponse | undefined;
2147
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2145
2148
  endpointName: string;
2146
2149
  startedTimeStamp: number;
2147
2150
  fulfilledTimeStamp?: number | undefined;
2148
2151
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2149
2152
  requestId: string;
2150
- data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2151
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2153
+ data?: ImportDesignApiResponse | undefined;
2154
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2152
2155
  endpointName: string;
2153
2156
  startedTimeStamp: number;
2154
2157
  fulfilledTimeStamp?: number | undefined;
@@ -2164,8 +2167,8 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2164
2167
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2165
2168
  } & {
2166
2169
  requestId: string;
2167
- data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2168
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2170
+ data?: ImportDesignApiResponse | undefined;
2171
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2169
2172
  endpointName: string;
2170
2173
  startedTimeStamp: number;
2171
2174
  fulfilledTimeStamp?: number | undefined;
@@ -2175,41 +2178,40 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2175
2178
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2176
2179
  isUninitialized: false;
2177
2180
  isLoading: true;
2178
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2181
+ isSuccess: false;
2179
2182
  isError: false;
2180
2183
  }) | ({
2181
2184
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2182
2185
  } & Omit<{
2183
2186
  requestId: string;
2184
- data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2185
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2187
+ data?: ImportDesignApiResponse | undefined;
2188
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2186
2189
  endpointName: string;
2187
2190
  startedTimeStamp: number;
2188
2191
  fulfilledTimeStamp?: number | undefined;
2189
2192
  }, "error"> & Required<Pick<{
2190
2193
  requestId: string;
2191
- data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2192
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2194
+ data?: ImportDesignApiResponse | undefined;
2195
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2193
2196
  endpointName: string;
2194
2197
  startedTimeStamp: number;
2195
2198
  fulfilledTimeStamp?: number | undefined;
2196
2199
  }, "error">> & {
2197
2200
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2198
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2199
2201
  isUninitialized: false;
2200
2202
  isLoading: false;
2201
2203
  isSuccess: false;
2202
2204
  isError: true;
2203
2205
  })) => R) | undefined;
2204
2206
  fixedCacheKey?: string | undefined;
2205
- } | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2206
- originalArgs?: ImportDesignApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
2207
- reset: () => void; /** Key that backs the capability. */
2207
+ } | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2208
+ originalArgs?: ImportDesignApiArg | undefined;
2209
+ reset: () => void;
2208
2210
  }];
2209
2211
  declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
2210
2212
  requestId?: undefined;
2211
2213
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2212
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
2214
+ data?: undefined;
2213
2215
  error?: undefined;
2214
2216
  endpointName?: string | undefined;
2215
2217
  startedTimeStamp?: undefined;
@@ -2224,15 +2226,15 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
2224
2226
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2225
2227
  } & Omit<{
2226
2228
  requestId: string;
2227
- data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2228
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2229
+ data?: CreateEnvironmentApiResponse | undefined;
2230
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2229
2231
  endpointName: string;
2230
2232
  startedTimeStamp: number;
2231
2233
  fulfilledTimeStamp?: number | undefined;
2232
2234
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2233
2235
  requestId: string;
2234
- data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2235
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2236
+ data?: CreateEnvironmentApiResponse | undefined;
2237
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2236
2238
  endpointName: string;
2237
2239
  startedTimeStamp: number;
2238
2240
  fulfilledTimeStamp?: number | undefined;
@@ -2248,8 +2250,8 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
2248
2250
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2249
2251
  } & {
2250
2252
  requestId: string;
2251
- data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2252
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2253
+ data?: CreateEnvironmentApiResponse | undefined;
2254
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2253
2255
  endpointName: string;
2254
2256
  startedTimeStamp: number;
2255
2257
  fulfilledTimeStamp?: number | undefined;
@@ -2259,27 +2261,26 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
2259
2261
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2260
2262
  isUninitialized: false;
2261
2263
  isLoading: true;
2262
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2264
+ isSuccess: false;
2263
2265
  isError: false;
2264
2266
  }) | ({
2265
2267
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2266
2268
  } & Omit<{
2267
2269
  requestId: string;
2268
- data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2269
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2270
+ data?: CreateEnvironmentApiResponse | undefined;
2271
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2270
2272
  endpointName: string;
2271
2273
  startedTimeStamp: number;
2272
2274
  fulfilledTimeStamp?: number | undefined;
2273
2275
  }, "error"> & Required<Pick<{
2274
2276
  requestId: string;
2275
- data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2276
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2277
+ data?: CreateEnvironmentApiResponse | undefined;
2278
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2277
2279
  endpointName: string;
2278
2280
  startedTimeStamp: number;
2279
2281
  fulfilledTimeStamp?: number | undefined;
2280
2282
  }, "error">> & {
2281
2283
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2282
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2283
2284
  isUninitialized: false;
2284
2285
  isLoading: false;
2285
2286
  isSuccess: false;
@@ -2288,7 +2289,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
2288
2289
  selectFromResult?: ((state: ({
2289
2290
  requestId?: undefined;
2290
2291
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2291
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
2292
+ data?: undefined;
2292
2293
  error?: undefined;
2293
2294
  endpointName?: string | undefined;
2294
2295
  startedTimeStamp?: undefined;
@@ -2303,15 +2304,15 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
2303
2304
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2304
2305
  } & Omit<{
2305
2306
  requestId: string;
2306
- data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2307
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2307
+ data?: CreateEnvironmentApiResponse | undefined;
2308
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2308
2309
  endpointName: string;
2309
2310
  startedTimeStamp: number;
2310
2311
  fulfilledTimeStamp?: number | undefined;
2311
2312
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2312
2313
  requestId: string;
2313
- data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2314
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2314
+ data?: CreateEnvironmentApiResponse | undefined;
2315
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2315
2316
  endpointName: string;
2316
2317
  startedTimeStamp: number;
2317
2318
  fulfilledTimeStamp?: number | undefined;
@@ -2327,8 +2328,8 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
2327
2328
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2328
2329
  } & {
2329
2330
  requestId: string;
2330
- data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2331
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2331
+ data?: CreateEnvironmentApiResponse | undefined;
2332
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2332
2333
  endpointName: string;
2333
2334
  startedTimeStamp: number;
2334
2335
  fulfilledTimeStamp?: number | undefined;
@@ -2338,36 +2339,35 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
2338
2339
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2339
2340
  isUninitialized: false;
2340
2341
  isLoading: true;
2341
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2342
+ isSuccess: false;
2342
2343
  isError: false;
2343
2344
  }) | ({
2344
2345
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2345
2346
  } & Omit<{
2346
2347
  requestId: string;
2347
- data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2348
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2348
+ data?: CreateEnvironmentApiResponse | undefined;
2349
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2349
2350
  endpointName: string;
2350
2351
  startedTimeStamp: number;
2351
2352
  fulfilledTimeStamp?: number | undefined;
2352
2353
  }, "error"> & Required<Pick<{
2353
2354
  requestId: string;
2354
- data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2355
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2355
+ data?: CreateEnvironmentApiResponse | undefined;
2356
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2356
2357
  endpointName: string;
2357
2358
  startedTimeStamp: number;
2358
2359
  fulfilledTimeStamp?: number | undefined;
2359
2360
  }, "error">> & {
2360
2361
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2361
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2362
2362
  isUninitialized: false;
2363
2363
  isLoading: false;
2364
2364
  isSuccess: false;
2365
2365
  isError: true;
2366
2366
  })) => R) | undefined;
2367
2367
  fixedCacheKey?: string | undefined;
2368
- } | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2369
- originalArgs?: CreateEnvironmentApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
2370
- reset: () => void; /** Key that backs the capability. */
2368
+ } | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2369
+ originalArgs?: CreateEnvironmentApiArg | undefined;
2370
+ reset: () => void;
2371
2371
  }];
2372
2372
  declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
2373
2373
  data?: undefined;
@@ -2385,7 +2385,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
2385
2385
  isError: false;
2386
2386
  isUninitialized: true;
2387
2387
  } | {
2388
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2388
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2389
2389
  fulfilledTimeStamp?: number | undefined;
2390
2390
  originalArgs?: GetEnvironmentsApiArg | undefined;
2391
2391
  requestId?: string | undefined;
@@ -2443,7 +2443,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
2443
2443
  isFetching: false;
2444
2444
  isSuccess: false;
2445
2445
  isError: true;
2446
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
2446
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
2447
2447
  }) & {
2448
2448
  status: _reduxjs_toolkit_query.QueryStatus;
2449
2449
  }>(arg: GetEnvironmentsApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -2467,7 +2467,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
2467
2467
  isError: false;
2468
2468
  isUninitialized: true;
2469
2469
  } | {
2470
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2470
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2471
2471
  fulfilledTimeStamp?: number | undefined;
2472
2472
  originalArgs?: GetEnvironmentsApiArg | undefined;
2473
2473
  requestId?: string | undefined;
@@ -2525,17 +2525,17 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
2525
2525
  isFetching: false;
2526
2526
  isSuccess: false;
2527
2527
  isError: true;
2528
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
2528
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
2529
2529
  }) & {
2530
2530
  status: _reduxjs_toolkit_query.QueryStatus;
2531
2531
  }) => R) | undefined;
2532
2532
  }) | undefined) => [R][R extends any ? 0 : never] & {
2533
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>>;
2533
+ refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>>;
2534
2534
  };
2535
2535
  declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
2536
2536
  requestId?: undefined;
2537
2537
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2538
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
2538
+ data?: undefined;
2539
2539
  error?: undefined;
2540
2540
  endpointName?: string | undefined;
2541
2541
  startedTimeStamp?: undefined;
@@ -2550,15 +2550,15 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
2550
2550
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2551
2551
  } & Omit<{
2552
2552
  requestId: string;
2553
- data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2554
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2553
+ data?: PostEvaluateApiResponse | undefined;
2554
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2555
2555
  endpointName: string;
2556
2556
  startedTimeStamp: number;
2557
2557
  fulfilledTimeStamp?: number | undefined;
2558
2558
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2559
2559
  requestId: string;
2560
- data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2561
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2560
+ data?: PostEvaluateApiResponse | undefined;
2561
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2562
2562
  endpointName: string;
2563
2563
  startedTimeStamp: number;
2564
2564
  fulfilledTimeStamp?: number | undefined;
@@ -2574,8 +2574,8 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
2574
2574
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2575
2575
  } & {
2576
2576
  requestId: string;
2577
- data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2578
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2577
+ data?: PostEvaluateApiResponse | undefined;
2578
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2579
2579
  endpointName: string;
2580
2580
  startedTimeStamp: number;
2581
2581
  fulfilledTimeStamp?: number | undefined;
@@ -2585,27 +2585,26 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
2585
2585
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2586
2586
  isUninitialized: false;
2587
2587
  isLoading: true;
2588
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2588
+ isSuccess: false;
2589
2589
  isError: false;
2590
2590
  }) | ({
2591
2591
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2592
2592
  } & Omit<{
2593
2593
  requestId: string;
2594
- data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2595
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2594
+ data?: PostEvaluateApiResponse | undefined;
2595
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2596
2596
  endpointName: string;
2597
2597
  startedTimeStamp: number;
2598
2598
  fulfilledTimeStamp?: number | undefined;
2599
2599
  }, "error"> & Required<Pick<{
2600
2600
  requestId: string;
2601
- data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2602
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2601
+ data?: PostEvaluateApiResponse | undefined;
2602
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2603
2603
  endpointName: string;
2604
2604
  startedTimeStamp: number;
2605
2605
  fulfilledTimeStamp?: number | undefined;
2606
2606
  }, "error">> & {
2607
2607
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2608
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2609
2608
  isUninitialized: false;
2610
2609
  isLoading: false;
2611
2610
  isSuccess: false;
@@ -2614,7 +2613,7 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
2614
2613
  selectFromResult?: ((state: ({
2615
2614
  requestId?: undefined;
2616
2615
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2617
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
2616
+ data?: undefined;
2618
2617
  error?: undefined;
2619
2618
  endpointName?: string | undefined;
2620
2619
  startedTimeStamp?: undefined;
@@ -2629,15 +2628,15 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
2629
2628
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2630
2629
  } & Omit<{
2631
2630
  requestId: string;
2632
- data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2633
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2631
+ data?: PostEvaluateApiResponse | undefined;
2632
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2634
2633
  endpointName: string;
2635
2634
  startedTimeStamp: number;
2636
2635
  fulfilledTimeStamp?: number | undefined;
2637
2636
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2638
2637
  requestId: string;
2639
- data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2640
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2638
+ data?: PostEvaluateApiResponse | undefined;
2639
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2641
2640
  endpointName: string;
2642
2641
  startedTimeStamp: number;
2643
2642
  fulfilledTimeStamp?: number | undefined;
@@ -2653,8 +2652,8 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
2653
2652
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2654
2653
  } & {
2655
2654
  requestId: string;
2656
- data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2657
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2655
+ data?: PostEvaluateApiResponse | undefined;
2656
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2658
2657
  endpointName: string;
2659
2658
  startedTimeStamp: number;
2660
2659
  fulfilledTimeStamp?: number | undefined;
@@ -2664,41 +2663,40 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
2664
2663
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2665
2664
  isUninitialized: false;
2666
2665
  isLoading: true;
2667
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2666
+ isSuccess: false;
2668
2667
  isError: false;
2669
2668
  }) | ({
2670
2669
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2671
2670
  } & Omit<{
2672
2671
  requestId: string;
2673
- data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2674
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2672
+ data?: PostEvaluateApiResponse | undefined;
2673
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2675
2674
  endpointName: string;
2676
2675
  startedTimeStamp: number;
2677
2676
  fulfilledTimeStamp?: number | undefined;
2678
2677
  }, "error"> & Required<Pick<{
2679
2678
  requestId: string;
2680
- data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2681
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2679
+ data?: PostEvaluateApiResponse | undefined;
2680
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2682
2681
  endpointName: string;
2683
2682
  startedTimeStamp: number;
2684
2683
  fulfilledTimeStamp?: number | undefined;
2685
2684
  }, "error">> & {
2686
2685
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2687
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2688
2686
  isUninitialized: false;
2689
2687
  isLoading: false;
2690
2688
  isSuccess: false;
2691
2689
  isError: true;
2692
2690
  })) => R) | undefined;
2693
2691
  fixedCacheKey?: string | undefined;
2694
- } | undefined) => readonly [(arg: PostEvaluateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2695
- originalArgs?: PostEvaluateApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
2696
- reset: () => void; /** Key that backs the capability. */
2692
+ } | undefined) => readonly [(arg: PostEvaluateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2693
+ originalArgs?: PostEvaluateApiArg | undefined;
2694
+ reset: () => void;
2697
2695
  }];
2698
2696
  declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
2699
2697
  requestId?: undefined;
2700
2698
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2701
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
2699
+ data?: undefined;
2702
2700
  error?: undefined;
2703
2701
  endpointName?: string | undefined;
2704
2702
  startedTimeStamp?: undefined;
@@ -2713,15 +2711,15 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
2713
2711
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2714
2712
  } & Omit<{
2715
2713
  requestId: string;
2716
- data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2717
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2714
+ data?: DeleteEventsByIdApiResponse | undefined;
2715
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2718
2716
  endpointName: string;
2719
2717
  startedTimeStamp: number;
2720
2718
  fulfilledTimeStamp?: number | undefined;
2721
2719
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2722
2720
  requestId: string;
2723
- data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2724
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2721
+ data?: DeleteEventsByIdApiResponse | undefined;
2722
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2725
2723
  endpointName: string;
2726
2724
  startedTimeStamp: number;
2727
2725
  fulfilledTimeStamp?: number | undefined;
@@ -2737,8 +2735,8 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
2737
2735
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2738
2736
  } & {
2739
2737
  requestId: string;
2740
- data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2741
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2738
+ data?: DeleteEventsByIdApiResponse | undefined;
2739
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2742
2740
  endpointName: string;
2743
2741
  startedTimeStamp: number;
2744
2742
  fulfilledTimeStamp?: number | undefined;
@@ -2748,27 +2746,26 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
2748
2746
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2749
2747
  isUninitialized: false;
2750
2748
  isLoading: true;
2751
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2749
+ isSuccess: false;
2752
2750
  isError: false;
2753
2751
  }) | ({
2754
2752
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2755
2753
  } & Omit<{
2756
2754
  requestId: string;
2757
- data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2758
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2755
+ data?: DeleteEventsByIdApiResponse | undefined;
2756
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2759
2757
  endpointName: string;
2760
2758
  startedTimeStamp: number;
2761
2759
  fulfilledTimeStamp?: number | undefined;
2762
2760
  }, "error"> & Required<Pick<{
2763
2761
  requestId: string;
2764
- data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2765
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2762
+ data?: DeleteEventsByIdApiResponse | undefined;
2763
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2766
2764
  endpointName: string;
2767
2765
  startedTimeStamp: number;
2768
2766
  fulfilledTimeStamp?: number | undefined;
2769
2767
  }, "error">> & {
2770
2768
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2771
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2772
2769
  isUninitialized: false;
2773
2770
  isLoading: false;
2774
2771
  isSuccess: false;
@@ -2777,7 +2774,7 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
2777
2774
  selectFromResult?: ((state: ({
2778
2775
  requestId?: undefined;
2779
2776
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2780
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
2777
+ data?: undefined;
2781
2778
  error?: undefined;
2782
2779
  endpointName?: string | undefined;
2783
2780
  startedTimeStamp?: undefined;
@@ -2792,15 +2789,15 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
2792
2789
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2793
2790
  } & Omit<{
2794
2791
  requestId: string;
2795
- data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2796
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2792
+ data?: DeleteEventsByIdApiResponse | undefined;
2793
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2797
2794
  endpointName: string;
2798
2795
  startedTimeStamp: number;
2799
2796
  fulfilledTimeStamp?: number | undefined;
2800
2797
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2801
2798
  requestId: string;
2802
- data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2803
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2799
+ data?: DeleteEventsByIdApiResponse | undefined;
2800
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2804
2801
  endpointName: string;
2805
2802
  startedTimeStamp: number;
2806
2803
  fulfilledTimeStamp?: number | undefined;
@@ -2816,8 +2813,8 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
2816
2813
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2817
2814
  } & {
2818
2815
  requestId: string;
2819
- data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2820
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2816
+ data?: DeleteEventsByIdApiResponse | undefined;
2817
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2821
2818
  endpointName: string;
2822
2819
  startedTimeStamp: number;
2823
2820
  fulfilledTimeStamp?: number | undefined;
@@ -2827,41 +2824,40 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
2827
2824
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2828
2825
  isUninitialized: false;
2829
2826
  isLoading: true;
2830
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2827
+ isSuccess: false;
2831
2828
  isError: false;
2832
2829
  }) | ({
2833
2830
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2834
2831
  } & Omit<{
2835
2832
  requestId: string;
2836
- data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2837
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2833
+ data?: DeleteEventsByIdApiResponse | undefined;
2834
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2838
2835
  endpointName: string;
2839
2836
  startedTimeStamp: number;
2840
2837
  fulfilledTimeStamp?: number | undefined;
2841
2838
  }, "error"> & Required<Pick<{
2842
2839
  requestId: string;
2843
- data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
2844
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2840
+ data?: DeleteEventsByIdApiResponse | undefined;
2841
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2845
2842
  endpointName: string;
2846
2843
  startedTimeStamp: number;
2847
2844
  fulfilledTimeStamp?: number | undefined;
2848
2845
  }, "error">> & {
2849
2846
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2850
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2851
2847
  isUninitialized: false;
2852
2848
  isLoading: false;
2853
2849
  isSuccess: false;
2854
2850
  isError: true;
2855
2851
  })) => R) | undefined;
2856
2852
  fixedCacheKey?: string | undefined;
2857
- } | undefined) => readonly [(arg: DeleteEventsByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", DeleteEventsByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2858
- originalArgs?: DeleteEventsByIdApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
2859
- reset: () => void; /** Key that backs the capability. */
2853
+ } | undefined) => readonly [(arg: DeleteEventsByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", DeleteEventsByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2854
+ originalArgs?: DeleteEventsByIdApiArg | undefined;
2855
+ reset: () => void;
2860
2856
  }];
2861
2857
  declare const usePostEventsMutation: <R extends Record<string, any> = ({
2862
2858
  requestId?: undefined;
2863
2859
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2864
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
2860
+ data?: undefined;
2865
2861
  error?: undefined;
2866
2862
  endpointName?: string | undefined;
2867
2863
  startedTimeStamp?: undefined;
@@ -2876,15 +2872,15 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
2876
2872
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2877
2873
  } & Omit<{
2878
2874
  requestId: string;
2879
- data?: unknown; /** JSON ref to value from where patch should be applied. */
2880
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2875
+ data?: unknown;
2876
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2881
2877
  endpointName: string;
2882
2878
  startedTimeStamp: number;
2883
2879
  fulfilledTimeStamp?: number | undefined;
2884
2880
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2885
2881
  requestId: string;
2886
- data?: unknown; /** JSON ref to value from where patch should be applied. */
2887
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2882
+ data?: unknown;
2883
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2888
2884
  endpointName: string;
2889
2885
  startedTimeStamp: number;
2890
2886
  fulfilledTimeStamp?: number | undefined;
@@ -2900,8 +2896,8 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
2900
2896
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2901
2897
  } & {
2902
2898
  requestId: string;
2903
- data?: unknown; /** JSON ref to value from where patch should be applied. */
2904
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2899
+ data?: unknown;
2900
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2905
2901
  endpointName: string;
2906
2902
  startedTimeStamp: number;
2907
2903
  fulfilledTimeStamp?: number | undefined;
@@ -2911,27 +2907,26 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
2911
2907
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2912
2908
  isUninitialized: false;
2913
2909
  isLoading: true;
2914
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2910
+ isSuccess: false;
2915
2911
  isError: false;
2916
2912
  }) | ({
2917
2913
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2918
2914
  } & Omit<{
2919
2915
  requestId: string;
2920
- data?: unknown; /** JSON ref to value from where patch should be applied. */
2921
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2916
+ data?: unknown;
2917
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2922
2918
  endpointName: string;
2923
2919
  startedTimeStamp: number;
2924
2920
  fulfilledTimeStamp?: number | undefined;
2925
2921
  }, "error"> & Required<Pick<{
2926
2922
  requestId: string;
2927
- data?: unknown; /** JSON ref to value from where patch should be applied. */
2928
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2923
+ data?: unknown;
2924
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2929
2925
  endpointName: string;
2930
2926
  startedTimeStamp: number;
2931
2927
  fulfilledTimeStamp?: number | undefined;
2932
2928
  }, "error">> & {
2933
2929
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2934
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2935
2930
  isUninitialized: false;
2936
2931
  isLoading: false;
2937
2932
  isSuccess: false;
@@ -2940,7 +2935,7 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
2940
2935
  selectFromResult?: ((state: ({
2941
2936
  requestId?: undefined;
2942
2937
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2943
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
2938
+ data?: undefined;
2944
2939
  error?: undefined;
2945
2940
  endpointName?: string | undefined;
2946
2941
  startedTimeStamp?: undefined;
@@ -2955,15 +2950,15 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
2955
2950
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2956
2951
  } & Omit<{
2957
2952
  requestId: string;
2958
- data?: unknown; /** JSON ref to value from where patch should be applied. */
2959
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2953
+ data?: unknown;
2954
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2960
2955
  endpointName: string;
2961
2956
  startedTimeStamp: number;
2962
2957
  fulfilledTimeStamp?: number | undefined;
2963
2958
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2964
2959
  requestId: string;
2965
- data?: unknown; /** JSON ref to value from where patch should be applied. */
2966
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2960
+ data?: unknown;
2961
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2967
2962
  endpointName: string;
2968
2963
  startedTimeStamp: number;
2969
2964
  fulfilledTimeStamp?: number | undefined;
@@ -2979,8 +2974,8 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
2979
2974
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2980
2975
  } & {
2981
2976
  requestId: string;
2982
- data?: unknown; /** JSON ref to value from where patch should be applied. */
2983
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2977
+ data?: unknown;
2978
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2984
2979
  endpointName: string;
2985
2980
  startedTimeStamp: number;
2986
2981
  fulfilledTimeStamp?: number | undefined;
@@ -2990,41 +2985,40 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
2990
2985
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2991
2986
  isUninitialized: false;
2992
2987
  isLoading: true;
2993
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2988
+ isSuccess: false;
2994
2989
  isError: false;
2995
2990
  }) | ({
2996
2991
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2997
2992
  } & Omit<{
2998
2993
  requestId: string;
2999
- data?: unknown; /** JSON ref to value from where patch should be applied. */
3000
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2994
+ data?: unknown;
2995
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3001
2996
  endpointName: string;
3002
2997
  startedTimeStamp: number;
3003
2998
  fulfilledTimeStamp?: number | undefined;
3004
2999
  }, "error"> & Required<Pick<{
3005
3000
  requestId: string;
3006
- data?: unknown; /** JSON ref to value from where patch should be applied. */
3007
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3001
+ data?: unknown;
3002
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3008
3003
  endpointName: string;
3009
3004
  startedTimeStamp: number;
3010
3005
  fulfilledTimeStamp?: number | undefined;
3011
3006
  }, "error">> & {
3012
3007
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3013
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3014
3008
  isUninitialized: false;
3015
3009
  isLoading: false;
3016
3010
  isSuccess: false;
3017
3011
  isError: true;
3018
3012
  })) => R) | undefined;
3019
3013
  fixedCacheKey?: string | undefined;
3020
- } | undefined) => readonly [(arg: PostEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3021
- originalArgs?: PostEventsApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
3022
- reset: () => void; /** Key that backs the capability. */
3014
+ } | undefined) => readonly [(arg: PostEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3015
+ originalArgs?: PostEventsApiArg | undefined;
3016
+ reset: () => void;
3023
3017
  }];
3024
3018
  declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
3025
3019
  requestId?: undefined;
3026
3020
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3027
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
3021
+ data?: undefined;
3028
3022
  error?: undefined;
3029
3023
  endpointName?: string | undefined;
3030
3024
  startedTimeStamp?: undefined;
@@ -3039,15 +3033,15 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
3039
3033
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3040
3034
  } & Omit<{
3041
3035
  requestId: string;
3042
- data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3043
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3036
+ data?: DeleteEventsApiResponse | undefined;
3037
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3044
3038
  endpointName: string;
3045
3039
  startedTimeStamp: number;
3046
3040
  fulfilledTimeStamp?: number | undefined;
3047
3041
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3048
3042
  requestId: string;
3049
- data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3050
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3043
+ data?: DeleteEventsApiResponse | undefined;
3044
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3051
3045
  endpointName: string;
3052
3046
  startedTimeStamp: number;
3053
3047
  fulfilledTimeStamp?: number | undefined;
@@ -3063,8 +3057,8 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
3063
3057
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3064
3058
  } & {
3065
3059
  requestId: string;
3066
- data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3067
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3060
+ data?: DeleteEventsApiResponse | undefined;
3061
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3068
3062
  endpointName: string;
3069
3063
  startedTimeStamp: number;
3070
3064
  fulfilledTimeStamp?: number | undefined;
@@ -3074,27 +3068,26 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
3074
3068
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3075
3069
  isUninitialized: false;
3076
3070
  isLoading: true;
3077
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3071
+ isSuccess: false;
3078
3072
  isError: false;
3079
3073
  }) | ({
3080
3074
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3081
3075
  } & Omit<{
3082
3076
  requestId: string;
3083
- data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3084
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3077
+ data?: DeleteEventsApiResponse | undefined;
3078
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3085
3079
  endpointName: string;
3086
3080
  startedTimeStamp: number;
3087
3081
  fulfilledTimeStamp?: number | undefined;
3088
3082
  }, "error"> & Required<Pick<{
3089
3083
  requestId: string;
3090
- data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3091
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3084
+ data?: DeleteEventsApiResponse | undefined;
3085
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3092
3086
  endpointName: string;
3093
3087
  startedTimeStamp: number;
3094
3088
  fulfilledTimeStamp?: number | undefined;
3095
3089
  }, "error">> & {
3096
3090
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3097
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3098
3091
  isUninitialized: false;
3099
3092
  isLoading: false;
3100
3093
  isSuccess: false;
@@ -3103,7 +3096,7 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
3103
3096
  selectFromResult?: ((state: ({
3104
3097
  requestId?: undefined;
3105
3098
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3106
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
3099
+ data?: undefined;
3107
3100
  error?: undefined;
3108
3101
  endpointName?: string | undefined;
3109
3102
  startedTimeStamp?: undefined;
@@ -3118,15 +3111,15 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
3118
3111
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3119
3112
  } & Omit<{
3120
3113
  requestId: string;
3121
- data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3122
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3114
+ data?: DeleteEventsApiResponse | undefined;
3115
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3123
3116
  endpointName: string;
3124
3117
  startedTimeStamp: number;
3125
3118
  fulfilledTimeStamp?: number | undefined;
3126
3119
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3127
3120
  requestId: string;
3128
- data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3129
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3121
+ data?: DeleteEventsApiResponse | undefined;
3122
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3130
3123
  endpointName: string;
3131
3124
  startedTimeStamp: number;
3132
3125
  fulfilledTimeStamp?: number | undefined;
@@ -3142,8 +3135,8 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
3142
3135
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3143
3136
  } & {
3144
3137
  requestId: string;
3145
- data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3146
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3138
+ data?: DeleteEventsApiResponse | undefined;
3139
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3147
3140
  endpointName: string;
3148
3141
  startedTimeStamp: number;
3149
3142
  fulfilledTimeStamp?: number | undefined;
@@ -3153,41 +3146,40 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
3153
3146
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3154
3147
  isUninitialized: false;
3155
3148
  isLoading: true;
3156
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3149
+ isSuccess: false;
3157
3150
  isError: false;
3158
3151
  }) | ({
3159
3152
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3160
3153
  } & Omit<{
3161
3154
  requestId: string;
3162
- data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3163
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3155
+ data?: DeleteEventsApiResponse | undefined;
3156
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3164
3157
  endpointName: string;
3165
3158
  startedTimeStamp: number;
3166
3159
  fulfilledTimeStamp?: number | undefined;
3167
3160
  }, "error"> & Required<Pick<{
3168
3161
  requestId: string;
3169
- data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3170
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3162
+ data?: DeleteEventsApiResponse | undefined;
3163
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3171
3164
  endpointName: string;
3172
3165
  startedTimeStamp: number;
3173
3166
  fulfilledTimeStamp?: number | undefined;
3174
3167
  }, "error">> & {
3175
3168
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3176
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3177
3169
  isUninitialized: false;
3178
3170
  isLoading: false;
3179
3171
  isSuccess: false;
3180
3172
  isError: true;
3181
3173
  })) => R) | undefined;
3182
3174
  fixedCacheKey?: string | undefined;
3183
- } | undefined) => readonly [(arg: DeleteEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", DeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3184
- originalArgs?: DeleteEventsApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
3185
- reset: () => void; /** Key that backs the capability. */
3175
+ } | undefined) => readonly [(arg: DeleteEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", DeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3176
+ originalArgs?: DeleteEventsApiArg | undefined;
3177
+ reset: () => void;
3186
3178
  }];
3187
3179
  declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
3188
3180
  requestId?: undefined;
3189
3181
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3190
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
3182
+ data?: undefined;
3191
3183
  error?: undefined;
3192
3184
  endpointName?: string | undefined;
3193
3185
  startedTimeStamp?: undefined;
@@ -3202,15 +3194,15 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
3202
3194
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3203
3195
  } & Omit<{
3204
3196
  requestId: string;
3205
- data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3206
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3197
+ data?: PutEventsStatusApiResponse | undefined;
3198
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3207
3199
  endpointName: string;
3208
3200
  startedTimeStamp: number;
3209
3201
  fulfilledTimeStamp?: number | undefined;
3210
3202
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3211
3203
  requestId: string;
3212
- data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3213
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3204
+ data?: PutEventsStatusApiResponse | undefined;
3205
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3214
3206
  endpointName: string;
3215
3207
  startedTimeStamp: number;
3216
3208
  fulfilledTimeStamp?: number | undefined;
@@ -3226,8 +3218,8 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
3226
3218
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3227
3219
  } & {
3228
3220
  requestId: string;
3229
- data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3230
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3221
+ data?: PutEventsStatusApiResponse | undefined;
3222
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3231
3223
  endpointName: string;
3232
3224
  startedTimeStamp: number;
3233
3225
  fulfilledTimeStamp?: number | undefined;
@@ -3237,27 +3229,26 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
3237
3229
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3238
3230
  isUninitialized: false;
3239
3231
  isLoading: true;
3240
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3232
+ isSuccess: false;
3241
3233
  isError: false;
3242
3234
  }) | ({
3243
3235
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3244
3236
  } & Omit<{
3245
3237
  requestId: string;
3246
- data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3247
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3238
+ data?: PutEventsStatusApiResponse | undefined;
3239
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3248
3240
  endpointName: string;
3249
3241
  startedTimeStamp: number;
3250
3242
  fulfilledTimeStamp?: number | undefined;
3251
3243
  }, "error"> & Required<Pick<{
3252
3244
  requestId: string;
3253
- data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3254
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3245
+ data?: PutEventsStatusApiResponse | undefined;
3246
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3255
3247
  endpointName: string;
3256
3248
  startedTimeStamp: number;
3257
3249
  fulfilledTimeStamp?: number | undefined;
3258
3250
  }, "error">> & {
3259
3251
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3260
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3261
3252
  isUninitialized: false;
3262
3253
  isLoading: false;
3263
3254
  isSuccess: false;
@@ -3266,7 +3257,7 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
3266
3257
  selectFromResult?: ((state: ({
3267
3258
  requestId?: undefined;
3268
3259
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3269
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
3260
+ data?: undefined;
3270
3261
  error?: undefined;
3271
3262
  endpointName?: string | undefined;
3272
3263
  startedTimeStamp?: undefined;
@@ -3281,15 +3272,15 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
3281
3272
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3282
3273
  } & Omit<{
3283
3274
  requestId: string;
3284
- data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3285
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3275
+ data?: PutEventsStatusApiResponse | undefined;
3276
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3286
3277
  endpointName: string;
3287
3278
  startedTimeStamp: number;
3288
3279
  fulfilledTimeStamp?: number | undefined;
3289
3280
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3290
3281
  requestId: string;
3291
- data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3292
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3282
+ data?: PutEventsStatusApiResponse | undefined;
3283
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3293
3284
  endpointName: string;
3294
3285
  startedTimeStamp: number;
3295
3286
  fulfilledTimeStamp?: number | undefined;
@@ -3305,8 +3296,8 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
3305
3296
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3306
3297
  } & {
3307
3298
  requestId: string;
3308
- data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3309
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3299
+ data?: PutEventsStatusApiResponse | undefined;
3300
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3310
3301
  endpointName: string;
3311
3302
  startedTimeStamp: number;
3312
3303
  fulfilledTimeStamp?: number | undefined;
@@ -3316,41 +3307,40 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
3316
3307
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3317
3308
  isUninitialized: false;
3318
3309
  isLoading: true;
3319
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3310
+ isSuccess: false;
3320
3311
  isError: false;
3321
3312
  }) | ({
3322
3313
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3323
3314
  } & Omit<{
3324
3315
  requestId: string;
3325
- data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3326
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3316
+ data?: PutEventsStatusApiResponse | undefined;
3317
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3327
3318
  endpointName: string;
3328
3319
  startedTimeStamp: number;
3329
3320
  fulfilledTimeStamp?: number | undefined;
3330
3321
  }, "error"> & Required<Pick<{
3331
3322
  requestId: string;
3332
- data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3333
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3323
+ data?: PutEventsStatusApiResponse | undefined;
3324
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3334
3325
  endpointName: string;
3335
3326
  startedTimeStamp: number;
3336
3327
  fulfilledTimeStamp?: number | undefined;
3337
3328
  }, "error">> & {
3338
3329
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3339
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3340
3330
  isUninitialized: false;
3341
3331
  isLoading: false;
3342
3332
  isSuccess: false;
3343
3333
  isError: true;
3344
3334
  })) => R) | undefined;
3345
3335
  fixedCacheKey?: string | undefined;
3346
- } | undefined) => readonly [(arg: PutEventsStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PutEventsStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3347
- originalArgs?: PutEventsStatusApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
3348
- reset: () => void; /** Key that backs the capability. */
3336
+ } | undefined) => readonly [(arg: PutEventsStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", PutEventsStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3337
+ originalArgs?: PutEventsStatusApiArg | undefined;
3338
+ reset: () => void;
3349
3339
  }];
3350
3340
  declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = ({
3351
3341
  requestId?: undefined;
3352
3342
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3353
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
3343
+ data?: undefined;
3354
3344
  error?: undefined;
3355
3345
  endpointName?: string | undefined;
3356
3346
  startedTimeStamp?: undefined;
@@ -3365,15 +3355,15 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
3365
3355
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3366
3356
  } & Omit<{
3367
3357
  requestId: string;
3368
- data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3369
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3358
+ data?: PutEventsByIdStatusApiResponse | undefined;
3359
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3370
3360
  endpointName: string;
3371
3361
  startedTimeStamp: number;
3372
3362
  fulfilledTimeStamp?: number | undefined;
3373
3363
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3374
3364
  requestId: string;
3375
- data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3376
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3365
+ data?: PutEventsByIdStatusApiResponse | undefined;
3366
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3377
3367
  endpointName: string;
3378
3368
  startedTimeStamp: number;
3379
3369
  fulfilledTimeStamp?: number | undefined;
@@ -3389,8 +3379,8 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
3389
3379
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3390
3380
  } & {
3391
3381
  requestId: string;
3392
- data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3393
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3382
+ data?: PutEventsByIdStatusApiResponse | undefined;
3383
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3394
3384
  endpointName: string;
3395
3385
  startedTimeStamp: number;
3396
3386
  fulfilledTimeStamp?: number | undefined;
@@ -3400,27 +3390,26 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
3400
3390
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3401
3391
  isUninitialized: false;
3402
3392
  isLoading: true;
3403
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3393
+ isSuccess: false;
3404
3394
  isError: false;
3405
3395
  }) | ({
3406
3396
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3407
3397
  } & Omit<{
3408
3398
  requestId: string;
3409
- data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3410
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3399
+ data?: PutEventsByIdStatusApiResponse | undefined;
3400
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3411
3401
  endpointName: string;
3412
3402
  startedTimeStamp: number;
3413
3403
  fulfilledTimeStamp?: number | undefined;
3414
3404
  }, "error"> & Required<Pick<{
3415
3405
  requestId: string;
3416
- data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3417
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3406
+ data?: PutEventsByIdStatusApiResponse | undefined;
3407
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3418
3408
  endpointName: string;
3419
3409
  startedTimeStamp: number;
3420
3410
  fulfilledTimeStamp?: number | undefined;
3421
3411
  }, "error">> & {
3422
3412
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3423
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3424
3413
  isUninitialized: false;
3425
3414
  isLoading: false;
3426
3415
  isSuccess: false;
@@ -3429,7 +3418,7 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
3429
3418
  selectFromResult?: ((state: ({
3430
3419
  requestId?: undefined;
3431
3420
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3432
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
3421
+ data?: undefined;
3433
3422
  error?: undefined;
3434
3423
  endpointName?: string | undefined;
3435
3424
  startedTimeStamp?: undefined;
@@ -3444,15 +3433,15 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
3444
3433
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3445
3434
  } & Omit<{
3446
3435
  requestId: string;
3447
- data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3448
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3436
+ data?: PutEventsByIdStatusApiResponse | undefined;
3437
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3449
3438
  endpointName: string;
3450
3439
  startedTimeStamp: number;
3451
3440
  fulfilledTimeStamp?: number | undefined;
3452
3441
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3453
3442
  requestId: string;
3454
- data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3455
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3443
+ data?: PutEventsByIdStatusApiResponse | undefined;
3444
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3456
3445
  endpointName: string;
3457
3446
  startedTimeStamp: number;
3458
3447
  fulfilledTimeStamp?: number | undefined;
@@ -3468,8 +3457,8 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
3468
3457
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3469
3458
  } & {
3470
3459
  requestId: string;
3471
- data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3472
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3460
+ data?: PutEventsByIdStatusApiResponse | undefined;
3461
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3473
3462
  endpointName: string;
3474
3463
  startedTimeStamp: number;
3475
3464
  fulfilledTimeStamp?: number | undefined;
@@ -3479,36 +3468,35 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
3479
3468
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3480
3469
  isUninitialized: false;
3481
3470
  isLoading: true;
3482
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3471
+ isSuccess: false;
3483
3472
  isError: false;
3484
3473
  }) | ({
3485
3474
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3486
3475
  } & Omit<{
3487
3476
  requestId: string;
3488
- data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3489
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3477
+ data?: PutEventsByIdStatusApiResponse | undefined;
3478
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3490
3479
  endpointName: string;
3491
3480
  startedTimeStamp: number;
3492
3481
  fulfilledTimeStamp?: number | undefined;
3493
3482
  }, "error"> & Required<Pick<{
3494
3483
  requestId: string;
3495
- data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3496
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3484
+ data?: PutEventsByIdStatusApiResponse | undefined;
3485
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3497
3486
  endpointName: string;
3498
3487
  startedTimeStamp: number;
3499
3488
  fulfilledTimeStamp?: number | undefined;
3500
3489
  }, "error">> & {
3501
3490
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3502
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3503
3491
  isUninitialized: false;
3504
3492
  isLoading: false;
3505
3493
  isSuccess: false;
3506
3494
  isError: true;
3507
3495
  })) => R) | undefined;
3508
3496
  fixedCacheKey?: string | undefined;
3509
- } | undefined) => readonly [(arg: PutEventsByIdStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3510
- originalArgs?: PutEventsByIdStatusApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
3511
- reset: () => void; /** Key that backs the capability. */
3497
+ } | undefined) => readonly [(arg: PutEventsByIdStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3498
+ originalArgs?: PutEventsByIdStatusApiArg | undefined;
3499
+ reset: () => void;
3512
3500
  }];
3513
3501
  declare const useGetUserKeysQuery: <R extends Record<string, any> = ({
3514
3502
  data?: undefined;
@@ -3526,7 +3514,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = ({
3526
3514
  isError: false;
3527
3515
  isUninitialized: true;
3528
3516
  } | {
3529
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3517
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3530
3518
  fulfilledTimeStamp?: number | undefined;
3531
3519
  originalArgs?: GetUserKeysApiArg | undefined;
3532
3520
  requestId?: string | undefined;
@@ -3584,7 +3572,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = ({
3584
3572
  isFetching: false;
3585
3573
  isSuccess: false;
3586
3574
  isError: true;
3587
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
3575
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3588
3576
  }) & {
3589
3577
  status: _reduxjs_toolkit_query.QueryStatus;
3590
3578
  }>(arg: GetUserKeysApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -3608,7 +3596,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = ({
3608
3596
  isError: false;
3609
3597
  isUninitialized: true;
3610
3598
  } | {
3611
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3599
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3612
3600
  fulfilledTimeStamp?: number | undefined;
3613
3601
  originalArgs?: GetUserKeysApiArg | undefined;
3614
3602
  requestId?: string | undefined;
@@ -3666,17 +3654,17 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = ({
3666
3654
  isFetching: false;
3667
3655
  isSuccess: false;
3668
3656
  isError: true;
3669
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
3657
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3670
3658
  }) & {
3671
3659
  status: _reduxjs_toolkit_query.QueryStatus;
3672
3660
  }) => R) | undefined;
3673
3661
  }) | undefined) => [R][R extends any ? 0 : never] & {
3674
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>>;
3662
+ refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>>;
3675
3663
  };
3676
3664
  declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
3677
3665
  requestId?: undefined;
3678
3666
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3679
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
3667
+ data?: undefined;
3680
3668
  error?: undefined;
3681
3669
  endpointName?: string | undefined;
3682
3670
  startedTimeStamp?: undefined;
@@ -3691,15 +3679,15 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
3691
3679
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3692
3680
  } & Omit<{
3693
3681
  requestId: string;
3694
- data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3695
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3682
+ data?: RegisterMeshmodelsApiResponse | undefined;
3683
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3696
3684
  endpointName: string;
3697
3685
  startedTimeStamp: number;
3698
3686
  fulfilledTimeStamp?: number | undefined;
3699
3687
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3700
3688
  requestId: string;
3701
- data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3702
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3689
+ data?: RegisterMeshmodelsApiResponse | undefined;
3690
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3703
3691
  endpointName: string;
3704
3692
  startedTimeStamp: number;
3705
3693
  fulfilledTimeStamp?: number | undefined;
@@ -3715,8 +3703,8 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
3715
3703
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3716
3704
  } & {
3717
3705
  requestId: string;
3718
- data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3719
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3706
+ data?: RegisterMeshmodelsApiResponse | undefined;
3707
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3720
3708
  endpointName: string;
3721
3709
  startedTimeStamp: number;
3722
3710
  fulfilledTimeStamp?: number | undefined;
@@ -3726,27 +3714,26 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
3726
3714
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3727
3715
  isUninitialized: false;
3728
3716
  isLoading: true;
3729
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3717
+ isSuccess: false;
3730
3718
  isError: false;
3731
3719
  }) | ({
3732
3720
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3733
3721
  } & Omit<{
3734
3722
  requestId: string;
3735
- data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3736
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3723
+ data?: RegisterMeshmodelsApiResponse | undefined;
3724
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3737
3725
  endpointName: string;
3738
3726
  startedTimeStamp: number;
3739
3727
  fulfilledTimeStamp?: number | undefined;
3740
3728
  }, "error"> & Required<Pick<{
3741
3729
  requestId: string;
3742
- data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3743
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3730
+ data?: RegisterMeshmodelsApiResponse | undefined;
3731
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3744
3732
  endpointName: string;
3745
3733
  startedTimeStamp: number;
3746
3734
  fulfilledTimeStamp?: number | undefined;
3747
3735
  }, "error">> & {
3748
3736
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3749
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3750
3737
  isUninitialized: false;
3751
3738
  isLoading: false;
3752
3739
  isSuccess: false;
@@ -3755,7 +3742,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
3755
3742
  selectFromResult?: ((state: ({
3756
3743
  requestId?: undefined;
3757
3744
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3758
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
3745
+ data?: undefined;
3759
3746
  error?: undefined;
3760
3747
  endpointName?: string | undefined;
3761
3748
  startedTimeStamp?: undefined;
@@ -3770,15 +3757,15 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
3770
3757
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3771
3758
  } & Omit<{
3772
3759
  requestId: string;
3773
- data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3774
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3760
+ data?: RegisterMeshmodelsApiResponse | undefined;
3761
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3775
3762
  endpointName: string;
3776
3763
  startedTimeStamp: number;
3777
3764
  fulfilledTimeStamp?: number | undefined;
3778
3765
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3779
3766
  requestId: string;
3780
- data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3781
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3767
+ data?: RegisterMeshmodelsApiResponse | undefined;
3768
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3782
3769
  endpointName: string;
3783
3770
  startedTimeStamp: number;
3784
3771
  fulfilledTimeStamp?: number | undefined;
@@ -3794,8 +3781,8 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
3794
3781
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3795
3782
  } & {
3796
3783
  requestId: string;
3797
- data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3798
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3784
+ data?: RegisterMeshmodelsApiResponse | undefined;
3785
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3799
3786
  endpointName: string;
3800
3787
  startedTimeStamp: number;
3801
3788
  fulfilledTimeStamp?: number | undefined;
@@ -3805,36 +3792,35 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
3805
3792
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3806
3793
  isUninitialized: false;
3807
3794
  isLoading: true;
3808
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3795
+ isSuccess: false;
3809
3796
  isError: false;
3810
3797
  }) | ({
3811
3798
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3812
3799
  } & Omit<{
3813
3800
  requestId: string;
3814
- data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3815
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3801
+ data?: RegisterMeshmodelsApiResponse | undefined;
3802
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3816
3803
  endpointName: string;
3817
3804
  startedTimeStamp: number;
3818
3805
  fulfilledTimeStamp?: number | undefined;
3819
3806
  }, "error"> & Required<Pick<{
3820
3807
  requestId: string;
3821
- data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
3822
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3808
+ data?: RegisterMeshmodelsApiResponse | undefined;
3809
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3823
3810
  endpointName: string;
3824
3811
  startedTimeStamp: number;
3825
3812
  fulfilledTimeStamp?: number | undefined;
3826
3813
  }, "error">> & {
3827
3814
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3828
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3829
3815
  isUninitialized: false;
3830
3816
  isLoading: false;
3831
3817
  isSuccess: false;
3832
3818
  isError: true;
3833
3819
  })) => R) | undefined;
3834
3820
  fixedCacheKey?: string | undefined;
3835
- } | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3836
- originalArgs?: RegisterMeshmodelsApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
3837
- reset: () => void; /** Key that backs the capability. */
3821
+ } | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3822
+ originalArgs?: RegisterMeshmodelsApiArg | undefined;
3823
+ reset: () => void;
3838
3824
  }];
3839
3825
  declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
3840
3826
  data?: undefined;
@@ -3852,7 +3838,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
3852
3838
  isError: false;
3853
3839
  isUninitialized: true;
3854
3840
  } | {
3855
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3841
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3856
3842
  fulfilledTimeStamp?: number | undefined;
3857
3843
  originalArgs?: GetOrgByDomainApiArg | undefined;
3858
3844
  requestId?: string | undefined;
@@ -3910,7 +3896,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
3910
3896
  isFetching: false;
3911
3897
  isSuccess: false;
3912
3898
  isError: true;
3913
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
3899
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3914
3900
  }) & {
3915
3901
  status: _reduxjs_toolkit_query.QueryStatus;
3916
3902
  }>(arg: GetOrgByDomainApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -3934,7 +3920,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
3934
3920
  isError: false;
3935
3921
  isUninitialized: true;
3936
3922
  } | {
3937
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3923
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3938
3924
  fulfilledTimeStamp?: number | undefined;
3939
3925
  originalArgs?: GetOrgByDomainApiArg | undefined;
3940
3926
  requestId?: string | undefined;
@@ -3992,12 +3978,12 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
3992
3978
  isFetching: false;
3993
3979
  isSuccess: false;
3994
3980
  isError: true;
3995
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
3981
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3996
3982
  }) & {
3997
3983
  status: _reduxjs_toolkit_query.QueryStatus;
3998
3984
  }) => R) | undefined;
3999
3985
  }) | undefined) => [R][R extends any ? 0 : never] & {
4000
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>>;
3986
+ refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>>;
4001
3987
  };
4002
3988
  declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
4003
3989
  data?: undefined;
@@ -4015,7 +4001,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
4015
4001
  isError: false;
4016
4002
  isUninitialized: true;
4017
4003
  } | {
4018
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4004
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4019
4005
  fulfilledTimeStamp?: number | undefined;
4020
4006
  originalArgs?: void | undefined;
4021
4007
  requestId?: string | undefined;
@@ -4073,7 +4059,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
4073
4059
  isFetching: false;
4074
4060
  isSuccess: false;
4075
4061
  isError: true;
4076
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
4062
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
4077
4063
  }) & {
4078
4064
  status: _reduxjs_toolkit_query.QueryStatus;
4079
4065
  }>(arg: void | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -4097,7 +4083,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
4097
4083
  isError: false;
4098
4084
  isUninitialized: true;
4099
4085
  } | {
4100
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4086
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4101
4087
  fulfilledTimeStamp?: number | undefined;
4102
4088
  originalArgs?: void | undefined;
4103
4089
  requestId?: string | undefined;
@@ -4155,17 +4141,17 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
4155
4141
  isFetching: false;
4156
4142
  isSuccess: false;
4157
4143
  isError: true;
4158
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
4144
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
4159
4145
  }) & {
4160
4146
  status: _reduxjs_toolkit_query.QueryStatus;
4161
4147
  }) => R) | undefined;
4162
4148
  }) | undefined) => [R][R extends any ? 0 : never] & {
4163
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>;
4149
+ refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>;
4164
4150
  };
4165
4151
  declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
4166
4152
  requestId?: undefined;
4167
4153
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4168
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
4154
+ data?: undefined;
4169
4155
  error?: undefined;
4170
4156
  endpointName?: string | undefined;
4171
4157
  startedTimeStamp?: undefined;
@@ -4180,15 +4166,15 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
4180
4166
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4181
4167
  } & Omit<{
4182
4168
  requestId: string;
4183
- data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4184
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4169
+ data?: PostApiWorkspacesApiResponse | undefined;
4170
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4185
4171
  endpointName: string;
4186
4172
  startedTimeStamp: number;
4187
4173
  fulfilledTimeStamp?: number | undefined;
4188
4174
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
4189
4175
  requestId: string;
4190
- data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4191
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4176
+ data?: PostApiWorkspacesApiResponse | undefined;
4177
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4192
4178
  endpointName: string;
4193
4179
  startedTimeStamp: number;
4194
4180
  fulfilledTimeStamp?: number | undefined;
@@ -4204,8 +4190,8 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
4204
4190
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4205
4191
  } & {
4206
4192
  requestId: string;
4207
- data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4208
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4193
+ data?: PostApiWorkspacesApiResponse | undefined;
4194
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4209
4195
  endpointName: string;
4210
4196
  startedTimeStamp: number;
4211
4197
  fulfilledTimeStamp?: number | undefined;
@@ -4215,27 +4201,26 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
4215
4201
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4216
4202
  isUninitialized: false;
4217
4203
  isLoading: true;
4218
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
4204
+ isSuccess: false;
4219
4205
  isError: false;
4220
4206
  }) | ({
4221
4207
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4222
4208
  } & Omit<{
4223
4209
  requestId: string;
4224
- data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4225
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4210
+ data?: PostApiWorkspacesApiResponse | undefined;
4211
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4226
4212
  endpointName: string;
4227
4213
  startedTimeStamp: number;
4228
4214
  fulfilledTimeStamp?: number | undefined;
4229
4215
  }, "error"> & Required<Pick<{
4230
4216
  requestId: string;
4231
- data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4232
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4217
+ data?: PostApiWorkspacesApiResponse | undefined;
4218
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4233
4219
  endpointName: string;
4234
4220
  startedTimeStamp: number;
4235
4221
  fulfilledTimeStamp?: number | undefined;
4236
4222
  }, "error">> & {
4237
4223
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4238
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
4239
4224
  isUninitialized: false;
4240
4225
  isLoading: false;
4241
4226
  isSuccess: false;
@@ -4244,7 +4229,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
4244
4229
  selectFromResult?: ((state: ({
4245
4230
  requestId?: undefined;
4246
4231
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4247
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
4232
+ data?: undefined;
4248
4233
  error?: undefined;
4249
4234
  endpointName?: string | undefined;
4250
4235
  startedTimeStamp?: undefined;
@@ -4259,15 +4244,15 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
4259
4244
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4260
4245
  } & Omit<{
4261
4246
  requestId: string;
4262
- data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4263
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4247
+ data?: PostApiWorkspacesApiResponse | undefined;
4248
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4264
4249
  endpointName: string;
4265
4250
  startedTimeStamp: number;
4266
4251
  fulfilledTimeStamp?: number | undefined;
4267
4252
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
4268
4253
  requestId: string;
4269
- data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4270
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4254
+ data?: PostApiWorkspacesApiResponse | undefined;
4255
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4271
4256
  endpointName: string;
4272
4257
  startedTimeStamp: number;
4273
4258
  fulfilledTimeStamp?: number | undefined;
@@ -4283,8 +4268,8 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
4283
4268
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4284
4269
  } & {
4285
4270
  requestId: string;
4286
- data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4287
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4271
+ data?: PostApiWorkspacesApiResponse | undefined;
4272
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4288
4273
  endpointName: string;
4289
4274
  startedTimeStamp: number;
4290
4275
  fulfilledTimeStamp?: number | undefined;
@@ -4294,36 +4279,35 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
4294
4279
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4295
4280
  isUninitialized: false;
4296
4281
  isLoading: true;
4297
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
4282
+ isSuccess: false;
4298
4283
  isError: false;
4299
4284
  }) | ({
4300
4285
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4301
4286
  } & Omit<{
4302
4287
  requestId: string;
4303
- data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4304
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4288
+ data?: PostApiWorkspacesApiResponse | undefined;
4289
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4305
4290
  endpointName: string;
4306
4291
  startedTimeStamp: number;
4307
4292
  fulfilledTimeStamp?: number | undefined;
4308
4293
  }, "error"> & Required<Pick<{
4309
4294
  requestId: string;
4310
- data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4311
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4295
+ data?: PostApiWorkspacesApiResponse | undefined;
4296
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4312
4297
  endpointName: string;
4313
4298
  startedTimeStamp: number;
4314
4299
  fulfilledTimeStamp?: number | undefined;
4315
4300
  }, "error">> & {
4316
4301
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4317
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
4318
4302
  isUninitialized: false;
4319
4303
  isLoading: false;
4320
4304
  isSuccess: false;
4321
4305
  isError: true;
4322
4306
  })) => R) | undefined;
4323
4307
  fixedCacheKey?: string | undefined;
4324
- } | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
4325
- originalArgs?: PostApiWorkspacesApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
4326
- reset: () => void; /** Key that backs the capability. */
4308
+ } | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
4309
+ originalArgs?: PostApiWorkspacesApiArg | undefined;
4310
+ reset: () => void;
4327
4311
  }];
4328
4312
  declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
4329
4313
  data?: undefined;
@@ -4341,7 +4325,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
4341
4325
  isError: false;
4342
4326
  isUninitialized: true;
4343
4327
  } | {
4344
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4328
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4345
4329
  fulfilledTimeStamp?: number | undefined;
4346
4330
  originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
4347
4331
  requestId?: string | undefined;
@@ -4399,7 +4383,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
4399
4383
  isFetching: false;
4400
4384
  isSuccess: false;
4401
4385
  isError: true;
4402
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
4386
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
4403
4387
  }) & {
4404
4388
  status: _reduxjs_toolkit_query.QueryStatus;
4405
4389
  }>(arg: GetApiWorkspacesByIdApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -4423,7 +4407,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
4423
4407
  isError: false;
4424
4408
  isUninitialized: true;
4425
4409
  } | {
4426
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4410
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4427
4411
  fulfilledTimeStamp?: number | undefined;
4428
4412
  originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
4429
4413
  requestId?: string | undefined;
@@ -4481,17 +4465,17 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
4481
4465
  isFetching: false;
4482
4466
  isSuccess: false;
4483
4467
  isError: true;
4484
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
4468
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
4485
4469
  }) & {
4486
4470
  status: _reduxjs_toolkit_query.QueryStatus;
4487
4471
  }) => R) | undefined;
4488
4472
  }) | undefined) => [R][R extends any ? 0 : never] & {
4489
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
4473
+ refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
4490
4474
  };
4491
4475
  declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
4492
4476
  requestId?: undefined;
4493
4477
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4494
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
4478
+ data?: undefined;
4495
4479
  error?: undefined;
4496
4480
  endpointName?: string | undefined;
4497
4481
  startedTimeStamp?: undefined;
@@ -4506,15 +4490,15 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
4506
4490
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4507
4491
  } & Omit<{
4508
4492
  requestId: string;
4509
- data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4510
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4493
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4494
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4511
4495
  endpointName: string;
4512
4496
  startedTimeStamp: number;
4513
4497
  fulfilledTimeStamp?: number | undefined;
4514
4498
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
4515
4499
  requestId: string;
4516
- data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4517
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4500
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4501
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4518
4502
  endpointName: string;
4519
4503
  startedTimeStamp: number;
4520
4504
  fulfilledTimeStamp?: number | undefined;
@@ -4530,8 +4514,8 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
4530
4514
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4531
4515
  } & {
4532
4516
  requestId: string;
4533
- data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4534
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4517
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4518
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4535
4519
  endpointName: string;
4536
4520
  startedTimeStamp: number;
4537
4521
  fulfilledTimeStamp?: number | undefined;
@@ -4541,27 +4525,26 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
4541
4525
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4542
4526
  isUninitialized: false;
4543
4527
  isLoading: true;
4544
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
4528
+ isSuccess: false;
4545
4529
  isError: false;
4546
4530
  }) | ({
4547
4531
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4548
4532
  } & Omit<{
4549
4533
  requestId: string;
4550
- data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4551
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4534
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4535
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4552
4536
  endpointName: string;
4553
4537
  startedTimeStamp: number;
4554
4538
  fulfilledTimeStamp?: number | undefined;
4555
4539
  }, "error"> & Required<Pick<{
4556
4540
  requestId: string;
4557
- data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4558
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4541
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4542
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4559
4543
  endpointName: string;
4560
4544
  startedTimeStamp: number;
4561
4545
  fulfilledTimeStamp?: number | undefined;
4562
4546
  }, "error">> & {
4563
4547
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4564
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
4565
4548
  isUninitialized: false;
4566
4549
  isLoading: false;
4567
4550
  isSuccess: false;
@@ -4570,7 +4553,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
4570
4553
  selectFromResult?: ((state: ({
4571
4554
  requestId?: undefined;
4572
4555
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4573
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
4556
+ data?: undefined;
4574
4557
  error?: undefined;
4575
4558
  endpointName?: string | undefined;
4576
4559
  startedTimeStamp?: undefined;
@@ -4585,15 +4568,15 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
4585
4568
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4586
4569
  } & Omit<{
4587
4570
  requestId: string;
4588
- data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4589
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4571
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4572
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4590
4573
  endpointName: string;
4591
4574
  startedTimeStamp: number;
4592
4575
  fulfilledTimeStamp?: number | undefined;
4593
4576
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
4594
4577
  requestId: string;
4595
- data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4596
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4578
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4579
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4597
4580
  endpointName: string;
4598
4581
  startedTimeStamp: number;
4599
4582
  fulfilledTimeStamp?: number | undefined;
@@ -4609,8 +4592,8 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
4609
4592
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4610
4593
  } & {
4611
4594
  requestId: string;
4612
- data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4613
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4595
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4596
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4614
4597
  endpointName: string;
4615
4598
  startedTimeStamp: number;
4616
4599
  fulfilledTimeStamp?: number | undefined;
@@ -4620,41 +4603,40 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
4620
4603
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4621
4604
  isUninitialized: false;
4622
4605
  isLoading: true;
4623
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
4606
+ isSuccess: false;
4624
4607
  isError: false;
4625
4608
  }) | ({
4626
4609
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4627
4610
  } & Omit<{
4628
4611
  requestId: string;
4629
- data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4630
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4612
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4613
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4631
4614
  endpointName: string;
4632
4615
  startedTimeStamp: number;
4633
4616
  fulfilledTimeStamp?: number | undefined;
4634
4617
  }, "error"> & Required<Pick<{
4635
4618
  requestId: string;
4636
- data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
4637
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4619
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4620
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4638
4621
  endpointName: string;
4639
4622
  startedTimeStamp: number;
4640
4623
  fulfilledTimeStamp?: number | undefined;
4641
4624
  }, "error">> & {
4642
4625
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4643
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
4644
4626
  isUninitialized: false;
4645
4627
  isLoading: false;
4646
4628
  isSuccess: false;
4647
4629
  isError: true;
4648
4630
  })) => R) | undefined;
4649
4631
  fixedCacheKey?: string | undefined;
4650
- } | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
4651
- originalArgs?: PutApiWorkspacesByIdApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
4652
- reset: () => void; /** Key that backs the capability. */
4632
+ } | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
4633
+ originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
4634
+ reset: () => void;
4653
4635
  }];
4654
4636
  declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
4655
4637
  requestId?: undefined;
4656
4638
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4657
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
4639
+ data?: undefined;
4658
4640
  error?: undefined;
4659
4641
  endpointName?: string | undefined;
4660
4642
  startedTimeStamp?: undefined;
@@ -4669,15 +4651,15 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
4669
4651
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4670
4652
  } & Omit<{
4671
4653
  requestId: string;
4672
- data?: unknown; /** JSON ref to value from where patch should be applied. */
4673
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4654
+ data?: unknown;
4655
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4674
4656
  endpointName: string;
4675
4657
  startedTimeStamp: number;
4676
4658
  fulfilledTimeStamp?: number | undefined;
4677
4659
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
4678
4660
  requestId: string;
4679
- data?: unknown; /** JSON ref to value from where patch should be applied. */
4680
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4661
+ data?: unknown;
4662
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4681
4663
  endpointName: string;
4682
4664
  startedTimeStamp: number;
4683
4665
  fulfilledTimeStamp?: number | undefined;
@@ -4693,8 +4675,8 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
4693
4675
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4694
4676
  } & {
4695
4677
  requestId: string;
4696
- data?: unknown; /** JSON ref to value from where patch should be applied. */
4697
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4678
+ data?: unknown;
4679
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4698
4680
  endpointName: string;
4699
4681
  startedTimeStamp: number;
4700
4682
  fulfilledTimeStamp?: number | undefined;
@@ -4704,27 +4686,26 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
4704
4686
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4705
4687
  isUninitialized: false;
4706
4688
  isLoading: true;
4707
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
4689
+ isSuccess: false;
4708
4690
  isError: false;
4709
4691
  }) | ({
4710
4692
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4711
4693
  } & Omit<{
4712
4694
  requestId: string;
4713
- data?: unknown; /** JSON ref to value from where patch should be applied. */
4714
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4695
+ data?: unknown;
4696
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4715
4697
  endpointName: string;
4716
4698
  startedTimeStamp: number;
4717
4699
  fulfilledTimeStamp?: number | undefined;
4718
4700
  }, "error"> & Required<Pick<{
4719
4701
  requestId: string;
4720
- data?: unknown; /** JSON ref to value from where patch should be applied. */
4721
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4702
+ data?: unknown;
4703
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4722
4704
  endpointName: string;
4723
4705
  startedTimeStamp: number;
4724
4706
  fulfilledTimeStamp?: number | undefined;
4725
4707
  }, "error">> & {
4726
4708
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4727
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
4728
4709
  isUninitialized: false;
4729
4710
  isLoading: false;
4730
4711
  isSuccess: false;
@@ -4733,7 +4714,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
4733
4714
  selectFromResult?: ((state: ({
4734
4715
  requestId?: undefined;
4735
4716
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4736
- data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
4717
+ data?: undefined;
4737
4718
  error?: undefined;
4738
4719
  endpointName?: string | undefined;
4739
4720
  startedTimeStamp?: undefined;
@@ -4748,15 +4729,15 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
4748
4729
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4749
4730
  } & Omit<{
4750
4731
  requestId: string;
4751
- data?: unknown; /** JSON ref to value from where patch should be applied. */
4752
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4732
+ data?: unknown;
4733
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4753
4734
  endpointName: string;
4754
4735
  startedTimeStamp: number;
4755
4736
  fulfilledTimeStamp?: number | undefined;
4756
4737
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
4757
4738
  requestId: string;
4758
- data?: unknown; /** JSON ref to value from where patch should be applied. */
4759
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4739
+ data?: unknown;
4740
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4760
4741
  endpointName: string;
4761
4742
  startedTimeStamp: number;
4762
4743
  fulfilledTimeStamp?: number | undefined;
@@ -4772,8 +4753,8 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
4772
4753
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4773
4754
  } & {
4774
4755
  requestId: string;
4775
- data?: unknown; /** JSON ref to value from where patch should be applied. */
4776
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4756
+ data?: unknown;
4757
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4777
4758
  endpointName: string;
4778
4759
  startedTimeStamp: number;
4779
4760
  fulfilledTimeStamp?: number | undefined;
@@ -4783,36 +4764,35 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
4783
4764
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4784
4765
  isUninitialized: false;
4785
4766
  isLoading: true;
4786
- isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
4767
+ isSuccess: false;
4787
4768
  isError: false;
4788
4769
  }) | ({
4789
4770
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4790
4771
  } & Omit<{
4791
4772
  requestId: string;
4792
- data?: unknown; /** JSON ref to value from where patch should be applied. */
4793
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4773
+ data?: unknown;
4774
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4794
4775
  endpointName: string;
4795
4776
  startedTimeStamp: number;
4796
4777
  fulfilledTimeStamp?: number | undefined;
4797
4778
  }, "error"> & Required<Pick<{
4798
4779
  requestId: string;
4799
- data?: unknown; /** JSON ref to value from where patch should be applied. */
4800
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4780
+ data?: unknown;
4781
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4801
4782
  endpointName: string;
4802
4783
  startedTimeStamp: number;
4803
4784
  fulfilledTimeStamp?: number | undefined;
4804
4785
  }, "error">> & {
4805
4786
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
4806
- /** Strategy criterion for determing how to match the values at mutator/mutated paths */
4807
4787
  isUninitialized: false;
4808
4788
  isLoading: false;
4809
4789
  isSuccess: false;
4810
4790
  isError: true;
4811
4791
  })) => R) | undefined;
4812
4792
  fixedCacheKey?: string | undefined;
4813
- } | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
4814
- originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined; /** Most granular unit of capability classification. The combination of Kind, Type and SubType together uniquely identify a Capability. */
4815
- reset: () => void; /** Key that backs the capability. */
4793
+ } | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
4794
+ originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
4795
+ reset: () => void;
4816
4796
  }];
4817
4797
 
4818
4798
  export { type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type DeleteEventsApiArg, type DeleteEventsApiResponse, type DeleteEventsByIdApiArg, type DeleteEventsByIdApiResponse, type GetApiWorkspacesApiArg, type GetApiWorkspacesApiResponse, type GetApiWorkspacesByIdApiArg, type GetApiWorkspacesByIdApiResponse, type GetEnvironmentsApiArg, type GetEnvironmentsApiResponse, type GetOrgByDomainApiArg, type GetOrgByDomainApiResponse, type GetUserKeysApiArg, type GetUserKeysApiResponse, type ImportDesignApiArg, type ImportDesignApiResponse, type PostApiWorkspacesApiArg, type PostApiWorkspacesApiResponse, type PostEvaluateApiArg, type PostEvaluateApiResponse, type PostEventsApiArg, type PostEventsApiResponse, type PutApiWorkspacesByIdApiArg, type PutApiWorkspacesByIdApiResponse, type PutEventsByIdStatusApiArg, type PutEventsByIdStatusApiResponse, type PutEventsStatusApiArg, type PutEventsStatusApiResponse, type RegisterMeshmodelsApiArg, type RegisterMeshmodelsApiResponse, addTagTypes, injectedRtkApi as mesheryApi, useCreateEnvironmentMutation, useDeleteApiWorkspacesByIdMutation, useDeleteEventsByIdMutation, useDeleteEventsMutation, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetEnvironmentsQuery, useGetOrgByDomainQuery, useGetUserKeysQuery, useImportDesignMutation, usePostApiWorkspacesMutation, usePostEvaluateMutation, usePostEventsMutation, usePutApiWorkspacesByIdMutation, usePutEventsByIdStatusMutation, usePutEventsStatusMutation, useRegisterMeshmodelsMutation };