@forestadmin/forestadmin-client 1.38.2 → 1.38.4

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +4 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -174,6 +174,10 @@ export interface ForestSchemaAction {
174
174
  download: boolean;
175
175
  fields: {
176
176
  field: string;
177
+ type: string;
178
+ isRequired?: boolean;
179
+ defaultValue?: unknown;
180
+ label?: string;
177
181
  }[];
178
182
  hooks: {
179
183
  load: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forestadmin/forestadmin-client",
3
- "version": "1.38.2",
3
+ "version": "1.38.4",
4
4
  "main": "dist/index.js",
5
5
  "license": "GPL-3.0",
6
6
  "publishConfig": {
@@ -31,7 +31,7 @@
31
31
  "test": "jest"
32
32
  },
33
33
  "devDependencies": {
34
- "@forestadmin/ai-proxy": "1.7.2",
34
+ "@forestadmin/ai-proxy": "1.7.3",
35
35
  "@forestadmin/datasource-toolkit": "1.53.1",
36
36
  "@types/json-api-serializer": "^2.6.3",
37
37
  "@types/jsonwebtoken": "^9.0.1",