@mcurros2/microm 1.1.393-0 → 1.1.394-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.
package/dist/index.d.ts CHANGED
@@ -2202,6 +2202,7 @@ export class ImportProcessDef extends EntityDefinition {
2202
2202
  clientActions: {
2203
2203
  ACTImportData: _EntityClientAction1;
2204
2204
  ACTDownloadImportedFile: _EntityClientAction1;
2205
+ ACTViewImportErrors: _EntityClientAction1;
2205
2206
  };
2206
2207
  constructor(destinationProps: ImportDataDestinationProps);
2207
2208
  }