fastapi-rtk 0.0.47 → 0.0.48

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.
@@ -3306,7 +3306,7 @@ const _h = async (e, t, r) => {
3306
3306
  Api: {
3307
3307
  path: "",
3308
3308
  /**
3309
- * @type {{count: number, description_columns: Record<string, any>, ids: int[] | string[] | Record<string, any>[], label_columns: Record<string, any>, list_columns: string[], list_title: string, order_columns: string[], result: Record<string, any>} | null}
3309
+ * @type {{count: number, description_columns: Record<string, any>, ids: int[] | string[] | Record<string, any>[], label_columns: Record<string, any>, list_columns: string[], list_title: string, order_columns: string[], result: Record<string, any> | Record<string, any>[]} | null}
3310
3310
  */
3311
3311
  data: null,
3312
3312
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fastapi-rtk",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "private": false,
5
5
  "description": "A react component library for Flask Appbuilder",
6
6
  "license": "MIT",