@unito/integration-api 4.2.12 → 4.2.13

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.
@@ -314,6 +314,7 @@ export declare const fieldTypeCompatibilityMatrix: {
314
314
  readonly hidden: true;
315
315
  readonly isArray: false;
316
316
  readonly values: ["manualOnly", "referenceOnly"];
317
+ readonly required: true;
317
318
  };
318
319
  };
319
320
  readonly html: {
@@ -293,6 +293,7 @@ export const fieldTypeCompatibilityMatrix = {
293
293
  hidden: true,
294
294
  isArray: false,
295
295
  values: ['manualOnly', 'referenceOnly'],
296
+ required: true,
296
297
  },
297
298
  },
298
299
  [Api.FieldValueTypes.RICH_TEXT_HTML]: referenceToStringLikeConfiguration,
@@ -512,6 +512,7 @@ const fieldTypeCompatibilityMatrix = {
512
512
  hidden: true,
513
513
  isArray: false,
514
514
  values: ['manualOnly', 'referenceOnly'],
515
+ required: true,
515
516
  },
516
517
  },
517
518
  [FieldValueTypes.RICH_TEXT_HTML]: referenceToStringLikeConfiguration,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-api",
3
- "version": "4.2.12",
3
+ "version": "4.2.13",
4
4
  "description": "The Unito Integration API",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",