@onkernel/sdk 0.32.0 → 0.34.0

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.
Files changed (133) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/client.d.mts +0 -3
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +0 -3
  5. package/client.d.ts.map +1 -1
  6. package/client.js +7 -3
  7. package/client.js.map +1 -1
  8. package/client.mjs +7 -3
  9. package/client.mjs.map +1 -1
  10. package/core/streaming.js.map +1 -1
  11. package/core/streaming.mjs.map +1 -1
  12. package/package.json +1 -1
  13. package/resources/auth/auth.d.mts +2 -2
  14. package/resources/auth/auth.d.mts.map +1 -1
  15. package/resources/auth/auth.d.ts +2 -2
  16. package/resources/auth/auth.d.ts.map +1 -1
  17. package/resources/auth/auth.js.map +1 -1
  18. package/resources/auth/auth.mjs.map +1 -1
  19. package/resources/auth/connections.d.mts +172 -59
  20. package/resources/auth/connections.d.mts.map +1 -1
  21. package/resources/auth/connections.d.ts +172 -59
  22. package/resources/auth/connections.d.ts.map +1 -1
  23. package/resources/auth/connections.js +12 -17
  24. package/resources/auth/connections.js.map +1 -1
  25. package/resources/auth/connections.mjs +12 -17
  26. package/resources/auth/connections.mjs.map +1 -1
  27. package/resources/auth/index.d.mts +1 -1
  28. package/resources/auth/index.d.mts.map +1 -1
  29. package/resources/auth/index.d.ts +1 -1
  30. package/resources/auth/index.d.ts.map +1 -1
  31. package/resources/auth/index.js.map +1 -1
  32. package/resources/auth/index.mjs.map +1 -1
  33. package/resources/browser-pools.d.mts +28 -28
  34. package/resources/browser-pools.d.ts +28 -28
  35. package/resources/browsers/browsers.d.mts +35 -35
  36. package/resources/browsers/browsers.d.ts +35 -35
  37. package/resources/credentials.d.mts +4 -0
  38. package/resources/credentials.d.mts.map +1 -1
  39. package/resources/credentials.d.ts +4 -0
  40. package/resources/credentials.d.ts.map +1 -1
  41. package/resources/index.d.mts +0 -1
  42. package/resources/index.d.mts.map +1 -1
  43. package/resources/index.d.ts +0 -1
  44. package/resources/index.d.ts.map +1 -1
  45. package/resources/index.js +1 -3
  46. package/resources/index.js.map +1 -1
  47. package/resources/index.mjs +0 -1
  48. package/resources/index.mjs.map +1 -1
  49. package/resources/invocations.d.mts +7 -7
  50. package/resources/invocations.d.ts +7 -7
  51. package/resources/shared.d.mts +21 -7
  52. package/resources/shared.d.mts.map +1 -1
  53. package/resources/shared.d.ts +21 -7
  54. package/resources/shared.d.ts.map +1 -1
  55. package/src/client.ts +9 -6
  56. package/src/core/streaming.ts +2 -2
  57. package/src/resources/auth/auth.ts +0 -2
  58. package/src/resources/auth/connections.ts +195 -60
  59. package/src/resources/auth/index.ts +0 -1
  60. package/src/resources/browser-pools.ts +28 -28
  61. package/src/resources/browsers/browsers.ts +35 -35
  62. package/src/resources/credentials.ts +5 -0
  63. package/src/resources/index.ts +0 -1
  64. package/src/resources/invocations.ts +7 -7
  65. package/src/resources/shared.ts +19 -7
  66. package/src/version.ts +1 -1
  67. package/version.d.mts +1 -1
  68. package/version.d.ts +1 -1
  69. package/version.js +1 -1
  70. package/version.mjs +1 -1
  71. package/resources/agents/agents.d.mts +0 -10
  72. package/resources/agents/agents.d.mts.map +0 -1
  73. package/resources/agents/agents.d.ts +0 -10
  74. package/resources/agents/agents.d.ts.map +0 -1
  75. package/resources/agents/agents.js +0 -17
  76. package/resources/agents/agents.js.map +0 -1
  77. package/resources/agents/agents.mjs +0 -12
  78. package/resources/agents/agents.mjs.map +0 -1
  79. package/resources/agents/auth/auth.d.mts +0 -474
  80. package/resources/agents/auth/auth.d.mts.map +0 -1
  81. package/resources/agents/auth/auth.d.ts +0 -474
  82. package/resources/agents/auth/auth.d.ts.map +0 -1
  83. package/resources/agents/auth/auth.js +0 -66
  84. package/resources/agents/auth/auth.js.map +0 -1
  85. package/resources/agents/auth/auth.mjs +0 -61
  86. package/resources/agents/auth/auth.mjs.map +0 -1
  87. package/resources/agents/auth/index.d.mts +0 -3
  88. package/resources/agents/auth/index.d.mts.map +0 -1
  89. package/resources/agents/auth/index.d.ts +0 -3
  90. package/resources/agents/auth/index.d.ts.map +0 -1
  91. package/resources/agents/auth/index.js +0 -9
  92. package/resources/agents/auth/index.js.map +0 -1
  93. package/resources/agents/auth/index.mjs +0 -4
  94. package/resources/agents/auth/index.mjs.map +0 -1
  95. package/resources/agents/auth/invocations.d.mts +0 -96
  96. package/resources/agents/auth/invocations.d.mts.map +0 -1
  97. package/resources/agents/auth/invocations.d.ts +0 -96
  98. package/resources/agents/auth/invocations.d.ts.map +0 -1
  99. package/resources/agents/auth/invocations.js +0 -50
  100. package/resources/agents/auth/invocations.js.map +0 -1
  101. package/resources/agents/auth/invocations.mjs +0 -46
  102. package/resources/agents/auth/invocations.mjs.map +0 -1
  103. package/resources/agents/auth.d.mts +0 -2
  104. package/resources/agents/auth.d.mts.map +0 -1
  105. package/resources/agents/auth.d.ts +0 -2
  106. package/resources/agents/auth.d.ts.map +0 -1
  107. package/resources/agents/auth.js +0 -6
  108. package/resources/agents/auth.js.map +0 -1
  109. package/resources/agents/auth.mjs +0 -3
  110. package/resources/agents/auth.mjs.map +0 -1
  111. package/resources/agents/index.d.mts +0 -3
  112. package/resources/agents/index.d.mts.map +0 -1
  113. package/resources/agents/index.d.ts +0 -3
  114. package/resources/agents/index.d.ts.map +0 -1
  115. package/resources/agents/index.js +0 -9
  116. package/resources/agents/index.js.map +0 -1
  117. package/resources/agents/index.mjs +0 -4
  118. package/resources/agents/index.mjs.map +0 -1
  119. package/resources/agents.d.mts +0 -2
  120. package/resources/agents.d.mts.map +0 -1
  121. package/resources/agents.d.ts +0 -2
  122. package/resources/agents.d.ts.map +0 -1
  123. package/resources/agents.js +0 -6
  124. package/resources/agents.js.map +0 -1
  125. package/resources/agents.mjs +0 -3
  126. package/resources/agents.mjs.map +0 -1
  127. package/src/resources/agents/agents.ts +0 -39
  128. package/src/resources/agents/auth/auth.ts +0 -599
  129. package/src/resources/agents/auth/index.ts +0 -22
  130. package/src/resources/agents/auth/invocations.ts +0 -137
  131. package/src/resources/agents/auth.ts +0 -3
  132. package/src/resources/agents/index.ts +0 -16
  133. package/src/resources/agents.ts +0 -3
@@ -1 +1 @@
1
- {"version":3,"file":"connections.mjs","sourceRoot":"","sources":["../../src/resources/auth/connections.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,EAAE,gBAAgB,EAA4C;OAE9D,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,IAA4B,EAAE,OAAwB;QAC3D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtE,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,qBAAqB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,mBAAmB,EAAE,CAAA,gBAA6B,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5G,CAAC;IAED;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,qBAAqB,EAAE,EAAE,EAAE;YACxD,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,qBAAqB,EAAE,SAAS,EAAE;YAC5D,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,mBAAmB,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;YAC1E,MAAM,EAAE,IAAI;SACb,CAAiD,CAAC;IACrD,CAAC;IAED;;;;;;;;;;;OAWG;IACH,KAAK,CACH,EAAU,EACV,OAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,qBAAqB,EAAE,QAAQ,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtF,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,MAAM,CACJ,EAAU,EACV,IAA4B,EAC5B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,qBAAqB,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvF,CAAC;CACF"}
1
+ {"version":3,"file":"connections.mjs","sourceRoot":"","sources":["../../src/resources/auth/connections.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,gBAAgB,EAA4C;OAE9D,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,IAA4B,EAAE,OAAwB;QAC3D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtE,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,qBAAqB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,QAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,mBAAmB,EAAE,CAAA,gBAA6B,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5G,CAAC;IAED;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,qBAAqB,EAAE,EAAE,EAAE;YACxD,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,qBAAqB,EAAE,SAAS,EAAE;YAC5D,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,mBAAmB,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;YAC1E,MAAM,EAAE,IAAI;SACb,CAAiD,CAAC;IACrD,CAAC;IAED;;;;;;;;;;;OAWG;IACH,KAAK,CACH,EAAU,EACV,OAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,qBAAqB,EAAE,QAAQ,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtF,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CACJ,EAAU,EACV,IAA4B,EAC5B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,qBAAqB,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvF,CAAC;CACF"}
@@ -1,3 +1,3 @@
1
1
  export { Auth } from "./auth.mjs";
2
- export { Connections, type LoginRequest, type LoginResponse, type ManagedAuth, type ManagedAuthCreateRequest, type SubmitFieldsRequest, type SubmitFieldsResponse, type ConnectionFollowResponse, type ConnectionCreateParams, type ConnectionListParams, type ConnectionLoginParams, type ConnectionSubmitParams, type ManagedAuthsOffsetPagination, } from "./connections.mjs";
2
+ export { Connections, type LoginResponse, type ManagedAuth, type ManagedAuthCreateRequest, type SubmitFieldsRequest, type SubmitFieldsResponse, type ConnectionFollowResponse, type ConnectionCreateParams, type ConnectionListParams, type ConnectionLoginParams, type ConnectionSubmitParams, type ManagedAuthsOffsetPagination, } from "./connections.mjs";
3
3
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/auth/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE;OACR,EACL,WAAW,EACX,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,4BAA4B,GAClC"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/auth/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE;OACR,EACL,WAAW,EACX,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,4BAA4B,GAClC"}
@@ -1,3 +1,3 @@
1
1
  export { Auth } from "./auth.js";
2
- export { Connections, type LoginRequest, type LoginResponse, type ManagedAuth, type ManagedAuthCreateRequest, type SubmitFieldsRequest, type SubmitFieldsResponse, type ConnectionFollowResponse, type ConnectionCreateParams, type ConnectionListParams, type ConnectionLoginParams, type ConnectionSubmitParams, type ManagedAuthsOffsetPagination, } from "./connections.js";
2
+ export { Connections, type LoginResponse, type ManagedAuth, type ManagedAuthCreateRequest, type SubmitFieldsRequest, type SubmitFieldsResponse, type ConnectionFollowResponse, type ConnectionCreateParams, type ConnectionListParams, type ConnectionLoginParams, type ConnectionSubmitParams, type ManagedAuthsOffsetPagination, } from "./connections.js";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/auth/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE;OACR,EACL,WAAW,EACX,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,4BAA4B,GAClC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/auth/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE;OACR,EACL,WAAW,EACX,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,4BAA4B,GAClC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/auth/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,gDAcuB;AAbrB,0GAAA,WAAW,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/auth/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,gDAauB;AAZrB,0GAAA,WAAW,OAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/auth/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,IAAI,EAAE;OACR,EACL,WAAW,GAaZ"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/auth/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,IAAI,EAAE;OACR,EACL,WAAW,GAYZ"}
@@ -176,13 +176,13 @@ export declare namespace BrowserPool {
176
176
  timeout_seconds?: number;
177
177
  /**
178
178
  * Initial browser window size in pixels with optional refresh rate. If omitted,
179
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
180
- * supported. The server will reject unsupported combinations. Supported
181
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
182
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
183
- * be automatically determined from the width and height if they match a supported
184
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
185
- * live view browser
179
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
180
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
181
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
182
+ * Viewports outside this list may exhibit unstable live view or recording
183
+ * behavior. If refresh_rate is not provided, it will be automatically determined
184
+ * based on the resolution (higher resolutions use lower refresh rates to keep
185
+ * bandwidth reasonable).
186
186
  */
187
187
  viewport?: Shared.BrowserViewport;
188
188
  }
@@ -241,13 +241,13 @@ export interface BrowserPoolAcquireResponse {
241
241
  proxy_id?: string;
242
242
  /**
243
243
  * Initial browser window size in pixels with optional refresh rate. If omitted,
244
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
245
- * supported. The server will reject unsupported combinations. Supported
246
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
247
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
248
- * be automatically determined from the width and height if they match a supported
249
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
250
- * live view browser
244
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
245
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
246
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
247
+ * Viewports outside this list may exhibit unstable live view or recording
248
+ * behavior. If refresh_rate is not provided, it will be automatically determined
249
+ * based on the resolution (higher resolutions use lower refresh rates to keep
250
+ * bandwidth reasonable).
251
251
  */
252
252
  viewport?: Shared.BrowserViewport;
253
253
  }
@@ -302,13 +302,13 @@ export interface BrowserPoolCreateParams {
302
302
  timeout_seconds?: number;
303
303
  /**
304
304
  * Initial browser window size in pixels with optional refresh rate. If omitted,
305
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
306
- * supported. The server will reject unsupported combinations. Supported
307
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
308
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
309
- * be automatically determined from the width and height if they match a supported
310
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
311
- * live view browser
305
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
306
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
307
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
308
+ * Viewports outside this list may exhibit unstable live view or recording
309
+ * behavior. If refresh_rate is not provided, it will be automatically determined
310
+ * based on the resolution (higher resolutions use lower refresh rates to keep
311
+ * bandwidth reasonable).
312
312
  */
313
313
  viewport?: Shared.BrowserViewport;
314
314
  }
@@ -368,13 +368,13 @@ export interface BrowserPoolUpdateParams {
368
368
  timeout_seconds?: number;
369
369
  /**
370
370
  * Initial browser window size in pixels with optional refresh rate. If omitted,
371
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
372
- * supported. The server will reject unsupported combinations. Supported
373
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
374
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
375
- * be automatically determined from the width and height if they match a supported
376
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
377
- * live view browser
371
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
372
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
373
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
374
+ * Viewports outside this list may exhibit unstable live view or recording
375
+ * behavior. If refresh_rate is not provided, it will be automatically determined
376
+ * based on the resolution (higher resolutions use lower refresh rates to keep
377
+ * bandwidth reasonable).
378
378
  */
379
379
  viewport?: Shared.BrowserViewport;
380
380
  }
@@ -176,13 +176,13 @@ export declare namespace BrowserPool {
176
176
  timeout_seconds?: number;
177
177
  /**
178
178
  * Initial browser window size in pixels with optional refresh rate. If omitted,
179
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
180
- * supported. The server will reject unsupported combinations. Supported
181
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
182
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
183
- * be automatically determined from the width and height if they match a supported
184
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
185
- * live view browser
179
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
180
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
181
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
182
+ * Viewports outside this list may exhibit unstable live view or recording
183
+ * behavior. If refresh_rate is not provided, it will be automatically determined
184
+ * based on the resolution (higher resolutions use lower refresh rates to keep
185
+ * bandwidth reasonable).
186
186
  */
187
187
  viewport?: Shared.BrowserViewport;
188
188
  }
@@ -241,13 +241,13 @@ export interface BrowserPoolAcquireResponse {
241
241
  proxy_id?: string;
242
242
  /**
243
243
  * Initial browser window size in pixels with optional refresh rate. If omitted,
244
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
245
- * supported. The server will reject unsupported combinations. Supported
246
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
247
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
248
- * be automatically determined from the width and height if they match a supported
249
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
250
- * live view browser
244
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
245
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
246
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
247
+ * Viewports outside this list may exhibit unstable live view or recording
248
+ * behavior. If refresh_rate is not provided, it will be automatically determined
249
+ * based on the resolution (higher resolutions use lower refresh rates to keep
250
+ * bandwidth reasonable).
251
251
  */
252
252
  viewport?: Shared.BrowserViewport;
253
253
  }
@@ -302,13 +302,13 @@ export interface BrowserPoolCreateParams {
302
302
  timeout_seconds?: number;
303
303
  /**
304
304
  * Initial browser window size in pixels with optional refresh rate. If omitted,
305
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
306
- * supported. The server will reject unsupported combinations. Supported
307
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
308
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
309
- * be automatically determined from the width and height if they match a supported
310
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
311
- * live view browser
305
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
306
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
307
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
308
+ * Viewports outside this list may exhibit unstable live view or recording
309
+ * behavior. If refresh_rate is not provided, it will be automatically determined
310
+ * based on the resolution (higher resolutions use lower refresh rates to keep
311
+ * bandwidth reasonable).
312
312
  */
313
313
  viewport?: Shared.BrowserViewport;
314
314
  }
@@ -368,13 +368,13 @@ export interface BrowserPoolUpdateParams {
368
368
  timeout_seconds?: number;
369
369
  /**
370
370
  * Initial browser window size in pixels with optional refresh rate. If omitted,
371
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
372
- * supported. The server will reject unsupported combinations. Supported
373
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
374
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
375
- * be automatically determined from the width and height if they match a supported
376
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
377
- * live view browser
371
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
372
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
373
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
374
+ * Viewports outside this list may exhibit unstable live view or recording
375
+ * behavior. If refresh_rate is not provided, it will be automatically determined
376
+ * based on the resolution (higher resolutions use lower refresh rates to keep
377
+ * bandwidth reasonable).
378
378
  */
379
379
  viewport?: Shared.BrowserViewport;
380
380
  }
@@ -192,13 +192,13 @@ export interface BrowserCreateResponse {
192
192
  proxy_id?: string;
193
193
  /**
194
194
  * Initial browser window size in pixels with optional refresh rate. If omitted,
195
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
196
- * supported. The server will reject unsupported combinations. Supported
197
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
198
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
199
- * be automatically determined from the width and height if they match a supported
200
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
201
- * live view browser
195
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
196
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
197
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
198
+ * Viewports outside this list may exhibit unstable live view or recording
199
+ * behavior. If refresh_rate is not provided, it will be automatically determined
200
+ * based on the resolution (higher resolutions use lower refresh rates to keep
201
+ * bandwidth reasonable).
202
202
  */
203
203
  viewport?: Shared.BrowserViewport;
204
204
  }
@@ -255,13 +255,13 @@ export interface BrowserRetrieveResponse {
255
255
  proxy_id?: string;
256
256
  /**
257
257
  * Initial browser window size in pixels with optional refresh rate. If omitted,
258
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
259
- * supported. The server will reject unsupported combinations. Supported
260
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
261
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
262
- * be automatically determined from the width and height if they match a supported
263
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
264
- * live view browser
258
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
259
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
260
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
261
+ * Viewports outside this list may exhibit unstable live view or recording
262
+ * behavior. If refresh_rate is not provided, it will be automatically determined
263
+ * based on the resolution (higher resolutions use lower refresh rates to keep
264
+ * bandwidth reasonable).
265
265
  */
266
266
  viewport?: Shared.BrowserViewport;
267
267
  }
@@ -318,13 +318,13 @@ export interface BrowserUpdateResponse {
318
318
  proxy_id?: string;
319
319
  /**
320
320
  * Initial browser window size in pixels with optional refresh rate. If omitted,
321
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
322
- * supported. The server will reject unsupported combinations. Supported
323
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
324
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
325
- * be automatically determined from the width and height if they match a supported
326
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
327
- * live view browser
321
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
322
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
323
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
324
+ * Viewports outside this list may exhibit unstable live view or recording
325
+ * behavior. If refresh_rate is not provided, it will be automatically determined
326
+ * based on the resolution (higher resolutions use lower refresh rates to keep
327
+ * bandwidth reasonable).
328
328
  */
329
329
  viewport?: Shared.BrowserViewport;
330
330
  }
@@ -381,13 +381,13 @@ export interface BrowserListResponse {
381
381
  proxy_id?: string;
382
382
  /**
383
383
  * Initial browser window size in pixels with optional refresh rate. If omitted,
384
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
385
- * supported. The server will reject unsupported combinations. Supported
386
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
387
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
388
- * be automatically determined from the width and height if they match a supported
389
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
390
- * live view browser
384
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
385
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
386
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
387
+ * Viewports outside this list may exhibit unstable live view or recording
388
+ * behavior. If refresh_rate is not provided, it will be automatically determined
389
+ * based on the resolution (higher resolutions use lower refresh rates to keep
390
+ * bandwidth reasonable).
391
391
  */
392
392
  viewport?: Shared.BrowserViewport;
393
393
  }
@@ -441,13 +441,13 @@ export interface BrowserCreateParams {
441
441
  timeout_seconds?: number;
442
442
  /**
443
443
  * Initial browser window size in pixels with optional refresh rate. If omitted,
444
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
445
- * supported. The server will reject unsupported combinations. Supported
446
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
447
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
448
- * be automatically determined from the width and height if they match a supported
449
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
450
- * live view browser
444
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
445
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
446
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
447
+ * Viewports outside this list may exhibit unstable live view or recording
448
+ * behavior. If refresh_rate is not provided, it will be automatically determined
449
+ * based on the resolution (higher resolutions use lower refresh rates to keep
450
+ * bandwidth reasonable).
451
451
  */
452
452
  viewport?: Shared.BrowserViewport;
453
453
  }
@@ -192,13 +192,13 @@ export interface BrowserCreateResponse {
192
192
  proxy_id?: string;
193
193
  /**
194
194
  * Initial browser window size in pixels with optional refresh rate. If omitted,
195
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
196
- * supported. The server will reject unsupported combinations. Supported
197
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
198
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
199
- * be automatically determined from the width and height if they match a supported
200
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
201
- * live view browser
195
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
196
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
197
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
198
+ * Viewports outside this list may exhibit unstable live view or recording
199
+ * behavior. If refresh_rate is not provided, it will be automatically determined
200
+ * based on the resolution (higher resolutions use lower refresh rates to keep
201
+ * bandwidth reasonable).
202
202
  */
203
203
  viewport?: Shared.BrowserViewport;
204
204
  }
@@ -255,13 +255,13 @@ export interface BrowserRetrieveResponse {
255
255
  proxy_id?: string;
256
256
  /**
257
257
  * Initial browser window size in pixels with optional refresh rate. If omitted,
258
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
259
- * supported. The server will reject unsupported combinations. Supported
260
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
261
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
262
- * be automatically determined from the width and height if they match a supported
263
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
264
- * live view browser
258
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
259
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
260
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
261
+ * Viewports outside this list may exhibit unstable live view or recording
262
+ * behavior. If refresh_rate is not provided, it will be automatically determined
263
+ * based on the resolution (higher resolutions use lower refresh rates to keep
264
+ * bandwidth reasonable).
265
265
  */
266
266
  viewport?: Shared.BrowserViewport;
267
267
  }
@@ -318,13 +318,13 @@ export interface BrowserUpdateResponse {
318
318
  proxy_id?: string;
319
319
  /**
320
320
  * Initial browser window size in pixels with optional refresh rate. If omitted,
321
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
322
- * supported. The server will reject unsupported combinations. Supported
323
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
324
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
325
- * be automatically determined from the width and height if they match a supported
326
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
327
- * live view browser
321
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
322
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
323
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
324
+ * Viewports outside this list may exhibit unstable live view or recording
325
+ * behavior. If refresh_rate is not provided, it will be automatically determined
326
+ * based on the resolution (higher resolutions use lower refresh rates to keep
327
+ * bandwidth reasonable).
328
328
  */
329
329
  viewport?: Shared.BrowserViewport;
330
330
  }
@@ -381,13 +381,13 @@ export interface BrowserListResponse {
381
381
  proxy_id?: string;
382
382
  /**
383
383
  * Initial browser window size in pixels with optional refresh rate. If omitted,
384
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
385
- * supported. The server will reject unsupported combinations. Supported
386
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
387
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
388
- * be automatically determined from the width and height if they match a supported
389
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
390
- * live view browser
384
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
385
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
386
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
387
+ * Viewports outside this list may exhibit unstable live view or recording
388
+ * behavior. If refresh_rate is not provided, it will be automatically determined
389
+ * based on the resolution (higher resolutions use lower refresh rates to keep
390
+ * bandwidth reasonable).
391
391
  */
392
392
  viewport?: Shared.BrowserViewport;
393
393
  }
@@ -441,13 +441,13 @@ export interface BrowserCreateParams {
441
441
  timeout_seconds?: number;
442
442
  /**
443
443
  * Initial browser window size in pixels with optional refresh rate. If omitted,
444
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
445
- * supported. The server will reject unsupported combinations. Supported
446
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
447
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
448
- * be automatically determined from the width and height if they match a supported
449
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
450
- * live view browser
444
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
445
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
446
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
447
+ * Viewports outside this list may exhibit unstable live view or recording
448
+ * behavior. If refresh_rate is not provided, it will be automatically determined
449
+ * based on the resolution (higher resolutions use lower refresh rates to keep
450
+ * bandwidth reasonable).
451
451
  */
452
452
  viewport?: Shared.BrowserViewport;
453
453
  }
@@ -138,6 +138,10 @@ export interface Credential {
138
138
  * Whether this credential has a TOTP secret configured for automatic 2FA
139
139
  */
140
140
  has_totp_secret?: boolean;
141
+ /**
142
+ * Whether this credential has stored values (email, password, etc.)
143
+ */
144
+ has_values?: boolean;
141
145
  /**
142
146
  * If set, indicates this credential should be used with the specified SSO provider
143
147
  * (e.g., google, github, microsoft). When the target site has a matching SSO
@@ -1 +1 @@
1
- {"version":3,"file":"credentials.d.mts","sourceRoot":"","sources":["../src/resources/credentials.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,gBAAgB,EAAE,KAAK,sBAAsB,EAAE,WAAW,EAAE;OAE9D,EAAE,cAAc,EAAE;AAGzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,UAAU,CAAC;IAItF;;;;;;;;;OASG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,UAAU,CAAC;IAI5E;;;;;;;;;;OAUG;IACH,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,UAAU,CAAC;IAIxG;;;;;;;;;;;OAWG;IACH,IAAI,CACF,KAAK,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,2BAA2B,EAAE,UAAU,CAAC;IAIvD;;;;;;;OAOG;IACH,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOpE;;;;;;;;;;;OAWG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;CAG7F;AAED,MAAM,MAAM,2BAA2B,GAAG,gBAAgB,CAAC,UAAU,CAAC,CAAC;AAEvE;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAElC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CACpC;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAElC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CACpC;AAED,MAAM,WAAW,oBAAqB,SAAQ,sBAAsB;IAClE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;CACH"}
1
+ {"version":3,"file":"credentials.d.mts","sourceRoot":"","sources":["../src/resources/credentials.ts"],"names":[],"mappings":"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"}
@@ -138,6 +138,10 @@ export interface Credential {
138
138
  * Whether this credential has a TOTP secret configured for automatic 2FA
139
139
  */
140
140
  has_totp_secret?: boolean;
141
+ /**
142
+ * Whether this credential has stored values (email, password, etc.)
143
+ */
144
+ has_values?: boolean;
141
145
  /**
142
146
  * If set, indicates this credential should be used with the specified SSO provider
143
147
  * (e.g., google, github, microsoft). When the target site has a matching SSO
@@ -1 +1 @@
1
- {"version":3,"file":"credentials.d.ts","sourceRoot":"","sources":["../src/resources/credentials.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"credentials.d.ts","sourceRoot":"","sources":["../src/resources/credentials.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
1
  export * from "./shared.mjs";
2
- export { Agents } from "./agents/agents.mjs";
3
2
  export { Apps, type AppListResponse, type AppListParams, type AppListResponsesOffsetPagination, } from "./apps.mjs";
4
3
  export { Auth } from "./auth/auth.mjs";
5
4
  export { BrowserPools, type BrowserPool, type BrowserPoolListResponse, type BrowserPoolAcquireResponse, type BrowserPoolCreateParams, type BrowserPoolUpdateParams, type BrowserPoolDeleteParams, type BrowserPoolAcquireParams, type BrowserPoolReleaseParams, } from "./browser-pools.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";OAGO,EAAE,MAAM,EAAE;OACV,EACL,IAAI,EACJ,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,gCAAgC,GACtC;OACM,EAAE,IAAI,EAAE;OACR,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,QAAQ,EACR,KAAK,kBAAkB,EACvB,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,2BAA2B,EAChC,KAAK,oCAAoC,GAC1C;OACM,EACL,mBAAmB,EACnB,KAAK,+BAA+B,EACpC,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,4BAA4B,EACjC,KAAK,+BAA+B,EACpC,KAAK,8BAA8B,EACnC,KAAK,mCAAmC,EACxC,KAAK,8BAA8B,EACnC,KAAK,8BAA8B,GACpC;OACM,EACL,WAAW,EACX,KAAK,uBAAuB,EAC5B,KAAK,UAAU,EACf,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,GACjC;OACM,EACL,WAAW,EACX,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uCAAuC,GAC7C;OACM,EACL,UAAU,EACV,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,sCAAsC,EAC3C,KAAK,qBAAqB,GAC3B;OACM,EACL,WAAW,EACX,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uCAAuC,GAC7C;OACM,EAAE,QAAQ,EAAE,KAAK,mBAAmB,EAAE,KAAK,mBAAmB,EAAE;OAChE,EACL,OAAO,EACP,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,GACvB"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";OAGO,EACL,IAAI,EACJ,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,gCAAgC,GACtC;OACM,EAAE,IAAI,EAAE;OACR,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,QAAQ,EACR,KAAK,kBAAkB,EACvB,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,2BAA2B,EAChC,KAAK,oCAAoC,GAC1C;OACM,EACL,mBAAmB,EACnB,KAAK,+BAA+B,EACpC,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,4BAA4B,EACjC,KAAK,+BAA+B,EACpC,KAAK,8BAA8B,EACnC,KAAK,mCAAmC,EACxC,KAAK,8BAA8B,EACnC,KAAK,8BAA8B,GACpC;OACM,EACL,WAAW,EACX,KAAK,uBAAuB,EAC5B,KAAK,UAAU,EACf,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,GACjC;OACM,EACL,WAAW,EACX,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uCAAuC,GAC7C;OACM,EACL,UAAU,EACV,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,sCAAsC,EAC3C,KAAK,qBAAqB,GAC3B;OACM,EACL,WAAW,EACX,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uCAAuC,GAC7C;OACM,EAAE,QAAQ,EAAE,KAAK,mBAAmB,EAAE,KAAK,mBAAmB,EAAE;OAChE,EACL,OAAO,EACP,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,GACvB"}
@@ -1,5 +1,4 @@
1
1
  export * from "./shared.js";
2
- export { Agents } from "./agents/agents.js";
3
2
  export { Apps, type AppListResponse, type AppListParams, type AppListResponsesOffsetPagination, } from "./apps.js";
4
3
  export { Auth } from "./auth/auth.js";
5
4
  export { BrowserPools, type BrowserPool, type BrowserPoolListResponse, type BrowserPoolAcquireResponse, type BrowserPoolCreateParams, type BrowserPoolUpdateParams, type BrowserPoolDeleteParams, type BrowserPoolAcquireParams, type BrowserPoolReleaseParams, } from "./browser-pools.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";OAGO,EAAE,MAAM,EAAE;OACV,EACL,IAAI,EACJ,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,gCAAgC,GACtC;OACM,EAAE,IAAI,EAAE;OACR,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,QAAQ,EACR,KAAK,kBAAkB,EACvB,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,2BAA2B,EAChC,KAAK,oCAAoC,GAC1C;OACM,EACL,mBAAmB,EACnB,KAAK,+BAA+B,EACpC,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,4BAA4B,EACjC,KAAK,+BAA+B,EACpC,KAAK,8BAA8B,EACnC,KAAK,mCAAmC,EACxC,KAAK,8BAA8B,EACnC,KAAK,8BAA8B,GACpC;OACM,EACL,WAAW,EACX,KAAK,uBAAuB,EAC5B,KAAK,UAAU,EACf,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,GACjC;OACM,EACL,WAAW,EACX,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uCAAuC,GAC7C;OACM,EACL,UAAU,EACV,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,sCAAsC,EAC3C,KAAK,qBAAqB,GAC3B;OACM,EACL,WAAW,EACX,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uCAAuC,GAC7C;OACM,EAAE,QAAQ,EAAE,KAAK,mBAAmB,EAAE,KAAK,mBAAmB,EAAE;OAChE,EACL,OAAO,EACP,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,GACvB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";OAGO,EACL,IAAI,EACJ,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,gCAAgC,GACtC;OACM,EAAE,IAAI,EAAE;OACR,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,QAAQ,EACR,KAAK,kBAAkB,EACvB,KAAK,OAAO,EACZ,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,2BAA2B,EAChC,KAAK,oCAAoC,GAC1C;OACM,EACL,mBAAmB,EACnB,KAAK,+BAA+B,EACpC,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,4BAA4B,EACjC,KAAK,+BAA+B,EACpC,KAAK,8BAA8B,EACnC,KAAK,mCAAmC,EACxC,KAAK,8BAA8B,EACnC,KAAK,8BAA8B,GACpC;OACM,EACL,WAAW,EACX,KAAK,uBAAuB,EAC5B,KAAK,UAAU,EACf,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,GACjC;OACM,EACL,WAAW,EACX,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uCAAuC,GAC7C;OACM,EACL,UAAU,EACV,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,sCAAsC,EAC3C,KAAK,qBAAqB,GAC3B;OACM,EACL,WAAW,EACX,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uCAAuC,GAC7C;OACM,EAAE,QAAQ,EAAE,KAAK,mBAAmB,EAAE,KAAK,mBAAmB,EAAE;OAChE,EACL,OAAO,EACP,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,GACvB"}
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Proxies = exports.Profiles = exports.Invocations = exports.Extensions = exports.Deployments = exports.Credentials = exports.CredentialProviders = exports.Browsers = exports.BrowserPools = exports.Auth = exports.Apps = exports.Agents = void 0;
4
+ exports.Proxies = exports.Profiles = exports.Invocations = exports.Extensions = exports.Deployments = exports.Credentials = exports.CredentialProviders = exports.Browsers = exports.BrowserPools = exports.Auth = exports.Apps = void 0;
5
5
  const tslib_1 = require("../internal/tslib.js");
6
6
  tslib_1.__exportStar(require("./shared.js"), exports);
7
- var agents_1 = require("./agents/agents.js");
8
- Object.defineProperty(exports, "Agents", { enumerable: true, get: function () { return agents_1.Agents; } });
9
7
  var apps_1 = require("./apps.js");
10
8
  Object.defineProperty(exports, "Apps", { enumerable: true, get: function () { return apps_1.Apps; } });
11
9
  var auth_1 = require("./auth/auth.js");
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,sDAAyB;AACzB,6CAAyC;AAAhC,gGAAA,MAAM,OAAA;AACf,kCAKgB;AAJd,4FAAA,IAAI,OAAA;AAKN,uCAAmC;AAA1B,4FAAA,IAAI,OAAA;AACb,oDAUyB;AATvB,6GAAA,YAAY,OAAA;AAUd,mDAe6B;AAd3B,oGAAA,QAAQ,OAAA;AAeV,kEAWgC;AAV9B,2HAAA,mBAAmB,OAAA;AAWrB,gDAUuB;AATrB,0GAAA,WAAW,OAAA;AAUb,gDAWuB;AAVrB,0GAAA,WAAW,OAAA;AAWb,8CAMsB;AALpB,wGAAA,UAAU,OAAA;AAMZ,gDAcuB;AAbrB,0GAAA,WAAW,OAAA;AAcb,0CAA0F;AAAjF,oGAAA,QAAQ,OAAA;AACjB,wCAOmB;AANjB,kGAAA,OAAO,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,sDAAyB;AACzB,kCAKgB;AAJd,4FAAA,IAAI,OAAA;AAKN,uCAAmC;AAA1B,4FAAA,IAAI,OAAA;AACb,oDAUyB;AATvB,6GAAA,YAAY,OAAA;AAUd,mDAe6B;AAd3B,oGAAA,QAAQ,OAAA;AAeV,kEAWgC;AAV9B,2HAAA,mBAAmB,OAAA;AAWrB,gDAUuB;AATrB,0GAAA,WAAW,OAAA;AAUb,gDAWuB;AAVrB,0GAAA,WAAW,OAAA;AAWb,8CAMsB;AALpB,wGAAA,UAAU,OAAA;AAMZ,gDAcuB;AAbrB,0GAAA,WAAW,OAAA;AAcb,0CAA0F;AAAjF,oGAAA,QAAQ,OAAA;AACjB,wCAOmB;AANjB,kGAAA,OAAO,OAAA"}
@@ -1,6 +1,5 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
  export * from "./shared.mjs";
3
- export { Agents } from "./agents/agents.mjs";
4
3
  export { Apps, } from "./apps.mjs";
5
4
  export { Auth } from "./auth/auth.mjs";
6
5
  export { BrowserPools, } from "./browser-pools.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;;OAG/E,EAAE,MAAM,EAAE;OACV,EACL,IAAI,GAIL;OACM,EAAE,IAAI,EAAE;OACR,EACL,YAAY,GASb;OACM,EACL,QAAQ,GAcT;OACM,EACL,mBAAmB,GAUpB;OACM,EACL,WAAW,GASZ;OACM,EACL,WAAW,GAUZ;OACM,EACL,UAAU,GAKX;OACM,EACL,WAAW,GAaZ;OACM,EAAE,QAAQ,EAAsD;OAChE,EACL,OAAO,GAMR"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;;OAG/E,EACL,IAAI,GAIL;OACM,EAAE,IAAI,EAAE;OACR,EACL,YAAY,GASb;OACM,EACL,QAAQ,GAcT;OACM,EACL,mBAAmB,GAUpB;OACM,EACL,WAAW,GASZ;OACM,EACL,WAAW,GAUZ;OACM,EACL,UAAU,GAKX;OACM,EACL,WAAW,GAaZ;OACM,EAAE,QAAQ,EAAsD;OAChE,EACL,OAAO,GAMR"}