@roxybrowser/openapi 1.0.12-beta.0 → 1.0.12

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.js CHANGED
@@ -1736,7 +1736,7 @@ var CreateBrowser = class {
1736
1736
  isTimeZone: { type: "boolean", description: "Follow IP for timezone" },
1737
1737
  timeZone: { type: "string", description: "Custom timezone" },
1738
1738
  // Geolocation
1739
- position: { type: "number", enum: [0, 1, 2], description: "Geolocation prompt: 0=ask, 1=allow, 2=deny" },
1739
+ position: { type: "number", description: "Geolocation prompt: 0=ask, 1=allow, 2=deny" },
1740
1740
  isPositionBaseIp: { type: "boolean", description: "Follow IP for geolocation" },
1741
1741
  longitude: { type: "string", description: "Custom longitude" },
1742
1742
  latitude: { type: "string", description: "Custom latitude" },
@@ -1772,14 +1772,14 @@ var CreateBrowser = class {
1772
1772
  stopOpenNet: { type: "boolean", description: "Stop opening if network fails" },
1773
1773
  stopOpenIP: { type: "boolean", description: "Stop opening if IP changes" },
1774
1774
  stopOpenPosition: { type: "boolean", description: "Stop opening if IP location changes" },
1775
- openWorkbench: { type: "number", enum: [0, 1, 2], description: "Open workbench: 0=close, 1=open, 2=follow app" },
1775
+ openWorkbench: { type: "number", description: "Open workbench: 0=close, 1=open, 2=follow app" },
1776
1776
  // Display settings
1777
1777
  resolutionType: { type: "boolean", description: "Custom resolution vs follow system" },
1778
1778
  resolutionX: { type: "string", description: "Custom resolution width" },
1779
1779
  resolutionY: { type: "string", description: "Custom resolution height" },
1780
1780
  fontType: { type: "boolean", description: "Random fonts vs system fonts" },
1781
1781
  // Browser fingerprint settings
1782
- webRTC: { type: "number", enum: [0, 1, 2], description: "WebRTC: 0=replace, 1=real, 2=disable" },
1782
+ webRTC: { type: "number", description: "WebRTC: 0=replace, 1=real, 2=disable" },
1783
1783
  webGL: { type: "boolean", description: "WebGL: random vs real" },
1784
1784
  webGLInfo: { type: "boolean", description: "WebGL info: custom vs real" },
1785
1785
  webGLManufacturer: { type: "string", description: "Custom WebGL manufacturer" },