@meshery/schemas 0.8.131 → 0.8.133
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 +69 -0
- package/dist/cloudApi.d.mts +10460 -5916
- package/dist/cloudApi.d.ts +10460 -5916
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1beta1/credential/Credential.d.mts +41 -39
- package/dist/constructs/v1beta1/credential/Credential.d.ts +41 -39
- package/dist/constructs/v1beta1/credential/CredentialSchema.js +2 -2
- package/dist/constructs/v1beta1/credential/CredentialSchema.mjs +2 -2
- package/dist/constructs/v1beta1/event/Event.d.mts +149 -0
- package/dist/constructs/v1beta1/event/Event.d.ts +149 -0
- package/dist/constructs/v1beta1/event/EventSchema.js +1 -1
- package/dist/constructs/v1beta1/event/EventSchema.mjs +1 -1
- package/dist/constructs/v1beta1/role/Role.d.mts +90 -36
- package/dist/constructs/v1beta1/role/Role.d.ts +90 -36
- package/dist/constructs/v1beta1/role/RoleSchema.js +1 -1
- package/dist/constructs/v1beta1/role/RoleSchema.mjs +1 -1
- package/dist/constructs/v1beta1/token/Token.d.mts +538 -0
- package/dist/constructs/v1beta1/token/Token.d.ts +538 -0
- package/dist/constructs/v1beta1/token/Token.js +1 -0
- package/dist/constructs/v1beta1/token/Token.mjs +0 -0
- package/dist/constructs/v1beta1/token/TokenSchema.d.mts +7 -0
- package/dist/constructs/v1beta1/token/TokenSchema.d.ts +7 -0
- package/dist/constructs/v1beta1/token/TokenSchema.js +2 -0
- package/dist/constructs/v1beta1/token/TokenSchema.mjs +2 -0
- package/dist/constructs/v1beta1/workspace/Workspace.d.mts +4393 -185
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4393 -185
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +97 -1
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +97 -1
- package/dist/index.js +98 -2
- package/dist/index.mjs +98 -2
- package/dist/mesheryApi.d.mts +192 -1130
- package/dist/mesheryApi.d.ts +192 -1130
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -1
package/dist/mesheryApi.d.ts
CHANGED
|
@@ -2,45 +2,40 @@ 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 ["Connection_API_Connections", "Design_other", "Environment_environments", "Evaluation_other", "
|
|
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<{}, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7
|
-
getConnections: _reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
8
|
-
registerConnection: _reduxjs_toolkit_query.MutationDefinition<RegisterConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
9
|
-
getConnectionById: _reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
10
|
-
updateConnection: _reduxjs_toolkit_query.MutationDefinition<UpdateConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
11
|
-
deleteConnection: _reduxjs_toolkit_query.MutationDefinition<DeleteConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
12
|
-
deleteMesheryConnection: _reduxjs_toolkit_query.MutationDefinition<DeleteMesheryConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
13
|
-
getKubernetesContext: _reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
14
|
-
addConnectionToEnvironment: _reduxjs_toolkit_query.MutationDefinition<AddConnectionToEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
15
|
-
removeConnectionFromEnvironment: _reduxjs_toolkit_query.MutationDefinition<RemoveConnectionFromEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
16
|
-
importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
17
|
-
createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
18
|
-
getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
19
|
-
postEvaluate: _reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
20
|
-
deleteEventsById: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
21
|
-
postEvents: _reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
22
|
-
deleteEvents: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
23
|
-
putEventsStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
24
|
-
putEventsByIdStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
25
|
-
getUserKeys: _reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
26
|
-
registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
27
|
-
getOrgByDomain: _reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
28
|
-
addTeamToOrg: _reduxjs_toolkit_query.MutationDefinition<AddTeamToOrgApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
29
|
-
removeTeamFromOrg: _reduxjs_toolkit_query.MutationDefinition<RemoveTeamFromOrgApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
30
|
-
getTeams: _reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
31
|
-
createTeam: _reduxjs_toolkit_query.MutationDefinition<CreateTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
32
|
-
getTeamById: _reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
33
|
-
updateTeam: _reduxjs_toolkit_query.MutationDefinition<UpdateTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
34
|
-
deleteTeam: _reduxjs_toolkit_query.MutationDefinition<DeleteTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
35
|
-
getTeamUsers: _reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
36
|
-
addUserToTeam: _reduxjs_toolkit_query.MutationDefinition<AddUserToTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
37
|
-
removeUserFromTeam: _reduxjs_toolkit_query.MutationDefinition<RemoveUserFromTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
38
|
-
|
|
39
|
-
postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
40
|
-
getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
41
|
-
putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
42
|
-
deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
43
|
-
}, "mesheryRtkSchemasApi", "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
|
|
5
|
+
declare const addTagTypes: readonly ["Connection_API_Connections", "Design_other", "Environment_environments", "Evaluation_other", "Events_events", "Key_users", "Model_other", "Organization_other", "Team_teams"];
|
|
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<{}, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", never> & {
|
|
7
|
+
getConnections: _reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
8
|
+
registerConnection: _reduxjs_toolkit_query.MutationDefinition<RegisterConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", RegisterConnectionApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
9
|
+
getConnectionById: _reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
10
|
+
updateConnection: _reduxjs_toolkit_query.MutationDefinition<UpdateConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", UpdateConnectionApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
11
|
+
deleteConnection: _reduxjs_toolkit_query.MutationDefinition<DeleteConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
12
|
+
deleteMesheryConnection: _reduxjs_toolkit_query.MutationDefinition<DeleteMesheryConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
13
|
+
getKubernetesContext: _reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>;
|
|
14
|
+
addConnectionToEnvironment: _reduxjs_toolkit_query.MutationDefinition<AddConnectionToEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
15
|
+
removeConnectionFromEnvironment: _reduxjs_toolkit_query.MutationDefinition<RemoveConnectionFromEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
16
|
+
importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
17
|
+
createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
18
|
+
getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
19
|
+
postEvaluate: _reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
20
|
+
deleteEventsById: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", DeleteEventsByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
21
|
+
postEvents: _reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
22
|
+
deleteEvents: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", DeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
23
|
+
putEventsStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", PutEventsStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
24
|
+
putEventsByIdStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
25
|
+
getUserKeys: _reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
26
|
+
registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
27
|
+
getOrgByDomain: _reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
28
|
+
addTeamToOrg: _reduxjs_toolkit_query.MutationDefinition<AddTeamToOrgApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", AddTeamToOrgApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
29
|
+
removeTeamFromOrg: _reduxjs_toolkit_query.MutationDefinition<RemoveTeamFromOrgApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", RemoveTeamFromOrgApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
30
|
+
getTeams: _reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
31
|
+
createTeam: _reduxjs_toolkit_query.MutationDefinition<CreateTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", CreateTeamApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
32
|
+
getTeamById: _reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
33
|
+
updateTeam: _reduxjs_toolkit_query.MutationDefinition<UpdateTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", UpdateTeamApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
34
|
+
deleteTeam: _reduxjs_toolkit_query.MutationDefinition<DeleteTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
35
|
+
getTeamUsers: _reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
36
|
+
addUserToTeam: _reduxjs_toolkit_query.MutationDefinition<AddUserToTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", AddUserToTeamApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
37
|
+
removeUserFromTeam: _reduxjs_toolkit_query.MutationDefinition<RemoveUserFromTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", RemoveUserFromTeamApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
38
|
+
}, "mesheryRtkSchemasApi", "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
|
|
44
39
|
|
|
45
40
|
type GetConnectionsApiResponse = {
|
|
46
41
|
/** List of connections on this page */
|
|
@@ -2469,86 +2464,6 @@ type RemoveUserFromTeamApiArg = {
|
|
|
2469
2464
|
/** User ID */
|
|
2470
2465
|
userId: string;
|
|
2471
2466
|
};
|
|
2472
|
-
type GetApiWorkspacesApiResponse = {
|
|
2473
|
-
page?: number;
|
|
2474
|
-
page_size?: number;
|
|
2475
|
-
total_count?: number;
|
|
2476
|
-
workspaces?: {
|
|
2477
|
-
ID?: string;
|
|
2478
|
-
name?: string;
|
|
2479
|
-
description?: string;
|
|
2480
|
-
organization_id?: string;
|
|
2481
|
-
owner?: string;
|
|
2482
|
-
created_at?: string;
|
|
2483
|
-
updated_at?: string;
|
|
2484
|
-
/** SQL null Timestamp to handle null values of time. */
|
|
2485
|
-
deleted_at?: string;
|
|
2486
|
-
}[];
|
|
2487
|
-
};
|
|
2488
|
-
type GetApiWorkspacesApiArg = void;
|
|
2489
|
-
type PostApiWorkspacesApiResponse = {
|
|
2490
|
-
ID?: string;
|
|
2491
|
-
name?: string;
|
|
2492
|
-
description?: string;
|
|
2493
|
-
organization_id?: string;
|
|
2494
|
-
owner?: string;
|
|
2495
|
-
created_at?: string;
|
|
2496
|
-
updated_at?: string;
|
|
2497
|
-
/** SQL null Timestamp to handle null values of time. */
|
|
2498
|
-
deleted_at?: string;
|
|
2499
|
-
};
|
|
2500
|
-
type PostApiWorkspacesApiArg = {
|
|
2501
|
-
/** Body for creating workspace */
|
|
2502
|
-
body: {
|
|
2503
|
-
/** Provide a name that meaningfully represents this workspace. You can change the name of the workspace even after its creation. */
|
|
2504
|
-
name: string;
|
|
2505
|
-
/** Workspaces serve as a virtual space for your team-based work, allows you to control access and more, Provide a detailed description to clarify the purpose of this workspace. Remember you can changes description of workspace after it's creations too. Learn more about workspaces [here](https://docs.meshery.io/concepts/logical/workspaces) */
|
|
2506
|
-
description?: string;
|
|
2507
|
-
/** Select an organization in which you want to create this new workspace. Keep in mind that the organization cannot be changed after creation. */
|
|
2508
|
-
organization_id: string;
|
|
2509
|
-
};
|
|
2510
|
-
};
|
|
2511
|
-
type GetApiWorkspacesByIdApiResponse = {
|
|
2512
|
-
ID?: string;
|
|
2513
|
-
name?: string;
|
|
2514
|
-
description?: string;
|
|
2515
|
-
organization_id?: string;
|
|
2516
|
-
owner?: string;
|
|
2517
|
-
created_at?: string;
|
|
2518
|
-
updated_at?: string;
|
|
2519
|
-
/** SQL null Timestamp to handle null values of time. */
|
|
2520
|
-
deleted_at?: string;
|
|
2521
|
-
};
|
|
2522
|
-
type GetApiWorkspacesByIdApiArg = {
|
|
2523
|
-
id: string;
|
|
2524
|
-
};
|
|
2525
|
-
type PutApiWorkspacesByIdApiResponse = {
|
|
2526
|
-
ID?: string;
|
|
2527
|
-
name?: string;
|
|
2528
|
-
description?: string;
|
|
2529
|
-
organization_id?: string;
|
|
2530
|
-
owner?: string;
|
|
2531
|
-
created_at?: string;
|
|
2532
|
-
updated_at?: string;
|
|
2533
|
-
/** SQL null Timestamp to handle null values of time. */
|
|
2534
|
-
deleted_at?: string;
|
|
2535
|
-
};
|
|
2536
|
-
type PutApiWorkspacesByIdApiArg = {
|
|
2537
|
-
id: string;
|
|
2538
|
-
/** Body for updating workspace */
|
|
2539
|
-
body: {
|
|
2540
|
-
/** Name of workspace */
|
|
2541
|
-
name?: string;
|
|
2542
|
-
/** Environment description */
|
|
2543
|
-
description?: string;
|
|
2544
|
-
/** Organization ID */
|
|
2545
|
-
organization_id: string;
|
|
2546
|
-
};
|
|
2547
|
-
};
|
|
2548
|
-
type DeleteApiWorkspacesByIdApiResponse = unknown;
|
|
2549
|
-
type DeleteApiWorkspacesByIdApiArg = {
|
|
2550
|
-
id: string;
|
|
2551
|
-
};
|
|
2552
2467
|
declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
2553
2468
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2554
2469
|
originalArgs?: undefined | undefined;
|
|
@@ -2567,7 +2482,7 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2567
2482
|
isError: false;
|
|
2568
2483
|
}, "isUninitialized"> & {
|
|
2569
2484
|
isUninitialized: true;
|
|
2570
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2485
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2571
2486
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2572
2487
|
isUninitialized: false;
|
|
2573
2488
|
isLoading: false;
|
|
@@ -2578,7 +2493,7 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2578
2493
|
isLoading: true;
|
|
2579
2494
|
isFetching: boolean;
|
|
2580
2495
|
data: undefined;
|
|
2581
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2496
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2582
2497
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2583
2498
|
isUninitialized: false;
|
|
2584
2499
|
isLoading: false;
|
|
@@ -2591,14 +2506,14 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2591
2506
|
error: undefined;
|
|
2592
2507
|
} & {
|
|
2593
2508
|
data: GetConnectionsApiResponse;
|
|
2594
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2509
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2595
2510
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2596
2511
|
isUninitialized: false;
|
|
2597
2512
|
isLoading: false;
|
|
2598
2513
|
isFetching: false;
|
|
2599
2514
|
isSuccess: false;
|
|
2600
2515
|
isError: false;
|
|
2601
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2516
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2602
2517
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2603
2518
|
isUninitialized: false;
|
|
2604
2519
|
isLoading: false;
|
|
@@ -2612,14 +2527,14 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2612
2527
|
} & {
|
|
2613
2528
|
data: GetConnectionsApiResponse;
|
|
2614
2529
|
currentData: GetConnectionsApiResponse;
|
|
2615
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2530
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2616
2531
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2617
2532
|
isUninitialized: false;
|
|
2618
2533
|
isLoading: false;
|
|
2619
2534
|
isFetching: false;
|
|
2620
2535
|
isSuccess: false;
|
|
2621
2536
|
isError: false;
|
|
2622
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2537
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2623
2538
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2624
2539
|
isUninitialized: false;
|
|
2625
2540
|
isLoading: false;
|
|
@@ -2628,7 +2543,7 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2628
2543
|
isError: false;
|
|
2629
2544
|
}, "error" | "isError"> & {
|
|
2630
2545
|
isError: true;
|
|
2631
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2546
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2632
2547
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2633
2548
|
isUninitialized: false;
|
|
2634
2549
|
isLoading: false;
|
|
@@ -2660,7 +2575,7 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2660
2575
|
isError: false;
|
|
2661
2576
|
}, "isUninitialized"> & {
|
|
2662
2577
|
isUninitialized: true;
|
|
2663
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2578
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2664
2579
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2665
2580
|
isUninitialized: false;
|
|
2666
2581
|
isLoading: false;
|
|
@@ -2671,7 +2586,7 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2671
2586
|
isLoading: true;
|
|
2672
2587
|
isFetching: boolean;
|
|
2673
2588
|
data: undefined;
|
|
2674
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2589
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2675
2590
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2676
2591
|
isUninitialized: false;
|
|
2677
2592
|
isLoading: false;
|
|
@@ -2684,14 +2599,14 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2684
2599
|
error: undefined;
|
|
2685
2600
|
} & {
|
|
2686
2601
|
data: GetConnectionsApiResponse;
|
|
2687
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2602
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2688
2603
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2689
2604
|
isUninitialized: false;
|
|
2690
2605
|
isLoading: false;
|
|
2691
2606
|
isFetching: false;
|
|
2692
2607
|
isSuccess: false;
|
|
2693
2608
|
isError: false;
|
|
2694
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2609
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2695
2610
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2696
2611
|
isUninitialized: false;
|
|
2697
2612
|
isLoading: false;
|
|
@@ -2705,14 +2620,14 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2705
2620
|
} & {
|
|
2706
2621
|
data: GetConnectionsApiResponse;
|
|
2707
2622
|
currentData: GetConnectionsApiResponse;
|
|
2708
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2623
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2709
2624
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2710
2625
|
isUninitialized: false;
|
|
2711
2626
|
isLoading: false;
|
|
2712
2627
|
isFetching: false;
|
|
2713
2628
|
isSuccess: false;
|
|
2714
2629
|
isError: false;
|
|
2715
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2630
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2716
2631
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2717
2632
|
isUninitialized: false;
|
|
2718
2633
|
isLoading: false;
|
|
@@ -2721,7 +2636,7 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2721
2636
|
isError: false;
|
|
2722
2637
|
}, "error" | "isError"> & {
|
|
2723
2638
|
isError: true;
|
|
2724
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2639
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2725
2640
|
currentData?: GetConnectionsApiResponse | undefined;
|
|
2726
2641
|
isUninitialized: false;
|
|
2727
2642
|
isLoading: false;
|
|
@@ -2732,7 +2647,7 @@ declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
2732
2647
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2733
2648
|
}) => R) | undefined;
|
|
2734
2649
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2735
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2650
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetConnectionsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
2736
2651
|
};
|
|
2737
2652
|
declare const useRegisterConnectionMutation: <R extends Record<string, any> = ({
|
|
2738
2653
|
requestId?: undefined;
|
|
@@ -2891,7 +2806,7 @@ declare const useRegisterConnectionMutation: <R extends Record<string, any> = ({
|
|
|
2891
2806
|
isError: true;
|
|
2892
2807
|
})) => R) | undefined;
|
|
2893
2808
|
fixedCacheKey?: string;
|
|
2894
|
-
} | undefined) => readonly [(arg: RegisterConnectionApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2809
|
+
} | undefined) => readonly [(arg: RegisterConnectionApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", RegisterConnectionApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2895
2810
|
originalArgs?: RegisterConnectionApiArg | undefined;
|
|
2896
2811
|
reset: () => void;
|
|
2897
2812
|
}];
|
|
@@ -2913,7 +2828,7 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
2913
2828
|
isError: false;
|
|
2914
2829
|
}, "isUninitialized"> & {
|
|
2915
2830
|
isUninitialized: true;
|
|
2916
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2831
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2917
2832
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2918
2833
|
isUninitialized: false;
|
|
2919
2834
|
isLoading: false;
|
|
@@ -2924,7 +2839,7 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
2924
2839
|
isLoading: true;
|
|
2925
2840
|
isFetching: boolean;
|
|
2926
2841
|
data: undefined;
|
|
2927
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2842
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2928
2843
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2929
2844
|
isUninitialized: false;
|
|
2930
2845
|
isLoading: false;
|
|
@@ -2937,14 +2852,14 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
2937
2852
|
error: undefined;
|
|
2938
2853
|
} & {
|
|
2939
2854
|
data: GetConnectionByIdApiResponse;
|
|
2940
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2855
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2941
2856
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2942
2857
|
isUninitialized: false;
|
|
2943
2858
|
isLoading: false;
|
|
2944
2859
|
isFetching: false;
|
|
2945
2860
|
isSuccess: false;
|
|
2946
2861
|
isError: false;
|
|
2947
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2862
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2948
2863
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2949
2864
|
isUninitialized: false;
|
|
2950
2865
|
isLoading: false;
|
|
@@ -2958,14 +2873,14 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
2958
2873
|
} & {
|
|
2959
2874
|
data: GetConnectionByIdApiResponse;
|
|
2960
2875
|
currentData: GetConnectionByIdApiResponse;
|
|
2961
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2876
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2962
2877
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2963
2878
|
isUninitialized: false;
|
|
2964
2879
|
isLoading: false;
|
|
2965
2880
|
isFetching: false;
|
|
2966
2881
|
isSuccess: false;
|
|
2967
2882
|
isError: false;
|
|
2968
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2883
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2969
2884
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2970
2885
|
isUninitialized: false;
|
|
2971
2886
|
isLoading: false;
|
|
@@ -2974,7 +2889,7 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
2974
2889
|
isError: false;
|
|
2975
2890
|
}, "error" | "isError"> & {
|
|
2976
2891
|
isError: true;
|
|
2977
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2892
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2978
2893
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2979
2894
|
isUninitialized: false;
|
|
2980
2895
|
isLoading: false;
|
|
@@ -3006,7 +2921,7 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
3006
2921
|
isError: false;
|
|
3007
2922
|
}, "isUninitialized"> & {
|
|
3008
2923
|
isUninitialized: true;
|
|
3009
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2924
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3010
2925
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3011
2926
|
isUninitialized: false;
|
|
3012
2927
|
isLoading: false;
|
|
@@ -3017,7 +2932,7 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
3017
2932
|
isLoading: true;
|
|
3018
2933
|
isFetching: boolean;
|
|
3019
2934
|
data: undefined;
|
|
3020
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2935
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3021
2936
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3022
2937
|
isUninitialized: false;
|
|
3023
2938
|
isLoading: false;
|
|
@@ -3030,14 +2945,14 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
3030
2945
|
error: undefined;
|
|
3031
2946
|
} & {
|
|
3032
2947
|
data: GetConnectionByIdApiResponse;
|
|
3033
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2948
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3034
2949
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3035
2950
|
isUninitialized: false;
|
|
3036
2951
|
isLoading: false;
|
|
3037
2952
|
isFetching: false;
|
|
3038
2953
|
isSuccess: false;
|
|
3039
2954
|
isError: false;
|
|
3040
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2955
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3041
2956
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3042
2957
|
isUninitialized: false;
|
|
3043
2958
|
isLoading: false;
|
|
@@ -3051,14 +2966,14 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
3051
2966
|
} & {
|
|
3052
2967
|
data: GetConnectionByIdApiResponse;
|
|
3053
2968
|
currentData: GetConnectionByIdApiResponse;
|
|
3054
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2969
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3055
2970
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3056
2971
|
isUninitialized: false;
|
|
3057
2972
|
isLoading: false;
|
|
3058
2973
|
isFetching: false;
|
|
3059
2974
|
isSuccess: false;
|
|
3060
2975
|
isError: false;
|
|
3061
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2976
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3062
2977
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3063
2978
|
isUninitialized: false;
|
|
3064
2979
|
isLoading: false;
|
|
@@ -3067,7 +2982,7 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
3067
2982
|
isError: false;
|
|
3068
2983
|
}, "error" | "isError"> & {
|
|
3069
2984
|
isError: true;
|
|
3070
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2985
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3071
2986
|
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3072
2987
|
isUninitialized: false;
|
|
3073
2988
|
isLoading: false;
|
|
@@ -3078,7 +2993,7 @@ declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _redux
|
|
|
3078
2993
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3079
2994
|
}) => R) | undefined;
|
|
3080
2995
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3081
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
2996
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetConnectionByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
3082
2997
|
};
|
|
3083
2998
|
declare const useUpdateConnectionMutation: <R extends Record<string, any> = ({
|
|
3084
2999
|
requestId?: undefined;
|
|
@@ -3237,7 +3152,7 @@ declare const useUpdateConnectionMutation: <R extends Record<string, any> = ({
|
|
|
3237
3152
|
isError: true;
|
|
3238
3153
|
})) => R) | undefined;
|
|
3239
3154
|
fixedCacheKey?: string;
|
|
3240
|
-
} | undefined) => readonly [(arg: UpdateConnectionApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3155
|
+
} | undefined) => readonly [(arg: UpdateConnectionApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", UpdateConnectionApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3241
3156
|
originalArgs?: UpdateConnectionApiArg | undefined;
|
|
3242
3157
|
reset: () => void;
|
|
3243
3158
|
}];
|
|
@@ -3398,7 +3313,7 @@ declare const useDeleteConnectionMutation: <R extends Record<string, any> = ({
|
|
|
3398
3313
|
isError: true;
|
|
3399
3314
|
})) => R) | undefined;
|
|
3400
3315
|
fixedCacheKey?: string;
|
|
3401
|
-
} | undefined) => readonly [(arg: DeleteConnectionApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3316
|
+
} | undefined) => readonly [(arg: DeleteConnectionApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3402
3317
|
originalArgs?: DeleteConnectionApiArg | undefined;
|
|
3403
3318
|
reset: () => void;
|
|
3404
3319
|
}];
|
|
@@ -3559,7 +3474,7 @@ declare const useDeleteMesheryConnectionMutation: <R extends Record<string, any>
|
|
|
3559
3474
|
isError: true;
|
|
3560
3475
|
})) => R) | undefined;
|
|
3561
3476
|
fixedCacheKey?: string;
|
|
3562
|
-
} | undefined) => readonly [(arg: DeleteMesheryConnectionApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteMesheryConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3477
|
+
} | undefined) => readonly [(arg: DeleteMesheryConnectionApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteMesheryConnectionApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3563
3478
|
originalArgs?: DeleteMesheryConnectionApiArg | undefined;
|
|
3564
3479
|
reset: () => void;
|
|
3565
3480
|
}];
|
|
@@ -3581,7 +3496,7 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3581
3496
|
isError: false;
|
|
3582
3497
|
}, "isUninitialized"> & {
|
|
3583
3498
|
isUninitialized: true;
|
|
3584
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3499
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3585
3500
|
currentData?: object | undefined;
|
|
3586
3501
|
isUninitialized: false;
|
|
3587
3502
|
isLoading: false;
|
|
@@ -3592,7 +3507,7 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3592
3507
|
isLoading: true;
|
|
3593
3508
|
isFetching: boolean;
|
|
3594
3509
|
data: undefined;
|
|
3595
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3510
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3596
3511
|
currentData?: object | undefined;
|
|
3597
3512
|
isUninitialized: false;
|
|
3598
3513
|
isLoading: false;
|
|
@@ -3605,14 +3520,14 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3605
3520
|
error: undefined;
|
|
3606
3521
|
} & {
|
|
3607
3522
|
data: object;
|
|
3608
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3523
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3609
3524
|
currentData?: object | undefined;
|
|
3610
3525
|
isUninitialized: false;
|
|
3611
3526
|
isLoading: false;
|
|
3612
3527
|
isFetching: false;
|
|
3613
3528
|
isSuccess: false;
|
|
3614
3529
|
isError: false;
|
|
3615
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3530
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3616
3531
|
currentData?: object | undefined;
|
|
3617
3532
|
isUninitialized: false;
|
|
3618
3533
|
isLoading: false;
|
|
@@ -3626,14 +3541,14 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3626
3541
|
} & {
|
|
3627
3542
|
data: object;
|
|
3628
3543
|
currentData: object;
|
|
3629
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3544
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3630
3545
|
currentData?: object | undefined;
|
|
3631
3546
|
isUninitialized: false;
|
|
3632
3547
|
isLoading: false;
|
|
3633
3548
|
isFetching: false;
|
|
3634
3549
|
isSuccess: false;
|
|
3635
3550
|
isError: false;
|
|
3636
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3551
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3637
3552
|
currentData?: object | undefined;
|
|
3638
3553
|
isUninitialized: false;
|
|
3639
3554
|
isLoading: false;
|
|
@@ -3642,7 +3557,7 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3642
3557
|
isError: false;
|
|
3643
3558
|
}, "error" | "isError"> & {
|
|
3644
3559
|
isError: true;
|
|
3645
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3560
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3646
3561
|
currentData?: object | undefined;
|
|
3647
3562
|
isUninitialized: false;
|
|
3648
3563
|
isLoading: false;
|
|
@@ -3674,7 +3589,7 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3674
3589
|
isError: false;
|
|
3675
3590
|
}, "isUninitialized"> & {
|
|
3676
3591
|
isUninitialized: true;
|
|
3677
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3592
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3678
3593
|
currentData?: object | undefined;
|
|
3679
3594
|
isUninitialized: false;
|
|
3680
3595
|
isLoading: false;
|
|
@@ -3685,7 +3600,7 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3685
3600
|
isLoading: true;
|
|
3686
3601
|
isFetching: boolean;
|
|
3687
3602
|
data: undefined;
|
|
3688
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3603
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3689
3604
|
currentData?: object | undefined;
|
|
3690
3605
|
isUninitialized: false;
|
|
3691
3606
|
isLoading: false;
|
|
@@ -3698,14 +3613,14 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3698
3613
|
error: undefined;
|
|
3699
3614
|
} & {
|
|
3700
3615
|
data: object;
|
|
3701
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3616
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3702
3617
|
currentData?: object | undefined;
|
|
3703
3618
|
isUninitialized: false;
|
|
3704
3619
|
isLoading: false;
|
|
3705
3620
|
isFetching: false;
|
|
3706
3621
|
isSuccess: false;
|
|
3707
3622
|
isError: false;
|
|
3708
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3623
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3709
3624
|
currentData?: object | undefined;
|
|
3710
3625
|
isUninitialized: false;
|
|
3711
3626
|
isLoading: false;
|
|
@@ -3719,14 +3634,14 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3719
3634
|
} & {
|
|
3720
3635
|
data: object;
|
|
3721
3636
|
currentData: object;
|
|
3722
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3637
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3723
3638
|
currentData?: object | undefined;
|
|
3724
3639
|
isUninitialized: false;
|
|
3725
3640
|
isLoading: false;
|
|
3726
3641
|
isFetching: false;
|
|
3727
3642
|
isSuccess: false;
|
|
3728
3643
|
isError: false;
|
|
3729
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3644
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3730
3645
|
currentData?: object | undefined;
|
|
3731
3646
|
isUninitialized: false;
|
|
3732
3647
|
isLoading: false;
|
|
@@ -3735,7 +3650,7 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3735
3650
|
isError: false;
|
|
3736
3651
|
}, "error" | "isError"> & {
|
|
3737
3652
|
isError: true;
|
|
3738
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3653
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3739
3654
|
currentData?: object | undefined;
|
|
3740
3655
|
isUninitialized: false;
|
|
3741
3656
|
isLoading: false;
|
|
@@ -3746,7 +3661,7 @@ declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _re
|
|
|
3746
3661
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3747
3662
|
}) => R) | undefined;
|
|
3748
3663
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3749
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3664
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetKubernetesContextApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", object, "mesheryRtkSchemasApi", unknown>>;
|
|
3750
3665
|
};
|
|
3751
3666
|
declare const useAddConnectionToEnvironmentMutation: <R extends Record<string, any> = ({
|
|
3752
3667
|
requestId?: undefined;
|
|
@@ -3905,7 +3820,7 @@ declare const useAddConnectionToEnvironmentMutation: <R extends Record<string, a
|
|
|
3905
3820
|
isError: true;
|
|
3906
3821
|
})) => R) | undefined;
|
|
3907
3822
|
fixedCacheKey?: string;
|
|
3908
|
-
} | undefined) => readonly [(arg: AddConnectionToEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AddConnectionToEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3823
|
+
} | undefined) => readonly [(arg: AddConnectionToEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AddConnectionToEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3909
3824
|
originalArgs?: AddConnectionToEnvironmentApiArg | undefined;
|
|
3910
3825
|
reset: () => void;
|
|
3911
3826
|
}];
|
|
@@ -4066,7 +3981,7 @@ declare const useRemoveConnectionFromEnvironmentMutation: <R extends Record<stri
|
|
|
4066
3981
|
isError: true;
|
|
4067
3982
|
})) => R) | undefined;
|
|
4068
3983
|
fixedCacheKey?: string;
|
|
4069
|
-
} | undefined) => readonly [(arg: RemoveConnectionFromEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RemoveConnectionFromEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
3984
|
+
} | undefined) => readonly [(arg: RemoveConnectionFromEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RemoveConnectionFromEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4070
3985
|
originalArgs?: RemoveConnectionFromEnvironmentApiArg | undefined;
|
|
4071
3986
|
reset: () => void;
|
|
4072
3987
|
}];
|
|
@@ -4227,7 +4142,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
4227
4142
|
isError: true;
|
|
4228
4143
|
})) => R) | undefined;
|
|
4229
4144
|
fixedCacheKey?: string;
|
|
4230
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4145
|
+
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4231
4146
|
originalArgs?: ImportDesignApiArg | undefined;
|
|
4232
4147
|
reset: () => void;
|
|
4233
4148
|
}];
|
|
@@ -4388,7 +4303,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
4388
4303
|
isError: true;
|
|
4389
4304
|
})) => R) | undefined;
|
|
4390
4305
|
fixedCacheKey?: string;
|
|
4391
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4306
|
+
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4392
4307
|
originalArgs?: CreateEnvironmentApiArg | undefined;
|
|
4393
4308
|
reset: () => void;
|
|
4394
4309
|
}];
|
|
@@ -4410,7 +4325,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4410
4325
|
isError: false;
|
|
4411
4326
|
}, "isUninitialized"> & {
|
|
4412
4327
|
isUninitialized: true;
|
|
4413
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4328
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4414
4329
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4415
4330
|
isUninitialized: false;
|
|
4416
4331
|
isLoading: false;
|
|
@@ -4421,7 +4336,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4421
4336
|
isLoading: true;
|
|
4422
4337
|
isFetching: boolean;
|
|
4423
4338
|
data: undefined;
|
|
4424
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4339
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4425
4340
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4426
4341
|
isUninitialized: false;
|
|
4427
4342
|
isLoading: false;
|
|
@@ -4434,14 +4349,14 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4434
4349
|
error: undefined;
|
|
4435
4350
|
} & {
|
|
4436
4351
|
data: GetEnvironmentsApiResponse;
|
|
4437
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4352
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4438
4353
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4439
4354
|
isUninitialized: false;
|
|
4440
4355
|
isLoading: false;
|
|
4441
4356
|
isFetching: false;
|
|
4442
4357
|
isSuccess: false;
|
|
4443
4358
|
isError: false;
|
|
4444
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4359
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4445
4360
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4446
4361
|
isUninitialized: false;
|
|
4447
4362
|
isLoading: false;
|
|
@@ -4455,14 +4370,14 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4455
4370
|
} & {
|
|
4456
4371
|
data: GetEnvironmentsApiResponse;
|
|
4457
4372
|
currentData: GetEnvironmentsApiResponse;
|
|
4458
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4373
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4459
4374
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4460
4375
|
isUninitialized: false;
|
|
4461
4376
|
isLoading: false;
|
|
4462
4377
|
isFetching: false;
|
|
4463
4378
|
isSuccess: false;
|
|
4464
4379
|
isError: false;
|
|
4465
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4380
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4466
4381
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4467
4382
|
isUninitialized: false;
|
|
4468
4383
|
isLoading: false;
|
|
@@ -4471,7 +4386,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4471
4386
|
isError: false;
|
|
4472
4387
|
}, "error" | "isError"> & {
|
|
4473
4388
|
isError: true;
|
|
4474
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4389
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4475
4390
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4476
4391
|
isUninitialized: false;
|
|
4477
4392
|
isLoading: false;
|
|
@@ -4503,7 +4418,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4503
4418
|
isError: false;
|
|
4504
4419
|
}, "isUninitialized"> & {
|
|
4505
4420
|
isUninitialized: true;
|
|
4506
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4421
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4507
4422
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4508
4423
|
isUninitialized: false;
|
|
4509
4424
|
isLoading: false;
|
|
@@ -4514,7 +4429,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4514
4429
|
isLoading: true;
|
|
4515
4430
|
isFetching: boolean;
|
|
4516
4431
|
data: undefined;
|
|
4517
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4432
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4518
4433
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4519
4434
|
isUninitialized: false;
|
|
4520
4435
|
isLoading: false;
|
|
@@ -4527,14 +4442,14 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4527
4442
|
error: undefined;
|
|
4528
4443
|
} & {
|
|
4529
4444
|
data: GetEnvironmentsApiResponse;
|
|
4530
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4445
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4531
4446
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4532
4447
|
isUninitialized: false;
|
|
4533
4448
|
isLoading: false;
|
|
4534
4449
|
isFetching: false;
|
|
4535
4450
|
isSuccess: false;
|
|
4536
4451
|
isError: false;
|
|
4537
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4452
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4538
4453
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4539
4454
|
isUninitialized: false;
|
|
4540
4455
|
isLoading: false;
|
|
@@ -4548,14 +4463,14 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4548
4463
|
} & {
|
|
4549
4464
|
data: GetEnvironmentsApiResponse;
|
|
4550
4465
|
currentData: GetEnvironmentsApiResponse;
|
|
4551
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4466
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4552
4467
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4553
4468
|
isUninitialized: false;
|
|
4554
4469
|
isLoading: false;
|
|
4555
4470
|
isFetching: false;
|
|
4556
4471
|
isSuccess: false;
|
|
4557
4472
|
isError: false;
|
|
4558
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4473
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4559
4474
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4560
4475
|
isUninitialized: false;
|
|
4561
4476
|
isLoading: false;
|
|
@@ -4564,7 +4479,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4564
4479
|
isError: false;
|
|
4565
4480
|
}, "error" | "isError"> & {
|
|
4566
4481
|
isError: true;
|
|
4567
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4482
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4568
4483
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
4569
4484
|
isUninitialized: false;
|
|
4570
4485
|
isLoading: false;
|
|
@@ -4575,7 +4490,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
4575
4490
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4576
4491
|
}) => R) | undefined;
|
|
4577
4492
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4578
|
-
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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4493
|
+
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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
4579
4494
|
};
|
|
4580
4495
|
declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
4581
4496
|
requestId?: undefined;
|
|
@@ -4734,7 +4649,7 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
4734
4649
|
isError: true;
|
|
4735
4650
|
})) => R) | undefined;
|
|
4736
4651
|
fixedCacheKey?: string;
|
|
4737
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4652
|
+
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4738
4653
|
originalArgs?: PostEvaluateApiArg | undefined;
|
|
4739
4654
|
reset: () => void;
|
|
4740
4655
|
}];
|
|
@@ -4895,7 +4810,7 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
4895
4810
|
isError: true;
|
|
4896
4811
|
})) => R) | undefined;
|
|
4897
4812
|
fixedCacheKey?: string;
|
|
4898
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4813
|
+
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", DeleteEventsByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4899
4814
|
originalArgs?: DeleteEventsByIdApiArg | undefined;
|
|
4900
4815
|
reset: () => void;
|
|
4901
4816
|
}];
|
|
@@ -5056,7 +4971,7 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
5056
4971
|
isError: true;
|
|
5057
4972
|
})) => R) | undefined;
|
|
5058
4973
|
fixedCacheKey?: string;
|
|
5059
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
4974
|
+
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5060
4975
|
originalArgs?: PostEventsApiArg | undefined;
|
|
5061
4976
|
reset: () => void;
|
|
5062
4977
|
}];
|
|
@@ -5217,7 +5132,7 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
5217
5132
|
isError: true;
|
|
5218
5133
|
})) => R) | undefined;
|
|
5219
5134
|
fixedCacheKey?: string;
|
|
5220
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5135
|
+
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", DeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5221
5136
|
originalArgs?: DeleteEventsApiArg | undefined;
|
|
5222
5137
|
reset: () => void;
|
|
5223
5138
|
}];
|
|
@@ -5378,7 +5293,7 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
5378
5293
|
isError: true;
|
|
5379
5294
|
})) => R) | undefined;
|
|
5380
5295
|
fixedCacheKey?: string;
|
|
5381
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5296
|
+
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", PutEventsStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5382
5297
|
originalArgs?: PutEventsStatusApiArg | undefined;
|
|
5383
5298
|
reset: () => void;
|
|
5384
5299
|
}];
|
|
@@ -5539,7 +5454,7 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
5539
5454
|
isError: true;
|
|
5540
5455
|
})) => R) | undefined;
|
|
5541
5456
|
fixedCacheKey?: string;
|
|
5542
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5457
|
+
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5543
5458
|
originalArgs?: PutEventsByIdStatusApiArg | undefined;
|
|
5544
5459
|
reset: () => void;
|
|
5545
5460
|
}];
|
|
@@ -5561,7 +5476,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5561
5476
|
isError: false;
|
|
5562
5477
|
}, "isUninitialized"> & {
|
|
5563
5478
|
isUninitialized: true;
|
|
5564
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5479
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5565
5480
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5566
5481
|
isUninitialized: false;
|
|
5567
5482
|
isLoading: false;
|
|
@@ -5572,7 +5487,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5572
5487
|
isLoading: true;
|
|
5573
5488
|
isFetching: boolean;
|
|
5574
5489
|
data: undefined;
|
|
5575
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5490
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5576
5491
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5577
5492
|
isUninitialized: false;
|
|
5578
5493
|
isLoading: false;
|
|
@@ -5585,14 +5500,14 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5585
5500
|
error: undefined;
|
|
5586
5501
|
} & {
|
|
5587
5502
|
data: GetUserKeysApiResponse;
|
|
5588
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5503
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5589
5504
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5590
5505
|
isUninitialized: false;
|
|
5591
5506
|
isLoading: false;
|
|
5592
5507
|
isFetching: false;
|
|
5593
5508
|
isSuccess: false;
|
|
5594
5509
|
isError: false;
|
|
5595
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5510
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5596
5511
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5597
5512
|
isUninitialized: false;
|
|
5598
5513
|
isLoading: false;
|
|
@@ -5606,14 +5521,14 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5606
5521
|
} & {
|
|
5607
5522
|
data: GetUserKeysApiResponse;
|
|
5608
5523
|
currentData: GetUserKeysApiResponse;
|
|
5609
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5524
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5610
5525
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5611
5526
|
isUninitialized: false;
|
|
5612
5527
|
isLoading: false;
|
|
5613
5528
|
isFetching: false;
|
|
5614
5529
|
isSuccess: false;
|
|
5615
5530
|
isError: false;
|
|
5616
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5531
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5617
5532
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5618
5533
|
isUninitialized: false;
|
|
5619
5534
|
isLoading: false;
|
|
@@ -5622,7 +5537,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5622
5537
|
isError: false;
|
|
5623
5538
|
}, "error" | "isError"> & {
|
|
5624
5539
|
isError: true;
|
|
5625
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5540
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5626
5541
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5627
5542
|
isUninitialized: false;
|
|
5628
5543
|
isLoading: false;
|
|
@@ -5654,7 +5569,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5654
5569
|
isError: false;
|
|
5655
5570
|
}, "isUninitialized"> & {
|
|
5656
5571
|
isUninitialized: true;
|
|
5657
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5572
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5658
5573
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5659
5574
|
isUninitialized: false;
|
|
5660
5575
|
isLoading: false;
|
|
@@ -5665,7 +5580,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5665
5580
|
isLoading: true;
|
|
5666
5581
|
isFetching: boolean;
|
|
5667
5582
|
data: undefined;
|
|
5668
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5583
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5669
5584
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5670
5585
|
isUninitialized: false;
|
|
5671
5586
|
isLoading: false;
|
|
@@ -5678,14 +5593,14 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5678
5593
|
error: undefined;
|
|
5679
5594
|
} & {
|
|
5680
5595
|
data: GetUserKeysApiResponse;
|
|
5681
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5596
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5682
5597
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5683
5598
|
isUninitialized: false;
|
|
5684
5599
|
isLoading: false;
|
|
5685
5600
|
isFetching: false;
|
|
5686
5601
|
isSuccess: false;
|
|
5687
5602
|
isError: false;
|
|
5688
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5603
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5689
5604
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5690
5605
|
isUninitialized: false;
|
|
5691
5606
|
isLoading: false;
|
|
@@ -5699,14 +5614,14 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5699
5614
|
} & {
|
|
5700
5615
|
data: GetUserKeysApiResponse;
|
|
5701
5616
|
currentData: GetUserKeysApiResponse;
|
|
5702
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5617
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5703
5618
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5704
5619
|
isUninitialized: false;
|
|
5705
5620
|
isLoading: false;
|
|
5706
5621
|
isFetching: false;
|
|
5707
5622
|
isSuccess: false;
|
|
5708
5623
|
isError: false;
|
|
5709
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5624
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5710
5625
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5711
5626
|
isUninitialized: false;
|
|
5712
5627
|
isLoading: false;
|
|
@@ -5715,7 +5630,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5715
5630
|
isError: false;
|
|
5716
5631
|
}, "error" | "isError"> & {
|
|
5717
5632
|
isError: true;
|
|
5718
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5633
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetUserKeysApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5719
5634
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
5720
5635
|
isUninitialized: false;
|
|
5721
5636
|
isLoading: false;
|
|
@@ -5726,7 +5641,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5726
5641
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5727
5642
|
}) => R) | undefined;
|
|
5728
5643
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5729
|
-
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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5644
|
+
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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
5730
5645
|
};
|
|
5731
5646
|
declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
5732
5647
|
requestId?: undefined;
|
|
@@ -5885,7 +5800,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
5885
5800
|
isError: true;
|
|
5886
5801
|
})) => R) | undefined;
|
|
5887
5802
|
fixedCacheKey?: string;
|
|
5888
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5803
|
+
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5889
5804
|
originalArgs?: RegisterMeshmodelsApiArg | undefined;
|
|
5890
5805
|
reset: () => void;
|
|
5891
5806
|
}];
|
|
@@ -5907,7 +5822,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
5907
5822
|
isError: false;
|
|
5908
5823
|
}, "isUninitialized"> & {
|
|
5909
5824
|
isUninitialized: true;
|
|
5910
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5825
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5911
5826
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
5912
5827
|
isUninitialized: false;
|
|
5913
5828
|
isLoading: false;
|
|
@@ -5918,7 +5833,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
5918
5833
|
isLoading: true;
|
|
5919
5834
|
isFetching: boolean;
|
|
5920
5835
|
data: undefined;
|
|
5921
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5836
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5922
5837
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
5923
5838
|
isUninitialized: false;
|
|
5924
5839
|
isLoading: false;
|
|
@@ -5931,14 +5846,14 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
5931
5846
|
error: undefined;
|
|
5932
5847
|
} & {
|
|
5933
5848
|
data: GetOrgByDomainApiResponse;
|
|
5934
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5849
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5935
5850
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
5936
5851
|
isUninitialized: false;
|
|
5937
5852
|
isLoading: false;
|
|
5938
5853
|
isFetching: false;
|
|
5939
5854
|
isSuccess: false;
|
|
5940
5855
|
isError: false;
|
|
5941
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5856
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5942
5857
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
5943
5858
|
isUninitialized: false;
|
|
5944
5859
|
isLoading: false;
|
|
@@ -5952,14 +5867,14 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
5952
5867
|
} & {
|
|
5953
5868
|
data: GetOrgByDomainApiResponse;
|
|
5954
5869
|
currentData: GetOrgByDomainApiResponse;
|
|
5955
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5870
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5956
5871
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
5957
5872
|
isUninitialized: false;
|
|
5958
5873
|
isLoading: false;
|
|
5959
5874
|
isFetching: false;
|
|
5960
5875
|
isSuccess: false;
|
|
5961
5876
|
isError: false;
|
|
5962
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5877
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5963
5878
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
5964
5879
|
isUninitialized: false;
|
|
5965
5880
|
isLoading: false;
|
|
@@ -5968,7 +5883,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
5968
5883
|
isError: false;
|
|
5969
5884
|
}, "error" | "isError"> & {
|
|
5970
5885
|
isError: true;
|
|
5971
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5886
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5972
5887
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
5973
5888
|
isUninitialized: false;
|
|
5974
5889
|
isLoading: false;
|
|
@@ -6000,7 +5915,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
6000
5915
|
isError: false;
|
|
6001
5916
|
}, "isUninitialized"> & {
|
|
6002
5917
|
isUninitialized: true;
|
|
6003
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5918
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6004
5919
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
6005
5920
|
isUninitialized: false;
|
|
6006
5921
|
isLoading: false;
|
|
@@ -6011,7 +5926,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
6011
5926
|
isLoading: true;
|
|
6012
5927
|
isFetching: boolean;
|
|
6013
5928
|
data: undefined;
|
|
6014
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5929
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6015
5930
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
6016
5931
|
isUninitialized: false;
|
|
6017
5932
|
isLoading: false;
|
|
@@ -6024,14 +5939,14 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
6024
5939
|
error: undefined;
|
|
6025
5940
|
} & {
|
|
6026
5941
|
data: GetOrgByDomainApiResponse;
|
|
6027
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5942
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6028
5943
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
6029
5944
|
isUninitialized: false;
|
|
6030
5945
|
isLoading: false;
|
|
6031
5946
|
isFetching: false;
|
|
6032
5947
|
isSuccess: false;
|
|
6033
5948
|
isError: false;
|
|
6034
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5949
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6035
5950
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
6036
5951
|
isUninitialized: false;
|
|
6037
5952
|
isLoading: false;
|
|
@@ -6045,14 +5960,14 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
6045
5960
|
} & {
|
|
6046
5961
|
data: GetOrgByDomainApiResponse;
|
|
6047
5962
|
currentData: GetOrgByDomainApiResponse;
|
|
6048
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5963
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6049
5964
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
6050
5965
|
isUninitialized: false;
|
|
6051
5966
|
isLoading: false;
|
|
6052
5967
|
isFetching: false;
|
|
6053
5968
|
isSuccess: false;
|
|
6054
5969
|
isError: false;
|
|
6055
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5970
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6056
5971
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
6057
5972
|
isUninitialized: false;
|
|
6058
5973
|
isLoading: false;
|
|
@@ -6061,7 +5976,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
6061
5976
|
isError: false;
|
|
6062
5977
|
}, "error" | "isError"> & {
|
|
6063
5978
|
isError: true;
|
|
6064
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5979
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6065
5980
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
6066
5981
|
isUninitialized: false;
|
|
6067
5982
|
isLoading: false;
|
|
@@ -6072,7 +5987,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
6072
5987
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6073
5988
|
}) => R) | undefined;
|
|
6074
5989
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6075
|
-
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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
5990
|
+
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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
6076
5991
|
};
|
|
6077
5992
|
declare const useAddTeamToOrgMutation: <R extends Record<string, any> = ({
|
|
6078
5993
|
requestId?: undefined;
|
|
@@ -6231,7 +6146,7 @@ declare const useAddTeamToOrgMutation: <R extends Record<string, any> = ({
|
|
|
6231
6146
|
isError: true;
|
|
6232
6147
|
})) => R) | undefined;
|
|
6233
6148
|
fixedCacheKey?: string;
|
|
6234
|
-
} | undefined) => readonly [(arg: AddTeamToOrgApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AddTeamToOrgApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6149
|
+
} | undefined) => readonly [(arg: AddTeamToOrgApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AddTeamToOrgApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", AddTeamToOrgApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6235
6150
|
originalArgs?: AddTeamToOrgApiArg | undefined;
|
|
6236
6151
|
reset: () => void;
|
|
6237
6152
|
}];
|
|
@@ -6392,7 +6307,7 @@ declare const useRemoveTeamFromOrgMutation: <R extends Record<string, any> = ({
|
|
|
6392
6307
|
isError: true;
|
|
6393
6308
|
})) => R) | undefined;
|
|
6394
6309
|
fixedCacheKey?: string;
|
|
6395
|
-
} | undefined) => readonly [(arg: RemoveTeamFromOrgApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RemoveTeamFromOrgApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6310
|
+
} | undefined) => readonly [(arg: RemoveTeamFromOrgApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RemoveTeamFromOrgApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", RemoveTeamFromOrgApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6396
6311
|
originalArgs?: RemoveTeamFromOrgApiArg | undefined;
|
|
6397
6312
|
reset: () => void;
|
|
6398
6313
|
}];
|
|
@@ -6414,7 +6329,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6414
6329
|
isError: false;
|
|
6415
6330
|
}, "isUninitialized"> & {
|
|
6416
6331
|
isUninitialized: true;
|
|
6417
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6332
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6418
6333
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6419
6334
|
isUninitialized: false;
|
|
6420
6335
|
isLoading: false;
|
|
@@ -6425,7 +6340,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6425
6340
|
isLoading: true;
|
|
6426
6341
|
isFetching: boolean;
|
|
6427
6342
|
data: undefined;
|
|
6428
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6343
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6429
6344
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6430
6345
|
isUninitialized: false;
|
|
6431
6346
|
isLoading: false;
|
|
@@ -6438,14 +6353,14 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6438
6353
|
error: undefined;
|
|
6439
6354
|
} & {
|
|
6440
6355
|
data: GetTeamsApiResponse;
|
|
6441
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6356
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6442
6357
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6443
6358
|
isUninitialized: false;
|
|
6444
6359
|
isLoading: false;
|
|
6445
6360
|
isFetching: false;
|
|
6446
6361
|
isSuccess: false;
|
|
6447
6362
|
isError: false;
|
|
6448
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6363
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6449
6364
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6450
6365
|
isUninitialized: false;
|
|
6451
6366
|
isLoading: false;
|
|
@@ -6459,14 +6374,14 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6459
6374
|
} & {
|
|
6460
6375
|
data: GetTeamsApiResponse;
|
|
6461
6376
|
currentData: GetTeamsApiResponse;
|
|
6462
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6377
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6463
6378
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6464
6379
|
isUninitialized: false;
|
|
6465
6380
|
isLoading: false;
|
|
6466
6381
|
isFetching: false;
|
|
6467
6382
|
isSuccess: false;
|
|
6468
6383
|
isError: false;
|
|
6469
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6384
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6470
6385
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6471
6386
|
isUninitialized: false;
|
|
6472
6387
|
isLoading: false;
|
|
@@ -6475,7 +6390,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6475
6390
|
isError: false;
|
|
6476
6391
|
}, "error" | "isError"> & {
|
|
6477
6392
|
isError: true;
|
|
6478
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6393
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6479
6394
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6480
6395
|
isUninitialized: false;
|
|
6481
6396
|
isLoading: false;
|
|
@@ -6507,7 +6422,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6507
6422
|
isError: false;
|
|
6508
6423
|
}, "isUninitialized"> & {
|
|
6509
6424
|
isUninitialized: true;
|
|
6510
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6425
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6511
6426
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6512
6427
|
isUninitialized: false;
|
|
6513
6428
|
isLoading: false;
|
|
@@ -6518,7 +6433,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6518
6433
|
isLoading: true;
|
|
6519
6434
|
isFetching: boolean;
|
|
6520
6435
|
data: undefined;
|
|
6521
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6436
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6522
6437
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6523
6438
|
isUninitialized: false;
|
|
6524
6439
|
isLoading: false;
|
|
@@ -6531,14 +6446,14 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6531
6446
|
error: undefined;
|
|
6532
6447
|
} & {
|
|
6533
6448
|
data: GetTeamsApiResponse;
|
|
6534
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6449
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6535
6450
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6536
6451
|
isUninitialized: false;
|
|
6537
6452
|
isLoading: false;
|
|
6538
6453
|
isFetching: false;
|
|
6539
6454
|
isSuccess: false;
|
|
6540
6455
|
isError: false;
|
|
6541
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6456
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6542
6457
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6543
6458
|
isUninitialized: false;
|
|
6544
6459
|
isLoading: false;
|
|
@@ -6552,14 +6467,14 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6552
6467
|
} & {
|
|
6553
6468
|
data: GetTeamsApiResponse;
|
|
6554
6469
|
currentData: GetTeamsApiResponse;
|
|
6555
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6470
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6556
6471
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6557
6472
|
isUninitialized: false;
|
|
6558
6473
|
isLoading: false;
|
|
6559
6474
|
isFetching: false;
|
|
6560
6475
|
isSuccess: false;
|
|
6561
6476
|
isError: false;
|
|
6562
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6477
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6563
6478
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6564
6479
|
isUninitialized: false;
|
|
6565
6480
|
isLoading: false;
|
|
@@ -6568,7 +6483,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6568
6483
|
isError: false;
|
|
6569
6484
|
}, "error" | "isError"> & {
|
|
6570
6485
|
isError: true;
|
|
6571
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6486
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6572
6487
|
currentData?: GetTeamsApiResponse | undefined;
|
|
6573
6488
|
isUninitialized: false;
|
|
6574
6489
|
isLoading: false;
|
|
@@ -6579,7 +6494,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
6579
6494
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6580
6495
|
}) => R) | undefined;
|
|
6581
6496
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6582
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6497
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTeamsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
6583
6498
|
};
|
|
6584
6499
|
declare const useCreateTeamMutation: <R extends Record<string, any> = ({
|
|
6585
6500
|
requestId?: undefined;
|
|
@@ -6738,7 +6653,7 @@ declare const useCreateTeamMutation: <R extends Record<string, any> = ({
|
|
|
6738
6653
|
isError: true;
|
|
6739
6654
|
})) => R) | undefined;
|
|
6740
6655
|
fixedCacheKey?: string;
|
|
6741
|
-
} | undefined) => readonly [(arg: CreateTeamApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6656
|
+
} | undefined) => readonly [(arg: CreateTeamApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", CreateTeamApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6742
6657
|
originalArgs?: CreateTeamApiArg | undefined;
|
|
6743
6658
|
reset: () => void;
|
|
6744
6659
|
}];
|
|
@@ -6760,7 +6675,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6760
6675
|
isError: false;
|
|
6761
6676
|
}, "isUninitialized"> & {
|
|
6762
6677
|
isUninitialized: true;
|
|
6763
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6678
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6764
6679
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6765
6680
|
isUninitialized: false;
|
|
6766
6681
|
isLoading: false;
|
|
@@ -6771,7 +6686,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6771
6686
|
isLoading: true;
|
|
6772
6687
|
isFetching: boolean;
|
|
6773
6688
|
data: undefined;
|
|
6774
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6689
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6775
6690
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6776
6691
|
isUninitialized: false;
|
|
6777
6692
|
isLoading: false;
|
|
@@ -6784,14 +6699,14 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6784
6699
|
error: undefined;
|
|
6785
6700
|
} & {
|
|
6786
6701
|
data: GetTeamByIdApiResponse;
|
|
6787
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6702
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6788
6703
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6789
6704
|
isUninitialized: false;
|
|
6790
6705
|
isLoading: false;
|
|
6791
6706
|
isFetching: false;
|
|
6792
6707
|
isSuccess: false;
|
|
6793
6708
|
isError: false;
|
|
6794
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6709
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6795
6710
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6796
6711
|
isUninitialized: false;
|
|
6797
6712
|
isLoading: false;
|
|
@@ -6805,14 +6720,14 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6805
6720
|
} & {
|
|
6806
6721
|
data: GetTeamByIdApiResponse;
|
|
6807
6722
|
currentData: GetTeamByIdApiResponse;
|
|
6808
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6723
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6809
6724
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6810
6725
|
isUninitialized: false;
|
|
6811
6726
|
isLoading: false;
|
|
6812
6727
|
isFetching: false;
|
|
6813
6728
|
isSuccess: false;
|
|
6814
6729
|
isError: false;
|
|
6815
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6730
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6816
6731
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6817
6732
|
isUninitialized: false;
|
|
6818
6733
|
isLoading: false;
|
|
@@ -6821,7 +6736,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6821
6736
|
isError: false;
|
|
6822
6737
|
}, "error" | "isError"> & {
|
|
6823
6738
|
isError: true;
|
|
6824
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6739
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6825
6740
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6826
6741
|
isUninitialized: false;
|
|
6827
6742
|
isLoading: false;
|
|
@@ -6853,7 +6768,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6853
6768
|
isError: false;
|
|
6854
6769
|
}, "isUninitialized"> & {
|
|
6855
6770
|
isUninitialized: true;
|
|
6856
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6771
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6857
6772
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6858
6773
|
isUninitialized: false;
|
|
6859
6774
|
isLoading: false;
|
|
@@ -6864,7 +6779,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6864
6779
|
isLoading: true;
|
|
6865
6780
|
isFetching: boolean;
|
|
6866
6781
|
data: undefined;
|
|
6867
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6782
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6868
6783
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6869
6784
|
isUninitialized: false;
|
|
6870
6785
|
isLoading: false;
|
|
@@ -6877,14 +6792,14 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6877
6792
|
error: undefined;
|
|
6878
6793
|
} & {
|
|
6879
6794
|
data: GetTeamByIdApiResponse;
|
|
6880
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6795
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6881
6796
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6882
6797
|
isUninitialized: false;
|
|
6883
6798
|
isLoading: false;
|
|
6884
6799
|
isFetching: false;
|
|
6885
6800
|
isSuccess: false;
|
|
6886
6801
|
isError: false;
|
|
6887
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6802
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6888
6803
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6889
6804
|
isUninitialized: false;
|
|
6890
6805
|
isLoading: false;
|
|
@@ -6898,14 +6813,14 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6898
6813
|
} & {
|
|
6899
6814
|
data: GetTeamByIdApiResponse;
|
|
6900
6815
|
currentData: GetTeamByIdApiResponse;
|
|
6901
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6816
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6902
6817
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6903
6818
|
isUninitialized: false;
|
|
6904
6819
|
isLoading: false;
|
|
6905
6820
|
isFetching: false;
|
|
6906
6821
|
isSuccess: false;
|
|
6907
6822
|
isError: false;
|
|
6908
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6823
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6909
6824
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6910
6825
|
isUninitialized: false;
|
|
6911
6826
|
isLoading: false;
|
|
@@ -6914,7 +6829,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6914
6829
|
isError: false;
|
|
6915
6830
|
}, "error" | "isError"> & {
|
|
6916
6831
|
isError: true;
|
|
6917
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6832
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6918
6833
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
6919
6834
|
isUninitialized: false;
|
|
6920
6835
|
isLoading: false;
|
|
@@ -6925,7 +6840,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
6925
6840
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6926
6841
|
}) => R) | undefined;
|
|
6927
6842
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6928
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
6843
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTeamByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
6929
6844
|
};
|
|
6930
6845
|
declare const useUpdateTeamMutation: <R extends Record<string, any> = ({
|
|
6931
6846
|
requestId?: undefined;
|
|
@@ -7084,7 +6999,7 @@ declare const useUpdateTeamMutation: <R extends Record<string, any> = ({
|
|
|
7084
6999
|
isError: true;
|
|
7085
7000
|
})) => R) | undefined;
|
|
7086
7001
|
fixedCacheKey?: string;
|
|
7087
|
-
} | undefined) => readonly [(arg: UpdateTeamApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7002
|
+
} | undefined) => readonly [(arg: UpdateTeamApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<UpdateTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", UpdateTeamApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7088
7003
|
originalArgs?: UpdateTeamApiArg | undefined;
|
|
7089
7004
|
reset: () => void;
|
|
7090
7005
|
}];
|
|
@@ -7245,7 +7160,7 @@ declare const useDeleteTeamMutation: <R extends Record<string, any> = ({
|
|
|
7245
7160
|
isError: true;
|
|
7246
7161
|
})) => R) | undefined;
|
|
7247
7162
|
fixedCacheKey?: string;
|
|
7248
|
-
} | undefined) => readonly [(arg: DeleteTeamApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7163
|
+
} | undefined) => readonly [(arg: DeleteTeamApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7249
7164
|
originalArgs?: DeleteTeamApiArg | undefined;
|
|
7250
7165
|
reset: () => void;
|
|
7251
7166
|
}];
|
|
@@ -7267,7 +7182,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7267
7182
|
isError: false;
|
|
7268
7183
|
}, "isUninitialized"> & {
|
|
7269
7184
|
isUninitialized: true;
|
|
7270
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7185
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7271
7186
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7272
7187
|
isUninitialized: false;
|
|
7273
7188
|
isLoading: false;
|
|
@@ -7278,7 +7193,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7278
7193
|
isLoading: true;
|
|
7279
7194
|
isFetching: boolean;
|
|
7280
7195
|
data: undefined;
|
|
7281
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7196
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7282
7197
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7283
7198
|
isUninitialized: false;
|
|
7284
7199
|
isLoading: false;
|
|
@@ -7291,14 +7206,14 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7291
7206
|
error: undefined;
|
|
7292
7207
|
} & {
|
|
7293
7208
|
data: GetTeamUsersApiResponse;
|
|
7294
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7209
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7295
7210
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7296
7211
|
isUninitialized: false;
|
|
7297
7212
|
isLoading: false;
|
|
7298
7213
|
isFetching: false;
|
|
7299
7214
|
isSuccess: false;
|
|
7300
7215
|
isError: false;
|
|
7301
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7216
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7302
7217
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7303
7218
|
isUninitialized: false;
|
|
7304
7219
|
isLoading: false;
|
|
@@ -7312,14 +7227,14 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7312
7227
|
} & {
|
|
7313
7228
|
data: GetTeamUsersApiResponse;
|
|
7314
7229
|
currentData: GetTeamUsersApiResponse;
|
|
7315
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7230
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7316
7231
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7317
7232
|
isUninitialized: false;
|
|
7318
7233
|
isLoading: false;
|
|
7319
7234
|
isFetching: false;
|
|
7320
7235
|
isSuccess: false;
|
|
7321
7236
|
isError: false;
|
|
7322
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7237
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7323
7238
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7324
7239
|
isUninitialized: false;
|
|
7325
7240
|
isLoading: false;
|
|
@@ -7328,7 +7243,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7328
7243
|
isError: false;
|
|
7329
7244
|
}, "error" | "isError"> & {
|
|
7330
7245
|
isError: true;
|
|
7331
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7246
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7332
7247
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7333
7248
|
isUninitialized: false;
|
|
7334
7249
|
isLoading: false;
|
|
@@ -7360,7 +7275,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7360
7275
|
isError: false;
|
|
7361
7276
|
}, "isUninitialized"> & {
|
|
7362
7277
|
isUninitialized: true;
|
|
7363
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7278
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7364
7279
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7365
7280
|
isUninitialized: false;
|
|
7366
7281
|
isLoading: false;
|
|
@@ -7371,7 +7286,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7371
7286
|
isLoading: true;
|
|
7372
7287
|
isFetching: boolean;
|
|
7373
7288
|
data: undefined;
|
|
7374
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7289
|
+
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7375
7290
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7376
7291
|
isUninitialized: false;
|
|
7377
7292
|
isLoading: false;
|
|
@@ -7384,14 +7299,14 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7384
7299
|
error: undefined;
|
|
7385
7300
|
} & {
|
|
7386
7301
|
data: GetTeamUsersApiResponse;
|
|
7387
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7302
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7388
7303
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7389
7304
|
isUninitialized: false;
|
|
7390
7305
|
isLoading: false;
|
|
7391
7306
|
isFetching: false;
|
|
7392
7307
|
isSuccess: false;
|
|
7393
7308
|
isError: false;
|
|
7394
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7309
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7395
7310
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7396
7311
|
isUninitialized: false;
|
|
7397
7312
|
isLoading: false;
|
|
@@ -7405,14 +7320,14 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7405
7320
|
} & {
|
|
7406
7321
|
data: GetTeamUsersApiResponse;
|
|
7407
7322
|
currentData: GetTeamUsersApiResponse;
|
|
7408
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7323
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7409
7324
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7410
7325
|
isUninitialized: false;
|
|
7411
7326
|
isLoading: false;
|
|
7412
7327
|
isFetching: false;
|
|
7413
7328
|
isSuccess: false;
|
|
7414
7329
|
isError: false;
|
|
7415
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7330
|
+
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7416
7331
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7417
7332
|
isUninitialized: false;
|
|
7418
7333
|
isLoading: false;
|
|
@@ -7421,7 +7336,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7421
7336
|
isError: false;
|
|
7422
7337
|
}, "error" | "isError"> & {
|
|
7423
7338
|
isError: true;
|
|
7424
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7339
|
+
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7425
7340
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
7426
7341
|
isUninitialized: false;
|
|
7427
7342
|
isLoading: false;
|
|
@@ -7432,7 +7347,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
7432
7347
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7433
7348
|
}) => R) | undefined;
|
|
7434
7349
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7435
|
-
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7350
|
+
refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetTeamUsersApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
7436
7351
|
};
|
|
7437
7352
|
declare const useAddUserToTeamMutation: <R extends Record<string, any> = ({
|
|
7438
7353
|
requestId?: undefined;
|
|
@@ -7591,7 +7506,7 @@ declare const useAddUserToTeamMutation: <R extends Record<string, any> = ({
|
|
|
7591
7506
|
isError: true;
|
|
7592
7507
|
})) => R) | undefined;
|
|
7593
7508
|
fixedCacheKey?: string;
|
|
7594
|
-
} | undefined) => readonly [(arg: AddUserToTeamApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AddUserToTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7509
|
+
} | undefined) => readonly [(arg: AddUserToTeamApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<AddUserToTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", AddUserToTeamApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7595
7510
|
originalArgs?: AddUserToTeamApiArg | undefined;
|
|
7596
7511
|
reset: () => void;
|
|
7597
7512
|
}];
|
|
@@ -7752,862 +7667,9 @@ declare const useRemoveUserFromTeamMutation: <R extends Record<string, any> = ({
|
|
|
7752
7667
|
isError: true;
|
|
7753
7668
|
})) => R) | undefined;
|
|
7754
7669
|
fixedCacheKey?: string;
|
|
7755
|
-
} | undefined) => readonly [(arg: RemoveUserFromTeamApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RemoveUserFromTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "
|
|
7670
|
+
} | undefined) => readonly [(arg: RemoveUserFromTeamApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RemoveUserFromTeamApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_events" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams", RemoveUserFromTeamApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
7756
7671
|
originalArgs?: RemoveUserFromTeamApiArg | undefined;
|
|
7757
7672
|
reset: () => void;
|
|
7758
7673
|
}];
|
|
7759
|
-
declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
7760
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
7761
|
-
originalArgs?: undefined | undefined;
|
|
7762
|
-
data?: undefined | undefined;
|
|
7763
|
-
error?: undefined | undefined;
|
|
7764
|
-
requestId?: undefined | undefined;
|
|
7765
|
-
endpointName?: string | undefined;
|
|
7766
|
-
startedTimeStamp?: undefined | undefined;
|
|
7767
|
-
fulfilledTimeStamp?: undefined | undefined;
|
|
7768
|
-
} & {
|
|
7769
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7770
|
-
isUninitialized: false;
|
|
7771
|
-
isLoading: false;
|
|
7772
|
-
isFetching: false;
|
|
7773
|
-
isSuccess: false;
|
|
7774
|
-
isError: false;
|
|
7775
|
-
}, "isUninitialized"> & {
|
|
7776
|
-
isUninitialized: true;
|
|
7777
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7778
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7779
|
-
isUninitialized: false;
|
|
7780
|
-
isLoading: false;
|
|
7781
|
-
isFetching: false;
|
|
7782
|
-
isSuccess: false;
|
|
7783
|
-
isError: false;
|
|
7784
|
-
}, "data" | "isLoading" | "isFetching"> & {
|
|
7785
|
-
isLoading: true;
|
|
7786
|
-
isFetching: boolean;
|
|
7787
|
-
data: undefined;
|
|
7788
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7789
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7790
|
-
isUninitialized: false;
|
|
7791
|
-
isLoading: false;
|
|
7792
|
-
isFetching: false;
|
|
7793
|
-
isSuccess: false;
|
|
7794
|
-
isError: false;
|
|
7795
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
7796
|
-
isSuccess: true;
|
|
7797
|
-
isFetching: true;
|
|
7798
|
-
error: undefined;
|
|
7799
|
-
} & {
|
|
7800
|
-
data: GetApiWorkspacesApiResponse;
|
|
7801
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7802
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7803
|
-
isUninitialized: false;
|
|
7804
|
-
isLoading: false;
|
|
7805
|
-
isFetching: false;
|
|
7806
|
-
isSuccess: false;
|
|
7807
|
-
isError: false;
|
|
7808
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7809
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7810
|
-
isUninitialized: false;
|
|
7811
|
-
isLoading: false;
|
|
7812
|
-
isFetching: false;
|
|
7813
|
-
isSuccess: false;
|
|
7814
|
-
isError: false;
|
|
7815
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
7816
|
-
isSuccess: true;
|
|
7817
|
-
isFetching: false;
|
|
7818
|
-
error: undefined;
|
|
7819
|
-
} & {
|
|
7820
|
-
data: GetApiWorkspacesApiResponse;
|
|
7821
|
-
currentData: GetApiWorkspacesApiResponse;
|
|
7822
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7823
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7824
|
-
isUninitialized: false;
|
|
7825
|
-
isLoading: false;
|
|
7826
|
-
isFetching: false;
|
|
7827
|
-
isSuccess: false;
|
|
7828
|
-
isError: false;
|
|
7829
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7830
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7831
|
-
isUninitialized: false;
|
|
7832
|
-
isLoading: false;
|
|
7833
|
-
isFetching: false;
|
|
7834
|
-
isSuccess: false;
|
|
7835
|
-
isError: false;
|
|
7836
|
-
}, "error" | "isError"> & {
|
|
7837
|
-
isError: true;
|
|
7838
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7839
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7840
|
-
isUninitialized: false;
|
|
7841
|
-
isLoading: false;
|
|
7842
|
-
isFetching: false;
|
|
7843
|
-
isSuccess: false;
|
|
7844
|
-
isError: false;
|
|
7845
|
-
}, "error">>)> & {
|
|
7846
|
-
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7847
|
-
}>(arg: void | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
7848
|
-
skip?: boolean;
|
|
7849
|
-
refetchOnMountOrArgChange?: boolean | number;
|
|
7850
|
-
} & {
|
|
7851
|
-
skip?: boolean;
|
|
7852
|
-
selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
7853
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
7854
|
-
originalArgs?: undefined | undefined;
|
|
7855
|
-
data?: undefined | undefined;
|
|
7856
|
-
error?: undefined | undefined;
|
|
7857
|
-
requestId?: undefined | undefined;
|
|
7858
|
-
endpointName?: string | undefined;
|
|
7859
|
-
startedTimeStamp?: undefined | undefined;
|
|
7860
|
-
fulfilledTimeStamp?: undefined | undefined;
|
|
7861
|
-
} & {
|
|
7862
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7863
|
-
isUninitialized: false;
|
|
7864
|
-
isLoading: false;
|
|
7865
|
-
isFetching: false;
|
|
7866
|
-
isSuccess: false;
|
|
7867
|
-
isError: false;
|
|
7868
|
-
}, "isUninitialized"> & {
|
|
7869
|
-
isUninitialized: true;
|
|
7870
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7871
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7872
|
-
isUninitialized: false;
|
|
7873
|
-
isLoading: false;
|
|
7874
|
-
isFetching: false;
|
|
7875
|
-
isSuccess: false;
|
|
7876
|
-
isError: false;
|
|
7877
|
-
}, "data" | "isLoading" | "isFetching"> & {
|
|
7878
|
-
isLoading: true;
|
|
7879
|
-
isFetching: boolean;
|
|
7880
|
-
data: undefined;
|
|
7881
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7882
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7883
|
-
isUninitialized: false;
|
|
7884
|
-
isLoading: false;
|
|
7885
|
-
isFetching: false;
|
|
7886
|
-
isSuccess: false;
|
|
7887
|
-
isError: false;
|
|
7888
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
7889
|
-
isSuccess: true;
|
|
7890
|
-
isFetching: true;
|
|
7891
|
-
error: undefined;
|
|
7892
|
-
} & {
|
|
7893
|
-
data: GetApiWorkspacesApiResponse;
|
|
7894
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7895
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7896
|
-
isUninitialized: false;
|
|
7897
|
-
isLoading: false;
|
|
7898
|
-
isFetching: false;
|
|
7899
|
-
isSuccess: false;
|
|
7900
|
-
isError: false;
|
|
7901
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7902
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7903
|
-
isUninitialized: false;
|
|
7904
|
-
isLoading: false;
|
|
7905
|
-
isFetching: false;
|
|
7906
|
-
isSuccess: false;
|
|
7907
|
-
isError: false;
|
|
7908
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
7909
|
-
isSuccess: true;
|
|
7910
|
-
isFetching: false;
|
|
7911
|
-
error: undefined;
|
|
7912
|
-
} & {
|
|
7913
|
-
data: GetApiWorkspacesApiResponse;
|
|
7914
|
-
currentData: GetApiWorkspacesApiResponse;
|
|
7915
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7916
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7917
|
-
isUninitialized: false;
|
|
7918
|
-
isLoading: false;
|
|
7919
|
-
isFetching: false;
|
|
7920
|
-
isSuccess: false;
|
|
7921
|
-
isError: false;
|
|
7922
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7923
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7924
|
-
isUninitialized: false;
|
|
7925
|
-
isLoading: false;
|
|
7926
|
-
isFetching: false;
|
|
7927
|
-
isSuccess: false;
|
|
7928
|
-
isError: false;
|
|
7929
|
-
}, "error" | "isError"> & {
|
|
7930
|
-
isError: true;
|
|
7931
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
7932
|
-
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
7933
|
-
isUninitialized: false;
|
|
7934
|
-
isLoading: false;
|
|
7935
|
-
isFetching: false;
|
|
7936
|
-
isSuccess: false;
|
|
7937
|
-
isError: false;
|
|
7938
|
-
}, "error">>)> & {
|
|
7939
|
-
status: _reduxjs_toolkit_query.QueryStatus;
|
|
7940
|
-
}) => R) | undefined;
|
|
7941
|
-
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
7942
|
-
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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
7943
|
-
};
|
|
7944
|
-
declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
7945
|
-
requestId?: undefined;
|
|
7946
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
7947
|
-
data?: undefined;
|
|
7948
|
-
error?: undefined;
|
|
7949
|
-
endpointName?: string;
|
|
7950
|
-
startedTimeStamp?: undefined;
|
|
7951
|
-
fulfilledTimeStamp?: undefined;
|
|
7952
|
-
} & {
|
|
7953
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
7954
|
-
isUninitialized: true;
|
|
7955
|
-
isLoading: false;
|
|
7956
|
-
isSuccess: false;
|
|
7957
|
-
isError: false;
|
|
7958
|
-
}) | ({
|
|
7959
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
7960
|
-
} & Omit<{
|
|
7961
|
-
requestId: string;
|
|
7962
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
7963
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
7964
|
-
endpointName: string;
|
|
7965
|
-
startedTimeStamp: number;
|
|
7966
|
-
fulfilledTimeStamp?: number;
|
|
7967
|
-
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
7968
|
-
requestId: string;
|
|
7969
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
7970
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
7971
|
-
endpointName: string;
|
|
7972
|
-
startedTimeStamp: number;
|
|
7973
|
-
fulfilledTimeStamp?: number;
|
|
7974
|
-
}, "data" | "fulfilledTimeStamp">> & {
|
|
7975
|
-
error: undefined;
|
|
7976
|
-
} & {
|
|
7977
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
7978
|
-
isUninitialized: false;
|
|
7979
|
-
isLoading: false;
|
|
7980
|
-
isSuccess: true;
|
|
7981
|
-
isError: false;
|
|
7982
|
-
}) | ({
|
|
7983
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
7984
|
-
} & {
|
|
7985
|
-
requestId: string;
|
|
7986
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
7987
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
7988
|
-
endpointName: string;
|
|
7989
|
-
startedTimeStamp: number;
|
|
7990
|
-
fulfilledTimeStamp?: number;
|
|
7991
|
-
} & {
|
|
7992
|
-
data?: undefined;
|
|
7993
|
-
} & {
|
|
7994
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
7995
|
-
isUninitialized: false;
|
|
7996
|
-
isLoading: true;
|
|
7997
|
-
isSuccess: false;
|
|
7998
|
-
isError: false;
|
|
7999
|
-
}) | ({
|
|
8000
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8001
|
-
} & Omit<{
|
|
8002
|
-
requestId: string;
|
|
8003
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
8004
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8005
|
-
endpointName: string;
|
|
8006
|
-
startedTimeStamp: number;
|
|
8007
|
-
fulfilledTimeStamp?: number;
|
|
8008
|
-
}, "error"> & Required<Pick<{
|
|
8009
|
-
requestId: string;
|
|
8010
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
8011
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8012
|
-
endpointName: string;
|
|
8013
|
-
startedTimeStamp: number;
|
|
8014
|
-
fulfilledTimeStamp?: number;
|
|
8015
|
-
}, "error">> & {
|
|
8016
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8017
|
-
isUninitialized: false;
|
|
8018
|
-
isLoading: false;
|
|
8019
|
-
isSuccess: false;
|
|
8020
|
-
isError: true;
|
|
8021
|
-
})>(options?: {
|
|
8022
|
-
selectFromResult?: ((state: ({
|
|
8023
|
-
requestId?: undefined;
|
|
8024
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8025
|
-
data?: undefined;
|
|
8026
|
-
error?: undefined;
|
|
8027
|
-
endpointName?: string;
|
|
8028
|
-
startedTimeStamp?: undefined;
|
|
8029
|
-
fulfilledTimeStamp?: undefined;
|
|
8030
|
-
} & {
|
|
8031
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8032
|
-
isUninitialized: true;
|
|
8033
|
-
isLoading: false;
|
|
8034
|
-
isSuccess: false;
|
|
8035
|
-
isError: false;
|
|
8036
|
-
}) | ({
|
|
8037
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
8038
|
-
} & Omit<{
|
|
8039
|
-
requestId: string;
|
|
8040
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
8041
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8042
|
-
endpointName: string;
|
|
8043
|
-
startedTimeStamp: number;
|
|
8044
|
-
fulfilledTimeStamp?: number;
|
|
8045
|
-
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
8046
|
-
requestId: string;
|
|
8047
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
8048
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8049
|
-
endpointName: string;
|
|
8050
|
-
startedTimeStamp: number;
|
|
8051
|
-
fulfilledTimeStamp?: number;
|
|
8052
|
-
}, "data" | "fulfilledTimeStamp">> & {
|
|
8053
|
-
error: undefined;
|
|
8054
|
-
} & {
|
|
8055
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
8056
|
-
isUninitialized: false;
|
|
8057
|
-
isLoading: false;
|
|
8058
|
-
isSuccess: true;
|
|
8059
|
-
isError: false;
|
|
8060
|
-
}) | ({
|
|
8061
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
8062
|
-
} & {
|
|
8063
|
-
requestId: string;
|
|
8064
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
8065
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8066
|
-
endpointName: string;
|
|
8067
|
-
startedTimeStamp: number;
|
|
8068
|
-
fulfilledTimeStamp?: number;
|
|
8069
|
-
} & {
|
|
8070
|
-
data?: undefined;
|
|
8071
|
-
} & {
|
|
8072
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
8073
|
-
isUninitialized: false;
|
|
8074
|
-
isLoading: true;
|
|
8075
|
-
isSuccess: false;
|
|
8076
|
-
isError: false;
|
|
8077
|
-
}) | ({
|
|
8078
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8079
|
-
} & Omit<{
|
|
8080
|
-
requestId: string;
|
|
8081
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
8082
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8083
|
-
endpointName: string;
|
|
8084
|
-
startedTimeStamp: number;
|
|
8085
|
-
fulfilledTimeStamp?: number;
|
|
8086
|
-
}, "error"> & Required<Pick<{
|
|
8087
|
-
requestId: string;
|
|
8088
|
-
data?: PostApiWorkspacesApiResponse | undefined;
|
|
8089
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8090
|
-
endpointName: string;
|
|
8091
|
-
startedTimeStamp: number;
|
|
8092
|
-
fulfilledTimeStamp?: number;
|
|
8093
|
-
}, "error">> & {
|
|
8094
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8095
|
-
isUninitialized: false;
|
|
8096
|
-
isLoading: false;
|
|
8097
|
-
isSuccess: false;
|
|
8098
|
-
isError: true;
|
|
8099
|
-
})) => R) | undefined;
|
|
8100
|
-
fixedCacheKey?: string;
|
|
8101
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8102
|
-
originalArgs?: PostApiWorkspacesApiArg | undefined;
|
|
8103
|
-
reset: () => void;
|
|
8104
|
-
}];
|
|
8105
|
-
declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
8106
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8107
|
-
originalArgs?: undefined | undefined;
|
|
8108
|
-
data?: undefined | undefined;
|
|
8109
|
-
error?: undefined | undefined;
|
|
8110
|
-
requestId?: undefined | undefined;
|
|
8111
|
-
endpointName?: string | undefined;
|
|
8112
|
-
startedTimeStamp?: undefined | undefined;
|
|
8113
|
-
fulfilledTimeStamp?: undefined | undefined;
|
|
8114
|
-
} & {
|
|
8115
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8116
|
-
isUninitialized: false;
|
|
8117
|
-
isLoading: false;
|
|
8118
|
-
isFetching: false;
|
|
8119
|
-
isSuccess: false;
|
|
8120
|
-
isError: false;
|
|
8121
|
-
}, "isUninitialized"> & {
|
|
8122
|
-
isUninitialized: true;
|
|
8123
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8124
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8125
|
-
isUninitialized: false;
|
|
8126
|
-
isLoading: false;
|
|
8127
|
-
isFetching: false;
|
|
8128
|
-
isSuccess: false;
|
|
8129
|
-
isError: false;
|
|
8130
|
-
}, "data" | "isLoading" | "isFetching"> & {
|
|
8131
|
-
isLoading: true;
|
|
8132
|
-
isFetching: boolean;
|
|
8133
|
-
data: undefined;
|
|
8134
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8135
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8136
|
-
isUninitialized: false;
|
|
8137
|
-
isLoading: false;
|
|
8138
|
-
isFetching: false;
|
|
8139
|
-
isSuccess: false;
|
|
8140
|
-
isError: false;
|
|
8141
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
8142
|
-
isSuccess: true;
|
|
8143
|
-
isFetching: true;
|
|
8144
|
-
error: undefined;
|
|
8145
|
-
} & {
|
|
8146
|
-
data: GetApiWorkspacesByIdApiResponse;
|
|
8147
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8148
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8149
|
-
isUninitialized: false;
|
|
8150
|
-
isLoading: false;
|
|
8151
|
-
isFetching: false;
|
|
8152
|
-
isSuccess: false;
|
|
8153
|
-
isError: false;
|
|
8154
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8155
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8156
|
-
isUninitialized: false;
|
|
8157
|
-
isLoading: false;
|
|
8158
|
-
isFetching: false;
|
|
8159
|
-
isSuccess: false;
|
|
8160
|
-
isError: false;
|
|
8161
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
8162
|
-
isSuccess: true;
|
|
8163
|
-
isFetching: false;
|
|
8164
|
-
error: undefined;
|
|
8165
|
-
} & {
|
|
8166
|
-
data: GetApiWorkspacesByIdApiResponse;
|
|
8167
|
-
currentData: GetApiWorkspacesByIdApiResponse;
|
|
8168
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8169
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8170
|
-
isUninitialized: false;
|
|
8171
|
-
isLoading: false;
|
|
8172
|
-
isFetching: false;
|
|
8173
|
-
isSuccess: false;
|
|
8174
|
-
isError: false;
|
|
8175
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8176
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8177
|
-
isUninitialized: false;
|
|
8178
|
-
isLoading: false;
|
|
8179
|
-
isFetching: false;
|
|
8180
|
-
isSuccess: false;
|
|
8181
|
-
isError: false;
|
|
8182
|
-
}, "error" | "isError"> & {
|
|
8183
|
-
isError: true;
|
|
8184
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8185
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8186
|
-
isUninitialized: false;
|
|
8187
|
-
isLoading: false;
|
|
8188
|
-
isFetching: false;
|
|
8189
|
-
isSuccess: false;
|
|
8190
|
-
isError: false;
|
|
8191
|
-
}, "error">>)> & {
|
|
8192
|
-
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8193
|
-
}>(arg: GetApiWorkspacesByIdApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
8194
|
-
skip?: boolean;
|
|
8195
|
-
refetchOnMountOrArgChange?: boolean | number;
|
|
8196
|
-
} & {
|
|
8197
|
-
skip?: boolean;
|
|
8198
|
-
selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
8199
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8200
|
-
originalArgs?: undefined | undefined;
|
|
8201
|
-
data?: undefined | undefined;
|
|
8202
|
-
error?: undefined | undefined;
|
|
8203
|
-
requestId?: undefined | undefined;
|
|
8204
|
-
endpointName?: string | undefined;
|
|
8205
|
-
startedTimeStamp?: undefined | undefined;
|
|
8206
|
-
fulfilledTimeStamp?: undefined | undefined;
|
|
8207
|
-
} & {
|
|
8208
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8209
|
-
isUninitialized: false;
|
|
8210
|
-
isLoading: false;
|
|
8211
|
-
isFetching: false;
|
|
8212
|
-
isSuccess: false;
|
|
8213
|
-
isError: false;
|
|
8214
|
-
}, "isUninitialized"> & {
|
|
8215
|
-
isUninitialized: true;
|
|
8216
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8217
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8218
|
-
isUninitialized: false;
|
|
8219
|
-
isLoading: false;
|
|
8220
|
-
isFetching: false;
|
|
8221
|
-
isSuccess: false;
|
|
8222
|
-
isError: false;
|
|
8223
|
-
}, "data" | "isLoading" | "isFetching"> & {
|
|
8224
|
-
isLoading: true;
|
|
8225
|
-
isFetching: boolean;
|
|
8226
|
-
data: undefined;
|
|
8227
|
-
}) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8228
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8229
|
-
isUninitialized: false;
|
|
8230
|
-
isLoading: false;
|
|
8231
|
-
isFetching: false;
|
|
8232
|
-
isSuccess: false;
|
|
8233
|
-
isError: false;
|
|
8234
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
8235
|
-
isSuccess: true;
|
|
8236
|
-
isFetching: true;
|
|
8237
|
-
error: undefined;
|
|
8238
|
-
} & {
|
|
8239
|
-
data: GetApiWorkspacesByIdApiResponse;
|
|
8240
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8241
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8242
|
-
isUninitialized: false;
|
|
8243
|
-
isLoading: false;
|
|
8244
|
-
isFetching: false;
|
|
8245
|
-
isSuccess: false;
|
|
8246
|
-
isError: false;
|
|
8247
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8248
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8249
|
-
isUninitialized: false;
|
|
8250
|
-
isLoading: false;
|
|
8251
|
-
isFetching: false;
|
|
8252
|
-
isSuccess: false;
|
|
8253
|
-
isError: false;
|
|
8254
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
8255
|
-
isSuccess: true;
|
|
8256
|
-
isFetching: false;
|
|
8257
|
-
error: undefined;
|
|
8258
|
-
} & {
|
|
8259
|
-
data: GetApiWorkspacesByIdApiResponse;
|
|
8260
|
-
currentData: GetApiWorkspacesByIdApiResponse;
|
|
8261
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8262
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8263
|
-
isUninitialized: false;
|
|
8264
|
-
isLoading: false;
|
|
8265
|
-
isFetching: false;
|
|
8266
|
-
isSuccess: false;
|
|
8267
|
-
isError: false;
|
|
8268
|
-
}, "fulfilledTimeStamp">>) | (Omit<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8269
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8270
|
-
isUninitialized: false;
|
|
8271
|
-
isLoading: false;
|
|
8272
|
-
isFetching: false;
|
|
8273
|
-
isSuccess: false;
|
|
8274
|
-
isError: false;
|
|
8275
|
-
}, "error" | "isError"> & {
|
|
8276
|
-
isError: true;
|
|
8277
|
-
} & Required<Pick<_reduxjs_toolkit_query.QuerySubState<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
8278
|
-
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
8279
|
-
isUninitialized: false;
|
|
8280
|
-
isLoading: false;
|
|
8281
|
-
isFetching: false;
|
|
8282
|
-
isSuccess: false;
|
|
8283
|
-
isError: false;
|
|
8284
|
-
}, "error">>)> & {
|
|
8285
|
-
status: _reduxjs_toolkit_query.QueryStatus;
|
|
8286
|
-
}) => R) | undefined;
|
|
8287
|
-
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
8288
|
-
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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
8289
|
-
};
|
|
8290
|
-
declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
8291
|
-
requestId?: undefined;
|
|
8292
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8293
|
-
data?: undefined;
|
|
8294
|
-
error?: undefined;
|
|
8295
|
-
endpointName?: string;
|
|
8296
|
-
startedTimeStamp?: undefined;
|
|
8297
|
-
fulfilledTimeStamp?: undefined;
|
|
8298
|
-
} & {
|
|
8299
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8300
|
-
isUninitialized: true;
|
|
8301
|
-
isLoading: false;
|
|
8302
|
-
isSuccess: false;
|
|
8303
|
-
isError: false;
|
|
8304
|
-
}) | ({
|
|
8305
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
8306
|
-
} & Omit<{
|
|
8307
|
-
requestId: string;
|
|
8308
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
8309
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8310
|
-
endpointName: string;
|
|
8311
|
-
startedTimeStamp: number;
|
|
8312
|
-
fulfilledTimeStamp?: number;
|
|
8313
|
-
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
8314
|
-
requestId: string;
|
|
8315
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
8316
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8317
|
-
endpointName: string;
|
|
8318
|
-
startedTimeStamp: number;
|
|
8319
|
-
fulfilledTimeStamp?: number;
|
|
8320
|
-
}, "data" | "fulfilledTimeStamp">> & {
|
|
8321
|
-
error: undefined;
|
|
8322
|
-
} & {
|
|
8323
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
8324
|
-
isUninitialized: false;
|
|
8325
|
-
isLoading: false;
|
|
8326
|
-
isSuccess: true;
|
|
8327
|
-
isError: false;
|
|
8328
|
-
}) | ({
|
|
8329
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
8330
|
-
} & {
|
|
8331
|
-
requestId: string;
|
|
8332
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
8333
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8334
|
-
endpointName: string;
|
|
8335
|
-
startedTimeStamp: number;
|
|
8336
|
-
fulfilledTimeStamp?: number;
|
|
8337
|
-
} & {
|
|
8338
|
-
data?: undefined;
|
|
8339
|
-
} & {
|
|
8340
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
8341
|
-
isUninitialized: false;
|
|
8342
|
-
isLoading: true;
|
|
8343
|
-
isSuccess: false;
|
|
8344
|
-
isError: false;
|
|
8345
|
-
}) | ({
|
|
8346
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8347
|
-
} & Omit<{
|
|
8348
|
-
requestId: string;
|
|
8349
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
8350
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8351
|
-
endpointName: string;
|
|
8352
|
-
startedTimeStamp: number;
|
|
8353
|
-
fulfilledTimeStamp?: number;
|
|
8354
|
-
}, "error"> & Required<Pick<{
|
|
8355
|
-
requestId: string;
|
|
8356
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
8357
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8358
|
-
endpointName: string;
|
|
8359
|
-
startedTimeStamp: number;
|
|
8360
|
-
fulfilledTimeStamp?: number;
|
|
8361
|
-
}, "error">> & {
|
|
8362
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8363
|
-
isUninitialized: false;
|
|
8364
|
-
isLoading: false;
|
|
8365
|
-
isSuccess: false;
|
|
8366
|
-
isError: true;
|
|
8367
|
-
})>(options?: {
|
|
8368
|
-
selectFromResult?: ((state: ({
|
|
8369
|
-
requestId?: undefined;
|
|
8370
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8371
|
-
data?: undefined;
|
|
8372
|
-
error?: undefined;
|
|
8373
|
-
endpointName?: string;
|
|
8374
|
-
startedTimeStamp?: undefined;
|
|
8375
|
-
fulfilledTimeStamp?: undefined;
|
|
8376
|
-
} & {
|
|
8377
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8378
|
-
isUninitialized: true;
|
|
8379
|
-
isLoading: false;
|
|
8380
|
-
isSuccess: false;
|
|
8381
|
-
isError: false;
|
|
8382
|
-
}) | ({
|
|
8383
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
8384
|
-
} & Omit<{
|
|
8385
|
-
requestId: string;
|
|
8386
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
8387
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8388
|
-
endpointName: string;
|
|
8389
|
-
startedTimeStamp: number;
|
|
8390
|
-
fulfilledTimeStamp?: number;
|
|
8391
|
-
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
8392
|
-
requestId: string;
|
|
8393
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
8394
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8395
|
-
endpointName: string;
|
|
8396
|
-
startedTimeStamp: number;
|
|
8397
|
-
fulfilledTimeStamp?: number;
|
|
8398
|
-
}, "data" | "fulfilledTimeStamp">> & {
|
|
8399
|
-
error: undefined;
|
|
8400
|
-
} & {
|
|
8401
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
8402
|
-
isUninitialized: false;
|
|
8403
|
-
isLoading: false;
|
|
8404
|
-
isSuccess: true;
|
|
8405
|
-
isError: false;
|
|
8406
|
-
}) | ({
|
|
8407
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
8408
|
-
} & {
|
|
8409
|
-
requestId: string;
|
|
8410
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
8411
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8412
|
-
endpointName: string;
|
|
8413
|
-
startedTimeStamp: number;
|
|
8414
|
-
fulfilledTimeStamp?: number;
|
|
8415
|
-
} & {
|
|
8416
|
-
data?: undefined;
|
|
8417
|
-
} & {
|
|
8418
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
8419
|
-
isUninitialized: false;
|
|
8420
|
-
isLoading: true;
|
|
8421
|
-
isSuccess: false;
|
|
8422
|
-
isError: false;
|
|
8423
|
-
}) | ({
|
|
8424
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8425
|
-
} & Omit<{
|
|
8426
|
-
requestId: string;
|
|
8427
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
8428
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8429
|
-
endpointName: string;
|
|
8430
|
-
startedTimeStamp: number;
|
|
8431
|
-
fulfilledTimeStamp?: number;
|
|
8432
|
-
}, "error"> & Required<Pick<{
|
|
8433
|
-
requestId: string;
|
|
8434
|
-
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
8435
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8436
|
-
endpointName: string;
|
|
8437
|
-
startedTimeStamp: number;
|
|
8438
|
-
fulfilledTimeStamp?: number;
|
|
8439
|
-
}, "error">> & {
|
|
8440
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8441
|
-
isUninitialized: false;
|
|
8442
|
-
isLoading: false;
|
|
8443
|
-
isSuccess: false;
|
|
8444
|
-
isError: true;
|
|
8445
|
-
})) => R) | undefined;
|
|
8446
|
-
fixedCacheKey?: string;
|
|
8447
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8448
|
-
originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
|
|
8449
|
-
reset: () => void;
|
|
8450
|
-
}];
|
|
8451
|
-
declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
8452
|
-
requestId?: undefined;
|
|
8453
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8454
|
-
data?: undefined;
|
|
8455
|
-
error?: undefined;
|
|
8456
|
-
endpointName?: string;
|
|
8457
|
-
startedTimeStamp?: undefined;
|
|
8458
|
-
fulfilledTimeStamp?: undefined;
|
|
8459
|
-
} & {
|
|
8460
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8461
|
-
isUninitialized: true;
|
|
8462
|
-
isLoading: false;
|
|
8463
|
-
isSuccess: false;
|
|
8464
|
-
isError: false;
|
|
8465
|
-
}) | ({
|
|
8466
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
8467
|
-
} & Omit<{
|
|
8468
|
-
requestId: string;
|
|
8469
|
-
data?: unknown;
|
|
8470
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8471
|
-
endpointName: string;
|
|
8472
|
-
startedTimeStamp: number;
|
|
8473
|
-
fulfilledTimeStamp?: number;
|
|
8474
|
-
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
8475
|
-
requestId: string;
|
|
8476
|
-
data?: unknown;
|
|
8477
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8478
|
-
endpointName: string;
|
|
8479
|
-
startedTimeStamp: number;
|
|
8480
|
-
fulfilledTimeStamp?: number;
|
|
8481
|
-
}, "data" | "fulfilledTimeStamp">> & {
|
|
8482
|
-
error: undefined;
|
|
8483
|
-
} & {
|
|
8484
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
8485
|
-
isUninitialized: false;
|
|
8486
|
-
isLoading: false;
|
|
8487
|
-
isSuccess: true;
|
|
8488
|
-
isError: false;
|
|
8489
|
-
}) | ({
|
|
8490
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
8491
|
-
} & {
|
|
8492
|
-
requestId: string;
|
|
8493
|
-
data?: unknown;
|
|
8494
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8495
|
-
endpointName: string;
|
|
8496
|
-
startedTimeStamp: number;
|
|
8497
|
-
fulfilledTimeStamp?: number;
|
|
8498
|
-
} & {
|
|
8499
|
-
data?: undefined;
|
|
8500
|
-
} & {
|
|
8501
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
8502
|
-
isUninitialized: false;
|
|
8503
|
-
isLoading: true;
|
|
8504
|
-
isSuccess: false;
|
|
8505
|
-
isError: false;
|
|
8506
|
-
}) | ({
|
|
8507
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8508
|
-
} & Omit<{
|
|
8509
|
-
requestId: string;
|
|
8510
|
-
data?: unknown;
|
|
8511
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8512
|
-
endpointName: string;
|
|
8513
|
-
startedTimeStamp: number;
|
|
8514
|
-
fulfilledTimeStamp?: number;
|
|
8515
|
-
}, "error"> & Required<Pick<{
|
|
8516
|
-
requestId: string;
|
|
8517
|
-
data?: unknown;
|
|
8518
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8519
|
-
endpointName: string;
|
|
8520
|
-
startedTimeStamp: number;
|
|
8521
|
-
fulfilledTimeStamp?: number;
|
|
8522
|
-
}, "error">> & {
|
|
8523
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8524
|
-
isUninitialized: false;
|
|
8525
|
-
isLoading: false;
|
|
8526
|
-
isSuccess: false;
|
|
8527
|
-
isError: true;
|
|
8528
|
-
})>(options?: {
|
|
8529
|
-
selectFromResult?: ((state: ({
|
|
8530
|
-
requestId?: undefined;
|
|
8531
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8532
|
-
data?: undefined;
|
|
8533
|
-
error?: undefined;
|
|
8534
|
-
endpointName?: string;
|
|
8535
|
-
startedTimeStamp?: undefined;
|
|
8536
|
-
fulfilledTimeStamp?: undefined;
|
|
8537
|
-
} & {
|
|
8538
|
-
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
8539
|
-
isUninitialized: true;
|
|
8540
|
-
isLoading: false;
|
|
8541
|
-
isSuccess: false;
|
|
8542
|
-
isError: false;
|
|
8543
|
-
}) | ({
|
|
8544
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
8545
|
-
} & Omit<{
|
|
8546
|
-
requestId: string;
|
|
8547
|
-
data?: unknown;
|
|
8548
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8549
|
-
endpointName: string;
|
|
8550
|
-
startedTimeStamp: number;
|
|
8551
|
-
fulfilledTimeStamp?: number;
|
|
8552
|
-
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
8553
|
-
requestId: string;
|
|
8554
|
-
data?: unknown;
|
|
8555
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8556
|
-
endpointName: string;
|
|
8557
|
-
startedTimeStamp: number;
|
|
8558
|
-
fulfilledTimeStamp?: number;
|
|
8559
|
-
}, "data" | "fulfilledTimeStamp">> & {
|
|
8560
|
-
error: undefined;
|
|
8561
|
-
} & {
|
|
8562
|
-
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
8563
|
-
isUninitialized: false;
|
|
8564
|
-
isLoading: false;
|
|
8565
|
-
isSuccess: true;
|
|
8566
|
-
isError: false;
|
|
8567
|
-
}) | ({
|
|
8568
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
8569
|
-
} & {
|
|
8570
|
-
requestId: string;
|
|
8571
|
-
data?: unknown;
|
|
8572
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8573
|
-
endpointName: string;
|
|
8574
|
-
startedTimeStamp: number;
|
|
8575
|
-
fulfilledTimeStamp?: number;
|
|
8576
|
-
} & {
|
|
8577
|
-
data?: undefined;
|
|
8578
|
-
} & {
|
|
8579
|
-
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
8580
|
-
isUninitialized: false;
|
|
8581
|
-
isLoading: true;
|
|
8582
|
-
isSuccess: false;
|
|
8583
|
-
isError: false;
|
|
8584
|
-
}) | ({
|
|
8585
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8586
|
-
} & Omit<{
|
|
8587
|
-
requestId: string;
|
|
8588
|
-
data?: unknown;
|
|
8589
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8590
|
-
endpointName: string;
|
|
8591
|
-
startedTimeStamp: number;
|
|
8592
|
-
fulfilledTimeStamp?: number;
|
|
8593
|
-
}, "error"> & Required<Pick<{
|
|
8594
|
-
requestId: string;
|
|
8595
|
-
data?: unknown;
|
|
8596
|
-
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
8597
|
-
endpointName: string;
|
|
8598
|
-
startedTimeStamp: number;
|
|
8599
|
-
fulfilledTimeStamp?: number;
|
|
8600
|
-
}, "error">> & {
|
|
8601
|
-
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
8602
|
-
isUninitialized: false;
|
|
8603
|
-
isLoading: false;
|
|
8604
|
-
isSuccess: false;
|
|
8605
|
-
isError: true;
|
|
8606
|
-
})) => R) | undefined;
|
|
8607
|
-
fixedCacheKey?: string;
|
|
8608
|
-
} | 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>, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Evaluation_other" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
8609
|
-
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
|
|
8610
|
-
reset: () => void;
|
|
8611
|
-
}];
|
|
8612
7674
|
|
|
8613
|
-
export { type AddConnectionToEnvironmentApiArg, type AddConnectionToEnvironmentApiResponse, type AddTeamToOrgApiArg, type AddTeamToOrgApiResponse, type AddUserToTeamApiArg, type AddUserToTeamApiResponse, type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type CreateTeamApiArg, type CreateTeamApiResponse, type
|
|
7675
|
+
export { type AddConnectionToEnvironmentApiArg, type AddConnectionToEnvironmentApiResponse, type AddTeamToOrgApiArg, type AddTeamToOrgApiResponse, type AddUserToTeamApiArg, type AddUserToTeamApiResponse, type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type CreateTeamApiArg, type CreateTeamApiResponse, type DeleteConnectionApiArg, type DeleteConnectionApiResponse, type DeleteEventsApiArg, type DeleteEventsApiResponse, type DeleteEventsByIdApiArg, type DeleteEventsByIdApiResponse, type DeleteMesheryConnectionApiArg, type DeleteMesheryConnectionApiResponse, type DeleteTeamApiArg, type DeleteTeamApiResponse, type GetConnectionByIdApiArg, type GetConnectionByIdApiResponse, type GetConnectionsApiArg, type GetConnectionsApiResponse, type GetEnvironmentsApiArg, type GetEnvironmentsApiResponse, type GetKubernetesContextApiArg, type GetKubernetesContextApiResponse, type GetOrgByDomainApiArg, type GetOrgByDomainApiResponse, type GetTeamByIdApiArg, type GetTeamByIdApiResponse, type GetTeamUsersApiArg, type GetTeamUsersApiResponse, type GetTeamsApiArg, type GetTeamsApiResponse, type GetUserKeysApiArg, type GetUserKeysApiResponse, type ImportDesignApiArg, type ImportDesignApiResponse, type PostEvaluateApiArg, type PostEvaluateApiResponse, type PostEventsApiArg, type PostEventsApiResponse, type PutEventsByIdStatusApiArg, type PutEventsByIdStatusApiResponse, type PutEventsStatusApiArg, type PutEventsStatusApiResponse, type RegisterConnectionApiArg, type RegisterConnectionApiResponse, type RegisterMeshmodelsApiArg, type RegisterMeshmodelsApiResponse, type RemoveConnectionFromEnvironmentApiArg, type RemoveConnectionFromEnvironmentApiResponse, type RemoveTeamFromOrgApiArg, type RemoveTeamFromOrgApiResponse, type RemoveUserFromTeamApiArg, type RemoveUserFromTeamApiResponse, type UpdateConnectionApiArg, type UpdateConnectionApiResponse, type UpdateTeamApiArg, type UpdateTeamApiResponse, addTagTypes, injectedRtkApi as mesheryApi, useAddConnectionToEnvironmentMutation, useAddTeamToOrgMutation, useAddUserToTeamMutation, useCreateEnvironmentMutation, useCreateTeamMutation, useDeleteConnectionMutation, useDeleteEventsByIdMutation, useDeleteEventsMutation, useDeleteMesheryConnectionMutation, useDeleteTeamMutation, useGetConnectionByIdQuery, useGetConnectionsQuery, useGetEnvironmentsQuery, useGetKubernetesContextQuery, useGetOrgByDomainQuery, useGetTeamByIdQuery, useGetTeamUsersQuery, useGetTeamsQuery, useGetUserKeysQuery, useImportDesignMutation, usePostEvaluateMutation, usePostEventsMutation, usePutEventsByIdStatusMutation, usePutEventsStatusMutation, useRegisterConnectionMutation, useRegisterMeshmodelsMutation, useRemoveConnectionFromEnvironmentMutation, useRemoveTeamFromOrgMutation, useRemoveUserFromTeamMutation, useUpdateConnectionMutation, useUpdateTeamMutation };
|