@ingestro/importer-react 4.4.0 → 4.5.1

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/index.d.ts CHANGED
@@ -471,6 +471,7 @@ export type ColumnAPI = {
471
471
  isMultiSelect?: boolean;
472
472
  outputFormat?: string | null;
473
473
  allowCustomOptions?: boolean;
474
+ allowedCustomOptionTypes?: DropdownOptionType[];
474
475
  numberFormat?: 'eu' | 'us';
475
476
  /**
476
477
  * @deprecated This property should not be used