@unito/integration-api 4.3.2 → 4.4.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.
|
@@ -303,7 +303,7 @@ export declare const fieldTypeCompatibilityMatrix: {
|
|
|
303
303
|
readonly object: null;
|
|
304
304
|
readonly reference: {
|
|
305
305
|
readonly sideIds: {
|
|
306
|
-
readonly type: "
|
|
306
|
+
readonly type: "sideIdOfSameCollection";
|
|
307
307
|
readonly description: "If specified, only the references kept in sync in the specified link sides will be evaluated. An empty array means no side will be evaluated.";
|
|
308
308
|
readonly isArray: true;
|
|
309
309
|
readonly default: readonly [];
|
|
@@ -282,7 +282,7 @@ export const fieldTypeCompatibilityMatrix = {
|
|
|
282
282
|
[Api.FieldValueTypes.OBJECT]: null,
|
|
283
283
|
[Api.FieldValueTypes.REFERENCE]: {
|
|
284
284
|
sideIds: {
|
|
285
|
-
type: '
|
|
285
|
+
type: 'sideIdOfSameCollection',
|
|
286
286
|
description: 'If specified, only the references kept in sync in the specified link sides will be evaluated. An empty array means no side will be evaluated.',
|
|
287
287
|
isArray: true,
|
|
288
288
|
default: [],
|
package/dist/src/index.cjs
CHANGED
|
@@ -501,7 +501,7 @@ const fieldTypeCompatibilityMatrix = {
|
|
|
501
501
|
[FieldValueTypes.OBJECT]: null,
|
|
502
502
|
[FieldValueTypes.REFERENCE]: {
|
|
503
503
|
sideIds: {
|
|
504
|
-
type: '
|
|
504
|
+
type: 'sideIdOfSameCollection',
|
|
505
505
|
description: 'If specified, only the references kept in sync in the specified link sides will be evaluated. An empty array means no side will be evaluated.',
|
|
506
506
|
isArray: true,
|
|
507
507
|
default: [],
|