@roxybrowser/openapi 1.0.13-beta.5 → 1.0.13-beta.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/lib/cli.cjs +4 -0
- package/lib/cli.cjs.map +1 -1
- package/lib/cli.js +4 -0
- package/lib/cli.js.map +1 -1
- package/lib/index.cjs +4 -0
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +8 -0
- package/lib/index.d.ts +8 -0
- package/lib/index.js +4 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/cli.cjs
CHANGED
|
@@ -2084,6 +2084,10 @@ var ListBrowsers = class {
|
|
|
2084
2084
|
type: "string",
|
|
2085
2085
|
description: "Comma-separated project IDs"
|
|
2086
2086
|
},
|
|
2087
|
+
windowSortNum: {
|
|
2088
|
+
type: "string",
|
|
2089
|
+
description: "Filter by window `Serial No` (e.g. 1, 102)"
|
|
2090
|
+
},
|
|
2087
2091
|
windowName: {
|
|
2088
2092
|
type: "string",
|
|
2089
2093
|
description: "Filter by browser window name"
|