@meshery/schemas 0.8.106 → 0.8.108

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/README.md +294 -23
  2. package/dist/Core-Wy_3jcVT.d.mts +736 -0
  3. package/dist/Core-Wy_3jcVT.d.ts +736 -0
  4. package/dist/cloudApi.d.mts +6882 -3601
  5. package/dist/cloudApi.d.ts +6882 -3601
  6. package/dist/cloudApi.js +1 -1
  7. package/dist/cloudApi.mjs +1 -1
  8. package/dist/constructs/v1alpha1/capability/Capability.d.mts +115 -0
  9. package/dist/constructs/v1alpha1/capability/Capability.d.ts +115 -0
  10. package/dist/constructs/v1alpha1/capability/Capability.js +1 -0
  11. package/dist/constructs/v1alpha1/capability/Capability.mjs +0 -0
  12. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.mts +155 -0
  13. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +155 -0
  14. package/dist/constructs/v1alpha1/capability/CapabilitySchema.js +2 -0
  15. package/dist/constructs/v1alpha1/capability/CapabilitySchema.mjs +2 -0
  16. package/dist/constructs/v1alpha1/core/Core.d.mts +1 -0
  17. package/dist/constructs/v1alpha1/core/Core.d.ts +1 -0
  18. package/dist/constructs/v1alpha1/core/Core.js +1 -0
  19. package/dist/constructs/v1alpha1/core/Core.mjs +0 -0
  20. package/dist/constructs/v1alpha1/core/CoreSchema.d.mts +1649 -0
  21. package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +1649 -0
  22. package/dist/constructs/v1alpha1/core/CoreSchema.js +2 -0
  23. package/dist/constructs/v1alpha1/core/CoreSchema.mjs +2 -0
  24. package/dist/constructs/v1alpha2/catalog/Catalog.d.mts +46 -0
  25. package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +46 -0
  26. package/dist/constructs/v1alpha2/catalog/Catalog.js +1 -0
  27. package/dist/constructs/v1alpha2/catalog/Catalog.mjs +0 -0
  28. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.mts +80 -0
  29. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +80 -0
  30. package/dist/constructs/v1alpha2/catalog/CatalogSchema.js +2 -0
  31. package/dist/constructs/v1alpha2/catalog/CatalogSchema.mjs +2 -0
  32. package/dist/constructs/v1beta1/academy/Academy.d.mts +5762 -0
  33. package/dist/constructs/v1beta1/academy/Academy.d.ts +5762 -0
  34. package/dist/constructs/v1beta1/academy/Academy.js +1 -0
  35. package/dist/constructs/v1beta1/academy/Academy.mjs +0 -0
  36. package/dist/constructs/v1beta1/academy/AcademySchema.d.mts +11838 -0
  37. package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +11838 -0
  38. package/dist/constructs/v1beta1/academy/AcademySchema.js +2 -0
  39. package/dist/constructs/v1beta1/academy/AcademySchema.mjs +2 -0
  40. package/dist/constructs/v1beta1/badge/Badge.d.mts +253 -0
  41. package/dist/constructs/v1beta1/badge/Badge.d.ts +253 -0
  42. package/dist/constructs/v1beta1/badge/Badge.js +1 -0
  43. package/dist/constructs/v1beta1/badge/Badge.mjs +0 -0
  44. package/dist/constructs/v1beta1/badge/BadgeSchema.d.mts +519 -0
  45. package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +519 -0
  46. package/dist/constructs/v1beta1/badge/BadgeSchema.js +2 -0
  47. package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +2 -0
  48. package/dist/constructs/v1beta1/category/Category.d.mts +33 -0
  49. package/dist/constructs/v1beta1/category/Category.d.ts +33 -0
  50. package/dist/constructs/v1beta1/category/Category.js +1 -0
  51. package/dist/constructs/v1beta1/category/Category.mjs +0 -0
  52. package/dist/constructs/v1beta1/category/CategorySchema.d.mts +60 -0
  53. package/dist/constructs/v1beta1/category/CategorySchema.d.ts +60 -0
  54. package/dist/constructs/v1beta1/category/CategorySchema.js +2 -0
  55. package/dist/constructs/v1beta1/category/CategorySchema.mjs +2 -0
  56. package/dist/constructs/v1beta1/component/Component.d.mts +737 -0
  57. package/dist/constructs/v1beta1/component/Component.d.ts +737 -0
  58. package/dist/constructs/v1beta1/component/Component.js +1 -0
  59. package/dist/constructs/v1beta1/component/Component.mjs +0 -0
  60. package/dist/constructs/v1beta1/component/ComponentSchema.d.mts +1751 -0
  61. package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +1751 -0
  62. package/dist/constructs/v1beta1/component/ComponentSchema.js +10 -0
  63. package/dist/constructs/v1beta1/component/ComponentSchema.mjs +10 -0
  64. package/dist/constructs/v1beta1/connection/Connection.d.mts +186 -0
  65. package/dist/constructs/v1beta1/connection/Connection.d.ts +186 -0
  66. package/dist/constructs/v1beta1/connection/Connection.js +1 -0
  67. package/dist/constructs/v1beta1/connection/Connection.mjs +0 -0
  68. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.mts +612 -0
  69. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +612 -0
  70. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +2 -0
  71. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +2 -0
  72. package/dist/constructs/v1beta1/environment/Environment.d.mts +307 -0
  73. package/dist/constructs/v1beta1/environment/Environment.d.ts +307 -0
  74. package/dist/constructs/v1beta1/environment/Environment.js +1 -0
  75. package/dist/constructs/v1beta1/environment/Environment.mjs +0 -0
  76. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.mts +904 -0
  77. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +904 -0
  78. package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +2 -0
  79. package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +2 -0
  80. package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +5729 -0
  81. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +5729 -0
  82. package/dist/constructs/v1beta1/evaluation/Evaluation.js +1 -0
  83. package/dist/constructs/v1beta1/evaluation/Evaluation.mjs +0 -0
  84. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.mts +15473 -0
  85. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +15473 -0
  86. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +210 -0
  87. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +210 -0
  88. package/dist/constructs/v1beta1/event/Event.d.mts +177 -0
  89. package/dist/constructs/v1beta1/event/Event.d.ts +177 -0
  90. package/dist/constructs/v1beta1/event/Event.js +1 -0
  91. package/dist/constructs/v1beta1/event/Event.mjs +0 -0
  92. package/dist/constructs/v1beta1/event/EventSchema.d.mts +360 -0
  93. package/dist/constructs/v1beta1/event/EventSchema.d.ts +360 -0
  94. package/dist/constructs/v1beta1/event/EventSchema.js +1 -0
  95. package/dist/constructs/v1beta1/event/EventSchema.mjs +1 -0
  96. package/dist/constructs/v1beta1/feature/Feature.d.mts +287 -0
  97. package/dist/constructs/v1beta1/feature/Feature.d.ts +287 -0
  98. package/dist/constructs/v1beta1/feature/Feature.js +1 -0
  99. package/dist/constructs/v1beta1/feature/Feature.mjs +0 -0
  100. package/dist/constructs/v1beta1/feature/FeatureSchema.d.mts +773 -0
  101. package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +773 -0
  102. package/dist/constructs/v1beta1/feature/FeatureSchema.js +1 -0
  103. package/dist/constructs/v1beta1/feature/FeatureSchema.mjs +1 -0
  104. package/dist/constructs/v1beta1/invitation/Invitation.d.mts +644 -0
  105. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +644 -0
  106. package/dist/constructs/v1beta1/invitation/Invitation.js +1 -0
  107. package/dist/constructs/v1beta1/invitation/Invitation.mjs +0 -0
  108. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.mts +1652 -0
  109. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +1652 -0
  110. package/dist/constructs/v1beta1/invitation/InvitationSchema.js +1 -0
  111. package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +1 -0
  112. package/dist/constructs/v1beta1/key/Key.d.mts +409 -0
  113. package/dist/constructs/v1beta1/key/Key.d.ts +409 -0
  114. package/dist/constructs/v1beta1/key/Key.js +1 -0
  115. package/dist/constructs/v1beta1/key/Key.mjs +0 -0
  116. package/dist/constructs/v1beta1/key/KeySchema.d.mts +1029 -0
  117. package/dist/constructs/v1beta1/key/KeySchema.d.ts +1029 -0
  118. package/dist/constructs/v1beta1/key/KeySchema.js +1 -0
  119. package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -0
  120. package/dist/constructs/v1beta1/keychain/Keychain.d.mts +641 -0
  121. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +641 -0
  122. package/dist/constructs/v1beta1/keychain/Keychain.js +1 -0
  123. package/dist/constructs/v1beta1/keychain/Keychain.mjs +0 -0
  124. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.mts +1541 -0
  125. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +1541 -0
  126. package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -0
  127. package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -0
  128. package/dist/constructs/v1beta1/model/Model.d.mts +474 -0
  129. package/dist/constructs/v1beta1/model/Model.d.ts +474 -0
  130. package/dist/constructs/v1beta1/model/Model.js +1 -0
  131. package/dist/constructs/v1beta1/model/Model.mjs +0 -0
  132. package/dist/constructs/v1beta1/model/ModelSchema.d.mts +1281 -0
  133. package/dist/constructs/v1beta1/model/ModelSchema.d.ts +1281 -0
  134. package/dist/constructs/v1beta1/model/ModelSchema.js +6 -0
  135. package/dist/constructs/v1beta1/model/ModelSchema.mjs +6 -0
  136. package/dist/constructs/v1beta1/organization/Organization.d.mts +268 -0
  137. package/dist/constructs/v1beta1/organization/Organization.d.ts +268 -0
  138. package/dist/constructs/v1beta1/organization/Organization.js +1 -0
  139. package/dist/constructs/v1beta1/organization/Organization.mjs +0 -0
  140. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.mts +765 -0
  141. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +765 -0
  142. package/dist/constructs/v1beta1/organization/OrganizationSchema.js +1 -0
  143. package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +1 -0
  144. package/dist/constructs/v1beta1/pattern/Pattern.d.mts +5776 -0
  145. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +5776 -0
  146. package/dist/constructs/v1beta1/pattern/Pattern.js +1 -0
  147. package/dist/constructs/v1beta1/pattern/Pattern.mjs +0 -0
  148. package/dist/constructs/v1beta1/pattern/PatternSchema.d.mts +15669 -0
  149. package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +15669 -0
  150. package/dist/constructs/v1beta1/pattern/PatternSchema.js +210 -0
  151. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +210 -0
  152. package/dist/constructs/v1beta1/plan/Plan.d.mts +120 -0
  153. package/dist/constructs/v1beta1/plan/Plan.d.ts +120 -0
  154. package/dist/constructs/v1beta1/plan/Plan.js +1 -0
  155. package/dist/constructs/v1beta1/plan/Plan.mjs +0 -0
  156. package/dist/constructs/v1beta1/plan/PlanSchema.d.mts +322 -0
  157. package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +322 -0
  158. package/dist/constructs/v1beta1/plan/PlanSchema.js +1 -0
  159. package/dist/constructs/v1beta1/plan/PlanSchema.mjs +1 -0
  160. package/dist/constructs/v1beta1/subcategory/Subcategory.d.mts +23 -0
  161. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +23 -0
  162. package/dist/constructs/v1beta1/subcategory/Subcategory.js +1 -0
  163. package/dist/constructs/v1beta1/subcategory/Subcategory.mjs +0 -0
  164. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.mts +33 -0
  165. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +33 -0
  166. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.js +2 -0
  167. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.mjs +2 -0
  168. package/dist/constructs/v1beta1/subscription/Subscription.d.mts +624 -0
  169. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +624 -0
  170. package/dist/constructs/v1beta1/subscription/Subscription.js +1 -0
  171. package/dist/constructs/v1beta1/subscription/Subscription.mjs +0 -0
  172. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.mts +1642 -0
  173. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +1642 -0
  174. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.js +2 -0
  175. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.mjs +2 -0
  176. package/dist/constructs/v1beta1/user/User.d.mts +473 -0
  177. package/dist/constructs/v1beta1/user/User.d.ts +473 -0
  178. package/dist/constructs/v1beta1/user/User.js +1 -0
  179. package/dist/constructs/v1beta1/user/User.mjs +0 -0
  180. package/dist/constructs/v1beta1/user/UserSchema.d.mts +1112 -0
  181. package/dist/constructs/v1beta1/user/UserSchema.d.ts +1112 -0
  182. package/dist/constructs/v1beta1/user/UserSchema.js +1 -0
  183. package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -0
  184. package/dist/constructs/v1beta1/workspace/Workspace.d.mts +303 -0
  185. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +303 -0
  186. package/dist/constructs/v1beta1/workspace/Workspace.js +1 -0
  187. package/dist/constructs/v1beta1/workspace/Workspace.mjs +0 -0
  188. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.mts +964 -0
  189. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +964 -0
  190. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +2 -0
  191. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +2 -0
  192. package/dist/index.d.mts +40 -34677
  193. package/dist/index.d.ts +40 -34677
  194. package/dist/index.js +29 -93
  195. package/dist/index.mjs +29 -93
  196. package/dist/mesheryApi.d.mts +1825 -727
  197. package/dist/mesheryApi.d.ts +1825 -727
  198. package/dist/mesheryApi.js +1 -1
  199. package/dist/mesheryApi.mjs +1 -1
  200. package/dist/permissions.d.mts +422 -0
  201. package/dist/permissions.d.ts +422 -0
  202. package/dist/permissions.js +1 -0
  203. package/dist/permissions.mjs +1 -0
  204. package/package.json +52 -48
@@ -2,19 +2,25 @@ import * as _reduxjs_toolkit from '@reduxjs/toolkit';
2
2
  import * as _reduxjs_toolkit_dist_query_react from '@reduxjs/toolkit/dist/query/react';
3
3
  import * as _reduxjs_toolkit_query from '@reduxjs/toolkit/query';
4
4
 
5
- declare const addTagTypes: readonly ["design_other", "model_other", "workspace_workspaces", "environment_environments", "evaluation_other"];
6
- declare const injectedRtkApi: _reduxjs_toolkit_query.Api<_reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, _reduxjs_toolkit_query.UpdateDefinitions<{}, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", never> & {
7
- importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>;
8
- registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>;
9
- getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
10
- postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
11
- getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
12
- putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
13
- deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>;
14
- createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>;
15
- getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>;
16
- postEvaluate: _reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>;
17
- }, "mesheryRtkSchemasApi", "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
5
+ declare const addTagTypes: readonly ["design_other", "environment_environments", "evaluation_other", "events_other", "model_other", "Organization_other", "workspace_workspaces"];
6
+ declare const injectedRtkApi: _reduxjs_toolkit_query.Api<_reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, _reduxjs_toolkit_query.UpdateDefinitions<{}, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", never> & {
7
+ importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>;
8
+ createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>;
9
+ getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>;
10
+ postEvaluate: _reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>;
11
+ deleteEventsById: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", DeleteEventsByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
12
+ postEvents: _reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", unknown, "mesheryRtkSchemasApi", unknown>;
13
+ deleteEvents: _reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", DeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>;
14
+ putEventsStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", PutEventsStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
15
+ putEventsByIdStatus: _reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>;
16
+ registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>;
17
+ getOrgByDomain: _reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>;
18
+ getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
19
+ postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
20
+ getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
21
+ putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
22
+ deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", unknown, "mesheryRtkSchemasApi", unknown>;
23
+ }, "mesheryRtkSchemasApi", "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
18
24
 
19
25
  type ImportDesignApiResponse = {
20
26
  message?: string;
@@ -31,115 +37,6 @@ type ImportDesignApiArg = {
31
37
  url?: string;
32
38
  };
33
39
  };
34
- type RegisterMeshmodelsApiResponse = {
35
- message?: string;
36
- };
37
- type RegisterMeshmodelsApiArg = {
38
- body: {
39
- importBody: {
40
- /** Name of the file being uploaded. */
41
- fileName: string;
42
- /** Supported model file formats are: .tar, .tar.gz, and .tgz. See [Import Models Documentation](https://docs.meshery.io/guides/configuration-management/importing-models#import-models-using-meshery-ui) for details */
43
- modelFile: string;
44
- } | {
45
- /** A direct URL to a single model file, for example: https://raw.github.com/your-model-file.tar. Supported model file formats are: .tar, .tar.gz, and .tgz. \n\nFor bulk import of your model use the GitHub connection or CSV files. See [Import Models Documentation](https://docs.meshery.io/guides/configuration-management/importing-models#import-models-using-meshery-ui) for details */
46
- url: string;
47
- } | {
48
- /** Upload a CSV file containing model definitions */
49
- modelCsv: Blob;
50
- /** Upload a CSV file containing component definitions */
51
- componentCsv: Blob;
52
- /** Upload a CSV file containing relationship definitions */
53
- relationshipCsv: Blob;
54
- } | {
55
- /** URI to the source code or package of the model. */
56
- url: string | string;
57
- };
58
- /** Choose the method you prefer to upload your model file. Select 'File Import' or 'CSV Import' if you have the file on your local system or 'URL Import' if you have the file hosted online. */
59
- uploadType: "file" | "urlImport" | "csv" | "url";
60
- register: boolean;
61
- };
62
- };
63
- type GetApiWorkspacesApiResponse = {
64
- page?: number;
65
- page_size?: number;
66
- total_count?: number;
67
- workspaces?: {
68
- ID?: string;
69
- name?: string;
70
- description?: string;
71
- organization_id?: string;
72
- owner?: string;
73
- created_at?: string;
74
- updated_at?: string;
75
- /** SQL null Timestamp to handle null values of time. */
76
- deleted_at?: string;
77
- }[];
78
- };
79
- type GetApiWorkspacesApiArg = void;
80
- type PostApiWorkspacesApiResponse = {
81
- ID?: string;
82
- name?: string;
83
- description?: string;
84
- organization_id?: string;
85
- owner?: string;
86
- created_at?: string;
87
- updated_at?: string;
88
- /** SQL null Timestamp to handle null values of time. */
89
- deleted_at?: string;
90
- };
91
- type PostApiWorkspacesApiArg = {
92
- /** Body for creating workspace */
93
- body: {
94
- /** Provide a name that meaningfully represents this workspace. You can change the name of the workspace even after its creation. */
95
- name: string;
96
- /** Workspaces serve as a virtual space for your team-based work, allows you to control access and more, Provide a detailed description to clarify the purpose of this workspace. Remember you can changes description of workspace after it's creations too. Learn more about workspaces [here](https://docs.meshery.io/concepts/logical/workspaces) */
97
- description?: string;
98
- /** Select an organization in which you want to create this new workspace. Keep in mind that the organization cannot be changed after creation. */
99
- organization_id: string;
100
- };
101
- };
102
- type GetApiWorkspacesByIdApiResponse = {
103
- ID?: string;
104
- name?: string;
105
- description?: string;
106
- organization_id?: string;
107
- owner?: string;
108
- created_at?: string;
109
- updated_at?: string;
110
- /** SQL null Timestamp to handle null values of time. */
111
- deleted_at?: string;
112
- };
113
- type GetApiWorkspacesByIdApiArg = {
114
- id: string;
115
- };
116
- type PutApiWorkspacesByIdApiResponse = {
117
- ID?: string;
118
- name?: string;
119
- description?: string;
120
- organization_id?: string;
121
- owner?: string;
122
- created_at?: string;
123
- updated_at?: string;
124
- /** SQL null Timestamp to handle null values of time. */
125
- deleted_at?: string;
126
- };
127
- type PutApiWorkspacesByIdApiArg = {
128
- id: string;
129
- /** Body for updating workspace */
130
- body: {
131
- /** Name of workspace */
132
- name?: string;
133
- /** Environment description */
134
- description?: string;
135
- /** Organization ID */
136
- organization_id: string;
137
- };
138
- };
139
- type DeleteApiWorkspacesByIdApiResponse = unknown;
140
- type DeleteApiWorkspacesByIdApiArg = {
141
- id: string;
142
- };
143
40
  type CreateEnvironmentApiResponse = {
144
41
  /** ID */
145
42
  id: string;
@@ -205,7 +102,7 @@ type PostEvaluateApiResponse = {
205
102
  schemaVersion: string;
206
103
  /** The final evaluated design, including all updated components and relationships. This can be either the complete updated design or only a diff of changes. The version of the design will be automatically incremented if any modifications are made during the evaluation process. This field provides a comprehensive view of the design state after all relationship evaluations and policy applications have been completed. */
207
104
  design: {
208
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
105
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
209
106
  id: string;
210
107
  /** Name of the design; a descriptive, but concise title for the design document. */
211
108
  name: string;
@@ -234,7 +131,7 @@ type PostEvaluateApiResponse = {
234
131
  };
235
132
  /** A list of one or more component declarations. */
236
133
  components: {
237
- /** Uniquely identifies the entity (i.e. component) as defined in a declaration (i.e. design). */
134
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
238
135
  id: string;
239
136
  /** Specifies the version of the schema to which the component definition conforms. */
240
137
  schemaVersion: string;
@@ -248,7 +145,7 @@ type PostEvaluateApiResponse = {
248
145
  format: "JSON" | "CUE";
249
146
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
250
147
  model?: {
251
- /** Uniquely identifies the entity (i.e. component) as defined in a declaration (i.e. design). */
148
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
252
149
  id: string;
253
150
  /** Specifies the version of the schema used for the definition. */
254
151
  schemaVersion: string;
@@ -268,11 +165,11 @@ type PostEvaluateApiResponse = {
268
165
  status: "ignored" | "enabled" | "duplicate";
269
166
  /** Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections */
270
167
  registrant: {
271
- /** ID */
168
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
272
169
  id: string;
273
170
  /** Connection Name */
274
171
  name: string;
275
- /** Credential ID */
172
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
276
173
  credential_id?: string;
277
174
  /** Connection Type */
278
175
  type: string;
@@ -283,21 +180,21 @@ type PostEvaluateApiResponse = {
283
180
  metadata?: object;
284
181
  /** Connection Status */
285
182
  status: "discovered" | "registered" | "connected" | "ignored" | "maintenance" | "disconnected" | "deleted" | "not found";
286
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
183
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
287
184
  user_id?: string;
288
185
  created_at?: string;
289
186
  updated_at?: string;
290
187
  deleted_at?: string;
291
188
  environments?: {
292
- /** ID */
189
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
293
190
  id: string;
294
191
  /** Environment name */
295
192
  name: string;
296
193
  /** Environment description */
297
194
  description: string;
298
- /** Environment organization ID */
195
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
299
196
  organization_id: string;
300
- /** Environment owner */
197
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
301
198
  owner?: string;
302
199
  created_at?: string;
303
200
  metadata?: object;
@@ -307,13 +204,13 @@ type PostEvaluateApiResponse = {
307
204
  /** Specifies the version of the schema used for the definition. */
308
205
  schemaVersion: string;
309
206
  };
310
- /** ID of the registrant. */
207
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
311
208
  registrantId: string;
312
- /** ID of the category. */
209
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
313
210
  categoryId: string;
314
211
  /** Category of the model. */
315
212
  category: {
316
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
213
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
317
214
  id: string;
318
215
  /** The category of the model that determines the main grouping. */
319
216
  name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
@@ -362,8 +259,8 @@ type PostEvaluateApiResponse = {
362
259
  svgColor: string;
363
260
  /** SVG representation of the complete model. */
364
261
  svgComplete?: string;
365
- /** The shape of the nodes body. Note that each shape fits within the specified width and height, and so you may have to adjust width and height if you desire an equilateral shape (i.e. width !== height for several equilateral shapes) */
366
- shape?: "circle" | "ellipse" | "triangle" | "round-triangle" | "rectangle" | "round-rectangle" | "bottom-round-rectangle" | "cut-rectangle" | "barrel" | "rhomboid" | "diamond" | "round-diamond" | "pentagon" | "round-pentagon" | "hexagon" | "round-hexagon" | "concave-hexagon" | "heptagon" | "round-heptagon" | "octagon" | "round-octagon" | "star" | "tag" | "round-tag" | "vee" | "polygon";
262
+ /** The shape of the node's body. Note that each shape fits within the specified width and height, and so you may have to adjust width and height if you desire an equilateral shape (i.e. width !== height for several equilateral shapes) */
263
+ shape?: "ellipse" | "triangle" | "round-triangle" | "rectangle" | "round-rectangle" | "bottom-round-rectangle" | "cut-rectangle" | "barrel" | "rhomboid" | "diamond" | "round-diamond" | "pentagon" | "round-pentagon" | "hexagon" | "round-hexagon" | "concave-hexagon" | "heptagon" | "round-heptagon" | "octagon" | "round-octagon" | "star" | "tag" | "round-tag" | "vee" | "polygon";
367
264
  [key: string]: any;
368
265
  };
369
266
  /** Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
@@ -384,7 +281,7 @@ type PostEvaluateApiResponse = {
384
281
  };
385
282
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
386
283
  modelReference: {
387
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
284
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
388
285
  id: string;
389
286
  /** The unique name for the model within the scope of a registrant. */
390
287
  name: string;
@@ -401,7 +298,7 @@ type PostEvaluateApiResponse = {
401
298
  kind: string;
402
299
  };
403
300
  };
404
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
301
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
405
302
  modelId: string;
406
303
  /** Visualization styles for a component */
407
304
  styles?: {
@@ -619,7 +516,7 @@ type PostEvaluateApiResponse = {
619
516
  version: string;
620
517
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
621
518
  model: {
622
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
519
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
623
520
  id: string;
624
521
  /** The unique name for the model within the scope of a registrant. */
625
522
  name: string;
@@ -784,7 +681,7 @@ type PostEvaluateApiResponse = {
784
681
  kind?: string;
785
682
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
786
683
  model?: {
787
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
684
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
788
685
  id: string;
789
686
  /** The unique name for the model within the scope of a registrant. */
790
687
  name: string;
@@ -849,7 +746,7 @@ type PostEvaluateApiResponse = {
849
746
  kind?: string;
850
747
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
851
748
  model?: {
852
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
749
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
853
750
  id: string;
854
751
  /** The unique name for the model within the scope of a registrant. */
855
752
  name: string;
@@ -919,7 +816,7 @@ type PostEvaluateApiResponse = {
919
816
  match_strategy_matrix?: string[][];
920
817
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
921
818
  model?: {
922
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
819
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
923
820
  id: string;
924
821
  /** The unique name for the model within the scope of a registrant. */
925
822
  name: string;
@@ -984,7 +881,7 @@ type PostEvaluateApiResponse = {
984
881
  kind?: string;
985
882
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
986
883
  model?: {
987
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
884
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
988
885
  id: string;
989
886
  /** The unique name for the model within the scope of a registrant. */
990
887
  name: string;
@@ -1062,7 +959,7 @@ type PostEvaluateApiArg = {
1062
959
  body: {
1063
960
  /** Designs are your primary tool for collaborative authorship of your infrastructure, workflow, and processes. */
1064
961
  design: {
1065
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
962
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1066
963
  id: string;
1067
964
  /** Name of the design; a descriptive, but concise title for the design document. */
1068
965
  name: string;
@@ -1091,7 +988,7 @@ type PostEvaluateApiArg = {
1091
988
  };
1092
989
  /** A list of one or more component declarations. */
1093
990
  components: {
1094
- /** Uniquely identifies the entity (i.e. component) as defined in a declaration (i.e. design). */
991
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1095
992
  id: string;
1096
993
  /** Specifies the version of the schema to which the component definition conforms. */
1097
994
  schemaVersion: string;
@@ -1105,7 +1002,7 @@ type PostEvaluateApiArg = {
1105
1002
  format: "JSON" | "CUE";
1106
1003
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
1107
1004
  model?: {
1108
- /** Uniquely identifies the entity (i.e. component) as defined in a declaration (i.e. design). */
1005
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1109
1006
  id: string;
1110
1007
  /** Specifies the version of the schema used for the definition. */
1111
1008
  schemaVersion: string;
@@ -1125,11 +1022,11 @@ type PostEvaluateApiArg = {
1125
1022
  status: "ignored" | "enabled" | "duplicate";
1126
1023
  /** Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections */
1127
1024
  registrant: {
1128
- /** ID */
1025
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1129
1026
  id: string;
1130
1027
  /** Connection Name */
1131
1028
  name: string;
1132
- /** Credential ID */
1029
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1133
1030
  credential_id?: string;
1134
1031
  /** Connection Type */
1135
1032
  type: string;
@@ -1140,21 +1037,21 @@ type PostEvaluateApiArg = {
1140
1037
  metadata?: object;
1141
1038
  /** Connection Status */
1142
1039
  status: "discovered" | "registered" | "connected" | "ignored" | "maintenance" | "disconnected" | "deleted" | "not found";
1143
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
1040
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1144
1041
  user_id?: string;
1145
1042
  created_at?: string;
1146
1043
  updated_at?: string;
1147
1044
  deleted_at?: string;
1148
1045
  environments?: {
1149
- /** ID */
1046
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1150
1047
  id: string;
1151
1048
  /** Environment name */
1152
1049
  name: string;
1153
1050
  /** Environment description */
1154
1051
  description: string;
1155
- /** Environment organization ID */
1052
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1156
1053
  organization_id: string;
1157
- /** Environment owner */
1054
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1158
1055
  owner?: string;
1159
1056
  created_at?: string;
1160
1057
  metadata?: object;
@@ -1164,13 +1061,13 @@ type PostEvaluateApiArg = {
1164
1061
  /** Specifies the version of the schema used for the definition. */
1165
1062
  schemaVersion: string;
1166
1063
  };
1167
- /** ID of the registrant. */
1064
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1168
1065
  registrantId: string;
1169
- /** ID of the category. */
1066
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1170
1067
  categoryId: string;
1171
1068
  /** Category of the model. */
1172
1069
  category: {
1173
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
1070
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1174
1071
  id: string;
1175
1072
  /** The category of the model that determines the main grouping. */
1176
1073
  name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
@@ -1219,8 +1116,8 @@ type PostEvaluateApiArg = {
1219
1116
  svgColor: string;
1220
1117
  /** SVG representation of the complete model. */
1221
1118
  svgComplete?: string;
1222
- /** The shape of the nodes body. Note that each shape fits within the specified width and height, and so you may have to adjust width and height if you desire an equilateral shape (i.e. width !== height for several equilateral shapes) */
1223
- shape?: "circle" | "ellipse" | "triangle" | "round-triangle" | "rectangle" | "round-rectangle" | "bottom-round-rectangle" | "cut-rectangle" | "barrel" | "rhomboid" | "diamond" | "round-diamond" | "pentagon" | "round-pentagon" | "hexagon" | "round-hexagon" | "concave-hexagon" | "heptagon" | "round-heptagon" | "octagon" | "round-octagon" | "star" | "tag" | "round-tag" | "vee" | "polygon";
1119
+ /** The shape of the node's body. Note that each shape fits within the specified width and height, and so you may have to adjust width and height if you desire an equilateral shape (i.e. width !== height for several equilateral shapes) */
1120
+ shape?: "ellipse" | "triangle" | "round-triangle" | "rectangle" | "round-rectangle" | "bottom-round-rectangle" | "cut-rectangle" | "barrel" | "rhomboid" | "diamond" | "round-diamond" | "pentagon" | "round-pentagon" | "hexagon" | "round-hexagon" | "concave-hexagon" | "heptagon" | "round-heptagon" | "octagon" | "round-octagon" | "star" | "tag" | "round-tag" | "vee" | "polygon";
1224
1121
  [key: string]: any;
1225
1122
  };
1226
1123
  /** Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
@@ -1241,7 +1138,7 @@ type PostEvaluateApiArg = {
1241
1138
  };
1242
1139
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
1243
1140
  modelReference: {
1244
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
1141
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1245
1142
  id: string;
1246
1143
  /** The unique name for the model within the scope of a registrant. */
1247
1144
  name: string;
@@ -1258,7 +1155,7 @@ type PostEvaluateApiArg = {
1258
1155
  kind: string;
1259
1156
  };
1260
1157
  };
1261
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
1158
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1262
1159
  modelId: string;
1263
1160
  /** Visualization styles for a component */
1264
1161
  styles?: {
@@ -1476,7 +1373,7 @@ type PostEvaluateApiArg = {
1476
1373
  version: string;
1477
1374
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
1478
1375
  model: {
1479
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
1376
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1480
1377
  id: string;
1481
1378
  /** The unique name for the model within the scope of a registrant. */
1482
1379
  name: string;
@@ -1641,7 +1538,7 @@ type PostEvaluateApiArg = {
1641
1538
  kind?: string;
1642
1539
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
1643
1540
  model?: {
1644
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
1541
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1645
1542
  id: string;
1646
1543
  /** The unique name for the model within the scope of a registrant. */
1647
1544
  name: string;
@@ -1706,7 +1603,7 @@ type PostEvaluateApiArg = {
1706
1603
  kind?: string;
1707
1604
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
1708
1605
  model?: {
1709
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
1606
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1710
1607
  id: string;
1711
1608
  /** The unique name for the model within the scope of a registrant. */
1712
1609
  name: string;
@@ -1776,7 +1673,7 @@ type PostEvaluateApiArg = {
1776
1673
  match_strategy_matrix?: string[][];
1777
1674
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
1778
1675
  model?: {
1779
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
1676
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1780
1677
  id: string;
1781
1678
  /** The unique name for the model within the scope of a registrant. */
1782
1679
  name: string;
@@ -1841,7 +1738,7 @@ type PostEvaluateApiArg = {
1841
1738
  kind?: string;
1842
1739
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
1843
1740
  model?: {
1844
- /** A Universally Unique Identifier used to uniquely identify entites in Meshery. The UUID core defintion is used across different schemas. */
1741
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1845
1742
  id: string;
1846
1743
  /** The unique name for the model within the scope of a registrant. */
1847
1744
  name: string;
@@ -1917,179 +1814,215 @@ type PostEvaluateApiArg = {
1917
1814
  };
1918
1815
  };
1919
1816
  };
1920
- declare const useImportDesignMutation: <R extends Record<string, any> = ({
1921
- requestId?: undefined;
1922
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
1923
- data?: undefined;
1924
- error?: undefined;
1925
- endpointName?: string | undefined;
1926
- startedTimeStamp?: undefined;
1927
- /** JSON ref to value from where patch should be applied. */
1928
- fulfilledTimeStamp?: undefined;
1929
- } & {
1930
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
1931
- isUninitialized: true;
1932
- isLoading: false;
1933
- isSuccess: false;
1934
- isError: false;
1935
- }) | ({
1936
- status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
1937
- } & Omit<{
1938
- requestId: string;
1939
- data?: ImportDesignApiResponse | undefined;
1940
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1941
- endpointName: string;
1942
- startedTimeStamp: number;
1943
- fulfilledTimeStamp?: number | undefined;
1944
- }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
1945
- requestId: string;
1946
- data?: ImportDesignApiResponse | undefined;
1947
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1948
- endpointName: string;
1949
- startedTimeStamp: number;
1950
- fulfilledTimeStamp?: number | undefined;
1951
- }, "data" | "fulfilledTimeStamp">> & {
1952
- error: undefined;
1953
- } & {
1954
- status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
1955
- isUninitialized: false;
1956
- isLoading: false;
1957
- isSuccess: true;
1958
- isError: false;
1959
- }) | ({
1960
- status: _reduxjs_toolkit_query.QueryStatus.pending;
1961
- } & {
1962
- requestId: string;
1963
- data?: ImportDesignApiResponse | undefined;
1964
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1965
- endpointName: string;
1966
- startedTimeStamp: number;
1967
- fulfilledTimeStamp?: number | undefined;
1968
- } & {
1969
- data?: undefined;
1970
- } & {
1971
- status: _reduxjs_toolkit_query.QueryStatus.pending;
1972
- isUninitialized: false;
1973
- isLoading: true;
1974
- isSuccess: false;
1975
- isError: false;
1976
- }) | ({
1977
- status: _reduxjs_toolkit_query.QueryStatus.rejected;
1978
- } & Omit<{
1979
- requestId: string;
1980
- data?: ImportDesignApiResponse | undefined;
1981
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1982
- endpointName: string;
1983
- startedTimeStamp: number;
1984
- fulfilledTimeStamp?: number | undefined;
1985
- }, "error"> & Required<Pick<{
1986
- requestId: string;
1987
- data?: ImportDesignApiResponse | undefined;
1988
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1989
- endpointName: string;
1990
- startedTimeStamp: number;
1991
- fulfilledTimeStamp?: number | undefined;
1992
- }, "error">> & {
1993
- status: _reduxjs_toolkit_query.QueryStatus.rejected;
1994
- isUninitialized: false;
1995
- isLoading: false;
1996
- isSuccess: false;
1997
- isError: true;
1998
- })>(options?: {
1999
- selectFromResult?: ((state: ({
2000
- requestId?: undefined;
2001
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2002
- data?: undefined;
2003
- error?: undefined;
2004
- endpointName?: string | undefined;
2005
- startedTimeStamp?: undefined;
2006
- /** JSON ref to value from where patch should be applied. */
2007
- fulfilledTimeStamp?: undefined;
2008
- } & {
2009
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2010
- isUninitialized: true;
2011
- isLoading: false;
2012
- isSuccess: false;
2013
- isError: false;
2014
- }) | ({
2015
- status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2016
- } & Omit<{
2017
- requestId: string;
2018
- data?: ImportDesignApiResponse | undefined;
2019
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2020
- endpointName: string;
2021
- startedTimeStamp: number;
2022
- fulfilledTimeStamp?: number | undefined;
2023
- }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2024
- requestId: string;
2025
- data?: ImportDesignApiResponse | undefined;
2026
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2027
- endpointName: string;
2028
- startedTimeStamp: number;
2029
- fulfilledTimeStamp?: number | undefined;
2030
- }, "data" | "fulfilledTimeStamp">> & {
2031
- error: undefined;
2032
- } & {
2033
- status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2034
- isUninitialized: false;
2035
- isLoading: false;
2036
- isSuccess: true;
2037
- isError: false;
2038
- }) | ({
2039
- status: _reduxjs_toolkit_query.QueryStatus.pending;
2040
- } & {
2041
- requestId: string;
2042
- data?: ImportDesignApiResponse | undefined;
2043
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2044
- endpointName: string;
2045
- startedTimeStamp: number;
2046
- fulfilledTimeStamp?: number | undefined;
2047
- } & {
2048
- data?: undefined;
2049
- } & {
2050
- status: _reduxjs_toolkit_query.QueryStatus.pending;
2051
- isUninitialized: false;
2052
- isLoading: true;
2053
- isSuccess: false;
2054
- isError: false;
2055
- }) | ({
2056
- status: _reduxjs_toolkit_query.QueryStatus.rejected;
2057
- } & Omit<{
2058
- requestId: string;
2059
- data?: ImportDesignApiResponse | undefined;
2060
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2061
- endpointName: string;
2062
- startedTimeStamp: number;
2063
- fulfilledTimeStamp?: number | undefined;
2064
- }, "error"> & Required<Pick<{
2065
- requestId: string;
2066
- data?: ImportDesignApiResponse | undefined;
2067
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2068
- endpointName: string;
2069
- startedTimeStamp: number;
2070
- fulfilledTimeStamp?: number | undefined;
2071
- }, "error">> & {
2072
- status: _reduxjs_toolkit_query.QueryStatus.rejected;
2073
- isUninitialized: false;
2074
- isLoading: false;
2075
- isSuccess: false;
2076
- isError: true;
2077
- })) => R) | undefined;
2078
- fixedCacheKey?: string | undefined;
2079
- } | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2080
- originalArgs?: ImportDesignApiArg | undefined; /** Version of the model as defined by the registrant. */
2081
- reset: () => void;
2082
- }];
2083
- declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
1817
+ type DeleteEventsByIdApiResponse = {
1818
+ message?: string;
1819
+ event_id?: string;
1820
+ };
1821
+ type DeleteEventsByIdApiArg = {
1822
+ /** ID of the event to delete */
1823
+ id: string;
1824
+ };
1825
+ type PostEventsApiResponse = unknown;
1826
+ type PostEventsApiArg = {
1827
+ body: object;
1828
+ };
1829
+ type DeleteEventsApiResponse = {
1830
+ deleted?: string[];
1831
+ };
1832
+ type DeleteEventsApiArg = {
1833
+ body: {
1834
+ ids: string[];
1835
+ };
1836
+ };
1837
+ type PutEventsStatusApiResponse = {
1838
+ updated?: string[];
1839
+ };
1840
+ type PutEventsStatusApiArg = {
1841
+ body: {
1842
+ ids: string[];
1843
+ status: string;
1844
+ };
1845
+ };
1846
+ type PutEventsByIdStatusApiResponse = {
1847
+ message?: string;
1848
+ event_id?: string;
1849
+ status?: string;
1850
+ };
1851
+ type PutEventsByIdStatusApiArg = {
1852
+ /** ID of the event */
1853
+ id: string;
1854
+ body: {
1855
+ status: string;
1856
+ };
1857
+ };
1858
+ type RegisterMeshmodelsApiResponse = {
1859
+ message?: string;
1860
+ };
1861
+ type RegisterMeshmodelsApiArg = {
1862
+ body: {
1863
+ importBody: {
1864
+ /** Name of the file being uploaded. */
1865
+ fileName: string;
1866
+ /** Supported model file formats are: .tar, .tar.gz, and .tgz. See [Import Models Documentation](https://docs.meshery.io/guides/configuration-management/importing-models#import-models-using-meshery-ui) for details */
1867
+ modelFile: string;
1868
+ } | {
1869
+ /** A direct URL to a single model file, for example: https://raw.github.com/your-model-file.tar. Supported model file formats are: .tar, .tar.gz, and .tgz. \n\nFor bulk import of your model use the GitHub connection or CSV files. See [Import Models Documentation](https://docs.meshery.io/guides/configuration-management/importing-models#import-models-using-meshery-ui) for details */
1870
+ url: string;
1871
+ } | {
1872
+ /** Upload a CSV file containing model definitions */
1873
+ modelCsv: Blob;
1874
+ /** Upload a CSV file containing component definitions */
1875
+ componentCsv: Blob;
1876
+ /** Upload a CSV file containing relationship definitions */
1877
+ relationshipCsv: Blob;
1878
+ } | {
1879
+ /** URI to the source code or package of the model. */
1880
+ url: string | string;
1881
+ };
1882
+ /** Choose the method you prefer to upload your model file. Select 'File Import' or 'CSV Import' if you have the file on your local system or 'URL Import' if you have the file hosted online. */
1883
+ uploadType: "file" | "urlImport" | "csv" | "url";
1884
+ register: boolean;
1885
+ };
1886
+ };
1887
+ type GetOrgByDomainApiResponse = {
1888
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1889
+ id: string;
1890
+ name: string;
1891
+ country: string;
1892
+ region: string;
1893
+ description: string;
1894
+ /** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
1895
+ owner: string;
1896
+ metadata: {
1897
+ preferences: {
1898
+ theme: {
1899
+ id: string;
1900
+ logo: {
1901
+ desktop_view: {
1902
+ svg: string;
1903
+ location: string;
1904
+ };
1905
+ mobile_view: {
1906
+ svg: string;
1907
+ location: string;
1908
+ };
1909
+ dark_desktop_view: {
1910
+ svg: string;
1911
+ location: string;
1912
+ };
1913
+ dark_mobile_view: {
1914
+ svg: string;
1915
+ location: string;
1916
+ };
1917
+ };
1918
+ vars?: {
1919
+ [key: string]: any;
1920
+ };
1921
+ };
1922
+ /** Preferences specific to dashboard behavior */
1923
+ dashboard: {
1924
+ [key: string]: any;
1925
+ };
1926
+ };
1927
+ };
1928
+ created_at: string;
1929
+ updated_at: string;
1930
+ deleted_at?: string;
1931
+ domain?: string | null;
1932
+ };
1933
+ type GetOrgByDomainApiArg = {
1934
+ domain: string;
1935
+ };
1936
+ type GetApiWorkspacesApiResponse = {
1937
+ page?: number;
1938
+ page_size?: number;
1939
+ total_count?: number;
1940
+ workspaces?: {
1941
+ ID?: string;
1942
+ name?: string;
1943
+ description?: string;
1944
+ organization_id?: string;
1945
+ owner?: string;
1946
+ created_at?: string;
1947
+ updated_at?: string;
1948
+ /** SQL null Timestamp to handle null values of time. */
1949
+ deleted_at?: string;
1950
+ }[];
1951
+ };
1952
+ type GetApiWorkspacesApiArg = void;
1953
+ type PostApiWorkspacesApiResponse = {
1954
+ ID?: string;
1955
+ name?: string;
1956
+ description?: string;
1957
+ organization_id?: string;
1958
+ owner?: string;
1959
+ created_at?: string;
1960
+ updated_at?: string;
1961
+ /** SQL null Timestamp to handle null values of time. */
1962
+ deleted_at?: string;
1963
+ };
1964
+ type PostApiWorkspacesApiArg = {
1965
+ /** Body for creating workspace */
1966
+ body: {
1967
+ /** Provide a name that meaningfully represents this workspace. You can change the name of the workspace even after its creation. */
1968
+ name: string;
1969
+ /** Workspaces serve as a virtual space for your team-based work, allows you to control access and more, Provide a detailed description to clarify the purpose of this workspace. Remember you can changes description of workspace after it's creations too. Learn more about workspaces [here](https://docs.meshery.io/concepts/logical/workspaces) */
1970
+ description?: string;
1971
+ /** Select an organization in which you want to create this new workspace. Keep in mind that the organization cannot be changed after creation. */
1972
+ organization_id: string;
1973
+ };
1974
+ };
1975
+ type GetApiWorkspacesByIdApiResponse = {
1976
+ ID?: string;
1977
+ name?: string;
1978
+ description?: string;
1979
+ organization_id?: string;
1980
+ owner?: string;
1981
+ created_at?: string;
1982
+ updated_at?: string;
1983
+ /** SQL null Timestamp to handle null values of time. */
1984
+ deleted_at?: string;
1985
+ };
1986
+ type GetApiWorkspacesByIdApiArg = {
1987
+ id: string;
1988
+ };
1989
+ type PutApiWorkspacesByIdApiResponse = {
1990
+ ID?: string;
1991
+ name?: string;
1992
+ description?: string;
1993
+ organization_id?: string;
1994
+ owner?: string;
1995
+ created_at?: string;
1996
+ updated_at?: string;
1997
+ /** SQL null Timestamp to handle null values of time. */
1998
+ deleted_at?: string;
1999
+ };
2000
+ type PutApiWorkspacesByIdApiArg = {
2001
+ id: string;
2002
+ /** Body for updating workspace */
2003
+ body: {
2004
+ /** Name of workspace */
2005
+ name?: string;
2006
+ /** Environment description */
2007
+ description?: string;
2008
+ /** Organization ID */
2009
+ organization_id: string;
2010
+ };
2011
+ };
2012
+ type DeleteApiWorkspacesByIdApiResponse = unknown;
2013
+ type DeleteApiWorkspacesByIdApiArg = {
2014
+ id: string;
2015
+ };
2016
+ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2084
2017
  requestId?: undefined;
2085
2018
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2086
2019
  data?: undefined;
2087
2020
  error?: undefined;
2088
2021
  endpointName?: string | undefined;
2089
2022
  startedTimeStamp?: undefined;
2090
- /** JSON ref to value from where patch should be applied. */
2091
2023
  fulfilledTimeStamp?: undefined;
2092
2024
  } & {
2025
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2093
2026
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2094
2027
  isUninitialized: true;
2095
2028
  isLoading: false;
@@ -2099,15 +2032,15 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2099
2032
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2100
2033
  } & Omit<{
2101
2034
  requestId: string;
2102
- data?: RegisterMeshmodelsApiResponse | undefined;
2103
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2035
+ data?: ImportDesignApiResponse | undefined;
2036
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2104
2037
  endpointName: string;
2105
2038
  startedTimeStamp: number;
2106
2039
  fulfilledTimeStamp?: number | undefined;
2107
2040
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2108
2041
  requestId: string;
2109
- data?: RegisterMeshmodelsApiResponse | undefined;
2110
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2042
+ data?: ImportDesignApiResponse | undefined;
2043
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2111
2044
  endpointName: string;
2112
2045
  startedTimeStamp: number;
2113
2046
  fulfilledTimeStamp?: number | undefined;
@@ -2123,8 +2056,8 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2123
2056
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2124
2057
  } & {
2125
2058
  requestId: string;
2126
- data?: RegisterMeshmodelsApiResponse | undefined;
2127
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2059
+ data?: ImportDesignApiResponse | undefined;
2060
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2128
2061
  endpointName: string;
2129
2062
  startedTimeStamp: number;
2130
2063
  fulfilledTimeStamp?: number | undefined;
@@ -2133,6 +2066,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2133
2066
  } & {
2134
2067
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2135
2068
  isUninitialized: false;
2069
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2136
2070
  isLoading: true;
2137
2071
  isSuccess: false;
2138
2072
  isError: false;
@@ -2140,15 +2074,15 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2140
2074
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2141
2075
  } & Omit<{
2142
2076
  requestId: string;
2143
- data?: RegisterMeshmodelsApiResponse | undefined;
2144
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2077
+ data?: ImportDesignApiResponse | undefined;
2078
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2145
2079
  endpointName: string;
2146
2080
  startedTimeStamp: number;
2147
2081
  fulfilledTimeStamp?: number | undefined;
2148
2082
  }, "error"> & Required<Pick<{
2149
2083
  requestId: string;
2150
- data?: RegisterMeshmodelsApiResponse | undefined;
2151
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2084
+ data?: ImportDesignApiResponse | undefined;
2085
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2152
2086
  endpointName: string;
2153
2087
  startedTimeStamp: number;
2154
2088
  fulfilledTimeStamp?: number | undefined;
@@ -2166,9 +2100,9 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2166
2100
  error?: undefined;
2167
2101
  endpointName?: string | undefined;
2168
2102
  startedTimeStamp?: undefined;
2169
- /** JSON ref to value from where patch should be applied. */
2170
2103
  fulfilledTimeStamp?: undefined;
2171
2104
  } & {
2105
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2172
2106
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2173
2107
  isUninitialized: true;
2174
2108
  isLoading: false;
@@ -2178,15 +2112,15 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2178
2112
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2179
2113
  } & Omit<{
2180
2114
  requestId: string;
2181
- data?: RegisterMeshmodelsApiResponse | undefined;
2182
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2115
+ data?: ImportDesignApiResponse | undefined;
2116
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2183
2117
  endpointName: string;
2184
2118
  startedTimeStamp: number;
2185
2119
  fulfilledTimeStamp?: number | undefined;
2186
2120
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2187
2121
  requestId: string;
2188
- data?: RegisterMeshmodelsApiResponse | undefined;
2189
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2122
+ data?: ImportDesignApiResponse | undefined;
2123
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2190
2124
  endpointName: string;
2191
2125
  startedTimeStamp: number;
2192
2126
  fulfilledTimeStamp?: number | undefined;
@@ -2202,8 +2136,8 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2202
2136
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2203
2137
  } & {
2204
2138
  requestId: string;
2205
- data?: RegisterMeshmodelsApiResponse | undefined;
2206
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2139
+ data?: ImportDesignApiResponse | undefined;
2140
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2207
2141
  endpointName: string;
2208
2142
  startedTimeStamp: number;
2209
2143
  fulfilledTimeStamp?: number | undefined;
@@ -2212,6 +2146,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2212
2146
  } & {
2213
2147
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2214
2148
  isUninitialized: false;
2149
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2215
2150
  isLoading: true;
2216
2151
  isSuccess: false;
2217
2152
  isError: false;
@@ -2219,15 +2154,15 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2219
2154
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2220
2155
  } & Omit<{
2221
2156
  requestId: string;
2222
- data?: RegisterMeshmodelsApiResponse | undefined;
2223
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2157
+ data?: ImportDesignApiResponse | undefined;
2158
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2224
2159
  endpointName: string;
2225
2160
  startedTimeStamp: number;
2226
2161
  fulfilledTimeStamp?: number | undefined;
2227
2162
  }, "error"> & Required<Pick<{
2228
2163
  requestId: string;
2229
- data?: RegisterMeshmodelsApiResponse | undefined;
2230
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2164
+ data?: ImportDesignApiResponse | undefined;
2165
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2231
2166
  endpointName: string;
2232
2167
  startedTimeStamp: number;
2233
2168
  fulfilledTimeStamp?: number | undefined;
@@ -2239,208 +2174,45 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2239
2174
  isError: true;
2240
2175
  })) => R) | undefined;
2241
2176
  fixedCacheKey?: string | undefined;
2242
- } | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2243
- originalArgs?: RegisterMeshmodelsApiArg | undefined; /** Version of the model as defined by the registrant. */
2177
+ } | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2178
+ originalArgs?: ImportDesignApiArg | undefined;
2244
2179
  reset: () => void;
2245
2180
  }];
2246
- declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
2181
+ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
2182
+ requestId?: undefined;
2183
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2247
2184
  data?: undefined;
2248
2185
  error?: undefined;
2249
- fulfilledTimeStamp?: undefined;
2250
- originalArgs?: undefined;
2251
- requestId?: undefined;
2252
2186
  endpointName?: string | undefined;
2253
2187
  startedTimeStamp?: undefined;
2188
+ fulfilledTimeStamp?: undefined;
2189
+ } & {
2190
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2254
2191
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2255
- currentData?: GetApiWorkspacesApiResponse | undefined;
2192
+ isUninitialized: true;
2256
2193
  isLoading: false;
2257
- isFetching: false;
2258
2194
  isSuccess: false;
2259
2195
  isError: false;
2260
- isUninitialized: true;
2261
- } | {
2262
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2196
+ }) | ({
2197
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2198
+ } & Omit<{
2199
+ requestId: string;
2200
+ data?: CreateEnvironmentApiResponse | undefined;
2201
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2202
+ endpointName: string;
2203
+ startedTimeStamp: number;
2263
2204
  fulfilledTimeStamp?: number | undefined;
2264
- originalArgs?: void | undefined;
2265
- requestId?: string | undefined;
2266
- endpointName?: string | undefined;
2267
- startedTimeStamp?: number | undefined;
2268
- status: _reduxjs_toolkit_query.QueryStatus;
2269
- currentData?: GetApiWorkspacesApiResponse | undefined;
2270
- isUninitialized: false;
2271
- isSuccess: false;
2272
- isError: false;
2273
- isLoading: true;
2274
- isFetching: boolean;
2275
- data: undefined;
2276
- } | {
2277
- originalArgs?: void | undefined;
2278
- requestId?: string | undefined;
2279
- endpointName?: string | undefined;
2280
- startedTimeStamp?: number | undefined;
2281
- status: _reduxjs_toolkit_query.QueryStatus;
2282
- currentData?: GetApiWorkspacesApiResponse | undefined;
2283
- isUninitialized: false;
2284
- isLoading: false;
2285
- isError: false;
2286
- isSuccess: true;
2287
- isFetching: true;
2288
- error: undefined;
2289
- data: GetApiWorkspacesApiResponse;
2290
- fulfilledTimeStamp: number;
2291
- } | {
2292
- originalArgs?: void | undefined;
2293
- requestId?: string | undefined;
2294
- endpointName?: string | undefined;
2295
- startedTimeStamp?: number | undefined;
2296
- status: _reduxjs_toolkit_query.QueryStatus;
2297
- isUninitialized: false;
2298
- isLoading: false;
2299
- isError: false;
2300
- isSuccess: true;
2301
- isFetching: false;
2302
- error: undefined;
2303
- data: GetApiWorkspacesApiResponse;
2304
- fulfilledTimeStamp: number;
2305
- currentData: GetApiWorkspacesApiResponse;
2306
- } | {
2307
- data?: GetApiWorkspacesApiResponse | undefined;
2308
- fulfilledTimeStamp?: number | undefined;
2309
- originalArgs?: void | undefined;
2310
- requestId?: string | undefined;
2311
- endpointName?: string | undefined;
2312
- startedTimeStamp?: number | undefined;
2313
- status: _reduxjs_toolkit_query.QueryStatus;
2314
- currentData?: GetApiWorkspacesApiResponse | undefined;
2315
- isUninitialized: false;
2316
- isLoading: false;
2317
- isFetching: false;
2318
- isSuccess: false;
2319
- isError: true;
2320
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
2321
- }) & {
2322
- status: _reduxjs_toolkit_query.QueryStatus;
2323
- }>(arg: void | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
2324
- skip?: boolean | undefined;
2325
- refetchOnMountOrArgChange?: number | boolean | undefined;
2326
- } & {
2327
- skip?: boolean | undefined;
2328
- selectFromResult?: ((state: ({
2329
- data?: undefined;
2330
- error?: undefined;
2331
- fulfilledTimeStamp?: undefined;
2332
- originalArgs?: undefined;
2333
- requestId?: undefined;
2334
- endpointName?: string | undefined;
2335
- startedTimeStamp?: undefined;
2336
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2337
- currentData?: GetApiWorkspacesApiResponse | undefined;
2338
- isLoading: false;
2339
- isFetching: false;
2340
- isSuccess: false;
2341
- isError: false;
2342
- isUninitialized: true;
2343
- } | {
2344
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2345
- fulfilledTimeStamp?: number | undefined;
2346
- originalArgs?: void | undefined;
2347
- requestId?: string | undefined;
2348
- endpointName?: string | undefined;
2349
- startedTimeStamp?: number | undefined;
2350
- status: _reduxjs_toolkit_query.QueryStatus;
2351
- currentData?: GetApiWorkspacesApiResponse | undefined;
2352
- isUninitialized: false;
2353
- isSuccess: false;
2354
- isError: false;
2355
- isLoading: true;
2356
- isFetching: boolean;
2357
- data: undefined;
2358
- } | {
2359
- originalArgs?: void | undefined;
2360
- requestId?: string | undefined;
2361
- endpointName?: string | undefined;
2362
- startedTimeStamp?: number | undefined;
2363
- status: _reduxjs_toolkit_query.QueryStatus;
2364
- currentData?: GetApiWorkspacesApiResponse | undefined;
2365
- isUninitialized: false;
2366
- isLoading: false;
2367
- isError: false;
2368
- isSuccess: true;
2369
- isFetching: true;
2370
- error: undefined;
2371
- data: GetApiWorkspacesApiResponse;
2372
- fulfilledTimeStamp: number;
2373
- } | {
2374
- originalArgs?: void | undefined;
2375
- requestId?: string | undefined;
2376
- endpointName?: string | undefined;
2377
- startedTimeStamp?: number | undefined;
2378
- status: _reduxjs_toolkit_query.QueryStatus;
2379
- isUninitialized: false;
2380
- isLoading: false;
2381
- isError: false;
2382
- isSuccess: true;
2383
- isFetching: false;
2384
- error: undefined;
2385
- data: GetApiWorkspacesApiResponse;
2386
- fulfilledTimeStamp: number;
2387
- currentData: GetApiWorkspacesApiResponse;
2388
- } | {
2389
- data?: GetApiWorkspacesApiResponse | undefined;
2390
- fulfilledTimeStamp?: number | undefined;
2391
- originalArgs?: void | undefined;
2392
- requestId?: string | undefined;
2393
- endpointName?: string | undefined;
2394
- startedTimeStamp?: number | undefined;
2395
- status: _reduxjs_toolkit_query.QueryStatus;
2396
- currentData?: GetApiWorkspacesApiResponse | undefined;
2397
- isUninitialized: false;
2398
- isLoading: false;
2399
- isFetching: false;
2400
- isSuccess: false;
2401
- isError: true;
2402
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
2403
- }) & {
2404
- status: _reduxjs_toolkit_query.QueryStatus;
2405
- }) => R) | undefined;
2406
- }) | undefined) => [R][R extends any ? 0 : never] & {
2407
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>;
2408
- };
2409
- declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2410
- requestId?: undefined;
2411
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2412
- data?: undefined;
2413
- error?: undefined;
2414
- endpointName?: string | undefined;
2415
- startedTimeStamp?: undefined;
2416
- /** JSON ref to value from where patch should be applied. */
2417
- fulfilledTimeStamp?: undefined;
2418
- } & {
2419
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2420
- isUninitialized: true;
2421
- isLoading: false;
2422
- isSuccess: false;
2423
- isError: false;
2424
- }) | ({
2425
- status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2426
- } & Omit<{
2427
- requestId: string;
2428
- data?: PostApiWorkspacesApiResponse | undefined;
2429
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2430
- endpointName: string;
2431
- startedTimeStamp: number;
2432
- fulfilledTimeStamp?: number | undefined;
2433
- }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2434
- requestId: string;
2435
- data?: PostApiWorkspacesApiResponse | undefined;
2436
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2437
- endpointName: string;
2438
- startedTimeStamp: number;
2439
- fulfilledTimeStamp?: number | undefined;
2440
- }, "data" | "fulfilledTimeStamp">> & {
2441
- error: undefined;
2442
- } & {
2443
- status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2205
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2206
+ requestId: string;
2207
+ data?: CreateEnvironmentApiResponse | undefined;
2208
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2209
+ endpointName: string;
2210
+ startedTimeStamp: number;
2211
+ fulfilledTimeStamp?: number | undefined;
2212
+ }, "data" | "fulfilledTimeStamp">> & {
2213
+ error: undefined;
2214
+ } & {
2215
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2444
2216
  isUninitialized: false;
2445
2217
  isLoading: false;
2446
2218
  isSuccess: true;
@@ -2449,8 +2221,8 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2449
2221
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2450
2222
  } & {
2451
2223
  requestId: string;
2452
- data?: PostApiWorkspacesApiResponse | undefined;
2453
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2224
+ data?: CreateEnvironmentApiResponse | undefined;
2225
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2454
2226
  endpointName: string;
2455
2227
  startedTimeStamp: number;
2456
2228
  fulfilledTimeStamp?: number | undefined;
@@ -2459,6 +2231,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2459
2231
  } & {
2460
2232
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2461
2233
  isUninitialized: false;
2234
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2462
2235
  isLoading: true;
2463
2236
  isSuccess: false;
2464
2237
  isError: false;
@@ -2466,15 +2239,15 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2466
2239
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2467
2240
  } & Omit<{
2468
2241
  requestId: string;
2469
- data?: PostApiWorkspacesApiResponse | undefined;
2470
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2242
+ data?: CreateEnvironmentApiResponse | undefined;
2243
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2471
2244
  endpointName: string;
2472
2245
  startedTimeStamp: number;
2473
2246
  fulfilledTimeStamp?: number | undefined;
2474
2247
  }, "error"> & Required<Pick<{
2475
2248
  requestId: string;
2476
- data?: PostApiWorkspacesApiResponse | undefined;
2477
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2249
+ data?: CreateEnvironmentApiResponse | undefined;
2250
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2478
2251
  endpointName: string;
2479
2252
  startedTimeStamp: number;
2480
2253
  fulfilledTimeStamp?: number | undefined;
@@ -2492,9 +2265,9 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2492
2265
  error?: undefined;
2493
2266
  endpointName?: string | undefined;
2494
2267
  startedTimeStamp?: undefined;
2495
- /** JSON ref to value from where patch should be applied. */
2496
2268
  fulfilledTimeStamp?: undefined;
2497
2269
  } & {
2270
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2498
2271
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2499
2272
  isUninitialized: true;
2500
2273
  isLoading: false;
@@ -2504,15 +2277,15 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2504
2277
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2505
2278
  } & Omit<{
2506
2279
  requestId: string;
2507
- data?: PostApiWorkspacesApiResponse | undefined;
2508
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2280
+ data?: CreateEnvironmentApiResponse | undefined;
2281
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2509
2282
  endpointName: string;
2510
2283
  startedTimeStamp: number;
2511
2284
  fulfilledTimeStamp?: number | undefined;
2512
2285
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2513
2286
  requestId: string;
2514
- data?: PostApiWorkspacesApiResponse | undefined;
2515
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2287
+ data?: CreateEnvironmentApiResponse | undefined;
2288
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2516
2289
  endpointName: string;
2517
2290
  startedTimeStamp: number;
2518
2291
  fulfilledTimeStamp?: number | undefined;
@@ -2528,8 +2301,8 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2528
2301
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2529
2302
  } & {
2530
2303
  requestId: string;
2531
- data?: PostApiWorkspacesApiResponse | undefined;
2532
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2304
+ data?: CreateEnvironmentApiResponse | undefined;
2305
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2533
2306
  endpointName: string;
2534
2307
  startedTimeStamp: number;
2535
2308
  fulfilledTimeStamp?: number | undefined;
@@ -2538,6 +2311,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2538
2311
  } & {
2539
2312
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2540
2313
  isUninitialized: false;
2314
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2541
2315
  isLoading: true;
2542
2316
  isSuccess: false;
2543
2317
  isError: false;
@@ -2545,15 +2319,15 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2545
2319
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2546
2320
  } & Omit<{
2547
2321
  requestId: string;
2548
- data?: PostApiWorkspacesApiResponse | undefined;
2549
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2322
+ data?: CreateEnvironmentApiResponse | undefined;
2323
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2550
2324
  endpointName: string;
2551
2325
  startedTimeStamp: number;
2552
2326
  fulfilledTimeStamp?: number | undefined;
2553
2327
  }, "error"> & Required<Pick<{
2554
2328
  requestId: string;
2555
- data?: PostApiWorkspacesApiResponse | undefined;
2556
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2329
+ data?: CreateEnvironmentApiResponse | undefined;
2330
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2557
2331
  endpointName: string;
2558
2332
  startedTimeStamp: number;
2559
2333
  fulfilledTimeStamp?: number | undefined;
@@ -2565,11 +2339,11 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2565
2339
  isError: true;
2566
2340
  })) => R) | undefined;
2567
2341
  fixedCacheKey?: string | undefined;
2568
- } | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2569
- originalArgs?: PostApiWorkspacesApiArg | undefined; /** Version of the model as defined by the registrant. */
2342
+ } | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2343
+ originalArgs?: CreateEnvironmentApiArg | undefined;
2570
2344
  reset: () => void;
2571
2345
  }];
2572
- declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2346
+ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
2573
2347
  data?: undefined;
2574
2348
  error?: undefined;
2575
2349
  fulfilledTimeStamp?: undefined;
@@ -2578,21 +2352,21 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2578
2352
  endpointName?: string | undefined;
2579
2353
  startedTimeStamp?: undefined;
2580
2354
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2581
- currentData?: GetApiWorkspacesByIdApiResponse | undefined;
2355
+ currentData?: GetEnvironmentsApiResponse | undefined;
2582
2356
  isLoading: false;
2583
2357
  isFetching: false;
2584
2358
  isSuccess: false;
2585
2359
  isError: false;
2586
2360
  isUninitialized: true;
2587
2361
  } | {
2588
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2362
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2589
2363
  fulfilledTimeStamp?: number | undefined;
2590
- originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
2364
+ originalArgs?: GetEnvironmentsApiArg | undefined;
2591
2365
  requestId?: string | undefined;
2592
2366
  endpointName?: string | undefined;
2593
2367
  startedTimeStamp?: number | undefined;
2594
2368
  status: _reduxjs_toolkit_query.QueryStatus;
2595
- currentData?: GetApiWorkspacesByIdApiResponse | undefined;
2369
+ currentData?: GetEnvironmentsApiResponse | undefined;
2596
2370
  isUninitialized: false;
2597
2371
  isSuccess: false;
2598
2372
  isError: false;
@@ -2600,22 +2374,22 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2600
2374
  isFetching: boolean;
2601
2375
  data: undefined;
2602
2376
  } | {
2603
- originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
2377
+ originalArgs?: GetEnvironmentsApiArg | undefined;
2604
2378
  requestId?: string | undefined;
2605
2379
  endpointName?: string | undefined;
2606
2380
  startedTimeStamp?: number | undefined;
2607
2381
  status: _reduxjs_toolkit_query.QueryStatus;
2608
- currentData?: GetApiWorkspacesByIdApiResponse | undefined;
2382
+ currentData?: GetEnvironmentsApiResponse | undefined;
2609
2383
  isUninitialized: false;
2610
2384
  isLoading: false;
2611
2385
  isError: false;
2612
2386
  isSuccess: true;
2613
2387
  isFetching: true;
2614
2388
  error: undefined;
2615
- data: GetApiWorkspacesByIdApiResponse;
2389
+ data: GetEnvironmentsApiResponse;
2616
2390
  fulfilledTimeStamp: number;
2617
2391
  } | {
2618
- originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
2392
+ originalArgs?: GetEnvironmentsApiArg | undefined;
2619
2393
  requestId?: string | undefined;
2620
2394
  endpointName?: string | undefined;
2621
2395
  startedTimeStamp?: number | undefined;
@@ -2626,27 +2400,27 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2626
2400
  isSuccess: true;
2627
2401
  isFetching: false;
2628
2402
  error: undefined;
2629
- data: GetApiWorkspacesByIdApiResponse;
2403
+ data: GetEnvironmentsApiResponse;
2630
2404
  fulfilledTimeStamp: number;
2631
- currentData: GetApiWorkspacesByIdApiResponse;
2405
+ currentData: GetEnvironmentsApiResponse;
2632
2406
  } | {
2633
- data?: GetApiWorkspacesByIdApiResponse | undefined;
2407
+ data?: GetEnvironmentsApiResponse | undefined;
2634
2408
  fulfilledTimeStamp?: number | undefined;
2635
- originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
2409
+ originalArgs?: GetEnvironmentsApiArg | undefined;
2636
2410
  requestId?: string | undefined;
2637
2411
  endpointName?: string | undefined;
2638
2412
  startedTimeStamp?: number | undefined;
2639
2413
  status: _reduxjs_toolkit_query.QueryStatus;
2640
- currentData?: GetApiWorkspacesByIdApiResponse | undefined;
2414
+ currentData?: GetEnvironmentsApiResponse | undefined;
2641
2415
  isUninitialized: false;
2642
2416
  isLoading: false;
2643
2417
  isFetching: false;
2644
2418
  isSuccess: false;
2645
2419
  isError: true;
2646
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
2420
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
2647
2421
  }) & {
2648
2422
  status: _reduxjs_toolkit_query.QueryStatus;
2649
- }>(arg: GetApiWorkspacesByIdApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
2423
+ }>(arg: GetEnvironmentsApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
2650
2424
  skip?: boolean | undefined;
2651
2425
  refetchOnMountOrArgChange?: number | boolean | undefined;
2652
2426
  } & {
@@ -2660,21 +2434,21 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2660
2434
  endpointName?: string | undefined;
2661
2435
  startedTimeStamp?: undefined;
2662
2436
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2663
- currentData?: GetApiWorkspacesByIdApiResponse | undefined;
2437
+ currentData?: GetEnvironmentsApiResponse | undefined;
2664
2438
  isLoading: false;
2665
2439
  isFetching: false;
2666
2440
  isSuccess: false;
2667
2441
  isError: false;
2668
2442
  isUninitialized: true;
2669
2443
  } | {
2670
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2444
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2671
2445
  fulfilledTimeStamp?: number | undefined;
2672
- originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
2446
+ originalArgs?: GetEnvironmentsApiArg | undefined;
2673
2447
  requestId?: string | undefined;
2674
2448
  endpointName?: string | undefined;
2675
2449
  startedTimeStamp?: number | undefined;
2676
2450
  status: _reduxjs_toolkit_query.QueryStatus;
2677
- currentData?: GetApiWorkspacesByIdApiResponse | undefined;
2451
+ currentData?: GetEnvironmentsApiResponse | undefined;
2678
2452
  isUninitialized: false;
2679
2453
  isSuccess: false;
2680
2454
  isError: false;
@@ -2682,22 +2456,22 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2682
2456
  isFetching: boolean;
2683
2457
  data: undefined;
2684
2458
  } | {
2685
- originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
2459
+ originalArgs?: GetEnvironmentsApiArg | undefined;
2686
2460
  requestId?: string | undefined;
2687
2461
  endpointName?: string | undefined;
2688
2462
  startedTimeStamp?: number | undefined;
2689
2463
  status: _reduxjs_toolkit_query.QueryStatus;
2690
- currentData?: GetApiWorkspacesByIdApiResponse | undefined;
2464
+ currentData?: GetEnvironmentsApiResponse | undefined;
2691
2465
  isUninitialized: false;
2692
2466
  isLoading: false;
2693
2467
  isError: false;
2694
2468
  isSuccess: true;
2695
2469
  isFetching: true;
2696
2470
  error: undefined;
2697
- data: GetApiWorkspacesByIdApiResponse;
2471
+ data: GetEnvironmentsApiResponse;
2698
2472
  fulfilledTimeStamp: number;
2699
2473
  } | {
2700
- originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
2474
+ originalArgs?: GetEnvironmentsApiArg | undefined;
2701
2475
  requestId?: string | undefined;
2702
2476
  endpointName?: string | undefined;
2703
2477
  startedTimeStamp?: number | undefined;
@@ -2708,40 +2482,40 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2708
2482
  isSuccess: true;
2709
2483
  isFetching: false;
2710
2484
  error: undefined;
2711
- data: GetApiWorkspacesByIdApiResponse;
2485
+ data: GetEnvironmentsApiResponse;
2712
2486
  fulfilledTimeStamp: number;
2713
- currentData: GetApiWorkspacesByIdApiResponse;
2487
+ currentData: GetEnvironmentsApiResponse;
2714
2488
  } | {
2715
- data?: GetApiWorkspacesByIdApiResponse | undefined;
2489
+ data?: GetEnvironmentsApiResponse | undefined;
2716
2490
  fulfilledTimeStamp?: number | undefined;
2717
- originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
2491
+ originalArgs?: GetEnvironmentsApiArg | undefined;
2718
2492
  requestId?: string | undefined;
2719
2493
  endpointName?: string | undefined;
2720
2494
  startedTimeStamp?: number | undefined;
2721
2495
  status: _reduxjs_toolkit_query.QueryStatus;
2722
- currentData?: GetApiWorkspacesByIdApiResponse | undefined;
2496
+ currentData?: GetEnvironmentsApiResponse | undefined;
2723
2497
  isUninitialized: false;
2724
2498
  isLoading: false;
2725
2499
  isFetching: false;
2726
2500
  isSuccess: false;
2727
2501
  isError: true;
2728
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
2502
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
2729
2503
  }) & {
2730
2504
  status: _reduxjs_toolkit_query.QueryStatus;
2731
2505
  }) => R) | undefined;
2732
2506
  }) | undefined) => [R][R extends any ? 0 : never] & {
2733
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
2507
+ refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>>;
2734
2508
  };
2735
- declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
2509
+ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
2736
2510
  requestId?: undefined;
2737
2511
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2738
2512
  data?: undefined;
2739
2513
  error?: undefined;
2740
2514
  endpointName?: string | undefined;
2741
2515
  startedTimeStamp?: undefined;
2742
- /** JSON ref to value from where patch should be applied. */
2743
2516
  fulfilledTimeStamp?: undefined;
2744
2517
  } & {
2518
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2745
2519
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2746
2520
  isUninitialized: true;
2747
2521
  isLoading: false;
@@ -2751,15 +2525,15 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2751
2525
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2752
2526
  } & Omit<{
2753
2527
  requestId: string;
2754
- data?: PutApiWorkspacesByIdApiResponse | undefined;
2755
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2528
+ data?: PostEvaluateApiResponse | undefined;
2529
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2756
2530
  endpointName: string;
2757
2531
  startedTimeStamp: number;
2758
2532
  fulfilledTimeStamp?: number | undefined;
2759
2533
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2760
2534
  requestId: string;
2761
- data?: PutApiWorkspacesByIdApiResponse | undefined;
2762
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2535
+ data?: PostEvaluateApiResponse | undefined;
2536
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2763
2537
  endpointName: string;
2764
2538
  startedTimeStamp: number;
2765
2539
  fulfilledTimeStamp?: number | undefined;
@@ -2775,8 +2549,8 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2775
2549
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2776
2550
  } & {
2777
2551
  requestId: string;
2778
- data?: PutApiWorkspacesByIdApiResponse | undefined;
2779
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2552
+ data?: PostEvaluateApiResponse | undefined;
2553
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2780
2554
  endpointName: string;
2781
2555
  startedTimeStamp: number;
2782
2556
  fulfilledTimeStamp?: number | undefined;
@@ -2785,6 +2559,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2785
2559
  } & {
2786
2560
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2787
2561
  isUninitialized: false;
2562
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2788
2563
  isLoading: true;
2789
2564
  isSuccess: false;
2790
2565
  isError: false;
@@ -2792,15 +2567,15 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2792
2567
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2793
2568
  } & Omit<{
2794
2569
  requestId: string;
2795
- data?: PutApiWorkspacesByIdApiResponse | undefined;
2796
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2570
+ data?: PostEvaluateApiResponse | undefined;
2571
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2797
2572
  endpointName: string;
2798
2573
  startedTimeStamp: number;
2799
2574
  fulfilledTimeStamp?: number | undefined;
2800
2575
  }, "error"> & Required<Pick<{
2801
2576
  requestId: string;
2802
- data?: PutApiWorkspacesByIdApiResponse | undefined;
2803
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2577
+ data?: PostEvaluateApiResponse | undefined;
2578
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2804
2579
  endpointName: string;
2805
2580
  startedTimeStamp: number;
2806
2581
  fulfilledTimeStamp?: number | undefined;
@@ -2818,9 +2593,9 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2818
2593
  error?: undefined;
2819
2594
  endpointName?: string | undefined;
2820
2595
  startedTimeStamp?: undefined;
2821
- /** JSON ref to value from where patch should be applied. */
2822
2596
  fulfilledTimeStamp?: undefined;
2823
2597
  } & {
2598
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2824
2599
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2825
2600
  isUninitialized: true;
2826
2601
  isLoading: false;
@@ -2830,15 +2605,15 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2830
2605
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2831
2606
  } & Omit<{
2832
2607
  requestId: string;
2833
- data?: PutApiWorkspacesByIdApiResponse | undefined;
2834
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2608
+ data?: PostEvaluateApiResponse | undefined;
2609
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2835
2610
  endpointName: string;
2836
2611
  startedTimeStamp: number;
2837
2612
  fulfilledTimeStamp?: number | undefined;
2838
2613
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2839
2614
  requestId: string;
2840
- data?: PutApiWorkspacesByIdApiResponse | undefined;
2841
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2615
+ data?: PostEvaluateApiResponse | undefined;
2616
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2842
2617
  endpointName: string;
2843
2618
  startedTimeStamp: number;
2844
2619
  fulfilledTimeStamp?: number | undefined;
@@ -2854,8 +2629,8 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2854
2629
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2855
2630
  } & {
2856
2631
  requestId: string;
2857
- data?: PutApiWorkspacesByIdApiResponse | undefined;
2858
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2632
+ data?: PostEvaluateApiResponse | undefined;
2633
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2859
2634
  endpointName: string;
2860
2635
  startedTimeStamp: number;
2861
2636
  fulfilledTimeStamp?: number | undefined;
@@ -2864,6 +2639,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2864
2639
  } & {
2865
2640
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2866
2641
  isUninitialized: false;
2642
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2867
2643
  isLoading: true;
2868
2644
  isSuccess: false;
2869
2645
  isError: false;
@@ -2871,15 +2647,15 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2871
2647
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2872
2648
  } & Omit<{
2873
2649
  requestId: string;
2874
- data?: PutApiWorkspacesByIdApiResponse | undefined;
2875
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2650
+ data?: PostEvaluateApiResponse | undefined;
2651
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2876
2652
  endpointName: string;
2877
2653
  startedTimeStamp: number;
2878
2654
  fulfilledTimeStamp?: number | undefined;
2879
2655
  }, "error"> & Required<Pick<{
2880
2656
  requestId: string;
2881
- data?: PutApiWorkspacesByIdApiResponse | undefined;
2882
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2657
+ data?: PostEvaluateApiResponse | undefined;
2658
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2883
2659
  endpointName: string;
2884
2660
  startedTimeStamp: number;
2885
2661
  fulfilledTimeStamp?: number | undefined;
@@ -2891,20 +2667,20 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2891
2667
  isError: true;
2892
2668
  })) => R) | undefined;
2893
2669
  fixedCacheKey?: string | undefined;
2894
- } | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2895
- originalArgs?: PutApiWorkspacesByIdApiArg | undefined; /** Version of the model as defined by the registrant. */
2670
+ } | undefined) => readonly [(arg: PostEvaluateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2671
+ originalArgs?: PostEvaluateApiArg | undefined;
2896
2672
  reset: () => void;
2897
2673
  }];
2898
- declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
2674
+ declare const useDeleteEventsByIdMutation: <R extends Record<string, any> = ({
2899
2675
  requestId?: undefined;
2900
2676
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2901
2677
  data?: undefined;
2902
2678
  error?: undefined;
2903
2679
  endpointName?: string | undefined;
2904
2680
  startedTimeStamp?: undefined;
2905
- /** JSON ref to value from where patch should be applied. */
2906
2681
  fulfilledTimeStamp?: undefined;
2907
2682
  } & {
2683
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2908
2684
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2909
2685
  isUninitialized: true;
2910
2686
  isLoading: false;
@@ -2914,15 +2690,15 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2914
2690
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2915
2691
  } & Omit<{
2916
2692
  requestId: string;
2917
- data?: unknown;
2918
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2693
+ data?: DeleteEventsByIdApiResponse | undefined;
2694
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2919
2695
  endpointName: string;
2920
2696
  startedTimeStamp: number;
2921
2697
  fulfilledTimeStamp?: number | undefined;
2922
2698
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2923
2699
  requestId: string;
2924
- data?: unknown;
2925
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2700
+ data?: DeleteEventsByIdApiResponse | undefined;
2701
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2926
2702
  endpointName: string;
2927
2703
  startedTimeStamp: number;
2928
2704
  fulfilledTimeStamp?: number | undefined;
@@ -2938,8 +2714,8 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2938
2714
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2939
2715
  } & {
2940
2716
  requestId: string;
2941
- data?: unknown;
2942
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2717
+ data?: DeleteEventsByIdApiResponse | undefined;
2718
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2943
2719
  endpointName: string;
2944
2720
  startedTimeStamp: number;
2945
2721
  fulfilledTimeStamp?: number | undefined;
@@ -2948,6 +2724,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2948
2724
  } & {
2949
2725
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2950
2726
  isUninitialized: false;
2727
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2951
2728
  isLoading: true;
2952
2729
  isSuccess: false;
2953
2730
  isError: false;
@@ -2955,15 +2732,15 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2955
2732
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2956
2733
  } & Omit<{
2957
2734
  requestId: string;
2958
- data?: unknown;
2959
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2735
+ data?: DeleteEventsByIdApiResponse | undefined;
2736
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2960
2737
  endpointName: string;
2961
2738
  startedTimeStamp: number;
2962
2739
  fulfilledTimeStamp?: number | undefined;
2963
2740
  }, "error"> & Required<Pick<{
2964
2741
  requestId: string;
2965
- data?: unknown;
2966
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2742
+ data?: DeleteEventsByIdApiResponse | undefined;
2743
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2967
2744
  endpointName: string;
2968
2745
  startedTimeStamp: number;
2969
2746
  fulfilledTimeStamp?: number | undefined;
@@ -2981,9 +2758,9 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2981
2758
  error?: undefined;
2982
2759
  endpointName?: string | undefined;
2983
2760
  startedTimeStamp?: undefined;
2984
- /** JSON ref to value from where patch should be applied. */
2985
2761
  fulfilledTimeStamp?: undefined;
2986
2762
  } & {
2763
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2987
2764
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2988
2765
  isUninitialized: true;
2989
2766
  isLoading: false;
@@ -2993,15 +2770,15 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2993
2770
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2994
2771
  } & Omit<{
2995
2772
  requestId: string;
2996
- data?: unknown;
2997
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2773
+ data?: DeleteEventsByIdApiResponse | undefined;
2774
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2998
2775
  endpointName: string;
2999
2776
  startedTimeStamp: number;
3000
2777
  fulfilledTimeStamp?: number | undefined;
3001
2778
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3002
2779
  requestId: string;
3003
- data?: unknown;
3004
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2780
+ data?: DeleteEventsByIdApiResponse | undefined;
2781
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3005
2782
  endpointName: string;
3006
2783
  startedTimeStamp: number;
3007
2784
  fulfilledTimeStamp?: number | undefined;
@@ -3017,8 +2794,8 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3017
2794
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3018
2795
  } & {
3019
2796
  requestId: string;
3020
- data?: unknown;
3021
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2797
+ data?: DeleteEventsByIdApiResponse | undefined;
2798
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3022
2799
  endpointName: string;
3023
2800
  startedTimeStamp: number;
3024
2801
  fulfilledTimeStamp?: number | undefined;
@@ -3027,6 +2804,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3027
2804
  } & {
3028
2805
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3029
2806
  isUninitialized: false;
2807
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3030
2808
  isLoading: true;
3031
2809
  isSuccess: false;
3032
2810
  isError: false;
@@ -3034,15 +2812,15 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3034
2812
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3035
2813
  } & Omit<{
3036
2814
  requestId: string;
3037
- data?: unknown;
3038
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2815
+ data?: DeleteEventsByIdApiResponse | undefined;
2816
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3039
2817
  endpointName: string;
3040
2818
  startedTimeStamp: number;
3041
2819
  fulfilledTimeStamp?: number | undefined;
3042
2820
  }, "error"> & Required<Pick<{
3043
2821
  requestId: string;
3044
- data?: unknown;
3045
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2822
+ data?: DeleteEventsByIdApiResponse | undefined;
2823
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3046
2824
  endpointName: string;
3047
2825
  startedTimeStamp: number;
3048
2826
  fulfilledTimeStamp?: number | undefined;
@@ -3052,22 +2830,1173 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3052
2830
  isLoading: false;
3053
2831
  isSuccess: false;
3054
2832
  isError: true;
3055
- })) => R) | undefined;
3056
- fixedCacheKey?: string | undefined;
3057
- } | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3058
- originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined; /** Version of the model as defined by the registrant. */
3059
- reset: () => void;
3060
- }];
3061
- declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
2833
+ })) => R) | undefined;
2834
+ fixedCacheKey?: string | undefined;
2835
+ } | undefined) => readonly [(arg: DeleteEventsByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", DeleteEventsByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2836
+ originalArgs?: DeleteEventsByIdApiArg | undefined;
2837
+ reset: () => void;
2838
+ }];
2839
+ declare const usePostEventsMutation: <R extends Record<string, any> = ({
2840
+ requestId?: undefined;
2841
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2842
+ data?: undefined;
2843
+ error?: undefined;
2844
+ endpointName?: string | undefined;
2845
+ startedTimeStamp?: undefined;
2846
+ fulfilledTimeStamp?: undefined;
2847
+ } & {
2848
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2849
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2850
+ isUninitialized: true;
2851
+ isLoading: false;
2852
+ isSuccess: false;
2853
+ isError: false;
2854
+ }) | ({
2855
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2856
+ } & Omit<{
2857
+ requestId: string;
2858
+ data?: unknown;
2859
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2860
+ endpointName: string;
2861
+ startedTimeStamp: number;
2862
+ fulfilledTimeStamp?: number | undefined;
2863
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2864
+ requestId: string;
2865
+ data?: unknown;
2866
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2867
+ endpointName: string;
2868
+ startedTimeStamp: number;
2869
+ fulfilledTimeStamp?: number | undefined;
2870
+ }, "data" | "fulfilledTimeStamp">> & {
2871
+ error: undefined;
2872
+ } & {
2873
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2874
+ isUninitialized: false;
2875
+ isLoading: false;
2876
+ isSuccess: true;
2877
+ isError: false;
2878
+ }) | ({
2879
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
2880
+ } & {
2881
+ requestId: string;
2882
+ data?: unknown;
2883
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2884
+ endpointName: string;
2885
+ startedTimeStamp: number;
2886
+ fulfilledTimeStamp?: number | undefined;
2887
+ } & {
2888
+ data?: undefined;
2889
+ } & {
2890
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
2891
+ isUninitialized: false;
2892
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2893
+ isLoading: true;
2894
+ isSuccess: false;
2895
+ isError: false;
2896
+ }) | ({
2897
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
2898
+ } & Omit<{
2899
+ requestId: string;
2900
+ data?: unknown;
2901
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2902
+ endpointName: string;
2903
+ startedTimeStamp: number;
2904
+ fulfilledTimeStamp?: number | undefined;
2905
+ }, "error"> & Required<Pick<{
2906
+ requestId: string;
2907
+ data?: unknown;
2908
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2909
+ endpointName: string;
2910
+ startedTimeStamp: number;
2911
+ fulfilledTimeStamp?: number | undefined;
2912
+ }, "error">> & {
2913
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
2914
+ isUninitialized: false;
2915
+ isLoading: false;
2916
+ isSuccess: false;
2917
+ isError: true;
2918
+ })>(options?: {
2919
+ selectFromResult?: ((state: ({
2920
+ requestId?: undefined;
2921
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2922
+ data?: undefined;
2923
+ error?: undefined;
2924
+ endpointName?: string | undefined;
2925
+ startedTimeStamp?: undefined;
2926
+ fulfilledTimeStamp?: undefined;
2927
+ } & {
2928
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2929
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2930
+ isUninitialized: true;
2931
+ isLoading: false;
2932
+ isSuccess: false;
2933
+ isError: false;
2934
+ }) | ({
2935
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2936
+ } & Omit<{
2937
+ requestId: string;
2938
+ data?: unknown;
2939
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2940
+ endpointName: string;
2941
+ startedTimeStamp: number;
2942
+ fulfilledTimeStamp?: number | undefined;
2943
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2944
+ requestId: string;
2945
+ data?: unknown;
2946
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2947
+ endpointName: string;
2948
+ startedTimeStamp: number;
2949
+ fulfilledTimeStamp?: number | undefined;
2950
+ }, "data" | "fulfilledTimeStamp">> & {
2951
+ error: undefined;
2952
+ } & {
2953
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2954
+ isUninitialized: false;
2955
+ isLoading: false;
2956
+ isSuccess: true;
2957
+ isError: false;
2958
+ }) | ({
2959
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
2960
+ } & {
2961
+ requestId: string;
2962
+ data?: unknown;
2963
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2964
+ endpointName: string;
2965
+ startedTimeStamp: number;
2966
+ fulfilledTimeStamp?: number | undefined;
2967
+ } & {
2968
+ data?: undefined;
2969
+ } & {
2970
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
2971
+ isUninitialized: false;
2972
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
2973
+ isLoading: true;
2974
+ isSuccess: false;
2975
+ isError: false;
2976
+ }) | ({
2977
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
2978
+ } & Omit<{
2979
+ requestId: string;
2980
+ data?: unknown;
2981
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2982
+ endpointName: string;
2983
+ startedTimeStamp: number;
2984
+ fulfilledTimeStamp?: number | undefined;
2985
+ }, "error"> & Required<Pick<{
2986
+ requestId: string;
2987
+ data?: unknown;
2988
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2989
+ endpointName: string;
2990
+ startedTimeStamp: number;
2991
+ fulfilledTimeStamp?: number | undefined;
2992
+ }, "error">> & {
2993
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
2994
+ isUninitialized: false;
2995
+ isLoading: false;
2996
+ isSuccess: false;
2997
+ isError: true;
2998
+ })) => R) | undefined;
2999
+ fixedCacheKey?: string | undefined;
3000
+ } | undefined) => readonly [(arg: PostEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3001
+ originalArgs?: PostEventsApiArg | undefined;
3002
+ reset: () => void;
3003
+ }];
3004
+ declare const useDeleteEventsMutation: <R extends Record<string, any> = ({
3005
+ requestId?: undefined;
3006
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3007
+ data?: undefined;
3008
+ error?: undefined;
3009
+ endpointName?: string | undefined;
3010
+ startedTimeStamp?: undefined;
3011
+ fulfilledTimeStamp?: undefined;
3012
+ } & {
3013
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3014
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3015
+ isUninitialized: true;
3016
+ isLoading: false;
3017
+ isSuccess: false;
3018
+ isError: false;
3019
+ }) | ({
3020
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3021
+ } & Omit<{
3022
+ requestId: string;
3023
+ data?: DeleteEventsApiResponse | undefined;
3024
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3025
+ endpointName: string;
3026
+ startedTimeStamp: number;
3027
+ fulfilledTimeStamp?: number | undefined;
3028
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3029
+ requestId: string;
3030
+ data?: DeleteEventsApiResponse | undefined;
3031
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3032
+ endpointName: string;
3033
+ startedTimeStamp: number;
3034
+ fulfilledTimeStamp?: number | undefined;
3035
+ }, "data" | "fulfilledTimeStamp">> & {
3036
+ error: undefined;
3037
+ } & {
3038
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3039
+ isUninitialized: false;
3040
+ isLoading: false;
3041
+ isSuccess: true;
3042
+ isError: false;
3043
+ }) | ({
3044
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3045
+ } & {
3046
+ requestId: string;
3047
+ data?: DeleteEventsApiResponse | undefined;
3048
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3049
+ endpointName: string;
3050
+ startedTimeStamp: number;
3051
+ fulfilledTimeStamp?: number | undefined;
3052
+ } & {
3053
+ data?: undefined;
3054
+ } & {
3055
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3056
+ isUninitialized: false;
3057
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3058
+ isLoading: true;
3059
+ isSuccess: false;
3060
+ isError: false;
3061
+ }) | ({
3062
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3063
+ } & Omit<{
3064
+ requestId: string;
3065
+ data?: DeleteEventsApiResponse | undefined;
3066
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3067
+ endpointName: string;
3068
+ startedTimeStamp: number;
3069
+ fulfilledTimeStamp?: number | undefined;
3070
+ }, "error"> & Required<Pick<{
3071
+ requestId: string;
3072
+ data?: DeleteEventsApiResponse | undefined;
3073
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3074
+ endpointName: string;
3075
+ startedTimeStamp: number;
3076
+ fulfilledTimeStamp?: number | undefined;
3077
+ }, "error">> & {
3078
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3079
+ isUninitialized: false;
3080
+ isLoading: false;
3081
+ isSuccess: false;
3082
+ isError: true;
3083
+ })>(options?: {
3084
+ selectFromResult?: ((state: ({
3085
+ requestId?: undefined;
3086
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3087
+ data?: undefined;
3088
+ error?: undefined;
3089
+ endpointName?: string | undefined;
3090
+ startedTimeStamp?: undefined;
3091
+ fulfilledTimeStamp?: undefined;
3092
+ } & {
3093
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3094
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3095
+ isUninitialized: true;
3096
+ isLoading: false;
3097
+ isSuccess: false;
3098
+ isError: false;
3099
+ }) | ({
3100
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3101
+ } & Omit<{
3102
+ requestId: string;
3103
+ data?: DeleteEventsApiResponse | undefined;
3104
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3105
+ endpointName: string;
3106
+ startedTimeStamp: number;
3107
+ fulfilledTimeStamp?: number | undefined;
3108
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3109
+ requestId: string;
3110
+ data?: DeleteEventsApiResponse | undefined;
3111
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3112
+ endpointName: string;
3113
+ startedTimeStamp: number;
3114
+ fulfilledTimeStamp?: number | undefined;
3115
+ }, "data" | "fulfilledTimeStamp">> & {
3116
+ error: undefined;
3117
+ } & {
3118
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3119
+ isUninitialized: false;
3120
+ isLoading: false;
3121
+ isSuccess: true;
3122
+ isError: false;
3123
+ }) | ({
3124
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3125
+ } & {
3126
+ requestId: string;
3127
+ data?: DeleteEventsApiResponse | undefined;
3128
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3129
+ endpointName: string;
3130
+ startedTimeStamp: number;
3131
+ fulfilledTimeStamp?: number | undefined;
3132
+ } & {
3133
+ data?: undefined;
3134
+ } & {
3135
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3136
+ isUninitialized: false;
3137
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3138
+ isLoading: true;
3139
+ isSuccess: false;
3140
+ isError: false;
3141
+ }) | ({
3142
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3143
+ } & Omit<{
3144
+ requestId: string;
3145
+ data?: DeleteEventsApiResponse | undefined;
3146
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3147
+ endpointName: string;
3148
+ startedTimeStamp: number;
3149
+ fulfilledTimeStamp?: number | undefined;
3150
+ }, "error"> & Required<Pick<{
3151
+ requestId: string;
3152
+ data?: DeleteEventsApiResponse | undefined;
3153
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3154
+ endpointName: string;
3155
+ startedTimeStamp: number;
3156
+ fulfilledTimeStamp?: number | undefined;
3157
+ }, "error">> & {
3158
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3159
+ isUninitialized: false;
3160
+ isLoading: false;
3161
+ isSuccess: false;
3162
+ isError: true;
3163
+ })) => R) | undefined;
3164
+ fixedCacheKey?: string | undefined;
3165
+ } | undefined) => readonly [(arg: DeleteEventsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteEventsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", DeleteEventsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3166
+ originalArgs?: DeleteEventsApiArg | undefined;
3167
+ reset: () => void;
3168
+ }];
3169
+ declare const usePutEventsStatusMutation: <R extends Record<string, any> = ({
3170
+ requestId?: undefined;
3171
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3172
+ data?: undefined;
3173
+ error?: undefined;
3174
+ endpointName?: string | undefined;
3175
+ startedTimeStamp?: undefined;
3176
+ fulfilledTimeStamp?: undefined;
3177
+ } & {
3178
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3179
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3180
+ isUninitialized: true;
3181
+ isLoading: false;
3182
+ isSuccess: false;
3183
+ isError: false;
3184
+ }) | ({
3185
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3186
+ } & Omit<{
3187
+ requestId: string;
3188
+ data?: PutEventsStatusApiResponse | undefined;
3189
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3190
+ endpointName: string;
3191
+ startedTimeStamp: number;
3192
+ fulfilledTimeStamp?: number | undefined;
3193
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3194
+ requestId: string;
3195
+ data?: PutEventsStatusApiResponse | undefined;
3196
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3197
+ endpointName: string;
3198
+ startedTimeStamp: number;
3199
+ fulfilledTimeStamp?: number | undefined;
3200
+ }, "data" | "fulfilledTimeStamp">> & {
3201
+ error: undefined;
3202
+ } & {
3203
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3204
+ isUninitialized: false;
3205
+ isLoading: false;
3206
+ isSuccess: true;
3207
+ isError: false;
3208
+ }) | ({
3209
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3210
+ } & {
3211
+ requestId: string;
3212
+ data?: PutEventsStatusApiResponse | undefined;
3213
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3214
+ endpointName: string;
3215
+ startedTimeStamp: number;
3216
+ fulfilledTimeStamp?: number | undefined;
3217
+ } & {
3218
+ data?: undefined;
3219
+ } & {
3220
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3221
+ isUninitialized: false;
3222
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3223
+ isLoading: true;
3224
+ isSuccess: false;
3225
+ isError: false;
3226
+ }) | ({
3227
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3228
+ } & Omit<{
3229
+ requestId: string;
3230
+ data?: PutEventsStatusApiResponse | undefined;
3231
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3232
+ endpointName: string;
3233
+ startedTimeStamp: number;
3234
+ fulfilledTimeStamp?: number | undefined;
3235
+ }, "error"> & Required<Pick<{
3236
+ requestId: string;
3237
+ data?: PutEventsStatusApiResponse | undefined;
3238
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3239
+ endpointName: string;
3240
+ startedTimeStamp: number;
3241
+ fulfilledTimeStamp?: number | undefined;
3242
+ }, "error">> & {
3243
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3244
+ isUninitialized: false;
3245
+ isLoading: false;
3246
+ isSuccess: false;
3247
+ isError: true;
3248
+ })>(options?: {
3249
+ selectFromResult?: ((state: ({
3250
+ requestId?: undefined;
3251
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3252
+ data?: undefined;
3253
+ error?: undefined;
3254
+ endpointName?: string | undefined;
3255
+ startedTimeStamp?: undefined;
3256
+ fulfilledTimeStamp?: undefined;
3257
+ } & {
3258
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3259
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3260
+ isUninitialized: true;
3261
+ isLoading: false;
3262
+ isSuccess: false;
3263
+ isError: false;
3264
+ }) | ({
3265
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3266
+ } & Omit<{
3267
+ requestId: string;
3268
+ data?: PutEventsStatusApiResponse | undefined;
3269
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3270
+ endpointName: string;
3271
+ startedTimeStamp: number;
3272
+ fulfilledTimeStamp?: number | undefined;
3273
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3274
+ requestId: string;
3275
+ data?: PutEventsStatusApiResponse | undefined;
3276
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3277
+ endpointName: string;
3278
+ startedTimeStamp: number;
3279
+ fulfilledTimeStamp?: number | undefined;
3280
+ }, "data" | "fulfilledTimeStamp">> & {
3281
+ error: undefined;
3282
+ } & {
3283
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3284
+ isUninitialized: false;
3285
+ isLoading: false;
3286
+ isSuccess: true;
3287
+ isError: false;
3288
+ }) | ({
3289
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3290
+ } & {
3291
+ requestId: string;
3292
+ data?: PutEventsStatusApiResponse | undefined;
3293
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3294
+ endpointName: string;
3295
+ startedTimeStamp: number;
3296
+ fulfilledTimeStamp?: number | undefined;
3297
+ } & {
3298
+ data?: undefined;
3299
+ } & {
3300
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3301
+ isUninitialized: false;
3302
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3303
+ isLoading: true;
3304
+ isSuccess: false;
3305
+ isError: false;
3306
+ }) | ({
3307
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3308
+ } & Omit<{
3309
+ requestId: string;
3310
+ data?: PutEventsStatusApiResponse | undefined;
3311
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3312
+ endpointName: string;
3313
+ startedTimeStamp: number;
3314
+ fulfilledTimeStamp?: number | undefined;
3315
+ }, "error"> & Required<Pick<{
3316
+ requestId: string;
3317
+ data?: PutEventsStatusApiResponse | undefined;
3318
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3319
+ endpointName: string;
3320
+ startedTimeStamp: number;
3321
+ fulfilledTimeStamp?: number | undefined;
3322
+ }, "error">> & {
3323
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3324
+ isUninitialized: false;
3325
+ isLoading: false;
3326
+ isSuccess: false;
3327
+ isError: true;
3328
+ })) => R) | undefined;
3329
+ fixedCacheKey?: string | undefined;
3330
+ } | undefined) => readonly [(arg: PutEventsStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", PutEventsStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3331
+ originalArgs?: PutEventsStatusApiArg | undefined;
3332
+ reset: () => void;
3333
+ }];
3334
+ declare const usePutEventsByIdStatusMutation: <R extends Record<string, any> = ({
3335
+ requestId?: undefined;
3336
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3337
+ data?: undefined;
3338
+ error?: undefined;
3339
+ endpointName?: string | undefined;
3340
+ startedTimeStamp?: undefined;
3341
+ fulfilledTimeStamp?: undefined;
3342
+ } & {
3343
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3344
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3345
+ isUninitialized: true;
3346
+ isLoading: false;
3347
+ isSuccess: false;
3348
+ isError: false;
3349
+ }) | ({
3350
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3351
+ } & Omit<{
3352
+ requestId: string;
3353
+ data?: PutEventsByIdStatusApiResponse | undefined;
3354
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3355
+ endpointName: string;
3356
+ startedTimeStamp: number;
3357
+ fulfilledTimeStamp?: number | undefined;
3358
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3359
+ requestId: string;
3360
+ data?: PutEventsByIdStatusApiResponse | undefined;
3361
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3362
+ endpointName: string;
3363
+ startedTimeStamp: number;
3364
+ fulfilledTimeStamp?: number | undefined;
3365
+ }, "data" | "fulfilledTimeStamp">> & {
3366
+ error: undefined;
3367
+ } & {
3368
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3369
+ isUninitialized: false;
3370
+ isLoading: false;
3371
+ isSuccess: true;
3372
+ isError: false;
3373
+ }) | ({
3374
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3375
+ } & {
3376
+ requestId: string;
3377
+ data?: PutEventsByIdStatusApiResponse | undefined;
3378
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3379
+ endpointName: string;
3380
+ startedTimeStamp: number;
3381
+ fulfilledTimeStamp?: number | undefined;
3382
+ } & {
3383
+ data?: undefined;
3384
+ } & {
3385
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3386
+ isUninitialized: false;
3387
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3388
+ isLoading: true;
3389
+ isSuccess: false;
3390
+ isError: false;
3391
+ }) | ({
3392
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3393
+ } & Omit<{
3394
+ requestId: string;
3395
+ data?: PutEventsByIdStatusApiResponse | undefined;
3396
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3397
+ endpointName: string;
3398
+ startedTimeStamp: number;
3399
+ fulfilledTimeStamp?: number | undefined;
3400
+ }, "error"> & Required<Pick<{
3401
+ requestId: string;
3402
+ data?: PutEventsByIdStatusApiResponse | undefined;
3403
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3404
+ endpointName: string;
3405
+ startedTimeStamp: number;
3406
+ fulfilledTimeStamp?: number | undefined;
3407
+ }, "error">> & {
3408
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3409
+ isUninitialized: false;
3410
+ isLoading: false;
3411
+ isSuccess: false;
3412
+ isError: true;
3413
+ })>(options?: {
3414
+ selectFromResult?: ((state: ({
3415
+ requestId?: undefined;
3416
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3417
+ data?: undefined;
3418
+ error?: undefined;
3419
+ endpointName?: string | undefined;
3420
+ startedTimeStamp?: undefined;
3421
+ fulfilledTimeStamp?: undefined;
3422
+ } & {
3423
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3424
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3425
+ isUninitialized: true;
3426
+ isLoading: false;
3427
+ isSuccess: false;
3428
+ isError: false;
3429
+ }) | ({
3430
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3431
+ } & Omit<{
3432
+ requestId: string;
3433
+ data?: PutEventsByIdStatusApiResponse | undefined;
3434
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3435
+ endpointName: string;
3436
+ startedTimeStamp: number;
3437
+ fulfilledTimeStamp?: number | undefined;
3438
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3439
+ requestId: string;
3440
+ data?: PutEventsByIdStatusApiResponse | undefined;
3441
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3442
+ endpointName: string;
3443
+ startedTimeStamp: number;
3444
+ fulfilledTimeStamp?: number | undefined;
3445
+ }, "data" | "fulfilledTimeStamp">> & {
3446
+ error: undefined;
3447
+ } & {
3448
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3449
+ isUninitialized: false;
3450
+ isLoading: false;
3451
+ isSuccess: true;
3452
+ isError: false;
3453
+ }) | ({
3454
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3455
+ } & {
3456
+ requestId: string;
3457
+ data?: PutEventsByIdStatusApiResponse | undefined;
3458
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3459
+ endpointName: string;
3460
+ startedTimeStamp: number;
3461
+ fulfilledTimeStamp?: number | undefined;
3462
+ } & {
3463
+ data?: undefined;
3464
+ } & {
3465
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3466
+ isUninitialized: false;
3467
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3468
+ isLoading: true;
3469
+ isSuccess: false;
3470
+ isError: false;
3471
+ }) | ({
3472
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3473
+ } & Omit<{
3474
+ requestId: string;
3475
+ data?: PutEventsByIdStatusApiResponse | undefined;
3476
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3477
+ endpointName: string;
3478
+ startedTimeStamp: number;
3479
+ fulfilledTimeStamp?: number | undefined;
3480
+ }, "error"> & Required<Pick<{
3481
+ requestId: string;
3482
+ data?: PutEventsByIdStatusApiResponse | undefined;
3483
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3484
+ endpointName: string;
3485
+ startedTimeStamp: number;
3486
+ fulfilledTimeStamp?: number | undefined;
3487
+ }, "error">> & {
3488
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3489
+ isUninitialized: false;
3490
+ isLoading: false;
3491
+ isSuccess: false;
3492
+ isError: true;
3493
+ })) => R) | undefined;
3494
+ fixedCacheKey?: string | undefined;
3495
+ } | undefined) => readonly [(arg: PutEventsByIdStatusApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutEventsByIdStatusApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", PutEventsByIdStatusApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3496
+ originalArgs?: PutEventsByIdStatusApiArg | undefined;
3497
+ reset: () => void;
3498
+ }];
3499
+ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
3500
+ requestId?: undefined;
3501
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3502
+ data?: undefined;
3503
+ error?: undefined;
3504
+ endpointName?: string | undefined;
3505
+ startedTimeStamp?: undefined;
3506
+ fulfilledTimeStamp?: undefined;
3507
+ } & {
3508
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3509
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3510
+ isUninitialized: true;
3511
+ isLoading: false;
3512
+ isSuccess: false;
3513
+ isError: false;
3514
+ }) | ({
3515
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3516
+ } & Omit<{
3517
+ requestId: string;
3518
+ data?: RegisterMeshmodelsApiResponse | undefined;
3519
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3520
+ endpointName: string;
3521
+ startedTimeStamp: number;
3522
+ fulfilledTimeStamp?: number | undefined;
3523
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3524
+ requestId: string;
3525
+ data?: RegisterMeshmodelsApiResponse | undefined;
3526
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3527
+ endpointName: string;
3528
+ startedTimeStamp: number;
3529
+ fulfilledTimeStamp?: number | undefined;
3530
+ }, "data" | "fulfilledTimeStamp">> & {
3531
+ error: undefined;
3532
+ } & {
3533
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3534
+ isUninitialized: false;
3535
+ isLoading: false;
3536
+ isSuccess: true;
3537
+ isError: false;
3538
+ }) | ({
3539
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3540
+ } & {
3541
+ requestId: string;
3542
+ data?: RegisterMeshmodelsApiResponse | undefined;
3543
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3544
+ endpointName: string;
3545
+ startedTimeStamp: number;
3546
+ fulfilledTimeStamp?: number | undefined;
3547
+ } & {
3548
+ data?: undefined;
3549
+ } & {
3550
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3551
+ isUninitialized: false;
3552
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3553
+ isLoading: true;
3554
+ isSuccess: false;
3555
+ isError: false;
3556
+ }) | ({
3557
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3558
+ } & Omit<{
3559
+ requestId: string;
3560
+ data?: RegisterMeshmodelsApiResponse | undefined;
3561
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3562
+ endpointName: string;
3563
+ startedTimeStamp: number;
3564
+ fulfilledTimeStamp?: number | undefined;
3565
+ }, "error"> & Required<Pick<{
3566
+ requestId: string;
3567
+ data?: RegisterMeshmodelsApiResponse | undefined;
3568
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3569
+ endpointName: string;
3570
+ startedTimeStamp: number;
3571
+ fulfilledTimeStamp?: number | undefined;
3572
+ }, "error">> & {
3573
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3574
+ isUninitialized: false;
3575
+ isLoading: false;
3576
+ isSuccess: false;
3577
+ isError: true;
3578
+ })>(options?: {
3579
+ selectFromResult?: ((state: ({
3580
+ requestId?: undefined;
3581
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3582
+ data?: undefined;
3583
+ error?: undefined;
3584
+ endpointName?: string | undefined;
3585
+ startedTimeStamp?: undefined;
3586
+ fulfilledTimeStamp?: undefined;
3587
+ } & {
3588
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3589
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3590
+ isUninitialized: true;
3591
+ isLoading: false;
3592
+ isSuccess: false;
3593
+ isError: false;
3594
+ }) | ({
3595
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3596
+ } & Omit<{
3597
+ requestId: string;
3598
+ data?: RegisterMeshmodelsApiResponse | undefined;
3599
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3600
+ endpointName: string;
3601
+ startedTimeStamp: number;
3602
+ fulfilledTimeStamp?: number | undefined;
3603
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3604
+ requestId: string;
3605
+ data?: RegisterMeshmodelsApiResponse | undefined;
3606
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3607
+ endpointName: string;
3608
+ startedTimeStamp: number;
3609
+ fulfilledTimeStamp?: number | undefined;
3610
+ }, "data" | "fulfilledTimeStamp">> & {
3611
+ error: undefined;
3612
+ } & {
3613
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3614
+ isUninitialized: false;
3615
+ isLoading: false;
3616
+ isSuccess: true;
3617
+ isError: false;
3618
+ }) | ({
3619
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3620
+ } & {
3621
+ requestId: string;
3622
+ data?: RegisterMeshmodelsApiResponse | undefined;
3623
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3624
+ endpointName: string;
3625
+ startedTimeStamp: number;
3626
+ fulfilledTimeStamp?: number | undefined;
3627
+ } & {
3628
+ data?: undefined;
3629
+ } & {
3630
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3631
+ isUninitialized: false;
3632
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3633
+ isLoading: true;
3634
+ isSuccess: false;
3635
+ isError: false;
3636
+ }) | ({
3637
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3638
+ } & Omit<{
3639
+ requestId: string;
3640
+ data?: RegisterMeshmodelsApiResponse | undefined;
3641
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3642
+ endpointName: string;
3643
+ startedTimeStamp: number;
3644
+ fulfilledTimeStamp?: number | undefined;
3645
+ }, "error"> & Required<Pick<{
3646
+ requestId: string;
3647
+ data?: RegisterMeshmodelsApiResponse | undefined;
3648
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3649
+ endpointName: string;
3650
+ startedTimeStamp: number;
3651
+ fulfilledTimeStamp?: number | undefined;
3652
+ }, "error">> & {
3653
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3654
+ isUninitialized: false;
3655
+ isLoading: false;
3656
+ isSuccess: false;
3657
+ isError: true;
3658
+ })) => R) | undefined;
3659
+ fixedCacheKey?: string | undefined;
3660
+ } | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3661
+ originalArgs?: RegisterMeshmodelsApiArg | undefined;
3662
+ reset: () => void;
3663
+ }];
3664
+ declare const useGetOrgByDomainQuery: <R extends Record<string, any> = ({
3665
+ data?: undefined;
3666
+ error?: undefined;
3667
+ fulfilledTimeStamp?: undefined;
3668
+ originalArgs?: undefined;
3669
+ requestId?: undefined;
3670
+ endpointName?: string | undefined;
3671
+ startedTimeStamp?: undefined;
3672
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3673
+ currentData?: GetOrgByDomainApiResponse | undefined;
3674
+ isLoading: false;
3675
+ isFetching: false;
3676
+ isSuccess: false;
3677
+ isError: false;
3678
+ isUninitialized: true;
3679
+ } | {
3680
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3681
+ fulfilledTimeStamp?: number | undefined;
3682
+ originalArgs?: GetOrgByDomainApiArg | undefined;
3683
+ requestId?: string | undefined;
3684
+ endpointName?: string | undefined;
3685
+ startedTimeStamp?: number | undefined;
3686
+ status: _reduxjs_toolkit_query.QueryStatus;
3687
+ currentData?: GetOrgByDomainApiResponse | undefined;
3688
+ isUninitialized: false;
3689
+ isSuccess: false;
3690
+ isError: false;
3691
+ isLoading: true;
3692
+ isFetching: boolean;
3693
+ data: undefined;
3694
+ } | {
3695
+ originalArgs?: GetOrgByDomainApiArg | undefined;
3696
+ requestId?: string | undefined;
3697
+ endpointName?: string | undefined;
3698
+ startedTimeStamp?: number | undefined;
3699
+ status: _reduxjs_toolkit_query.QueryStatus;
3700
+ currentData?: GetOrgByDomainApiResponse | undefined;
3701
+ isUninitialized: false;
3702
+ isLoading: false;
3703
+ isError: false;
3704
+ isSuccess: true;
3705
+ isFetching: true;
3706
+ error: undefined;
3707
+ data: GetOrgByDomainApiResponse;
3708
+ fulfilledTimeStamp: number;
3709
+ } | {
3710
+ originalArgs?: GetOrgByDomainApiArg | undefined;
3711
+ requestId?: string | undefined;
3712
+ endpointName?: string | undefined;
3713
+ startedTimeStamp?: number | undefined;
3714
+ status: _reduxjs_toolkit_query.QueryStatus;
3715
+ isUninitialized: false;
3716
+ isLoading: false;
3717
+ isError: false;
3718
+ isSuccess: true;
3719
+ isFetching: false;
3720
+ error: undefined;
3721
+ data: GetOrgByDomainApiResponse;
3722
+ fulfilledTimeStamp: number;
3723
+ currentData: GetOrgByDomainApiResponse;
3724
+ } | {
3725
+ data?: GetOrgByDomainApiResponse | undefined;
3726
+ fulfilledTimeStamp?: number | undefined;
3727
+ originalArgs?: GetOrgByDomainApiArg | undefined;
3728
+ requestId?: string | undefined;
3729
+ endpointName?: string | undefined;
3730
+ startedTimeStamp?: number | undefined;
3731
+ status: _reduxjs_toolkit_query.QueryStatus;
3732
+ currentData?: GetOrgByDomainApiResponse | undefined;
3733
+ isUninitialized: false;
3734
+ isLoading: false;
3735
+ isFetching: false;
3736
+ isSuccess: false;
3737
+ isError: true;
3738
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3739
+ }) & {
3740
+ status: _reduxjs_toolkit_query.QueryStatus;
3741
+ }>(arg: GetOrgByDomainApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
3742
+ skip?: boolean | undefined;
3743
+ refetchOnMountOrArgChange?: number | boolean | undefined;
3744
+ } & {
3745
+ skip?: boolean | undefined;
3746
+ selectFromResult?: ((state: ({
3747
+ data?: undefined;
3748
+ error?: undefined;
3749
+ fulfilledTimeStamp?: undefined;
3750
+ originalArgs?: undefined;
3751
+ requestId?: undefined;
3752
+ endpointName?: string | undefined;
3753
+ startedTimeStamp?: undefined;
3754
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3755
+ currentData?: GetOrgByDomainApiResponse | undefined;
3756
+ isLoading: false;
3757
+ isFetching: false;
3758
+ isSuccess: false;
3759
+ isError: false;
3760
+ isUninitialized: true;
3761
+ } | {
3762
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3763
+ fulfilledTimeStamp?: number | undefined;
3764
+ originalArgs?: GetOrgByDomainApiArg | undefined;
3765
+ requestId?: string | undefined;
3766
+ endpointName?: string | undefined;
3767
+ startedTimeStamp?: number | undefined;
3768
+ status: _reduxjs_toolkit_query.QueryStatus;
3769
+ currentData?: GetOrgByDomainApiResponse | undefined;
3770
+ isUninitialized: false;
3771
+ isSuccess: false;
3772
+ isError: false;
3773
+ isLoading: true;
3774
+ isFetching: boolean;
3775
+ data: undefined;
3776
+ } | {
3777
+ originalArgs?: GetOrgByDomainApiArg | undefined;
3778
+ requestId?: string | undefined;
3779
+ endpointName?: string | undefined;
3780
+ startedTimeStamp?: number | undefined;
3781
+ status: _reduxjs_toolkit_query.QueryStatus;
3782
+ currentData?: GetOrgByDomainApiResponse | undefined;
3783
+ isUninitialized: false;
3784
+ isLoading: false;
3785
+ isError: false;
3786
+ isSuccess: true;
3787
+ isFetching: true;
3788
+ error: undefined;
3789
+ data: GetOrgByDomainApiResponse;
3790
+ fulfilledTimeStamp: number;
3791
+ } | {
3792
+ originalArgs?: GetOrgByDomainApiArg | undefined;
3793
+ requestId?: string | undefined;
3794
+ endpointName?: string | undefined;
3795
+ startedTimeStamp?: number | undefined;
3796
+ status: _reduxjs_toolkit_query.QueryStatus;
3797
+ isUninitialized: false;
3798
+ isLoading: false;
3799
+ isError: false;
3800
+ isSuccess: true;
3801
+ isFetching: false;
3802
+ error: undefined;
3803
+ data: GetOrgByDomainApiResponse;
3804
+ fulfilledTimeStamp: number;
3805
+ currentData: GetOrgByDomainApiResponse;
3806
+ } | {
3807
+ data?: GetOrgByDomainApiResponse | undefined;
3808
+ fulfilledTimeStamp?: number | undefined;
3809
+ originalArgs?: GetOrgByDomainApiArg | undefined;
3810
+ requestId?: string | undefined;
3811
+ endpointName?: string | undefined;
3812
+ startedTimeStamp?: number | undefined;
3813
+ status: _reduxjs_toolkit_query.QueryStatus;
3814
+ currentData?: GetOrgByDomainApiResponse | undefined;
3815
+ isUninitialized: false;
3816
+ isLoading: false;
3817
+ isFetching: false;
3818
+ isSuccess: false;
3819
+ isError: true;
3820
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3821
+ }) & {
3822
+ status: _reduxjs_toolkit_query.QueryStatus;
3823
+ }) => R) | undefined;
3824
+ }) | undefined) => [R][R extends any ? 0 : never] & {
3825
+ refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetOrgByDomainApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", GetOrgByDomainApiResponse, "mesheryRtkSchemasApi", unknown>>;
3826
+ };
3827
+ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
3828
+ data?: undefined;
3829
+ error?: undefined;
3830
+ fulfilledTimeStamp?: undefined;
3831
+ originalArgs?: undefined;
3832
+ requestId?: undefined;
3833
+ endpointName?: string | undefined;
3834
+ startedTimeStamp?: undefined;
3835
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3836
+ currentData?: GetApiWorkspacesApiResponse | undefined;
3837
+ isLoading: false;
3838
+ isFetching: false;
3839
+ isSuccess: false;
3840
+ isError: false;
3841
+ isUninitialized: true;
3842
+ } | {
3843
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3844
+ fulfilledTimeStamp?: number | undefined;
3845
+ originalArgs?: void | undefined;
3846
+ requestId?: string | undefined;
3847
+ endpointName?: string | undefined;
3848
+ startedTimeStamp?: number | undefined;
3849
+ status: _reduxjs_toolkit_query.QueryStatus;
3850
+ currentData?: GetApiWorkspacesApiResponse | undefined;
3851
+ isUninitialized: false;
3852
+ isSuccess: false;
3853
+ isError: false;
3854
+ isLoading: true;
3855
+ isFetching: boolean;
3856
+ data: undefined;
3857
+ } | {
3858
+ originalArgs?: void | undefined;
3859
+ requestId?: string | undefined;
3860
+ endpointName?: string | undefined;
3861
+ startedTimeStamp?: number | undefined;
3862
+ status: _reduxjs_toolkit_query.QueryStatus;
3863
+ currentData?: GetApiWorkspacesApiResponse | undefined;
3864
+ isUninitialized: false;
3865
+ isLoading: false;
3866
+ isError: false;
3867
+ isSuccess: true;
3868
+ isFetching: true;
3869
+ error: undefined;
3870
+ data: GetApiWorkspacesApiResponse;
3871
+ fulfilledTimeStamp: number;
3872
+ } | {
3873
+ originalArgs?: void | undefined;
3874
+ requestId?: string | undefined;
3875
+ endpointName?: string | undefined;
3876
+ startedTimeStamp?: number | undefined;
3877
+ status: _reduxjs_toolkit_query.QueryStatus;
3878
+ isUninitialized: false;
3879
+ isLoading: false;
3880
+ isError: false;
3881
+ isSuccess: true;
3882
+ isFetching: false;
3883
+ error: undefined;
3884
+ data: GetApiWorkspacesApiResponse;
3885
+ fulfilledTimeStamp: number;
3886
+ currentData: GetApiWorkspacesApiResponse;
3887
+ } | {
3888
+ data?: GetApiWorkspacesApiResponse | undefined;
3889
+ fulfilledTimeStamp?: number | undefined;
3890
+ originalArgs?: void | undefined;
3891
+ requestId?: string | undefined;
3892
+ endpointName?: string | undefined;
3893
+ startedTimeStamp?: number | undefined;
3894
+ status: _reduxjs_toolkit_query.QueryStatus;
3895
+ currentData?: GetApiWorkspacesApiResponse | undefined;
3896
+ isUninitialized: false;
3897
+ isLoading: false;
3898
+ isFetching: false;
3899
+ isSuccess: false;
3900
+ isError: true;
3901
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3902
+ }) & {
3903
+ status: _reduxjs_toolkit_query.QueryStatus;
3904
+ }>(arg: void | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
3905
+ skip?: boolean | undefined;
3906
+ refetchOnMountOrArgChange?: number | boolean | undefined;
3907
+ } & {
3908
+ skip?: boolean | undefined;
3909
+ selectFromResult?: ((state: ({
3910
+ data?: undefined;
3911
+ error?: undefined;
3912
+ fulfilledTimeStamp?: undefined;
3913
+ originalArgs?: undefined;
3914
+ requestId?: undefined;
3915
+ endpointName?: string | undefined;
3916
+ startedTimeStamp?: undefined;
3917
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3918
+ currentData?: GetApiWorkspacesApiResponse | undefined;
3919
+ isLoading: false;
3920
+ isFetching: false;
3921
+ isSuccess: false;
3922
+ isError: false;
3923
+ isUninitialized: true;
3924
+ } | {
3925
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3926
+ fulfilledTimeStamp?: number | undefined;
3927
+ originalArgs?: void | undefined;
3928
+ requestId?: string | undefined;
3929
+ endpointName?: string | undefined;
3930
+ startedTimeStamp?: number | undefined;
3931
+ status: _reduxjs_toolkit_query.QueryStatus;
3932
+ currentData?: GetApiWorkspacesApiResponse | undefined;
3933
+ isUninitialized: false;
3934
+ isSuccess: false;
3935
+ isError: false;
3936
+ isLoading: true;
3937
+ isFetching: boolean;
3938
+ data: undefined;
3939
+ } | {
3940
+ originalArgs?: void | undefined;
3941
+ requestId?: string | undefined;
3942
+ endpointName?: string | undefined;
3943
+ startedTimeStamp?: number | undefined;
3944
+ status: _reduxjs_toolkit_query.QueryStatus;
3945
+ currentData?: GetApiWorkspacesApiResponse | undefined;
3946
+ isUninitialized: false;
3947
+ isLoading: false;
3948
+ isError: false;
3949
+ isSuccess: true;
3950
+ isFetching: true;
3951
+ error: undefined;
3952
+ data: GetApiWorkspacesApiResponse;
3953
+ fulfilledTimeStamp: number;
3954
+ } | {
3955
+ originalArgs?: void | undefined;
3956
+ requestId?: string | undefined;
3957
+ endpointName?: string | undefined;
3958
+ startedTimeStamp?: number | undefined;
3959
+ status: _reduxjs_toolkit_query.QueryStatus;
3960
+ isUninitialized: false;
3961
+ isLoading: false;
3962
+ isError: false;
3963
+ isSuccess: true;
3964
+ isFetching: false;
3965
+ error: undefined;
3966
+ data: GetApiWorkspacesApiResponse;
3967
+ fulfilledTimeStamp: number;
3968
+ currentData: GetApiWorkspacesApiResponse;
3969
+ } | {
3970
+ data?: GetApiWorkspacesApiResponse | undefined;
3971
+ fulfilledTimeStamp?: number | undefined;
3972
+ originalArgs?: void | undefined;
3973
+ requestId?: string | undefined;
3974
+ endpointName?: string | undefined;
3975
+ startedTimeStamp?: number | undefined;
3976
+ status: _reduxjs_toolkit_query.QueryStatus;
3977
+ currentData?: GetApiWorkspacesApiResponse | undefined;
3978
+ isUninitialized: false;
3979
+ isLoading: false;
3980
+ isFetching: false;
3981
+ isSuccess: false;
3982
+ isError: true;
3983
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3984
+ }) & {
3985
+ status: _reduxjs_toolkit_query.QueryStatus;
3986
+ }) => R) | undefined;
3987
+ }) | undefined) => [R][R extends any ? 0 : never] & {
3988
+ refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>;
3989
+ };
3990
+ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
3062
3991
  requestId?: undefined;
3063
3992
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3064
3993
  data?: undefined;
3065
3994
  error?: undefined;
3066
3995
  endpointName?: string | undefined;
3067
3996
  startedTimeStamp?: undefined;
3068
- /** JSON ref to value from where patch should be applied. */
3069
3997
  fulfilledTimeStamp?: undefined;
3070
3998
  } & {
3999
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3071
4000
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3072
4001
  isUninitialized: true;
3073
4002
  isLoading: false;
@@ -3077,15 +4006,15 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3077
4006
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3078
4007
  } & Omit<{
3079
4008
  requestId: string;
3080
- data?: CreateEnvironmentApiResponse | undefined;
3081
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4009
+ data?: PostApiWorkspacesApiResponse | undefined;
4010
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3082
4011
  endpointName: string;
3083
4012
  startedTimeStamp: number;
3084
4013
  fulfilledTimeStamp?: number | undefined;
3085
4014
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3086
4015
  requestId: string;
3087
- data?: CreateEnvironmentApiResponse | undefined;
3088
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4016
+ data?: PostApiWorkspacesApiResponse | undefined;
4017
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3089
4018
  endpointName: string;
3090
4019
  startedTimeStamp: number;
3091
4020
  fulfilledTimeStamp?: number | undefined;
@@ -3101,8 +4030,8 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3101
4030
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3102
4031
  } & {
3103
4032
  requestId: string;
3104
- data?: CreateEnvironmentApiResponse | undefined;
3105
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4033
+ data?: PostApiWorkspacesApiResponse | undefined;
4034
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3106
4035
  endpointName: string;
3107
4036
  startedTimeStamp: number;
3108
4037
  fulfilledTimeStamp?: number | undefined;
@@ -3111,6 +4040,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3111
4040
  } & {
3112
4041
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3113
4042
  isUninitialized: false;
4043
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3114
4044
  isLoading: true;
3115
4045
  isSuccess: false;
3116
4046
  isError: false;
@@ -3118,15 +4048,15 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3118
4048
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3119
4049
  } & Omit<{
3120
4050
  requestId: string;
3121
- data?: CreateEnvironmentApiResponse | undefined;
3122
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4051
+ data?: PostApiWorkspacesApiResponse | undefined;
4052
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3123
4053
  endpointName: string;
3124
4054
  startedTimeStamp: number;
3125
4055
  fulfilledTimeStamp?: number | undefined;
3126
4056
  }, "error"> & Required<Pick<{
3127
4057
  requestId: string;
3128
- data?: CreateEnvironmentApiResponse | undefined;
3129
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4058
+ data?: PostApiWorkspacesApiResponse | undefined;
4059
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3130
4060
  endpointName: string;
3131
4061
  startedTimeStamp: number;
3132
4062
  fulfilledTimeStamp?: number | undefined;
@@ -3144,9 +4074,9 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3144
4074
  error?: undefined;
3145
4075
  endpointName?: string | undefined;
3146
4076
  startedTimeStamp?: undefined;
3147
- /** JSON ref to value from where patch should be applied. */
3148
4077
  fulfilledTimeStamp?: undefined;
3149
4078
  } & {
4079
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3150
4080
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3151
4081
  isUninitialized: true;
3152
4082
  isLoading: false;
@@ -3156,15 +4086,15 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3156
4086
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3157
4087
  } & Omit<{
3158
4088
  requestId: string;
3159
- data?: CreateEnvironmentApiResponse | undefined;
3160
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4089
+ data?: PostApiWorkspacesApiResponse | undefined;
4090
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3161
4091
  endpointName: string;
3162
4092
  startedTimeStamp: number;
3163
4093
  fulfilledTimeStamp?: number | undefined;
3164
4094
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3165
4095
  requestId: string;
3166
- data?: CreateEnvironmentApiResponse | undefined;
3167
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4096
+ data?: PostApiWorkspacesApiResponse | undefined;
4097
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3168
4098
  endpointName: string;
3169
4099
  startedTimeStamp: number;
3170
4100
  fulfilledTimeStamp?: number | undefined;
@@ -3180,8 +4110,8 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3180
4110
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3181
4111
  } & {
3182
4112
  requestId: string;
3183
- data?: CreateEnvironmentApiResponse | undefined;
3184
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4113
+ data?: PostApiWorkspacesApiResponse | undefined;
4114
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3185
4115
  endpointName: string;
3186
4116
  startedTimeStamp: number;
3187
4117
  fulfilledTimeStamp?: number | undefined;
@@ -3190,6 +4120,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3190
4120
  } & {
3191
4121
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3192
4122
  isUninitialized: false;
4123
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3193
4124
  isLoading: true;
3194
4125
  isSuccess: false;
3195
4126
  isError: false;
@@ -3197,15 +4128,15 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3197
4128
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3198
4129
  } & Omit<{
3199
4130
  requestId: string;
3200
- data?: CreateEnvironmentApiResponse | undefined;
3201
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4131
+ data?: PostApiWorkspacesApiResponse | undefined;
4132
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3202
4133
  endpointName: string;
3203
4134
  startedTimeStamp: number;
3204
4135
  fulfilledTimeStamp?: number | undefined;
3205
4136
  }, "error"> & Required<Pick<{
3206
4137
  requestId: string;
3207
- data?: CreateEnvironmentApiResponse | undefined;
3208
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4138
+ data?: PostApiWorkspacesApiResponse | undefined;
4139
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3209
4140
  endpointName: string;
3210
4141
  startedTimeStamp: number;
3211
4142
  fulfilledTimeStamp?: number | undefined;
@@ -3217,11 +4148,11 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3217
4148
  isError: true;
3218
4149
  })) => R) | undefined;
3219
4150
  fixedCacheKey?: string | undefined;
3220
- } | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3221
- originalArgs?: CreateEnvironmentApiArg | undefined; /** Version of the model as defined by the registrant. */
4151
+ } | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
4152
+ originalArgs?: PostApiWorkspacesApiArg | undefined;
3222
4153
  reset: () => void;
3223
4154
  }];
3224
- declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
4155
+ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
3225
4156
  data?: undefined;
3226
4157
  error?: undefined;
3227
4158
  fulfilledTimeStamp?: undefined;
@@ -3230,21 +4161,21 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3230
4161
  endpointName?: string | undefined;
3231
4162
  startedTimeStamp?: undefined;
3232
4163
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3233
- currentData?: GetEnvironmentsApiResponse | undefined;
4164
+ currentData?: GetApiWorkspacesByIdApiResponse | undefined;
3234
4165
  isLoading: false;
3235
4166
  isFetching: false;
3236
4167
  isSuccess: false;
3237
4168
  isError: false;
3238
4169
  isUninitialized: true;
3239
4170
  } | {
3240
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4171
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3241
4172
  fulfilledTimeStamp?: number | undefined;
3242
- originalArgs?: GetEnvironmentsApiArg | undefined;
4173
+ originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
3243
4174
  requestId?: string | undefined;
3244
4175
  endpointName?: string | undefined;
3245
4176
  startedTimeStamp?: number | undefined;
3246
4177
  status: _reduxjs_toolkit_query.QueryStatus;
3247
- currentData?: GetEnvironmentsApiResponse | undefined;
4178
+ currentData?: GetApiWorkspacesByIdApiResponse | undefined;
3248
4179
  isUninitialized: false;
3249
4180
  isSuccess: false;
3250
4181
  isError: false;
@@ -3252,22 +4183,22 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3252
4183
  isFetching: boolean;
3253
4184
  data: undefined;
3254
4185
  } | {
3255
- originalArgs?: GetEnvironmentsApiArg | undefined;
4186
+ originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
3256
4187
  requestId?: string | undefined;
3257
4188
  endpointName?: string | undefined;
3258
4189
  startedTimeStamp?: number | undefined;
3259
4190
  status: _reduxjs_toolkit_query.QueryStatus;
3260
- currentData?: GetEnvironmentsApiResponse | undefined;
4191
+ currentData?: GetApiWorkspacesByIdApiResponse | undefined;
3261
4192
  isUninitialized: false;
3262
4193
  isLoading: false;
3263
4194
  isError: false;
3264
4195
  isSuccess: true;
3265
4196
  isFetching: true;
3266
4197
  error: undefined;
3267
- data: GetEnvironmentsApiResponse;
4198
+ data: GetApiWorkspacesByIdApiResponse;
3268
4199
  fulfilledTimeStamp: number;
3269
4200
  } | {
3270
- originalArgs?: GetEnvironmentsApiArg | undefined;
4201
+ originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
3271
4202
  requestId?: string | undefined;
3272
4203
  endpointName?: string | undefined;
3273
4204
  startedTimeStamp?: number | undefined;
@@ -3278,27 +4209,27 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3278
4209
  isSuccess: true;
3279
4210
  isFetching: false;
3280
4211
  error: undefined;
3281
- data: GetEnvironmentsApiResponse;
4212
+ data: GetApiWorkspacesByIdApiResponse;
3282
4213
  fulfilledTimeStamp: number;
3283
- currentData: GetEnvironmentsApiResponse;
4214
+ currentData: GetApiWorkspacesByIdApiResponse;
3284
4215
  } | {
3285
- data?: GetEnvironmentsApiResponse | undefined;
4216
+ data?: GetApiWorkspacesByIdApiResponse | undefined;
3286
4217
  fulfilledTimeStamp?: number | undefined;
3287
- originalArgs?: GetEnvironmentsApiArg | undefined;
4218
+ originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
3288
4219
  requestId?: string | undefined;
3289
4220
  endpointName?: string | undefined;
3290
4221
  startedTimeStamp?: number | undefined;
3291
4222
  status: _reduxjs_toolkit_query.QueryStatus;
3292
- currentData?: GetEnvironmentsApiResponse | undefined;
4223
+ currentData?: GetApiWorkspacesByIdApiResponse | undefined;
3293
4224
  isUninitialized: false;
3294
4225
  isLoading: false;
3295
4226
  isFetching: false;
3296
4227
  isSuccess: false;
3297
4228
  isError: true;
3298
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
4229
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3299
4230
  }) & {
3300
4231
  status: _reduxjs_toolkit_query.QueryStatus;
3301
- }>(arg: GetEnvironmentsApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
4232
+ }>(arg: GetApiWorkspacesByIdApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
3302
4233
  skip?: boolean | undefined;
3303
4234
  refetchOnMountOrArgChange?: number | boolean | undefined;
3304
4235
  } & {
@@ -3312,21 +4243,21 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3312
4243
  endpointName?: string | undefined;
3313
4244
  startedTimeStamp?: undefined;
3314
4245
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3315
- currentData?: GetEnvironmentsApiResponse | undefined;
4246
+ currentData?: GetApiWorkspacesByIdApiResponse | undefined;
3316
4247
  isLoading: false;
3317
4248
  isFetching: false;
3318
4249
  isSuccess: false;
3319
4250
  isError: false;
3320
4251
  isUninitialized: true;
3321
4252
  } | {
3322
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4253
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3323
4254
  fulfilledTimeStamp?: number | undefined;
3324
- originalArgs?: GetEnvironmentsApiArg | undefined;
4255
+ originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
3325
4256
  requestId?: string | undefined;
3326
4257
  endpointName?: string | undefined;
3327
4258
  startedTimeStamp?: number | undefined;
3328
4259
  status: _reduxjs_toolkit_query.QueryStatus;
3329
- currentData?: GetEnvironmentsApiResponse | undefined;
4260
+ currentData?: GetApiWorkspacesByIdApiResponse | undefined;
3330
4261
  isUninitialized: false;
3331
4262
  isSuccess: false;
3332
4263
  isError: false;
@@ -3334,22 +4265,22 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3334
4265
  isFetching: boolean;
3335
4266
  data: undefined;
3336
4267
  } | {
3337
- originalArgs?: GetEnvironmentsApiArg | undefined;
4268
+ originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
3338
4269
  requestId?: string | undefined;
3339
4270
  endpointName?: string | undefined;
3340
4271
  startedTimeStamp?: number | undefined;
3341
4272
  status: _reduxjs_toolkit_query.QueryStatus;
3342
- currentData?: GetEnvironmentsApiResponse | undefined;
4273
+ currentData?: GetApiWorkspacesByIdApiResponse | undefined;
3343
4274
  isUninitialized: false;
3344
4275
  isLoading: false;
3345
4276
  isError: false;
3346
4277
  isSuccess: true;
3347
4278
  isFetching: true;
3348
4279
  error: undefined;
3349
- data: GetEnvironmentsApiResponse;
4280
+ data: GetApiWorkspacesByIdApiResponse;
3350
4281
  fulfilledTimeStamp: number;
3351
4282
  } | {
3352
- originalArgs?: GetEnvironmentsApiArg | undefined;
4283
+ originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
3353
4284
  requestId?: string | undefined;
3354
4285
  endpointName?: string | undefined;
3355
4286
  startedTimeStamp?: number | undefined;
@@ -3360,40 +4291,40 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3360
4291
  isSuccess: true;
3361
4292
  isFetching: false;
3362
4293
  error: undefined;
3363
- data: GetEnvironmentsApiResponse;
4294
+ data: GetApiWorkspacesByIdApiResponse;
3364
4295
  fulfilledTimeStamp: number;
3365
- currentData: GetEnvironmentsApiResponse;
4296
+ currentData: GetApiWorkspacesByIdApiResponse;
3366
4297
  } | {
3367
- data?: GetEnvironmentsApiResponse | undefined;
4298
+ data?: GetApiWorkspacesByIdApiResponse | undefined;
3368
4299
  fulfilledTimeStamp?: number | undefined;
3369
- originalArgs?: GetEnvironmentsApiArg | undefined;
4300
+ originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
3370
4301
  requestId?: string | undefined;
3371
4302
  endpointName?: string | undefined;
3372
4303
  startedTimeStamp?: number | undefined;
3373
4304
  status: _reduxjs_toolkit_query.QueryStatus;
3374
- currentData?: GetEnvironmentsApiResponse | undefined;
4305
+ currentData?: GetApiWorkspacesByIdApiResponse | undefined;
3375
4306
  isUninitialized: false;
3376
4307
  isLoading: false;
3377
4308
  isFetching: false;
3378
4309
  isSuccess: false;
3379
4310
  isError: true;
3380
- error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
4311
+ error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3381
4312
  }) & {
3382
4313
  status: _reduxjs_toolkit_query.QueryStatus;
3383
4314
  }) => R) | undefined;
3384
4315
  }) | undefined) => [R][R extends any ? 0 : never] & {
3385
- refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>>;
4316
+ refetch: () => _reduxjs_toolkit_query.QueryActionCreatorResult<_reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
3386
4317
  };
3387
- declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
4318
+ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
3388
4319
  requestId?: undefined;
3389
4320
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3390
4321
  data?: undefined;
3391
4322
  error?: undefined;
3392
4323
  endpointName?: string | undefined;
3393
4324
  startedTimeStamp?: undefined;
3394
- /** JSON ref to value from where patch should be applied. */
3395
4325
  fulfilledTimeStamp?: undefined;
3396
4326
  } & {
4327
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3397
4328
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3398
4329
  isUninitialized: true;
3399
4330
  isLoading: false;
@@ -3403,15 +4334,15 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3403
4334
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3404
4335
  } & Omit<{
3405
4336
  requestId: string;
3406
- data?: PostEvaluateApiResponse | undefined;
3407
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4337
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4338
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3408
4339
  endpointName: string;
3409
4340
  startedTimeStamp: number;
3410
4341
  fulfilledTimeStamp?: number | undefined;
3411
4342
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3412
4343
  requestId: string;
3413
- data?: PostEvaluateApiResponse | undefined;
3414
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4344
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4345
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3415
4346
  endpointName: string;
3416
4347
  startedTimeStamp: number;
3417
4348
  fulfilledTimeStamp?: number | undefined;
@@ -3427,8 +4358,8 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3427
4358
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3428
4359
  } & {
3429
4360
  requestId: string;
3430
- data?: PostEvaluateApiResponse | undefined;
3431
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4361
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4362
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3432
4363
  endpointName: string;
3433
4364
  startedTimeStamp: number;
3434
4365
  fulfilledTimeStamp?: number | undefined;
@@ -3437,6 +4368,7 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3437
4368
  } & {
3438
4369
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3439
4370
  isUninitialized: false;
4371
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3440
4372
  isLoading: true;
3441
4373
  isSuccess: false;
3442
4374
  isError: false;
@@ -3444,15 +4376,15 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3444
4376
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3445
4377
  } & Omit<{
3446
4378
  requestId: string;
3447
- data?: PostEvaluateApiResponse | undefined;
3448
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4379
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4380
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3449
4381
  endpointName: string;
3450
4382
  startedTimeStamp: number;
3451
4383
  fulfilledTimeStamp?: number | undefined;
3452
4384
  }, "error"> & Required<Pick<{
3453
4385
  requestId: string;
3454
- data?: PostEvaluateApiResponse | undefined;
3455
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4386
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4387
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3456
4388
  endpointName: string;
3457
4389
  startedTimeStamp: number;
3458
4390
  fulfilledTimeStamp?: number | undefined;
@@ -3470,9 +4402,9 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3470
4402
  error?: undefined;
3471
4403
  endpointName?: string | undefined;
3472
4404
  startedTimeStamp?: undefined;
3473
- /** JSON ref to value from where patch should be applied. */
3474
4405
  fulfilledTimeStamp?: undefined;
3475
4406
  } & {
4407
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3476
4408
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3477
4409
  isUninitialized: true;
3478
4410
  isLoading: false;
@@ -3482,15 +4414,15 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3482
4414
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3483
4415
  } & Omit<{
3484
4416
  requestId: string;
3485
- data?: PostEvaluateApiResponse | undefined;
3486
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4417
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4418
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3487
4419
  endpointName: string;
3488
4420
  startedTimeStamp: number;
3489
4421
  fulfilledTimeStamp?: number | undefined;
3490
4422
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3491
4423
  requestId: string;
3492
- data?: PostEvaluateApiResponse | undefined;
3493
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4424
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4425
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3494
4426
  endpointName: string;
3495
4427
  startedTimeStamp: number;
3496
4428
  fulfilledTimeStamp?: number | undefined;
@@ -3506,8 +4438,8 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3506
4438
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3507
4439
  } & {
3508
4440
  requestId: string;
3509
- data?: PostEvaluateApiResponse | undefined;
3510
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4441
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4442
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3511
4443
  endpointName: string;
3512
4444
  startedTimeStamp: number;
3513
4445
  fulfilledTimeStamp?: number | undefined;
@@ -3516,6 +4448,7 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3516
4448
  } & {
3517
4449
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3518
4450
  isUninitialized: false;
4451
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
3519
4452
  isLoading: true;
3520
4453
  isSuccess: false;
3521
4454
  isError: false;
@@ -3523,15 +4456,180 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3523
4456
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3524
4457
  } & Omit<{
3525
4458
  requestId: string;
3526
- data?: PostEvaluateApiResponse | undefined;
3527
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4459
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4460
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3528
4461
  endpointName: string;
3529
4462
  startedTimeStamp: number;
3530
4463
  fulfilledTimeStamp?: number | undefined;
3531
4464
  }, "error"> & Required<Pick<{
3532
4465
  requestId: string;
3533
- data?: PostEvaluateApiResponse | undefined;
3534
- error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4466
+ data?: PutApiWorkspacesByIdApiResponse | undefined;
4467
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4468
+ endpointName: string;
4469
+ startedTimeStamp: number;
4470
+ fulfilledTimeStamp?: number | undefined;
4471
+ }, "error">> & {
4472
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
4473
+ isUninitialized: false;
4474
+ isLoading: false;
4475
+ isSuccess: false;
4476
+ isError: true;
4477
+ })) => R) | undefined;
4478
+ fixedCacheKey?: string | undefined;
4479
+ } | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
4480
+ originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
4481
+ reset: () => void;
4482
+ }];
4483
+ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
4484
+ requestId?: undefined;
4485
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4486
+ data?: undefined;
4487
+ error?: undefined;
4488
+ endpointName?: string | undefined;
4489
+ startedTimeStamp?: undefined;
4490
+ fulfilledTimeStamp?: undefined;
4491
+ } & {
4492
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
4493
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4494
+ isUninitialized: true;
4495
+ isLoading: false;
4496
+ isSuccess: false;
4497
+ isError: false;
4498
+ }) | ({
4499
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4500
+ } & Omit<{
4501
+ requestId: string;
4502
+ data?: unknown;
4503
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4504
+ endpointName: string;
4505
+ startedTimeStamp: number;
4506
+ fulfilledTimeStamp?: number | undefined;
4507
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
4508
+ requestId: string;
4509
+ data?: unknown;
4510
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4511
+ endpointName: string;
4512
+ startedTimeStamp: number;
4513
+ fulfilledTimeStamp?: number | undefined;
4514
+ }, "data" | "fulfilledTimeStamp">> & {
4515
+ error: undefined;
4516
+ } & {
4517
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4518
+ isUninitialized: false;
4519
+ isLoading: false;
4520
+ isSuccess: true;
4521
+ isError: false;
4522
+ }) | ({
4523
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
4524
+ } & {
4525
+ requestId: string;
4526
+ data?: unknown;
4527
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4528
+ endpointName: string;
4529
+ startedTimeStamp: number;
4530
+ fulfilledTimeStamp?: number | undefined;
4531
+ } & {
4532
+ data?: undefined;
4533
+ } & {
4534
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
4535
+ isUninitialized: false;
4536
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
4537
+ isLoading: true;
4538
+ isSuccess: false;
4539
+ isError: false;
4540
+ }) | ({
4541
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
4542
+ } & Omit<{
4543
+ requestId: string;
4544
+ data?: unknown;
4545
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4546
+ endpointName: string;
4547
+ startedTimeStamp: number;
4548
+ fulfilledTimeStamp?: number | undefined;
4549
+ }, "error"> & Required<Pick<{
4550
+ requestId: string;
4551
+ data?: unknown;
4552
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4553
+ endpointName: string;
4554
+ startedTimeStamp: number;
4555
+ fulfilledTimeStamp?: number | undefined;
4556
+ }, "error">> & {
4557
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
4558
+ isUninitialized: false;
4559
+ isLoading: false;
4560
+ isSuccess: false;
4561
+ isError: true;
4562
+ })>(options?: {
4563
+ selectFromResult?: ((state: ({
4564
+ requestId?: undefined;
4565
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4566
+ data?: undefined;
4567
+ error?: undefined;
4568
+ endpointName?: string | undefined;
4569
+ startedTimeStamp?: undefined;
4570
+ fulfilledTimeStamp?: undefined;
4571
+ } & {
4572
+ /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
4573
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4574
+ isUninitialized: true;
4575
+ isLoading: false;
4576
+ isSuccess: false;
4577
+ isError: false;
4578
+ }) | ({
4579
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4580
+ } & Omit<{
4581
+ requestId: string;
4582
+ data?: unknown;
4583
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4584
+ endpointName: string;
4585
+ startedTimeStamp: number;
4586
+ fulfilledTimeStamp?: number | undefined;
4587
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
4588
+ requestId: string;
4589
+ data?: unknown;
4590
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4591
+ endpointName: string;
4592
+ startedTimeStamp: number;
4593
+ fulfilledTimeStamp?: number | undefined;
4594
+ }, "data" | "fulfilledTimeStamp">> & {
4595
+ error: undefined;
4596
+ } & {
4597
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4598
+ isUninitialized: false;
4599
+ isLoading: false;
4600
+ isSuccess: true;
4601
+ isError: false;
4602
+ }) | ({
4603
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
4604
+ } & {
4605
+ requestId: string;
4606
+ data?: unknown;
4607
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4608
+ endpointName: string;
4609
+ startedTimeStamp: number;
4610
+ fulfilledTimeStamp?: number | undefined;
4611
+ } & {
4612
+ data?: undefined;
4613
+ } & {
4614
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
4615
+ isUninitialized: false;
4616
+ /** Strategy criterion for determing how to match the values at mutator/mutated paths */
4617
+ isLoading: true;
4618
+ isSuccess: false;
4619
+ isError: false;
4620
+ }) | ({
4621
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
4622
+ } & Omit<{
4623
+ requestId: string;
4624
+ data?: unknown;
4625
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4626
+ endpointName: string;
4627
+ startedTimeStamp: number;
4628
+ fulfilledTimeStamp?: number | undefined;
4629
+ }, "error"> & Required<Pick<{
4630
+ requestId: string;
4631
+ data?: unknown;
4632
+ error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3535
4633
  endpointName: string;
3536
4634
  startedTimeStamp: number;
3537
4635
  fulfilledTimeStamp?: number | undefined;
@@ -3543,9 +4641,9 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3543
4641
  isError: true;
3544
4642
  })) => R) | undefined;
3545
4643
  fixedCacheKey?: string | undefined;
3546
- } | undefined) => readonly [(arg: PostEvaluateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3547
- originalArgs?: PostEvaluateApiArg | undefined; /** Version of the model as defined by the registrant. */
4644
+ } | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "environment_environments" | "evaluation_other" | "events_other" | "model_other" | "Organization_other" | "workspace_workspaces", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
4645
+ originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
3548
4646
  reset: () => void;
3549
4647
  }];
3550
4648
 
3551
- export { type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type GetApiWorkspacesApiArg, type GetApiWorkspacesApiResponse, type GetApiWorkspacesByIdApiArg, type GetApiWorkspacesByIdApiResponse, type GetEnvironmentsApiArg, type GetEnvironmentsApiResponse, type ImportDesignApiArg, type ImportDesignApiResponse, type PostApiWorkspacesApiArg, type PostApiWorkspacesApiResponse, type PostEvaluateApiArg, type PostEvaluateApiResponse, type PutApiWorkspacesByIdApiArg, type PutApiWorkspacesByIdApiResponse, type RegisterMeshmodelsApiArg, type RegisterMeshmodelsApiResponse, addTagTypes, injectedRtkApi as mesheryApi, useCreateEnvironmentMutation, useDeleteApiWorkspacesByIdMutation, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetEnvironmentsQuery, useImportDesignMutation, usePostApiWorkspacesMutation, usePostEvaluateMutation, usePutApiWorkspacesByIdMutation, useRegisterMeshmodelsMutation };
4649
+ export { type CreateEnvironmentApiArg, type CreateEnvironmentApiResponse, type DeleteApiWorkspacesByIdApiArg, type DeleteApiWorkspacesByIdApiResponse, type DeleteEventsApiArg, type DeleteEventsApiResponse, type DeleteEventsByIdApiArg, type DeleteEventsByIdApiResponse, type GetApiWorkspacesApiArg, type GetApiWorkspacesApiResponse, type GetApiWorkspacesByIdApiArg, type GetApiWorkspacesByIdApiResponse, type GetEnvironmentsApiArg, type GetEnvironmentsApiResponse, type GetOrgByDomainApiArg, type GetOrgByDomainApiResponse, type ImportDesignApiArg, type ImportDesignApiResponse, type PostApiWorkspacesApiArg, type PostApiWorkspacesApiResponse, type PostEvaluateApiArg, type PostEvaluateApiResponse, type PostEventsApiArg, type PostEventsApiResponse, type PutApiWorkspacesByIdApiArg, type PutApiWorkspacesByIdApiResponse, type PutEventsByIdStatusApiArg, type PutEventsByIdStatusApiResponse, type PutEventsStatusApiArg, type PutEventsStatusApiResponse, type RegisterMeshmodelsApiArg, type RegisterMeshmodelsApiResponse, addTagTypes, injectedRtkApi as mesheryApi, useCreateEnvironmentMutation, useDeleteApiWorkspacesByIdMutation, useDeleteEventsByIdMutation, useDeleteEventsMutation, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetEnvironmentsQuery, useGetOrgByDomainQuery, useImportDesignMutation, usePostApiWorkspacesMutation, usePostEvaluateMutation, usePostEventsMutation, usePutApiWorkspacesByIdMutation, usePutEventsByIdStatusMutation, usePutEventsStatusMutation, useRegisterMeshmodelsMutation };