@teamprodevs/appsmith-custom-table 0.4.27 → 0.4.28

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/index.d.ts CHANGED
@@ -5753,6 +5753,7 @@ declare const TableModelSchema: default_2.ZodObject<{
5753
5753
  sortOption: default_2.ZodOptional<default_2.ZodCustom<SortDirection, SortDirection>>;
5754
5754
  page: default_2.ZodOptional<default_2.ZodNumber>;
5755
5755
  limit: default_2.ZodOptional<default_2.ZodNumber>;
5756
+ url: default_2.ZodOptional<default_2.ZodURL>;
5756
5757
  }, default_2.core.$strip>], null>, default_2.core.$ZodFunctionOut>>;
5757
5758
  updateModel: default_2.ZodOptional<default_2.ZodFunction<default_2.ZodTuple<readonly [default_2.ZodAny], null>, default_2.core.$ZodFunctionOut>>;
5758
5759
  onModelChange: default_2.ZodOptional<default_2.ZodFunction<default_2.ZodTuple<readonly [default_2.ZodAny], null>, default_2.core.$ZodFunctionOut>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamprodevs/appsmith-custom-table",
3
- "version": "0.4.27",
3
+ "version": "0.4.28",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "keywords": [