@meshery/schemas 0.8.110 → 0.8.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/cloudApi.d.mts +432 -202
- package/dist/cloudApi.d.ts +432 -202
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1beta1/key/Key.d.mts +87 -16
- package/dist/constructs/v1beta1/key/Key.d.ts +87 -16
- package/dist/constructs/v1beta1/key/KeySchema.d.mts +253 -57
- package/dist/constructs/v1beta1/key/KeySchema.d.ts +253 -57
- package/dist/constructs/v1beta1/key/KeySchema.js +1 -1
- package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -1
- package/dist/mesheryApi.d.mts +445 -276
- package/dist/mesheryApi.d.ts +445 -276
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/dist/permissions.d.mts +1514 -146
- package/dist/permissions.d.ts +1514 -146
- package/dist/permissions.js +1 -1
- package/dist/permissions.mjs +1 -1
- package/package.json +1 -1
package/dist/mesheryApi.d.mts
CHANGED
|
@@ -2,25 +2,26 @@ import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
|
2
2
|
import * as _reduxjs_toolkit_dist_query_react from '@reduxjs/toolkit/dist/query/react';
|
|
3
3
|
import * as _reduxjs_toolkit_query from '@reduxjs/toolkit/query';
|
|
4
4
|
|
|
5
|
-
declare const addTagTypes: readonly ["design_other", "environment_environments", "evaluation_other", "events_other", "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" | "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" | "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" | "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" | "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" | "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" | "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" | "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" | "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" | "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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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>;
|
|
24
25
|
|
|
25
26
|
type ImportDesignApiResponse = {
|
|
26
27
|
message?: string;
|
|
@@ -1855,6 +1856,35 @@ type PutEventsByIdStatusApiArg = {
|
|
|
1855
1856
|
status: string;
|
|
1856
1857
|
};
|
|
1857
1858
|
};
|
|
1859
|
+
type GetUserKeysApiResponse = {
|
|
1860
|
+
page: number;
|
|
1861
|
+
page_size: number;
|
|
1862
|
+
total_count: number;
|
|
1863
|
+
keys: {
|
|
1864
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1865
|
+
id: string;
|
|
1866
|
+
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1867
|
+
owner: string;
|
|
1868
|
+
/** Operation permitted by the key. */
|
|
1869
|
+
function: string;
|
|
1870
|
+
/** Category for the key. */
|
|
1871
|
+
category: string;
|
|
1872
|
+
/** Subcategory for the key. */
|
|
1873
|
+
subcategory: string;
|
|
1874
|
+
/** Human readable description of the key. */
|
|
1875
|
+
description: string;
|
|
1876
|
+
/** Timestamp when the resource was created. */
|
|
1877
|
+
created_at: string;
|
|
1878
|
+
/** Timestamp when the resource was updated. */
|
|
1879
|
+
updated_at: string;
|
|
1880
|
+
/** SQL null Timestamp to handle null values of time. */
|
|
1881
|
+
deleted_at?: string;
|
|
1882
|
+
}[];
|
|
1883
|
+
};
|
|
1884
|
+
type GetUserKeysApiArg = {
|
|
1885
|
+
/** Organization ID */
|
|
1886
|
+
orgId: string;
|
|
1887
|
+
};
|
|
1858
1888
|
type RegisterMeshmodelsApiResponse = {
|
|
1859
1889
|
message?: string;
|
|
1860
1890
|
};
|
|
@@ -2016,13 +2046,12 @@ type DeleteApiWorkspacesByIdApiArg = {
|
|
|
2016
2046
|
declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
2017
2047
|
requestId?: undefined;
|
|
2018
2048
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2019
|
-
data?: undefined;
|
|
2049
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
2020
2050
|
error?: undefined;
|
|
2021
2051
|
endpointName?: string | undefined;
|
|
2022
2052
|
startedTimeStamp?: undefined;
|
|
2023
2053
|
fulfilledTimeStamp?: undefined;
|
|
2024
2054
|
} & {
|
|
2025
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2026
2055
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2027
2056
|
isUninitialized: true;
|
|
2028
2057
|
isLoading: false;
|
|
@@ -2032,14 +2061,14 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2032
2061
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2033
2062
|
} & Omit<{
|
|
2034
2063
|
requestId: string;
|
|
2035
|
-
data?: ImportDesignApiResponse | undefined;
|
|
2064
|
+
data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2036
2065
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2037
2066
|
endpointName: string;
|
|
2038
2067
|
startedTimeStamp: number;
|
|
2039
2068
|
fulfilledTimeStamp?: number | undefined;
|
|
2040
2069
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2041
2070
|
requestId: string;
|
|
2042
|
-
data?: ImportDesignApiResponse | undefined;
|
|
2071
|
+
data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2043
2072
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2044
2073
|
endpointName: string;
|
|
2045
2074
|
startedTimeStamp: number;
|
|
@@ -2056,7 +2085,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2056
2085
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2057
2086
|
} & {
|
|
2058
2087
|
requestId: string;
|
|
2059
|
-
data?: ImportDesignApiResponse | undefined;
|
|
2088
|
+
data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2060
2089
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2061
2090
|
endpointName: string;
|
|
2062
2091
|
startedTimeStamp: number;
|
|
@@ -2066,28 +2095,28 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2066
2095
|
} & {
|
|
2067
2096
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2068
2097
|
isUninitialized: false;
|
|
2069
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2070
2098
|
isLoading: true;
|
|
2071
|
-
isSuccess: false;
|
|
2099
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2072
2100
|
isError: false;
|
|
2073
2101
|
}) | ({
|
|
2074
2102
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2075
2103
|
} & Omit<{
|
|
2076
2104
|
requestId: string;
|
|
2077
|
-
data?: ImportDesignApiResponse | undefined;
|
|
2105
|
+
data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2078
2106
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2079
2107
|
endpointName: string;
|
|
2080
2108
|
startedTimeStamp: number;
|
|
2081
2109
|
fulfilledTimeStamp?: number | undefined;
|
|
2082
2110
|
}, "error"> & Required<Pick<{
|
|
2083
2111
|
requestId: string;
|
|
2084
|
-
data?: ImportDesignApiResponse | undefined;
|
|
2112
|
+
data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2085
2113
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2086
2114
|
endpointName: string;
|
|
2087
2115
|
startedTimeStamp: number;
|
|
2088
2116
|
fulfilledTimeStamp?: number | undefined;
|
|
2089
2117
|
}, "error">> & {
|
|
2090
2118
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2119
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2091
2120
|
isUninitialized: false;
|
|
2092
2121
|
isLoading: false;
|
|
2093
2122
|
isSuccess: false;
|
|
@@ -2096,13 +2125,12 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2096
2125
|
selectFromResult?: ((state: ({
|
|
2097
2126
|
requestId?: undefined;
|
|
2098
2127
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2099
|
-
data?: undefined;
|
|
2128
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
2100
2129
|
error?: undefined;
|
|
2101
2130
|
endpointName?: string | undefined;
|
|
2102
2131
|
startedTimeStamp?: undefined;
|
|
2103
2132
|
fulfilledTimeStamp?: undefined;
|
|
2104
2133
|
} & {
|
|
2105
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2106
2134
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2107
2135
|
isUninitialized: true;
|
|
2108
2136
|
isLoading: false;
|
|
@@ -2112,14 +2140,14 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2112
2140
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2113
2141
|
} & Omit<{
|
|
2114
2142
|
requestId: string;
|
|
2115
|
-
data?: ImportDesignApiResponse | undefined;
|
|
2143
|
+
data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2116
2144
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2117
2145
|
endpointName: string;
|
|
2118
2146
|
startedTimeStamp: number;
|
|
2119
2147
|
fulfilledTimeStamp?: number | undefined;
|
|
2120
2148
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2121
2149
|
requestId: string;
|
|
2122
|
-
data?: ImportDesignApiResponse | undefined;
|
|
2150
|
+
data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2123
2151
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2124
2152
|
endpointName: string;
|
|
2125
2153
|
startedTimeStamp: number;
|
|
@@ -2136,7 +2164,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2136
2164
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2137
2165
|
} & {
|
|
2138
2166
|
requestId: string;
|
|
2139
|
-
data?: ImportDesignApiResponse | undefined;
|
|
2167
|
+
data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2140
2168
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2141
2169
|
endpointName: string;
|
|
2142
2170
|
startedTimeStamp: number;
|
|
@@ -2146,48 +2174,47 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2146
2174
|
} & {
|
|
2147
2175
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2148
2176
|
isUninitialized: false;
|
|
2149
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2150
2177
|
isLoading: true;
|
|
2151
|
-
isSuccess: false;
|
|
2178
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2152
2179
|
isError: false;
|
|
2153
2180
|
}) | ({
|
|
2154
2181
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2155
2182
|
} & Omit<{
|
|
2156
2183
|
requestId: string;
|
|
2157
|
-
data?: ImportDesignApiResponse | undefined;
|
|
2184
|
+
data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2158
2185
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2159
2186
|
endpointName: string;
|
|
2160
2187
|
startedTimeStamp: number;
|
|
2161
2188
|
fulfilledTimeStamp?: number | undefined;
|
|
2162
2189
|
}, "error"> & Required<Pick<{
|
|
2163
2190
|
requestId: string;
|
|
2164
|
-
data?: ImportDesignApiResponse | undefined;
|
|
2191
|
+
data?: ImportDesignApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2165
2192
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2166
2193
|
endpointName: string;
|
|
2167
2194
|
startedTimeStamp: number;
|
|
2168
2195
|
fulfilledTimeStamp?: number | undefined;
|
|
2169
2196
|
}, "error">> & {
|
|
2170
2197
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2198
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2171
2199
|
isUninitialized: false;
|
|
2172
2200
|
isLoading: false;
|
|
2173
2201
|
isSuccess: false;
|
|
2174
2202
|
isError: true;
|
|
2175
2203
|
})) => R) | undefined;
|
|
2176
2204
|
fixedCacheKey?: string | undefined;
|
|
2177
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2178
|
-
originalArgs?: ImportDesignApiArg | undefined;
|
|
2179
|
-
reset: () => void;
|
|
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. */
|
|
2180
2208
|
}];
|
|
2181
2209
|
declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
2182
2210
|
requestId?: undefined;
|
|
2183
2211
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2184
|
-
data?: undefined;
|
|
2212
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
2185
2213
|
error?: undefined;
|
|
2186
2214
|
endpointName?: string | undefined;
|
|
2187
2215
|
startedTimeStamp?: undefined;
|
|
2188
2216
|
fulfilledTimeStamp?: undefined;
|
|
2189
2217
|
} & {
|
|
2190
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2191
2218
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2192
2219
|
isUninitialized: true;
|
|
2193
2220
|
isLoading: false;
|
|
@@ -2197,14 +2224,14 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
2197
2224
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2198
2225
|
} & Omit<{
|
|
2199
2226
|
requestId: string;
|
|
2200
|
-
data?: CreateEnvironmentApiResponse | undefined;
|
|
2227
|
+
data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2201
2228
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2202
2229
|
endpointName: string;
|
|
2203
2230
|
startedTimeStamp: number;
|
|
2204
2231
|
fulfilledTimeStamp?: number | undefined;
|
|
2205
2232
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2206
2233
|
requestId: string;
|
|
2207
|
-
data?: CreateEnvironmentApiResponse | undefined;
|
|
2234
|
+
data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2208
2235
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2209
2236
|
endpointName: string;
|
|
2210
2237
|
startedTimeStamp: number;
|
|
@@ -2221,7 +2248,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
2221
2248
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2222
2249
|
} & {
|
|
2223
2250
|
requestId: string;
|
|
2224
|
-
data?: CreateEnvironmentApiResponse | undefined;
|
|
2251
|
+
data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2225
2252
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2226
2253
|
endpointName: string;
|
|
2227
2254
|
startedTimeStamp: number;
|
|
@@ -2231,28 +2258,28 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
2231
2258
|
} & {
|
|
2232
2259
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2233
2260
|
isUninitialized: false;
|
|
2234
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2235
2261
|
isLoading: true;
|
|
2236
|
-
isSuccess: false;
|
|
2262
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2237
2263
|
isError: false;
|
|
2238
2264
|
}) | ({
|
|
2239
2265
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2240
2266
|
} & Omit<{
|
|
2241
2267
|
requestId: string;
|
|
2242
|
-
data?: CreateEnvironmentApiResponse | undefined;
|
|
2268
|
+
data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2243
2269
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2244
2270
|
endpointName: string;
|
|
2245
2271
|
startedTimeStamp: number;
|
|
2246
2272
|
fulfilledTimeStamp?: number | undefined;
|
|
2247
2273
|
}, "error"> & Required<Pick<{
|
|
2248
2274
|
requestId: string;
|
|
2249
|
-
data?: CreateEnvironmentApiResponse | undefined;
|
|
2275
|
+
data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2250
2276
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2251
2277
|
endpointName: string;
|
|
2252
2278
|
startedTimeStamp: number;
|
|
2253
2279
|
fulfilledTimeStamp?: number | undefined;
|
|
2254
2280
|
}, "error">> & {
|
|
2255
2281
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2282
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2256
2283
|
isUninitialized: false;
|
|
2257
2284
|
isLoading: false;
|
|
2258
2285
|
isSuccess: false;
|
|
@@ -2261,13 +2288,12 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
2261
2288
|
selectFromResult?: ((state: ({
|
|
2262
2289
|
requestId?: undefined;
|
|
2263
2290
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2264
|
-
data?: undefined;
|
|
2291
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
2265
2292
|
error?: undefined;
|
|
2266
2293
|
endpointName?: string | undefined;
|
|
2267
2294
|
startedTimeStamp?: undefined;
|
|
2268
2295
|
fulfilledTimeStamp?: undefined;
|
|
2269
2296
|
} & {
|
|
2270
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2271
2297
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2272
2298
|
isUninitialized: true;
|
|
2273
2299
|
isLoading: false;
|
|
@@ -2277,14 +2303,14 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
2277
2303
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2278
2304
|
} & Omit<{
|
|
2279
2305
|
requestId: string;
|
|
2280
|
-
data?: CreateEnvironmentApiResponse | undefined;
|
|
2306
|
+
data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2281
2307
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2282
2308
|
endpointName: string;
|
|
2283
2309
|
startedTimeStamp: number;
|
|
2284
2310
|
fulfilledTimeStamp?: number | undefined;
|
|
2285
2311
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2286
2312
|
requestId: string;
|
|
2287
|
-
data?: CreateEnvironmentApiResponse | undefined;
|
|
2313
|
+
data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2288
2314
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2289
2315
|
endpointName: string;
|
|
2290
2316
|
startedTimeStamp: number;
|
|
@@ -2301,7 +2327,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
2301
2327
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2302
2328
|
} & {
|
|
2303
2329
|
requestId: string;
|
|
2304
|
-
data?: CreateEnvironmentApiResponse | undefined;
|
|
2330
|
+
data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2305
2331
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2306
2332
|
endpointName: string;
|
|
2307
2333
|
startedTimeStamp: number;
|
|
@@ -2311,37 +2337,37 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
2311
2337
|
} & {
|
|
2312
2338
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2313
2339
|
isUninitialized: false;
|
|
2314
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2315
2340
|
isLoading: true;
|
|
2316
|
-
isSuccess: false;
|
|
2341
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2317
2342
|
isError: false;
|
|
2318
2343
|
}) | ({
|
|
2319
2344
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2320
2345
|
} & Omit<{
|
|
2321
2346
|
requestId: string;
|
|
2322
|
-
data?: CreateEnvironmentApiResponse | undefined;
|
|
2347
|
+
data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2323
2348
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2324
2349
|
endpointName: string;
|
|
2325
2350
|
startedTimeStamp: number;
|
|
2326
2351
|
fulfilledTimeStamp?: number | undefined;
|
|
2327
2352
|
}, "error"> & Required<Pick<{
|
|
2328
2353
|
requestId: string;
|
|
2329
|
-
data?: CreateEnvironmentApiResponse | undefined;
|
|
2354
|
+
data?: CreateEnvironmentApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2330
2355
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2331
2356
|
endpointName: string;
|
|
2332
2357
|
startedTimeStamp: number;
|
|
2333
2358
|
fulfilledTimeStamp?: number | undefined;
|
|
2334
2359
|
}, "error">> & {
|
|
2335
2360
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2361
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2336
2362
|
isUninitialized: false;
|
|
2337
2363
|
isLoading: false;
|
|
2338
2364
|
isSuccess: false;
|
|
2339
2365
|
isError: true;
|
|
2340
2366
|
})) => R) | undefined;
|
|
2341
2367
|
fixedCacheKey?: string | undefined;
|
|
2342
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2343
|
-
originalArgs?: CreateEnvironmentApiArg | undefined;
|
|
2344
|
-
reset: () => void;
|
|
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. */
|
|
2345
2371
|
}];
|
|
2346
2372
|
declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
2347
2373
|
data?: undefined;
|
|
@@ -2504,18 +2530,17 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
2504
2530
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2505
2531
|
}) => R) | undefined;
|
|
2506
2532
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2507
|
-
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" | "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" | "events_other" | "key_users" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
2508
2534
|
};
|
|
2509
2535
|
declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
2510
2536
|
requestId?: undefined;
|
|
2511
2537
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2512
|
-
data?: undefined;
|
|
2538
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
2513
2539
|
error?: undefined;
|
|
2514
2540
|
endpointName?: string | undefined;
|
|
2515
2541
|
startedTimeStamp?: undefined;
|
|
2516
2542
|
fulfilledTimeStamp?: undefined;
|
|
2517
2543
|
} & {
|
|
2518
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2519
2544
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2520
2545
|
isUninitialized: true;
|
|
2521
2546
|
isLoading: false;
|
|
@@ -2525,14 +2550,14 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
2525
2550
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2526
2551
|
} & Omit<{
|
|
2527
2552
|
requestId: string;
|
|
2528
|
-
data?: PostEvaluateApiResponse | undefined;
|
|
2553
|
+
data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2529
2554
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2530
2555
|
endpointName: string;
|
|
2531
2556
|
startedTimeStamp: number;
|
|
2532
2557
|
fulfilledTimeStamp?: number | undefined;
|
|
2533
2558
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2534
2559
|
requestId: string;
|
|
2535
|
-
data?: PostEvaluateApiResponse | undefined;
|
|
2560
|
+
data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2536
2561
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2537
2562
|
endpointName: string;
|
|
2538
2563
|
startedTimeStamp: number;
|
|
@@ -2549,7 +2574,7 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
2549
2574
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2550
2575
|
} & {
|
|
2551
2576
|
requestId: string;
|
|
2552
|
-
data?: PostEvaluateApiResponse | undefined;
|
|
2577
|
+
data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2553
2578
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2554
2579
|
endpointName: string;
|
|
2555
2580
|
startedTimeStamp: number;
|
|
@@ -2559,28 +2584,28 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
2559
2584
|
} & {
|
|
2560
2585
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2561
2586
|
isUninitialized: false;
|
|
2562
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2563
2587
|
isLoading: true;
|
|
2564
|
-
isSuccess: false;
|
|
2588
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2565
2589
|
isError: false;
|
|
2566
2590
|
}) | ({
|
|
2567
2591
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2568
2592
|
} & Omit<{
|
|
2569
2593
|
requestId: string;
|
|
2570
|
-
data?: PostEvaluateApiResponse | undefined;
|
|
2594
|
+
data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2571
2595
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2572
2596
|
endpointName: string;
|
|
2573
2597
|
startedTimeStamp: number;
|
|
2574
2598
|
fulfilledTimeStamp?: number | undefined;
|
|
2575
2599
|
}, "error"> & Required<Pick<{
|
|
2576
2600
|
requestId: string;
|
|
2577
|
-
data?: PostEvaluateApiResponse | undefined;
|
|
2601
|
+
data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2578
2602
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2579
2603
|
endpointName: string;
|
|
2580
2604
|
startedTimeStamp: number;
|
|
2581
2605
|
fulfilledTimeStamp?: number | undefined;
|
|
2582
2606
|
}, "error">> & {
|
|
2583
2607
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2608
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2584
2609
|
isUninitialized: false;
|
|
2585
2610
|
isLoading: false;
|
|
2586
2611
|
isSuccess: false;
|
|
@@ -2589,13 +2614,12 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
2589
2614
|
selectFromResult?: ((state: ({
|
|
2590
2615
|
requestId?: undefined;
|
|
2591
2616
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2592
|
-
data?: undefined;
|
|
2617
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
2593
2618
|
error?: undefined;
|
|
2594
2619
|
endpointName?: string | undefined;
|
|
2595
2620
|
startedTimeStamp?: undefined;
|
|
2596
2621
|
fulfilledTimeStamp?: undefined;
|
|
2597
2622
|
} & {
|
|
2598
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2599
2623
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2600
2624
|
isUninitialized: true;
|
|
2601
2625
|
isLoading: false;
|
|
@@ -2605,14 +2629,14 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
2605
2629
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2606
2630
|
} & Omit<{
|
|
2607
2631
|
requestId: string;
|
|
2608
|
-
data?: PostEvaluateApiResponse | undefined;
|
|
2632
|
+
data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2609
2633
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2610
2634
|
endpointName: string;
|
|
2611
2635
|
startedTimeStamp: number;
|
|
2612
2636
|
fulfilledTimeStamp?: number | undefined;
|
|
2613
2637
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2614
2638
|
requestId: string;
|
|
2615
|
-
data?: PostEvaluateApiResponse | undefined;
|
|
2639
|
+
data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2616
2640
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2617
2641
|
endpointName: string;
|
|
2618
2642
|
startedTimeStamp: number;
|
|
@@ -2629,7 +2653,7 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
2629
2653
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2630
2654
|
} & {
|
|
2631
2655
|
requestId: string;
|
|
2632
|
-
data?: PostEvaluateApiResponse | undefined;
|
|
2656
|
+
data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2633
2657
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2634
2658
|
endpointName: string;
|
|
2635
2659
|
startedTimeStamp: number;
|
|
@@ -2639,48 +2663,47 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
2639
2663
|
} & {
|
|
2640
2664
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2641
2665
|
isUninitialized: false;
|
|
2642
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2643
2666
|
isLoading: true;
|
|
2644
|
-
isSuccess: false;
|
|
2667
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2645
2668
|
isError: false;
|
|
2646
2669
|
}) | ({
|
|
2647
2670
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2648
2671
|
} & Omit<{
|
|
2649
2672
|
requestId: string;
|
|
2650
|
-
data?: PostEvaluateApiResponse | undefined;
|
|
2673
|
+
data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2651
2674
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2652
2675
|
endpointName: string;
|
|
2653
2676
|
startedTimeStamp: number;
|
|
2654
2677
|
fulfilledTimeStamp?: number | undefined;
|
|
2655
2678
|
}, "error"> & Required<Pick<{
|
|
2656
2679
|
requestId: string;
|
|
2657
|
-
data?: PostEvaluateApiResponse | undefined;
|
|
2680
|
+
data?: PostEvaluateApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2658
2681
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2659
2682
|
endpointName: string;
|
|
2660
2683
|
startedTimeStamp: number;
|
|
2661
2684
|
fulfilledTimeStamp?: number | undefined;
|
|
2662
2685
|
}, "error">> & {
|
|
2663
2686
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2687
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2664
2688
|
isUninitialized: false;
|
|
2665
2689
|
isLoading: false;
|
|
2666
2690
|
isSuccess: false;
|
|
2667
2691
|
isError: true;
|
|
2668
2692
|
})) => R) | undefined;
|
|
2669
2693
|
fixedCacheKey?: string | undefined;
|
|
2670
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2671
|
-
originalArgs?: PostEvaluateApiArg | undefined;
|
|
2672
|
-
reset: () => void;
|
|
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. */
|
|
2673
2697
|
}];
|
|
2674
2698
|
declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
2675
2699
|
requestId?: undefined;
|
|
2676
2700
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2677
|
-
data?: undefined;
|
|
2701
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
2678
2702
|
error?: undefined;
|
|
2679
2703
|
endpointName?: string | undefined;
|
|
2680
2704
|
startedTimeStamp?: undefined;
|
|
2681
2705
|
fulfilledTimeStamp?: undefined;
|
|
2682
2706
|
} & {
|
|
2683
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2684
2707
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2685
2708
|
isUninitialized: true;
|
|
2686
2709
|
isLoading: false;
|
|
@@ -2690,14 +2713,14 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
2690
2713
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2691
2714
|
} & Omit<{
|
|
2692
2715
|
requestId: string;
|
|
2693
|
-
data?: DeleteEventsByIdApiResponse | undefined;
|
|
2716
|
+
data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2694
2717
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2695
2718
|
endpointName: string;
|
|
2696
2719
|
startedTimeStamp: number;
|
|
2697
2720
|
fulfilledTimeStamp?: number | undefined;
|
|
2698
2721
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2699
2722
|
requestId: string;
|
|
2700
|
-
data?: DeleteEventsByIdApiResponse | undefined;
|
|
2723
|
+
data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2701
2724
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2702
2725
|
endpointName: string;
|
|
2703
2726
|
startedTimeStamp: number;
|
|
@@ -2714,7 +2737,7 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
2714
2737
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2715
2738
|
} & {
|
|
2716
2739
|
requestId: string;
|
|
2717
|
-
data?: DeleteEventsByIdApiResponse | undefined;
|
|
2740
|
+
data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2718
2741
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2719
2742
|
endpointName: string;
|
|
2720
2743
|
startedTimeStamp: number;
|
|
@@ -2724,28 +2747,28 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
2724
2747
|
} & {
|
|
2725
2748
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2726
2749
|
isUninitialized: false;
|
|
2727
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2728
2750
|
isLoading: true;
|
|
2729
|
-
isSuccess: false;
|
|
2751
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2730
2752
|
isError: false;
|
|
2731
2753
|
}) | ({
|
|
2732
2754
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2733
2755
|
} & Omit<{
|
|
2734
2756
|
requestId: string;
|
|
2735
|
-
data?: DeleteEventsByIdApiResponse | undefined;
|
|
2757
|
+
data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2736
2758
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2737
2759
|
endpointName: string;
|
|
2738
2760
|
startedTimeStamp: number;
|
|
2739
2761
|
fulfilledTimeStamp?: number | undefined;
|
|
2740
2762
|
}, "error"> & Required<Pick<{
|
|
2741
2763
|
requestId: string;
|
|
2742
|
-
data?: DeleteEventsByIdApiResponse | undefined;
|
|
2764
|
+
data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2743
2765
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2744
2766
|
endpointName: string;
|
|
2745
2767
|
startedTimeStamp: number;
|
|
2746
2768
|
fulfilledTimeStamp?: number | undefined;
|
|
2747
2769
|
}, "error">> & {
|
|
2748
2770
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2771
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2749
2772
|
isUninitialized: false;
|
|
2750
2773
|
isLoading: false;
|
|
2751
2774
|
isSuccess: false;
|
|
@@ -2754,13 +2777,12 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
2754
2777
|
selectFromResult?: ((state: ({
|
|
2755
2778
|
requestId?: undefined;
|
|
2756
2779
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2757
|
-
data?: undefined;
|
|
2780
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
2758
2781
|
error?: undefined;
|
|
2759
2782
|
endpointName?: string | undefined;
|
|
2760
2783
|
startedTimeStamp?: undefined;
|
|
2761
2784
|
fulfilledTimeStamp?: undefined;
|
|
2762
2785
|
} & {
|
|
2763
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2764
2786
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2765
2787
|
isUninitialized: true;
|
|
2766
2788
|
isLoading: false;
|
|
@@ -2770,14 +2792,14 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
2770
2792
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2771
2793
|
} & Omit<{
|
|
2772
2794
|
requestId: string;
|
|
2773
|
-
data?: DeleteEventsByIdApiResponse | undefined;
|
|
2795
|
+
data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2774
2796
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2775
2797
|
endpointName: string;
|
|
2776
2798
|
startedTimeStamp: number;
|
|
2777
2799
|
fulfilledTimeStamp?: number | undefined;
|
|
2778
2800
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2779
2801
|
requestId: string;
|
|
2780
|
-
data?: DeleteEventsByIdApiResponse | undefined;
|
|
2802
|
+
data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2781
2803
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2782
2804
|
endpointName: string;
|
|
2783
2805
|
startedTimeStamp: number;
|
|
@@ -2794,7 +2816,7 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
2794
2816
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2795
2817
|
} & {
|
|
2796
2818
|
requestId: string;
|
|
2797
|
-
data?: DeleteEventsByIdApiResponse | undefined;
|
|
2819
|
+
data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2798
2820
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2799
2821
|
endpointName: string;
|
|
2800
2822
|
startedTimeStamp: number;
|
|
@@ -2804,48 +2826,47 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
2804
2826
|
} & {
|
|
2805
2827
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2806
2828
|
isUninitialized: false;
|
|
2807
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2808
2829
|
isLoading: true;
|
|
2809
|
-
isSuccess: false;
|
|
2830
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2810
2831
|
isError: false;
|
|
2811
2832
|
}) | ({
|
|
2812
2833
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2813
2834
|
} & Omit<{
|
|
2814
2835
|
requestId: string;
|
|
2815
|
-
data?: DeleteEventsByIdApiResponse | undefined;
|
|
2836
|
+
data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2816
2837
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2817
2838
|
endpointName: string;
|
|
2818
2839
|
startedTimeStamp: number;
|
|
2819
2840
|
fulfilledTimeStamp?: number | undefined;
|
|
2820
2841
|
}, "error"> & Required<Pick<{
|
|
2821
2842
|
requestId: string;
|
|
2822
|
-
data?: DeleteEventsByIdApiResponse | undefined;
|
|
2843
|
+
data?: DeleteEventsByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
2823
2844
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2824
2845
|
endpointName: string;
|
|
2825
2846
|
startedTimeStamp: number;
|
|
2826
2847
|
fulfilledTimeStamp?: number | undefined;
|
|
2827
2848
|
}, "error">> & {
|
|
2828
2849
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2850
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2829
2851
|
isUninitialized: false;
|
|
2830
2852
|
isLoading: false;
|
|
2831
2853
|
isSuccess: false;
|
|
2832
2854
|
isError: true;
|
|
2833
2855
|
})) => R) | undefined;
|
|
2834
2856
|
fixedCacheKey?: string | undefined;
|
|
2835
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", DeleteEventsByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2836
|
-
originalArgs?: DeleteEventsByIdApiArg | undefined;
|
|
2837
|
-
reset: () => void;
|
|
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. */
|
|
2838
2860
|
}];
|
|
2839
2861
|
declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
2840
2862
|
requestId?: undefined;
|
|
2841
2863
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2842
|
-
data?: undefined;
|
|
2864
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
2843
2865
|
error?: undefined;
|
|
2844
2866
|
endpointName?: string | undefined;
|
|
2845
2867
|
startedTimeStamp?: undefined;
|
|
2846
2868
|
fulfilledTimeStamp?: undefined;
|
|
2847
2869
|
} & {
|
|
2848
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2849
2870
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2850
2871
|
isUninitialized: true;
|
|
2851
2872
|
isLoading: false;
|
|
@@ -2855,14 +2876,14 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
2855
2876
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2856
2877
|
} & Omit<{
|
|
2857
2878
|
requestId: string;
|
|
2858
|
-
data?: unknown;
|
|
2879
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
2859
2880
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2860
2881
|
endpointName: string;
|
|
2861
2882
|
startedTimeStamp: number;
|
|
2862
2883
|
fulfilledTimeStamp?: number | undefined;
|
|
2863
2884
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2864
2885
|
requestId: string;
|
|
2865
|
-
data?: unknown;
|
|
2886
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
2866
2887
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2867
2888
|
endpointName: string;
|
|
2868
2889
|
startedTimeStamp: number;
|
|
@@ -2879,7 +2900,7 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
2879
2900
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2880
2901
|
} & {
|
|
2881
2902
|
requestId: string;
|
|
2882
|
-
data?: unknown;
|
|
2903
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
2883
2904
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2884
2905
|
endpointName: string;
|
|
2885
2906
|
startedTimeStamp: number;
|
|
@@ -2889,28 +2910,28 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
2889
2910
|
} & {
|
|
2890
2911
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2891
2912
|
isUninitialized: false;
|
|
2892
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2893
2913
|
isLoading: true;
|
|
2894
|
-
isSuccess: false;
|
|
2914
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2895
2915
|
isError: false;
|
|
2896
2916
|
}) | ({
|
|
2897
2917
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2898
2918
|
} & Omit<{
|
|
2899
2919
|
requestId: string;
|
|
2900
|
-
data?: unknown;
|
|
2920
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
2901
2921
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2902
2922
|
endpointName: string;
|
|
2903
2923
|
startedTimeStamp: number;
|
|
2904
2924
|
fulfilledTimeStamp?: number | undefined;
|
|
2905
2925
|
}, "error"> & Required<Pick<{
|
|
2906
2926
|
requestId: string;
|
|
2907
|
-
data?: unknown;
|
|
2927
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
2908
2928
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2909
2929
|
endpointName: string;
|
|
2910
2930
|
startedTimeStamp: number;
|
|
2911
2931
|
fulfilledTimeStamp?: number | undefined;
|
|
2912
2932
|
}, "error">> & {
|
|
2913
2933
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2934
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2914
2935
|
isUninitialized: false;
|
|
2915
2936
|
isLoading: false;
|
|
2916
2937
|
isSuccess: false;
|
|
@@ -2919,13 +2940,12 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
2919
2940
|
selectFromResult?: ((state: ({
|
|
2920
2941
|
requestId?: undefined;
|
|
2921
2942
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2922
|
-
data?: undefined;
|
|
2943
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
2923
2944
|
error?: undefined;
|
|
2924
2945
|
endpointName?: string | undefined;
|
|
2925
2946
|
startedTimeStamp?: undefined;
|
|
2926
2947
|
fulfilledTimeStamp?: undefined;
|
|
2927
2948
|
} & {
|
|
2928
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2929
2949
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2930
2950
|
isUninitialized: true;
|
|
2931
2951
|
isLoading: false;
|
|
@@ -2935,14 +2955,14 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
2935
2955
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2936
2956
|
} & Omit<{
|
|
2937
2957
|
requestId: string;
|
|
2938
|
-
data?: unknown;
|
|
2958
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
2939
2959
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2940
2960
|
endpointName: string;
|
|
2941
2961
|
startedTimeStamp: number;
|
|
2942
2962
|
fulfilledTimeStamp?: number | undefined;
|
|
2943
2963
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2944
2964
|
requestId: string;
|
|
2945
|
-
data?: unknown;
|
|
2965
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
2946
2966
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2947
2967
|
endpointName: string;
|
|
2948
2968
|
startedTimeStamp: number;
|
|
@@ -2959,7 +2979,7 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
2959
2979
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2960
2980
|
} & {
|
|
2961
2981
|
requestId: string;
|
|
2962
|
-
data?: unknown;
|
|
2982
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
2963
2983
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2964
2984
|
endpointName: string;
|
|
2965
2985
|
startedTimeStamp: number;
|
|
@@ -2969,48 +2989,47 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
2969
2989
|
} & {
|
|
2970
2990
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2971
2991
|
isUninitialized: false;
|
|
2972
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2973
2992
|
isLoading: true;
|
|
2974
|
-
isSuccess: false;
|
|
2993
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
2975
2994
|
isError: false;
|
|
2976
2995
|
}) | ({
|
|
2977
2996
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2978
2997
|
} & Omit<{
|
|
2979
2998
|
requestId: string;
|
|
2980
|
-
data?: unknown;
|
|
2999
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
2981
3000
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2982
3001
|
endpointName: string;
|
|
2983
3002
|
startedTimeStamp: number;
|
|
2984
3003
|
fulfilledTimeStamp?: number | undefined;
|
|
2985
3004
|
}, "error"> & Required<Pick<{
|
|
2986
3005
|
requestId: string;
|
|
2987
|
-
data?: unknown;
|
|
3006
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
2988
3007
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2989
3008
|
endpointName: string;
|
|
2990
3009
|
startedTimeStamp: number;
|
|
2991
3010
|
fulfilledTimeStamp?: number | undefined;
|
|
2992
3011
|
}, "error">> & {
|
|
2993
3012
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3013
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
2994
3014
|
isUninitialized: false;
|
|
2995
3015
|
isLoading: false;
|
|
2996
3016
|
isSuccess: false;
|
|
2997
3017
|
isError: true;
|
|
2998
3018
|
})) => R) | undefined;
|
|
2999
3019
|
fixedCacheKey?: string | undefined;
|
|
3000
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3001
|
-
originalArgs?: PostEventsApiArg | undefined;
|
|
3002
|
-
reset: () => void;
|
|
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. */
|
|
3003
3023
|
}];
|
|
3004
3024
|
declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
3005
3025
|
requestId?: undefined;
|
|
3006
3026
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3007
|
-
data?: undefined;
|
|
3027
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3008
3028
|
error?: undefined;
|
|
3009
3029
|
endpointName?: string | undefined;
|
|
3010
3030
|
startedTimeStamp?: undefined;
|
|
3011
3031
|
fulfilledTimeStamp?: undefined;
|
|
3012
3032
|
} & {
|
|
3013
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3014
3033
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3015
3034
|
isUninitialized: true;
|
|
3016
3035
|
isLoading: false;
|
|
@@ -3020,14 +3039,14 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
3020
3039
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3021
3040
|
} & Omit<{
|
|
3022
3041
|
requestId: string;
|
|
3023
|
-
data?: DeleteEventsApiResponse | undefined;
|
|
3042
|
+
data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3024
3043
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3025
3044
|
endpointName: string;
|
|
3026
3045
|
startedTimeStamp: number;
|
|
3027
3046
|
fulfilledTimeStamp?: number | undefined;
|
|
3028
3047
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3029
3048
|
requestId: string;
|
|
3030
|
-
data?: DeleteEventsApiResponse | undefined;
|
|
3049
|
+
data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3031
3050
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3032
3051
|
endpointName: string;
|
|
3033
3052
|
startedTimeStamp: number;
|
|
@@ -3044,7 +3063,7 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
3044
3063
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3045
3064
|
} & {
|
|
3046
3065
|
requestId: string;
|
|
3047
|
-
data?: DeleteEventsApiResponse | undefined;
|
|
3066
|
+
data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3048
3067
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3049
3068
|
endpointName: string;
|
|
3050
3069
|
startedTimeStamp: number;
|
|
@@ -3054,28 +3073,28 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
3054
3073
|
} & {
|
|
3055
3074
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3056
3075
|
isUninitialized: false;
|
|
3057
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3058
3076
|
isLoading: true;
|
|
3059
|
-
isSuccess: false;
|
|
3077
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3060
3078
|
isError: false;
|
|
3061
3079
|
}) | ({
|
|
3062
3080
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3063
3081
|
} & Omit<{
|
|
3064
3082
|
requestId: string;
|
|
3065
|
-
data?: DeleteEventsApiResponse | undefined;
|
|
3083
|
+
data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3066
3084
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3067
3085
|
endpointName: string;
|
|
3068
3086
|
startedTimeStamp: number;
|
|
3069
3087
|
fulfilledTimeStamp?: number | undefined;
|
|
3070
3088
|
}, "error"> & Required<Pick<{
|
|
3071
3089
|
requestId: string;
|
|
3072
|
-
data?: DeleteEventsApiResponse | undefined;
|
|
3090
|
+
data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3073
3091
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3074
3092
|
endpointName: string;
|
|
3075
3093
|
startedTimeStamp: number;
|
|
3076
3094
|
fulfilledTimeStamp?: number | undefined;
|
|
3077
3095
|
}, "error">> & {
|
|
3078
3096
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3097
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3079
3098
|
isUninitialized: false;
|
|
3080
3099
|
isLoading: false;
|
|
3081
3100
|
isSuccess: false;
|
|
@@ -3084,13 +3103,12 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
3084
3103
|
selectFromResult?: ((state: ({
|
|
3085
3104
|
requestId?: undefined;
|
|
3086
3105
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3087
|
-
data?: undefined;
|
|
3106
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3088
3107
|
error?: undefined;
|
|
3089
3108
|
endpointName?: string | undefined;
|
|
3090
3109
|
startedTimeStamp?: undefined;
|
|
3091
3110
|
fulfilledTimeStamp?: undefined;
|
|
3092
3111
|
} & {
|
|
3093
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3094
3112
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3095
3113
|
isUninitialized: true;
|
|
3096
3114
|
isLoading: false;
|
|
@@ -3100,14 +3118,14 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
3100
3118
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3101
3119
|
} & Omit<{
|
|
3102
3120
|
requestId: string;
|
|
3103
|
-
data?: DeleteEventsApiResponse | undefined;
|
|
3121
|
+
data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3104
3122
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3105
3123
|
endpointName: string;
|
|
3106
3124
|
startedTimeStamp: number;
|
|
3107
3125
|
fulfilledTimeStamp?: number | undefined;
|
|
3108
3126
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3109
3127
|
requestId: string;
|
|
3110
|
-
data?: DeleteEventsApiResponse | undefined;
|
|
3128
|
+
data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3111
3129
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3112
3130
|
endpointName: string;
|
|
3113
3131
|
startedTimeStamp: number;
|
|
@@ -3124,7 +3142,7 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
3124
3142
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3125
3143
|
} & {
|
|
3126
3144
|
requestId: string;
|
|
3127
|
-
data?: DeleteEventsApiResponse | undefined;
|
|
3145
|
+
data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3128
3146
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3129
3147
|
endpointName: string;
|
|
3130
3148
|
startedTimeStamp: number;
|
|
@@ -3134,48 +3152,47 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
3134
3152
|
} & {
|
|
3135
3153
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3136
3154
|
isUninitialized: false;
|
|
3137
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3138
3155
|
isLoading: true;
|
|
3139
|
-
isSuccess: false;
|
|
3156
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3140
3157
|
isError: false;
|
|
3141
3158
|
}) | ({
|
|
3142
3159
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3143
3160
|
} & Omit<{
|
|
3144
3161
|
requestId: string;
|
|
3145
|
-
data?: DeleteEventsApiResponse | undefined;
|
|
3162
|
+
data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3146
3163
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3147
3164
|
endpointName: string;
|
|
3148
3165
|
startedTimeStamp: number;
|
|
3149
3166
|
fulfilledTimeStamp?: number | undefined;
|
|
3150
3167
|
}, "error"> & Required<Pick<{
|
|
3151
3168
|
requestId: string;
|
|
3152
|
-
data?: DeleteEventsApiResponse | undefined;
|
|
3169
|
+
data?: DeleteEventsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3153
3170
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3154
3171
|
endpointName: string;
|
|
3155
3172
|
startedTimeStamp: number;
|
|
3156
3173
|
fulfilledTimeStamp?: number | undefined;
|
|
3157
3174
|
}, "error">> & {
|
|
3158
3175
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3176
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3159
3177
|
isUninitialized: false;
|
|
3160
3178
|
isLoading: false;
|
|
3161
3179
|
isSuccess: false;
|
|
3162
3180
|
isError: true;
|
|
3163
3181
|
})) => R) | undefined;
|
|
3164
3182
|
fixedCacheKey?: string | undefined;
|
|
3165
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", DeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3166
|
-
originalArgs?: DeleteEventsApiArg | undefined;
|
|
3167
|
-
reset: () => void;
|
|
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. */
|
|
3168
3186
|
}];
|
|
3169
3187
|
declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
3170
3188
|
requestId?: undefined;
|
|
3171
3189
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3172
|
-
data?: undefined;
|
|
3190
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3173
3191
|
error?: undefined;
|
|
3174
3192
|
endpointName?: string | undefined;
|
|
3175
3193
|
startedTimeStamp?: undefined;
|
|
3176
3194
|
fulfilledTimeStamp?: undefined;
|
|
3177
3195
|
} & {
|
|
3178
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3179
3196
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3180
3197
|
isUninitialized: true;
|
|
3181
3198
|
isLoading: false;
|
|
@@ -3185,14 +3202,14 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
3185
3202
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3186
3203
|
} & Omit<{
|
|
3187
3204
|
requestId: string;
|
|
3188
|
-
data?: PutEventsStatusApiResponse | undefined;
|
|
3205
|
+
data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3189
3206
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3190
3207
|
endpointName: string;
|
|
3191
3208
|
startedTimeStamp: number;
|
|
3192
3209
|
fulfilledTimeStamp?: number | undefined;
|
|
3193
3210
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3194
3211
|
requestId: string;
|
|
3195
|
-
data?: PutEventsStatusApiResponse | undefined;
|
|
3212
|
+
data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3196
3213
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3197
3214
|
endpointName: string;
|
|
3198
3215
|
startedTimeStamp: number;
|
|
@@ -3209,7 +3226,7 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
3209
3226
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3210
3227
|
} & {
|
|
3211
3228
|
requestId: string;
|
|
3212
|
-
data?: PutEventsStatusApiResponse | undefined;
|
|
3229
|
+
data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3213
3230
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3214
3231
|
endpointName: string;
|
|
3215
3232
|
startedTimeStamp: number;
|
|
@@ -3219,28 +3236,28 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
3219
3236
|
} & {
|
|
3220
3237
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3221
3238
|
isUninitialized: false;
|
|
3222
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3223
3239
|
isLoading: true;
|
|
3224
|
-
isSuccess: false;
|
|
3240
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3225
3241
|
isError: false;
|
|
3226
3242
|
}) | ({
|
|
3227
3243
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3228
3244
|
} & Omit<{
|
|
3229
3245
|
requestId: string;
|
|
3230
|
-
data?: PutEventsStatusApiResponse | undefined;
|
|
3246
|
+
data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3231
3247
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3232
3248
|
endpointName: string;
|
|
3233
3249
|
startedTimeStamp: number;
|
|
3234
3250
|
fulfilledTimeStamp?: number | undefined;
|
|
3235
3251
|
}, "error"> & Required<Pick<{
|
|
3236
3252
|
requestId: string;
|
|
3237
|
-
data?: PutEventsStatusApiResponse | undefined;
|
|
3253
|
+
data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3238
3254
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3239
3255
|
endpointName: string;
|
|
3240
3256
|
startedTimeStamp: number;
|
|
3241
3257
|
fulfilledTimeStamp?: number | undefined;
|
|
3242
3258
|
}, "error">> & {
|
|
3243
3259
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3260
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3244
3261
|
isUninitialized: false;
|
|
3245
3262
|
isLoading: false;
|
|
3246
3263
|
isSuccess: false;
|
|
@@ -3249,13 +3266,12 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
3249
3266
|
selectFromResult?: ((state: ({
|
|
3250
3267
|
requestId?: undefined;
|
|
3251
3268
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3252
|
-
data?: undefined;
|
|
3269
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3253
3270
|
error?: undefined;
|
|
3254
3271
|
endpointName?: string | undefined;
|
|
3255
3272
|
startedTimeStamp?: undefined;
|
|
3256
3273
|
fulfilledTimeStamp?: undefined;
|
|
3257
3274
|
} & {
|
|
3258
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3259
3275
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3260
3276
|
isUninitialized: true;
|
|
3261
3277
|
isLoading: false;
|
|
@@ -3265,14 +3281,14 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
3265
3281
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3266
3282
|
} & Omit<{
|
|
3267
3283
|
requestId: string;
|
|
3268
|
-
data?: PutEventsStatusApiResponse | undefined;
|
|
3284
|
+
data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3269
3285
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3270
3286
|
endpointName: string;
|
|
3271
3287
|
startedTimeStamp: number;
|
|
3272
3288
|
fulfilledTimeStamp?: number | undefined;
|
|
3273
3289
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3274
3290
|
requestId: string;
|
|
3275
|
-
data?: PutEventsStatusApiResponse | undefined;
|
|
3291
|
+
data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3276
3292
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3277
3293
|
endpointName: string;
|
|
3278
3294
|
startedTimeStamp: number;
|
|
@@ -3289,7 +3305,7 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
3289
3305
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3290
3306
|
} & {
|
|
3291
3307
|
requestId: string;
|
|
3292
|
-
data?: PutEventsStatusApiResponse | undefined;
|
|
3308
|
+
data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3293
3309
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3294
3310
|
endpointName: string;
|
|
3295
3311
|
startedTimeStamp: number;
|
|
@@ -3299,48 +3315,47 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
3299
3315
|
} & {
|
|
3300
3316
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3301
3317
|
isUninitialized: false;
|
|
3302
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3303
3318
|
isLoading: true;
|
|
3304
|
-
isSuccess: false;
|
|
3319
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3305
3320
|
isError: false;
|
|
3306
3321
|
}) | ({
|
|
3307
3322
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3308
3323
|
} & Omit<{
|
|
3309
3324
|
requestId: string;
|
|
3310
|
-
data?: PutEventsStatusApiResponse | undefined;
|
|
3325
|
+
data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3311
3326
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3312
3327
|
endpointName: string;
|
|
3313
3328
|
startedTimeStamp: number;
|
|
3314
3329
|
fulfilledTimeStamp?: number | undefined;
|
|
3315
3330
|
}, "error"> & Required<Pick<{
|
|
3316
3331
|
requestId: string;
|
|
3317
|
-
data?: PutEventsStatusApiResponse | undefined;
|
|
3332
|
+
data?: PutEventsStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3318
3333
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3319
3334
|
endpointName: string;
|
|
3320
3335
|
startedTimeStamp: number;
|
|
3321
3336
|
fulfilledTimeStamp?: number | undefined;
|
|
3322
3337
|
}, "error">> & {
|
|
3323
3338
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3339
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3324
3340
|
isUninitialized: false;
|
|
3325
3341
|
isLoading: false;
|
|
3326
3342
|
isSuccess: false;
|
|
3327
3343
|
isError: true;
|
|
3328
3344
|
})) => R) | undefined;
|
|
3329
3345
|
fixedCacheKey?: string | undefined;
|
|
3330
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PutEventsStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3331
|
-
originalArgs?: PutEventsStatusApiArg | undefined;
|
|
3332
|
-
reset: () => void;
|
|
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. */
|
|
3333
3349
|
}];
|
|
3334
3350
|
declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = ({
|
|
3335
3351
|
requestId?: undefined;
|
|
3336
3352
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3337
|
-
data?: undefined;
|
|
3353
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3338
3354
|
error?: undefined;
|
|
3339
3355
|
endpointName?: string | undefined;
|
|
3340
3356
|
startedTimeStamp?: undefined;
|
|
3341
3357
|
fulfilledTimeStamp?: undefined;
|
|
3342
3358
|
} & {
|
|
3343
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3344
3359
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3345
3360
|
isUninitialized: true;
|
|
3346
3361
|
isLoading: false;
|
|
@@ -3350,14 +3365,14 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
3350
3365
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3351
3366
|
} & Omit<{
|
|
3352
3367
|
requestId: string;
|
|
3353
|
-
data?: PutEventsByIdStatusApiResponse | undefined;
|
|
3368
|
+
data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3354
3369
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3355
3370
|
endpointName: string;
|
|
3356
3371
|
startedTimeStamp: number;
|
|
3357
3372
|
fulfilledTimeStamp?: number | undefined;
|
|
3358
3373
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3359
3374
|
requestId: string;
|
|
3360
|
-
data?: PutEventsByIdStatusApiResponse | undefined;
|
|
3375
|
+
data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3361
3376
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3362
3377
|
endpointName: string;
|
|
3363
3378
|
startedTimeStamp: number;
|
|
@@ -3374,7 +3389,7 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
3374
3389
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3375
3390
|
} & {
|
|
3376
3391
|
requestId: string;
|
|
3377
|
-
data?: PutEventsByIdStatusApiResponse | undefined;
|
|
3392
|
+
data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3378
3393
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3379
3394
|
endpointName: string;
|
|
3380
3395
|
startedTimeStamp: number;
|
|
@@ -3384,28 +3399,28 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
3384
3399
|
} & {
|
|
3385
3400
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3386
3401
|
isUninitialized: false;
|
|
3387
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3388
3402
|
isLoading: true;
|
|
3389
|
-
isSuccess: false;
|
|
3403
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3390
3404
|
isError: false;
|
|
3391
3405
|
}) | ({
|
|
3392
3406
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3393
3407
|
} & Omit<{
|
|
3394
3408
|
requestId: string;
|
|
3395
|
-
data?: PutEventsByIdStatusApiResponse | undefined;
|
|
3409
|
+
data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3396
3410
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3397
3411
|
endpointName: string;
|
|
3398
3412
|
startedTimeStamp: number;
|
|
3399
3413
|
fulfilledTimeStamp?: number | undefined;
|
|
3400
3414
|
}, "error"> & Required<Pick<{
|
|
3401
3415
|
requestId: string;
|
|
3402
|
-
data?: PutEventsByIdStatusApiResponse | undefined;
|
|
3416
|
+
data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3403
3417
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3404
3418
|
endpointName: string;
|
|
3405
3419
|
startedTimeStamp: number;
|
|
3406
3420
|
fulfilledTimeStamp?: number | undefined;
|
|
3407
3421
|
}, "error">> & {
|
|
3408
3422
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3423
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3409
3424
|
isUninitialized: false;
|
|
3410
3425
|
isLoading: false;
|
|
3411
3426
|
isSuccess: false;
|
|
@@ -3414,13 +3429,12 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
3414
3429
|
selectFromResult?: ((state: ({
|
|
3415
3430
|
requestId?: undefined;
|
|
3416
3431
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3417
|
-
data?: undefined;
|
|
3432
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3418
3433
|
error?: undefined;
|
|
3419
3434
|
endpointName?: string | undefined;
|
|
3420
3435
|
startedTimeStamp?: undefined;
|
|
3421
3436
|
fulfilledTimeStamp?: undefined;
|
|
3422
3437
|
} & {
|
|
3423
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3424
3438
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3425
3439
|
isUninitialized: true;
|
|
3426
3440
|
isLoading: false;
|
|
@@ -3430,14 +3444,14 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
3430
3444
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3431
3445
|
} & Omit<{
|
|
3432
3446
|
requestId: string;
|
|
3433
|
-
data?: PutEventsByIdStatusApiResponse | undefined;
|
|
3447
|
+
data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3434
3448
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3435
3449
|
endpointName: string;
|
|
3436
3450
|
startedTimeStamp: number;
|
|
3437
3451
|
fulfilledTimeStamp?: number | undefined;
|
|
3438
3452
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3439
3453
|
requestId: string;
|
|
3440
|
-
data?: PutEventsByIdStatusApiResponse | undefined;
|
|
3454
|
+
data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3441
3455
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3442
3456
|
endpointName: string;
|
|
3443
3457
|
startedTimeStamp: number;
|
|
@@ -3454,7 +3468,7 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
3454
3468
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3455
3469
|
} & {
|
|
3456
3470
|
requestId: string;
|
|
3457
|
-
data?: PutEventsByIdStatusApiResponse | undefined;
|
|
3471
|
+
data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3458
3472
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3459
3473
|
endpointName: string;
|
|
3460
3474
|
startedTimeStamp: number;
|
|
@@ -3464,48 +3478,210 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
3464
3478
|
} & {
|
|
3465
3479
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3466
3480
|
isUninitialized: false;
|
|
3467
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3468
3481
|
isLoading: true;
|
|
3469
|
-
isSuccess: false;
|
|
3482
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3470
3483
|
isError: false;
|
|
3471
3484
|
}) | ({
|
|
3472
3485
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3473
3486
|
} & Omit<{
|
|
3474
3487
|
requestId: string;
|
|
3475
|
-
data?: PutEventsByIdStatusApiResponse | undefined;
|
|
3488
|
+
data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3476
3489
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3477
3490
|
endpointName: string;
|
|
3478
3491
|
startedTimeStamp: number;
|
|
3479
3492
|
fulfilledTimeStamp?: number | undefined;
|
|
3480
3493
|
}, "error"> & Required<Pick<{
|
|
3481
3494
|
requestId: string;
|
|
3482
|
-
data?: PutEventsByIdStatusApiResponse | undefined;
|
|
3495
|
+
data?: PutEventsByIdStatusApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3483
3496
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3484
3497
|
endpointName: string;
|
|
3485
3498
|
startedTimeStamp: number;
|
|
3486
3499
|
fulfilledTimeStamp?: number | undefined;
|
|
3487
3500
|
}, "error">> & {
|
|
3488
3501
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3502
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3489
3503
|
isUninitialized: false;
|
|
3490
3504
|
isLoading: false;
|
|
3491
3505
|
isSuccess: false;
|
|
3492
3506
|
isError: true;
|
|
3493
3507
|
})) => R) | undefined;
|
|
3494
3508
|
fixedCacheKey?: string | undefined;
|
|
3495
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3496
|
-
originalArgs?: PutEventsByIdStatusApiArg | undefined;
|
|
3497
|
-
reset: () => void;
|
|
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. */
|
|
3498
3512
|
}];
|
|
3513
|
+
declare const useGetUserKeysQuery: <R extends Record<string, any> = ({
|
|
3514
|
+
data?: undefined;
|
|
3515
|
+
error?: undefined;
|
|
3516
|
+
fulfilledTimeStamp?: undefined;
|
|
3517
|
+
originalArgs?: undefined;
|
|
3518
|
+
requestId?: undefined;
|
|
3519
|
+
endpointName?: string | undefined;
|
|
3520
|
+
startedTimeStamp?: undefined;
|
|
3521
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3522
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
3523
|
+
isLoading: false;
|
|
3524
|
+
isFetching: false;
|
|
3525
|
+
isSuccess: false;
|
|
3526
|
+
isError: false;
|
|
3527
|
+
isUninitialized: true;
|
|
3528
|
+
} | {
|
|
3529
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3530
|
+
fulfilledTimeStamp?: number | undefined;
|
|
3531
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
3532
|
+
requestId?: string | undefined;
|
|
3533
|
+
endpointName?: string | undefined;
|
|
3534
|
+
startedTimeStamp?: number | undefined;
|
|
3535
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3536
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
3537
|
+
isUninitialized: false;
|
|
3538
|
+
isSuccess: false;
|
|
3539
|
+
isError: false;
|
|
3540
|
+
isLoading: true;
|
|
3541
|
+
isFetching: boolean;
|
|
3542
|
+
data: undefined;
|
|
3543
|
+
} | {
|
|
3544
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
3545
|
+
requestId?: string | undefined;
|
|
3546
|
+
endpointName?: string | undefined;
|
|
3547
|
+
startedTimeStamp?: number | undefined;
|
|
3548
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3549
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
3550
|
+
isUninitialized: false;
|
|
3551
|
+
isLoading: false;
|
|
3552
|
+
isError: false;
|
|
3553
|
+
isSuccess: true;
|
|
3554
|
+
isFetching: true;
|
|
3555
|
+
error: undefined;
|
|
3556
|
+
data: GetUserKeysApiResponse;
|
|
3557
|
+
fulfilledTimeStamp: number;
|
|
3558
|
+
} | {
|
|
3559
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
3560
|
+
requestId?: string | undefined;
|
|
3561
|
+
endpointName?: string | undefined;
|
|
3562
|
+
startedTimeStamp?: number | undefined;
|
|
3563
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3564
|
+
isUninitialized: false;
|
|
3565
|
+
isLoading: false;
|
|
3566
|
+
isError: false;
|
|
3567
|
+
isSuccess: true;
|
|
3568
|
+
isFetching: false;
|
|
3569
|
+
error: undefined;
|
|
3570
|
+
data: GetUserKeysApiResponse;
|
|
3571
|
+
fulfilledTimeStamp: number;
|
|
3572
|
+
currentData: GetUserKeysApiResponse;
|
|
3573
|
+
} | {
|
|
3574
|
+
data?: GetUserKeysApiResponse | undefined;
|
|
3575
|
+
fulfilledTimeStamp?: number | undefined;
|
|
3576
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
3577
|
+
requestId?: string | undefined;
|
|
3578
|
+
endpointName?: string | undefined;
|
|
3579
|
+
startedTimeStamp?: number | undefined;
|
|
3580
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3581
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
3582
|
+
isUninitialized: false;
|
|
3583
|
+
isLoading: false;
|
|
3584
|
+
isFetching: false;
|
|
3585
|
+
isSuccess: false;
|
|
3586
|
+
isError: true;
|
|
3587
|
+
error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
|
|
3588
|
+
}) & {
|
|
3589
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3590
|
+
}>(arg: GetUserKeysApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
3591
|
+
skip?: boolean | undefined;
|
|
3592
|
+
refetchOnMountOrArgChange?: number | boolean | undefined;
|
|
3593
|
+
} & {
|
|
3594
|
+
skip?: boolean | undefined;
|
|
3595
|
+
selectFromResult?: ((state: ({
|
|
3596
|
+
data?: undefined;
|
|
3597
|
+
error?: undefined;
|
|
3598
|
+
fulfilledTimeStamp?: undefined;
|
|
3599
|
+
originalArgs?: undefined;
|
|
3600
|
+
requestId?: undefined;
|
|
3601
|
+
endpointName?: string | undefined;
|
|
3602
|
+
startedTimeStamp?: undefined;
|
|
3603
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3604
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
3605
|
+
isLoading: false;
|
|
3606
|
+
isFetching: false;
|
|
3607
|
+
isSuccess: false;
|
|
3608
|
+
isError: false;
|
|
3609
|
+
isUninitialized: true;
|
|
3610
|
+
} | {
|
|
3611
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3612
|
+
fulfilledTimeStamp?: number | undefined;
|
|
3613
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
3614
|
+
requestId?: string | undefined;
|
|
3615
|
+
endpointName?: string | undefined;
|
|
3616
|
+
startedTimeStamp?: number | undefined;
|
|
3617
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3618
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
3619
|
+
isUninitialized: false;
|
|
3620
|
+
isSuccess: false;
|
|
3621
|
+
isError: false;
|
|
3622
|
+
isLoading: true;
|
|
3623
|
+
isFetching: boolean;
|
|
3624
|
+
data: undefined;
|
|
3625
|
+
} | {
|
|
3626
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
3627
|
+
requestId?: string | undefined;
|
|
3628
|
+
endpointName?: string | undefined;
|
|
3629
|
+
startedTimeStamp?: number | undefined;
|
|
3630
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3631
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
3632
|
+
isUninitialized: false;
|
|
3633
|
+
isLoading: false;
|
|
3634
|
+
isError: false;
|
|
3635
|
+
isSuccess: true;
|
|
3636
|
+
isFetching: true;
|
|
3637
|
+
error: undefined;
|
|
3638
|
+
data: GetUserKeysApiResponse;
|
|
3639
|
+
fulfilledTimeStamp: number;
|
|
3640
|
+
} | {
|
|
3641
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
3642
|
+
requestId?: string | undefined;
|
|
3643
|
+
endpointName?: string | undefined;
|
|
3644
|
+
startedTimeStamp?: number | undefined;
|
|
3645
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3646
|
+
isUninitialized: false;
|
|
3647
|
+
isLoading: false;
|
|
3648
|
+
isError: false;
|
|
3649
|
+
isSuccess: true;
|
|
3650
|
+
isFetching: false;
|
|
3651
|
+
error: undefined;
|
|
3652
|
+
data: GetUserKeysApiResponse;
|
|
3653
|
+
fulfilledTimeStamp: number;
|
|
3654
|
+
currentData: GetUserKeysApiResponse;
|
|
3655
|
+
} | {
|
|
3656
|
+
data?: GetUserKeysApiResponse | undefined;
|
|
3657
|
+
fulfilledTimeStamp?: number | undefined;
|
|
3658
|
+
originalArgs?: GetUserKeysApiArg | undefined;
|
|
3659
|
+
requestId?: string | undefined;
|
|
3660
|
+
endpointName?: string | undefined;
|
|
3661
|
+
startedTimeStamp?: number | undefined;
|
|
3662
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3663
|
+
currentData?: GetUserKeysApiResponse | undefined;
|
|
3664
|
+
isUninitialized: false;
|
|
3665
|
+
isLoading: false;
|
|
3666
|
+
isFetching: false;
|
|
3667
|
+
isSuccess: false;
|
|
3668
|
+
isError: true;
|
|
3669
|
+
error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
|
|
3670
|
+
}) & {
|
|
3671
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3672
|
+
}) => R) | undefined;
|
|
3673
|
+
}) | 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>>;
|
|
3675
|
+
};
|
|
3499
3676
|
declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
3500
3677
|
requestId?: undefined;
|
|
3501
3678
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3502
|
-
data?: undefined;
|
|
3679
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3503
3680
|
error?: undefined;
|
|
3504
3681
|
endpointName?: string | undefined;
|
|
3505
3682
|
startedTimeStamp?: undefined;
|
|
3506
3683
|
fulfilledTimeStamp?: undefined;
|
|
3507
3684
|
} & {
|
|
3508
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3509
3685
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3510
3686
|
isUninitialized: true;
|
|
3511
3687
|
isLoading: false;
|
|
@@ -3515,14 +3691,14 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
3515
3691
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3516
3692
|
} & Omit<{
|
|
3517
3693
|
requestId: string;
|
|
3518
|
-
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
3694
|
+
data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3519
3695
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3520
3696
|
endpointName: string;
|
|
3521
3697
|
startedTimeStamp: number;
|
|
3522
3698
|
fulfilledTimeStamp?: number | undefined;
|
|
3523
3699
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3524
3700
|
requestId: string;
|
|
3525
|
-
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
3701
|
+
data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3526
3702
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3527
3703
|
endpointName: string;
|
|
3528
3704
|
startedTimeStamp: number;
|
|
@@ -3539,7 +3715,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
3539
3715
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3540
3716
|
} & {
|
|
3541
3717
|
requestId: string;
|
|
3542
|
-
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
3718
|
+
data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3543
3719
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3544
3720
|
endpointName: string;
|
|
3545
3721
|
startedTimeStamp: number;
|
|
@@ -3549,28 +3725,28 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
3549
3725
|
} & {
|
|
3550
3726
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3551
3727
|
isUninitialized: false;
|
|
3552
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3553
3728
|
isLoading: true;
|
|
3554
|
-
isSuccess: false;
|
|
3729
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3555
3730
|
isError: false;
|
|
3556
3731
|
}) | ({
|
|
3557
3732
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3558
3733
|
} & Omit<{
|
|
3559
3734
|
requestId: string;
|
|
3560
|
-
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
3735
|
+
data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3561
3736
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3562
3737
|
endpointName: string;
|
|
3563
3738
|
startedTimeStamp: number;
|
|
3564
3739
|
fulfilledTimeStamp?: number | undefined;
|
|
3565
3740
|
}, "error"> & Required<Pick<{
|
|
3566
3741
|
requestId: string;
|
|
3567
|
-
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
3742
|
+
data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3568
3743
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3569
3744
|
endpointName: string;
|
|
3570
3745
|
startedTimeStamp: number;
|
|
3571
3746
|
fulfilledTimeStamp?: number | undefined;
|
|
3572
3747
|
}, "error">> & {
|
|
3573
3748
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3749
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3574
3750
|
isUninitialized: false;
|
|
3575
3751
|
isLoading: false;
|
|
3576
3752
|
isSuccess: false;
|
|
@@ -3579,13 +3755,12 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
3579
3755
|
selectFromResult?: ((state: ({
|
|
3580
3756
|
requestId?: undefined;
|
|
3581
3757
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3582
|
-
data?: undefined;
|
|
3758
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3583
3759
|
error?: undefined;
|
|
3584
3760
|
endpointName?: string | undefined;
|
|
3585
3761
|
startedTimeStamp?: undefined;
|
|
3586
3762
|
fulfilledTimeStamp?: undefined;
|
|
3587
3763
|
} & {
|
|
3588
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3589
3764
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3590
3765
|
isUninitialized: true;
|
|
3591
3766
|
isLoading: false;
|
|
@@ -3595,14 +3770,14 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
3595
3770
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3596
3771
|
} & Omit<{
|
|
3597
3772
|
requestId: string;
|
|
3598
|
-
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
3773
|
+
data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3599
3774
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3600
3775
|
endpointName: string;
|
|
3601
3776
|
startedTimeStamp: number;
|
|
3602
3777
|
fulfilledTimeStamp?: number | undefined;
|
|
3603
3778
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3604
3779
|
requestId: string;
|
|
3605
|
-
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
3780
|
+
data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3606
3781
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3607
3782
|
endpointName: string;
|
|
3608
3783
|
startedTimeStamp: number;
|
|
@@ -3619,7 +3794,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
3619
3794
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3620
3795
|
} & {
|
|
3621
3796
|
requestId: string;
|
|
3622
|
-
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
3797
|
+
data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3623
3798
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3624
3799
|
endpointName: string;
|
|
3625
3800
|
startedTimeStamp: number;
|
|
@@ -3629,37 +3804,37 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
3629
3804
|
} & {
|
|
3630
3805
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3631
3806
|
isUninitialized: false;
|
|
3632
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3633
3807
|
isLoading: true;
|
|
3634
|
-
isSuccess: false;
|
|
3808
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
3635
3809
|
isError: false;
|
|
3636
3810
|
}) | ({
|
|
3637
3811
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3638
3812
|
} & Omit<{
|
|
3639
3813
|
requestId: string;
|
|
3640
|
-
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
3814
|
+
data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3641
3815
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3642
3816
|
endpointName: string;
|
|
3643
3817
|
startedTimeStamp: number;
|
|
3644
3818
|
fulfilledTimeStamp?: number | undefined;
|
|
3645
3819
|
}, "error"> & Required<Pick<{
|
|
3646
3820
|
requestId: string;
|
|
3647
|
-
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
3821
|
+
data?: RegisterMeshmodelsApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
3648
3822
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3649
3823
|
endpointName: string;
|
|
3650
3824
|
startedTimeStamp: number;
|
|
3651
3825
|
fulfilledTimeStamp?: number | undefined;
|
|
3652
3826
|
}, "error">> & {
|
|
3653
3827
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3828
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
3654
3829
|
isUninitialized: false;
|
|
3655
3830
|
isLoading: false;
|
|
3656
3831
|
isSuccess: false;
|
|
3657
3832
|
isError: true;
|
|
3658
3833
|
})) => R) | undefined;
|
|
3659
3834
|
fixedCacheKey?: string | undefined;
|
|
3660
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3661
|
-
originalArgs?: RegisterMeshmodelsApiArg | undefined;
|
|
3662
|
-
reset: () => void;
|
|
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. */
|
|
3663
3838
|
}];
|
|
3664
3839
|
declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
|
|
3665
3840
|
data?: undefined;
|
|
@@ -3822,7 +3997,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
|
|
|
3822
3997
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3823
3998
|
}) => R) | undefined;
|
|
3824
3999
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3825
|
-
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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
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>>;
|
|
3826
4001
|
};
|
|
3827
4002
|
declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
3828
4003
|
data?: undefined;
|
|
@@ -3985,18 +4160,17 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
3985
4160
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3986
4161
|
}) => R) | undefined;
|
|
3987
4162
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3988
|
-
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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
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>>;
|
|
3989
4164
|
};
|
|
3990
4165
|
declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
3991
4166
|
requestId?: undefined;
|
|
3992
4167
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3993
|
-
data?: undefined;
|
|
4168
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3994
4169
|
error?: undefined;
|
|
3995
4170
|
endpointName?: string | undefined;
|
|
3996
4171
|
startedTimeStamp?: undefined;
|
|
3997
4172
|
fulfilledTimeStamp?: undefined;
|
|
3998
4173
|
} & {
|
|
3999
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4000
4174
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4001
4175
|
isUninitialized: true;
|
|
4002
4176
|
isLoading: false;
|
|
@@ -4006,14 +4180,14 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
4006
4180
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
4007
4181
|
} & Omit<{
|
|
4008
4182
|
requestId: string;
|
|
4009
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
4183
|
+
data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4010
4184
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4011
4185
|
endpointName: string;
|
|
4012
4186
|
startedTimeStamp: number;
|
|
4013
4187
|
fulfilledTimeStamp?: number | undefined;
|
|
4014
4188
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
4015
4189
|
requestId: string;
|
|
4016
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
4190
|
+
data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4017
4191
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4018
4192
|
endpointName: string;
|
|
4019
4193
|
startedTimeStamp: number;
|
|
@@ -4030,7 +4204,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
4030
4204
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4031
4205
|
} & {
|
|
4032
4206
|
requestId: string;
|
|
4033
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
4207
|
+
data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4034
4208
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4035
4209
|
endpointName: string;
|
|
4036
4210
|
startedTimeStamp: number;
|
|
@@ -4040,28 +4214,28 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
4040
4214
|
} & {
|
|
4041
4215
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4042
4216
|
isUninitialized: false;
|
|
4043
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4044
4217
|
isLoading: true;
|
|
4045
|
-
isSuccess: false;
|
|
4218
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4046
4219
|
isError: false;
|
|
4047
4220
|
}) | ({
|
|
4048
4221
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4049
4222
|
} & Omit<{
|
|
4050
4223
|
requestId: string;
|
|
4051
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
4224
|
+
data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4052
4225
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4053
4226
|
endpointName: string;
|
|
4054
4227
|
startedTimeStamp: number;
|
|
4055
4228
|
fulfilledTimeStamp?: number | undefined;
|
|
4056
4229
|
}, "error"> & Required<Pick<{
|
|
4057
4230
|
requestId: string;
|
|
4058
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
4231
|
+
data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4059
4232
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4060
4233
|
endpointName: string;
|
|
4061
4234
|
startedTimeStamp: number;
|
|
4062
4235
|
fulfilledTimeStamp?: number | undefined;
|
|
4063
4236
|
}, "error">> & {
|
|
4064
4237
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4238
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4065
4239
|
isUninitialized: false;
|
|
4066
4240
|
isLoading: false;
|
|
4067
4241
|
isSuccess: false;
|
|
@@ -4070,13 +4244,12 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
4070
4244
|
selectFromResult?: ((state: ({
|
|
4071
4245
|
requestId?: undefined;
|
|
4072
4246
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4073
|
-
data?: undefined;
|
|
4247
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
4074
4248
|
error?: undefined;
|
|
4075
4249
|
endpointName?: string | undefined;
|
|
4076
4250
|
startedTimeStamp?: undefined;
|
|
4077
4251
|
fulfilledTimeStamp?: undefined;
|
|
4078
4252
|
} & {
|
|
4079
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4080
4253
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4081
4254
|
isUninitialized: true;
|
|
4082
4255
|
isLoading: false;
|
|
@@ -4086,14 +4259,14 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
4086
4259
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
4087
4260
|
} & Omit<{
|
|
4088
4261
|
requestId: string;
|
|
4089
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
4262
|
+
data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4090
4263
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4091
4264
|
endpointName: string;
|
|
4092
4265
|
startedTimeStamp: number;
|
|
4093
4266
|
fulfilledTimeStamp?: number | undefined;
|
|
4094
4267
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
4095
4268
|
requestId: string;
|
|
4096
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
4269
|
+
data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4097
4270
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4098
4271
|
endpointName: string;
|
|
4099
4272
|
startedTimeStamp: number;
|
|
@@ -4110,7 +4283,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
4110
4283
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4111
4284
|
} & {
|
|
4112
4285
|
requestId: string;
|
|
4113
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
4286
|
+
data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4114
4287
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4115
4288
|
endpointName: string;
|
|
4116
4289
|
startedTimeStamp: number;
|
|
@@ -4120,37 +4293,37 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
4120
4293
|
} & {
|
|
4121
4294
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4122
4295
|
isUninitialized: false;
|
|
4123
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4124
4296
|
isLoading: true;
|
|
4125
|
-
isSuccess: false;
|
|
4297
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4126
4298
|
isError: false;
|
|
4127
4299
|
}) | ({
|
|
4128
4300
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4129
4301
|
} & Omit<{
|
|
4130
4302
|
requestId: string;
|
|
4131
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
4303
|
+
data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4132
4304
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4133
4305
|
endpointName: string;
|
|
4134
4306
|
startedTimeStamp: number;
|
|
4135
4307
|
fulfilledTimeStamp?: number | undefined;
|
|
4136
4308
|
}, "error"> & Required<Pick<{
|
|
4137
4309
|
requestId: string;
|
|
4138
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
4310
|
+
data?: PostApiWorkspacesApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4139
4311
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4140
4312
|
endpointName: string;
|
|
4141
4313
|
startedTimeStamp: number;
|
|
4142
4314
|
fulfilledTimeStamp?: number | undefined;
|
|
4143
4315
|
}, "error">> & {
|
|
4144
4316
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4317
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4145
4318
|
isUninitialized: false;
|
|
4146
4319
|
isLoading: false;
|
|
4147
4320
|
isSuccess: false;
|
|
4148
4321
|
isError: true;
|
|
4149
4322
|
})) => R) | undefined;
|
|
4150
4323
|
fixedCacheKey?: string | undefined;
|
|
4151
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4152
|
-
originalArgs?: PostApiWorkspacesApiArg | undefined;
|
|
4153
|
-
reset: () => void;
|
|
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. */
|
|
4154
4327
|
}];
|
|
4155
4328
|
declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
4156
4329
|
data?: undefined;
|
|
@@ -4313,18 +4486,17 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
4313
4486
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4314
4487
|
}) => R) | undefined;
|
|
4315
4488
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4316
|
-
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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
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>>;
|
|
4317
4490
|
};
|
|
4318
4491
|
declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
4319
4492
|
requestId?: undefined;
|
|
4320
4493
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4321
|
-
data?: undefined;
|
|
4494
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
4322
4495
|
error?: undefined;
|
|
4323
4496
|
endpointName?: string | undefined;
|
|
4324
4497
|
startedTimeStamp?: undefined;
|
|
4325
4498
|
fulfilledTimeStamp?: undefined;
|
|
4326
4499
|
} & {
|
|
4327
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4328
4500
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4329
4501
|
isUninitialized: true;
|
|
4330
4502
|
isLoading: false;
|
|
@@ -4334,14 +4506,14 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
4334
4506
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
4335
4507
|
} & Omit<{
|
|
4336
4508
|
requestId: string;
|
|
4337
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
4509
|
+
data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4338
4510
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4339
4511
|
endpointName: string;
|
|
4340
4512
|
startedTimeStamp: number;
|
|
4341
4513
|
fulfilledTimeStamp?: number | undefined;
|
|
4342
4514
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
4343
4515
|
requestId: string;
|
|
4344
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
4516
|
+
data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4345
4517
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4346
4518
|
endpointName: string;
|
|
4347
4519
|
startedTimeStamp: number;
|
|
@@ -4358,7 +4530,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
4358
4530
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4359
4531
|
} & {
|
|
4360
4532
|
requestId: string;
|
|
4361
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
4533
|
+
data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4362
4534
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4363
4535
|
endpointName: string;
|
|
4364
4536
|
startedTimeStamp: number;
|
|
@@ -4368,28 +4540,28 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
4368
4540
|
} & {
|
|
4369
4541
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4370
4542
|
isUninitialized: false;
|
|
4371
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4372
4543
|
isLoading: true;
|
|
4373
|
-
isSuccess: false;
|
|
4544
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4374
4545
|
isError: false;
|
|
4375
4546
|
}) | ({
|
|
4376
4547
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4377
4548
|
} & Omit<{
|
|
4378
4549
|
requestId: string;
|
|
4379
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
4550
|
+
data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4380
4551
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4381
4552
|
endpointName: string;
|
|
4382
4553
|
startedTimeStamp: number;
|
|
4383
4554
|
fulfilledTimeStamp?: number | undefined;
|
|
4384
4555
|
}, "error"> & Required<Pick<{
|
|
4385
4556
|
requestId: string;
|
|
4386
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
4557
|
+
data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4387
4558
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4388
4559
|
endpointName: string;
|
|
4389
4560
|
startedTimeStamp: number;
|
|
4390
4561
|
fulfilledTimeStamp?: number | undefined;
|
|
4391
4562
|
}, "error">> & {
|
|
4392
4563
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4564
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4393
4565
|
isUninitialized: false;
|
|
4394
4566
|
isLoading: false;
|
|
4395
4567
|
isSuccess: false;
|
|
@@ -4398,13 +4570,12 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
4398
4570
|
selectFromResult?: ((state: ({
|
|
4399
4571
|
requestId?: undefined;
|
|
4400
4572
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4401
|
-
data?: undefined;
|
|
4573
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
4402
4574
|
error?: undefined;
|
|
4403
4575
|
endpointName?: string | undefined;
|
|
4404
4576
|
startedTimeStamp?: undefined;
|
|
4405
4577
|
fulfilledTimeStamp?: undefined;
|
|
4406
4578
|
} & {
|
|
4407
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4408
4579
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4409
4580
|
isUninitialized: true;
|
|
4410
4581
|
isLoading: false;
|
|
@@ -4414,14 +4585,14 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
4414
4585
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
4415
4586
|
} & Omit<{
|
|
4416
4587
|
requestId: string;
|
|
4417
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
4588
|
+
data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4418
4589
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4419
4590
|
endpointName: string;
|
|
4420
4591
|
startedTimeStamp: number;
|
|
4421
4592
|
fulfilledTimeStamp?: number | undefined;
|
|
4422
4593
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
4423
4594
|
requestId: string;
|
|
4424
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
4595
|
+
data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4425
4596
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4426
4597
|
endpointName: string;
|
|
4427
4598
|
startedTimeStamp: number;
|
|
@@ -4438,7 +4609,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
4438
4609
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4439
4610
|
} & {
|
|
4440
4611
|
requestId: string;
|
|
4441
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
4612
|
+
data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4442
4613
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4443
4614
|
endpointName: string;
|
|
4444
4615
|
startedTimeStamp: number;
|
|
@@ -4448,48 +4619,47 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
4448
4619
|
} & {
|
|
4449
4620
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4450
4621
|
isUninitialized: false;
|
|
4451
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4452
4622
|
isLoading: true;
|
|
4453
|
-
isSuccess: false;
|
|
4623
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4454
4624
|
isError: false;
|
|
4455
4625
|
}) | ({
|
|
4456
4626
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4457
4627
|
} & Omit<{
|
|
4458
4628
|
requestId: string;
|
|
4459
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
4629
|
+
data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4460
4630
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4461
4631
|
endpointName: string;
|
|
4462
4632
|
startedTimeStamp: number;
|
|
4463
4633
|
fulfilledTimeStamp?: number | undefined;
|
|
4464
4634
|
}, "error"> & Required<Pick<{
|
|
4465
4635
|
requestId: string;
|
|
4466
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
4636
|
+
data?: PutApiWorkspacesByIdApiResponse | undefined; /** JSON ref to value from where patch should be applied. */
|
|
4467
4637
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4468
4638
|
endpointName: string;
|
|
4469
4639
|
startedTimeStamp: number;
|
|
4470
4640
|
fulfilledTimeStamp?: number | undefined;
|
|
4471
4641
|
}, "error">> & {
|
|
4472
4642
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4643
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4473
4644
|
isUninitialized: false;
|
|
4474
4645
|
isLoading: false;
|
|
4475
4646
|
isSuccess: false;
|
|
4476
4647
|
isError: true;
|
|
4477
4648
|
})) => R) | undefined;
|
|
4478
4649
|
fixedCacheKey?: string | undefined;
|
|
4479
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4480
|
-
originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
|
|
4481
|
-
reset: () => void;
|
|
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. */
|
|
4482
4653
|
}];
|
|
4483
4654
|
declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
4484
4655
|
requestId?: undefined;
|
|
4485
4656
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4486
|
-
data?: undefined;
|
|
4657
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
4487
4658
|
error?: undefined;
|
|
4488
4659
|
endpointName?: string | undefined;
|
|
4489
4660
|
startedTimeStamp?: undefined;
|
|
4490
4661
|
fulfilledTimeStamp?: undefined;
|
|
4491
4662
|
} & {
|
|
4492
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4493
4663
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4494
4664
|
isUninitialized: true;
|
|
4495
4665
|
isLoading: false;
|
|
@@ -4499,14 +4669,14 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
4499
4669
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
4500
4670
|
} & Omit<{
|
|
4501
4671
|
requestId: string;
|
|
4502
|
-
data?: unknown;
|
|
4672
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
4503
4673
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4504
4674
|
endpointName: string;
|
|
4505
4675
|
startedTimeStamp: number;
|
|
4506
4676
|
fulfilledTimeStamp?: number | undefined;
|
|
4507
4677
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
4508
4678
|
requestId: string;
|
|
4509
|
-
data?: unknown;
|
|
4679
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
4510
4680
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4511
4681
|
endpointName: string;
|
|
4512
4682
|
startedTimeStamp: number;
|
|
@@ -4523,7 +4693,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
4523
4693
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4524
4694
|
} & {
|
|
4525
4695
|
requestId: string;
|
|
4526
|
-
data?: unknown;
|
|
4696
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
4527
4697
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4528
4698
|
endpointName: string;
|
|
4529
4699
|
startedTimeStamp: number;
|
|
@@ -4533,28 +4703,28 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
4533
4703
|
} & {
|
|
4534
4704
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4535
4705
|
isUninitialized: false;
|
|
4536
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4537
4706
|
isLoading: true;
|
|
4538
|
-
isSuccess: false;
|
|
4707
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4539
4708
|
isError: false;
|
|
4540
4709
|
}) | ({
|
|
4541
4710
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4542
4711
|
} & Omit<{
|
|
4543
4712
|
requestId: string;
|
|
4544
|
-
data?: unknown;
|
|
4713
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
4545
4714
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4546
4715
|
endpointName: string;
|
|
4547
4716
|
startedTimeStamp: number;
|
|
4548
4717
|
fulfilledTimeStamp?: number | undefined;
|
|
4549
4718
|
}, "error"> & Required<Pick<{
|
|
4550
4719
|
requestId: string;
|
|
4551
|
-
data?: unknown;
|
|
4720
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
4552
4721
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4553
4722
|
endpointName: string;
|
|
4554
4723
|
startedTimeStamp: number;
|
|
4555
4724
|
fulfilledTimeStamp?: number | undefined;
|
|
4556
4725
|
}, "error">> & {
|
|
4557
4726
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4727
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4558
4728
|
isUninitialized: false;
|
|
4559
4729
|
isLoading: false;
|
|
4560
4730
|
isSuccess: false;
|
|
@@ -4563,13 +4733,12 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
4563
4733
|
selectFromResult?: ((state: ({
|
|
4564
4734
|
requestId?: undefined;
|
|
4565
4735
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4566
|
-
data?: undefined;
|
|
4736
|
+
data?: undefined; /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
4567
4737
|
error?: undefined;
|
|
4568
4738
|
endpointName?: string | undefined;
|
|
4569
4739
|
startedTimeStamp?: undefined;
|
|
4570
4740
|
fulfilledTimeStamp?: undefined;
|
|
4571
4741
|
} & {
|
|
4572
|
-
/** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4573
4742
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
4574
4743
|
isUninitialized: true;
|
|
4575
4744
|
isLoading: false;
|
|
@@ -4579,14 +4748,14 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
4579
4748
|
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
4580
4749
|
} & Omit<{
|
|
4581
4750
|
requestId: string;
|
|
4582
|
-
data?: unknown;
|
|
4751
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
4583
4752
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4584
4753
|
endpointName: string;
|
|
4585
4754
|
startedTimeStamp: number;
|
|
4586
4755
|
fulfilledTimeStamp?: number | undefined;
|
|
4587
4756
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
4588
4757
|
requestId: string;
|
|
4589
|
-
data?: unknown;
|
|
4758
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
4590
4759
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4591
4760
|
endpointName: string;
|
|
4592
4761
|
startedTimeStamp: number;
|
|
@@ -4603,7 +4772,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
4603
4772
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4604
4773
|
} & {
|
|
4605
4774
|
requestId: string;
|
|
4606
|
-
data?: unknown;
|
|
4775
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
4607
4776
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4608
4777
|
endpointName: string;
|
|
4609
4778
|
startedTimeStamp: number;
|
|
@@ -4613,37 +4782,37 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
4613
4782
|
} & {
|
|
4614
4783
|
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4615
4784
|
isUninitialized: false;
|
|
4616
|
-
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4617
4785
|
isLoading: true;
|
|
4618
|
-
isSuccess: false;
|
|
4786
|
+
isSuccess: false; /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
|
|
4619
4787
|
isError: false;
|
|
4620
4788
|
}) | ({
|
|
4621
4789
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4622
4790
|
} & Omit<{
|
|
4623
4791
|
requestId: string;
|
|
4624
|
-
data?: unknown;
|
|
4792
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
4625
4793
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4626
4794
|
endpointName: string;
|
|
4627
4795
|
startedTimeStamp: number;
|
|
4628
4796
|
fulfilledTimeStamp?: number | undefined;
|
|
4629
4797
|
}, "error"> & Required<Pick<{
|
|
4630
4798
|
requestId: string;
|
|
4631
|
-
data?: unknown;
|
|
4799
|
+
data?: unknown; /** JSON ref to value from where patch should be applied. */
|
|
4632
4800
|
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4633
4801
|
endpointName: string;
|
|
4634
4802
|
startedTimeStamp: number;
|
|
4635
4803
|
fulfilledTimeStamp?: number | undefined;
|
|
4636
4804
|
}, "error">> & {
|
|
4637
4805
|
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4806
|
+
/** Strategy criterion for determing how to match the values at mutator/mutated paths */
|
|
4638
4807
|
isUninitialized: false;
|
|
4639
4808
|
isLoading: false;
|
|
4640
4809
|
isSuccess: false;
|
|
4641
4810
|
isError: true;
|
|
4642
4811
|
})) => R) | undefined;
|
|
4643
4812
|
fixedCacheKey?: string | undefined;
|
|
4644
|
-
} | 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" | "model_other" | "Organization_other" | "workspace_workspaces" | "evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4645
|
-
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
|
|
4646
|
-
reset: () => void;
|
|
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. */
|
|
4647
4816
|
}];
|
|
4648
4817
|
|
|
4649
|
-
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 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, useImportDesignMutation, usePostApiWorkspacesMutation, usePostEvaluateMutation, usePostEventsMutation, usePutApiWorkspacesByIdMutation, usePutEventsByIdStatusMutation, usePutEventsStatusMutation, useRegisterMeshmodelsMutation };
|
|
4818
|
+
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 };
|