@meshery/schemas 0.8.76 → 0.8.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cloudApi.d.mts +449 -59
- package/dist/cloudApi.d.ts +449 -59
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/mesheryApi.d.mts +88 -88
- package/dist/mesheryApi.d.ts +88 -88
- package/package.json +1 -1
package/dist/mesheryApi.d.ts
CHANGED
|
@@ -2694,14 +2694,14 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2694
2694
|
} & Omit<{
|
|
2695
2695
|
requestId: string; /** Key that backs the capability. */
|
|
2696
2696
|
data?: ImportDesignApiResponse | undefined;
|
|
2697
|
-
error?:
|
|
2697
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2698
2698
|
endpointName: string;
|
|
2699
2699
|
startedTimeStamp: number; /** Status of the capability */
|
|
2700
2700
|
fulfilledTimeStamp?: number | undefined;
|
|
2701
2701
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2702
2702
|
requestId: string; /** Key that backs the capability. */
|
|
2703
2703
|
data?: ImportDesignApiResponse | undefined;
|
|
2704
|
-
error?:
|
|
2704
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2705
2705
|
endpointName: string;
|
|
2706
2706
|
startedTimeStamp: number; /** Status of the capability */
|
|
2707
2707
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2719,7 +2719,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2719
2719
|
} & {
|
|
2720
2720
|
requestId: string; /** Key that backs the capability. */
|
|
2721
2721
|
data?: ImportDesignApiResponse | undefined;
|
|
2722
|
-
error?:
|
|
2722
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2723
2723
|
endpointName: string;
|
|
2724
2724
|
startedTimeStamp: number; /** Status of the capability */
|
|
2725
2725
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2736,14 +2736,14 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2736
2736
|
} & Omit<{
|
|
2737
2737
|
requestId: string; /** Key that backs the capability. */
|
|
2738
2738
|
data?: ImportDesignApiResponse | undefined;
|
|
2739
|
-
error?:
|
|
2739
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2740
2740
|
endpointName: string;
|
|
2741
2741
|
startedTimeStamp: number; /** Status of the capability */
|
|
2742
2742
|
fulfilledTimeStamp?: number | undefined;
|
|
2743
2743
|
}, "error"> & Required<Pick<{
|
|
2744
2744
|
requestId: string; /** Key that backs the capability. */
|
|
2745
2745
|
data?: ImportDesignApiResponse | undefined;
|
|
2746
|
-
error?:
|
|
2746
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2747
2747
|
endpointName: string;
|
|
2748
2748
|
startedTimeStamp: number; /** Status of the capability */
|
|
2749
2749
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2773,14 +2773,14 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2773
2773
|
} & Omit<{
|
|
2774
2774
|
requestId: string; /** Key that backs the capability. */
|
|
2775
2775
|
data?: ImportDesignApiResponse | undefined;
|
|
2776
|
-
error?:
|
|
2776
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2777
2777
|
endpointName: string;
|
|
2778
2778
|
startedTimeStamp: number; /** Status of the capability */
|
|
2779
2779
|
fulfilledTimeStamp?: number | undefined;
|
|
2780
2780
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2781
2781
|
requestId: string; /** Key that backs the capability. */
|
|
2782
2782
|
data?: ImportDesignApiResponse | undefined;
|
|
2783
|
-
error?:
|
|
2783
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2784
2784
|
endpointName: string;
|
|
2785
2785
|
startedTimeStamp: number; /** Status of the capability */
|
|
2786
2786
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2798,7 +2798,7 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2798
2798
|
} & {
|
|
2799
2799
|
requestId: string; /** Key that backs the capability. */
|
|
2800
2800
|
data?: ImportDesignApiResponse | undefined;
|
|
2801
|
-
error?:
|
|
2801
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2802
2802
|
endpointName: string;
|
|
2803
2803
|
startedTimeStamp: number; /** Status of the capability */
|
|
2804
2804
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2815,14 +2815,14 @@ declare const useImportDesignMutation: <R extends Record<string, any> = ({
|
|
|
2815
2815
|
} & Omit<{
|
|
2816
2816
|
requestId: string; /** Key that backs the capability. */
|
|
2817
2817
|
data?: ImportDesignApiResponse | undefined;
|
|
2818
|
-
error?:
|
|
2818
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2819
2819
|
endpointName: string;
|
|
2820
2820
|
startedTimeStamp: number; /** Status of the capability */
|
|
2821
2821
|
fulfilledTimeStamp?: number | undefined;
|
|
2822
2822
|
}, "error"> & Required<Pick<{
|
|
2823
2823
|
requestId: string; /** Key that backs the capability. */
|
|
2824
2824
|
data?: ImportDesignApiResponse | undefined;
|
|
2825
|
-
error?:
|
|
2825
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2826
2826
|
endpointName: string;
|
|
2827
2827
|
startedTimeStamp: number; /** Status of the capability */
|
|
2828
2828
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2857,14 +2857,14 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
2857
2857
|
} & Omit<{
|
|
2858
2858
|
requestId: string; /** Key that backs the capability. */
|
|
2859
2859
|
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
2860
|
-
error?:
|
|
2860
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2861
2861
|
endpointName: string;
|
|
2862
2862
|
startedTimeStamp: number; /** Status of the capability */
|
|
2863
2863
|
fulfilledTimeStamp?: number | undefined;
|
|
2864
2864
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2865
2865
|
requestId: string; /** Key that backs the capability. */
|
|
2866
2866
|
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
2867
|
-
error?:
|
|
2867
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2868
2868
|
endpointName: string;
|
|
2869
2869
|
startedTimeStamp: number; /** Status of the capability */
|
|
2870
2870
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2882,7 +2882,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
2882
2882
|
} & {
|
|
2883
2883
|
requestId: string; /** Key that backs the capability. */
|
|
2884
2884
|
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
2885
|
-
error?:
|
|
2885
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2886
2886
|
endpointName: string;
|
|
2887
2887
|
startedTimeStamp: number; /** Status of the capability */
|
|
2888
2888
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2899,14 +2899,14 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
2899
2899
|
} & Omit<{
|
|
2900
2900
|
requestId: string; /** Key that backs the capability. */
|
|
2901
2901
|
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
2902
|
-
error?:
|
|
2902
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2903
2903
|
endpointName: string;
|
|
2904
2904
|
startedTimeStamp: number; /** Status of the capability */
|
|
2905
2905
|
fulfilledTimeStamp?: number | undefined;
|
|
2906
2906
|
}, "error"> & Required<Pick<{
|
|
2907
2907
|
requestId: string; /** Key that backs the capability. */
|
|
2908
2908
|
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
2909
|
-
error?:
|
|
2909
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2910
2910
|
endpointName: string;
|
|
2911
2911
|
startedTimeStamp: number; /** Status of the capability */
|
|
2912
2912
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2936,14 +2936,14 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
2936
2936
|
} & Omit<{
|
|
2937
2937
|
requestId: string; /** Key that backs the capability. */
|
|
2938
2938
|
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
2939
|
-
error?:
|
|
2939
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2940
2940
|
endpointName: string;
|
|
2941
2941
|
startedTimeStamp: number; /** Status of the capability */
|
|
2942
2942
|
fulfilledTimeStamp?: number | undefined;
|
|
2943
2943
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
2944
2944
|
requestId: string; /** Key that backs the capability. */
|
|
2945
2945
|
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
2946
|
-
error?:
|
|
2946
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2947
2947
|
endpointName: string;
|
|
2948
2948
|
startedTimeStamp: number; /** Status of the capability */
|
|
2949
2949
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2961,7 +2961,7 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
2961
2961
|
} & {
|
|
2962
2962
|
requestId: string; /** Key that backs the capability. */
|
|
2963
2963
|
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
2964
|
-
error?:
|
|
2964
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2965
2965
|
endpointName: string;
|
|
2966
2966
|
startedTimeStamp: number; /** Status of the capability */
|
|
2967
2967
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -2978,14 +2978,14 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
2978
2978
|
} & Omit<{
|
|
2979
2979
|
requestId: string; /** Key that backs the capability. */
|
|
2980
2980
|
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
2981
|
-
error?:
|
|
2981
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2982
2982
|
endpointName: string;
|
|
2983
2983
|
startedTimeStamp: number; /** Status of the capability */
|
|
2984
2984
|
fulfilledTimeStamp?: number | undefined;
|
|
2985
2985
|
}, "error"> & Required<Pick<{
|
|
2986
2986
|
requestId: string; /** Key that backs the capability. */
|
|
2987
2987
|
data?: RegisterMeshmodelsApiResponse | undefined;
|
|
2988
|
-
error?:
|
|
2988
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
2989
2989
|
endpointName: string;
|
|
2990
2990
|
startedTimeStamp: number; /** Status of the capability */
|
|
2991
2991
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3002,8 +3002,8 @@ declare const useRegisterMeshmodelsMutation: <R extends Record<string, any> = ({
|
|
|
3002
3002
|
reset: () => void;
|
|
3003
3003
|
}];
|
|
3004
3004
|
declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
3005
|
-
error?: undefined;
|
|
3006
3005
|
data?: undefined;
|
|
3006
|
+
error?: undefined;
|
|
3007
3007
|
fulfilledTimeStamp?: undefined;
|
|
3008
3008
|
originalArgs?: undefined;
|
|
3009
3009
|
requestId?: undefined;
|
|
@@ -3017,7 +3017,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
3017
3017
|
isError: false;
|
|
3018
3018
|
isUninitialized: true;
|
|
3019
3019
|
} | {
|
|
3020
|
-
error?:
|
|
3020
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3021
3021
|
fulfilledTimeStamp?: number | undefined;
|
|
3022
3022
|
originalArgs?: void | undefined;
|
|
3023
3023
|
requestId?: string | undefined;
|
|
@@ -3075,7 +3075,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
3075
3075
|
isFetching: false;
|
|
3076
3076
|
isSuccess: false;
|
|
3077
3077
|
isError: true;
|
|
3078
|
-
error:
|
|
3078
|
+
error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
|
|
3079
3079
|
}) & {
|
|
3080
3080
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3081
3081
|
}>(arg: void | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
@@ -3084,8 +3084,8 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
3084
3084
|
} & {
|
|
3085
3085
|
skip?: boolean | undefined;
|
|
3086
3086
|
selectFromResult?: ((state: ({
|
|
3087
|
-
error?: undefined;
|
|
3088
3087
|
data?: undefined;
|
|
3088
|
+
error?: undefined;
|
|
3089
3089
|
fulfilledTimeStamp?: undefined;
|
|
3090
3090
|
originalArgs?: undefined;
|
|
3091
3091
|
requestId?: undefined;
|
|
@@ -3099,7 +3099,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
3099
3099
|
isError: false;
|
|
3100
3100
|
isUninitialized: true;
|
|
3101
3101
|
} | {
|
|
3102
|
-
error?:
|
|
3102
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3103
3103
|
fulfilledTimeStamp?: number | undefined;
|
|
3104
3104
|
originalArgs?: void | undefined;
|
|
3105
3105
|
requestId?: string | undefined;
|
|
@@ -3157,7 +3157,7 @@ declare const useGetApiWorkspacesQuery: <R extends Record<string, any> = ({
|
|
|
3157
3157
|
isFetching: false;
|
|
3158
3158
|
isSuccess: false;
|
|
3159
3159
|
isError: true;
|
|
3160
|
-
error:
|
|
3160
|
+
error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
|
|
3161
3161
|
}) & {
|
|
3162
3162
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3163
3163
|
}) => R) | undefined;
|
|
@@ -3183,14 +3183,14 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
3183
3183
|
} & Omit<{
|
|
3184
3184
|
requestId: string; /** Key that backs the capability. */
|
|
3185
3185
|
data?: PostApiWorkspacesApiResponse | undefined;
|
|
3186
|
-
error?:
|
|
3186
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3187
3187
|
endpointName: string;
|
|
3188
3188
|
startedTimeStamp: number; /** Status of the capability */
|
|
3189
3189
|
fulfilledTimeStamp?: number | undefined;
|
|
3190
3190
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3191
3191
|
requestId: string; /** Key that backs the capability. */
|
|
3192
3192
|
data?: PostApiWorkspacesApiResponse | undefined;
|
|
3193
|
-
error?:
|
|
3193
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3194
3194
|
endpointName: string;
|
|
3195
3195
|
startedTimeStamp: number; /** Status of the capability */
|
|
3196
3196
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3208,7 +3208,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
3208
3208
|
} & {
|
|
3209
3209
|
requestId: string; /** Key that backs the capability. */
|
|
3210
3210
|
data?: PostApiWorkspacesApiResponse | undefined;
|
|
3211
|
-
error?:
|
|
3211
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3212
3212
|
endpointName: string;
|
|
3213
3213
|
startedTimeStamp: number; /** Status of the capability */
|
|
3214
3214
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3225,14 +3225,14 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
3225
3225
|
} & Omit<{
|
|
3226
3226
|
requestId: string; /** Key that backs the capability. */
|
|
3227
3227
|
data?: PostApiWorkspacesApiResponse | undefined;
|
|
3228
|
-
error?:
|
|
3228
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3229
3229
|
endpointName: string;
|
|
3230
3230
|
startedTimeStamp: number; /** Status of the capability */
|
|
3231
3231
|
fulfilledTimeStamp?: number | undefined;
|
|
3232
3232
|
}, "error"> & Required<Pick<{
|
|
3233
3233
|
requestId: string; /** Key that backs the capability. */
|
|
3234
3234
|
data?: PostApiWorkspacesApiResponse | undefined;
|
|
3235
|
-
error?:
|
|
3235
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3236
3236
|
endpointName: string;
|
|
3237
3237
|
startedTimeStamp: number; /** Status of the capability */
|
|
3238
3238
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3262,14 +3262,14 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
3262
3262
|
} & Omit<{
|
|
3263
3263
|
requestId: string; /** Key that backs the capability. */
|
|
3264
3264
|
data?: PostApiWorkspacesApiResponse | undefined;
|
|
3265
|
-
error?:
|
|
3265
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3266
3266
|
endpointName: string;
|
|
3267
3267
|
startedTimeStamp: number; /** Status of the capability */
|
|
3268
3268
|
fulfilledTimeStamp?: number | undefined;
|
|
3269
3269
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3270
3270
|
requestId: string; /** Key that backs the capability. */
|
|
3271
3271
|
data?: PostApiWorkspacesApiResponse | undefined;
|
|
3272
|
-
error?:
|
|
3272
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3273
3273
|
endpointName: string;
|
|
3274
3274
|
startedTimeStamp: number; /** Status of the capability */
|
|
3275
3275
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3287,7 +3287,7 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
3287
3287
|
} & {
|
|
3288
3288
|
requestId: string; /** Key that backs the capability. */
|
|
3289
3289
|
data?: PostApiWorkspacesApiResponse | undefined;
|
|
3290
|
-
error?:
|
|
3290
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3291
3291
|
endpointName: string;
|
|
3292
3292
|
startedTimeStamp: number; /** Status of the capability */
|
|
3293
3293
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3304,14 +3304,14 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
3304
3304
|
} & Omit<{
|
|
3305
3305
|
requestId: string; /** Key that backs the capability. */
|
|
3306
3306
|
data?: PostApiWorkspacesApiResponse | undefined;
|
|
3307
|
-
error?:
|
|
3307
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3308
3308
|
endpointName: string;
|
|
3309
3309
|
startedTimeStamp: number; /** Status of the capability */
|
|
3310
3310
|
fulfilledTimeStamp?: number | undefined;
|
|
3311
3311
|
}, "error"> & Required<Pick<{
|
|
3312
3312
|
requestId: string; /** Key that backs the capability. */
|
|
3313
3313
|
data?: PostApiWorkspacesApiResponse | undefined;
|
|
3314
|
-
error?:
|
|
3314
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3315
3315
|
endpointName: string;
|
|
3316
3316
|
startedTimeStamp: number; /** Status of the capability */
|
|
3317
3317
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3328,8 +3328,8 @@ declare const usePostApiWorkspacesMutation: <R extends Record<string, any> = ({
|
|
|
3328
3328
|
reset: () => void;
|
|
3329
3329
|
}];
|
|
3330
3330
|
declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
3331
|
-
error?: undefined;
|
|
3332
3331
|
data?: undefined;
|
|
3332
|
+
error?: undefined;
|
|
3333
3333
|
fulfilledTimeStamp?: undefined;
|
|
3334
3334
|
originalArgs?: undefined;
|
|
3335
3335
|
requestId?: undefined;
|
|
@@ -3343,7 +3343,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
3343
3343
|
isError: false;
|
|
3344
3344
|
isUninitialized: true;
|
|
3345
3345
|
} | {
|
|
3346
|
-
error?:
|
|
3346
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3347
3347
|
fulfilledTimeStamp?: number | undefined;
|
|
3348
3348
|
originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
|
|
3349
3349
|
requestId?: string | undefined;
|
|
@@ -3401,7 +3401,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
3401
3401
|
isFetching: false;
|
|
3402
3402
|
isSuccess: false;
|
|
3403
3403
|
isError: true;
|
|
3404
|
-
error:
|
|
3404
|
+
error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
|
|
3405
3405
|
}) & {
|
|
3406
3406
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3407
3407
|
}>(arg: GetApiWorkspacesByIdApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
@@ -3410,8 +3410,8 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
3410
3410
|
} & {
|
|
3411
3411
|
skip?: boolean | undefined;
|
|
3412
3412
|
selectFromResult?: ((state: ({
|
|
3413
|
-
error?: undefined;
|
|
3414
3413
|
data?: undefined;
|
|
3414
|
+
error?: undefined;
|
|
3415
3415
|
fulfilledTimeStamp?: undefined;
|
|
3416
3416
|
originalArgs?: undefined;
|
|
3417
3417
|
requestId?: undefined;
|
|
@@ -3425,7 +3425,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
3425
3425
|
isError: false;
|
|
3426
3426
|
isUninitialized: true;
|
|
3427
3427
|
} | {
|
|
3428
|
-
error?:
|
|
3428
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3429
3429
|
fulfilledTimeStamp?: number | undefined;
|
|
3430
3430
|
originalArgs?: GetApiWorkspacesByIdApiArg | undefined;
|
|
3431
3431
|
requestId?: string | undefined;
|
|
@@ -3483,7 +3483,7 @@ declare const useGetApiWorkspacesByIdQuery: <R extends Record<string, any> = ({
|
|
|
3483
3483
|
isFetching: false;
|
|
3484
3484
|
isSuccess: false;
|
|
3485
3485
|
isError: true;
|
|
3486
|
-
error:
|
|
3486
|
+
error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
|
|
3487
3487
|
}) & {
|
|
3488
3488
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
3489
3489
|
}) => R) | undefined;
|
|
@@ -3509,14 +3509,14 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3509
3509
|
} & Omit<{
|
|
3510
3510
|
requestId: string; /** Key that backs the capability. */
|
|
3511
3511
|
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
3512
|
-
error?:
|
|
3512
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3513
3513
|
endpointName: string;
|
|
3514
3514
|
startedTimeStamp: number; /** Status of the capability */
|
|
3515
3515
|
fulfilledTimeStamp?: number | undefined;
|
|
3516
3516
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3517
3517
|
requestId: string; /** Key that backs the capability. */
|
|
3518
3518
|
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
3519
|
-
error?:
|
|
3519
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3520
3520
|
endpointName: string;
|
|
3521
3521
|
startedTimeStamp: number; /** Status of the capability */
|
|
3522
3522
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3534,7 +3534,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3534
3534
|
} & {
|
|
3535
3535
|
requestId: string; /** Key that backs the capability. */
|
|
3536
3536
|
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
3537
|
-
error?:
|
|
3537
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3538
3538
|
endpointName: string;
|
|
3539
3539
|
startedTimeStamp: number; /** Status of the capability */
|
|
3540
3540
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3551,14 +3551,14 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3551
3551
|
} & Omit<{
|
|
3552
3552
|
requestId: string; /** Key that backs the capability. */
|
|
3553
3553
|
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
3554
|
-
error?:
|
|
3554
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3555
3555
|
endpointName: string;
|
|
3556
3556
|
startedTimeStamp: number; /** Status of the capability */
|
|
3557
3557
|
fulfilledTimeStamp?: number | undefined;
|
|
3558
3558
|
}, "error"> & Required<Pick<{
|
|
3559
3559
|
requestId: string; /** Key that backs the capability. */
|
|
3560
3560
|
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
3561
|
-
error?:
|
|
3561
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3562
3562
|
endpointName: string;
|
|
3563
3563
|
startedTimeStamp: number; /** Status of the capability */
|
|
3564
3564
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3588,14 +3588,14 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3588
3588
|
} & Omit<{
|
|
3589
3589
|
requestId: string; /** Key that backs the capability. */
|
|
3590
3590
|
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
3591
|
-
error?:
|
|
3591
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3592
3592
|
endpointName: string;
|
|
3593
3593
|
startedTimeStamp: number; /** Status of the capability */
|
|
3594
3594
|
fulfilledTimeStamp?: number | undefined;
|
|
3595
3595
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3596
3596
|
requestId: string; /** Key that backs the capability. */
|
|
3597
3597
|
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
3598
|
-
error?:
|
|
3598
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3599
3599
|
endpointName: string;
|
|
3600
3600
|
startedTimeStamp: number; /** Status of the capability */
|
|
3601
3601
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3613,7 +3613,7 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3613
3613
|
} & {
|
|
3614
3614
|
requestId: string; /** Key that backs the capability. */
|
|
3615
3615
|
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
3616
|
-
error?:
|
|
3616
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3617
3617
|
endpointName: string;
|
|
3618
3618
|
startedTimeStamp: number; /** Status of the capability */
|
|
3619
3619
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3630,14 +3630,14 @@ declare const usePutApiWorkspacesByIdMutation: <R extends Record<string, any> =
|
|
|
3630
3630
|
} & Omit<{
|
|
3631
3631
|
requestId: string; /** Key that backs the capability. */
|
|
3632
3632
|
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
3633
|
-
error?:
|
|
3633
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3634
3634
|
endpointName: string;
|
|
3635
3635
|
startedTimeStamp: number; /** Status of the capability */
|
|
3636
3636
|
fulfilledTimeStamp?: number | undefined;
|
|
3637
3637
|
}, "error"> & Required<Pick<{
|
|
3638
3638
|
requestId: string; /** Key that backs the capability. */
|
|
3639
3639
|
data?: PutApiWorkspacesByIdApiResponse | undefined;
|
|
3640
|
-
error?:
|
|
3640
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3641
3641
|
endpointName: string;
|
|
3642
3642
|
startedTimeStamp: number; /** Status of the capability */
|
|
3643
3643
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3672,14 +3672,14 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3672
3672
|
} & Omit<{
|
|
3673
3673
|
requestId: string; /** Key that backs the capability. */
|
|
3674
3674
|
data?: unknown;
|
|
3675
|
-
error?:
|
|
3675
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3676
3676
|
endpointName: string;
|
|
3677
3677
|
startedTimeStamp: number; /** Status of the capability */
|
|
3678
3678
|
fulfilledTimeStamp?: number | undefined;
|
|
3679
3679
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3680
3680
|
requestId: string; /** Key that backs the capability. */
|
|
3681
3681
|
data?: unknown;
|
|
3682
|
-
error?:
|
|
3682
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3683
3683
|
endpointName: string;
|
|
3684
3684
|
startedTimeStamp: number; /** Status of the capability */
|
|
3685
3685
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3697,7 +3697,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3697
3697
|
} & {
|
|
3698
3698
|
requestId: string; /** Key that backs the capability. */
|
|
3699
3699
|
data?: unknown;
|
|
3700
|
-
error?:
|
|
3700
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3701
3701
|
endpointName: string;
|
|
3702
3702
|
startedTimeStamp: number; /** Status of the capability */
|
|
3703
3703
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3714,14 +3714,14 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3714
3714
|
} & Omit<{
|
|
3715
3715
|
requestId: string; /** Key that backs the capability. */
|
|
3716
3716
|
data?: unknown;
|
|
3717
|
-
error?:
|
|
3717
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3718
3718
|
endpointName: string;
|
|
3719
3719
|
startedTimeStamp: number; /** Status of the capability */
|
|
3720
3720
|
fulfilledTimeStamp?: number | undefined;
|
|
3721
3721
|
}, "error"> & Required<Pick<{
|
|
3722
3722
|
requestId: string; /** Key that backs the capability. */
|
|
3723
3723
|
data?: unknown;
|
|
3724
|
-
error?:
|
|
3724
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3725
3725
|
endpointName: string;
|
|
3726
3726
|
startedTimeStamp: number; /** Status of the capability */
|
|
3727
3727
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3751,14 +3751,14 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3751
3751
|
} & Omit<{
|
|
3752
3752
|
requestId: string; /** Key that backs the capability. */
|
|
3753
3753
|
data?: unknown;
|
|
3754
|
-
error?:
|
|
3754
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3755
3755
|
endpointName: string;
|
|
3756
3756
|
startedTimeStamp: number; /** Status of the capability */
|
|
3757
3757
|
fulfilledTimeStamp?: number | undefined;
|
|
3758
3758
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3759
3759
|
requestId: string; /** Key that backs the capability. */
|
|
3760
3760
|
data?: unknown;
|
|
3761
|
-
error?:
|
|
3761
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3762
3762
|
endpointName: string;
|
|
3763
3763
|
startedTimeStamp: number; /** Status of the capability */
|
|
3764
3764
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3776,7 +3776,7 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3776
3776
|
} & {
|
|
3777
3777
|
requestId: string; /** Key that backs the capability. */
|
|
3778
3778
|
data?: unknown;
|
|
3779
|
-
error?:
|
|
3779
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3780
3780
|
endpointName: string;
|
|
3781
3781
|
startedTimeStamp: number; /** Status of the capability */
|
|
3782
3782
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3793,14 +3793,14 @@ declare const useDeleteApiWorkspacesByIdMutation: <R extends Record<string, any>
|
|
|
3793
3793
|
} & Omit<{
|
|
3794
3794
|
requestId: string; /** Key that backs the capability. */
|
|
3795
3795
|
data?: unknown;
|
|
3796
|
-
error?:
|
|
3796
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3797
3797
|
endpointName: string;
|
|
3798
3798
|
startedTimeStamp: number; /** Status of the capability */
|
|
3799
3799
|
fulfilledTimeStamp?: number | undefined;
|
|
3800
3800
|
}, "error"> & Required<Pick<{
|
|
3801
3801
|
requestId: string; /** Key that backs the capability. */
|
|
3802
3802
|
data?: unknown;
|
|
3803
|
-
error?:
|
|
3803
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3804
3804
|
endpointName: string;
|
|
3805
3805
|
startedTimeStamp: number; /** Status of the capability */
|
|
3806
3806
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3835,14 +3835,14 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3835
3835
|
} & Omit<{
|
|
3836
3836
|
requestId: string; /** Key that backs the capability. */
|
|
3837
3837
|
data?: CreateEnvironmentApiResponse | undefined;
|
|
3838
|
-
error?:
|
|
3838
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3839
3839
|
endpointName: string;
|
|
3840
3840
|
startedTimeStamp: number; /** Status of the capability */
|
|
3841
3841
|
fulfilledTimeStamp?: number | undefined;
|
|
3842
3842
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3843
3843
|
requestId: string; /** Key that backs the capability. */
|
|
3844
3844
|
data?: CreateEnvironmentApiResponse | undefined;
|
|
3845
|
-
error?:
|
|
3845
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3846
3846
|
endpointName: string;
|
|
3847
3847
|
startedTimeStamp: number; /** Status of the capability */
|
|
3848
3848
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3860,7 +3860,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3860
3860
|
} & {
|
|
3861
3861
|
requestId: string; /** Key that backs the capability. */
|
|
3862
3862
|
data?: CreateEnvironmentApiResponse | undefined;
|
|
3863
|
-
error?:
|
|
3863
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3864
3864
|
endpointName: string;
|
|
3865
3865
|
startedTimeStamp: number; /** Status of the capability */
|
|
3866
3866
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3877,14 +3877,14 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3877
3877
|
} & Omit<{
|
|
3878
3878
|
requestId: string; /** Key that backs the capability. */
|
|
3879
3879
|
data?: CreateEnvironmentApiResponse | undefined;
|
|
3880
|
-
error?:
|
|
3880
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3881
3881
|
endpointName: string;
|
|
3882
3882
|
startedTimeStamp: number; /** Status of the capability */
|
|
3883
3883
|
fulfilledTimeStamp?: number | undefined;
|
|
3884
3884
|
}, "error"> & Required<Pick<{
|
|
3885
3885
|
requestId: string; /** Key that backs the capability. */
|
|
3886
3886
|
data?: CreateEnvironmentApiResponse | undefined;
|
|
3887
|
-
error?:
|
|
3887
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3888
3888
|
endpointName: string;
|
|
3889
3889
|
startedTimeStamp: number; /** Status of the capability */
|
|
3890
3890
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3914,14 +3914,14 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3914
3914
|
} & Omit<{
|
|
3915
3915
|
requestId: string; /** Key that backs the capability. */
|
|
3916
3916
|
data?: CreateEnvironmentApiResponse | undefined;
|
|
3917
|
-
error?:
|
|
3917
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3918
3918
|
endpointName: string;
|
|
3919
3919
|
startedTimeStamp: number; /** Status of the capability */
|
|
3920
3920
|
fulfilledTimeStamp?: number | undefined;
|
|
3921
3921
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
3922
3922
|
requestId: string; /** Key that backs the capability. */
|
|
3923
3923
|
data?: CreateEnvironmentApiResponse | undefined;
|
|
3924
|
-
error?:
|
|
3924
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3925
3925
|
endpointName: string;
|
|
3926
3926
|
startedTimeStamp: number; /** Status of the capability */
|
|
3927
3927
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3939,7 +3939,7 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3939
3939
|
} & {
|
|
3940
3940
|
requestId: string; /** Key that backs the capability. */
|
|
3941
3941
|
data?: CreateEnvironmentApiResponse | undefined;
|
|
3942
|
-
error?:
|
|
3942
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3943
3943
|
endpointName: string;
|
|
3944
3944
|
startedTimeStamp: number; /** Status of the capability */
|
|
3945
3945
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3956,14 +3956,14 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3956
3956
|
} & Omit<{
|
|
3957
3957
|
requestId: string; /** Key that backs the capability. */
|
|
3958
3958
|
data?: CreateEnvironmentApiResponse | undefined;
|
|
3959
|
-
error?:
|
|
3959
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3960
3960
|
endpointName: string;
|
|
3961
3961
|
startedTimeStamp: number; /** Status of the capability */
|
|
3962
3962
|
fulfilledTimeStamp?: number | undefined;
|
|
3963
3963
|
}, "error"> & Required<Pick<{
|
|
3964
3964
|
requestId: string; /** Key that backs the capability. */
|
|
3965
3965
|
data?: CreateEnvironmentApiResponse | undefined;
|
|
3966
|
-
error?:
|
|
3966
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3967
3967
|
endpointName: string;
|
|
3968
3968
|
startedTimeStamp: number; /** Status of the capability */
|
|
3969
3969
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -3980,8 +3980,8 @@ declare const useCreateEnvironmentMutation: <R extends Record<string, any> = ({
|
|
|
3980
3980
|
reset: () => void;
|
|
3981
3981
|
}];
|
|
3982
3982
|
declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
3983
|
-
error?: undefined;
|
|
3984
3983
|
data?: undefined;
|
|
3984
|
+
error?: undefined;
|
|
3985
3985
|
fulfilledTimeStamp?: undefined;
|
|
3986
3986
|
originalArgs?: undefined;
|
|
3987
3987
|
requestId?: undefined;
|
|
@@ -3995,7 +3995,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
3995
3995
|
isError: false;
|
|
3996
3996
|
isUninitialized: true;
|
|
3997
3997
|
} | {
|
|
3998
|
-
error?:
|
|
3998
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
3999
3999
|
fulfilledTimeStamp?: number | undefined;
|
|
4000
4000
|
originalArgs?: GetEnvironmentsApiArg | undefined;
|
|
4001
4001
|
requestId?: string | undefined;
|
|
@@ -4053,7 +4053,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
4053
4053
|
isFetching: false;
|
|
4054
4054
|
isSuccess: false;
|
|
4055
4055
|
isError: true;
|
|
4056
|
-
error:
|
|
4056
|
+
error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
|
|
4057
4057
|
}) & {
|
|
4058
4058
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4059
4059
|
}>(arg: GetEnvironmentsApiArg | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
@@ -4062,8 +4062,8 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
4062
4062
|
} & {
|
|
4063
4063
|
skip?: boolean | undefined;
|
|
4064
4064
|
selectFromResult?: ((state: ({
|
|
4065
|
-
error?: undefined;
|
|
4066
4065
|
data?: undefined;
|
|
4066
|
+
error?: undefined;
|
|
4067
4067
|
fulfilledTimeStamp?: undefined;
|
|
4068
4068
|
originalArgs?: undefined;
|
|
4069
4069
|
requestId?: undefined;
|
|
@@ -4077,7 +4077,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
4077
4077
|
isError: false;
|
|
4078
4078
|
isUninitialized: true;
|
|
4079
4079
|
} | {
|
|
4080
|
-
error?:
|
|
4080
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4081
4081
|
fulfilledTimeStamp?: number | undefined;
|
|
4082
4082
|
originalArgs?: GetEnvironmentsApiArg | undefined;
|
|
4083
4083
|
requestId?: string | undefined;
|
|
@@ -4135,7 +4135,7 @@ declare const useGetEnvironmentsQuery: <R extends Record<string, any> = ({
|
|
|
4135
4135
|
isFetching: false;
|
|
4136
4136
|
isSuccess: false;
|
|
4137
4137
|
isError: true;
|
|
4138
|
-
error:
|
|
4138
|
+
error: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError;
|
|
4139
4139
|
}) & {
|
|
4140
4140
|
status: _reduxjs_toolkit_query.QueryStatus;
|
|
4141
4141
|
}) => R) | undefined;
|
|
@@ -4161,14 +4161,14 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
4161
4161
|
} & Omit<{
|
|
4162
4162
|
requestId: string; /** Key that backs the capability. */
|
|
4163
4163
|
data?: PostEvaluateApiResponse | undefined;
|
|
4164
|
-
error?:
|
|
4164
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4165
4165
|
endpointName: string;
|
|
4166
4166
|
startedTimeStamp: number; /** Status of the capability */
|
|
4167
4167
|
fulfilledTimeStamp?: number | undefined;
|
|
4168
4168
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
4169
4169
|
requestId: string; /** Key that backs the capability. */
|
|
4170
4170
|
data?: PostEvaluateApiResponse | undefined;
|
|
4171
|
-
error?:
|
|
4171
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4172
4172
|
endpointName: string;
|
|
4173
4173
|
startedTimeStamp: number; /** Status of the capability */
|
|
4174
4174
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -4186,7 +4186,7 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
4186
4186
|
} & {
|
|
4187
4187
|
requestId: string; /** Key that backs the capability. */
|
|
4188
4188
|
data?: PostEvaluateApiResponse | undefined;
|
|
4189
|
-
error?:
|
|
4189
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4190
4190
|
endpointName: string;
|
|
4191
4191
|
startedTimeStamp: number; /** Status of the capability */
|
|
4192
4192
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -4203,14 +4203,14 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
4203
4203
|
} & Omit<{
|
|
4204
4204
|
requestId: string; /** Key that backs the capability. */
|
|
4205
4205
|
data?: PostEvaluateApiResponse | undefined;
|
|
4206
|
-
error?:
|
|
4206
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4207
4207
|
endpointName: string;
|
|
4208
4208
|
startedTimeStamp: number; /** Status of the capability */
|
|
4209
4209
|
fulfilledTimeStamp?: number | undefined;
|
|
4210
4210
|
}, "error"> & Required<Pick<{
|
|
4211
4211
|
requestId: string; /** Key that backs the capability. */
|
|
4212
4212
|
data?: PostEvaluateApiResponse | undefined;
|
|
4213
|
-
error?:
|
|
4213
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4214
4214
|
endpointName: string;
|
|
4215
4215
|
startedTimeStamp: number; /** Status of the capability */
|
|
4216
4216
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -4240,14 +4240,14 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
4240
4240
|
} & Omit<{
|
|
4241
4241
|
requestId: string; /** Key that backs the capability. */
|
|
4242
4242
|
data?: PostEvaluateApiResponse | undefined;
|
|
4243
|
-
error?:
|
|
4243
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4244
4244
|
endpointName: string;
|
|
4245
4245
|
startedTimeStamp: number; /** Status of the capability */
|
|
4246
4246
|
fulfilledTimeStamp?: number | undefined;
|
|
4247
4247
|
}, "data" | "fulfilledTimeStamp"> & Required<Pick<{
|
|
4248
4248
|
requestId: string; /** Key that backs the capability. */
|
|
4249
4249
|
data?: PostEvaluateApiResponse | undefined;
|
|
4250
|
-
error?:
|
|
4250
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4251
4251
|
endpointName: string;
|
|
4252
4252
|
startedTimeStamp: number; /** Status of the capability */
|
|
4253
4253
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -4265,7 +4265,7 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
4265
4265
|
} & {
|
|
4266
4266
|
requestId: string; /** Key that backs the capability. */
|
|
4267
4267
|
data?: PostEvaluateApiResponse | undefined;
|
|
4268
|
-
error?:
|
|
4268
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4269
4269
|
endpointName: string;
|
|
4270
4270
|
startedTimeStamp: number; /** Status of the capability */
|
|
4271
4271
|
fulfilledTimeStamp?: number | undefined;
|
|
@@ -4282,14 +4282,14 @@ declare const usePostEvaluateMutation: <R extends Record<string, any> = ({
|
|
|
4282
4282
|
} & Omit<{
|
|
4283
4283
|
requestId: string; /** Key that backs the capability. */
|
|
4284
4284
|
data?: PostEvaluateApiResponse | undefined;
|
|
4285
|
-
error?:
|
|
4285
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4286
4286
|
endpointName: string;
|
|
4287
4287
|
startedTimeStamp: number; /** Status of the capability */
|
|
4288
4288
|
fulfilledTimeStamp?: number | undefined;
|
|
4289
4289
|
}, "error"> & Required<Pick<{
|
|
4290
4290
|
requestId: string; /** Key that backs the capability. */
|
|
4291
4291
|
data?: PostEvaluateApiResponse | undefined;
|
|
4292
|
-
error?:
|
|
4292
|
+
error?: _reduxjs_toolkit.SerializedError | _reduxjs_toolkit_query.FetchBaseQueryError | undefined;
|
|
4293
4293
|
endpointName: string;
|
|
4294
4294
|
startedTimeStamp: number; /** Status of the capability */
|
|
4295
4295
|
fulfilledTimeStamp?: number | undefined;
|