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