@unito/integration-api 4.2.9 → 4.2.10
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.
|
@@ -305,6 +305,13 @@ export declare const fieldTypeCompatibilityMatrix: {
|
|
|
305
305
|
readonly description: "If specified, only the references kept in sync in the specified link sides will be evaluated.";
|
|
306
306
|
readonly isArray: true;
|
|
307
307
|
};
|
|
308
|
+
readonly type: {
|
|
309
|
+
readonly type: "enum";
|
|
310
|
+
readonly description: "The type of mapping, as selected by the customer.";
|
|
311
|
+
readonly hidden: true;
|
|
312
|
+
readonly isArray: false;
|
|
313
|
+
readonly values: ["manualOnly", "referenceOnly"];
|
|
314
|
+
};
|
|
308
315
|
};
|
|
309
316
|
readonly html: {
|
|
310
317
|
readonly field: {
|
|
@@ -284,6 +284,13 @@ export const fieldTypeCompatibilityMatrix = {
|
|
|
284
284
|
description: 'If specified, only the references kept in sync in the specified link sides will be evaluated.',
|
|
285
285
|
isArray: true,
|
|
286
286
|
},
|
|
287
|
+
type: {
|
|
288
|
+
type: 'enum',
|
|
289
|
+
description: 'The type of mapping, as selected by the customer.',
|
|
290
|
+
hidden: true,
|
|
291
|
+
isArray: false,
|
|
292
|
+
values: ['manualOnly', 'referenceOnly'],
|
|
293
|
+
},
|
|
287
294
|
},
|
|
288
295
|
[Api.FieldValueTypes.RICH_TEXT_HTML]: referenceToStringLikeConfiguration,
|
|
289
296
|
[Api.FieldValueTypes.RICH_TEXT_MARKDOWN]: referenceToStringLikeConfiguration,
|
package/dist/src/index.cjs
CHANGED
|
@@ -503,6 +503,13 @@ const fieldTypeCompatibilityMatrix = {
|
|
|
503
503
|
description: 'If specified, only the references kept in sync in the specified link sides will be evaluated.',
|
|
504
504
|
isArray: true,
|
|
505
505
|
},
|
|
506
|
+
type: {
|
|
507
|
+
type: 'enum',
|
|
508
|
+
description: 'The type of mapping, as selected by the customer.',
|
|
509
|
+
hidden: true,
|
|
510
|
+
isArray: false,
|
|
511
|
+
values: ['manualOnly', 'referenceOnly'],
|
|
512
|
+
},
|
|
506
513
|
},
|
|
507
514
|
[FieldValueTypes.RICH_TEXT_HTML]: referenceToStringLikeConfiguration,
|
|
508
515
|
[FieldValueTypes.RICH_TEXT_MARKDOWN]: referenceToStringLikeConfiguration,
|