@meshery/schemas 0.8.92 → 0.8.106

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.
@@ -377,6 +377,10 @@ type PostEvaluateApiResponse = {
377
377
  componentsCount: number;
378
378
  /** Number of relationships associated with the model. */
379
379
  relationshipsCount: number;
380
+ /** Timestamp when the resource was created. */
381
+ created_at?: string;
382
+ /** Timestamp when the resource was updated. */
383
+ updated_at?: string;
380
384
  };
381
385
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
382
386
  modelReference: {
@@ -595,10 +599,14 @@ type PostEvaluateApiResponse = {
595
599
  /** JSON schema of the object as defined by the registrant. */
596
600
  schema: string;
597
601
  };
602
+ /** Timestamp when the resource was created. */
603
+ created_at?: string;
604
+ /** Timestamp when the resource was updated. */
605
+ updated_at?: string;
598
606
  }[];
599
607
  /** Design-level preferences */
600
608
  preferences?: {
601
- /** List of available layers */
609
+ /** Map of available layers, where keys are layer names. */
602
610
  layers: object;
603
611
  };
604
612
  /** List of relationships between components */
@@ -1038,6 +1046,10 @@ type PostEvaluateApiResponse = {
1038
1046
  }[];
1039
1047
  };
1040
1048
  }[];
1049
+ /** Timestamp when the resource was created. */
1050
+ created_at?: string;
1051
+ /** Timestamp when the resource was updated. */
1052
+ updated_at?: string;
1041
1053
  }[];
1042
1054
  };
1043
1055
  /** Hash of the input parameters and configuration used for this evaluation. Useful for identifying duplicate evaluations or caching results. */
@@ -1222,6 +1234,10 @@ type PostEvaluateApiArg = {
1222
1234
  componentsCount: number;
1223
1235
  /** Number of relationships associated with the model. */
1224
1236
  relationshipsCount: number;
1237
+ /** Timestamp when the resource was created. */
1238
+ created_at?: string;
1239
+ /** Timestamp when the resource was updated. */
1240
+ updated_at?: string;
1225
1241
  };
1226
1242
  /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
1227
1243
  modelReference: {
@@ -1440,10 +1456,14 @@ type PostEvaluateApiArg = {
1440
1456
  /** JSON schema of the object as defined by the registrant. */
1441
1457
  schema: string;
1442
1458
  };
1459
+ /** Timestamp when the resource was created. */
1460
+ created_at?: string;
1461
+ /** Timestamp when the resource was updated. */
1462
+ updated_at?: string;
1443
1463
  }[];
1444
1464
  /** Design-level preferences */
1445
1465
  preferences?: {
1446
- /** List of available layers */
1466
+ /** Map of available layers, where keys are layer names. */
1447
1467
  layers: object;
1448
1468
  };
1449
1469
  /** List of relationships between components */
@@ -1883,6 +1903,10 @@ type PostEvaluateApiArg = {
1883
1903
  }[];
1884
1904
  };
1885
1905
  }[];
1906
+ /** Timestamp when the resource was created. */
1907
+ created_at?: string;
1908
+ /** Timestamp when the resource was updated. */
1909
+ updated_at?: string;
1886
1910
  }[];
1887
1911
  };
1888
1912
  options?: {
@@ -1899,11 +1923,11 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
1899
1923
  data?: undefined;
1900
1924
  error?: undefined;
1901
1925
  endpointName?: string | undefined;
1902
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
1926
+ startedTimeStamp?: undefined;
1927
+ /** JSON ref to value from where patch should be applied. */
1903
1928
  fulfilledTimeStamp?: undefined;
1904
1929
  } & {
1905
1930
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
1906
- /** Selectors used to define relationships which are allowed. */
1907
1931
  isUninitialized: true;
1908
1932
  isLoading: false;
1909
1933
  isSuccess: false;
@@ -1913,14 +1937,14 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
1913
1937
  } & Omit<{
1914
1938
  requestId: string;
1915
1939
  data?: ImportDesignApiResponse | undefined;
1916
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
1940
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1917
1941
  endpointName: string;
1918
1942
  startedTimeStamp: number;
1919
1943
  fulfilledTimeStamp?: number | undefined;
1920
1944
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
1921
1945
  requestId: string;
1922
1946
  data?: ImportDesignApiResponse | undefined;
1923
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
1947
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1924
1948
  endpointName: string;
1925
1949
  startedTimeStamp: number;
1926
1950
  fulfilledTimeStamp?: number | undefined;
@@ -1937,14 +1961,13 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
1937
1961
  } & {
1938
1962
  requestId: string;
1939
1963
  data?: ImportDesignApiResponse | undefined;
1940
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
1964
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1941
1965
  endpointName: string;
1942
1966
  startedTimeStamp: number;
1943
1967
  fulfilledTimeStamp?: number | undefined;
1944
1968
  } & {
1945
1969
  data?: undefined;
1946
1970
  } & {
1947
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
1948
1971
  status: _reduxjs_toolkit_query.QueryStatus.pending;
1949
1972
  isUninitialized: false;
1950
1973
  isLoading: true;
@@ -1955,14 +1978,14 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
1955
1978
  } & Omit<{
1956
1979
  requestId: string;
1957
1980
  data?: ImportDesignApiResponse | undefined;
1958
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
1981
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1959
1982
  endpointName: string;
1960
1983
  startedTimeStamp: number;
1961
1984
  fulfilledTimeStamp?: number | undefined;
1962
1985
  }, "error"> & Required<Pick<{
1963
1986
  requestId: string;
1964
1987
  data?: ImportDesignApiResponse | undefined;
1965
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
1988
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1966
1989
  endpointName: string;
1967
1990
  startedTimeStamp: number;
1968
1991
  fulfilledTimeStamp?: number | undefined;
@@ -1970,7 +1993,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
1970
1993
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
1971
1994
  isUninitialized: false;
1972
1995
  isLoading: false;
1973
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
1996
+ isSuccess: false;
1974
1997
  isError: true;
1975
1998
  })>(options?: {
1976
1999
  selectFromResult?: ((state: ({
@@ -1979,11 +2002,11 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
1979
2002
  data?: undefined;
1980
2003
  error?: undefined;
1981
2004
  endpointName?: string | undefined;
1982
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
2005
+ startedTimeStamp?: undefined;
2006
+ /** JSON ref to value from where patch should be applied. */
1983
2007
  fulfilledTimeStamp?: undefined;
1984
2008
  } & {
1985
2009
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
1986
- /** Selectors used to define relationships which are allowed. */
1987
2010
  isUninitialized: true;
1988
2011
  isLoading: false;
1989
2012
  isSuccess: false;
@@ -1993,14 +2016,14 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
1993
2016
  } & Omit<{
1994
2017
  requestId: string;
1995
2018
  data?: ImportDesignApiResponse | undefined;
1996
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2019
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
1997
2020
  endpointName: string;
1998
2021
  startedTimeStamp: number;
1999
2022
  fulfilledTimeStamp?: number | undefined;
2000
2023
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2001
2024
  requestId: string;
2002
2025
  data?: ImportDesignApiResponse | undefined;
2003
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2026
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2004
2027
  endpointName: string;
2005
2028
  startedTimeStamp: number;
2006
2029
  fulfilledTimeStamp?: number | undefined;
@@ -2017,14 +2040,13 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2017
2040
  } & {
2018
2041
  requestId: string;
2019
2042
  data?: ImportDesignApiResponse | undefined;
2020
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2043
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2021
2044
  endpointName: string;
2022
2045
  startedTimeStamp: number;
2023
2046
  fulfilledTimeStamp?: number | undefined;
2024
2047
  } & {
2025
2048
  data?: undefined;
2026
2049
  } & {
2027
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2028
2050
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2029
2051
  isUninitialized: false;
2030
2052
  isLoading: true;
@@ -2035,14 +2057,14 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2035
2057
  } & Omit<{
2036
2058
  requestId: string;
2037
2059
  data?: ImportDesignApiResponse | undefined;
2038
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2060
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2039
2061
  endpointName: string;
2040
2062
  startedTimeStamp: number;
2041
2063
  fulfilledTimeStamp?: number | undefined;
2042
2064
  }, "error"> & Required<Pick<{
2043
2065
  requestId: string;
2044
2066
  data?: ImportDesignApiResponse | undefined;
2045
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2067
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2046
2068
  endpointName: string;
2047
2069
  startedTimeStamp: number;
2048
2070
  fulfilledTimeStamp?: number | undefined;
@@ -2050,12 +2072,12 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
2050
2072
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2051
2073
  isUninitialized: false;
2052
2074
  isLoading: false;
2053
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
2075
+ isSuccess: false;
2054
2076
  isError: true;
2055
2077
  })) => R) | undefined;
2056
2078
  fixedCacheKey?: string | undefined;
2057
2079
  } | undefined) => readonly [(arg: ImportDesignApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<ImportDesignApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", ImportDesignApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2058
- originalArgs?: ImportDesignApiArg | undefined;
2080
+ originalArgs?: ImportDesignApiArg | undefined; /** Version of the model as defined by the registrant. */
2059
2081
  reset: () => void;
2060
2082
  }];
2061
2083
  declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
@@ -2064,11 +2086,11 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2064
2086
  data?: undefined;
2065
2087
  error?: undefined;
2066
2088
  endpointName?: string | undefined;
2067
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
2089
+ startedTimeStamp?: undefined;
2090
+ /** JSON ref to value from where patch should be applied. */
2068
2091
  fulfilledTimeStamp?: undefined;
2069
2092
  } & {
2070
2093
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2071
- /** Selectors used to define relationships which are allowed. */
2072
2094
  isUninitialized: true;
2073
2095
  isLoading: false;
2074
2096
  isSuccess: false;
@@ -2078,14 +2100,14 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2078
2100
  } & Omit<{
2079
2101
  requestId: string;
2080
2102
  data?: RegisterMeshmodelsApiResponse | undefined;
2081
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2103
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2082
2104
  endpointName: string;
2083
2105
  startedTimeStamp: number;
2084
2106
  fulfilledTimeStamp?: number | undefined;
2085
2107
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2086
2108
  requestId: string;
2087
2109
  data?: RegisterMeshmodelsApiResponse | undefined;
2088
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2110
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2089
2111
  endpointName: string;
2090
2112
  startedTimeStamp: number;
2091
2113
  fulfilledTimeStamp?: number | undefined;
@@ -2102,14 +2124,13 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2102
2124
  } & {
2103
2125
  requestId: string;
2104
2126
  data?: RegisterMeshmodelsApiResponse | undefined;
2105
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2127
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2106
2128
  endpointName: string;
2107
2129
  startedTimeStamp: number;
2108
2130
  fulfilledTimeStamp?: number | undefined;
2109
2131
  } & {
2110
2132
  data?: undefined;
2111
2133
  } & {
2112
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2113
2134
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2114
2135
  isUninitialized: false;
2115
2136
  isLoading: true;
@@ -2120,14 +2141,14 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2120
2141
  } & Omit<{
2121
2142
  requestId: string;
2122
2143
  data?: RegisterMeshmodelsApiResponse | undefined;
2123
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2144
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2124
2145
  endpointName: string;
2125
2146
  startedTimeStamp: number;
2126
2147
  fulfilledTimeStamp?: number | undefined;
2127
2148
  }, "error"> & Required<Pick<{
2128
2149
  requestId: string;
2129
2150
  data?: RegisterMeshmodelsApiResponse | undefined;
2130
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2151
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2131
2152
  endpointName: string;
2132
2153
  startedTimeStamp: number;
2133
2154
  fulfilledTimeStamp?: number | undefined;
@@ -2135,7 +2156,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2135
2156
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2136
2157
  isUninitialized: false;
2137
2158
  isLoading: false;
2138
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
2159
+ isSuccess: false;
2139
2160
  isError: true;
2140
2161
  })>(options?: {
2141
2162
  selectFromResult?: ((state: ({
@@ -2144,11 +2165,11 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2144
2165
  data?: undefined;
2145
2166
  error?: undefined;
2146
2167
  endpointName?: string | undefined;
2147
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
2168
+ startedTimeStamp?: undefined;
2169
+ /** JSON ref to value from where patch should be applied. */
2148
2170
  fulfilledTimeStamp?: undefined;
2149
2171
  } & {
2150
2172
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2151
- /** Selectors used to define relationships which are allowed. */
2152
2173
  isUninitialized: true;
2153
2174
  isLoading: false;
2154
2175
  isSuccess: false;
@@ -2158,14 +2179,14 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2158
2179
  } & Omit<{
2159
2180
  requestId: string;
2160
2181
  data?: RegisterMeshmodelsApiResponse | undefined;
2161
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2182
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2162
2183
  endpointName: string;
2163
2184
  startedTimeStamp: number;
2164
2185
  fulfilledTimeStamp?: number | undefined;
2165
2186
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2166
2187
  requestId: string;
2167
2188
  data?: RegisterMeshmodelsApiResponse | undefined;
2168
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2189
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2169
2190
  endpointName: string;
2170
2191
  startedTimeStamp: number;
2171
2192
  fulfilledTimeStamp?: number | undefined;
@@ -2182,14 +2203,13 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2182
2203
  } & {
2183
2204
  requestId: string;
2184
2205
  data?: RegisterMeshmodelsApiResponse | undefined;
2185
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2206
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2186
2207
  endpointName: string;
2187
2208
  startedTimeStamp: number;
2188
2209
  fulfilledTimeStamp?: number | undefined;
2189
2210
  } & {
2190
2211
  data?: undefined;
2191
2212
  } & {
2192
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2193
2213
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2194
2214
  isUninitialized: false;
2195
2215
  isLoading: true;
@@ -2200,14 +2220,14 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2200
2220
  } & Omit<{
2201
2221
  requestId: string;
2202
2222
  data?: RegisterMeshmodelsApiResponse | undefined;
2203
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2223
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2204
2224
  endpointName: string;
2205
2225
  startedTimeStamp: number;
2206
2226
  fulfilledTimeStamp?: number | undefined;
2207
2227
  }, "error"> & Required<Pick<{
2208
2228
  requestId: string;
2209
2229
  data?: RegisterMeshmodelsApiResponse | undefined;
2210
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2230
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2211
2231
  endpointName: string;
2212
2232
  startedTimeStamp: number;
2213
2233
  fulfilledTimeStamp?: number | undefined;
@@ -2215,17 +2235,17 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
2215
2235
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2216
2236
  isUninitialized: false;
2217
2237
  isLoading: false;
2218
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
2238
+ isSuccess: false;
2219
2239
  isError: true;
2220
2240
  })) => R) | undefined;
2221
2241
  fixedCacheKey?: string | undefined;
2222
2242
  } | undefined) => readonly [(arg: RegisterMeshmodelsApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<RegisterMeshmodelsApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", RegisterMeshmodelsApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2223
- originalArgs?: RegisterMeshmodelsApiArg | undefined;
2243
+ originalArgs?: RegisterMeshmodelsApiArg | undefined; /** Version of the model as defined by the registrant. */
2224
2244
  reset: () => void;
2225
2245
  }];
2226
2246
  declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
2227
- error?: undefined;
2228
2247
  data?: undefined;
2248
+ error?: undefined;
2229
2249
  fulfilledTimeStamp?: undefined;
2230
2250
  originalArgs?: undefined;
2231
2251
  requestId?: undefined;
@@ -2239,7 +2259,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
2239
2259
  isError: false;
2240
2260
  isUninitialized: true;
2241
2261
  } | {
2242
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2262
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2243
2263
  fulfilledTimeStamp?: number | undefined;
2244
2264
  originalArgs?: void | undefined;
2245
2265
  requestId?: string | undefined;
@@ -2297,7 +2317,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
2297
2317
  isFetching: false;
2298
2318
  isSuccess: false;
2299
2319
  isError: true;
2300
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
2320
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
2301
2321
  }) & {
2302
2322
  status: _reduxjs_toolkit_query.QueryStatus;
2303
2323
  }>(arg: void | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -2306,8 +2326,8 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
2306
2326
  } & {
2307
2327
  skip?: boolean | undefined;
2308
2328
  selectFromResult?: ((state: ({
2309
- error?: undefined;
2310
2329
  data?: undefined;
2330
+ error?: undefined;
2311
2331
  fulfilledTimeStamp?: undefined;
2312
2332
  originalArgs?: undefined;
2313
2333
  requestId?: undefined;
@@ -2321,7 +2341,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
2321
2341
  isError: false;
2322
2342
  isUninitialized: true;
2323
2343
  } | {
2324
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2344
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2325
2345
  fulfilledTimeStamp?: number | undefined;
2326
2346
  originalArgs?: void | undefined;
2327
2347
  requestId?: string | undefined;
@@ -2379,7 +2399,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
2379
2399
  isFetching: false;
2380
2400
  isSuccess: false;
2381
2401
  isError: true;
2382
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
2402
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
2383
2403
  }) & {
2384
2404
  status: _reduxjs_toolkit_query.QueryStatus;
2385
2405
  }) => R) | undefined;
@@ -2392,11 +2412,11 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2392
2412
  data?: undefined;
2393
2413
  error?: undefined;
2394
2414
  endpointName?: string | undefined;
2395
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
2415
+ startedTimeStamp?: undefined;
2416
+ /** JSON ref to value from where patch should be applied. */
2396
2417
  fulfilledTimeStamp?: undefined;
2397
2418
  } & {
2398
2419
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2399
- /** Selectors used to define relationships which are allowed. */
2400
2420
  isUninitialized: true;
2401
2421
  isLoading: false;
2402
2422
  isSuccess: false;
@@ -2406,14 +2426,14 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2406
2426
  } & Omit<{
2407
2427
  requestId: string;
2408
2428
  data?: PostApiWorkspacesApiResponse | undefined;
2409
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2429
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2410
2430
  endpointName: string;
2411
2431
  startedTimeStamp: number;
2412
2432
  fulfilledTimeStamp?: number | undefined;
2413
2433
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2414
2434
  requestId: string;
2415
2435
  data?: PostApiWorkspacesApiResponse | undefined;
2416
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2436
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2417
2437
  endpointName: string;
2418
2438
  startedTimeStamp: number;
2419
2439
  fulfilledTimeStamp?: number | undefined;
@@ -2430,14 +2450,13 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2430
2450
  } & {
2431
2451
  requestId: string;
2432
2452
  data?: PostApiWorkspacesApiResponse | undefined;
2433
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2453
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2434
2454
  endpointName: string;
2435
2455
  startedTimeStamp: number;
2436
2456
  fulfilledTimeStamp?: number | undefined;
2437
2457
  } & {
2438
2458
  data?: undefined;
2439
2459
  } & {
2440
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2441
2460
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2442
2461
  isUninitialized: false;
2443
2462
  isLoading: true;
@@ -2448,14 +2467,14 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2448
2467
  } & Omit<{
2449
2468
  requestId: string;
2450
2469
  data?: PostApiWorkspacesApiResponse | undefined;
2451
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2470
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2452
2471
  endpointName: string;
2453
2472
  startedTimeStamp: number;
2454
2473
  fulfilledTimeStamp?: number | undefined;
2455
2474
  }, "error"> & Required<Pick<{
2456
2475
  requestId: string;
2457
2476
  data?: PostApiWorkspacesApiResponse | undefined;
2458
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2477
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2459
2478
  endpointName: string;
2460
2479
  startedTimeStamp: number;
2461
2480
  fulfilledTimeStamp?: number | undefined;
@@ -2463,7 +2482,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2463
2482
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2464
2483
  isUninitialized: false;
2465
2484
  isLoading: false;
2466
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
2485
+ isSuccess: false;
2467
2486
  isError: true;
2468
2487
  })>(options?: {
2469
2488
  selectFromResult?: ((state: ({
@@ -2472,11 +2491,11 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2472
2491
  data?: undefined;
2473
2492
  error?: undefined;
2474
2493
  endpointName?: string | undefined;
2475
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
2494
+ startedTimeStamp?: undefined;
2495
+ /** JSON ref to value from where patch should be applied. */
2476
2496
  fulfilledTimeStamp?: undefined;
2477
2497
  } & {
2478
2498
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2479
- /** Selectors used to define relationships which are allowed. */
2480
2499
  isUninitialized: true;
2481
2500
  isLoading: false;
2482
2501
  isSuccess: false;
@@ -2486,14 +2505,14 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2486
2505
  } & Omit<{
2487
2506
  requestId: string;
2488
2507
  data?: PostApiWorkspacesApiResponse | undefined;
2489
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2508
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2490
2509
  endpointName: string;
2491
2510
  startedTimeStamp: number;
2492
2511
  fulfilledTimeStamp?: number | undefined;
2493
2512
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2494
2513
  requestId: string;
2495
2514
  data?: PostApiWorkspacesApiResponse | undefined;
2496
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2515
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2497
2516
  endpointName: string;
2498
2517
  startedTimeStamp: number;
2499
2518
  fulfilledTimeStamp?: number | undefined;
@@ -2510,14 +2529,13 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2510
2529
  } & {
2511
2530
  requestId: string;
2512
2531
  data?: PostApiWorkspacesApiResponse | undefined;
2513
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2532
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2514
2533
  endpointName: string;
2515
2534
  startedTimeStamp: number;
2516
2535
  fulfilledTimeStamp?: number | undefined;
2517
2536
  } & {
2518
2537
  data?: undefined;
2519
2538
  } & {
2520
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2521
2539
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2522
2540
  isUninitialized: false;
2523
2541
  isLoading: true;
@@ -2528,14 +2546,14 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2528
2546
  } & Omit<{
2529
2547
  requestId: string;
2530
2548
  data?: PostApiWorkspacesApiResponse | undefined;
2531
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2549
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2532
2550
  endpointName: string;
2533
2551
  startedTimeStamp: number;
2534
2552
  fulfilledTimeStamp?: number | undefined;
2535
2553
  }, "error"> & Required<Pick<{
2536
2554
  requestId: string;
2537
2555
  data?: PostApiWorkspacesApiResponse | undefined;
2538
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2556
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2539
2557
  endpointName: string;
2540
2558
  startedTimeStamp: number;
2541
2559
  fulfilledTimeStamp?: number | undefined;
@@ -2543,17 +2561,17 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
2543
2561
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2544
2562
  isUninitialized: false;
2545
2563
  isLoading: false;
2546
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
2564
+ isSuccess: false;
2547
2565
  isError: true;
2548
2566
  })) => R) | undefined;
2549
2567
  fixedCacheKey?: string | undefined;
2550
2568
  } | undefined) => readonly [(arg: PostApiWorkspacesApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostApiWorkspacesApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", PostApiWorkspacesApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2551
- originalArgs?: PostApiWorkspacesApiArg | undefined;
2569
+ originalArgs?: PostApiWorkspacesApiArg | undefined; /** Version of the model as defined by the registrant. */
2552
2570
  reset: () => void;
2553
2571
  }];
2554
2572
  declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2555
- error?: undefined;
2556
2573
  data?: undefined;
2574
+ error?: undefined;
2557
2575
  fulfilledTimeStamp?: undefined;
2558
2576
  originalArgs?: undefined;
2559
2577
  requestId?: undefined;
@@ -2567,7 +2585,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2567
2585
  isError: false;
2568
2586
  isUninitialized: true;
2569
2587
  } | {
2570
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2588
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2571
2589
  fulfilledTimeStamp?: number | undefined;
2572
2590
  originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
2573
2591
  requestId?: string | undefined;
@@ -2625,7 +2643,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2625
2643
  isFetching: false;
2626
2644
  isSuccess: false;
2627
2645
  isError: true;
2628
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
2646
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
2629
2647
  }) & {
2630
2648
  status: _reduxjs_toolkit_query.QueryStatus;
2631
2649
  }>(arg: GetApiWorkspacesByIdApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -2634,8 +2652,8 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2634
2652
  } & {
2635
2653
  skip?: boolean | undefined;
2636
2654
  selectFromResult?: ((state: ({
2637
- error?: undefined;
2638
2655
  data?: undefined;
2656
+ error?: undefined;
2639
2657
  fulfilledTimeStamp?: undefined;
2640
2658
  originalArgs?: undefined;
2641
2659
  requestId?: undefined;
@@ -2649,7 +2667,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2649
2667
  isError: false;
2650
2668
  isUninitialized: true;
2651
2669
  } | {
2652
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2670
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2653
2671
  fulfilledTimeStamp?: number | undefined;
2654
2672
  originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
2655
2673
  requestId?: string | undefined;
@@ -2707,7 +2725,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
2707
2725
  isFetching: false;
2708
2726
  isSuccess: false;
2709
2727
  isError: true;
2710
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
2728
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
2711
2729
  }) & {
2712
2730
  status: _reduxjs_toolkit_query.QueryStatus;
2713
2731
  }) => R) | undefined;
@@ -2720,11 +2738,11 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2720
2738
  data?: undefined;
2721
2739
  error?: undefined;
2722
2740
  endpointName?: string | undefined;
2723
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
2741
+ startedTimeStamp?: undefined;
2742
+ /** JSON ref to value from where patch should be applied. */
2724
2743
  fulfilledTimeStamp?: undefined;
2725
2744
  } & {
2726
2745
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2727
- /** Selectors used to define relationships which are allowed. */
2728
2746
  isUninitialized: true;
2729
2747
  isLoading: false;
2730
2748
  isSuccess: false;
@@ -2734,14 +2752,14 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2734
2752
  } & Omit<{
2735
2753
  requestId: string;
2736
2754
  data?: PutApiWorkspacesByIdApiResponse | undefined;
2737
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2755
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2738
2756
  endpointName: string;
2739
2757
  startedTimeStamp: number;
2740
2758
  fulfilledTimeStamp?: number | undefined;
2741
2759
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2742
2760
  requestId: string;
2743
2761
  data?: PutApiWorkspacesByIdApiResponse | undefined;
2744
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2762
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2745
2763
  endpointName: string;
2746
2764
  startedTimeStamp: number;
2747
2765
  fulfilledTimeStamp?: number | undefined;
@@ -2758,14 +2776,13 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2758
2776
  } & {
2759
2777
  requestId: string;
2760
2778
  data?: PutApiWorkspacesByIdApiResponse | undefined;
2761
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2779
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2762
2780
  endpointName: string;
2763
2781
  startedTimeStamp: number;
2764
2782
  fulfilledTimeStamp?: number | undefined;
2765
2783
  } & {
2766
2784
  data?: undefined;
2767
2785
  } & {
2768
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2769
2786
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2770
2787
  isUninitialized: false;
2771
2788
  isLoading: true;
@@ -2776,14 +2793,14 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2776
2793
  } & Omit<{
2777
2794
  requestId: string;
2778
2795
  data?: PutApiWorkspacesByIdApiResponse | undefined;
2779
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2796
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2780
2797
  endpointName: string;
2781
2798
  startedTimeStamp: number;
2782
2799
  fulfilledTimeStamp?: number | undefined;
2783
2800
  }, "error"> & Required<Pick<{
2784
2801
  requestId: string;
2785
2802
  data?: PutApiWorkspacesByIdApiResponse | undefined;
2786
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2803
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2787
2804
  endpointName: string;
2788
2805
  startedTimeStamp: number;
2789
2806
  fulfilledTimeStamp?: number | undefined;
@@ -2791,7 +2808,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2791
2808
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2792
2809
  isUninitialized: false;
2793
2810
  isLoading: false;
2794
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
2811
+ isSuccess: false;
2795
2812
  isError: true;
2796
2813
  })>(options?: {
2797
2814
  selectFromResult?: ((state: ({
@@ -2800,11 +2817,11 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2800
2817
  data?: undefined;
2801
2818
  error?: undefined;
2802
2819
  endpointName?: string | undefined;
2803
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
2820
+ startedTimeStamp?: undefined;
2821
+ /** JSON ref to value from where patch should be applied. */
2804
2822
  fulfilledTimeStamp?: undefined;
2805
2823
  } & {
2806
2824
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2807
- /** Selectors used to define relationships which are allowed. */
2808
2825
  isUninitialized: true;
2809
2826
  isLoading: false;
2810
2827
  isSuccess: false;
@@ -2814,14 +2831,14 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2814
2831
  } & Omit<{
2815
2832
  requestId: string;
2816
2833
  data?: PutApiWorkspacesByIdApiResponse | undefined;
2817
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2834
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2818
2835
  endpointName: string;
2819
2836
  startedTimeStamp: number;
2820
2837
  fulfilledTimeStamp?: number | undefined;
2821
2838
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2822
2839
  requestId: string;
2823
2840
  data?: PutApiWorkspacesByIdApiResponse | undefined;
2824
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2841
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2825
2842
  endpointName: string;
2826
2843
  startedTimeStamp: number;
2827
2844
  fulfilledTimeStamp?: number | undefined;
@@ -2838,14 +2855,13 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2838
2855
  } & {
2839
2856
  requestId: string;
2840
2857
  data?: PutApiWorkspacesByIdApiResponse | undefined;
2841
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2858
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2842
2859
  endpointName: string;
2843
2860
  startedTimeStamp: number;
2844
2861
  fulfilledTimeStamp?: number | undefined;
2845
2862
  } & {
2846
2863
  data?: undefined;
2847
2864
  } & {
2848
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2849
2865
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2850
2866
  isUninitialized: false;
2851
2867
  isLoading: true;
@@ -2856,14 +2872,14 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2856
2872
  } & Omit<{
2857
2873
  requestId: string;
2858
2874
  data?: PutApiWorkspacesByIdApiResponse | undefined;
2859
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2875
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2860
2876
  endpointName: string;
2861
2877
  startedTimeStamp: number;
2862
2878
  fulfilledTimeStamp?: number | undefined;
2863
2879
  }, "error"> & Required<Pick<{
2864
2880
  requestId: string;
2865
2881
  data?: PutApiWorkspacesByIdApiResponse | undefined;
2866
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2882
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2867
2883
  endpointName: string;
2868
2884
  startedTimeStamp: number;
2869
2885
  fulfilledTimeStamp?: number | undefined;
@@ -2871,12 +2887,12 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
2871
2887
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2872
2888
  isUninitialized: false;
2873
2889
  isLoading: false;
2874
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
2890
+ isSuccess: false;
2875
2891
  isError: true;
2876
2892
  })) => R) | undefined;
2877
2893
  fixedCacheKey?: string | undefined;
2878
2894
  } | undefined) => readonly [(arg: PutApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PutApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", PutApiWorkspacesByIdApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
2879
- originalArgs?: PutApiWorkspacesByIdApiArg | undefined;
2895
+ originalArgs?: PutApiWorkspacesByIdApiArg | undefined; /** Version of the model as defined by the registrant. */
2880
2896
  reset: () => void;
2881
2897
  }];
2882
2898
  declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any> = ({
@@ -2885,11 +2901,11 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2885
2901
  data?: undefined;
2886
2902
  error?: undefined;
2887
2903
  endpointName?: string | undefined;
2888
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
2904
+ startedTimeStamp?: undefined;
2905
+ /** JSON ref to value from where patch should be applied. */
2889
2906
  fulfilledTimeStamp?: undefined;
2890
2907
  } & {
2891
2908
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2892
- /** Selectors used to define relationships which are allowed. */
2893
2909
  isUninitialized: true;
2894
2910
  isLoading: false;
2895
2911
  isSuccess: false;
@@ -2899,14 +2915,14 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2899
2915
  } & Omit<{
2900
2916
  requestId: string;
2901
2917
  data?: unknown;
2902
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2918
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2903
2919
  endpointName: string;
2904
2920
  startedTimeStamp: number;
2905
2921
  fulfilledTimeStamp?: number | undefined;
2906
2922
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2907
2923
  requestId: string;
2908
2924
  data?: unknown;
2909
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2925
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2910
2926
  endpointName: string;
2911
2927
  startedTimeStamp: number;
2912
2928
  fulfilledTimeStamp?: number | undefined;
@@ -2923,14 +2939,13 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2923
2939
  } & {
2924
2940
  requestId: string;
2925
2941
  data?: unknown;
2926
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2942
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2927
2943
  endpointName: string;
2928
2944
  startedTimeStamp: number;
2929
2945
  fulfilledTimeStamp?: number | undefined;
2930
2946
  } & {
2931
2947
  data?: undefined;
2932
2948
  } & {
2933
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
2934
2949
  status: _reduxjs_toolkit_query.QueryStatus.pending;
2935
2950
  isUninitialized: false;
2936
2951
  isLoading: true;
@@ -2941,14 +2956,14 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2941
2956
  } & Omit<{
2942
2957
  requestId: string;
2943
2958
  data?: unknown;
2944
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2959
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2945
2960
  endpointName: string;
2946
2961
  startedTimeStamp: number;
2947
2962
  fulfilledTimeStamp?: number | undefined;
2948
2963
  }, "error"> & Required<Pick<{
2949
2964
  requestId: string;
2950
2965
  data?: unknown;
2951
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2966
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2952
2967
  endpointName: string;
2953
2968
  startedTimeStamp: number;
2954
2969
  fulfilledTimeStamp?: number | undefined;
@@ -2956,7 +2971,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2956
2971
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
2957
2972
  isUninitialized: false;
2958
2973
  isLoading: false;
2959
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
2974
+ isSuccess: false;
2960
2975
  isError: true;
2961
2976
  })>(options?: {
2962
2977
  selectFromResult?: ((state: ({
@@ -2965,11 +2980,11 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2965
2980
  data?: undefined;
2966
2981
  error?: undefined;
2967
2982
  endpointName?: string | undefined;
2968
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
2983
+ startedTimeStamp?: undefined;
2984
+ /** JSON ref to value from where patch should be applied. */
2969
2985
  fulfilledTimeStamp?: undefined;
2970
2986
  } & {
2971
2987
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
2972
- /** Selectors used to define relationships which are allowed. */
2973
2988
  isUninitialized: true;
2974
2989
  isLoading: false;
2975
2990
  isSuccess: false;
@@ -2979,14 +2994,14 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
2979
2994
  } & Omit<{
2980
2995
  requestId: string;
2981
2996
  data?: unknown;
2982
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
2997
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2983
2998
  endpointName: string;
2984
2999
  startedTimeStamp: number;
2985
3000
  fulfilledTimeStamp?: number | undefined;
2986
3001
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
2987
3002
  requestId: string;
2988
3003
  data?: unknown;
2989
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3004
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
2990
3005
  endpointName: string;
2991
3006
  startedTimeStamp: number;
2992
3007
  fulfilledTimeStamp?: number | undefined;
@@ -3003,14 +3018,13 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3003
3018
  } & {
3004
3019
  requestId: string;
3005
3020
  data?: unknown;
3006
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3021
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3007
3022
  endpointName: string;
3008
3023
  startedTimeStamp: number;
3009
3024
  fulfilledTimeStamp?: number | undefined;
3010
3025
  } & {
3011
3026
  data?: undefined;
3012
3027
  } & {
3013
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3014
3028
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3015
3029
  isUninitialized: false;
3016
3030
  isLoading: true;
@@ -3021,14 +3035,14 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3021
3035
  } & Omit<{
3022
3036
  requestId: string;
3023
3037
  data?: unknown;
3024
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3038
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3025
3039
  endpointName: string;
3026
3040
  startedTimeStamp: number;
3027
3041
  fulfilledTimeStamp?: number | undefined;
3028
3042
  }, "error"> & Required<Pick<{
3029
3043
  requestId: string;
3030
3044
  data?: unknown;
3031
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3045
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3032
3046
  endpointName: string;
3033
3047
  startedTimeStamp: number;
3034
3048
  fulfilledTimeStamp?: number | undefined;
@@ -3036,12 +3050,12 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
3036
3050
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3037
3051
  isUninitialized: false;
3038
3052
  isLoading: false;
3039
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
3053
+ isSuccess: false;
3040
3054
  isError: true;
3041
3055
  })) => R) | undefined;
3042
3056
  fixedCacheKey?: string | undefined;
3043
3057
  } | undefined) => readonly [(arg: DeleteApiWorkspacesByIdApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<DeleteApiWorkspacesByIdApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", unknown, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3044
- originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined;
3058
+ originalArgs?: DeleteApiWorkspacesByIdApiArg | undefined; /** Version of the model as defined by the registrant. */
3045
3059
  reset: () => void;
3046
3060
  }];
3047
3061
  declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
@@ -3050,11 +3064,11 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3050
3064
  data?: undefined;
3051
3065
  error?: undefined;
3052
3066
  endpointName?: string | undefined;
3053
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
3067
+ startedTimeStamp?: undefined;
3068
+ /** JSON ref to value from where patch should be applied. */
3054
3069
  fulfilledTimeStamp?: undefined;
3055
3070
  } & {
3056
3071
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3057
- /** Selectors used to define relationships which are allowed. */
3058
3072
  isUninitialized: true;
3059
3073
  isLoading: false;
3060
3074
  isSuccess: false;
@@ -3064,14 +3078,14 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3064
3078
  } & Omit<{
3065
3079
  requestId: string;
3066
3080
  data?: CreateEnvironmentApiResponse | undefined;
3067
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3081
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3068
3082
  endpointName: string;
3069
3083
  startedTimeStamp: number;
3070
3084
  fulfilledTimeStamp?: number | undefined;
3071
3085
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3072
3086
  requestId: string;
3073
3087
  data?: CreateEnvironmentApiResponse | undefined;
3074
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3088
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3075
3089
  endpointName: string;
3076
3090
  startedTimeStamp: number;
3077
3091
  fulfilledTimeStamp?: number | undefined;
@@ -3088,14 +3102,13 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3088
3102
  } & {
3089
3103
  requestId: string;
3090
3104
  data?: CreateEnvironmentApiResponse | undefined;
3091
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3105
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3092
3106
  endpointName: string;
3093
3107
  startedTimeStamp: number;
3094
3108
  fulfilledTimeStamp?: number | undefined;
3095
3109
  } & {
3096
3110
  data?: undefined;
3097
3111
  } & {
3098
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3099
3112
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3100
3113
  isUninitialized: false;
3101
3114
  isLoading: true;
@@ -3106,14 +3119,14 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3106
3119
  } & Omit<{
3107
3120
  requestId: string;
3108
3121
  data?: CreateEnvironmentApiResponse | undefined;
3109
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3122
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3110
3123
  endpointName: string;
3111
3124
  startedTimeStamp: number;
3112
3125
  fulfilledTimeStamp?: number | undefined;
3113
3126
  }, "error"> & Required<Pick<{
3114
3127
  requestId: string;
3115
3128
  data?: CreateEnvironmentApiResponse | undefined;
3116
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3129
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3117
3130
  endpointName: string;
3118
3131
  startedTimeStamp: number;
3119
3132
  fulfilledTimeStamp?: number | undefined;
@@ -3121,7 +3134,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3121
3134
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3122
3135
  isUninitialized: false;
3123
3136
  isLoading: false;
3124
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
3137
+ isSuccess: false;
3125
3138
  isError: true;
3126
3139
  })>(options?: {
3127
3140
  selectFromResult?: ((state: ({
@@ -3130,11 +3143,11 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3130
3143
  data?: undefined;
3131
3144
  error?: undefined;
3132
3145
  endpointName?: string | undefined;
3133
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
3146
+ startedTimeStamp?: undefined;
3147
+ /** JSON ref to value from where patch should be applied. */
3134
3148
  fulfilledTimeStamp?: undefined;
3135
3149
  } & {
3136
3150
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3137
- /** Selectors used to define relationships which are allowed. */
3138
3151
  isUninitialized: true;
3139
3152
  isLoading: false;
3140
3153
  isSuccess: false;
@@ -3144,14 +3157,14 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3144
3157
  } & Omit<{
3145
3158
  requestId: string;
3146
3159
  data?: CreateEnvironmentApiResponse | undefined;
3147
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3160
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3148
3161
  endpointName: string;
3149
3162
  startedTimeStamp: number;
3150
3163
  fulfilledTimeStamp?: number | undefined;
3151
3164
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3152
3165
  requestId: string;
3153
3166
  data?: CreateEnvironmentApiResponse | undefined;
3154
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3167
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3155
3168
  endpointName: string;
3156
3169
  startedTimeStamp: number;
3157
3170
  fulfilledTimeStamp?: number | undefined;
@@ -3168,14 +3181,13 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3168
3181
  } & {
3169
3182
  requestId: string;
3170
3183
  data?: CreateEnvironmentApiResponse | undefined;
3171
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3184
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3172
3185
  endpointName: string;
3173
3186
  startedTimeStamp: number;
3174
3187
  fulfilledTimeStamp?: number | undefined;
3175
3188
  } & {
3176
3189
  data?: undefined;
3177
3190
  } & {
3178
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3179
3191
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3180
3192
  isUninitialized: false;
3181
3193
  isLoading: true;
@@ -3186,14 +3198,14 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3186
3198
  } & Omit<{
3187
3199
  requestId: string;
3188
3200
  data?: CreateEnvironmentApiResponse | undefined;
3189
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3201
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3190
3202
  endpointName: string;
3191
3203
  startedTimeStamp: number;
3192
3204
  fulfilledTimeStamp?: number | undefined;
3193
3205
  }, "error"> & Required<Pick<{
3194
3206
  requestId: string;
3195
3207
  data?: CreateEnvironmentApiResponse | undefined;
3196
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3208
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3197
3209
  endpointName: string;
3198
3210
  startedTimeStamp: number;
3199
3211
  fulfilledTimeStamp?: number | undefined;
@@ -3201,17 +3213,17 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
3201
3213
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3202
3214
  isUninitialized: false;
3203
3215
  isLoading: false;
3204
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
3216
+ isSuccess: false;
3205
3217
  isError: true;
3206
3218
  })) => R) | undefined;
3207
3219
  fixedCacheKey?: string | undefined;
3208
3220
  } | undefined) => readonly [(arg: CreateEnvironmentApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<CreateEnvironmentApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", CreateEnvironmentApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3209
- originalArgs?: CreateEnvironmentApiArg | undefined;
3221
+ originalArgs?: CreateEnvironmentApiArg | undefined; /** Version of the model as defined by the registrant. */
3210
3222
  reset: () => void;
3211
3223
  }];
3212
3224
  declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3213
- error?: undefined;
3214
3225
  data?: undefined;
3226
+ error?: undefined;
3215
3227
  fulfilledTimeStamp?: undefined;
3216
3228
  originalArgs?: undefined;
3217
3229
  requestId?: undefined;
@@ -3225,7 +3237,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3225
3237
  isError: false;
3226
3238
  isUninitialized: true;
3227
3239
  } | {
3228
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3240
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3229
3241
  fulfilledTimeStamp?: number | undefined;
3230
3242
  originalArgs?: GetEnvironmentsApiArg | undefined;
3231
3243
  requestId?: string | undefined;
@@ -3283,7 +3295,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3283
3295
  isFetching: false;
3284
3296
  isSuccess: false;
3285
3297
  isError: true;
3286
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3298
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
3287
3299
  }) & {
3288
3300
  status: _reduxjs_toolkit_query.QueryStatus;
3289
3301
  }>(arg: GetEnvironmentsApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
@@ -3292,8 +3304,8 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3292
3304
  } & {
3293
3305
  skip?: boolean | undefined;
3294
3306
  selectFromResult?: ((state: ({
3295
- error?: undefined;
3296
3307
  data?: undefined;
3308
+ error?: undefined;
3297
3309
  fulfilledTimeStamp?: undefined;
3298
3310
  originalArgs?: undefined;
3299
3311
  requestId?: undefined;
@@ -3307,7 +3319,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3307
3319
  isError: false;
3308
3320
  isUninitialized: true;
3309
3321
  } | {
3310
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3322
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3311
3323
  fulfilledTimeStamp?: number | undefined;
3312
3324
  originalArgs?: GetEnvironmentsApiArg | undefined;
3313
3325
  requestId?: string | undefined;
@@ -3365,7 +3377,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
3365
3377
  isFetching: false;
3366
3378
  isSuccess: false;
3367
3379
  isError: true;
3368
- error: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError;
3380
+ error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
3369
3381
  }) & {
3370
3382
  status: _reduxjs_toolkit_query.QueryStatus;
3371
3383
  }) => R) | undefined;
@@ -3378,11 +3390,11 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3378
3390
  data?: undefined;
3379
3391
  error?: undefined;
3380
3392
  endpointName?: string | undefined;
3381
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
3393
+ startedTimeStamp?: undefined;
3394
+ /** JSON ref to value from where patch should be applied. */
3382
3395
  fulfilledTimeStamp?: undefined;
3383
3396
  } & {
3384
3397
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3385
- /** Selectors used to define relationships which are allowed. */
3386
3398
  isUninitialized: true;
3387
3399
  isLoading: false;
3388
3400
  isSuccess: false;
@@ -3392,14 +3404,14 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3392
3404
  } & Omit<{
3393
3405
  requestId: string;
3394
3406
  data?: PostEvaluateApiResponse | undefined;
3395
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3407
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3396
3408
  endpointName: string;
3397
3409
  startedTimeStamp: number;
3398
3410
  fulfilledTimeStamp?: number | undefined;
3399
3411
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3400
3412
  requestId: string;
3401
3413
  data?: PostEvaluateApiResponse | undefined;
3402
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3414
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3403
3415
  endpointName: string;
3404
3416
  startedTimeStamp: number;
3405
3417
  fulfilledTimeStamp?: number | undefined;
@@ -3416,14 +3428,13 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3416
3428
  } & {
3417
3429
  requestId: string;
3418
3430
  data?: PostEvaluateApiResponse | undefined;
3419
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3431
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3420
3432
  endpointName: string;
3421
3433
  startedTimeStamp: number;
3422
3434
  fulfilledTimeStamp?: number | undefined;
3423
3435
  } & {
3424
3436
  data?: undefined;
3425
3437
  } & {
3426
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3427
3438
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3428
3439
  isUninitialized: false;
3429
3440
  isLoading: true;
@@ -3434,14 +3445,14 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3434
3445
  } & Omit<{
3435
3446
  requestId: string;
3436
3447
  data?: PostEvaluateApiResponse | undefined;
3437
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3448
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3438
3449
  endpointName: string;
3439
3450
  startedTimeStamp: number;
3440
3451
  fulfilledTimeStamp?: number | undefined;
3441
3452
  }, "error"> & Required<Pick<{
3442
3453
  requestId: string;
3443
3454
  data?: PostEvaluateApiResponse | undefined;
3444
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3455
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3445
3456
  endpointName: string;
3446
3457
  startedTimeStamp: number;
3447
3458
  fulfilledTimeStamp?: number | undefined;
@@ -3449,7 +3460,7 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3449
3460
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3450
3461
  isUninitialized: false;
3451
3462
  isLoading: false;
3452
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
3463
+ isSuccess: false;
3453
3464
  isError: true;
3454
3465
  })>(options?: {
3455
3466
  selectFromResult?: ((state: ({
@@ -3458,11 +3469,11 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3458
3469
  data?: undefined;
3459
3470
  error?: undefined;
3460
3471
  endpointName?: string | undefined;
3461
- startedTimeStamp?: undefined; /** The unique name for the model within the scope of a registrant. */
3472
+ startedTimeStamp?: undefined;
3473
+ /** JSON ref to value from where patch should be applied. */
3462
3474
  fulfilledTimeStamp?: undefined;
3463
3475
  } & {
3464
3476
  status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
3465
- /** Selectors used to define relationships which are allowed. */
3466
3477
  isUninitialized: true;
3467
3478
  isLoading: false;
3468
3479
  isSuccess: false;
@@ -3472,14 +3483,14 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3472
3483
  } & Omit<{
3473
3484
  requestId: string;
3474
3485
  data?: PostEvaluateApiResponse | undefined;
3475
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3486
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3476
3487
  endpointName: string;
3477
3488
  startedTimeStamp: number;
3478
3489
  fulfilledTimeStamp?: number | undefined;
3479
3490
  }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
3480
3491
  requestId: string;
3481
3492
  data?: PostEvaluateApiResponse | undefined;
3482
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3493
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3483
3494
  endpointName: string;
3484
3495
  startedTimeStamp: number;
3485
3496
  fulfilledTimeStamp?: number | undefined;
@@ -3496,14 +3507,13 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3496
3507
  } & {
3497
3508
  requestId: string;
3498
3509
  data?: PostEvaluateApiResponse | undefined;
3499
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3510
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3500
3511
  endpointName: string;
3501
3512
  startedTimeStamp: number;
3502
3513
  fulfilledTimeStamp?: number | undefined;
3503
3514
  } & {
3504
3515
  data?: undefined;
3505
3516
  } & {
3506
- /** Describes the component(s) which are involved in the relationship along with a set of actions to perform upon selection match. */
3507
3517
  status: _reduxjs_toolkit_query.QueryStatus.pending;
3508
3518
  isUninitialized: false;
3509
3519
  isLoading: true;
@@ -3514,14 +3524,14 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3514
3524
  } & Omit<{
3515
3525
  requestId: string;
3516
3526
  data?: PostEvaluateApiResponse | undefined;
3517
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3527
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3518
3528
  endpointName: string;
3519
3529
  startedTimeStamp: number;
3520
3530
  fulfilledTimeStamp?: number | undefined;
3521
3531
  }, "error"> & Required<Pick<{
3522
3532
  requestId: string;
3523
3533
  data?: PostEvaluateApiResponse | undefined;
3524
- error?: _reduxjs_toolkit_query.FetchBaseQueryError | _reduxjs_toolkit.SerializedError | undefined;
3534
+ error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
3525
3535
  endpointName: string;
3526
3536
  startedTimeStamp: number;
3527
3537
  fulfilledTimeStamp?: number | undefined;
@@ -3529,12 +3539,12 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
3529
3539
  status: _reduxjs_toolkit_query.QueryStatus.rejected;
3530
3540
  isUninitialized: false;
3531
3541
  isLoading: false;
3532
- isSuccess: false; /** Reference to the specific registered model to which the component belongs and from which model version, category, and other properties may be referenced. Learn more at https://docs.meshery.io/concepts/models */
3542
+ isSuccess: false;
3533
3543
  isError: true;
3534
3544
  })) => R) | undefined;
3535
3545
  fixedCacheKey?: string | undefined;
3536
3546
  } | undefined) => readonly [(arg: PostEvaluateApiArg) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<PostEvaluateApiArg, _reduxjs_toolkit_query.BaseQueryFn<string | _reduxjs_toolkit_query.FetchArgs, unknown, _reduxjs_toolkit_query.FetchBaseQueryError, {}, _reduxjs_toolkit_query.FetchBaseQueryMeta>, "design_other" | "model_other" | "workspace_workspaces" | "environment_environments" | "evaluation_other", PostEvaluateApiResponse, "mesheryRtkSchemasApi", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
3537
- originalArgs?: PostEvaluateApiArg | undefined;
3547
+ originalArgs?: PostEvaluateApiArg | undefined; /** Version of the model as defined by the registrant. */
3538
3548
  reset: () => void;
3539
3549
  }];
3540
3550