@unito/integration-api 0.43.14 → 0.43.15
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/src/types.d.ts
CHANGED
|
@@ -122,6 +122,10 @@ export interface ReferenceFieldSchema extends AbstractFieldSchema {
|
|
|
122
122
|
* Describe the schema of the referenced collection.
|
|
123
123
|
*/
|
|
124
124
|
fields: FieldSchema[];
|
|
125
|
+
/**
|
|
126
|
+
* Summaries of the relations expected to be found on the referenced items.
|
|
127
|
+
*/
|
|
128
|
+
relations?: RelationSummary[];
|
|
125
129
|
}
|
|
126
130
|
export interface DatetimeRangeFieldSchema extends AbstractFieldSchema {
|
|
127
131
|
/**
|