@forestadmin/forestadmin-client 1.38.4 → 1.39.1
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/types.d.ts +1 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -160,6 +160,7 @@ export interface ForestSchemaField {
|
|
|
160
160
|
defaultValue?: unknown;
|
|
161
161
|
isPrimaryKey: boolean;
|
|
162
162
|
relationship?: 'HasMany' | 'BelongsToMany' | 'BelongsTo' | 'HasOne' | null;
|
|
163
|
+
polymorphicReferencedModels?: string[];
|
|
163
164
|
}
|
|
164
165
|
/**
|
|
165
166
|
* Schema action definition from Forest Admin.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forestadmin/forestadmin-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.39.1",
|
|
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.
|
|
34
|
+
"@forestadmin/ai-proxy": "1.7.4",
|
|
35
35
|
"@forestadmin/datasource-toolkit": "1.53.1",
|
|
36
36
|
"@types/json-api-serializer": "^2.6.3",
|
|
37
37
|
"@types/jsonwebtoken": "^9.0.1",
|