automation-lib 5.11.1 → 5.11.2
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
|
@@ -11739,7 +11739,7 @@ interface CreatePCBrowserDto {
|
|
|
11739
11739
|
note?: string;
|
|
11740
11740
|
}
|
|
11741
11741
|
interface AddSheetToolToPCBrowserDto {
|
|
11742
|
-
|
|
11742
|
+
sheetToolIds: string[];
|
|
11743
11743
|
}
|
|
11744
11744
|
interface UpdatePCBrowserDto {
|
|
11745
11745
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -11739,7 +11739,7 @@ interface CreatePCBrowserDto {
|
|
|
11739
11739
|
note?: string;
|
|
11740
11740
|
}
|
|
11741
11741
|
interface AddSheetToolToPCBrowserDto {
|
|
11742
|
-
|
|
11742
|
+
sheetToolIds: string[];
|
|
11743
11743
|
}
|
|
11744
11744
|
interface UpdatePCBrowserDto {
|
|
11745
11745
|
name: string;
|