@forestadmin/forestadmin-client 1.38.4 → 1.39.0

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 +1 -0
  2. package/package.json +1 -1
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.38.4",
3
+ "version": "1.39.0",
4
4
  "main": "dist/index.js",
5
5
  "license": "GPL-3.0",
6
6
  "publishConfig": {