@meshery/schemas 0.8.71 → 0.8.73

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.
@@ -2,18 +2,19 @@ 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 injectedRtkApi: _reduxjs_toolkit_query.Api<_reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, {
6
- importDesign: _reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>;
7
- registerMeshmodels: _reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>;
8
- getApiWorkspaces: _reduxjs_toolkit_query.QueryDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
9
- postApiWorkspaces: _reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>;
10
- getApiWorkspacesById: _reduxjs_toolkit_query.QueryDefinition<GetApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
11
- putApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>;
12
- deleteApiWorkspacesById: _reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, unknown, "mesheryRtkSchemasApi", unknown>;
13
- createEnvironment: _reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>;
14
- getEnvironments: _reduxjs_toolkit_query.QueryDefinition<GetEnvironmentsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>;
15
- postEvaluate: _reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>;
16
- }, "mesheryRtkSchemasApi", never, typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_dist_query_react.reactHooksModuleName>;
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>;
17
18
 
18
19
  type ImportDesignApiResponse = {
19
20
  message?: string;
@@ -2675,8 +2676,8 @@ type PostEvaluateApiArg = {
2675
2676
  };
2676
2677
  };
2677
2678
  declare const useImportDesignMutation: <R extends Record<string, any> = ({
2678
- requestId?: undefined;
2679
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
2679
+ requestId?: undefined; /** Primary color associated with the model. */
2680
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2680
2681
  data?: undefined;
2681
2682
  error?: undefined;
2682
2683
  endpointName?: string | undefined;
@@ -2685,28 +2686,29 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2685
2686
  } & {
2686
2687
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2687
2688
  isUninitialized: true;
2688
- isLoading: false; /** Description of the model. */
2689
+ isLoading: false;
2689
2690
  isSuccess: false;
2690
2691
  isError: false;
2691
2692
  }) | ({
2692
2693
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2693
2694
  } & Omit<{
2694
- requestId: string; /** Secondary color associated with the model. */
2695
+ requestId: string; /** Key that backs the capability. */
2695
2696
  data?: ImportDesignApiResponse | undefined;
2696
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2697
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2697
2698
  endpointName: string;
2698
- startedTimeStamp: number;
2699
+ startedTimeStamp: number; /** Status of the capability */
2699
2700
  fulfilledTimeStamp?: number | undefined;
2700
2701
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2701
- requestId: string; /** Secondary color associated with the model. */
2702
+ requestId: string; /** Key that backs the capability. */
2702
2703
  data?: ImportDesignApiResponse | undefined;
2703
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2704
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2704
2705
  endpointName: string;
2705
- startedTimeStamp: number;
2706
+ startedTimeStamp: number; /** Status of the capability */
2706
2707
  fulfilledTimeStamp?: number | undefined;
2707
2708
  }, "data" | "fulfilledTimeStamp">> & {
2708
2709
  error: undefined;
2709
2710
  } & {
2711
+ /** Name of the model in which this relationship is packaged. */
2710
2712
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2711
2713
  isUninitialized: false;
2712
2714
  isLoading: false;
@@ -2715,39 +2717,35 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2715
2717
  }) | ({
2716
2718
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2717
2719
  } & {
2718
- requestId: string; /** Secondary color associated with the model. */
2720
+ requestId: string; /** Key that backs the capability. */
2719
2721
  data?: ImportDesignApiResponse | undefined;
2720
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2722
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2721
2723
  endpointName: string;
2722
- startedTimeStamp: number;
2724
+ startedTimeStamp: number; /** Status of the capability */
2723
2725
  fulfilledTimeStamp?: number | undefined;
2724
2726
  } & {
2725
2727
  data?: undefined;
2726
2728
  } & {
2727
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
2728
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
2729
- - maintenance: model is unavailable for a period of time.
2730
- - enabled: model is available for use for all users of this Meshery Server.
2731
- - ignored: model is unavailable for use for all users of this Meshery Server. */
2729
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
2732
2730
  isUninitialized: false;
2733
2731
  isLoading: true;
2734
2732
  isSuccess: false;
2735
2733
  isError: false;
2736
2734
  }) | ({
2737
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
2735
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
2738
2736
  } & Omit<{
2739
- requestId: string; /** Secondary color associated with the model. */
2737
+ requestId: string; /** Key that backs the capability. */
2740
2738
  data?: ImportDesignApiResponse | undefined;
2741
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2739
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2742
2740
  endpointName: string;
2743
- startedTimeStamp: number;
2741
+ startedTimeStamp: number; /** Status of the capability */
2744
2742
  fulfilledTimeStamp?: number | undefined;
2745
2743
  }, "error"> & Required<Pick<{
2746
- requestId: string; /** Secondary color associated with the model. */
2744
+ requestId: string; /** Key that backs the capability. */
2747
2745
  data?: ImportDesignApiResponse | undefined;
2748
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2746
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2749
2747
  endpointName: string;
2750
- startedTimeStamp: number;
2748
+ startedTimeStamp: number; /** Status of the capability */
2751
2749
  fulfilledTimeStamp?: number | undefined;
2752
2750
  }, "error">> & {
2753
2751
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -2757,8 +2755,8 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2757
2755
  isError: true;
2758
2756
  })>(options?: {
2759
2757
  selectFromResult?: ((state: ({
2760
- requestId?: undefined;
2761
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
2758
+ requestId?: undefined; /** Primary color associated with the model. */
2759
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2762
2760
  data?: undefined;
2763
2761
  error?: undefined;
2764
2762
  endpointName?: string | undefined;
@@ -2767,28 +2765,29 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2767
2765
  } & {
2768
2766
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2769
2767
  isUninitialized: true;
2770
- isLoading: false; /** Description of the model. */
2768
+ isLoading: false;
2771
2769
  isSuccess: false;
2772
2770
  isError: false;
2773
2771
  }) | ({
2774
2772
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2775
2773
  } & Omit<{
2776
- requestId: string; /** Secondary color associated with the model. */
2774
+ requestId: string; /** Key that backs the capability. */
2777
2775
  data?: ImportDesignApiResponse | undefined;
2778
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2776
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2779
2777
  endpointName: string;
2780
- startedTimeStamp: number;
2778
+ startedTimeStamp: number; /** Status of the capability */
2781
2779
  fulfilledTimeStamp?: number | undefined;
2782
2780
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2783
- requestId: string; /** Secondary color associated with the model. */
2781
+ requestId: string; /** Key that backs the capability. */
2784
2782
  data?: ImportDesignApiResponse | undefined;
2785
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2783
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2786
2784
  endpointName: string;
2787
- startedTimeStamp: number;
2785
+ startedTimeStamp: number; /** Status of the capability */
2788
2786
  fulfilledTimeStamp?: number | undefined;
2789
2787
  }, "data" | "fulfilledTimeStamp">> & {
2790
2788
  error: undefined;
2791
2789
  } & {
2790
+ /** Name of the model in which this relationship is packaged. */
2792
2791
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2793
2792
  isUninitialized: false;
2794
2793
  isLoading: false;
@@ -2797,39 +2796,35 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2797
2796
  }) | ({
2798
2797
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2799
2798
  } & {
2800
- requestId: string; /** Secondary color associated with the model. */
2799
+ requestId: string; /** Key that backs the capability. */
2801
2800
  data?: ImportDesignApiResponse | undefined;
2802
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2801
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2803
2802
  endpointName: string;
2804
- startedTimeStamp: number;
2803
+ startedTimeStamp: number; /** Status of the capability */
2805
2804
  fulfilledTimeStamp?: number | undefined;
2806
2805
  } & {
2807
2806
  data?: undefined;
2808
2807
  } & {
2809
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
2810
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
2811
- - maintenance: model is unavailable for a period of time.
2812
- - enabled: model is available for use for all users of this Meshery Server.
2813
- - ignored: model is unavailable for use for all users of this Meshery Server. */
2808
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
2814
2809
  isUninitialized: false;
2815
2810
  isLoading: true;
2816
2811
  isSuccess: false;
2817
2812
  isError: false;
2818
2813
  }) | ({
2819
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
2814
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
2820
2815
  } & Omit<{
2821
- requestId: string; /** Secondary color associated with the model. */
2816
+ requestId: string; /** Key that backs the capability. */
2822
2817
  data?: ImportDesignApiResponse | undefined;
2823
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2818
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2824
2819
  endpointName: string;
2825
- startedTimeStamp: number;
2820
+ startedTimeStamp: number; /** Status of the capability */
2826
2821
  fulfilledTimeStamp?: number | undefined;
2827
2822
  }, "error"> & Required<Pick<{
2828
- requestId: string; /** Secondary color associated with the model. */
2823
+ requestId: string; /** Key that backs the capability. */
2829
2824
  data?: ImportDesignApiResponse | undefined;
2830
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2825
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2831
2826
  endpointName: string;
2832
- startedTimeStamp: number;
2827
+ startedTimeStamp: number; /** Status of the capability */
2833
2828
  fulfilledTimeStamp?: number | undefined;
2834
2829
  }, "error">> & {
2835
2830
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -2837,15 +2832,15 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2837
2832
  isLoading: false;
2838
2833
  isSuccess: false;
2839
2834
  isError: true;
2840
- })) => R) | undefined; /** Capabilities associated with the model */
2835
+ })) => R) | undefined;
2841
2836
  fixedCacheKey?: string | undefined;
2842
- } | 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>, never, ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2837
+ } | 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> & {
2843
2838
  originalArgs?: ImportDesignApiArg | undefined;
2844
2839
  reset: () => void;
2845
2840
  }];
2846
2841
  declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2847
- requestId?: undefined;
2848
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
2842
+ requestId?: undefined; /** Primary color associated with the model. */
2843
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2849
2844
  data?: undefined;
2850
2845
  error?: undefined;
2851
2846
  endpointName?: string | undefined;
@@ -2854,28 +2849,29 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2854
2849
  } & {
2855
2850
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2856
2851
  isUninitialized: true;
2857
- isLoading: false; /** Description of the model. */
2852
+ isLoading: false;
2858
2853
  isSuccess: false;
2859
2854
  isError: false;
2860
2855
  }) | ({
2861
2856
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2862
2857
  } & Omit<{
2863
- requestId: string; /** Secondary color associated with the model. */
2858
+ requestId: string; /** Key that backs the capability. */
2864
2859
  data?: RegisterMeshmodelsApiResponse | undefined;
2865
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2860
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2866
2861
  endpointName: string;
2867
- startedTimeStamp: number;
2862
+ startedTimeStamp: number; /** Status of the capability */
2868
2863
  fulfilledTimeStamp?: number | undefined;
2869
2864
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2870
- requestId: string; /** Secondary color associated with the model. */
2865
+ requestId: string; /** Key that backs the capability. */
2871
2866
  data?: RegisterMeshmodelsApiResponse | undefined;
2872
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2867
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2873
2868
  endpointName: string;
2874
- startedTimeStamp: number;
2869
+ startedTimeStamp: number; /** Status of the capability */
2875
2870
  fulfilledTimeStamp?: number | undefined;
2876
2871
  }, "data" | "fulfilledTimeStamp">> & {
2877
2872
  error: undefined;
2878
2873
  } & {
2874
+ /** Name of the model in which this relationship is packaged. */
2879
2875
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2880
2876
  isUninitialized: false;
2881
2877
  isLoading: false;
@@ -2884,39 +2880,35 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2884
2880
  }) | ({
2885
2881
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2886
2882
  } & {
2887
- requestId: string; /** Secondary color associated with the model. */
2883
+ requestId: string; /** Key that backs the capability. */
2888
2884
  data?: RegisterMeshmodelsApiResponse | undefined;
2889
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2885
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2890
2886
  endpointName: string;
2891
- startedTimeStamp: number;
2887
+ startedTimeStamp: number; /** Status of the capability */
2892
2888
  fulfilledTimeStamp?: number | undefined;
2893
2889
  } & {
2894
2890
  data?: undefined;
2895
2891
  } & {
2896
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
2897
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
2898
- - maintenance: model is unavailable for a period of time.
2899
- - enabled: model is available for use for all users of this Meshery Server.
2900
- - ignored: model is unavailable for use for all users of this Meshery Server. */
2892
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
2901
2893
  isUninitialized: false;
2902
2894
  isLoading: true;
2903
2895
  isSuccess: false;
2904
2896
  isError: false;
2905
2897
  }) | ({
2906
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
2898
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
2907
2899
  } & Omit<{
2908
- requestId: string; /** Secondary color associated with the model. */
2900
+ requestId: string; /** Key that backs the capability. */
2909
2901
  data?: RegisterMeshmodelsApiResponse | undefined;
2910
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2902
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2911
2903
  endpointName: string;
2912
- startedTimeStamp: number;
2904
+ startedTimeStamp: number; /** Status of the capability */
2913
2905
  fulfilledTimeStamp?: number | undefined;
2914
2906
  }, "error"> & Required<Pick<{
2915
- requestId: string; /** Secondary color associated with the model. */
2907
+ requestId: string; /** Key that backs the capability. */
2916
2908
  data?: RegisterMeshmodelsApiResponse | undefined;
2917
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2909
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2918
2910
  endpointName: string;
2919
- startedTimeStamp: number;
2911
+ startedTimeStamp: number; /** Status of the capability */
2920
2912
  fulfilledTimeStamp?: number | undefined;
2921
2913
  }, "error">> & {
2922
2914
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -2926,8 +2918,8 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2926
2918
  isError: true;
2927
2919
  })>(options?: {
2928
2920
  selectFromResult?: ((state: ({
2929
- requestId?: undefined;
2930
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
2921
+ requestId?: undefined; /** Primary color associated with the model. */
2922
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2931
2923
  data?: undefined;
2932
2924
  error?: undefined;
2933
2925
  endpointName?: string | undefined;
@@ -2936,28 +2928,29 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2936
2928
  } & {
2937
2929
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2938
2930
  isUninitialized: true;
2939
- isLoading: false; /** Description of the model. */
2931
+ isLoading: false;
2940
2932
  isSuccess: false;
2941
2933
  isError: false;
2942
2934
  }) | ({
2943
2935
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2944
2936
  } & Omit<{
2945
- requestId: string; /** Secondary color associated with the model. */
2937
+ requestId: string; /** Key that backs the capability. */
2946
2938
  data?: RegisterMeshmodelsApiResponse | undefined;
2947
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2939
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2948
2940
  endpointName: string;
2949
- startedTimeStamp: number;
2941
+ startedTimeStamp: number; /** Status of the capability */
2950
2942
  fulfilledTimeStamp?: number | undefined;
2951
2943
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2952
- requestId: string; /** Secondary color associated with the model. */
2944
+ requestId: string; /** Key that backs the capability. */
2953
2945
  data?: RegisterMeshmodelsApiResponse | undefined;
2954
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2946
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2955
2947
  endpointName: string;
2956
- startedTimeStamp: number;
2948
+ startedTimeStamp: number; /** Status of the capability */
2957
2949
  fulfilledTimeStamp?: number | undefined;
2958
2950
  }, "data" | "fulfilledTimeStamp">> & {
2959
2951
  error: undefined;
2960
2952
  } & {
2953
+ /** Name of the model in which this relationship is packaged. */
2961
2954
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
2962
2955
  isUninitialized: false;
2963
2956
  isLoading: false;
@@ -2966,39 +2959,35 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2966
2959
  }) | ({
2967
2960
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2968
2961
  } & {
2969
- requestId: string; /** Secondary color associated with the model. */
2962
+ requestId: string; /** Key that backs the capability. */
2970
2963
  data?: RegisterMeshmodelsApiResponse | undefined;
2971
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2964
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2972
2965
  endpointName: string;
2973
- startedTimeStamp: number;
2966
+ startedTimeStamp: number; /** Status of the capability */
2974
2967
  fulfilledTimeStamp?: number | undefined;
2975
2968
  } & {
2976
2969
  data?: undefined;
2977
2970
  } & {
2978
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
2979
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
2980
- - maintenance: model is unavailable for a period of time.
2981
- - enabled: model is available for use for all users of this Meshery Server.
2982
- - ignored: model is unavailable for use for all users of this Meshery Server. */
2971
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
2983
2972
  isUninitialized: false;
2984
2973
  isLoading: true;
2985
2974
  isSuccess: false;
2986
2975
  isError: false;
2987
2976
  }) | ({
2988
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
2977
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
2989
2978
  } & Omit<{
2990
- requestId: string; /** Secondary color associated with the model. */
2979
+ requestId: string; /** Key that backs the capability. */
2991
2980
  data?: RegisterMeshmodelsApiResponse | undefined;
2992
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2981
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2993
2982
  endpointName: string;
2994
- startedTimeStamp: number;
2983
+ startedTimeStamp: number; /** Status of the capability */
2995
2984
  fulfilledTimeStamp?: number | undefined;
2996
2985
  }, "error"> & Required<Pick<{
2997
- requestId: string; /** Secondary color associated with the model. */
2986
+ requestId: string; /** Key that backs the capability. */
2998
2987
  data?: RegisterMeshmodelsApiResponse | undefined;
2999
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2988
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3000
2989
  endpointName: string;
3001
- startedTimeStamp: number;
2990
+ startedTimeStamp: number; /** Status of the capability */
3002
2991
  fulfilledTimeStamp?: number | undefined;
3003
2992
  }, "error">> & {
3004
2993
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -3006,9 +2995,9 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
3006
2995
  isLoading: false;
3007
2996
  isSuccess: false;
3008
2997
  isError: true;
3009
- })) => R) | undefined; /** Capabilities associated with the model */
2998
+ })) => R) | undefined;
3010
2999
  fixedCacheKey?: string | undefined;
3011
- } | 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>, never, RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3000
+ } | 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> & {
3012
3001
  originalArgs?: RegisterMeshmodelsApiArg | undefined;
3013
3002
  reset: () => void;
3014
3003
  }];
@@ -3028,7 +3017,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
3028
3017
  isError: false;
3029
3018
  isUninitialized: true;
3030
3019
  } | {
3031
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3020
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3032
3021
  fulfilledTimeStamp?: number | undefined;
3033
3022
  originalArgs?: void | undefined;
3034
3023
  requestId?: string | undefined;
@@ -3086,7 +3075,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
3086
3075
  isFetching: false;
3087
3076
  isSuccess: false;
3088
3077
  isError: true;
3089
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3078
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
3090
3079
  }) & {
3091
3080
  status: _reduxjs_toolkit_query.QueryStatus;
3092
3081
  }>(arg: void | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -3110,7 +3099,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
3110
3099
  isError: false;
3111
3100
  isUninitialized: true;
3112
3101
  } | {
3113
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3102
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3114
3103
  fulfilledTimeStamp?: number | undefined;
3115
3104
  originalArgs?: void | undefined;
3116
3105
  requestId?: string | undefined;
@@ -3168,16 +3157,16 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
3168
3157
  isFetching: false;
3169
3158
  isSuccess: false;
3170
3159
  isError: true;
3171
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3160
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
3172
3161
  }) & {
3173
3162
  status: _reduxjs_toolkit_query.QueryStatus;
3174
3163
  }) => R) | undefined;
3175
3164
  }) | undefined) => [R][R extends any ? 0 : never] & {
3176
- 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>, never, GetApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>;
3165
+ 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>>;
3177
3166
  };
3178
3167
  declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
3179
- requestId?: undefined;
3180
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
3168
+ requestId?: undefined; /** Primary color associated with the model. */
3169
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3181
3170
  data?: undefined;
3182
3171
  error?: undefined;
3183
3172
  endpointName?: string | undefined;
@@ -3186,28 +3175,29 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
3186
3175
  } & {
3187
3176
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3188
3177
  isUninitialized: true;
3189
- isLoading: false; /** Description of the model. */
3178
+ isLoading: false;
3190
3179
  isSuccess: false;
3191
3180
  isError: false;
3192
3181
  }) | ({
3193
3182
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3194
3183
  } & Omit<{
3195
- requestId: string; /** Secondary color associated with the model. */
3184
+ requestId: string; /** Key that backs the capability. */
3196
3185
  data?: PostApiWorkspacesApiResponse | undefined;
3197
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3186
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3198
3187
  endpointName: string;
3199
- startedTimeStamp: number;
3188
+ startedTimeStamp: number; /** Status of the capability */
3200
3189
  fulfilledTimeStamp?: number | undefined;
3201
3190
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3202
- requestId: string; /** Secondary color associated with the model. */
3191
+ requestId: string; /** Key that backs the capability. */
3203
3192
  data?: PostApiWorkspacesApiResponse | undefined;
3204
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3193
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3205
3194
  endpointName: string;
3206
- startedTimeStamp: number;
3195
+ startedTimeStamp: number; /** Status of the capability */
3207
3196
  fulfilledTimeStamp?: number | undefined;
3208
3197
  }, "data" | "fulfilledTimeStamp">> & {
3209
3198
  error: undefined;
3210
3199
  } & {
3200
+ /** Name of the model in which this relationship is packaged. */
3211
3201
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3212
3202
  isUninitialized: false;
3213
3203
  isLoading: false;
@@ -3216,39 +3206,35 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
3216
3206
  }) | ({
3217
3207
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3218
3208
  } & {
3219
- requestId: string; /** Secondary color associated with the model. */
3209
+ requestId: string; /** Key that backs the capability. */
3220
3210
  data?: PostApiWorkspacesApiResponse | undefined;
3221
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3211
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3222
3212
  endpointName: string;
3223
- startedTimeStamp: number;
3213
+ startedTimeStamp: number; /** Status of the capability */
3224
3214
  fulfilledTimeStamp?: number | undefined;
3225
3215
  } & {
3226
3216
  data?: undefined;
3227
3217
  } & {
3228
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
3229
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
3230
- - maintenance: model is unavailable for a period of time.
3231
- - enabled: model is available for use for all users of this Meshery Server.
3232
- - ignored: model is unavailable for use for all users of this Meshery Server. */
3218
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3233
3219
  isUninitialized: false;
3234
3220
  isLoading: true;
3235
3221
  isSuccess: false;
3236
3222
  isError: false;
3237
3223
  }) | ({
3238
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
3224
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3239
3225
  } & Omit<{
3240
- requestId: string; /** Secondary color associated with the model. */
3226
+ requestId: string; /** Key that backs the capability. */
3241
3227
  data?: PostApiWorkspacesApiResponse | undefined;
3242
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3228
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3243
3229
  endpointName: string;
3244
- startedTimeStamp: number;
3230
+ startedTimeStamp: number; /** Status of the capability */
3245
3231
  fulfilledTimeStamp?: number | undefined;
3246
3232
  }, "error"> & Required<Pick<{
3247
- requestId: string; /** Secondary color associated with the model. */
3233
+ requestId: string; /** Key that backs the capability. */
3248
3234
  data?: PostApiWorkspacesApiResponse | undefined;
3249
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3235
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3250
3236
  endpointName: string;
3251
- startedTimeStamp: number;
3237
+ startedTimeStamp: number; /** Status of the capability */
3252
3238
  fulfilledTimeStamp?: number | undefined;
3253
3239
  }, "error">> & {
3254
3240
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -3258,8 +3244,8 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
3258
3244
  isError: true;
3259
3245
  })>(options?: {
3260
3246
  selectFromResult?: ((state: ({
3261
- requestId?: undefined;
3262
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
3247
+ requestId?: undefined; /** Primary color associated with the model. */
3248
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3263
3249
  data?: undefined;
3264
3250
  error?: undefined;
3265
3251
  endpointName?: string | undefined;
@@ -3268,28 +3254,29 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
3268
3254
  } & {
3269
3255
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3270
3256
  isUninitialized: true;
3271
- isLoading: false; /** Description of the model. */
3257
+ isLoading: false;
3272
3258
  isSuccess: false;
3273
3259
  isError: false;
3274
3260
  }) | ({
3275
3261
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3276
3262
  } & Omit<{
3277
- requestId: string; /** Secondary color associated with the model. */
3263
+ requestId: string; /** Key that backs the capability. */
3278
3264
  data?: PostApiWorkspacesApiResponse | undefined;
3279
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3265
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3280
3266
  endpointName: string;
3281
- startedTimeStamp: number;
3267
+ startedTimeStamp: number; /** Status of the capability */
3282
3268
  fulfilledTimeStamp?: number | undefined;
3283
3269
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3284
- requestId: string; /** Secondary color associated with the model. */
3270
+ requestId: string; /** Key that backs the capability. */
3285
3271
  data?: PostApiWorkspacesApiResponse | undefined;
3286
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3272
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3287
3273
  endpointName: string;
3288
- startedTimeStamp: number;
3274
+ startedTimeStamp: number; /** Status of the capability */
3289
3275
  fulfilledTimeStamp?: number | undefined;
3290
3276
  }, "data" | "fulfilledTimeStamp">> & {
3291
3277
  error: undefined;
3292
3278
  } & {
3279
+ /** Name of the model in which this relationship is packaged. */
3293
3280
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3294
3281
  isUninitialized: false;
3295
3282
  isLoading: false;
@@ -3298,39 +3285,35 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
3298
3285
  }) | ({
3299
3286
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3300
3287
  } & {
3301
- requestId: string; /** Secondary color associated with the model. */
3288
+ requestId: string; /** Key that backs the capability. */
3302
3289
  data?: PostApiWorkspacesApiResponse | undefined;
3303
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3290
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3304
3291
  endpointName: string;
3305
- startedTimeStamp: number;
3292
+ startedTimeStamp: number; /** Status of the capability */
3306
3293
  fulfilledTimeStamp?: number | undefined;
3307
3294
  } & {
3308
3295
  data?: undefined;
3309
3296
  } & {
3310
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
3311
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
3312
- - maintenance: model is unavailable for a period of time.
3313
- - enabled: model is available for use for all users of this Meshery Server.
3314
- - ignored: model is unavailable for use for all users of this Meshery Server. */
3297
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3315
3298
  isUninitialized: false;
3316
3299
  isLoading: true;
3317
3300
  isSuccess: false;
3318
3301
  isError: false;
3319
3302
  }) | ({
3320
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
3303
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3321
3304
  } & Omit<{
3322
- requestId: string; /** Secondary color associated with the model. */
3305
+ requestId: string; /** Key that backs the capability. */
3323
3306
  data?: PostApiWorkspacesApiResponse | undefined;
3324
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3307
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3325
3308
  endpointName: string;
3326
- startedTimeStamp: number;
3309
+ startedTimeStamp: number; /** Status of the capability */
3327
3310
  fulfilledTimeStamp?: number | undefined;
3328
3311
  }, "error"> & Required<Pick<{
3329
- requestId: string; /** Secondary color associated with the model. */
3312
+ requestId: string; /** Key that backs the capability. */
3330
3313
  data?: PostApiWorkspacesApiResponse | undefined;
3331
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3314
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3332
3315
  endpointName: string;
3333
- startedTimeStamp: number;
3316
+ startedTimeStamp: number; /** Status of the capability */
3334
3317
  fulfilledTimeStamp?: number | undefined;
3335
3318
  }, "error">> & {
3336
3319
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -3338,9 +3321,9 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
3338
3321
  isLoading: false;
3339
3322
  isSuccess: false;
3340
3323
  isError: true;
3341
- })) => R) | undefined; /** Capabilities associated with the model */
3324
+ })) => R) | undefined;
3342
3325
  fixedCacheKey?: string | undefined;
3343
- } | 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>, never, PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3326
+ } | 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> & {
3344
3327
  originalArgs?: PostApiWorkspacesApiArg | undefined;
3345
3328
  reset: () => void;
3346
3329
  }];
@@ -3360,7 +3343,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
3360
3343
  isError: false;
3361
3344
  isUninitialized: true;
3362
3345
  } | {
3363
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3346
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3364
3347
  fulfilledTimeStamp?: number | undefined;
3365
3348
  originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
3366
3349
  requestId?: string | undefined;
@@ -3418,7 +3401,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
3418
3401
  isFetching: false;
3419
3402
  isSuccess: false;
3420
3403
  isError: true;
3421
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3404
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
3422
3405
  }) & {
3423
3406
  status: _reduxjs_toolkit_query.QueryStatus;
3424
3407
  }>(arg: GetApiWorkspacesByIdApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -3442,7 +3425,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
3442
3425
  isError: false;
3443
3426
  isUninitialized: true;
3444
3427
  } | {
3445
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3428
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3446
3429
  fulfilledTimeStamp?: number | undefined;
3447
3430
  originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
3448
3431
  requestId?: string | undefined;
@@ -3500,16 +3483,16 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
3500
3483
  isFetching: false;
3501
3484
  isSuccess: false;
3502
3485
  isError: true;
3503
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3486
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
3504
3487
  }) & {
3505
3488
  status: _reduxjs_toolkit_query.QueryStatus;
3506
3489
  }) => R) | undefined;
3507
3490
  }) | undefined) => [R][R extends any ? 0 : never] & {
3508
- 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>, never, GetApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>;
3491
+ 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>>;
3509
3492
  };
3510
3493
  declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
3511
- requestId?: undefined;
3512
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
3494
+ requestId?: undefined; /** Primary color associated with the model. */
3495
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3513
3496
  data?: undefined;
3514
3497
  error?: undefined;
3515
3498
  endpointName?: string | undefined;
@@ -3518,28 +3501,29 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
3518
3501
  } & {
3519
3502
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3520
3503
  isUninitialized: true;
3521
- isLoading: false; /** Description of the model. */
3504
+ isLoading: false;
3522
3505
  isSuccess: false;
3523
3506
  isError: false;
3524
3507
  }) | ({
3525
3508
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3526
3509
  } & Omit<{
3527
- requestId: string; /** Secondary color associated with the model. */
3510
+ requestId: string; /** Key that backs the capability. */
3528
3511
  data?: PutApiWorkspacesByIdApiResponse | undefined;
3529
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3512
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3530
3513
  endpointName: string;
3531
- startedTimeStamp: number;
3514
+ startedTimeStamp: number; /** Status of the capability */
3532
3515
  fulfilledTimeStamp?: number | undefined;
3533
3516
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3534
- requestId: string; /** Secondary color associated with the model. */
3517
+ requestId: string; /** Key that backs the capability. */
3535
3518
  data?: PutApiWorkspacesByIdApiResponse | undefined;
3536
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3519
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3537
3520
  endpointName: string;
3538
- startedTimeStamp: number;
3521
+ startedTimeStamp: number; /** Status of the capability */
3539
3522
  fulfilledTimeStamp?: number | undefined;
3540
3523
  }, "data" | "fulfilledTimeStamp">> & {
3541
3524
  error: undefined;
3542
3525
  } & {
3526
+ /** Name of the model in which this relationship is packaged. */
3543
3527
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3544
3528
  isUninitialized: false;
3545
3529
  isLoading: false;
@@ -3548,39 +3532,35 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
3548
3532
  }) | ({
3549
3533
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3550
3534
  } & {
3551
- requestId: string; /** Secondary color associated with the model. */
3535
+ requestId: string; /** Key that backs the capability. */
3552
3536
  data?: PutApiWorkspacesByIdApiResponse | undefined;
3553
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3537
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3554
3538
  endpointName: string;
3555
- startedTimeStamp: number;
3539
+ startedTimeStamp: number; /** Status of the capability */
3556
3540
  fulfilledTimeStamp?: number | undefined;
3557
3541
  } & {
3558
3542
  data?: undefined;
3559
3543
  } & {
3560
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
3561
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
3562
- - maintenance: model is unavailable for a period of time.
3563
- - enabled: model is available for use for all users of this Meshery Server.
3564
- - ignored: model is unavailable for use for all users of this Meshery Server. */
3544
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3565
3545
  isUninitialized: false;
3566
3546
  isLoading: true;
3567
3547
  isSuccess: false;
3568
3548
  isError: false;
3569
3549
  }) | ({
3570
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
3550
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3571
3551
  } & Omit<{
3572
- requestId: string; /** Secondary color associated with the model. */
3552
+ requestId: string; /** Key that backs the capability. */
3573
3553
  data?: PutApiWorkspacesByIdApiResponse | undefined;
3574
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3554
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3575
3555
  endpointName: string;
3576
- startedTimeStamp: number;
3556
+ startedTimeStamp: number; /** Status of the capability */
3577
3557
  fulfilledTimeStamp?: number | undefined;
3578
3558
  }, "error"> & Required<Pick<{
3579
- requestId: string; /** Secondary color associated with the model. */
3559
+ requestId: string; /** Key that backs the capability. */
3580
3560
  data?: PutApiWorkspacesByIdApiResponse | undefined;
3581
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3561
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3582
3562
  endpointName: string;
3583
- startedTimeStamp: number;
3563
+ startedTimeStamp: number; /** Status of the capability */
3584
3564
  fulfilledTimeStamp?: number | undefined;
3585
3565
  }, "error">> & {
3586
3566
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -3590,8 +3570,8 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
3590
3570
  isError: true;
3591
3571
  })>(options?: {
3592
3572
  selectFromResult?: ((state: ({
3593
- requestId?: undefined;
3594
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
3573
+ requestId?: undefined; /** Primary color associated with the model. */
3574
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3595
3575
  data?: undefined;
3596
3576
  error?: undefined;
3597
3577
  endpointName?: string | undefined;
@@ -3600,28 +3580,29 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
3600
3580
  } & {
3601
3581
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3602
3582
  isUninitialized: true;
3603
- isLoading: false; /** Description of the model. */
3583
+ isLoading: false;
3604
3584
  isSuccess: false;
3605
3585
  isError: false;
3606
3586
  }) | ({
3607
3587
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3608
3588
  } & Omit<{
3609
- requestId: string; /** Secondary color associated with the model. */
3589
+ requestId: string; /** Key that backs the capability. */
3610
3590
  data?: PutApiWorkspacesByIdApiResponse | undefined;
3611
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3591
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3612
3592
  endpointName: string;
3613
- startedTimeStamp: number;
3593
+ startedTimeStamp: number; /** Status of the capability */
3614
3594
  fulfilledTimeStamp?: number | undefined;
3615
3595
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3616
- requestId: string; /** Secondary color associated with the model. */
3596
+ requestId: string; /** Key that backs the capability. */
3617
3597
  data?: PutApiWorkspacesByIdApiResponse | undefined;
3618
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3598
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3619
3599
  endpointName: string;
3620
- startedTimeStamp: number;
3600
+ startedTimeStamp: number; /** Status of the capability */
3621
3601
  fulfilledTimeStamp?: number | undefined;
3622
3602
  }, "data" | "fulfilledTimeStamp">> & {
3623
3603
  error: undefined;
3624
3604
  } & {
3605
+ /** Name of the model in which this relationship is packaged. */
3625
3606
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3626
3607
  isUninitialized: false;
3627
3608
  isLoading: false;
@@ -3630,39 +3611,35 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
3630
3611
  }) | ({
3631
3612
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3632
3613
  } & {
3633
- requestId: string; /** Secondary color associated with the model. */
3614
+ requestId: string; /** Key that backs the capability. */
3634
3615
  data?: PutApiWorkspacesByIdApiResponse | undefined;
3635
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3616
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3636
3617
  endpointName: string;
3637
- startedTimeStamp: number;
3618
+ startedTimeStamp: number; /** Status of the capability */
3638
3619
  fulfilledTimeStamp?: number | undefined;
3639
3620
  } & {
3640
3621
  data?: undefined;
3641
3622
  } & {
3642
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
3643
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
3644
- - maintenance: model is unavailable for a period of time.
3645
- - enabled: model is available for use for all users of this Meshery Server.
3646
- - ignored: model is unavailable for use for all users of this Meshery Server. */
3623
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3647
3624
  isUninitialized: false;
3648
3625
  isLoading: true;
3649
3626
  isSuccess: false;
3650
3627
  isError: false;
3651
3628
  }) | ({
3652
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
3629
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3653
3630
  } & Omit<{
3654
- requestId: string; /** Secondary color associated with the model. */
3631
+ requestId: string; /** Key that backs the capability. */
3655
3632
  data?: PutApiWorkspacesByIdApiResponse | undefined;
3656
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3633
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3657
3634
  endpointName: string;
3658
- startedTimeStamp: number;
3635
+ startedTimeStamp: number; /** Status of the capability */
3659
3636
  fulfilledTimeStamp?: number | undefined;
3660
3637
  }, "error"> & Required<Pick<{
3661
- requestId: string; /** Secondary color associated with the model. */
3638
+ requestId: string; /** Key that backs the capability. */
3662
3639
  data?: PutApiWorkspacesByIdApiResponse | undefined;
3663
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3640
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3664
3641
  endpointName: string;
3665
- startedTimeStamp: number;
3642
+ startedTimeStamp: number; /** Status of the capability */
3666
3643
  fulfilledTimeStamp?: number | undefined;
3667
3644
  }, "error">> & {
3668
3645
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -3670,15 +3647,15 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
3670
3647
  isLoading: false;
3671
3648
  isSuccess: false;
3672
3649
  isError: true;
3673
- })) => R) | undefined; /** Capabilities associated with the model */
3650
+ })) => R) | undefined;
3674
3651
  fixedCacheKey?: string | undefined;
3675
- } | 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>, never, PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3652
+ } | 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> & {
3676
3653
  originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
3677
3654
  reset: () => void;
3678
3655
  }];
3679
3656
  declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
3680
- requestId?: undefined;
3681
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
3657
+ requestId?: undefined; /** Primary color associated with the model. */
3658
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3682
3659
  data?: undefined;
3683
3660
  error?: undefined;
3684
3661
  endpointName?: string | undefined;
@@ -3687,28 +3664,29 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3687
3664
  } & {
3688
3665
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3689
3666
  isUninitialized: true;
3690
- isLoading: false; /** Description of the model. */
3667
+ isLoading: false;
3691
3668
  isSuccess: false;
3692
3669
  isError: false;
3693
3670
  }) | ({
3694
3671
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3695
3672
  } & Omit<{
3696
- requestId: string; /** Secondary color associated with the model. */
3673
+ requestId: string; /** Key that backs the capability. */
3697
3674
  data?: unknown;
3698
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3675
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3699
3676
  endpointName: string;
3700
- startedTimeStamp: number;
3677
+ startedTimeStamp: number; /** Status of the capability */
3701
3678
  fulfilledTimeStamp?: number | undefined;
3702
3679
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3703
- requestId: string; /** Secondary color associated with the model. */
3680
+ requestId: string; /** Key that backs the capability. */
3704
3681
  data?: unknown;
3705
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3682
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3706
3683
  endpointName: string;
3707
- startedTimeStamp: number;
3684
+ startedTimeStamp: number; /** Status of the capability */
3708
3685
  fulfilledTimeStamp?: number | undefined;
3709
3686
  }, "data" | "fulfilledTimeStamp">> & {
3710
3687
  error: undefined;
3711
3688
  } & {
3689
+ /** Name of the model in which this relationship is packaged. */
3712
3690
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3713
3691
  isUninitialized: false;
3714
3692
  isLoading: false;
@@ -3717,39 +3695,35 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3717
3695
  }) | ({
3718
3696
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3719
3697
  } & {
3720
- requestId: string; /** Secondary color associated with the model. */
3698
+ requestId: string; /** Key that backs the capability. */
3721
3699
  data?: unknown;
3722
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3700
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3723
3701
  endpointName: string;
3724
- startedTimeStamp: number;
3702
+ startedTimeStamp: number; /** Status of the capability */
3725
3703
  fulfilledTimeStamp?: number | undefined;
3726
3704
  } & {
3727
3705
  data?: undefined;
3728
3706
  } & {
3729
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
3730
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
3731
- - maintenance: model is unavailable for a period of time.
3732
- - enabled: model is available for use for all users of this Meshery Server.
3733
- - ignored: model is unavailable for use for all users of this Meshery Server. */
3707
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3734
3708
  isUninitialized: false;
3735
3709
  isLoading: true;
3736
3710
  isSuccess: false;
3737
3711
  isError: false;
3738
3712
  }) | ({
3739
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
3713
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3740
3714
  } & Omit<{
3741
- requestId: string; /** Secondary color associated with the model. */
3715
+ requestId: string; /** Key that backs the capability. */
3742
3716
  data?: unknown;
3743
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3717
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3744
3718
  endpointName: string;
3745
- startedTimeStamp: number;
3719
+ startedTimeStamp: number; /** Status of the capability */
3746
3720
  fulfilledTimeStamp?: number | undefined;
3747
3721
  }, "error"> & Required<Pick<{
3748
- requestId: string; /** Secondary color associated with the model. */
3722
+ requestId: string; /** Key that backs the capability. */
3749
3723
  data?: unknown;
3750
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3724
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3751
3725
  endpointName: string;
3752
- startedTimeStamp: number;
3726
+ startedTimeStamp: number; /** Status of the capability */
3753
3727
  fulfilledTimeStamp?: number | undefined;
3754
3728
  }, "error">> & {
3755
3729
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -3759,8 +3733,8 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3759
3733
  isError: true;
3760
3734
  })>(options?: {
3761
3735
  selectFromResult?: ((state: ({
3762
- requestId?: undefined;
3763
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
3736
+ requestId?: undefined; /** Primary color associated with the model. */
3737
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3764
3738
  data?: undefined;
3765
3739
  error?: undefined;
3766
3740
  endpointName?: string | undefined;
@@ -3769,28 +3743,29 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3769
3743
  } & {
3770
3744
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3771
3745
  isUninitialized: true;
3772
- isLoading: false; /** Description of the model. */
3746
+ isLoading: false;
3773
3747
  isSuccess: false;
3774
3748
  isError: false;
3775
3749
  }) | ({
3776
3750
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3777
3751
  } & Omit<{
3778
- requestId: string; /** Secondary color associated with the model. */
3752
+ requestId: string; /** Key that backs the capability. */
3779
3753
  data?: unknown;
3780
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3754
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3781
3755
  endpointName: string;
3782
- startedTimeStamp: number;
3756
+ startedTimeStamp: number; /** Status of the capability */
3783
3757
  fulfilledTimeStamp?: number | undefined;
3784
3758
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3785
- requestId: string; /** Secondary color associated with the model. */
3759
+ requestId: string; /** Key that backs the capability. */
3786
3760
  data?: unknown;
3787
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3761
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3788
3762
  endpointName: string;
3789
- startedTimeStamp: number;
3763
+ startedTimeStamp: number; /** Status of the capability */
3790
3764
  fulfilledTimeStamp?: number | undefined;
3791
3765
  }, "data" | "fulfilledTimeStamp">> & {
3792
3766
  error: undefined;
3793
3767
  } & {
3768
+ /** Name of the model in which this relationship is packaged. */
3794
3769
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3795
3770
  isUninitialized: false;
3796
3771
  isLoading: false;
@@ -3799,39 +3774,35 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3799
3774
  }) | ({
3800
3775
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3801
3776
  } & {
3802
- requestId: string; /** Secondary color associated with the model. */
3777
+ requestId: string; /** Key that backs the capability. */
3803
3778
  data?: unknown;
3804
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3779
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3805
3780
  endpointName: string;
3806
- startedTimeStamp: number;
3781
+ startedTimeStamp: number; /** Status of the capability */
3807
3782
  fulfilledTimeStamp?: number | undefined;
3808
3783
  } & {
3809
3784
  data?: undefined;
3810
3785
  } & {
3811
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
3812
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
3813
- - maintenance: model is unavailable for a period of time.
3814
- - enabled: model is available for use for all users of this Meshery Server.
3815
- - ignored: model is unavailable for use for all users of this Meshery Server. */
3786
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3816
3787
  isUninitialized: false;
3817
3788
  isLoading: true;
3818
3789
  isSuccess: false;
3819
3790
  isError: false;
3820
3791
  }) | ({
3821
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
3792
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3822
3793
  } & Omit<{
3823
- requestId: string; /** Secondary color associated with the model. */
3794
+ requestId: string; /** Key that backs the capability. */
3824
3795
  data?: unknown;
3825
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3796
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3826
3797
  endpointName: string;
3827
- startedTimeStamp: number;
3798
+ startedTimeStamp: number; /** Status of the capability */
3828
3799
  fulfilledTimeStamp?: number | undefined;
3829
3800
  }, "error"> & Required<Pick<{
3830
- requestId: string; /** Secondary color associated with the model. */
3801
+ requestId: string; /** Key that backs the capability. */
3831
3802
  data?: unknown;
3832
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3803
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3833
3804
  endpointName: string;
3834
- startedTimeStamp: number;
3805
+ startedTimeStamp: number; /** Status of the capability */
3835
3806
  fulfilledTimeStamp?: number | undefined;
3836
3807
  }, "error">> & {
3837
3808
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -3839,15 +3810,15 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3839
3810
  isLoading: false;
3840
3811
  isSuccess: false;
3841
3812
  isError: true;
3842
- })) => R) | undefined; /** Capabilities associated with the model */
3813
+ })) => R) | undefined;
3843
3814
  fixedCacheKey?: string | undefined;
3844
- } | 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>, never, unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3815
+ } | 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> & {
3845
3816
  originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
3846
3817
  reset: () => void;
3847
3818
  }];
3848
3819
  declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3849
- requestId?: undefined;
3850
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
3820
+ requestId?: undefined; /** Primary color associated with the model. */
3821
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3851
3822
  data?: undefined;
3852
3823
  error?: undefined;
3853
3824
  endpointName?: string | undefined;
@@ -3856,28 +3827,29 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3856
3827
  } & {
3857
3828
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3858
3829
  isUninitialized: true;
3859
- isLoading: false; /** Description of the model. */
3830
+ isLoading: false;
3860
3831
  isSuccess: false;
3861
3832
  isError: false;
3862
3833
  }) | ({
3863
3834
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3864
3835
  } & Omit<{
3865
- requestId: string; /** Secondary color associated with the model. */
3836
+ requestId: string; /** Key that backs the capability. */
3866
3837
  data?: CreateEnvironmentApiResponse | undefined;
3867
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3838
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3868
3839
  endpointName: string;
3869
- startedTimeStamp: number;
3840
+ startedTimeStamp: number; /** Status of the capability */
3870
3841
  fulfilledTimeStamp?: number | undefined;
3871
3842
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3872
- requestId: string; /** Secondary color associated with the model. */
3843
+ requestId: string; /** Key that backs the capability. */
3873
3844
  data?: CreateEnvironmentApiResponse | undefined;
3874
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3845
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3875
3846
  endpointName: string;
3876
- startedTimeStamp: number;
3847
+ startedTimeStamp: number; /** Status of the capability */
3877
3848
  fulfilledTimeStamp?: number | undefined;
3878
3849
  }, "data" | "fulfilledTimeStamp">> & {
3879
3850
  error: undefined;
3880
3851
  } & {
3852
+ /** Name of the model in which this relationship is packaged. */
3881
3853
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3882
3854
  isUninitialized: false;
3883
3855
  isLoading: false;
@@ -3886,39 +3858,35 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3886
3858
  }) | ({
3887
3859
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3888
3860
  } & {
3889
- requestId: string; /** Secondary color associated with the model. */
3861
+ requestId: string; /** Key that backs the capability. */
3890
3862
  data?: CreateEnvironmentApiResponse | undefined;
3891
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3863
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3892
3864
  endpointName: string;
3893
- startedTimeStamp: number;
3865
+ startedTimeStamp: number; /** Status of the capability */
3894
3866
  fulfilledTimeStamp?: number | undefined;
3895
3867
  } & {
3896
3868
  data?: undefined;
3897
3869
  } & {
3898
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
3899
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
3900
- - maintenance: model is unavailable for a period of time.
3901
- - enabled: model is available for use for all users of this Meshery Server.
3902
- - ignored: model is unavailable for use for all users of this Meshery Server. */
3870
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3903
3871
  isUninitialized: false;
3904
3872
  isLoading: true;
3905
3873
  isSuccess: false;
3906
3874
  isError: false;
3907
3875
  }) | ({
3908
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
3876
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3909
3877
  } & Omit<{
3910
- requestId: string; /** Secondary color associated with the model. */
3878
+ requestId: string; /** Key that backs the capability. */
3911
3879
  data?: CreateEnvironmentApiResponse | undefined;
3912
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3880
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3913
3881
  endpointName: string;
3914
- startedTimeStamp: number;
3882
+ startedTimeStamp: number; /** Status of the capability */
3915
3883
  fulfilledTimeStamp?: number | undefined;
3916
3884
  }, "error"> & Required<Pick<{
3917
- requestId: string; /** Secondary color associated with the model. */
3885
+ requestId: string; /** Key that backs the capability. */
3918
3886
  data?: CreateEnvironmentApiResponse | undefined;
3919
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3887
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3920
3888
  endpointName: string;
3921
- startedTimeStamp: number;
3889
+ startedTimeStamp: number; /** Status of the capability */
3922
3890
  fulfilledTimeStamp?: number | undefined;
3923
3891
  }, "error">> & {
3924
3892
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -3928,8 +3896,8 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3928
3896
  isError: true;
3929
3897
  })>(options?: {
3930
3898
  selectFromResult?: ((state: ({
3931
- requestId?: undefined;
3932
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
3899
+ requestId?: undefined; /** Primary color associated with the model. */
3900
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3933
3901
  data?: undefined;
3934
3902
  error?: undefined;
3935
3903
  endpointName?: string | undefined;
@@ -3938,28 +3906,29 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3938
3906
  } & {
3939
3907
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3940
3908
  isUninitialized: true;
3941
- isLoading: false; /** Description of the model. */
3909
+ isLoading: false;
3942
3910
  isSuccess: false;
3943
3911
  isError: false;
3944
3912
  }) | ({
3945
3913
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3946
3914
  } & Omit<{
3947
- requestId: string; /** Secondary color associated with the model. */
3915
+ requestId: string; /** Key that backs the capability. */
3948
3916
  data?: CreateEnvironmentApiResponse | undefined;
3949
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3917
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3950
3918
  endpointName: string;
3951
- startedTimeStamp: number;
3919
+ startedTimeStamp: number; /** Status of the capability */
3952
3920
  fulfilledTimeStamp?: number | undefined;
3953
3921
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3954
- requestId: string; /** Secondary color associated with the model. */
3922
+ requestId: string; /** Key that backs the capability. */
3955
3923
  data?: CreateEnvironmentApiResponse | undefined;
3956
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3924
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3957
3925
  endpointName: string;
3958
- startedTimeStamp: number;
3926
+ startedTimeStamp: number; /** Status of the capability */
3959
3927
  fulfilledTimeStamp?: number | undefined;
3960
3928
  }, "data" | "fulfilledTimeStamp">> & {
3961
3929
  error: undefined;
3962
3930
  } & {
3931
+ /** Name of the model in which this relationship is packaged. */
3963
3932
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
3964
3933
  isUninitialized: false;
3965
3934
  isLoading: false;
@@ -3968,39 +3937,35 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3968
3937
  }) | ({
3969
3938
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3970
3939
  } & {
3971
- requestId: string; /** Secondary color associated with the model. */
3940
+ requestId: string; /** Key that backs the capability. */
3972
3941
  data?: CreateEnvironmentApiResponse | undefined;
3973
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3942
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3974
3943
  endpointName: string;
3975
- startedTimeStamp: number;
3944
+ startedTimeStamp: number; /** Status of the capability */
3976
3945
  fulfilledTimeStamp?: number | undefined;
3977
3946
  } & {
3978
3947
  data?: undefined;
3979
3948
  } & {
3980
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
3981
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
3982
- - maintenance: model is unavailable for a period of time.
3983
- - enabled: model is available for use for all users of this Meshery Server.
3984
- - ignored: model is unavailable for use for all users of this Meshery Server. */
3949
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
3985
3950
  isUninitialized: false;
3986
3951
  isLoading: true;
3987
3952
  isSuccess: false;
3988
3953
  isError: false;
3989
3954
  }) | ({
3990
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
3955
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
3991
3956
  } & Omit<{
3992
- requestId: string; /** Secondary color associated with the model. */
3957
+ requestId: string; /** Key that backs the capability. */
3993
3958
  data?: CreateEnvironmentApiResponse | undefined;
3994
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3959
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3995
3960
  endpointName: string;
3996
- startedTimeStamp: number;
3961
+ startedTimeStamp: number; /** Status of the capability */
3997
3962
  fulfilledTimeStamp?: number | undefined;
3998
3963
  }, "error"> & Required<Pick<{
3999
- requestId: string; /** Secondary color associated with the model. */
3964
+ requestId: string; /** Key that backs the capability. */
4000
3965
  data?: CreateEnvironmentApiResponse | undefined;
4001
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3966
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4002
3967
  endpointName: string;
4003
- startedTimeStamp: number;
3968
+ startedTimeStamp: number; /** Status of the capability */
4004
3969
  fulfilledTimeStamp?: number | undefined;
4005
3970
  }, "error">> & {
4006
3971
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -4008,9 +3973,9 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
4008
3973
  isLoading: false;
4009
3974
  isSuccess: false;
4010
3975
  isError: true;
4011
- })) => R) | undefined; /** Capabilities associated with the model */
3976
+ })) => R) | undefined;
4012
3977
  fixedCacheKey?: string | undefined;
4013
- } | 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>, never, CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3978
+ } | 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> & {
4014
3979
  originalArgs?: CreateEnvironmentApiArg | undefined;
4015
3980
  reset: () => void;
4016
3981
  }];
@@ -4030,7 +3995,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
4030
3995
  isError: false;
4031
3996
  isUninitialized: true;
4032
3997
  } | {
4033
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3998
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4034
3999
  fulfilledTimeStamp?: number | undefined;
4035
4000
  originalArgs?: GetEnvironmentsApiArg | undefined;
4036
4001
  requestId?: string | undefined;
@@ -4088,7 +4053,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
4088
4053
  isFetching: false;
4089
4054
  isSuccess: false;
4090
4055
  isError: true;
4091
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
4056
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
4092
4057
  }) & {
4093
4058
  status: _reduxjs_toolkit_query.QueryStatus;
4094
4059
  }>(arg: GetEnvironmentsApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -4112,7 +4077,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
4112
4077
  isError: false;
4113
4078
  isUninitialized: true;
4114
4079
  } | {
4115
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4080
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4116
4081
  fulfilledTimeStamp?: number | undefined;
4117
4082
  originalArgs?: GetEnvironmentsApiArg | undefined;
4118
4083
  requestId?: string | undefined;
@@ -4170,16 +4135,16 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
4170
4135
  isFetching: false;
4171
4136
  isSuccess: false;
4172
4137
  isError: true;
4173
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
4138
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
4174
4139
  }) & {
4175
4140
  status: _reduxjs_toolkit_query.QueryStatus;
4176
4141
  }) => R) | undefined;
4177
4142
  }) | undefined) => [R][R extends any ? 0 : never] & {
4178
- 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>, never, GetEnvironmentsApiResponse, "mesheryRtkSchemasApi", unknown>>;
4143
+ 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>>;
4179
4144
  };
4180
4145
  declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
4181
- requestId?: undefined;
4182
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
4146
+ requestId?: undefined; /** Primary color associated with the model. */
4147
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4183
4148
  data?: undefined;
4184
4149
  error?: undefined;
4185
4150
  endpointName?: string | undefined;
@@ -4188,28 +4153,29 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
4188
4153
  } & {
4189
4154
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4190
4155
  isUninitialized: true;
4191
- isLoading: false; /** Description of the model. */
4156
+ isLoading: false;
4192
4157
  isSuccess: false;
4193
4158
  isError: false;
4194
4159
  }) | ({
4195
4160
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4196
4161
  } & Omit<{
4197
- requestId: string; /** Secondary color associated with the model. */
4162
+ requestId: string; /** Key that backs the capability. */
4198
4163
  data?: PostEvaluateApiResponse | undefined;
4199
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4164
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4200
4165
  endpointName: string;
4201
- startedTimeStamp: number;
4166
+ startedTimeStamp: number; /** Status of the capability */
4202
4167
  fulfilledTimeStamp?: number | undefined;
4203
4168
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
4204
- requestId: string; /** Secondary color associated with the model. */
4169
+ requestId: string; /** Key that backs the capability. */
4205
4170
  data?: PostEvaluateApiResponse | undefined;
4206
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4171
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4207
4172
  endpointName: string;
4208
- startedTimeStamp: number;
4173
+ startedTimeStamp: number; /** Status of the capability */
4209
4174
  fulfilledTimeStamp?: number | undefined;
4210
4175
  }, "data" | "fulfilledTimeStamp">> & {
4211
4176
  error: undefined;
4212
4177
  } & {
4178
+ /** Name of the model in which this relationship is packaged. */
4213
4179
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4214
4180
  isUninitialized: false;
4215
4181
  isLoading: false;
@@ -4218,39 +4184,35 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
4218
4184
  }) | ({
4219
4185
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4220
4186
  } & {
4221
- requestId: string; /** Secondary color associated with the model. */
4187
+ requestId: string; /** Key that backs the capability. */
4222
4188
  data?: PostEvaluateApiResponse | undefined;
4223
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4189
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4224
4190
  endpointName: string;
4225
- startedTimeStamp: number;
4191
+ startedTimeStamp: number; /** Status of the capability */
4226
4192
  fulfilledTimeStamp?: number | undefined;
4227
4193
  } & {
4228
4194
  data?: undefined;
4229
4195
  } & {
4230
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
4231
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
4232
- - maintenance: model is unavailable for a period of time.
4233
- - enabled: model is available for use for all users of this Meshery Server.
4234
- - ignored: model is unavailable for use for all users of this Meshery Server. */
4196
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
4235
4197
  isUninitialized: false;
4236
4198
  isLoading: true;
4237
4199
  isSuccess: false;
4238
4200
  isError: false;
4239
4201
  }) | ({
4240
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
4202
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
4241
4203
  } & Omit<{
4242
- requestId: string; /** Secondary color associated with the model. */
4204
+ requestId: string; /** Key that backs the capability. */
4243
4205
  data?: PostEvaluateApiResponse | undefined;
4244
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4206
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4245
4207
  endpointName: string;
4246
- startedTimeStamp: number;
4208
+ startedTimeStamp: number; /** Status of the capability */
4247
4209
  fulfilledTimeStamp?: number | undefined;
4248
4210
  }, "error"> & Required<Pick<{
4249
- requestId: string; /** Secondary color associated with the model. */
4211
+ requestId: string; /** Key that backs the capability. */
4250
4212
  data?: PostEvaluateApiResponse | undefined;
4251
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4213
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4252
4214
  endpointName: string;
4253
- startedTimeStamp: number;
4215
+ startedTimeStamp: number; /** Status of the capability */
4254
4216
  fulfilledTimeStamp?: number | undefined;
4255
4217
  }, "error">> & {
4256
4218
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -4260,8 +4222,8 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
4260
4222
  isError: true;
4261
4223
  })>(options?: {
4262
4224
  selectFromResult?: ((state: ({
4263
- requestId?: undefined;
4264
- status: _reduxjs_toolkit_query.QueryStatus.uninitialized; /** Kind of the Relationship. Learn more about relationships - https://docs.meshery.io/concepts/logical/relationships. */
4225
+ requestId?: undefined; /** Primary color associated with the model. */
4226
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4265
4227
  data?: undefined;
4266
4228
  error?: undefined;
4267
4229
  endpointName?: string | undefined;
@@ -4270,28 +4232,29 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
4270
4232
  } & {
4271
4233
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
4272
4234
  isUninitialized: true;
4273
- isLoading: false; /** Description of the model. */
4235
+ isLoading: false;
4274
4236
  isSuccess: false;
4275
4237
  isError: false;
4276
4238
  }) | ({
4277
4239
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4278
4240
  } & Omit<{
4279
- requestId: string; /** Secondary color associated with the model. */
4241
+ requestId: string; /** Key that backs the capability. */
4280
4242
  data?: PostEvaluateApiResponse | undefined;
4281
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4243
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4282
4244
  endpointName: string;
4283
- startedTimeStamp: number;
4245
+ startedTimeStamp: number; /** Status of the capability */
4284
4246
  fulfilledTimeStamp?: number | undefined;
4285
4247
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
4286
- requestId: string; /** Secondary color associated with the model. */
4248
+ requestId: string; /** Key that backs the capability. */
4287
4249
  data?: PostEvaluateApiResponse | undefined;
4288
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4250
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4289
4251
  endpointName: string;
4290
- startedTimeStamp: number;
4252
+ startedTimeStamp: number; /** Status of the capability */
4291
4253
  fulfilledTimeStamp?: number | undefined;
4292
4254
  }, "data" | "fulfilledTimeStamp">> & {
4293
4255
  error: undefined;
4294
4256
  } & {
4257
+ /** Name of the model in which this relationship is packaged. */
4295
4258
  status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
4296
4259
  isUninitialized: false;
4297
4260
  isLoading: false;
@@ -4300,39 +4263,35 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
4300
4263
  }) | ({
4301
4264
  status: _reduxjs_toolkit_query.QueryStatus.pending;
4302
4265
  } & {
4303
- requestId: string; /** Secondary color associated with the model. */
4266
+ requestId: string; /** Key that backs the capability. */
4304
4267
  data?: PostEvaluateApiResponse | undefined;
4305
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4268
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4306
4269
  endpointName: string;
4307
- startedTimeStamp: number;
4270
+ startedTimeStamp: number; /** Status of the capability */
4308
4271
  fulfilledTimeStamp?: number | undefined;
4309
4272
  } & {
4310
4273
  data?: undefined;
4311
4274
  } & {
4312
- status: _reduxjs_toolkit_query.QueryStatus.pending; /** Status of model, including:
4313
- - duplicate: this component is a duplicate of another. The component that is to be the canonical reference and that is duplicated by other components should not be assigned the 'duplicate' status.
4314
- - maintenance: model is unavailable for a period of time.
4315
- - enabled: model is available for use for all users of this Meshery Server.
4316
- - ignored: model is unavailable for use for all users of this Meshery Server. */
4275
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
4317
4276
  isUninitialized: false;
4318
4277
  isLoading: true;
4319
4278
  isSuccess: false;
4320
4279
  isError: false;
4321
4280
  }) | ({
4322
- status: _reduxjs_toolkit_query.QueryStatus.rejected; /** Version of the model as defined by the registrant. */
4281
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
4323
4282
  } & Omit<{
4324
- requestId: string; /** Secondary color associated with the model. */
4283
+ requestId: string; /** Key that backs the capability. */
4325
4284
  data?: PostEvaluateApiResponse | undefined;
4326
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4285
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4327
4286
  endpointName: string;
4328
- startedTimeStamp: number;
4287
+ startedTimeStamp: number; /** Status of the capability */
4329
4288
  fulfilledTimeStamp?: number | undefined;
4330
4289
  }, "error"> & Required<Pick<{
4331
- requestId: string; /** Secondary color associated with the model. */
4290
+ requestId: string; /** Key that backs the capability. */
4332
4291
  data?: PostEvaluateApiResponse | undefined;
4333
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
4292
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
4334
4293
  endpointName: string;
4335
- startedTimeStamp: number;
4294
+ startedTimeStamp: number; /** Status of the capability */
4336
4295
  fulfilledTimeStamp?: number | undefined;
4337
4296
  }, "error">> & {
4338
4297
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
@@ -4340,11 +4299,11 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
4340
4299
  isLoading: false;
4341
4300
  isSuccess: false;
4342
4301
  isError: true;
4343
- })) => R) | undefined; /** Capabilities associated with the model */
4302
+ })) => R) | undefined;
4344
4303
  fixedCacheKey?: string | undefined;
4345
- } | 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>, never, PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
4304
+ } | 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> & {
4346
4305
  originalArgs?: PostEvaluateApiArg | undefined;
4347
4306
  reset: () => void;
4348
4307
  }];
4349
4308
 
4350
- 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, injectedRtkApi as mesheryApi, useCreateEnvironmentMutation, useDeleteApiWorkspacesByIdMutation, useGetApiWorkspacesByIdQuery, useGetApiWorkspacesQuery, useGetEnvironmentsQuery, useImportDesignMutation, usePostApiWorkspacesMutation, usePostEvaluateMutation, usePutApiWorkspacesByIdMutation, useRegisterMeshmodelsMutation };
4309
+ 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 };