@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.js
CHANGED
|
@@ -2082,6 +2082,10 @@ var ListBrowsers = class {
|
|
|
2082
2082
|
type: "string",
|
|
2083
2083
|
description: "Comma-separated project IDs"
|
|
2084
2084
|
},
|
|
2085
|
+
windowSortNum: {
|
|
2086
|
+
type: "string",
|
|
2087
|
+
description: "Filter by window `Serial No` (e.g. 1, 102)"
|
|
2088
|
+
},
|
|
2085
2089
|
windowName: {
|
|
2086
2090
|
type: "string",
|
|
2087
2091
|
description: "Filter by browser window name"
|