@meshery/schemas 0.8.126 → 0.8.128
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/dist/{Core-Wy_3jcVT.d.mts → Core-vaTzd8cz.d.mts} +4 -2
- package/dist/{Core-Wy_3jcVT.d.ts → Core-vaTzd8cz.d.ts} +4 -2
- package/dist/cloudApi.d.mts +643 -631
- package/dist/cloudApi.d.ts +643 -631
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1alpha1/capability/Capability.d.mts +3 -1
- package/dist/constructs/v1alpha1/capability/Capability.d.ts +3 -1
- package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.mts +14 -4
- package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +14 -4
- package/dist/constructs/v1alpha1/capability/CapabilitySchema.js +1 -1
- package/dist/constructs/v1alpha1/capability/CapabilitySchema.mjs +1 -1
- package/dist/constructs/v1alpha1/core/Core.d.mts +1 -1
- package/dist/constructs/v1alpha1/core/Core.d.ts +1 -1
- package/dist/constructs/v1alpha1/core/CoreSchema.d.mts +14 -5
- package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +14 -5
- package/dist/constructs/v1alpha1/core/CoreSchema.js +1 -1
- package/dist/constructs/v1alpha1/core/CoreSchema.mjs +1 -1
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.mts +12 -2
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +12 -2
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.js +1 -1
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.mjs +1 -1
- package/dist/constructs/v1alpha3/relationship/Relationship.d.mts +6 -2
- package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +6 -2
- package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.mts +16 -6
- package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.ts +16 -6
- package/dist/constructs/v1alpha3/relationship/RelationshipSchema.js +1 -1
- package/dist/constructs/v1alpha3/relationship/RelationshipSchema.mjs +1 -1
- package/dist/constructs/v1beta1/academy/AcademySchema.d.mts +11 -1
- package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +11 -1
- package/dist/constructs/v1beta1/academy/AcademySchema.js +1 -1
- package/dist/constructs/v1beta1/academy/AcademySchema.mjs +1 -1
- package/dist/constructs/v1beta1/badge/BadgeSchema.d.mts +11 -2
- package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +11 -2
- package/dist/constructs/v1beta1/badge/BadgeSchema.js +1 -1
- package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +1 -1
- package/dist/constructs/v1beta1/category/CategorySchema.d.mts +12 -2
- package/dist/constructs/v1beta1/category/CategorySchema.d.ts +12 -2
- package/dist/constructs/v1beta1/category/CategorySchema.js +1 -1
- package/dist/constructs/v1beta1/category/CategorySchema.mjs +1 -1
- package/dist/constructs/v1beta1/component/Component.d.mts +28 -5
- package/dist/constructs/v1beta1/component/Component.d.ts +28 -5
- package/dist/constructs/v1beta1/component/ComponentSchema.d.mts +46 -21
- package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +46 -21
- package/dist/constructs/v1beta1/component/ComponentSchema.js +2 -2
- package/dist/constructs/v1beta1/component/ComponentSchema.mjs +2 -2
- package/dist/constructs/v1beta1/connection/Connection.d.mts +96 -6
- package/dist/constructs/v1beta1/connection/Connection.d.ts +96 -6
- package/dist/constructs/v1beta1/connection/ConnectionSchema.d.mts +166 -76
- package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +166 -76
- package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta1/environment/Environment.d.mts +52 -0
- package/dist/constructs/v1beta1/environment/Environment.d.ts +52 -0
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.mts +107 -47
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +107 -47
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +1 -1
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +1 -1
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +148 -32
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +148 -32
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.mts +172 -103
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +172 -103
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +12 -12
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +12 -12
- package/dist/constructs/v1beta1/event/EventSchema.d.mts +12 -2
- package/dist/constructs/v1beta1/event/EventSchema.d.ts +12 -2
- package/dist/constructs/v1beta1/event/EventSchema.js +2 -1
- package/dist/constructs/v1beta1/event/EventSchema.mjs +2 -1
- package/dist/constructs/v1beta1/feature/FeatureSchema.d.mts +11 -2
- package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +11 -2
- package/dist/constructs/v1beta1/feature/FeatureSchema.js +2 -1
- package/dist/constructs/v1beta1/feature/FeatureSchema.mjs +2 -1
- package/dist/constructs/v1beta1/invitation/InvitationSchema.d.mts +11 -2
- package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +11 -2
- package/dist/constructs/v1beta1/invitation/InvitationSchema.js +2 -1
- package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +2 -1
- package/dist/constructs/v1beta1/key/KeySchema.d.mts +12 -2
- package/dist/constructs/v1beta1/key/KeySchema.d.ts +12 -2
- package/dist/constructs/v1beta1/key/KeySchema.js +2 -1
- package/dist/constructs/v1beta1/key/KeySchema.mjs +2 -1
- package/dist/constructs/v1beta1/keychain/KeychainSchema.d.mts +12 -2
- package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +12 -2
- package/dist/constructs/v1beta1/keychain/KeychainSchema.js +2 -1
- package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +2 -1
- package/dist/constructs/v1beta1/model/Model.d.mts +22 -3
- package/dist/constructs/v1beta1/model/Model.d.ts +22 -3
- package/dist/constructs/v1beta1/model/ModelSchema.d.mts +42 -17
- package/dist/constructs/v1beta1/model/ModelSchema.d.ts +42 -17
- package/dist/constructs/v1beta1/model/ModelSchema.js +2 -2
- package/dist/constructs/v1beta1/model/ModelSchema.mjs +2 -2
- package/dist/constructs/v1beta1/organization/OrganizationSchema.d.mts +11 -1
- package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +11 -1
- package/dist/constructs/v1beta1/organization/OrganizationSchema.js +2 -1
- package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +2 -1
- package/dist/constructs/v1beta1/pattern/Pattern.d.mts +148 -32
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +148 -32
- package/dist/constructs/v1beta1/pattern/PatternSchema.d.mts +172 -102
- package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +172 -102
- package/dist/constructs/v1beta1/pattern/PatternSchema.js +12 -12
- package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +12 -12
- package/dist/constructs/v1beta1/plan/PlanSchema.d.mts +12 -2
- package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +12 -2
- package/dist/constructs/v1beta1/plan/PlanSchema.js +2 -1
- package/dist/constructs/v1beta1/plan/PlanSchema.mjs +2 -1
- package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.mts +11 -1
- package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +11 -1
- package/dist/constructs/v1beta1/subcategory/SubcategorySchema.js +1 -1
- package/dist/constructs/v1beta1/subcategory/SubcategorySchema.mjs +1 -1
- package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.mts +11 -2
- package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +11 -2
- package/dist/constructs/v1beta1/subscription/SubscriptionSchema.js +1 -1
- package/dist/constructs/v1beta1/subscription/SubscriptionSchema.mjs +1 -1
- package/dist/constructs/v1beta1/team/TeamSchema.d.mts +9 -3
- package/dist/constructs/v1beta1/team/TeamSchema.d.ts +9 -3
- package/dist/constructs/v1beta1/team/TeamSchema.js +1 -1
- package/dist/constructs/v1beta1/team/TeamSchema.mjs +1 -1
- package/dist/constructs/v1beta1/user/UserSchema.d.mts +12 -2
- package/dist/constructs/v1beta1/user/UserSchema.d.ts +12 -2
- package/dist/constructs/v1beta1/user/UserSchema.js +2 -1
- package/dist/constructs/v1beta1/user/UserSchema.mjs +2 -1
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.mts +9 -3
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +9 -3
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +1 -1
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +17 -17
- package/dist/index.mjs +17 -17
- package/dist/mesheryApi.d.mts +1996 -170
- package/dist/mesheryApi.d.ts +1996 -170
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -1
package/dist/mesheryApi.d.ts
CHANGED
|
@@ -2,37 +2,334 @@ 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 ["
|
|
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<{}, "
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}, "
|
|
5
|
+
declare const addTagTypes: readonly ["Connection_API_Connections", "Design_other", "Environment_environments", "Evaluation_other", "Events_other", "Key_users", "Model_other", "Organization_other", "Team_teams", "Workspace_workspaces"];
|
|
6
|
+
declare const injectedRtkApi: _reduxjs_toolkit_query.Api<_reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, _reduxjs_toolkit_query.UpdateDefinitions<{}, "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", RemoveUserFromTeamApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
38
|
+
getApiWorkspaces: _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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
|
|
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>;
|
|
43
|
+
}, "mesheryRtkSchemasApi", "Connection_API_Connections" | "Design_other" | "Environment_environments" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
|
|
35
44
|
|
|
45
|
+
type GetConnectionsApiResponse = {
|
|
46
|
+
/** List of connections on this page */
|
|
47
|
+
connections: {
|
|
48
|
+
/** Connection ID */
|
|
49
|
+
id: string;
|
|
50
|
+
/** Connection Name */
|
|
51
|
+
name: string;
|
|
52
|
+
/** Associated Credential ID */
|
|
53
|
+
credential_id?: string;
|
|
54
|
+
/** Connection Type (platform, telemetry, collaboration) */
|
|
55
|
+
type: string;
|
|
56
|
+
/** Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
57
|
+
sub_type: string;
|
|
58
|
+
/** Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
59
|
+
kind: string;
|
|
60
|
+
/** Additional connection metadata */
|
|
61
|
+
metadata?: object;
|
|
62
|
+
/** Connection Status */
|
|
63
|
+
status: "discovered" | "registered" | "connected" | "ignored" | "maintenance" | "disconnected" | "deleted" | "not found";
|
|
64
|
+
/** User ID who owns this connection */
|
|
65
|
+
user_id?: string;
|
|
66
|
+
created_at?: string;
|
|
67
|
+
updated_at?: string;
|
|
68
|
+
deleted_at?: string;
|
|
69
|
+
/** Associated environments for this connection */
|
|
70
|
+
environments?: {
|
|
71
|
+
/** ID */
|
|
72
|
+
id: string;
|
|
73
|
+
/** Specifies the version of the schema to which the environment conforms. */
|
|
74
|
+
schemaVersion: string;
|
|
75
|
+
/** Environment name */
|
|
76
|
+
name: string;
|
|
77
|
+
/** Environment description */
|
|
78
|
+
description: string;
|
|
79
|
+
/** Environment organization ID */
|
|
80
|
+
organization_id: string;
|
|
81
|
+
/** Environment owner */
|
|
82
|
+
owner?: string;
|
|
83
|
+
created_at?: string;
|
|
84
|
+
metadata?: object;
|
|
85
|
+
updated_at?: string;
|
|
86
|
+
deleted_at?: string;
|
|
87
|
+
}[];
|
|
88
|
+
/** Specifies the version of the schema used for the definition. */
|
|
89
|
+
schemaVersion: string;
|
|
90
|
+
}[];
|
|
91
|
+
/** Total number of connections on all pages */
|
|
92
|
+
total_count: number;
|
|
93
|
+
/** Current page number */
|
|
94
|
+
page: number;
|
|
95
|
+
/** Number of elements per page */
|
|
96
|
+
page_size: number;
|
|
97
|
+
/** Aggregate count of connections grouped by status */
|
|
98
|
+
status_summary?: {
|
|
99
|
+
[key: string]: number;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
type GetConnectionsApiArg = {
|
|
103
|
+
/** Page number */
|
|
104
|
+
page?: number;
|
|
105
|
+
/** Number of items per page */
|
|
106
|
+
pagesize?: number;
|
|
107
|
+
/** Search term */
|
|
108
|
+
search?: string;
|
|
109
|
+
/** Sort order */
|
|
110
|
+
order?: string;
|
|
111
|
+
/** Filter connections (general filter string) */
|
|
112
|
+
filter?: string;
|
|
113
|
+
/** Filter by connection kind (e.g., kubernetes, prometheus, grafana) */
|
|
114
|
+
kind?: string[];
|
|
115
|
+
/** Filter by connection status */
|
|
116
|
+
status?: ("discovered" | "registered" | "connected" | "ignored" | "maintenance" | "disconnected" | "deleted" | "not found")[];
|
|
117
|
+
/** Filter by connection type */
|
|
118
|
+
type?: string[];
|
|
119
|
+
/** Filter by connection name (partial match supported) */
|
|
120
|
+
name?: string;
|
|
121
|
+
};
|
|
122
|
+
type RegisterConnectionApiResponse = {
|
|
123
|
+
/** Connection ID */
|
|
124
|
+
id: string;
|
|
125
|
+
/** Connection Name */
|
|
126
|
+
name: string;
|
|
127
|
+
/** Associated Credential ID */
|
|
128
|
+
credential_id?: string;
|
|
129
|
+
/** Connection Type (platform, telemetry, collaboration) */
|
|
130
|
+
type: string;
|
|
131
|
+
/** Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
132
|
+
sub_type: string;
|
|
133
|
+
/** Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
134
|
+
kind: string;
|
|
135
|
+
/** Additional connection metadata */
|
|
136
|
+
metadata?: object;
|
|
137
|
+
/** Connection Status */
|
|
138
|
+
status: "discovered" | "registered" | "connected" | "ignored" | "maintenance" | "disconnected" | "deleted" | "not found";
|
|
139
|
+
/** User ID who owns this connection */
|
|
140
|
+
user_id?: string;
|
|
141
|
+
created_at?: string;
|
|
142
|
+
updated_at?: string;
|
|
143
|
+
deleted_at?: string;
|
|
144
|
+
/** Associated environments for this connection */
|
|
145
|
+
environments?: {
|
|
146
|
+
/** ID */
|
|
147
|
+
id: string;
|
|
148
|
+
/** Specifies the version of the schema to which the environment conforms. */
|
|
149
|
+
schemaVersion: string;
|
|
150
|
+
/** Environment name */
|
|
151
|
+
name: string;
|
|
152
|
+
/** Environment description */
|
|
153
|
+
description: string;
|
|
154
|
+
/** Environment organization ID */
|
|
155
|
+
organization_id: string;
|
|
156
|
+
/** Environment owner */
|
|
157
|
+
owner?: string;
|
|
158
|
+
created_at?: string;
|
|
159
|
+
metadata?: object;
|
|
160
|
+
updated_at?: string;
|
|
161
|
+
deleted_at?: string;
|
|
162
|
+
}[];
|
|
163
|
+
/** Specifies the version of the schema used for the definition. */
|
|
164
|
+
schemaVersion: string;
|
|
165
|
+
};
|
|
166
|
+
type RegisterConnectionApiArg = {
|
|
167
|
+
body: {
|
|
168
|
+
/** Connection ID */
|
|
169
|
+
id?: string;
|
|
170
|
+
/** Connection name */
|
|
171
|
+
name: string;
|
|
172
|
+
/** Connection kind */
|
|
173
|
+
kind: string;
|
|
174
|
+
/** Connection type */
|
|
175
|
+
type: string;
|
|
176
|
+
/** Connection sub-type */
|
|
177
|
+
sub_type: string;
|
|
178
|
+
/** Credential secret data */
|
|
179
|
+
credential_secret?: object;
|
|
180
|
+
/** Connection metadata */
|
|
181
|
+
metadata?: object;
|
|
182
|
+
/** Connection status */
|
|
183
|
+
status: string;
|
|
184
|
+
/** Associated credential ID */
|
|
185
|
+
credential_id?: string;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
type GetConnectionByIdApiResponse = {
|
|
189
|
+
/** Connection ID */
|
|
190
|
+
id: string;
|
|
191
|
+
/** Connection Name */
|
|
192
|
+
name: string;
|
|
193
|
+
/** Associated Credential ID */
|
|
194
|
+
credential_id?: string;
|
|
195
|
+
/** Connection Type (platform, telemetry, collaboration) */
|
|
196
|
+
type: string;
|
|
197
|
+
/** Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
198
|
+
sub_type: string;
|
|
199
|
+
/** Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
200
|
+
kind: string;
|
|
201
|
+
/** Additional connection metadata */
|
|
202
|
+
metadata?: object;
|
|
203
|
+
/** Connection Status */
|
|
204
|
+
status: "discovered" | "registered" | "connected" | "ignored" | "maintenance" | "disconnected" | "deleted" | "not found";
|
|
205
|
+
/** User ID who owns this connection */
|
|
206
|
+
user_id?: string;
|
|
207
|
+
created_at?: string;
|
|
208
|
+
updated_at?: string;
|
|
209
|
+
deleted_at?: string;
|
|
210
|
+
/** Associated environments for this connection */
|
|
211
|
+
environments?: {
|
|
212
|
+
/** ID */
|
|
213
|
+
id: string;
|
|
214
|
+
/** Specifies the version of the schema to which the environment conforms. */
|
|
215
|
+
schemaVersion: string;
|
|
216
|
+
/** Environment name */
|
|
217
|
+
name: string;
|
|
218
|
+
/** Environment description */
|
|
219
|
+
description: string;
|
|
220
|
+
/** Environment organization ID */
|
|
221
|
+
organization_id: string;
|
|
222
|
+
/** Environment owner */
|
|
223
|
+
owner?: string;
|
|
224
|
+
created_at?: string;
|
|
225
|
+
metadata?: object;
|
|
226
|
+
updated_at?: string;
|
|
227
|
+
deleted_at?: string;
|
|
228
|
+
}[];
|
|
229
|
+
/** Specifies the version of the schema used for the definition. */
|
|
230
|
+
schemaVersion: string;
|
|
231
|
+
};
|
|
232
|
+
type GetConnectionByIdApiArg = {
|
|
233
|
+
/** Connection ID */
|
|
234
|
+
connectionId: string;
|
|
235
|
+
};
|
|
236
|
+
type UpdateConnectionApiResponse = {
|
|
237
|
+
/** Connection ID */
|
|
238
|
+
id: string;
|
|
239
|
+
/** Connection Name */
|
|
240
|
+
name: string;
|
|
241
|
+
/** Associated Credential ID */
|
|
242
|
+
credential_id?: string;
|
|
243
|
+
/** Connection Type (platform, telemetry, collaboration) */
|
|
244
|
+
type: string;
|
|
245
|
+
/** Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
246
|
+
sub_type: string;
|
|
247
|
+
/** Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
248
|
+
kind: string;
|
|
249
|
+
/** Additional connection metadata */
|
|
250
|
+
metadata?: object;
|
|
251
|
+
/** Connection Status */
|
|
252
|
+
status: "discovered" | "registered" | "connected" | "ignored" | "maintenance" | "disconnected" | "deleted" | "not found";
|
|
253
|
+
/** User ID who owns this connection */
|
|
254
|
+
user_id?: string;
|
|
255
|
+
created_at?: string;
|
|
256
|
+
updated_at?: string;
|
|
257
|
+
deleted_at?: string;
|
|
258
|
+
/** Associated environments for this connection */
|
|
259
|
+
environments?: {
|
|
260
|
+
/** ID */
|
|
261
|
+
id: string;
|
|
262
|
+
/** Specifies the version of the schema to which the environment conforms. */
|
|
263
|
+
schemaVersion: string;
|
|
264
|
+
/** Environment name */
|
|
265
|
+
name: string;
|
|
266
|
+
/** Environment description */
|
|
267
|
+
description: string;
|
|
268
|
+
/** Environment organization ID */
|
|
269
|
+
organization_id: string;
|
|
270
|
+
/** Environment owner */
|
|
271
|
+
owner?: string;
|
|
272
|
+
created_at?: string;
|
|
273
|
+
metadata?: object;
|
|
274
|
+
updated_at?: string;
|
|
275
|
+
deleted_at?: string;
|
|
276
|
+
}[];
|
|
277
|
+
/** Specifies the version of the schema used for the definition. */
|
|
278
|
+
schemaVersion: string;
|
|
279
|
+
};
|
|
280
|
+
type UpdateConnectionApiArg = {
|
|
281
|
+
/** Connection ID */
|
|
282
|
+
connectionId: string;
|
|
283
|
+
body: {
|
|
284
|
+
/** Connection ID */
|
|
285
|
+
id?: string;
|
|
286
|
+
/** Connection name */
|
|
287
|
+
name: string;
|
|
288
|
+
/** Connection kind */
|
|
289
|
+
kind: string;
|
|
290
|
+
/** Connection type */
|
|
291
|
+
type: string;
|
|
292
|
+
/** Connection sub-type */
|
|
293
|
+
sub_type: string;
|
|
294
|
+
/** Credential secret data */
|
|
295
|
+
credential_secret?: object;
|
|
296
|
+
/** Connection metadata */
|
|
297
|
+
metadata?: object;
|
|
298
|
+
/** Connection status */
|
|
299
|
+
status: string;
|
|
300
|
+
/** Associated credential ID */
|
|
301
|
+
credential_id?: string;
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
type DeleteConnectionApiResponse = unknown;
|
|
305
|
+
type DeleteConnectionApiArg = {
|
|
306
|
+
/** Connection ID */
|
|
307
|
+
connectionId: string;
|
|
308
|
+
};
|
|
309
|
+
type DeleteMesheryConnectionApiResponse = unknown;
|
|
310
|
+
type DeleteMesheryConnectionApiArg = {
|
|
311
|
+
/** Meshery server ID */
|
|
312
|
+
mesheryServerId: string;
|
|
313
|
+
};
|
|
314
|
+
type GetKubernetesContextApiResponse = object;
|
|
315
|
+
type GetKubernetesContextApiArg = {
|
|
316
|
+
/** Connection ID */
|
|
317
|
+
connectionId: string;
|
|
318
|
+
};
|
|
319
|
+
type AddConnectionToEnvironmentApiResponse = unknown;
|
|
320
|
+
type AddConnectionToEnvironmentApiArg = {
|
|
321
|
+
/** Environment ID */
|
|
322
|
+
environmentId: string;
|
|
323
|
+
/** Connection ID */
|
|
324
|
+
connectionId: string;
|
|
325
|
+
};
|
|
326
|
+
type RemoveConnectionFromEnvironmentApiResponse = unknown;
|
|
327
|
+
type RemoveConnectionFromEnvironmentApiArg = {
|
|
328
|
+
/** Environment ID */
|
|
329
|
+
environmentId: string;
|
|
330
|
+
/** Connection ID */
|
|
331
|
+
connectionId: string;
|
|
332
|
+
};
|
|
36
333
|
type ImportDesignApiResponse = {
|
|
37
334
|
message?: string;
|
|
38
335
|
};
|
|
@@ -51,6 +348,8 @@ type ImportDesignApiArg = {
|
|
|
51
348
|
type CreateEnvironmentApiResponse = {
|
|
52
349
|
/** ID */
|
|
53
350
|
id: string;
|
|
351
|
+
/** Specifies the version of the schema to which the environment conforms. */
|
|
352
|
+
schemaVersion: string;
|
|
54
353
|
/** Environment name */
|
|
55
354
|
name: string;
|
|
56
355
|
/** Environment description */
|
|
@@ -82,6 +381,8 @@ type GetEnvironmentsApiResponse = {
|
|
|
82
381
|
environments?: {
|
|
83
382
|
/** ID */
|
|
84
383
|
id: string;
|
|
384
|
+
/** Specifies the version of the schema to which the environment conforms. */
|
|
385
|
+
schemaVersion: string;
|
|
85
386
|
/** Environment name */
|
|
86
387
|
name: string;
|
|
87
388
|
/** Environment description */
|
|
@@ -201,6 +502,8 @@ type PostEvaluateApiResponse = {
|
|
|
201
502
|
environments?: {
|
|
202
503
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
203
504
|
id: string;
|
|
505
|
+
/** Specifies the version of the schema to which the environment conforms. */
|
|
506
|
+
schemaVersion: string;
|
|
204
507
|
/** Environment name */
|
|
205
508
|
name: string;
|
|
206
509
|
/** Environment description */
|
|
@@ -1025,6 +1328,8 @@ type PostEvaluateApiArg = {
|
|
|
1025
1328
|
environments?: {
|
|
1026
1329
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
1027
1330
|
id: string;
|
|
1331
|
+
/** Specifies the version of the schema to which the environment conforms. */
|
|
1332
|
+
schemaVersion: string;
|
|
1028
1333
|
/** Environment name */
|
|
1029
1334
|
name: string;
|
|
1030
1335
|
/** Environment description */
|
|
@@ -2220,6 +2525,1527 @@ type DeleteApiWorkspacesByIdApiResponse = unknown;
|
|
|
2220
2525
|
type DeleteApiWorkspacesByIdApiArg = {
|
|
2221
2526
|
id: string;
|
|
2222
2527
|
};
|
|
2528
|
+
declare const useGetConnectionsQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
2529
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2530
|
+
originalArgs?: undefined | undefined;
|
|
2531
|
+
data?: undefined | undefined;
|
|
2532
|
+
error?: undefined | undefined;
|
|
2533
|
+
requestId?: undefined | undefined;
|
|
2534
|
+
endpointName?: string | undefined;
|
|
2535
|
+
startedTimeStamp?: undefined | undefined;
|
|
2536
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
2537
|
+
} & {
|
|
2538
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2539
|
+
isUninitialized: false;
|
|
2540
|
+
isLoading: false;
|
|
2541
|
+
isFetching: false;
|
|
2542
|
+
isSuccess: false;
|
|
2543
|
+
isError: false;
|
|
2544
|
+
}, "isUninitialized"> & {
|
|
2545
|
+
isUninitialized: true;
|
|
2546
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2547
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2548
|
+
isUninitialized: false;
|
|
2549
|
+
isLoading: false;
|
|
2550
|
+
isFetching: false;
|
|
2551
|
+
isSuccess: false;
|
|
2552
|
+
isError: false;
|
|
2553
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
2554
|
+
isLoading: true;
|
|
2555
|
+
isFetching: boolean;
|
|
2556
|
+
data: undefined;
|
|
2557
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2558
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2559
|
+
isUninitialized: false;
|
|
2560
|
+
isLoading: false;
|
|
2561
|
+
isFetching: false;
|
|
2562
|
+
isSuccess: false;
|
|
2563
|
+
isError: false;
|
|
2564
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
2565
|
+
isSuccess: true;
|
|
2566
|
+
isFetching: true;
|
|
2567
|
+
error: undefined;
|
|
2568
|
+
} & {
|
|
2569
|
+
data: GetConnectionsApiResponse;
|
|
2570
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2571
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2572
|
+
isUninitialized: false;
|
|
2573
|
+
isLoading: false;
|
|
2574
|
+
isFetching: false;
|
|
2575
|
+
isSuccess: false;
|
|
2576
|
+
isError: false;
|
|
2577
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2578
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2579
|
+
isUninitialized: false;
|
|
2580
|
+
isLoading: false;
|
|
2581
|
+
isFetching: false;
|
|
2582
|
+
isSuccess: false;
|
|
2583
|
+
isError: false;
|
|
2584
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2585
|
+
isSuccess: true;
|
|
2586
|
+
isFetching: false;
|
|
2587
|
+
error: undefined;
|
|
2588
|
+
} & {
|
|
2589
|
+
data: GetConnectionsApiResponse;
|
|
2590
|
+
currentData: GetConnectionsApiResponse;
|
|
2591
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2592
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2593
|
+
isUninitialized: false;
|
|
2594
|
+
isLoading: false;
|
|
2595
|
+
isFetching: false;
|
|
2596
|
+
isSuccess: false;
|
|
2597
|
+
isError: false;
|
|
2598
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2599
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2600
|
+
isUninitialized: false;
|
|
2601
|
+
isLoading: false;
|
|
2602
|
+
isFetching: false;
|
|
2603
|
+
isSuccess: false;
|
|
2604
|
+
isError: false;
|
|
2605
|
+
}, "error" | "isError"> & {
|
|
2606
|
+
isError: true;
|
|
2607
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2608
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2609
|
+
isUninitialized: false;
|
|
2610
|
+
isLoading: false;
|
|
2611
|
+
isFetching: false;
|
|
2612
|
+
isSuccess: false;
|
|
2613
|
+
isError: false;
|
|
2614
|
+
}, "error">>)> & {
|
|
2615
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2616
|
+
}>(arg: typeof _reduxjs_toolkit_query.skipToken | GetConnectionsApiArg, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
2617
|
+
skip?: boolean;
|
|
2618
|
+
refetchOnMountOrArgChange?: boolean | number;
|
|
2619
|
+
} & {
|
|
2620
|
+
skip?: boolean;
|
|
2621
|
+
selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
2622
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2623
|
+
originalArgs?: undefined | undefined;
|
|
2624
|
+
data?: undefined | undefined;
|
|
2625
|
+
error?: undefined | undefined;
|
|
2626
|
+
requestId?: undefined | undefined;
|
|
2627
|
+
endpointName?: string | undefined;
|
|
2628
|
+
startedTimeStamp?: undefined | undefined;
|
|
2629
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
2630
|
+
} & {
|
|
2631
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2632
|
+
isUninitialized: false;
|
|
2633
|
+
isLoading: false;
|
|
2634
|
+
isFetching: false;
|
|
2635
|
+
isSuccess: false;
|
|
2636
|
+
isError: false;
|
|
2637
|
+
}, "isUninitialized"> & {
|
|
2638
|
+
isUninitialized: true;
|
|
2639
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2640
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2641
|
+
isUninitialized: false;
|
|
2642
|
+
isLoading: false;
|
|
2643
|
+
isFetching: false;
|
|
2644
|
+
isSuccess: false;
|
|
2645
|
+
isError: false;
|
|
2646
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
2647
|
+
isLoading: true;
|
|
2648
|
+
isFetching: boolean;
|
|
2649
|
+
data: undefined;
|
|
2650
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2651
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2652
|
+
isUninitialized: false;
|
|
2653
|
+
isLoading: false;
|
|
2654
|
+
isFetching: false;
|
|
2655
|
+
isSuccess: false;
|
|
2656
|
+
isError: false;
|
|
2657
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
2658
|
+
isSuccess: true;
|
|
2659
|
+
isFetching: true;
|
|
2660
|
+
error: undefined;
|
|
2661
|
+
} & {
|
|
2662
|
+
data: GetConnectionsApiResponse;
|
|
2663
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2664
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2665
|
+
isUninitialized: false;
|
|
2666
|
+
isLoading: false;
|
|
2667
|
+
isFetching: false;
|
|
2668
|
+
isSuccess: false;
|
|
2669
|
+
isError: false;
|
|
2670
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2671
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2672
|
+
isUninitialized: false;
|
|
2673
|
+
isLoading: false;
|
|
2674
|
+
isFetching: false;
|
|
2675
|
+
isSuccess: false;
|
|
2676
|
+
isError: false;
|
|
2677
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2678
|
+
isSuccess: true;
|
|
2679
|
+
isFetching: false;
|
|
2680
|
+
error: undefined;
|
|
2681
|
+
} & {
|
|
2682
|
+
data: GetConnectionsApiResponse;
|
|
2683
|
+
currentData: GetConnectionsApiResponse;
|
|
2684
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2685
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2686
|
+
isUninitialized: false;
|
|
2687
|
+
isLoading: false;
|
|
2688
|
+
isFetching: false;
|
|
2689
|
+
isSuccess: false;
|
|
2690
|
+
isError: false;
|
|
2691
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2692
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2693
|
+
isUninitialized: false;
|
|
2694
|
+
isLoading: false;
|
|
2695
|
+
isFetching: false;
|
|
2696
|
+
isSuccess: false;
|
|
2697
|
+
isError: false;
|
|
2698
|
+
}, "error" | "isError"> & {
|
|
2699
|
+
isError: true;
|
|
2700
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2701
|
+
currentData?: GetConnectionsApiResponse | undefined;
|
|
2702
|
+
isUninitialized: false;
|
|
2703
|
+
isLoading: false;
|
|
2704
|
+
isFetching: false;
|
|
2705
|
+
isSuccess: false;
|
|
2706
|
+
isError: false;
|
|
2707
|
+
}, "error">>)> & {
|
|
2708
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2709
|
+
}) => R) | undefined;
|
|
2710
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2711
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionsApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
2712
|
+
};
|
|
2713
|
+
declare const useRegisterConnectionMutation: <R extends Record<string, any> = ({
|
|
2714
|
+
requestId?: undefined;
|
|
2715
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2716
|
+
data?: undefined;
|
|
2717
|
+
error?: undefined;
|
|
2718
|
+
endpointName?: string;
|
|
2719
|
+
startedTimeStamp?: undefined;
|
|
2720
|
+
fulfilledTimeStamp?: undefined;
|
|
2721
|
+
} & {
|
|
2722
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2723
|
+
isUninitialized: true;
|
|
2724
|
+
isLoading: false;
|
|
2725
|
+
isSuccess: false;
|
|
2726
|
+
isError: false;
|
|
2727
|
+
}) | ({
|
|
2728
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2729
|
+
} & Omit<{
|
|
2730
|
+
requestId: string;
|
|
2731
|
+
data?: RegisterConnectionApiResponse | undefined;
|
|
2732
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2733
|
+
endpointName: string;
|
|
2734
|
+
startedTimeStamp: number;
|
|
2735
|
+
fulfilledTimeStamp?: number;
|
|
2736
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2737
|
+
requestId: string;
|
|
2738
|
+
data?: RegisterConnectionApiResponse | undefined;
|
|
2739
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2740
|
+
endpointName: string;
|
|
2741
|
+
startedTimeStamp: number;
|
|
2742
|
+
fulfilledTimeStamp?: number;
|
|
2743
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
2744
|
+
error: undefined;
|
|
2745
|
+
} & {
|
|
2746
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2747
|
+
isUninitialized: false;
|
|
2748
|
+
isLoading: false;
|
|
2749
|
+
isSuccess: true;
|
|
2750
|
+
isError: false;
|
|
2751
|
+
}) | ({
|
|
2752
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2753
|
+
} & {
|
|
2754
|
+
requestId: string;
|
|
2755
|
+
data?: RegisterConnectionApiResponse | undefined;
|
|
2756
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2757
|
+
endpointName: string;
|
|
2758
|
+
startedTimeStamp: number;
|
|
2759
|
+
fulfilledTimeStamp?: number;
|
|
2760
|
+
} & {
|
|
2761
|
+
data?: undefined;
|
|
2762
|
+
} & {
|
|
2763
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2764
|
+
isUninitialized: false;
|
|
2765
|
+
isLoading: true;
|
|
2766
|
+
isSuccess: false;
|
|
2767
|
+
isError: false;
|
|
2768
|
+
}) | ({
|
|
2769
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2770
|
+
} & Omit<{
|
|
2771
|
+
requestId: string;
|
|
2772
|
+
data?: RegisterConnectionApiResponse | undefined;
|
|
2773
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2774
|
+
endpointName: string;
|
|
2775
|
+
startedTimeStamp: number;
|
|
2776
|
+
fulfilledTimeStamp?: number;
|
|
2777
|
+
}, "error"> & Required<Pick<{
|
|
2778
|
+
requestId: string;
|
|
2779
|
+
data?: RegisterConnectionApiResponse | undefined;
|
|
2780
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2781
|
+
endpointName: string;
|
|
2782
|
+
startedTimeStamp: number;
|
|
2783
|
+
fulfilledTimeStamp?: number;
|
|
2784
|
+
}, "error">> & {
|
|
2785
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2786
|
+
isUninitialized: false;
|
|
2787
|
+
isLoading: false;
|
|
2788
|
+
isSuccess: false;
|
|
2789
|
+
isError: true;
|
|
2790
|
+
})>(options?: {
|
|
2791
|
+
selectFromResult?: ((state: ({
|
|
2792
|
+
requestId?: undefined;
|
|
2793
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2794
|
+
data?: undefined;
|
|
2795
|
+
error?: undefined;
|
|
2796
|
+
endpointName?: string;
|
|
2797
|
+
startedTimeStamp?: undefined;
|
|
2798
|
+
fulfilledTimeStamp?: undefined;
|
|
2799
|
+
} & {
|
|
2800
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2801
|
+
isUninitialized: true;
|
|
2802
|
+
isLoading: false;
|
|
2803
|
+
isSuccess: false;
|
|
2804
|
+
isError: false;
|
|
2805
|
+
}) | ({
|
|
2806
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2807
|
+
} & Omit<{
|
|
2808
|
+
requestId: string;
|
|
2809
|
+
data?: RegisterConnectionApiResponse | undefined;
|
|
2810
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2811
|
+
endpointName: string;
|
|
2812
|
+
startedTimeStamp: number;
|
|
2813
|
+
fulfilledTimeStamp?: number;
|
|
2814
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2815
|
+
requestId: string;
|
|
2816
|
+
data?: RegisterConnectionApiResponse | undefined;
|
|
2817
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2818
|
+
endpointName: string;
|
|
2819
|
+
startedTimeStamp: number;
|
|
2820
|
+
fulfilledTimeStamp?: number;
|
|
2821
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
2822
|
+
error: undefined;
|
|
2823
|
+
} & {
|
|
2824
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
2825
|
+
isUninitialized: false;
|
|
2826
|
+
isLoading: false;
|
|
2827
|
+
isSuccess: true;
|
|
2828
|
+
isError: false;
|
|
2829
|
+
}) | ({
|
|
2830
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2831
|
+
} & {
|
|
2832
|
+
requestId: string;
|
|
2833
|
+
data?: RegisterConnectionApiResponse | undefined;
|
|
2834
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2835
|
+
endpointName: string;
|
|
2836
|
+
startedTimeStamp: number;
|
|
2837
|
+
fulfilledTimeStamp?: number;
|
|
2838
|
+
} & {
|
|
2839
|
+
data?: undefined;
|
|
2840
|
+
} & {
|
|
2841
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
2842
|
+
isUninitialized: false;
|
|
2843
|
+
isLoading: true;
|
|
2844
|
+
isSuccess: false;
|
|
2845
|
+
isError: false;
|
|
2846
|
+
}) | ({
|
|
2847
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2848
|
+
} & Omit<{
|
|
2849
|
+
requestId: string;
|
|
2850
|
+
data?: RegisterConnectionApiResponse | undefined;
|
|
2851
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2852
|
+
endpointName: string;
|
|
2853
|
+
startedTimeStamp: number;
|
|
2854
|
+
fulfilledTimeStamp?: number;
|
|
2855
|
+
}, "error"> & Required<Pick<{
|
|
2856
|
+
requestId: string;
|
|
2857
|
+
data?: RegisterConnectionApiResponse | undefined;
|
|
2858
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
2859
|
+
endpointName: string;
|
|
2860
|
+
startedTimeStamp: number;
|
|
2861
|
+
fulfilledTimeStamp?: number;
|
|
2862
|
+
}, "error">> & {
|
|
2863
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
2864
|
+
isUninitialized: false;
|
|
2865
|
+
isLoading: false;
|
|
2866
|
+
isSuccess: false;
|
|
2867
|
+
isError: true;
|
|
2868
|
+
})) => R) | undefined;
|
|
2869
|
+
fixedCacheKey?: string;
|
|
2870
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", RegisterConnectionApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2871
|
+
originalArgs?: RegisterConnectionApiArg | undefined;
|
|
2872
|
+
reset: () => void;
|
|
2873
|
+
}];
|
|
2874
|
+
declare const useGetConnectionByIdQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
2875
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2876
|
+
originalArgs?: undefined | undefined;
|
|
2877
|
+
data?: undefined | undefined;
|
|
2878
|
+
error?: undefined | undefined;
|
|
2879
|
+
requestId?: undefined | undefined;
|
|
2880
|
+
endpointName?: string | undefined;
|
|
2881
|
+
startedTimeStamp?: undefined | undefined;
|
|
2882
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
2883
|
+
} & {
|
|
2884
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2885
|
+
isUninitialized: false;
|
|
2886
|
+
isLoading: false;
|
|
2887
|
+
isFetching: false;
|
|
2888
|
+
isSuccess: false;
|
|
2889
|
+
isError: false;
|
|
2890
|
+
}, "isUninitialized"> & {
|
|
2891
|
+
isUninitialized: true;
|
|
2892
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2893
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2894
|
+
isUninitialized: false;
|
|
2895
|
+
isLoading: false;
|
|
2896
|
+
isFetching: false;
|
|
2897
|
+
isSuccess: false;
|
|
2898
|
+
isError: false;
|
|
2899
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
2900
|
+
isLoading: true;
|
|
2901
|
+
isFetching: boolean;
|
|
2902
|
+
data: undefined;
|
|
2903
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2904
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2905
|
+
isUninitialized: false;
|
|
2906
|
+
isLoading: false;
|
|
2907
|
+
isFetching: false;
|
|
2908
|
+
isSuccess: false;
|
|
2909
|
+
isError: false;
|
|
2910
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
2911
|
+
isSuccess: true;
|
|
2912
|
+
isFetching: true;
|
|
2913
|
+
error: undefined;
|
|
2914
|
+
} & {
|
|
2915
|
+
data: GetConnectionByIdApiResponse;
|
|
2916
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2917
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2918
|
+
isUninitialized: false;
|
|
2919
|
+
isLoading: false;
|
|
2920
|
+
isFetching: false;
|
|
2921
|
+
isSuccess: false;
|
|
2922
|
+
isError: false;
|
|
2923
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2924
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2925
|
+
isUninitialized: false;
|
|
2926
|
+
isLoading: false;
|
|
2927
|
+
isFetching: false;
|
|
2928
|
+
isSuccess: false;
|
|
2929
|
+
isError: false;
|
|
2930
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2931
|
+
isSuccess: true;
|
|
2932
|
+
isFetching: false;
|
|
2933
|
+
error: undefined;
|
|
2934
|
+
} & {
|
|
2935
|
+
data: GetConnectionByIdApiResponse;
|
|
2936
|
+
currentData: GetConnectionByIdApiResponse;
|
|
2937
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2938
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2939
|
+
isUninitialized: false;
|
|
2940
|
+
isLoading: false;
|
|
2941
|
+
isFetching: false;
|
|
2942
|
+
isSuccess: false;
|
|
2943
|
+
isError: false;
|
|
2944
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2945
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2946
|
+
isUninitialized: false;
|
|
2947
|
+
isLoading: false;
|
|
2948
|
+
isFetching: false;
|
|
2949
|
+
isSuccess: false;
|
|
2950
|
+
isError: false;
|
|
2951
|
+
}, "error" | "isError"> & {
|
|
2952
|
+
isError: true;
|
|
2953
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2954
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2955
|
+
isUninitialized: false;
|
|
2956
|
+
isLoading: false;
|
|
2957
|
+
isFetching: false;
|
|
2958
|
+
isSuccess: false;
|
|
2959
|
+
isError: false;
|
|
2960
|
+
}, "error">>)> & {
|
|
2961
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2962
|
+
}>(arg: typeof _reduxjs_toolkit_query.skipToken | GetConnectionByIdApiArg, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
2963
|
+
skip?: boolean;
|
|
2964
|
+
refetchOnMountOrArgChange?: boolean | number;
|
|
2965
|
+
} & {
|
|
2966
|
+
skip?: boolean;
|
|
2967
|
+
selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
2968
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
2969
|
+
originalArgs?: undefined | undefined;
|
|
2970
|
+
data?: undefined | undefined;
|
|
2971
|
+
error?: undefined | undefined;
|
|
2972
|
+
requestId?: undefined | undefined;
|
|
2973
|
+
endpointName?: string | undefined;
|
|
2974
|
+
startedTimeStamp?: undefined | undefined;
|
|
2975
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
2976
|
+
} & {
|
|
2977
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2978
|
+
isUninitialized: false;
|
|
2979
|
+
isLoading: false;
|
|
2980
|
+
isFetching: false;
|
|
2981
|
+
isSuccess: false;
|
|
2982
|
+
isError: false;
|
|
2983
|
+
}, "isUninitialized"> & {
|
|
2984
|
+
isUninitialized: true;
|
|
2985
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2986
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2987
|
+
isUninitialized: false;
|
|
2988
|
+
isLoading: false;
|
|
2989
|
+
isFetching: false;
|
|
2990
|
+
isSuccess: false;
|
|
2991
|
+
isError: false;
|
|
2992
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
2993
|
+
isLoading: true;
|
|
2994
|
+
isFetching: boolean;
|
|
2995
|
+
data: undefined;
|
|
2996
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2997
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
2998
|
+
isUninitialized: false;
|
|
2999
|
+
isLoading: false;
|
|
3000
|
+
isFetching: false;
|
|
3001
|
+
isSuccess: false;
|
|
3002
|
+
isError: false;
|
|
3003
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
3004
|
+
isSuccess: true;
|
|
3005
|
+
isFetching: true;
|
|
3006
|
+
error: undefined;
|
|
3007
|
+
} & {
|
|
3008
|
+
data: GetConnectionByIdApiResponse;
|
|
3009
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3010
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3011
|
+
isUninitialized: false;
|
|
3012
|
+
isLoading: false;
|
|
3013
|
+
isFetching: false;
|
|
3014
|
+
isSuccess: false;
|
|
3015
|
+
isError: false;
|
|
3016
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3017
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3018
|
+
isUninitialized: false;
|
|
3019
|
+
isLoading: false;
|
|
3020
|
+
isFetching: false;
|
|
3021
|
+
isSuccess: false;
|
|
3022
|
+
isError: false;
|
|
3023
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3024
|
+
isSuccess: true;
|
|
3025
|
+
isFetching: false;
|
|
3026
|
+
error: undefined;
|
|
3027
|
+
} & {
|
|
3028
|
+
data: GetConnectionByIdApiResponse;
|
|
3029
|
+
currentData: GetConnectionByIdApiResponse;
|
|
3030
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3031
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3032
|
+
isUninitialized: false;
|
|
3033
|
+
isLoading: false;
|
|
3034
|
+
isFetching: false;
|
|
3035
|
+
isSuccess: false;
|
|
3036
|
+
isError: false;
|
|
3037
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3038
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3039
|
+
isUninitialized: false;
|
|
3040
|
+
isLoading: false;
|
|
3041
|
+
isFetching: false;
|
|
3042
|
+
isSuccess: false;
|
|
3043
|
+
isError: false;
|
|
3044
|
+
}, "error" | "isError"> & {
|
|
3045
|
+
isError: true;
|
|
3046
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3047
|
+
currentData?: GetConnectionByIdApiResponse | undefined;
|
|
3048
|
+
isUninitialized: false;
|
|
3049
|
+
isLoading: false;
|
|
3050
|
+
isFetching: false;
|
|
3051
|
+
isSuccess: false;
|
|
3052
|
+
isError: false;
|
|
3053
|
+
}, "error">>)> & {
|
|
3054
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3055
|
+
}) => R) | undefined;
|
|
3056
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3057
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetConnectionByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
3058
|
+
};
|
|
3059
|
+
declare const useUpdateConnectionMutation: <R extends Record<string, any> = ({
|
|
3060
|
+
requestId?: undefined;
|
|
3061
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3062
|
+
data?: undefined;
|
|
3063
|
+
error?: undefined;
|
|
3064
|
+
endpointName?: string;
|
|
3065
|
+
startedTimeStamp?: undefined;
|
|
3066
|
+
fulfilledTimeStamp?: undefined;
|
|
3067
|
+
} & {
|
|
3068
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3069
|
+
isUninitialized: true;
|
|
3070
|
+
isLoading: false;
|
|
3071
|
+
isSuccess: false;
|
|
3072
|
+
isError: false;
|
|
3073
|
+
}) | ({
|
|
3074
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3075
|
+
} & Omit<{
|
|
3076
|
+
requestId: string;
|
|
3077
|
+
data?: UpdateConnectionApiResponse | undefined;
|
|
3078
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3079
|
+
endpointName: string;
|
|
3080
|
+
startedTimeStamp: number;
|
|
3081
|
+
fulfilledTimeStamp?: number;
|
|
3082
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3083
|
+
requestId: string;
|
|
3084
|
+
data?: UpdateConnectionApiResponse | undefined;
|
|
3085
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3086
|
+
endpointName: string;
|
|
3087
|
+
startedTimeStamp: number;
|
|
3088
|
+
fulfilledTimeStamp?: number;
|
|
3089
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
3090
|
+
error: undefined;
|
|
3091
|
+
} & {
|
|
3092
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3093
|
+
isUninitialized: false;
|
|
3094
|
+
isLoading: false;
|
|
3095
|
+
isSuccess: true;
|
|
3096
|
+
isError: false;
|
|
3097
|
+
}) | ({
|
|
3098
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3099
|
+
} & {
|
|
3100
|
+
requestId: string;
|
|
3101
|
+
data?: UpdateConnectionApiResponse | undefined;
|
|
3102
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3103
|
+
endpointName: string;
|
|
3104
|
+
startedTimeStamp: number;
|
|
3105
|
+
fulfilledTimeStamp?: number;
|
|
3106
|
+
} & {
|
|
3107
|
+
data?: undefined;
|
|
3108
|
+
} & {
|
|
3109
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3110
|
+
isUninitialized: false;
|
|
3111
|
+
isLoading: true;
|
|
3112
|
+
isSuccess: false;
|
|
3113
|
+
isError: false;
|
|
3114
|
+
}) | ({
|
|
3115
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3116
|
+
} & Omit<{
|
|
3117
|
+
requestId: string;
|
|
3118
|
+
data?: UpdateConnectionApiResponse | undefined;
|
|
3119
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3120
|
+
endpointName: string;
|
|
3121
|
+
startedTimeStamp: number;
|
|
3122
|
+
fulfilledTimeStamp?: number;
|
|
3123
|
+
}, "error"> & Required<Pick<{
|
|
3124
|
+
requestId: string;
|
|
3125
|
+
data?: UpdateConnectionApiResponse | undefined;
|
|
3126
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3127
|
+
endpointName: string;
|
|
3128
|
+
startedTimeStamp: number;
|
|
3129
|
+
fulfilledTimeStamp?: number;
|
|
3130
|
+
}, "error">> & {
|
|
3131
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3132
|
+
isUninitialized: false;
|
|
3133
|
+
isLoading: false;
|
|
3134
|
+
isSuccess: false;
|
|
3135
|
+
isError: true;
|
|
3136
|
+
})>(options?: {
|
|
3137
|
+
selectFromResult?: ((state: ({
|
|
3138
|
+
requestId?: undefined;
|
|
3139
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3140
|
+
data?: undefined;
|
|
3141
|
+
error?: undefined;
|
|
3142
|
+
endpointName?: string;
|
|
3143
|
+
startedTimeStamp?: undefined;
|
|
3144
|
+
fulfilledTimeStamp?: undefined;
|
|
3145
|
+
} & {
|
|
3146
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3147
|
+
isUninitialized: true;
|
|
3148
|
+
isLoading: false;
|
|
3149
|
+
isSuccess: false;
|
|
3150
|
+
isError: false;
|
|
3151
|
+
}) | ({
|
|
3152
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3153
|
+
} & Omit<{
|
|
3154
|
+
requestId: string;
|
|
3155
|
+
data?: UpdateConnectionApiResponse | undefined;
|
|
3156
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3157
|
+
endpointName: string;
|
|
3158
|
+
startedTimeStamp: number;
|
|
3159
|
+
fulfilledTimeStamp?: number;
|
|
3160
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3161
|
+
requestId: string;
|
|
3162
|
+
data?: UpdateConnectionApiResponse | undefined;
|
|
3163
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3164
|
+
endpointName: string;
|
|
3165
|
+
startedTimeStamp: number;
|
|
3166
|
+
fulfilledTimeStamp?: number;
|
|
3167
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
3168
|
+
error: undefined;
|
|
3169
|
+
} & {
|
|
3170
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3171
|
+
isUninitialized: false;
|
|
3172
|
+
isLoading: false;
|
|
3173
|
+
isSuccess: true;
|
|
3174
|
+
isError: false;
|
|
3175
|
+
}) | ({
|
|
3176
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3177
|
+
} & {
|
|
3178
|
+
requestId: string;
|
|
3179
|
+
data?: UpdateConnectionApiResponse | undefined;
|
|
3180
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3181
|
+
endpointName: string;
|
|
3182
|
+
startedTimeStamp: number;
|
|
3183
|
+
fulfilledTimeStamp?: number;
|
|
3184
|
+
} & {
|
|
3185
|
+
data?: undefined;
|
|
3186
|
+
} & {
|
|
3187
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3188
|
+
isUninitialized: false;
|
|
3189
|
+
isLoading: true;
|
|
3190
|
+
isSuccess: false;
|
|
3191
|
+
isError: false;
|
|
3192
|
+
}) | ({
|
|
3193
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3194
|
+
} & Omit<{
|
|
3195
|
+
requestId: string;
|
|
3196
|
+
data?: UpdateConnectionApiResponse | undefined;
|
|
3197
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3198
|
+
endpointName: string;
|
|
3199
|
+
startedTimeStamp: number;
|
|
3200
|
+
fulfilledTimeStamp?: number;
|
|
3201
|
+
}, "error"> & Required<Pick<{
|
|
3202
|
+
requestId: string;
|
|
3203
|
+
data?: UpdateConnectionApiResponse | undefined;
|
|
3204
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3205
|
+
endpointName: string;
|
|
3206
|
+
startedTimeStamp: number;
|
|
3207
|
+
fulfilledTimeStamp?: number;
|
|
3208
|
+
}, "error">> & {
|
|
3209
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3210
|
+
isUninitialized: false;
|
|
3211
|
+
isLoading: false;
|
|
3212
|
+
isSuccess: false;
|
|
3213
|
+
isError: true;
|
|
3214
|
+
})) => R) | undefined;
|
|
3215
|
+
fixedCacheKey?: string;
|
|
3216
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", UpdateConnectionApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3217
|
+
originalArgs?: UpdateConnectionApiArg | undefined;
|
|
3218
|
+
reset: () => void;
|
|
3219
|
+
}];
|
|
3220
|
+
declare const useDeleteConnectionMutation: <R extends Record<string, any> = ({
|
|
3221
|
+
requestId?: undefined;
|
|
3222
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3223
|
+
data?: undefined;
|
|
3224
|
+
error?: undefined;
|
|
3225
|
+
endpointName?: string;
|
|
3226
|
+
startedTimeStamp?: undefined;
|
|
3227
|
+
fulfilledTimeStamp?: undefined;
|
|
3228
|
+
} & {
|
|
3229
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3230
|
+
isUninitialized: true;
|
|
3231
|
+
isLoading: false;
|
|
3232
|
+
isSuccess: false;
|
|
3233
|
+
isError: false;
|
|
3234
|
+
}) | ({
|
|
3235
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3236
|
+
} & Omit<{
|
|
3237
|
+
requestId: string;
|
|
3238
|
+
data?: unknown;
|
|
3239
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3240
|
+
endpointName: string;
|
|
3241
|
+
startedTimeStamp: number;
|
|
3242
|
+
fulfilledTimeStamp?: number;
|
|
3243
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3244
|
+
requestId: string;
|
|
3245
|
+
data?: unknown;
|
|
3246
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3247
|
+
endpointName: string;
|
|
3248
|
+
startedTimeStamp: number;
|
|
3249
|
+
fulfilledTimeStamp?: number;
|
|
3250
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
3251
|
+
error: undefined;
|
|
3252
|
+
} & {
|
|
3253
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3254
|
+
isUninitialized: false;
|
|
3255
|
+
isLoading: false;
|
|
3256
|
+
isSuccess: true;
|
|
3257
|
+
isError: false;
|
|
3258
|
+
}) | ({
|
|
3259
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3260
|
+
} & {
|
|
3261
|
+
requestId: string;
|
|
3262
|
+
data?: unknown;
|
|
3263
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3264
|
+
endpointName: string;
|
|
3265
|
+
startedTimeStamp: number;
|
|
3266
|
+
fulfilledTimeStamp?: number;
|
|
3267
|
+
} & {
|
|
3268
|
+
data?: undefined;
|
|
3269
|
+
} & {
|
|
3270
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3271
|
+
isUninitialized: false;
|
|
3272
|
+
isLoading: true;
|
|
3273
|
+
isSuccess: false;
|
|
3274
|
+
isError: false;
|
|
3275
|
+
}) | ({
|
|
3276
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3277
|
+
} & Omit<{
|
|
3278
|
+
requestId: string;
|
|
3279
|
+
data?: unknown;
|
|
3280
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3281
|
+
endpointName: string;
|
|
3282
|
+
startedTimeStamp: number;
|
|
3283
|
+
fulfilledTimeStamp?: number;
|
|
3284
|
+
}, "error"> & Required<Pick<{
|
|
3285
|
+
requestId: string;
|
|
3286
|
+
data?: unknown;
|
|
3287
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3288
|
+
endpointName: string;
|
|
3289
|
+
startedTimeStamp: number;
|
|
3290
|
+
fulfilledTimeStamp?: number;
|
|
3291
|
+
}, "error">> & {
|
|
3292
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3293
|
+
isUninitialized: false;
|
|
3294
|
+
isLoading: false;
|
|
3295
|
+
isSuccess: false;
|
|
3296
|
+
isError: true;
|
|
3297
|
+
})>(options?: {
|
|
3298
|
+
selectFromResult?: ((state: ({
|
|
3299
|
+
requestId?: undefined;
|
|
3300
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3301
|
+
data?: undefined;
|
|
3302
|
+
error?: undefined;
|
|
3303
|
+
endpointName?: string;
|
|
3304
|
+
startedTimeStamp?: undefined;
|
|
3305
|
+
fulfilledTimeStamp?: undefined;
|
|
3306
|
+
} & {
|
|
3307
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3308
|
+
isUninitialized: true;
|
|
3309
|
+
isLoading: false;
|
|
3310
|
+
isSuccess: false;
|
|
3311
|
+
isError: false;
|
|
3312
|
+
}) | ({
|
|
3313
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3314
|
+
} & Omit<{
|
|
3315
|
+
requestId: string;
|
|
3316
|
+
data?: unknown;
|
|
3317
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3318
|
+
endpointName: string;
|
|
3319
|
+
startedTimeStamp: number;
|
|
3320
|
+
fulfilledTimeStamp?: number;
|
|
3321
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3322
|
+
requestId: string;
|
|
3323
|
+
data?: unknown;
|
|
3324
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3325
|
+
endpointName: string;
|
|
3326
|
+
startedTimeStamp: number;
|
|
3327
|
+
fulfilledTimeStamp?: number;
|
|
3328
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
3329
|
+
error: undefined;
|
|
3330
|
+
} & {
|
|
3331
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3332
|
+
isUninitialized: false;
|
|
3333
|
+
isLoading: false;
|
|
3334
|
+
isSuccess: true;
|
|
3335
|
+
isError: false;
|
|
3336
|
+
}) | ({
|
|
3337
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3338
|
+
} & {
|
|
3339
|
+
requestId: string;
|
|
3340
|
+
data?: unknown;
|
|
3341
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3342
|
+
endpointName: string;
|
|
3343
|
+
startedTimeStamp: number;
|
|
3344
|
+
fulfilledTimeStamp?: number;
|
|
3345
|
+
} & {
|
|
3346
|
+
data?: undefined;
|
|
3347
|
+
} & {
|
|
3348
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3349
|
+
isUninitialized: false;
|
|
3350
|
+
isLoading: true;
|
|
3351
|
+
isSuccess: false;
|
|
3352
|
+
isError: false;
|
|
3353
|
+
}) | ({
|
|
3354
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3355
|
+
} & Omit<{
|
|
3356
|
+
requestId: string;
|
|
3357
|
+
data?: unknown;
|
|
3358
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3359
|
+
endpointName: string;
|
|
3360
|
+
startedTimeStamp: number;
|
|
3361
|
+
fulfilledTimeStamp?: number;
|
|
3362
|
+
}, "error"> & Required<Pick<{
|
|
3363
|
+
requestId: string;
|
|
3364
|
+
data?: unknown;
|
|
3365
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3366
|
+
endpointName: string;
|
|
3367
|
+
startedTimeStamp: number;
|
|
3368
|
+
fulfilledTimeStamp?: number;
|
|
3369
|
+
}, "error">> & {
|
|
3370
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3371
|
+
isUninitialized: false;
|
|
3372
|
+
isLoading: false;
|
|
3373
|
+
isSuccess: false;
|
|
3374
|
+
isError: true;
|
|
3375
|
+
})) => R) | undefined;
|
|
3376
|
+
fixedCacheKey?: string;
|
|
3377
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3378
|
+
originalArgs?: DeleteConnectionApiArg | undefined;
|
|
3379
|
+
reset: () => void;
|
|
3380
|
+
}];
|
|
3381
|
+
declare const useDeleteMesheryConnectionMutation: <R extends Record<string, any> = ({
|
|
3382
|
+
requestId?: undefined;
|
|
3383
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3384
|
+
data?: undefined;
|
|
3385
|
+
error?: undefined;
|
|
3386
|
+
endpointName?: string;
|
|
3387
|
+
startedTimeStamp?: undefined;
|
|
3388
|
+
fulfilledTimeStamp?: undefined;
|
|
3389
|
+
} & {
|
|
3390
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3391
|
+
isUninitialized: true;
|
|
3392
|
+
isLoading: false;
|
|
3393
|
+
isSuccess: false;
|
|
3394
|
+
isError: false;
|
|
3395
|
+
}) | ({
|
|
3396
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3397
|
+
} & Omit<{
|
|
3398
|
+
requestId: string;
|
|
3399
|
+
data?: unknown;
|
|
3400
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3401
|
+
endpointName: string;
|
|
3402
|
+
startedTimeStamp: number;
|
|
3403
|
+
fulfilledTimeStamp?: number;
|
|
3404
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3405
|
+
requestId: string;
|
|
3406
|
+
data?: unknown;
|
|
3407
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3408
|
+
endpointName: string;
|
|
3409
|
+
startedTimeStamp: number;
|
|
3410
|
+
fulfilledTimeStamp?: number;
|
|
3411
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
3412
|
+
error: undefined;
|
|
3413
|
+
} & {
|
|
3414
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3415
|
+
isUninitialized: false;
|
|
3416
|
+
isLoading: false;
|
|
3417
|
+
isSuccess: true;
|
|
3418
|
+
isError: false;
|
|
3419
|
+
}) | ({
|
|
3420
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3421
|
+
} & {
|
|
3422
|
+
requestId: string;
|
|
3423
|
+
data?: unknown;
|
|
3424
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3425
|
+
endpointName: string;
|
|
3426
|
+
startedTimeStamp: number;
|
|
3427
|
+
fulfilledTimeStamp?: number;
|
|
3428
|
+
} & {
|
|
3429
|
+
data?: undefined;
|
|
3430
|
+
} & {
|
|
3431
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3432
|
+
isUninitialized: false;
|
|
3433
|
+
isLoading: true;
|
|
3434
|
+
isSuccess: false;
|
|
3435
|
+
isError: false;
|
|
3436
|
+
}) | ({
|
|
3437
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3438
|
+
} & Omit<{
|
|
3439
|
+
requestId: string;
|
|
3440
|
+
data?: unknown;
|
|
3441
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3442
|
+
endpointName: string;
|
|
3443
|
+
startedTimeStamp: number;
|
|
3444
|
+
fulfilledTimeStamp?: number;
|
|
3445
|
+
}, "error"> & Required<Pick<{
|
|
3446
|
+
requestId: string;
|
|
3447
|
+
data?: unknown;
|
|
3448
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3449
|
+
endpointName: string;
|
|
3450
|
+
startedTimeStamp: number;
|
|
3451
|
+
fulfilledTimeStamp?: number;
|
|
3452
|
+
}, "error">> & {
|
|
3453
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3454
|
+
isUninitialized: false;
|
|
3455
|
+
isLoading: false;
|
|
3456
|
+
isSuccess: false;
|
|
3457
|
+
isError: true;
|
|
3458
|
+
})>(options?: {
|
|
3459
|
+
selectFromResult?: ((state: ({
|
|
3460
|
+
requestId?: undefined;
|
|
3461
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3462
|
+
data?: undefined;
|
|
3463
|
+
error?: undefined;
|
|
3464
|
+
endpointName?: string;
|
|
3465
|
+
startedTimeStamp?: undefined;
|
|
3466
|
+
fulfilledTimeStamp?: undefined;
|
|
3467
|
+
} & {
|
|
3468
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3469
|
+
isUninitialized: true;
|
|
3470
|
+
isLoading: false;
|
|
3471
|
+
isSuccess: false;
|
|
3472
|
+
isError: false;
|
|
3473
|
+
}) | ({
|
|
3474
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3475
|
+
} & Omit<{
|
|
3476
|
+
requestId: string;
|
|
3477
|
+
data?: unknown;
|
|
3478
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3479
|
+
endpointName: string;
|
|
3480
|
+
startedTimeStamp: number;
|
|
3481
|
+
fulfilledTimeStamp?: number;
|
|
3482
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3483
|
+
requestId: string;
|
|
3484
|
+
data?: unknown;
|
|
3485
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3486
|
+
endpointName: string;
|
|
3487
|
+
startedTimeStamp: number;
|
|
3488
|
+
fulfilledTimeStamp?: number;
|
|
3489
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
3490
|
+
error: undefined;
|
|
3491
|
+
} & {
|
|
3492
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3493
|
+
isUninitialized: false;
|
|
3494
|
+
isLoading: false;
|
|
3495
|
+
isSuccess: true;
|
|
3496
|
+
isError: false;
|
|
3497
|
+
}) | ({
|
|
3498
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3499
|
+
} & {
|
|
3500
|
+
requestId: string;
|
|
3501
|
+
data?: unknown;
|
|
3502
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3503
|
+
endpointName: string;
|
|
3504
|
+
startedTimeStamp: number;
|
|
3505
|
+
fulfilledTimeStamp?: number;
|
|
3506
|
+
} & {
|
|
3507
|
+
data?: undefined;
|
|
3508
|
+
} & {
|
|
3509
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3510
|
+
isUninitialized: false;
|
|
3511
|
+
isLoading: true;
|
|
3512
|
+
isSuccess: false;
|
|
3513
|
+
isError: false;
|
|
3514
|
+
}) | ({
|
|
3515
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3516
|
+
} & Omit<{
|
|
3517
|
+
requestId: string;
|
|
3518
|
+
data?: unknown;
|
|
3519
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3520
|
+
endpointName: string;
|
|
3521
|
+
startedTimeStamp: number;
|
|
3522
|
+
fulfilledTimeStamp?: number;
|
|
3523
|
+
}, "error"> & Required<Pick<{
|
|
3524
|
+
requestId: string;
|
|
3525
|
+
data?: unknown;
|
|
3526
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3527
|
+
endpointName: string;
|
|
3528
|
+
startedTimeStamp: number;
|
|
3529
|
+
fulfilledTimeStamp?: number;
|
|
3530
|
+
}, "error">> & {
|
|
3531
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3532
|
+
isUninitialized: false;
|
|
3533
|
+
isLoading: false;
|
|
3534
|
+
isSuccess: false;
|
|
3535
|
+
isError: true;
|
|
3536
|
+
})) => R) | undefined;
|
|
3537
|
+
fixedCacheKey?: string;
|
|
3538
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3539
|
+
originalArgs?: DeleteMesheryConnectionApiArg | undefined;
|
|
3540
|
+
reset: () => void;
|
|
3541
|
+
}];
|
|
3542
|
+
declare const useGetKubernetesContextQuery: <R extends Record<string, any> = _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
3543
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3544
|
+
originalArgs?: undefined | undefined;
|
|
3545
|
+
data?: undefined | undefined;
|
|
3546
|
+
error?: undefined | undefined;
|
|
3547
|
+
requestId?: undefined | undefined;
|
|
3548
|
+
endpointName?: string | undefined;
|
|
3549
|
+
startedTimeStamp?: undefined | undefined;
|
|
3550
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
3551
|
+
} & {
|
|
3552
|
+
currentData?: object | undefined;
|
|
3553
|
+
isUninitialized: false;
|
|
3554
|
+
isLoading: false;
|
|
3555
|
+
isFetching: false;
|
|
3556
|
+
isSuccess: false;
|
|
3557
|
+
isError: false;
|
|
3558
|
+
}, "isUninitialized"> & {
|
|
3559
|
+
isUninitialized: true;
|
|
3560
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3561
|
+
currentData?: object | undefined;
|
|
3562
|
+
isUninitialized: false;
|
|
3563
|
+
isLoading: false;
|
|
3564
|
+
isFetching: false;
|
|
3565
|
+
isSuccess: false;
|
|
3566
|
+
isError: false;
|
|
3567
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
3568
|
+
isLoading: true;
|
|
3569
|
+
isFetching: boolean;
|
|
3570
|
+
data: undefined;
|
|
3571
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3572
|
+
currentData?: object | undefined;
|
|
3573
|
+
isUninitialized: false;
|
|
3574
|
+
isLoading: false;
|
|
3575
|
+
isFetching: false;
|
|
3576
|
+
isSuccess: false;
|
|
3577
|
+
isError: false;
|
|
3578
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
3579
|
+
isSuccess: true;
|
|
3580
|
+
isFetching: true;
|
|
3581
|
+
error: undefined;
|
|
3582
|
+
} & {
|
|
3583
|
+
data: object;
|
|
3584
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3585
|
+
currentData?: object | undefined;
|
|
3586
|
+
isUninitialized: false;
|
|
3587
|
+
isLoading: false;
|
|
3588
|
+
isFetching: false;
|
|
3589
|
+
isSuccess: false;
|
|
3590
|
+
isError: false;
|
|
3591
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3592
|
+
currentData?: object | undefined;
|
|
3593
|
+
isUninitialized: false;
|
|
3594
|
+
isLoading: false;
|
|
3595
|
+
isFetching: false;
|
|
3596
|
+
isSuccess: false;
|
|
3597
|
+
isError: false;
|
|
3598
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3599
|
+
isSuccess: true;
|
|
3600
|
+
isFetching: false;
|
|
3601
|
+
error: undefined;
|
|
3602
|
+
} & {
|
|
3603
|
+
data: object;
|
|
3604
|
+
currentData: object;
|
|
3605
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3606
|
+
currentData?: object | undefined;
|
|
3607
|
+
isUninitialized: false;
|
|
3608
|
+
isLoading: false;
|
|
3609
|
+
isFetching: false;
|
|
3610
|
+
isSuccess: false;
|
|
3611
|
+
isError: false;
|
|
3612
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3613
|
+
currentData?: object | undefined;
|
|
3614
|
+
isUninitialized: false;
|
|
3615
|
+
isLoading: false;
|
|
3616
|
+
isFetching: false;
|
|
3617
|
+
isSuccess: false;
|
|
3618
|
+
isError: false;
|
|
3619
|
+
}, "error" | "isError"> & {
|
|
3620
|
+
isError: true;
|
|
3621
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3622
|
+
currentData?: object | undefined;
|
|
3623
|
+
isUninitialized: false;
|
|
3624
|
+
isLoading: false;
|
|
3625
|
+
isFetching: false;
|
|
3626
|
+
isSuccess: false;
|
|
3627
|
+
isError: false;
|
|
3628
|
+
}, "error">>)> & {
|
|
3629
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3630
|
+
}>(arg: typeof _reduxjs_toolkit_query.skipToken | GetKubernetesContextApiArg, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
3631
|
+
skip?: boolean;
|
|
3632
|
+
refetchOnMountOrArgChange?: boolean | number;
|
|
3633
|
+
} & {
|
|
3634
|
+
skip?: boolean;
|
|
3635
|
+
selectFromResult?: ((state: _reduxjs_toolkit_query.TSHelpersId<(Omit<{
|
|
3636
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3637
|
+
originalArgs?: undefined | undefined;
|
|
3638
|
+
data?: undefined | undefined;
|
|
3639
|
+
error?: undefined | undefined;
|
|
3640
|
+
requestId?: undefined | undefined;
|
|
3641
|
+
endpointName?: string | undefined;
|
|
3642
|
+
startedTimeStamp?: undefined | undefined;
|
|
3643
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
3644
|
+
} & {
|
|
3645
|
+
currentData?: object | undefined;
|
|
3646
|
+
isUninitialized: false;
|
|
3647
|
+
isLoading: false;
|
|
3648
|
+
isFetching: false;
|
|
3649
|
+
isSuccess: false;
|
|
3650
|
+
isError: false;
|
|
3651
|
+
}, "isUninitialized"> & {
|
|
3652
|
+
isUninitialized: true;
|
|
3653
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3654
|
+
currentData?: object | undefined;
|
|
3655
|
+
isUninitialized: false;
|
|
3656
|
+
isLoading: false;
|
|
3657
|
+
isFetching: false;
|
|
3658
|
+
isSuccess: false;
|
|
3659
|
+
isError: false;
|
|
3660
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
3661
|
+
isLoading: true;
|
|
3662
|
+
isFetching: boolean;
|
|
3663
|
+
data: undefined;
|
|
3664
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3665
|
+
currentData?: object | undefined;
|
|
3666
|
+
isUninitialized: false;
|
|
3667
|
+
isLoading: false;
|
|
3668
|
+
isFetching: false;
|
|
3669
|
+
isSuccess: false;
|
|
3670
|
+
isError: false;
|
|
3671
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
3672
|
+
isSuccess: true;
|
|
3673
|
+
isFetching: true;
|
|
3674
|
+
error: undefined;
|
|
3675
|
+
} & {
|
|
3676
|
+
data: object;
|
|
3677
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3678
|
+
currentData?: object | undefined;
|
|
3679
|
+
isUninitialized: false;
|
|
3680
|
+
isLoading: false;
|
|
3681
|
+
isFetching: false;
|
|
3682
|
+
isSuccess: false;
|
|
3683
|
+
isError: false;
|
|
3684
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3685
|
+
currentData?: object | undefined;
|
|
3686
|
+
isUninitialized: false;
|
|
3687
|
+
isLoading: false;
|
|
3688
|
+
isFetching: false;
|
|
3689
|
+
isSuccess: false;
|
|
3690
|
+
isError: false;
|
|
3691
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3692
|
+
isSuccess: true;
|
|
3693
|
+
isFetching: false;
|
|
3694
|
+
error: undefined;
|
|
3695
|
+
} & {
|
|
3696
|
+
data: object;
|
|
3697
|
+
currentData: object;
|
|
3698
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3699
|
+
currentData?: object | undefined;
|
|
3700
|
+
isUninitialized: false;
|
|
3701
|
+
isLoading: false;
|
|
3702
|
+
isFetching: false;
|
|
3703
|
+
isSuccess: false;
|
|
3704
|
+
isError: false;
|
|
3705
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3706
|
+
currentData?: object | undefined;
|
|
3707
|
+
isUninitialized: false;
|
|
3708
|
+
isLoading: false;
|
|
3709
|
+
isFetching: false;
|
|
3710
|
+
isSuccess: false;
|
|
3711
|
+
isError: false;
|
|
3712
|
+
}, "error" | "isError"> & {
|
|
3713
|
+
isError: true;
|
|
3714
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>> & {
|
|
3715
|
+
currentData?: object | undefined;
|
|
3716
|
+
isUninitialized: false;
|
|
3717
|
+
isLoading: false;
|
|
3718
|
+
isFetching: false;
|
|
3719
|
+
isSuccess: false;
|
|
3720
|
+
isError: false;
|
|
3721
|
+
}, "error">>)> & {
|
|
3722
|
+
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3723
|
+
}) => R) | undefined;
|
|
3724
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3725
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", object, "mesheryRtkSchemasApi", unknown>>;
|
|
3726
|
+
};
|
|
3727
|
+
declare const useAddConnectionToEnvironmentMutation: <R extends Record<string, any> = ({
|
|
3728
|
+
requestId?: undefined;
|
|
3729
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3730
|
+
data?: undefined;
|
|
3731
|
+
error?: undefined;
|
|
3732
|
+
endpointName?: string;
|
|
3733
|
+
startedTimeStamp?: undefined;
|
|
3734
|
+
fulfilledTimeStamp?: undefined;
|
|
3735
|
+
} & {
|
|
3736
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3737
|
+
isUninitialized: true;
|
|
3738
|
+
isLoading: false;
|
|
3739
|
+
isSuccess: false;
|
|
3740
|
+
isError: false;
|
|
3741
|
+
}) | ({
|
|
3742
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3743
|
+
} & Omit<{
|
|
3744
|
+
requestId: string;
|
|
3745
|
+
data?: unknown;
|
|
3746
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3747
|
+
endpointName: string;
|
|
3748
|
+
startedTimeStamp: number;
|
|
3749
|
+
fulfilledTimeStamp?: number;
|
|
3750
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3751
|
+
requestId: string;
|
|
3752
|
+
data?: unknown;
|
|
3753
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3754
|
+
endpointName: string;
|
|
3755
|
+
startedTimeStamp: number;
|
|
3756
|
+
fulfilledTimeStamp?: number;
|
|
3757
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
3758
|
+
error: undefined;
|
|
3759
|
+
} & {
|
|
3760
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3761
|
+
isUninitialized: false;
|
|
3762
|
+
isLoading: false;
|
|
3763
|
+
isSuccess: true;
|
|
3764
|
+
isError: false;
|
|
3765
|
+
}) | ({
|
|
3766
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3767
|
+
} & {
|
|
3768
|
+
requestId: string;
|
|
3769
|
+
data?: unknown;
|
|
3770
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3771
|
+
endpointName: string;
|
|
3772
|
+
startedTimeStamp: number;
|
|
3773
|
+
fulfilledTimeStamp?: number;
|
|
3774
|
+
} & {
|
|
3775
|
+
data?: undefined;
|
|
3776
|
+
} & {
|
|
3777
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3778
|
+
isUninitialized: false;
|
|
3779
|
+
isLoading: true;
|
|
3780
|
+
isSuccess: false;
|
|
3781
|
+
isError: false;
|
|
3782
|
+
}) | ({
|
|
3783
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3784
|
+
} & Omit<{
|
|
3785
|
+
requestId: string;
|
|
3786
|
+
data?: unknown;
|
|
3787
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3788
|
+
endpointName: string;
|
|
3789
|
+
startedTimeStamp: number;
|
|
3790
|
+
fulfilledTimeStamp?: number;
|
|
3791
|
+
}, "error"> & Required<Pick<{
|
|
3792
|
+
requestId: string;
|
|
3793
|
+
data?: unknown;
|
|
3794
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3795
|
+
endpointName: string;
|
|
3796
|
+
startedTimeStamp: number;
|
|
3797
|
+
fulfilledTimeStamp?: number;
|
|
3798
|
+
}, "error">> & {
|
|
3799
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3800
|
+
isUninitialized: false;
|
|
3801
|
+
isLoading: false;
|
|
3802
|
+
isSuccess: false;
|
|
3803
|
+
isError: true;
|
|
3804
|
+
})>(options?: {
|
|
3805
|
+
selectFromResult?: ((state: ({
|
|
3806
|
+
requestId?: undefined;
|
|
3807
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3808
|
+
data?: undefined;
|
|
3809
|
+
error?: undefined;
|
|
3810
|
+
endpointName?: string;
|
|
3811
|
+
startedTimeStamp?: undefined;
|
|
3812
|
+
fulfilledTimeStamp?: undefined;
|
|
3813
|
+
} & {
|
|
3814
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3815
|
+
isUninitialized: true;
|
|
3816
|
+
isLoading: false;
|
|
3817
|
+
isSuccess: false;
|
|
3818
|
+
isError: false;
|
|
3819
|
+
}) | ({
|
|
3820
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3821
|
+
} & Omit<{
|
|
3822
|
+
requestId: string;
|
|
3823
|
+
data?: unknown;
|
|
3824
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3825
|
+
endpointName: string;
|
|
3826
|
+
startedTimeStamp: number;
|
|
3827
|
+
fulfilledTimeStamp?: number;
|
|
3828
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3829
|
+
requestId: string;
|
|
3830
|
+
data?: unknown;
|
|
3831
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3832
|
+
endpointName: string;
|
|
3833
|
+
startedTimeStamp: number;
|
|
3834
|
+
fulfilledTimeStamp?: number;
|
|
3835
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
3836
|
+
error: undefined;
|
|
3837
|
+
} & {
|
|
3838
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3839
|
+
isUninitialized: false;
|
|
3840
|
+
isLoading: false;
|
|
3841
|
+
isSuccess: true;
|
|
3842
|
+
isError: false;
|
|
3843
|
+
}) | ({
|
|
3844
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3845
|
+
} & {
|
|
3846
|
+
requestId: string;
|
|
3847
|
+
data?: unknown;
|
|
3848
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3849
|
+
endpointName: string;
|
|
3850
|
+
startedTimeStamp: number;
|
|
3851
|
+
fulfilledTimeStamp?: number;
|
|
3852
|
+
} & {
|
|
3853
|
+
data?: undefined;
|
|
3854
|
+
} & {
|
|
3855
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3856
|
+
isUninitialized: false;
|
|
3857
|
+
isLoading: true;
|
|
3858
|
+
isSuccess: false;
|
|
3859
|
+
isError: false;
|
|
3860
|
+
}) | ({
|
|
3861
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3862
|
+
} & Omit<{
|
|
3863
|
+
requestId: string;
|
|
3864
|
+
data?: unknown;
|
|
3865
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3866
|
+
endpointName: string;
|
|
3867
|
+
startedTimeStamp: number;
|
|
3868
|
+
fulfilledTimeStamp?: number;
|
|
3869
|
+
}, "error"> & Required<Pick<{
|
|
3870
|
+
requestId: string;
|
|
3871
|
+
data?: unknown;
|
|
3872
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3873
|
+
endpointName: string;
|
|
3874
|
+
startedTimeStamp: number;
|
|
3875
|
+
fulfilledTimeStamp?: number;
|
|
3876
|
+
}, "error">> & {
|
|
3877
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3878
|
+
isUninitialized: false;
|
|
3879
|
+
isLoading: false;
|
|
3880
|
+
isSuccess: false;
|
|
3881
|
+
isError: true;
|
|
3882
|
+
})) => R) | undefined;
|
|
3883
|
+
fixedCacheKey?: string;
|
|
3884
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3885
|
+
originalArgs?: AddConnectionToEnvironmentApiArg | undefined;
|
|
3886
|
+
reset: () => void;
|
|
3887
|
+
}];
|
|
3888
|
+
declare const useRemoveConnectionFromEnvironmentMutation: <R extends Record<string, any> = ({
|
|
3889
|
+
requestId?: undefined;
|
|
3890
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3891
|
+
data?: undefined;
|
|
3892
|
+
error?: undefined;
|
|
3893
|
+
endpointName?: string;
|
|
3894
|
+
startedTimeStamp?: undefined;
|
|
3895
|
+
fulfilledTimeStamp?: undefined;
|
|
3896
|
+
} & {
|
|
3897
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3898
|
+
isUninitialized: true;
|
|
3899
|
+
isLoading: false;
|
|
3900
|
+
isSuccess: false;
|
|
3901
|
+
isError: false;
|
|
3902
|
+
}) | ({
|
|
3903
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3904
|
+
} & Omit<{
|
|
3905
|
+
requestId: string;
|
|
3906
|
+
data?: unknown;
|
|
3907
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3908
|
+
endpointName: string;
|
|
3909
|
+
startedTimeStamp: number;
|
|
3910
|
+
fulfilledTimeStamp?: number;
|
|
3911
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3912
|
+
requestId: string;
|
|
3913
|
+
data?: unknown;
|
|
3914
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3915
|
+
endpointName: string;
|
|
3916
|
+
startedTimeStamp: number;
|
|
3917
|
+
fulfilledTimeStamp?: number;
|
|
3918
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
3919
|
+
error: undefined;
|
|
3920
|
+
} & {
|
|
3921
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3922
|
+
isUninitialized: false;
|
|
3923
|
+
isLoading: false;
|
|
3924
|
+
isSuccess: true;
|
|
3925
|
+
isError: false;
|
|
3926
|
+
}) | ({
|
|
3927
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3928
|
+
} & {
|
|
3929
|
+
requestId: string;
|
|
3930
|
+
data?: unknown;
|
|
3931
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3932
|
+
endpointName: string;
|
|
3933
|
+
startedTimeStamp: number;
|
|
3934
|
+
fulfilledTimeStamp?: number;
|
|
3935
|
+
} & {
|
|
3936
|
+
data?: undefined;
|
|
3937
|
+
} & {
|
|
3938
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
3939
|
+
isUninitialized: false;
|
|
3940
|
+
isLoading: true;
|
|
3941
|
+
isSuccess: false;
|
|
3942
|
+
isError: false;
|
|
3943
|
+
}) | ({
|
|
3944
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3945
|
+
} & Omit<{
|
|
3946
|
+
requestId: string;
|
|
3947
|
+
data?: unknown;
|
|
3948
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3949
|
+
endpointName: string;
|
|
3950
|
+
startedTimeStamp: number;
|
|
3951
|
+
fulfilledTimeStamp?: number;
|
|
3952
|
+
}, "error"> & Required<Pick<{
|
|
3953
|
+
requestId: string;
|
|
3954
|
+
data?: unknown;
|
|
3955
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3956
|
+
endpointName: string;
|
|
3957
|
+
startedTimeStamp: number;
|
|
3958
|
+
fulfilledTimeStamp?: number;
|
|
3959
|
+
}, "error">> & {
|
|
3960
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
3961
|
+
isUninitialized: false;
|
|
3962
|
+
isLoading: false;
|
|
3963
|
+
isSuccess: false;
|
|
3964
|
+
isError: true;
|
|
3965
|
+
})>(options?: {
|
|
3966
|
+
selectFromResult?: ((state: ({
|
|
3967
|
+
requestId?: undefined;
|
|
3968
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3969
|
+
data?: undefined;
|
|
3970
|
+
error?: undefined;
|
|
3971
|
+
endpointName?: string;
|
|
3972
|
+
startedTimeStamp?: undefined;
|
|
3973
|
+
fulfilledTimeStamp?: undefined;
|
|
3974
|
+
} & {
|
|
3975
|
+
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
3976
|
+
isUninitialized: true;
|
|
3977
|
+
isLoading: false;
|
|
3978
|
+
isSuccess: false;
|
|
3979
|
+
isError: false;
|
|
3980
|
+
}) | ({
|
|
3981
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
3982
|
+
} & Omit<{
|
|
3983
|
+
requestId: string;
|
|
3984
|
+
data?: unknown;
|
|
3985
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3986
|
+
endpointName: string;
|
|
3987
|
+
startedTimeStamp: number;
|
|
3988
|
+
fulfilledTimeStamp?: number;
|
|
3989
|
+
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3990
|
+
requestId: string;
|
|
3991
|
+
data?: unknown;
|
|
3992
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
3993
|
+
endpointName: string;
|
|
3994
|
+
startedTimeStamp: number;
|
|
3995
|
+
fulfilledTimeStamp?: number;
|
|
3996
|
+
}, "data" | "fulfilledTimeStamp">> & {
|
|
3997
|
+
error: undefined;
|
|
3998
|
+
} & {
|
|
3999
|
+
status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
|
|
4000
|
+
isUninitialized: false;
|
|
4001
|
+
isLoading: false;
|
|
4002
|
+
isSuccess: true;
|
|
4003
|
+
isError: false;
|
|
4004
|
+
}) | ({
|
|
4005
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4006
|
+
} & {
|
|
4007
|
+
requestId: string;
|
|
4008
|
+
data?: unknown;
|
|
4009
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
4010
|
+
endpointName: string;
|
|
4011
|
+
startedTimeStamp: number;
|
|
4012
|
+
fulfilledTimeStamp?: number;
|
|
4013
|
+
} & {
|
|
4014
|
+
data?: undefined;
|
|
4015
|
+
} & {
|
|
4016
|
+
status: _reduxjs_toolkit_query.QueryStatus.pending;
|
|
4017
|
+
isUninitialized: false;
|
|
4018
|
+
isLoading: true;
|
|
4019
|
+
isSuccess: false;
|
|
4020
|
+
isError: false;
|
|
4021
|
+
}) | ({
|
|
4022
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4023
|
+
} & Omit<{
|
|
4024
|
+
requestId: string;
|
|
4025
|
+
data?: unknown;
|
|
4026
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
4027
|
+
endpointName: string;
|
|
4028
|
+
startedTimeStamp: number;
|
|
4029
|
+
fulfilledTimeStamp?: number;
|
|
4030
|
+
}, "error"> & Required<Pick<{
|
|
4031
|
+
requestId: string;
|
|
4032
|
+
data?: unknown;
|
|
4033
|
+
error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
|
|
4034
|
+
endpointName: string;
|
|
4035
|
+
startedTimeStamp: number;
|
|
4036
|
+
fulfilledTimeStamp?: number;
|
|
4037
|
+
}, "error">> & {
|
|
4038
|
+
status: _reduxjs_toolkit_query.QueryStatus.rejected;
|
|
4039
|
+
isUninitialized: false;
|
|
4040
|
+
isLoading: false;
|
|
4041
|
+
isSuccess: false;
|
|
4042
|
+
isError: true;
|
|
4043
|
+
})) => R) | undefined;
|
|
4044
|
+
fixedCacheKey?: string;
|
|
4045
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4046
|
+
originalArgs?: RemoveConnectionFromEnvironmentApiArg | undefined;
|
|
4047
|
+
reset: () => void;
|
|
4048
|
+
}];
|
|
2223
4049
|
declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
2224
4050
|
requestId?: undefined;
|
|
2225
4051
|
status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
|
|
@@ -2377,7 +4203,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2377
4203
|
isError: true;
|
|
2378
4204
|
})) => R) | undefined;
|
|
2379
4205
|
fixedCacheKey?: string;
|
|
2380
|
-
} | 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>, "
|
|
4206
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2381
4207
|
originalArgs?: ImportDesignApiArg | undefined;
|
|
2382
4208
|
reset: () => void;
|
|
2383
4209
|
}];
|
|
@@ -2538,7 +4364,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
2538
4364
|
isError: true;
|
|
2539
4365
|
})) => R) | undefined;
|
|
2540
4366
|
fixedCacheKey?: string;
|
|
2541
|
-
} | 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>, "
|
|
4367
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2542
4368
|
originalArgs?: CreateEnvironmentApiArg | undefined;
|
|
2543
4369
|
reset: () => void;
|
|
2544
4370
|
}];
|
|
@@ -2560,7 +4386,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2560
4386
|
isError: false;
|
|
2561
4387
|
}, "isUninitialized"> & {
|
|
2562
4388
|
isUninitialized: true;
|
|
2563
|
-
}) | (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>, "
|
|
4389
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2564
4390
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2565
4391
|
isUninitialized: false;
|
|
2566
4392
|
isLoading: false;
|
|
@@ -2571,7 +4397,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2571
4397
|
isLoading: true;
|
|
2572
4398
|
isFetching: boolean;
|
|
2573
4399
|
data: undefined;
|
|
2574
|
-
}) | (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>, "
|
|
4400
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2575
4401
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2576
4402
|
isUninitialized: false;
|
|
2577
4403
|
isLoading: false;
|
|
@@ -2584,14 +4410,14 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2584
4410
|
error: undefined;
|
|
2585
4411
|
} & {
|
|
2586
4412
|
data: GetEnvironmentsApiResponse;
|
|
2587
|
-
} & 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>, "
|
|
4413
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2588
4414
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2589
4415
|
isUninitialized: false;
|
|
2590
4416
|
isLoading: false;
|
|
2591
4417
|
isFetching: false;
|
|
2592
4418
|
isSuccess: false;
|
|
2593
4419
|
isError: false;
|
|
2594
|
-
}, "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>, "
|
|
4420
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2595
4421
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2596
4422
|
isUninitialized: false;
|
|
2597
4423
|
isLoading: false;
|
|
@@ -2605,14 +4431,14 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2605
4431
|
} & {
|
|
2606
4432
|
data: GetEnvironmentsApiResponse;
|
|
2607
4433
|
currentData: GetEnvironmentsApiResponse;
|
|
2608
|
-
} & 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>, "
|
|
4434
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2609
4435
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2610
4436
|
isUninitialized: false;
|
|
2611
4437
|
isLoading: false;
|
|
2612
4438
|
isFetching: false;
|
|
2613
4439
|
isSuccess: false;
|
|
2614
4440
|
isError: false;
|
|
2615
|
-
}, "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>, "
|
|
4441
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2616
4442
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2617
4443
|
isUninitialized: false;
|
|
2618
4444
|
isLoading: false;
|
|
@@ -2621,7 +4447,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2621
4447
|
isError: false;
|
|
2622
4448
|
}, "error" | "isError"> & {
|
|
2623
4449
|
isError: true;
|
|
2624
|
-
} & 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>, "
|
|
4450
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2625
4451
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2626
4452
|
isUninitialized: false;
|
|
2627
4453
|
isLoading: false;
|
|
@@ -2653,7 +4479,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2653
4479
|
isError: false;
|
|
2654
4480
|
}, "isUninitialized"> & {
|
|
2655
4481
|
isUninitialized: true;
|
|
2656
|
-
}) | (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>, "
|
|
4482
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2657
4483
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2658
4484
|
isUninitialized: false;
|
|
2659
4485
|
isLoading: false;
|
|
@@ -2664,7 +4490,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2664
4490
|
isLoading: true;
|
|
2665
4491
|
isFetching: boolean;
|
|
2666
4492
|
data: undefined;
|
|
2667
|
-
}) | (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>, "
|
|
4493
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2668
4494
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2669
4495
|
isUninitialized: false;
|
|
2670
4496
|
isLoading: false;
|
|
@@ -2677,14 +4503,14 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2677
4503
|
error: undefined;
|
|
2678
4504
|
} & {
|
|
2679
4505
|
data: GetEnvironmentsApiResponse;
|
|
2680
|
-
} & 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>, "
|
|
4506
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2681
4507
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2682
4508
|
isUninitialized: false;
|
|
2683
4509
|
isLoading: false;
|
|
2684
4510
|
isFetching: false;
|
|
2685
4511
|
isSuccess: false;
|
|
2686
4512
|
isError: false;
|
|
2687
|
-
}, "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>, "
|
|
4513
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2688
4514
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2689
4515
|
isUninitialized: false;
|
|
2690
4516
|
isLoading: false;
|
|
@@ -2698,14 +4524,14 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2698
4524
|
} & {
|
|
2699
4525
|
data: GetEnvironmentsApiResponse;
|
|
2700
4526
|
currentData: GetEnvironmentsApiResponse;
|
|
2701
|
-
} & 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>, "
|
|
4527
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2702
4528
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2703
4529
|
isUninitialized: false;
|
|
2704
4530
|
isLoading: false;
|
|
2705
4531
|
isFetching: false;
|
|
2706
4532
|
isSuccess: false;
|
|
2707
4533
|
isError: false;
|
|
2708
|
-
}, "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>, "
|
|
4534
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2709
4535
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2710
4536
|
isUninitialized: false;
|
|
2711
4537
|
isLoading: false;
|
|
@@ -2714,7 +4540,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2714
4540
|
isError: false;
|
|
2715
4541
|
}, "error" | "isError"> & {
|
|
2716
4542
|
isError: true;
|
|
2717
|
-
} & 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>, "
|
|
4543
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
2718
4544
|
currentData?: GetEnvironmentsApiResponse | undefined;
|
|
2719
4545
|
isUninitialized: false;
|
|
2720
4546
|
isLoading: false;
|
|
@@ -2725,7 +4551,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = _reduxjs
|
|
|
2725
4551
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
2726
4552
|
}) => R) | undefined;
|
|
2727
4553
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2728
|
-
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>, "
|
|
4554
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
2729
4555
|
};
|
|
2730
4556
|
declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
2731
4557
|
requestId?: undefined;
|
|
@@ -2884,7 +4710,7 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
2884
4710
|
isError: true;
|
|
2885
4711
|
})) => R) | undefined;
|
|
2886
4712
|
fixedCacheKey?: string;
|
|
2887
|
-
} | 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>, "
|
|
4713
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
2888
4714
|
originalArgs?: PostEvaluateApiArg | undefined;
|
|
2889
4715
|
reset: () => void;
|
|
2890
4716
|
}];
|
|
@@ -3045,7 +4871,7 @@ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
|
|
|
3045
4871
|
isError: true;
|
|
3046
4872
|
})) => R) | undefined;
|
|
3047
4873
|
fixedCacheKey?: string;
|
|
3048
|
-
} | 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>, "
|
|
4874
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", DeleteEventsByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3049
4875
|
originalArgs?: DeleteEventsByIdApiArg | undefined;
|
|
3050
4876
|
reset: () => void;
|
|
3051
4877
|
}];
|
|
@@ -3206,7 +5032,7 @@ declare const usePostEventsMutation: <R extends Record<string, any> = ({
|
|
|
3206
5032
|
isError: true;
|
|
3207
5033
|
})) => R) | undefined;
|
|
3208
5034
|
fixedCacheKey?: string;
|
|
3209
|
-
} | 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>, "
|
|
5035
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3210
5036
|
originalArgs?: PostEventsApiArg | undefined;
|
|
3211
5037
|
reset: () => void;
|
|
3212
5038
|
}];
|
|
@@ -3367,7 +5193,7 @@ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
|
|
|
3367
5193
|
isError: true;
|
|
3368
5194
|
})) => R) | undefined;
|
|
3369
5195
|
fixedCacheKey?: string;
|
|
3370
|
-
} | 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>, "
|
|
5196
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", DeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3371
5197
|
originalArgs?: DeleteEventsApiArg | undefined;
|
|
3372
5198
|
reset: () => void;
|
|
3373
5199
|
}];
|
|
@@ -3528,7 +5354,7 @@ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
|
|
|
3528
5354
|
isError: true;
|
|
3529
5355
|
})) => R) | undefined;
|
|
3530
5356
|
fixedCacheKey?: string;
|
|
3531
|
-
} | 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>, "
|
|
5357
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", PutEventsStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3532
5358
|
originalArgs?: PutEventsStatusApiArg | undefined;
|
|
3533
5359
|
reset: () => void;
|
|
3534
5360
|
}];
|
|
@@ -3689,7 +5515,7 @@ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = (
|
|
|
3689
5515
|
isError: true;
|
|
3690
5516
|
})) => R) | undefined;
|
|
3691
5517
|
fixedCacheKey?: string;
|
|
3692
|
-
} | 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>, "
|
|
5518
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
3693
5519
|
originalArgs?: PutEventsByIdStatusApiArg | undefined;
|
|
3694
5520
|
reset: () => void;
|
|
3695
5521
|
}];
|
|
@@ -3711,7 +5537,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3711
5537
|
isError: false;
|
|
3712
5538
|
}, "isUninitialized"> & {
|
|
3713
5539
|
isUninitialized: true;
|
|
3714
|
-
}) | (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>, "
|
|
5540
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3715
5541
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3716
5542
|
isUninitialized: false;
|
|
3717
5543
|
isLoading: false;
|
|
@@ -3722,7 +5548,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3722
5548
|
isLoading: true;
|
|
3723
5549
|
isFetching: boolean;
|
|
3724
5550
|
data: undefined;
|
|
3725
|
-
}) | (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>, "
|
|
5551
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3726
5552
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3727
5553
|
isUninitialized: false;
|
|
3728
5554
|
isLoading: false;
|
|
@@ -3735,14 +5561,14 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3735
5561
|
error: undefined;
|
|
3736
5562
|
} & {
|
|
3737
5563
|
data: GetUserKeysApiResponse;
|
|
3738
|
-
} & 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>, "
|
|
5564
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3739
5565
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3740
5566
|
isUninitialized: false;
|
|
3741
5567
|
isLoading: false;
|
|
3742
5568
|
isFetching: false;
|
|
3743
5569
|
isSuccess: false;
|
|
3744
5570
|
isError: false;
|
|
3745
|
-
}, "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>, "
|
|
5571
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3746
5572
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3747
5573
|
isUninitialized: false;
|
|
3748
5574
|
isLoading: false;
|
|
@@ -3756,14 +5582,14 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3756
5582
|
} & {
|
|
3757
5583
|
data: GetUserKeysApiResponse;
|
|
3758
5584
|
currentData: GetUserKeysApiResponse;
|
|
3759
|
-
} & 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>, "
|
|
5585
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3760
5586
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3761
5587
|
isUninitialized: false;
|
|
3762
5588
|
isLoading: false;
|
|
3763
5589
|
isFetching: false;
|
|
3764
5590
|
isSuccess: false;
|
|
3765
5591
|
isError: false;
|
|
3766
|
-
}, "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>, "
|
|
5592
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3767
5593
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3768
5594
|
isUninitialized: false;
|
|
3769
5595
|
isLoading: false;
|
|
@@ -3772,7 +5598,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3772
5598
|
isError: false;
|
|
3773
5599
|
}, "error" | "isError"> & {
|
|
3774
5600
|
isError: true;
|
|
3775
|
-
} & 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>, "
|
|
5601
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3776
5602
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3777
5603
|
isUninitialized: false;
|
|
3778
5604
|
isLoading: false;
|
|
@@ -3804,7 +5630,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3804
5630
|
isError: false;
|
|
3805
5631
|
}, "isUninitialized"> & {
|
|
3806
5632
|
isUninitialized: true;
|
|
3807
|
-
}) | (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>, "
|
|
5633
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3808
5634
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3809
5635
|
isUninitialized: false;
|
|
3810
5636
|
isLoading: false;
|
|
@@ -3815,7 +5641,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3815
5641
|
isLoading: true;
|
|
3816
5642
|
isFetching: boolean;
|
|
3817
5643
|
data: undefined;
|
|
3818
|
-
}) | (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>, "
|
|
5644
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3819
5645
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3820
5646
|
isUninitialized: false;
|
|
3821
5647
|
isLoading: false;
|
|
@@ -3828,14 +5654,14 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3828
5654
|
error: undefined;
|
|
3829
5655
|
} & {
|
|
3830
5656
|
data: GetUserKeysApiResponse;
|
|
3831
|
-
} & 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>, "
|
|
5657
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3832
5658
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3833
5659
|
isUninitialized: false;
|
|
3834
5660
|
isLoading: false;
|
|
3835
5661
|
isFetching: false;
|
|
3836
5662
|
isSuccess: false;
|
|
3837
5663
|
isError: false;
|
|
3838
|
-
}, "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>, "
|
|
5664
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3839
5665
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3840
5666
|
isUninitialized: false;
|
|
3841
5667
|
isLoading: false;
|
|
@@ -3849,14 +5675,14 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3849
5675
|
} & {
|
|
3850
5676
|
data: GetUserKeysApiResponse;
|
|
3851
5677
|
currentData: GetUserKeysApiResponse;
|
|
3852
|
-
} & 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>, "
|
|
5678
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3853
5679
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3854
5680
|
isUninitialized: false;
|
|
3855
5681
|
isLoading: false;
|
|
3856
5682
|
isFetching: false;
|
|
3857
5683
|
isSuccess: false;
|
|
3858
5684
|
isError: false;
|
|
3859
|
-
}, "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>, "
|
|
5685
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3860
5686
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3861
5687
|
isUninitialized: false;
|
|
3862
5688
|
isLoading: false;
|
|
@@ -3865,7 +5691,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3865
5691
|
isError: false;
|
|
3866
5692
|
}, "error" | "isError"> & {
|
|
3867
5693
|
isError: true;
|
|
3868
|
-
} & 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>, "
|
|
5694
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
3869
5695
|
currentData?: GetUserKeysApiResponse | undefined;
|
|
3870
5696
|
isUninitialized: false;
|
|
3871
5697
|
isLoading: false;
|
|
@@ -3876,7 +5702,7 @@ declare const useGetUserKeysQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
3876
5702
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3877
5703
|
}) => R) | undefined;
|
|
3878
5704
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3879
|
-
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>, "
|
|
5705
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetUserKeysApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
3880
5706
|
};
|
|
3881
5707
|
declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
3882
5708
|
requestId?: undefined;
|
|
@@ -4035,7 +5861,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
4035
5861
|
isError: true;
|
|
4036
5862
|
})) => R) | undefined;
|
|
4037
5863
|
fixedCacheKey?: string;
|
|
4038
|
-
} | 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>, "
|
|
5864
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4039
5865
|
originalArgs?: RegisterMeshmodelsApiArg | undefined;
|
|
4040
5866
|
reset: () => void;
|
|
4041
5867
|
}];
|
|
@@ -4057,7 +5883,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4057
5883
|
isError: false;
|
|
4058
5884
|
}, "isUninitialized"> & {
|
|
4059
5885
|
isUninitialized: true;
|
|
4060
|
-
}) | (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>, "
|
|
5886
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4061
5887
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4062
5888
|
isUninitialized: false;
|
|
4063
5889
|
isLoading: false;
|
|
@@ -4068,7 +5894,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4068
5894
|
isLoading: true;
|
|
4069
5895
|
isFetching: boolean;
|
|
4070
5896
|
data: undefined;
|
|
4071
|
-
}) | (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>, "
|
|
5897
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4072
5898
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4073
5899
|
isUninitialized: false;
|
|
4074
5900
|
isLoading: false;
|
|
@@ -4081,14 +5907,14 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4081
5907
|
error: undefined;
|
|
4082
5908
|
} & {
|
|
4083
5909
|
data: GetOrgByDomainApiResponse;
|
|
4084
|
-
} & 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>, "
|
|
5910
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4085
5911
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4086
5912
|
isUninitialized: false;
|
|
4087
5913
|
isLoading: false;
|
|
4088
5914
|
isFetching: false;
|
|
4089
5915
|
isSuccess: false;
|
|
4090
5916
|
isError: false;
|
|
4091
|
-
}, "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>, "
|
|
5917
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4092
5918
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4093
5919
|
isUninitialized: false;
|
|
4094
5920
|
isLoading: false;
|
|
@@ -4102,14 +5928,14 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4102
5928
|
} & {
|
|
4103
5929
|
data: GetOrgByDomainApiResponse;
|
|
4104
5930
|
currentData: GetOrgByDomainApiResponse;
|
|
4105
|
-
} & 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>, "
|
|
5931
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4106
5932
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4107
5933
|
isUninitialized: false;
|
|
4108
5934
|
isLoading: false;
|
|
4109
5935
|
isFetching: false;
|
|
4110
5936
|
isSuccess: false;
|
|
4111
5937
|
isError: false;
|
|
4112
|
-
}, "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>, "
|
|
5938
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4113
5939
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4114
5940
|
isUninitialized: false;
|
|
4115
5941
|
isLoading: false;
|
|
@@ -4118,7 +5944,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4118
5944
|
isError: false;
|
|
4119
5945
|
}, "error" | "isError"> & {
|
|
4120
5946
|
isError: true;
|
|
4121
|
-
} & 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>, "
|
|
5947
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4122
5948
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4123
5949
|
isUninitialized: false;
|
|
4124
5950
|
isLoading: false;
|
|
@@ -4150,7 +5976,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4150
5976
|
isError: false;
|
|
4151
5977
|
}, "isUninitialized"> & {
|
|
4152
5978
|
isUninitialized: true;
|
|
4153
|
-
}) | (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>, "
|
|
5979
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4154
5980
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4155
5981
|
isUninitialized: false;
|
|
4156
5982
|
isLoading: false;
|
|
@@ -4161,7 +5987,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4161
5987
|
isLoading: true;
|
|
4162
5988
|
isFetching: boolean;
|
|
4163
5989
|
data: undefined;
|
|
4164
|
-
}) | (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>, "
|
|
5990
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4165
5991
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4166
5992
|
isUninitialized: false;
|
|
4167
5993
|
isLoading: false;
|
|
@@ -4174,14 +6000,14 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4174
6000
|
error: undefined;
|
|
4175
6001
|
} & {
|
|
4176
6002
|
data: GetOrgByDomainApiResponse;
|
|
4177
|
-
} & 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>, "
|
|
6003
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4178
6004
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4179
6005
|
isUninitialized: false;
|
|
4180
6006
|
isLoading: false;
|
|
4181
6007
|
isFetching: false;
|
|
4182
6008
|
isSuccess: false;
|
|
4183
6009
|
isError: false;
|
|
4184
|
-
}, "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>, "
|
|
6010
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4185
6011
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4186
6012
|
isUninitialized: false;
|
|
4187
6013
|
isLoading: false;
|
|
@@ -4195,14 +6021,14 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4195
6021
|
} & {
|
|
4196
6022
|
data: GetOrgByDomainApiResponse;
|
|
4197
6023
|
currentData: GetOrgByDomainApiResponse;
|
|
4198
|
-
} & 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>, "
|
|
6024
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4199
6025
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4200
6026
|
isUninitialized: false;
|
|
4201
6027
|
isLoading: false;
|
|
4202
6028
|
isFetching: false;
|
|
4203
6029
|
isSuccess: false;
|
|
4204
6030
|
isError: false;
|
|
4205
|
-
}, "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>, "
|
|
6031
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4206
6032
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4207
6033
|
isUninitialized: false;
|
|
4208
6034
|
isLoading: false;
|
|
@@ -4211,7 +6037,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4211
6037
|
isError: false;
|
|
4212
6038
|
}, "error" | "isError"> & {
|
|
4213
6039
|
isError: true;
|
|
4214
|
-
} & 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>, "
|
|
6040
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4215
6041
|
currentData?: GetOrgByDomainApiResponse | undefined;
|
|
4216
6042
|
isUninitialized: false;
|
|
4217
6043
|
isLoading: false;
|
|
@@ -4222,7 +6048,7 @@ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = _reduxjs_
|
|
|
4222
6048
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4223
6049
|
}) => R) | undefined;
|
|
4224
6050
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4225
|
-
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>, "
|
|
6051
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
4226
6052
|
};
|
|
4227
6053
|
declare const useAddTeamToOrgMutation: <R extends Record<string, any> = ({
|
|
4228
6054
|
requestId?: undefined;
|
|
@@ -4381,7 +6207,7 @@ declare const useAddTeamToOrgMutation: <R extends Record<string, any> = ({
|
|
|
4381
6207
|
isError: true;
|
|
4382
6208
|
})) => R) | undefined;
|
|
4383
6209
|
fixedCacheKey?: string;
|
|
4384
|
-
} | 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>, "
|
|
6210
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", AddTeamToOrgApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4385
6211
|
originalArgs?: AddTeamToOrgApiArg | undefined;
|
|
4386
6212
|
reset: () => void;
|
|
4387
6213
|
}];
|
|
@@ -4542,7 +6368,7 @@ declare const useRemoveTeamFromOrgMutation: <R extends Record<string, any> = ({
|
|
|
4542
6368
|
isError: true;
|
|
4543
6369
|
})) => R) | undefined;
|
|
4544
6370
|
fixedCacheKey?: string;
|
|
4545
|
-
} | 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>, "
|
|
6371
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", RemoveTeamFromOrgApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4546
6372
|
originalArgs?: RemoveTeamFromOrgApiArg | undefined;
|
|
4547
6373
|
reset: () => void;
|
|
4548
6374
|
}];
|
|
@@ -4564,7 +6390,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4564
6390
|
isError: false;
|
|
4565
6391
|
}, "isUninitialized"> & {
|
|
4566
6392
|
isUninitialized: true;
|
|
4567
|
-
}) | (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>, "
|
|
6393
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4568
6394
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4569
6395
|
isUninitialized: false;
|
|
4570
6396
|
isLoading: false;
|
|
@@ -4575,7 +6401,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4575
6401
|
isLoading: true;
|
|
4576
6402
|
isFetching: boolean;
|
|
4577
6403
|
data: undefined;
|
|
4578
|
-
}) | (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>, "
|
|
6404
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4579
6405
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4580
6406
|
isUninitialized: false;
|
|
4581
6407
|
isLoading: false;
|
|
@@ -4588,14 +6414,14 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4588
6414
|
error: undefined;
|
|
4589
6415
|
} & {
|
|
4590
6416
|
data: GetTeamsApiResponse;
|
|
4591
|
-
} & 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>, "
|
|
6417
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4592
6418
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4593
6419
|
isUninitialized: false;
|
|
4594
6420
|
isLoading: false;
|
|
4595
6421
|
isFetching: false;
|
|
4596
6422
|
isSuccess: false;
|
|
4597
6423
|
isError: false;
|
|
4598
|
-
}, "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>, "
|
|
6424
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4599
6425
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4600
6426
|
isUninitialized: false;
|
|
4601
6427
|
isLoading: false;
|
|
@@ -4609,14 +6435,14 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4609
6435
|
} & {
|
|
4610
6436
|
data: GetTeamsApiResponse;
|
|
4611
6437
|
currentData: GetTeamsApiResponse;
|
|
4612
|
-
} & 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>, "
|
|
6438
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4613
6439
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4614
6440
|
isUninitialized: false;
|
|
4615
6441
|
isLoading: false;
|
|
4616
6442
|
isFetching: false;
|
|
4617
6443
|
isSuccess: false;
|
|
4618
6444
|
isError: false;
|
|
4619
|
-
}, "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>, "
|
|
6445
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4620
6446
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4621
6447
|
isUninitialized: false;
|
|
4622
6448
|
isLoading: false;
|
|
@@ -4625,7 +6451,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4625
6451
|
isError: false;
|
|
4626
6452
|
}, "error" | "isError"> & {
|
|
4627
6453
|
isError: true;
|
|
4628
|
-
} & 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>, "
|
|
6454
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4629
6455
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4630
6456
|
isUninitialized: false;
|
|
4631
6457
|
isLoading: false;
|
|
@@ -4657,7 +6483,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4657
6483
|
isError: false;
|
|
4658
6484
|
}, "isUninitialized"> & {
|
|
4659
6485
|
isUninitialized: true;
|
|
4660
|
-
}) | (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>, "
|
|
6486
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4661
6487
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4662
6488
|
isUninitialized: false;
|
|
4663
6489
|
isLoading: false;
|
|
@@ -4668,7 +6494,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4668
6494
|
isLoading: true;
|
|
4669
6495
|
isFetching: boolean;
|
|
4670
6496
|
data: undefined;
|
|
4671
|
-
}) | (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>, "
|
|
6497
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4672
6498
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4673
6499
|
isUninitialized: false;
|
|
4674
6500
|
isLoading: false;
|
|
@@ -4681,14 +6507,14 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4681
6507
|
error: undefined;
|
|
4682
6508
|
} & {
|
|
4683
6509
|
data: GetTeamsApiResponse;
|
|
4684
|
-
} & 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>, "
|
|
6510
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4685
6511
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4686
6512
|
isUninitialized: false;
|
|
4687
6513
|
isLoading: false;
|
|
4688
6514
|
isFetching: false;
|
|
4689
6515
|
isSuccess: false;
|
|
4690
6516
|
isError: false;
|
|
4691
|
-
}, "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>, "
|
|
6517
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4692
6518
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4693
6519
|
isUninitialized: false;
|
|
4694
6520
|
isLoading: false;
|
|
@@ -4702,14 +6528,14 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4702
6528
|
} & {
|
|
4703
6529
|
data: GetTeamsApiResponse;
|
|
4704
6530
|
currentData: GetTeamsApiResponse;
|
|
4705
|
-
} & 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>, "
|
|
6531
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4706
6532
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4707
6533
|
isUninitialized: false;
|
|
4708
6534
|
isLoading: false;
|
|
4709
6535
|
isFetching: false;
|
|
4710
6536
|
isSuccess: false;
|
|
4711
6537
|
isError: false;
|
|
4712
|
-
}, "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>, "
|
|
6538
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4713
6539
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4714
6540
|
isUninitialized: false;
|
|
4715
6541
|
isLoading: false;
|
|
@@ -4718,7 +6544,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4718
6544
|
isError: false;
|
|
4719
6545
|
}, "error" | "isError"> & {
|
|
4720
6546
|
isError: true;
|
|
4721
|
-
} & 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>, "
|
|
6547
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4722
6548
|
currentData?: GetTeamsApiResponse | undefined;
|
|
4723
6549
|
isUninitialized: false;
|
|
4724
6550
|
isLoading: false;
|
|
@@ -4729,7 +6555,7 @@ declare const useGetTeamsQuery: <R extends Record<string, any> = _reduxjs_toolki
|
|
|
4729
6555
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4730
6556
|
}) => R) | undefined;
|
|
4731
6557
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
4732
|
-
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>, "
|
|
6558
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamsApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
4733
6559
|
};
|
|
4734
6560
|
declare const useCreateTeamMutation: <R extends Record<string, any> = ({
|
|
4735
6561
|
requestId?: undefined;
|
|
@@ -4888,7 +6714,7 @@ declare const useCreateTeamMutation: <R extends Record<string, any> = ({
|
|
|
4888
6714
|
isError: true;
|
|
4889
6715
|
})) => R) | undefined;
|
|
4890
6716
|
fixedCacheKey?: string;
|
|
4891
|
-
} | 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>, "
|
|
6717
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", CreateTeamApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
4892
6718
|
originalArgs?: CreateTeamApiArg | undefined;
|
|
4893
6719
|
reset: () => void;
|
|
4894
6720
|
}];
|
|
@@ -4910,7 +6736,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
4910
6736
|
isError: false;
|
|
4911
6737
|
}, "isUninitialized"> & {
|
|
4912
6738
|
isUninitialized: true;
|
|
4913
|
-
}) | (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>, "
|
|
6739
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4914
6740
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
4915
6741
|
isUninitialized: false;
|
|
4916
6742
|
isLoading: false;
|
|
@@ -4921,7 +6747,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
4921
6747
|
isLoading: true;
|
|
4922
6748
|
isFetching: boolean;
|
|
4923
6749
|
data: undefined;
|
|
4924
|
-
}) | (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>, "
|
|
6750
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4925
6751
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
4926
6752
|
isUninitialized: false;
|
|
4927
6753
|
isLoading: false;
|
|
@@ -4934,14 +6760,14 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
4934
6760
|
error: undefined;
|
|
4935
6761
|
} & {
|
|
4936
6762
|
data: GetTeamByIdApiResponse;
|
|
4937
|
-
} & 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>, "
|
|
6763
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4938
6764
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
4939
6765
|
isUninitialized: false;
|
|
4940
6766
|
isLoading: false;
|
|
4941
6767
|
isFetching: false;
|
|
4942
6768
|
isSuccess: false;
|
|
4943
6769
|
isError: false;
|
|
4944
|
-
}, "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>, "
|
|
6770
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4945
6771
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
4946
6772
|
isUninitialized: false;
|
|
4947
6773
|
isLoading: false;
|
|
@@ -4955,14 +6781,14 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
4955
6781
|
} & {
|
|
4956
6782
|
data: GetTeamByIdApiResponse;
|
|
4957
6783
|
currentData: GetTeamByIdApiResponse;
|
|
4958
|
-
} & 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>, "
|
|
6784
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4959
6785
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
4960
6786
|
isUninitialized: false;
|
|
4961
6787
|
isLoading: false;
|
|
4962
6788
|
isFetching: false;
|
|
4963
6789
|
isSuccess: false;
|
|
4964
6790
|
isError: false;
|
|
4965
|
-
}, "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>, "
|
|
6791
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4966
6792
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
4967
6793
|
isUninitialized: false;
|
|
4968
6794
|
isLoading: false;
|
|
@@ -4971,7 +6797,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
4971
6797
|
isError: false;
|
|
4972
6798
|
}, "error" | "isError"> & {
|
|
4973
6799
|
isError: true;
|
|
4974
|
-
} & 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>, "
|
|
6800
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
4975
6801
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
4976
6802
|
isUninitialized: false;
|
|
4977
6803
|
isLoading: false;
|
|
@@ -5003,7 +6829,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5003
6829
|
isError: false;
|
|
5004
6830
|
}, "isUninitialized"> & {
|
|
5005
6831
|
isUninitialized: true;
|
|
5006
|
-
}) | (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>, "
|
|
6832
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5007
6833
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
5008
6834
|
isUninitialized: false;
|
|
5009
6835
|
isLoading: false;
|
|
@@ -5014,7 +6840,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5014
6840
|
isLoading: true;
|
|
5015
6841
|
isFetching: boolean;
|
|
5016
6842
|
data: undefined;
|
|
5017
|
-
}) | (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>, "
|
|
6843
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5018
6844
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
5019
6845
|
isUninitialized: false;
|
|
5020
6846
|
isLoading: false;
|
|
@@ -5027,14 +6853,14 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5027
6853
|
error: undefined;
|
|
5028
6854
|
} & {
|
|
5029
6855
|
data: GetTeamByIdApiResponse;
|
|
5030
|
-
} & 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>, "
|
|
6856
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5031
6857
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
5032
6858
|
isUninitialized: false;
|
|
5033
6859
|
isLoading: false;
|
|
5034
6860
|
isFetching: false;
|
|
5035
6861
|
isSuccess: false;
|
|
5036
6862
|
isError: false;
|
|
5037
|
-
}, "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>, "
|
|
6863
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5038
6864
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
5039
6865
|
isUninitialized: false;
|
|
5040
6866
|
isLoading: false;
|
|
@@ -5048,14 +6874,14 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5048
6874
|
} & {
|
|
5049
6875
|
data: GetTeamByIdApiResponse;
|
|
5050
6876
|
currentData: GetTeamByIdApiResponse;
|
|
5051
|
-
} & 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>, "
|
|
6877
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5052
6878
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
5053
6879
|
isUninitialized: false;
|
|
5054
6880
|
isLoading: false;
|
|
5055
6881
|
isFetching: false;
|
|
5056
6882
|
isSuccess: false;
|
|
5057
6883
|
isError: false;
|
|
5058
|
-
}, "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>, "
|
|
6884
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5059
6885
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
5060
6886
|
isUninitialized: false;
|
|
5061
6887
|
isLoading: false;
|
|
@@ -5064,7 +6890,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5064
6890
|
isError: false;
|
|
5065
6891
|
}, "error" | "isError"> & {
|
|
5066
6892
|
isError: true;
|
|
5067
|
-
} & 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>, "
|
|
6893
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5068
6894
|
currentData?: GetTeamByIdApiResponse | undefined;
|
|
5069
6895
|
isUninitialized: false;
|
|
5070
6896
|
isLoading: false;
|
|
@@ -5075,7 +6901,7 @@ declare const useGetTeamByIdQuery: <R extends Record<string, any> = _reduxjs_too
|
|
|
5075
6901
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5076
6902
|
}) => R) | undefined;
|
|
5077
6903
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5078
|
-
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>, "
|
|
6904
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
5079
6905
|
};
|
|
5080
6906
|
declare const useUpdateTeamMutation: <R extends Record<string, any> = ({
|
|
5081
6907
|
requestId?: undefined;
|
|
@@ -5234,7 +7060,7 @@ declare const useUpdateTeamMutation: <R extends Record<string, any> = ({
|
|
|
5234
7060
|
isError: true;
|
|
5235
7061
|
})) => R) | undefined;
|
|
5236
7062
|
fixedCacheKey?: string;
|
|
5237
|
-
} | 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>, "
|
|
7063
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", UpdateTeamApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5238
7064
|
originalArgs?: UpdateTeamApiArg | undefined;
|
|
5239
7065
|
reset: () => void;
|
|
5240
7066
|
}];
|
|
@@ -5395,7 +7221,7 @@ declare const useDeleteTeamMutation: <R extends Record<string, any> = ({
|
|
|
5395
7221
|
isError: true;
|
|
5396
7222
|
})) => R) | undefined;
|
|
5397
7223
|
fixedCacheKey?: string;
|
|
5398
|
-
} | 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>, "
|
|
7224
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5399
7225
|
originalArgs?: DeleteTeamApiArg | undefined;
|
|
5400
7226
|
reset: () => void;
|
|
5401
7227
|
}];
|
|
@@ -5417,7 +7243,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5417
7243
|
isError: false;
|
|
5418
7244
|
}, "isUninitialized"> & {
|
|
5419
7245
|
isUninitialized: true;
|
|
5420
|
-
}) | (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>, "
|
|
7246
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5421
7247
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5422
7248
|
isUninitialized: false;
|
|
5423
7249
|
isLoading: false;
|
|
@@ -5428,7 +7254,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5428
7254
|
isLoading: true;
|
|
5429
7255
|
isFetching: boolean;
|
|
5430
7256
|
data: undefined;
|
|
5431
|
-
}) | (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>, "
|
|
7257
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5432
7258
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5433
7259
|
isUninitialized: false;
|
|
5434
7260
|
isLoading: false;
|
|
@@ -5441,14 +7267,14 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5441
7267
|
error: undefined;
|
|
5442
7268
|
} & {
|
|
5443
7269
|
data: GetTeamUsersApiResponse;
|
|
5444
|
-
} & 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>, "
|
|
7270
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5445
7271
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5446
7272
|
isUninitialized: false;
|
|
5447
7273
|
isLoading: false;
|
|
5448
7274
|
isFetching: false;
|
|
5449
7275
|
isSuccess: false;
|
|
5450
7276
|
isError: false;
|
|
5451
|
-
}, "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>, "
|
|
7277
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5452
7278
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5453
7279
|
isUninitialized: false;
|
|
5454
7280
|
isLoading: false;
|
|
@@ -5462,14 +7288,14 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5462
7288
|
} & {
|
|
5463
7289
|
data: GetTeamUsersApiResponse;
|
|
5464
7290
|
currentData: GetTeamUsersApiResponse;
|
|
5465
|
-
} & 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>, "
|
|
7291
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5466
7292
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5467
7293
|
isUninitialized: false;
|
|
5468
7294
|
isLoading: false;
|
|
5469
7295
|
isFetching: false;
|
|
5470
7296
|
isSuccess: false;
|
|
5471
7297
|
isError: false;
|
|
5472
|
-
}, "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>, "
|
|
7298
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5473
7299
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5474
7300
|
isUninitialized: false;
|
|
5475
7301
|
isLoading: false;
|
|
@@ -5478,7 +7304,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5478
7304
|
isError: false;
|
|
5479
7305
|
}, "error" | "isError"> & {
|
|
5480
7306
|
isError: true;
|
|
5481
|
-
} & 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>, "
|
|
7307
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5482
7308
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5483
7309
|
isUninitialized: false;
|
|
5484
7310
|
isLoading: false;
|
|
@@ -5510,7 +7336,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5510
7336
|
isError: false;
|
|
5511
7337
|
}, "isUninitialized"> & {
|
|
5512
7338
|
isUninitialized: true;
|
|
5513
|
-
}) | (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>, "
|
|
7339
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5514
7340
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5515
7341
|
isUninitialized: false;
|
|
5516
7342
|
isLoading: false;
|
|
@@ -5521,7 +7347,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5521
7347
|
isLoading: true;
|
|
5522
7348
|
isFetching: boolean;
|
|
5523
7349
|
data: undefined;
|
|
5524
|
-
}) | (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>, "
|
|
7350
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5525
7351
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5526
7352
|
isUninitialized: false;
|
|
5527
7353
|
isLoading: false;
|
|
@@ -5534,14 +7360,14 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5534
7360
|
error: undefined;
|
|
5535
7361
|
} & {
|
|
5536
7362
|
data: GetTeamUsersApiResponse;
|
|
5537
|
-
} & 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>, "
|
|
7363
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5538
7364
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5539
7365
|
isUninitialized: false;
|
|
5540
7366
|
isLoading: false;
|
|
5541
7367
|
isFetching: false;
|
|
5542
7368
|
isSuccess: false;
|
|
5543
7369
|
isError: false;
|
|
5544
|
-
}, "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>, "
|
|
7370
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5545
7371
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5546
7372
|
isUninitialized: false;
|
|
5547
7373
|
isLoading: false;
|
|
@@ -5555,14 +7381,14 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5555
7381
|
} & {
|
|
5556
7382
|
data: GetTeamUsersApiResponse;
|
|
5557
7383
|
currentData: GetTeamUsersApiResponse;
|
|
5558
|
-
} & 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>, "
|
|
7384
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5559
7385
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5560
7386
|
isUninitialized: false;
|
|
5561
7387
|
isLoading: false;
|
|
5562
7388
|
isFetching: false;
|
|
5563
7389
|
isSuccess: false;
|
|
5564
7390
|
isError: false;
|
|
5565
|
-
}, "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>, "
|
|
7391
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5566
7392
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5567
7393
|
isUninitialized: false;
|
|
5568
7394
|
isLoading: false;
|
|
@@ -5571,7 +7397,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5571
7397
|
isError: false;
|
|
5572
7398
|
}, "error" | "isError"> & {
|
|
5573
7399
|
isError: true;
|
|
5574
|
-
} & 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>, "
|
|
7400
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5575
7401
|
currentData?: GetTeamUsersApiResponse | undefined;
|
|
5576
7402
|
isUninitialized: false;
|
|
5577
7403
|
isLoading: false;
|
|
@@ -5582,7 +7408,7 @@ declare const useGetTeamUsersQuery: <R extends Record<string, any> = _reduxjs_to
|
|
|
5582
7408
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
5583
7409
|
}) => R) | undefined;
|
|
5584
7410
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5585
|
-
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>, "
|
|
7411
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetTeamUsersApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
5586
7412
|
};
|
|
5587
7413
|
declare const useAddUserToTeamMutation: <R extends Record<string, any> = ({
|
|
5588
7414
|
requestId?: undefined;
|
|
@@ -5741,7 +7567,7 @@ declare const useAddUserToTeamMutation: <R extends Record<string, any> = ({
|
|
|
5741
7567
|
isError: true;
|
|
5742
7568
|
})) => R) | undefined;
|
|
5743
7569
|
fixedCacheKey?: string;
|
|
5744
|
-
} | 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>, "
|
|
7570
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", AddUserToTeamApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5745
7571
|
originalArgs?: AddUserToTeamApiArg | undefined;
|
|
5746
7572
|
reset: () => void;
|
|
5747
7573
|
}];
|
|
@@ -5902,7 +7728,7 @@ declare const useRemoveUserFromTeamMutation: <R extends Record<string, any> = ({
|
|
|
5902
7728
|
isError: true;
|
|
5903
7729
|
})) => R) | undefined;
|
|
5904
7730
|
fixedCacheKey?: string;
|
|
5905
|
-
} | 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>, "
|
|
7731
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", RemoveUserFromTeamApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
5906
7732
|
originalArgs?: RemoveUserFromTeamApiArg | undefined;
|
|
5907
7733
|
reset: () => void;
|
|
5908
7734
|
}];
|
|
@@ -5924,7 +7750,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
5924
7750
|
isError: false;
|
|
5925
7751
|
}, "isUninitialized"> & {
|
|
5926
7752
|
isUninitialized: true;
|
|
5927
|
-
}) | (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>, "
|
|
7753
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5928
7754
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
5929
7755
|
isUninitialized: false;
|
|
5930
7756
|
isLoading: false;
|
|
@@ -5935,7 +7761,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
5935
7761
|
isLoading: true;
|
|
5936
7762
|
isFetching: boolean;
|
|
5937
7763
|
data: undefined;
|
|
5938
|
-
}) | (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>, "
|
|
7764
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5939
7765
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
5940
7766
|
isUninitialized: false;
|
|
5941
7767
|
isLoading: false;
|
|
@@ -5948,14 +7774,14 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
5948
7774
|
error: undefined;
|
|
5949
7775
|
} & {
|
|
5950
7776
|
data: GetApiWorkspacesApiResponse;
|
|
5951
|
-
} & 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>, "
|
|
7777
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5952
7778
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
5953
7779
|
isUninitialized: false;
|
|
5954
7780
|
isLoading: false;
|
|
5955
7781
|
isFetching: false;
|
|
5956
7782
|
isSuccess: false;
|
|
5957
7783
|
isError: false;
|
|
5958
|
-
}, "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>, "
|
|
7784
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5959
7785
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
5960
7786
|
isUninitialized: false;
|
|
5961
7787
|
isLoading: false;
|
|
@@ -5969,14 +7795,14 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
5969
7795
|
} & {
|
|
5970
7796
|
data: GetApiWorkspacesApiResponse;
|
|
5971
7797
|
currentData: GetApiWorkspacesApiResponse;
|
|
5972
|
-
} & 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>, "
|
|
7798
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5973
7799
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
5974
7800
|
isUninitialized: false;
|
|
5975
7801
|
isLoading: false;
|
|
5976
7802
|
isFetching: false;
|
|
5977
7803
|
isSuccess: false;
|
|
5978
7804
|
isError: false;
|
|
5979
|
-
}, "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>, "
|
|
7805
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5980
7806
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
5981
7807
|
isUninitialized: false;
|
|
5982
7808
|
isLoading: false;
|
|
@@ -5985,7 +7811,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
5985
7811
|
isError: false;
|
|
5986
7812
|
}, "error" | "isError"> & {
|
|
5987
7813
|
isError: true;
|
|
5988
|
-
} & 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>, "
|
|
7814
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
5989
7815
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
5990
7816
|
isUninitialized: false;
|
|
5991
7817
|
isLoading: false;
|
|
@@ -6017,7 +7843,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
6017
7843
|
isError: false;
|
|
6018
7844
|
}, "isUninitialized"> & {
|
|
6019
7845
|
isUninitialized: true;
|
|
6020
|
-
}) | (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>, "
|
|
7846
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6021
7847
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
6022
7848
|
isUninitialized: false;
|
|
6023
7849
|
isLoading: false;
|
|
@@ -6028,7 +7854,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
6028
7854
|
isLoading: true;
|
|
6029
7855
|
isFetching: boolean;
|
|
6030
7856
|
data: undefined;
|
|
6031
|
-
}) | (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>, "
|
|
7857
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6032
7858
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
6033
7859
|
isUninitialized: false;
|
|
6034
7860
|
isLoading: false;
|
|
@@ -6041,14 +7867,14 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
6041
7867
|
error: undefined;
|
|
6042
7868
|
} & {
|
|
6043
7869
|
data: GetApiWorkspacesApiResponse;
|
|
6044
|
-
} & 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>, "
|
|
7870
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6045
7871
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
6046
7872
|
isUninitialized: false;
|
|
6047
7873
|
isLoading: false;
|
|
6048
7874
|
isFetching: false;
|
|
6049
7875
|
isSuccess: false;
|
|
6050
7876
|
isError: false;
|
|
6051
|
-
}, "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>, "
|
|
7877
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6052
7878
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
6053
7879
|
isUninitialized: false;
|
|
6054
7880
|
isLoading: false;
|
|
@@ -6062,14 +7888,14 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
6062
7888
|
} & {
|
|
6063
7889
|
data: GetApiWorkspacesApiResponse;
|
|
6064
7890
|
currentData: GetApiWorkspacesApiResponse;
|
|
6065
|
-
} & 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>, "
|
|
7891
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6066
7892
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
6067
7893
|
isUninitialized: false;
|
|
6068
7894
|
isLoading: false;
|
|
6069
7895
|
isFetching: false;
|
|
6070
7896
|
isSuccess: false;
|
|
6071
7897
|
isError: false;
|
|
6072
|
-
}, "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>, "
|
|
7898
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6073
7899
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
6074
7900
|
isUninitialized: false;
|
|
6075
7901
|
isLoading: false;
|
|
@@ -6078,7 +7904,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
6078
7904
|
isError: false;
|
|
6079
7905
|
}, "error" | "isError"> & {
|
|
6080
7906
|
isError: true;
|
|
6081
|
-
} & 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>, "
|
|
7907
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6082
7908
|
currentData?: GetApiWorkspacesApiResponse | undefined;
|
|
6083
7909
|
isUninitialized: false;
|
|
6084
7910
|
isLoading: false;
|
|
@@ -6089,7 +7915,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = _reduxj
|
|
|
6089
7915
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6090
7916
|
}) => R) | undefined;
|
|
6091
7917
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6092
|
-
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>, "
|
|
7918
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
6093
7919
|
};
|
|
6094
7920
|
declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
6095
7921
|
requestId?: undefined;
|
|
@@ -6248,7 +8074,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
6248
8074
|
isError: true;
|
|
6249
8075
|
})) => R) | undefined;
|
|
6250
8076
|
fixedCacheKey?: string;
|
|
6251
|
-
} | 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>, "
|
|
8077
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6252
8078
|
originalArgs?: PostApiWorkspacesApiArg | undefined;
|
|
6253
8079
|
reset: () => void;
|
|
6254
8080
|
}];
|
|
@@ -6270,7 +8096,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6270
8096
|
isError: false;
|
|
6271
8097
|
}, "isUninitialized"> & {
|
|
6272
8098
|
isUninitialized: true;
|
|
6273
|
-
}) | (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>, "
|
|
8099
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6274
8100
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6275
8101
|
isUninitialized: false;
|
|
6276
8102
|
isLoading: false;
|
|
@@ -6281,7 +8107,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6281
8107
|
isLoading: true;
|
|
6282
8108
|
isFetching: boolean;
|
|
6283
8109
|
data: undefined;
|
|
6284
|
-
}) | (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>, "
|
|
8110
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6285
8111
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6286
8112
|
isUninitialized: false;
|
|
6287
8113
|
isLoading: false;
|
|
@@ -6294,14 +8120,14 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6294
8120
|
error: undefined;
|
|
6295
8121
|
} & {
|
|
6296
8122
|
data: GetApiWorkspacesByIdApiResponse;
|
|
6297
|
-
} & 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>, "
|
|
8123
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6298
8124
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6299
8125
|
isUninitialized: false;
|
|
6300
8126
|
isLoading: false;
|
|
6301
8127
|
isFetching: false;
|
|
6302
8128
|
isSuccess: false;
|
|
6303
8129
|
isError: false;
|
|
6304
|
-
}, "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>, "
|
|
8130
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6305
8131
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6306
8132
|
isUninitialized: false;
|
|
6307
8133
|
isLoading: false;
|
|
@@ -6315,14 +8141,14 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6315
8141
|
} & {
|
|
6316
8142
|
data: GetApiWorkspacesByIdApiResponse;
|
|
6317
8143
|
currentData: GetApiWorkspacesByIdApiResponse;
|
|
6318
|
-
} & 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>, "
|
|
8144
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6319
8145
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6320
8146
|
isUninitialized: false;
|
|
6321
8147
|
isLoading: false;
|
|
6322
8148
|
isFetching: false;
|
|
6323
8149
|
isSuccess: false;
|
|
6324
8150
|
isError: false;
|
|
6325
|
-
}, "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>, "
|
|
8151
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6326
8152
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6327
8153
|
isUninitialized: false;
|
|
6328
8154
|
isLoading: false;
|
|
@@ -6331,7 +8157,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6331
8157
|
isError: false;
|
|
6332
8158
|
}, "error" | "isError"> & {
|
|
6333
8159
|
isError: true;
|
|
6334
|
-
} & 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>, "
|
|
8160
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6335
8161
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6336
8162
|
isUninitialized: false;
|
|
6337
8163
|
isLoading: false;
|
|
@@ -6363,7 +8189,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6363
8189
|
isError: false;
|
|
6364
8190
|
}, "isUninitialized"> & {
|
|
6365
8191
|
isUninitialized: true;
|
|
6366
|
-
}) | (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>, "
|
|
8192
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6367
8193
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6368
8194
|
isUninitialized: false;
|
|
6369
8195
|
isLoading: false;
|
|
@@ -6374,7 +8200,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6374
8200
|
isLoading: true;
|
|
6375
8201
|
isFetching: boolean;
|
|
6376
8202
|
data: undefined;
|
|
6377
|
-
}) | (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>, "
|
|
8203
|
+
}) | (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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6378
8204
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6379
8205
|
isUninitialized: false;
|
|
6380
8206
|
isLoading: false;
|
|
@@ -6387,14 +8213,14 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6387
8213
|
error: undefined;
|
|
6388
8214
|
} & {
|
|
6389
8215
|
data: GetApiWorkspacesByIdApiResponse;
|
|
6390
|
-
} & 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>, "
|
|
8216
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6391
8217
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6392
8218
|
isUninitialized: false;
|
|
6393
8219
|
isLoading: false;
|
|
6394
8220
|
isFetching: false;
|
|
6395
8221
|
isSuccess: false;
|
|
6396
8222
|
isError: false;
|
|
6397
|
-
}, "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>, "
|
|
8223
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6398
8224
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6399
8225
|
isUninitialized: false;
|
|
6400
8226
|
isLoading: false;
|
|
@@ -6408,14 +8234,14 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6408
8234
|
} & {
|
|
6409
8235
|
data: GetApiWorkspacesByIdApiResponse;
|
|
6410
8236
|
currentData: GetApiWorkspacesByIdApiResponse;
|
|
6411
|
-
} & 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>, "
|
|
8237
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6412
8238
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6413
8239
|
isUninitialized: false;
|
|
6414
8240
|
isLoading: false;
|
|
6415
8241
|
isFetching: false;
|
|
6416
8242
|
isSuccess: false;
|
|
6417
8243
|
isError: false;
|
|
6418
|
-
}, "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>, "
|
|
8244
|
+
}, "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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6419
8245
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6420
8246
|
isUninitialized: false;
|
|
6421
8247
|
isLoading: false;
|
|
@@ -6424,7 +8250,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6424
8250
|
isError: false;
|
|
6425
8251
|
}, "error" | "isError"> & {
|
|
6426
8252
|
isError: true;
|
|
6427
|
-
} & 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>, "
|
|
8253
|
+
} & 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>> & {
|
|
6428
8254
|
currentData?: GetApiWorkspacesByIdApiResponse | undefined;
|
|
6429
8255
|
isUninitialized: false;
|
|
6430
8256
|
isLoading: false;
|
|
@@ -6435,7 +8261,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = _re
|
|
|
6435
8261
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
6436
8262
|
}) => R) | undefined;
|
|
6437
8263
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
6438
|
-
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>, "
|
|
8264
|
+
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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
|
|
6439
8265
|
};
|
|
6440
8266
|
declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
|
|
6441
8267
|
requestId?: undefined;
|
|
@@ -6594,7 +8420,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
6594
8420
|
isError: true;
|
|
6595
8421
|
})) => R) | undefined;
|
|
6596
8422
|
fixedCacheKey?: string;
|
|
6597
|
-
} | 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>, "
|
|
8423
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6598
8424
|
originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
|
|
6599
8425
|
reset: () => void;
|
|
6600
8426
|
}];
|
|
@@ -6755,9 +8581,9 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
6755
8581
|
isError: true;
|
|
6756
8582
|
})) => R) | undefined;
|
|
6757
8583
|
fixedCacheKey?: string;
|
|
6758
|
-
} | 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>, "
|
|
8584
|
+
} | 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" | "Events_other" | "Key_users" | "Model_other" | "Organization_other" | "Team_teams" | "Workspace_workspaces" | "Evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
|
|
6759
8585
|
originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
|
|
6760
8586
|
reset: () => void;
|
|
6761
8587
|
}];
|
|
6762
8588
|
|
|
6763
|
-
export { type AddTeamToOrgApiArg, type AddTeamToOrgApiResponse, type AddUserToTeamApiArg, type AddUserToTeamApiResponse, type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type CreateTeamApiArg, type CreateTeamApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type DeleteEventsApiArg, type DeleteEventsApiResponse, type DeleteEventsByIdApiArg, type DeleteEventsByIdApiResponse, type DeleteTeamApiArg, type DeleteTeamApiResponse, type GetApiWorkspacesApiArg, type GetApiWorkspacesApiResponse, type GetApiWorkspacesByIdApiArg, type GetApiWorkspacesByIdApiResponse, type GetEnvironmentsApiArg, type GetEnvironmentsApiResponse, 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 PostApiWorkspacesApiArg, type PostApiWorkspacesApiResponse, type PostEvaluateApiArg, type PostEvaluateApiResponse, type PostEventsApiArg, type PostEventsApiResponse, type PutApiWorkspacesByIdApiArg, type PutApiWorkspacesByIdApiResponse, type PutEventsByIdStatusApiArg, type PutEventsByIdStatusApiResponse, type PutEventsStatusApiArg, type PutEventsStatusApiResponse, type RegisterMeshmodelsApiArg, type RegisterMeshmodelsApiResponse, type RemoveTeamFromOrgApiArg, type RemoveTeamFromOrgApiResponse, type RemoveUserFromTeamApiArg, type RemoveUserFromTeamApiResponse, type UpdateTeamApiArg, type UpdateTeamApiResponse, addTagTypes, injectedRtkApi as mesheryApi, useAddTeamToOrgMutation, useAddUserToTeamMutation, useCreateEnvironmentMutation, useCreateTeamMutation, useDeleteApiWorkspacesByIdMutation, useDeleteEventsByIdMutation, useDeleteEventsMutation, useDeleteTeamMutation, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetEnvironmentsQuery, useGetOrgByDomainQuery, useGetTeamByIdQuery, useGetTeamUsersQuery, useGetTeamsQuery, useGetUserKeysQuery, useImportDesignMutation, usePostApiWorkspacesMutation, usePostEvaluateMutation, usePostEventsMutation, usePutApiWorkspacesByIdMutation, usePutEventsByIdStatusMutation, usePutEventsStatusMutation, useRegisterMeshmodelsMutation, useRemoveTeamFromOrgMutation, useRemoveUserFromTeamMutation, useUpdateTeamMutation };
|
|
8589
|
+
export { type AddConnectionToEnvironmentApiArg, type AddConnectionToEnvironmentApiResponse, type AddTeamToOrgApiArg, type AddTeamToOrgApiResponse, type AddUserToTeamApiArg, type AddUserToTeamApiResponse, type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type CreateTeamApiArg, type CreateTeamApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type DeleteConnectionApiArg, type DeleteConnectionApiResponse, type DeleteEventsApiArg, type DeleteEventsApiResponse, type DeleteEventsByIdApiArg, type DeleteEventsByIdApiResponse, type DeleteMesheryConnectionApiArg, type DeleteMesheryConnectionApiResponse, type DeleteTeamApiArg, type DeleteTeamApiResponse, type GetApiWorkspacesApiArg, type GetApiWorkspacesApiResponse, type GetApiWorkspacesByIdApiArg, type GetApiWorkspacesByIdApiResponse, 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 PostApiWorkspacesApiArg, type PostApiWorkspacesApiResponse, type PostEvaluateApiArg, type PostEvaluateApiResponse, type PostEventsApiArg, type PostEventsApiResponse, type PutApiWorkspacesByIdApiArg, type PutApiWorkspacesByIdApiResponse, 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, useDeleteApiWorkspacesByIdMutation, useDeleteConnectionMutation, useDeleteEventsByIdMutation, useDeleteEventsMutation, useDeleteMesheryConnectionMutation, useDeleteTeamMutation, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetConnectionByIdQuery, useGetConnectionsQuery, useGetEnvironmentsQuery, useGetKubernetesContextQuery, useGetOrgByDomainQuery, useGetTeamByIdQuery, useGetTeamUsersQuery, useGetTeamsQuery, useGetUserKeysQuery, useImportDesignMutation, usePostApiWorkspacesMutation, usePostEvaluateMutation, usePostEventsMutation, usePutApiWorkspacesByIdMutation, usePutEventsByIdStatusMutation, usePutEventsStatusMutation, useRegisterConnectionMutation, useRegisterMeshmodelsMutation, useRemoveConnectionFromEnvironmentMutation, useRemoveTeamFromOrgMutation, useRemoveUserFromTeamMutation, useUpdateConnectionMutation, useUpdateTeamMutation };
|