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