@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: "string";
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: 'string',
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: [],
@@ -501,7 +501,7 @@ const fieldTypeCompatibilityMatrix = {
501
501
  [FieldValueTypes.OBJECT]: null,
502
502
  [FieldValueTypes.REFERENCE]: {
503
503
  sideIds: {
504
- type: 'string',
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: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-api",
3
- "version": "4.3.2",
3
+ "version": "4.4.0",
4
4
  "description": "The Unito Integration API",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",