@vidispine/vdt-js 26.1.0-pre.2 → 26.1.0-pre.4

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/index.d.ts CHANGED
@@ -1159,6 +1159,8 @@ export declare interface ParseFieldListOptions extends ParseFieldOptions {
1159
1159
  arrayOnSingleField?: boolean;
1160
1160
  /** Return all fields flattened (Note: keys might be overridden) */
1161
1161
  overrideField?: boolean;
1162
+ /** List of fields that are language dependent */
1163
+ languageDependentFields?: string[];
1162
1164
  }
1163
1165
 
1164
1166
  export declare interface ParseFieldOptions extends ParseValueListOptions {
@@ -1459,6 +1461,8 @@ export declare interface ParseValueListOptions extends ParseValueOptions {
1459
1461
  arrayOnSingleValue?: boolean;
1460
1462
  /** Return the value based on selected language if the metadata have languageDependent is true */
1461
1463
  selectedLang?: string;
1464
+ /** Include language attribute only for language dependent fields */
1465
+ includeLangAttrForLangDependentOnly?: boolean;
1462
1466
  }
1463
1467
 
1464
1468
  export declare type ParseValueOptions = {