automation-lib 5.11.6 → 5.11.7
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11754,7 +11754,7 @@ interface UpdatePCBrowserDto {
|
|
|
11754
11754
|
listEmailNotify?: string[];
|
|
11755
11755
|
}
|
|
11756
11756
|
interface AddSheetToolToPCBrowserDto {
|
|
11757
|
-
|
|
11757
|
+
sheetToolIds: string[];
|
|
11758
11758
|
modules: EPCBrowserSheetModule;
|
|
11759
11759
|
}
|
|
11760
11760
|
interface FilterSheetToolForPCBrowserDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -11754,7 +11754,7 @@ interface UpdatePCBrowserDto {
|
|
|
11754
11754
|
listEmailNotify?: string[];
|
|
11755
11755
|
}
|
|
11756
11756
|
interface AddSheetToolToPCBrowserDto {
|
|
11757
|
-
|
|
11757
|
+
sheetToolIds: string[];
|
|
11758
11758
|
modules: EPCBrowserSheetModule;
|
|
11759
11759
|
}
|
|
11760
11760
|
interface FilterSheetToolForPCBrowserDto {
|