automation-lib 5.11.4 → 5.11.6
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11758,8 +11758,8 @@ interface AddSheetToolToPCBrowserDto {
|
|
|
11758
11758
|
modules: EPCBrowserSheetModule;
|
|
11759
11759
|
}
|
|
11760
11760
|
interface FilterSheetToolForPCBrowserDto {
|
|
11761
|
-
|
|
11762
|
-
|
|
11761
|
+
typeSocial: ETypeSocial;
|
|
11762
|
+
module: EPCBrowserSheetModule;
|
|
11763
11763
|
}
|
|
11764
11764
|
/**
|
|
11765
11765
|
* /typeSocial/module
|
package/dist/index.d.ts
CHANGED
|
@@ -11758,8 +11758,8 @@ interface AddSheetToolToPCBrowserDto {
|
|
|
11758
11758
|
modules: EPCBrowserSheetModule;
|
|
11759
11759
|
}
|
|
11760
11760
|
interface FilterSheetToolForPCBrowserDto {
|
|
11761
|
-
|
|
11762
|
-
|
|
11761
|
+
typeSocial: ETypeSocial;
|
|
11762
|
+
module: EPCBrowserSheetModule;
|
|
11763
11763
|
}
|
|
11764
11764
|
/**
|
|
11765
11765
|
* /typeSocial/module
|