colibris-types 1.0.39 → 1.0.40
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/lib/index.d.ts +1 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1377,6 +1377,7 @@ export type ImportsHistory = {
|
|
|
1377
1377
|
companyName: string;
|
|
1378
1378
|
id: string;
|
|
1379
1379
|
type: "import_assets" | "import_telecom_lines" | "import_people" | "import_subsidiaries";
|
|
1380
|
+
params: string[];
|
|
1380
1381
|
status: "success" | "error" | "pending";
|
|
1381
1382
|
srcUrls: string[];
|
|
1382
1383
|
date: string;
|