@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.d.cts CHANGED
@@ -175,7 +175,6 @@ declare class CreateBrowser {
175
175
  };
176
176
  position: {
177
177
  type: string;
178
- enum: number[];
179
178
  description: string;
180
179
  };
181
180
  isPositionBaseIp: {
@@ -300,7 +299,6 @@ declare class CreateBrowser {
300
299
  };
301
300
  openWorkbench: {
302
301
  type: string;
303
- enum: number[];
304
302
  description: string;
305
303
  };
306
304
  resolutionType: {
@@ -321,7 +319,6 @@ declare class CreateBrowser {
321
319
  };
322
320
  webRTC: {
323
321
  type: string;
324
- enum: number[];
325
322
  description: string;
326
323
  };
327
324
  webGL: {
@@ -595,7 +592,6 @@ declare class CreateBrowser {
595
592
  };
596
593
  position: {
597
594
  type: string;
598
- enum: number[];
599
595
  description: string;
600
596
  };
601
597
  isPositionBaseIp: {
@@ -720,7 +716,6 @@ declare class CreateBrowser {
720
716
  };
721
717
  openWorkbench: {
722
718
  type: string;
723
- enum: number[];
724
719
  description: string;
725
720
  };
726
721
  resolutionType: {
@@ -741,7 +736,6 @@ declare class CreateBrowser {
741
736
  };
742
737
  webRTC: {
743
738
  type: string;
744
- enum: number[];
745
739
  description: string;
746
740
  };
747
741
  webGL: {
@@ -1030,7 +1024,6 @@ declare class BatchCreateBrowsers {
1030
1024
  };
1031
1025
  position: {
1032
1026
  type: string;
1033
- enum: number[];
1034
1027
  description: string;
1035
1028
  };
1036
1029
  isPositionBaseIp: {
@@ -1155,7 +1148,6 @@ declare class BatchCreateBrowsers {
1155
1148
  };
1156
1149
  openWorkbench: {
1157
1150
  type: string;
1158
- enum: number[];
1159
1151
  description: string;
1160
1152
  };
1161
1153
  resolutionType: {
@@ -1176,7 +1168,6 @@ declare class BatchCreateBrowsers {
1176
1168
  };
1177
1169
  webRTC: {
1178
1170
  type: string;
1179
- enum: number[];
1180
1171
  description: string;
1181
1172
  };
1182
1173
  webGL: {
@@ -1460,7 +1451,6 @@ declare class BatchCreateBrowsers {
1460
1451
  };
1461
1452
  position: {
1462
1453
  type: string;
1463
- enum: number[];
1464
1454
  description: string;
1465
1455
  };
1466
1456
  isPositionBaseIp: {
@@ -1585,7 +1575,6 @@ declare class BatchCreateBrowsers {
1585
1575
  };
1586
1576
  openWorkbench: {
1587
1577
  type: string;
1588
- enum: number[];
1589
1578
  description: string;
1590
1579
  };
1591
1580
  resolutionType: {
@@ -1606,7 +1595,6 @@ declare class BatchCreateBrowsers {
1606
1595
  };
1607
1596
  webRTC: {
1608
1597
  type: string;
1609
- enum: number[];
1610
1598
  description: string;
1611
1599
  };
1612
1600
  webGL: {
@@ -1893,7 +1881,6 @@ declare class UpdateBrowser {
1893
1881
  };
1894
1882
  position: {
1895
1883
  type: string;
1896
- enum: number[];
1897
1884
  description: string;
1898
1885
  };
1899
1886
  isPositionBaseIp: {
@@ -2018,7 +2005,6 @@ declare class UpdateBrowser {
2018
2005
  };
2019
2006
  openWorkbench: {
2020
2007
  type: string;
2021
- enum: number[];
2022
2008
  description: string;
2023
2009
  };
2024
2010
  resolutionType: {
@@ -2039,7 +2025,6 @@ declare class UpdateBrowser {
2039
2025
  };
2040
2026
  webRTC: {
2041
2027
  type: string;
2042
- enum: number[];
2043
2028
  description: string;
2044
2029
  };
2045
2030
  webGL: {
@@ -2313,7 +2298,6 @@ declare class UpdateBrowser {
2313
2298
  };
2314
2299
  position: {
2315
2300
  type: string;
2316
- enum: number[];
2317
2301
  description: string;
2318
2302
  };
2319
2303
  isPositionBaseIp: {
@@ -2438,7 +2422,6 @@ declare class UpdateBrowser {
2438
2422
  };
2439
2423
  openWorkbench: {
2440
2424
  type: string;
2441
- enum: number[];
2442
2425
  description: string;
2443
2426
  };
2444
2427
  resolutionType: {
@@ -2459,7 +2442,6 @@ declare class UpdateBrowser {
2459
2442
  };
2460
2443
  webRTC: {
2461
2444
  type: string;
2462
- enum: number[];
2463
2445
  description: string;
2464
2446
  };
2465
2447
  webGL: {
@@ -5631,7 +5613,6 @@ declare const TOOLS: ({
5631
5613
  };
5632
5614
  position: {
5633
5615
  type: string;
5634
- enum: number[];
5635
5616
  description: string;
5636
5617
  };
5637
5618
  isPositionBaseIp: {
@@ -5756,7 +5737,6 @@ declare const TOOLS: ({
5756
5737
  };
5757
5738
  openWorkbench: {
5758
5739
  type: string;
5759
- enum: number[];
5760
5740
  description: string;
5761
5741
  };
5762
5742
  resolutionType: {
@@ -5777,7 +5757,6 @@ declare const TOOLS: ({
5777
5757
  };
5778
5758
  webRTC: {
5779
5759
  type: string;
5780
- enum: number[];
5781
5760
  description: string;
5782
5761
  };
5783
5762
  webGL: {
package/lib/index.d.ts CHANGED
@@ -175,7 +175,6 @@ declare class CreateBrowser {
175
175
  };
176
176
  position: {
177
177
  type: string;
178
- enum: number[];
179
178
  description: string;
180
179
  };
181
180
  isPositionBaseIp: {
@@ -300,7 +299,6 @@ declare class CreateBrowser {
300
299
  };
301
300
  openWorkbench: {
302
301
  type: string;
303
- enum: number[];
304
302
  description: string;
305
303
  };
306
304
  resolutionType: {
@@ -321,7 +319,6 @@ declare class CreateBrowser {
321
319
  };
322
320
  webRTC: {
323
321
  type: string;
324
- enum: number[];
325
322
  description: string;
326
323
  };
327
324
  webGL: {
@@ -595,7 +592,6 @@ declare class CreateBrowser {
595
592
  };
596
593
  position: {
597
594
  type: string;
598
- enum: number[];
599
595
  description: string;
600
596
  };
601
597
  isPositionBaseIp: {
@@ -720,7 +716,6 @@ declare class CreateBrowser {
720
716
  };
721
717
  openWorkbench: {
722
718
  type: string;
723
- enum: number[];
724
719
  description: string;
725
720
  };
726
721
  resolutionType: {
@@ -741,7 +736,6 @@ declare class CreateBrowser {
741
736
  };
742
737
  webRTC: {
743
738
  type: string;
744
- enum: number[];
745
739
  description: string;
746
740
  };
747
741
  webGL: {
@@ -1030,7 +1024,6 @@ declare class BatchCreateBrowsers {
1030
1024
  };
1031
1025
  position: {
1032
1026
  type: string;
1033
- enum: number[];
1034
1027
  description: string;
1035
1028
  };
1036
1029
  isPositionBaseIp: {
@@ -1155,7 +1148,6 @@ declare class BatchCreateBrowsers {
1155
1148
  };
1156
1149
  openWorkbench: {
1157
1150
  type: string;
1158
- enum: number[];
1159
1151
  description: string;
1160
1152
  };
1161
1153
  resolutionType: {
@@ -1176,7 +1168,6 @@ declare class BatchCreateBrowsers {
1176
1168
  };
1177
1169
  webRTC: {
1178
1170
  type: string;
1179
- enum: number[];
1180
1171
  description: string;
1181
1172
  };
1182
1173
  webGL: {
@@ -1460,7 +1451,6 @@ declare class BatchCreateBrowsers {
1460
1451
  };
1461
1452
  position: {
1462
1453
  type: string;
1463
- enum: number[];
1464
1454
  description: string;
1465
1455
  };
1466
1456
  isPositionBaseIp: {
@@ -1585,7 +1575,6 @@ declare class BatchCreateBrowsers {
1585
1575
  };
1586
1576
  openWorkbench: {
1587
1577
  type: string;
1588
- enum: number[];
1589
1578
  description: string;
1590
1579
  };
1591
1580
  resolutionType: {
@@ -1606,7 +1595,6 @@ declare class BatchCreateBrowsers {
1606
1595
  };
1607
1596
  webRTC: {
1608
1597
  type: string;
1609
- enum: number[];
1610
1598
  description: string;
1611
1599
  };
1612
1600
  webGL: {
@@ -1893,7 +1881,6 @@ declare class UpdateBrowser {
1893
1881
  };
1894
1882
  position: {
1895
1883
  type: string;
1896
- enum: number[];
1897
1884
  description: string;
1898
1885
  };
1899
1886
  isPositionBaseIp: {
@@ -2018,7 +2005,6 @@ declare class UpdateBrowser {
2018
2005
  };
2019
2006
  openWorkbench: {
2020
2007
  type: string;
2021
- enum: number[];
2022
2008
  description: string;
2023
2009
  };
2024
2010
  resolutionType: {
@@ -2039,7 +2025,6 @@ declare class UpdateBrowser {
2039
2025
  };
2040
2026
  webRTC: {
2041
2027
  type: string;
2042
- enum: number[];
2043
2028
  description: string;
2044
2029
  };
2045
2030
  webGL: {
@@ -2313,7 +2298,6 @@ declare class UpdateBrowser {
2313
2298
  };
2314
2299
  position: {
2315
2300
  type: string;
2316
- enum: number[];
2317
2301
  description: string;
2318
2302
  };
2319
2303
  isPositionBaseIp: {
@@ -2438,7 +2422,6 @@ declare class UpdateBrowser {
2438
2422
  };
2439
2423
  openWorkbench: {
2440
2424
  type: string;
2441
- enum: number[];
2442
2425
  description: string;
2443
2426
  };
2444
2427
  resolutionType: {
@@ -2459,7 +2442,6 @@ declare class UpdateBrowser {
2459
2442
  };
2460
2443
  webRTC: {
2461
2444
  type: string;
2462
- enum: number[];
2463
2445
  description: string;
2464
2446
  };
2465
2447
  webGL: {
@@ -5631,7 +5613,6 @@ declare const TOOLS: ({
5631
5613
  };
5632
5614
  position: {
5633
5615
  type: string;
5634
- enum: number[];
5635
5616
  description: string;
5636
5617
  };
5637
5618
  isPositionBaseIp: {
@@ -5756,7 +5737,6 @@ declare const TOOLS: ({
5756
5737
  };
5757
5738
  openWorkbench: {
5758
5739
  type: string;
5759
- enum: number[];
5760
5740
  description: string;
5761
5741
  };
5762
5742
  resolutionType: {
@@ -5777,7 +5757,6 @@ declare const TOOLS: ({
5777
5757
  };
5778
5758
  webRTC: {
5779
5759
  type: string;
5780
- enum: number[];
5781
5760
  description: string;
5782
5761
  };
5783
5762
  webGL: {
package/lib/index.js CHANGED
@@ -1735,7 +1735,7 @@ var CreateBrowser = class {
1735
1735
  isTimeZone: { type: "boolean", description: "Follow IP for timezone" },
1736
1736
  timeZone: { type: "string", description: "Custom timezone" },
1737
1737
  // Geolocation
1738
- position: { type: "number", enum: [0, 1, 2], description: "Geolocation prompt: 0=ask, 1=allow, 2=deny" },
1738
+ position: { type: "number", description: "Geolocation prompt: 0=ask, 1=allow, 2=deny" },
1739
1739
  isPositionBaseIp: { type: "boolean", description: "Follow IP for geolocation" },
1740
1740
  longitude: { type: "string", description: "Custom longitude" },
1741
1741
  latitude: { type: "string", description: "Custom latitude" },
@@ -1771,14 +1771,14 @@ var CreateBrowser = class {
1771
1771
  stopOpenNet: { type: "boolean", description: "Stop opening if network fails" },
1772
1772
  stopOpenIP: { type: "boolean", description: "Stop opening if IP changes" },
1773
1773
  stopOpenPosition: { type: "boolean", description: "Stop opening if IP location changes" },
1774
- openWorkbench: { type: "number", enum: [0, 1, 2], description: "Open workbench: 0=close, 1=open, 2=follow app" },
1774
+ openWorkbench: { type: "number", description: "Open workbench: 0=close, 1=open, 2=follow app" },
1775
1775
  // Display settings
1776
1776
  resolutionType: { type: "boolean", description: "Custom resolution vs follow system" },
1777
1777
  resolutionX: { type: "string", description: "Custom resolution width" },
1778
1778
  resolutionY: { type: "string", description: "Custom resolution height" },
1779
1779
  fontType: { type: "boolean", description: "Random fonts vs system fonts" },
1780
1780
  // Browser fingerprint settings
1781
- webRTC: { type: "number", enum: [0, 1, 2], description: "WebRTC: 0=replace, 1=real, 2=disable" },
1781
+ webRTC: { type: "number", description: "WebRTC: 0=replace, 1=real, 2=disable" },
1782
1782
  webGL: { type: "boolean", description: "WebGL: random vs real" },
1783
1783
  webGLInfo: { type: "boolean", description: "WebGL info: custom vs real" },
1784
1784
  webGLManufacturer: { type: "string", description: "Custom WebGL manufacturer" },