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