@cxbox-ui/core 1.37.2-alpha.10 → 1.37.2-alpha.11

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.
@@ -993,6 +993,7 @@ export declare const bulkUploadFiles: import("@reduxjs/toolkit").ActionCreatorWi
993
993
  export declare const apiError: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<{
994
994
  /**
995
995
  * Axios error object
996
+ * https://redux.js.org/style-guide/#do-not-put-non-serializable-values-in-state-or-actions
996
997
  */
997
998
  error: AxiosError;
998
999
  /**
@@ -1032,7 +1033,7 @@ export declare const emptyAction: import("@reduxjs/toolkit").ActionCreatorWithOp
1032
1033
  /**
1033
1034
  * refresh screens, views and widgets meta
1034
1035
  */
1035
- export declare const refreshMeta: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<null, string>;
1036
+ export declare const refreshMeta: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"refreshMeta">;
1036
1037
  /**
1037
1038
  * refresh refreshMeta was successful
1038
1039
  */