@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
@@ -315,13 +315,13 @@ export interface BrowserCreateResponse {
315
315
 
316
316
  /**
317
317
  * Initial browser window size in pixels with optional refresh rate. If omitted,
318
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
319
- * supported. The server will reject unsupported combinations. Supported
320
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
321
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
322
- * be automatically determined from the width and height if they match a supported
323
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
324
- * live view browser
318
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
319
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
320
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
321
+ * Viewports outside this list may exhibit unstable live view or recording
322
+ * behavior. If refresh_rate is not provided, it will be automatically determined
323
+ * based on the resolution (higher resolutions use lower refresh rates to keep
324
+ * bandwidth reasonable).
325
325
  */
326
326
  viewport?: Shared.BrowserViewport;
327
327
  }
@@ -391,13 +391,13 @@ export interface BrowserRetrieveResponse {
391
391
 
392
392
  /**
393
393
  * Initial browser window size in pixels with optional refresh rate. If omitted,
394
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
395
- * supported. The server will reject unsupported combinations. Supported
396
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
397
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
398
- * be automatically determined from the width and height if they match a supported
399
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
400
- * live view browser
394
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
395
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
396
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
397
+ * Viewports outside this list may exhibit unstable live view or recording
398
+ * behavior. If refresh_rate is not provided, it will be automatically determined
399
+ * based on the resolution (higher resolutions use lower refresh rates to keep
400
+ * bandwidth reasonable).
401
401
  */
402
402
  viewport?: Shared.BrowserViewport;
403
403
  }
@@ -467,13 +467,13 @@ export interface BrowserUpdateResponse {
467
467
 
468
468
  /**
469
469
  * Initial browser window size in pixels with optional refresh rate. If omitted,
470
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
471
- * supported. The server will reject unsupported combinations. Supported
472
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
473
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
474
- * be automatically determined from the width and height if they match a supported
475
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
476
- * live view browser
470
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
471
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
472
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
473
+ * Viewports outside this list may exhibit unstable live view or recording
474
+ * behavior. If refresh_rate is not provided, it will be automatically determined
475
+ * based on the resolution (higher resolutions use lower refresh rates to keep
476
+ * bandwidth reasonable).
477
477
  */
478
478
  viewport?: Shared.BrowserViewport;
479
479
  }
@@ -543,13 +543,13 @@ export interface BrowserListResponse {
543
543
 
544
544
  /**
545
545
  * Initial browser window size in pixels with optional refresh rate. If omitted,
546
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
547
- * supported. The server will reject unsupported combinations. Supported
548
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
549
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
550
- * be automatically determined from the width and height if they match a supported
551
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
552
- * live view browser
546
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
547
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
548
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
549
+ * Viewports outside this list may exhibit unstable live view or recording
550
+ * behavior. If refresh_rate is not provided, it will be automatically determined
551
+ * based on the resolution (higher resolutions use lower refresh rates to keep
552
+ * bandwidth reasonable).
553
553
  */
554
554
  viewport?: Shared.BrowserViewport;
555
555
  }
@@ -613,13 +613,13 @@ export interface BrowserCreateParams {
613
613
 
614
614
  /**
615
615
  * Initial browser window size in pixels with optional refresh rate. If omitted,
616
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
617
- * supported. The server will reject unsupported combinations. Supported
618
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
619
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
620
- * be automatically determined from the width and height if they match a supported
621
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
622
- * live view browser
616
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
617
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
618
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
619
+ * Viewports outside this list may exhibit unstable live view or recording
620
+ * behavior. If refresh_rate is not provided, it will be automatically determined
621
+ * based on the resolution (higher resolutions use lower refresh rates to keep
622
+ * bandwidth reasonable).
623
623
  */
624
624
  viewport?: Shared.BrowserViewport;
625
625
  }
@@ -177,6 +177,11 @@ export interface Credential {
177
177
  */
178
178
  has_totp_secret?: boolean;
179
179
 
180
+ /**
181
+ * Whether this credential has stored values (email, password, etc.)
182
+ */
183
+ has_values?: boolean;
184
+
180
185
  /**
181
186
  * If set, indicates this credential should be used with the specified SSO provider
182
187
  * (e.g., google, github, microsoft). When the target site has a matching SSO
@@ -1,7 +1,6 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  export * from './shared';
4
- export { Agents } from './agents/agents';
5
4
  export {
6
5
  Apps,
7
6
  type AppListResponse,
@@ -479,13 +479,13 @@ export namespace InvocationListBrowsersResponse {
479
479
 
480
480
  /**
481
481
  * Initial browser window size in pixels with optional refresh rate. If omitted,
482
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
483
- * supported. The server will reject unsupported combinations. Supported
484
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
485
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
486
- * be automatically determined from the width and height if they match a supported
487
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
488
- * live view browser
482
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
483
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
484
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
485
+ * Viewports outside this list may exhibit unstable live view or recording
486
+ * behavior. If refresh_rate is not provided, it will be automatically determined
487
+ * based on the resolution (higher resolutions use lower refresh rates to keep
488
+ * bandwidth reasonable).
489
489
  */
490
490
  viewport?: Shared.BrowserViewport;
491
491
  }
@@ -8,6 +8,18 @@ export interface AppAction {
8
8
  * Name of the action
9
9
  */
10
10
  name: string;
11
+
12
+ /**
13
+ * JSON Schema (draft-07) describing the expected input payload. Null if schema
14
+ * could not be automatically generated.
15
+ */
16
+ input_schema?: { [key: string]: unknown } | null;
17
+
18
+ /**
19
+ * JSON Schema (draft-07) describing the expected output payload. Null if schema
20
+ * could not be automatically generated.
21
+ */
22
+ output_schema?: { [key: string]: unknown } | null;
11
23
  }
12
24
 
13
25
  /**
@@ -53,13 +65,13 @@ export interface BrowserProfile {
53
65
 
54
66
  /**
55
67
  * Initial browser window size in pixels with optional refresh rate. If omitted,
56
- * image defaults apply (1920x1080@25). Only specific viewport configurations are
57
- * supported. The server will reject unsupported combinations. Supported
58
- * resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25,
59
- * 1280x800@60, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
60
- * be automatically determined from the width and height if they match a supported
61
- * configuration exactly. Note: Higher resolutions may affect the responsiveness of
62
- * live view browser
68
+ * image defaults apply (1920x1080@25). Arbitrary viewport dimensions are accepted,
69
+ * but the following configurations are known-good and fully tested: 2560x1440@10,
70
+ * 1920x1080@25, 1920x1200@25, 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60.
71
+ * Viewports outside this list may exhibit unstable live view or recording
72
+ * behavior. If refresh_rate is not provided, it will be automatically determined
73
+ * based on the resolution (higher resolutions use lower refresh rates to keep
74
+ * bandwidth reasonable).
63
75
  */
64
76
  export interface BrowserViewport {
65
77
  /**
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.32.0'; // x-release-please-version
1
+ export const VERSION = '0.34.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.32.0";
1
+ export declare const VERSION = "0.34.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.32.0";
1
+ export declare const VERSION = "0.34.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.32.0'; // x-release-please-version
4
+ exports.VERSION = '0.34.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.32.0'; // x-release-please-version
1
+ export const VERSION = '0.34.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map
@@ -1,10 +0,0 @@
1
- import { APIResource } from "../../core/resource.mjs";
2
- import * as AuthAPI from "./auth/auth.mjs";
3
- import { AgentAuthInvocationResponse, AgentAuthSubmitResponse, Auth, AuthAgent, AuthAgentCreateRequest, AuthAgentInvocationCreateRequest, AuthAgentInvocationCreateResponse, AuthAgentsOffsetPagination, AuthCreateParams, AuthListParams, DiscoveredField } from "./auth/auth.mjs";
4
- export declare class Agents extends APIResource {
5
- auth: AuthAPI.Auth;
6
- }
7
- export declare namespace Agents {
8
- export { Auth as Auth, type AgentAuthInvocationResponse as AgentAuthInvocationResponse, type AgentAuthSubmitResponse as AgentAuthSubmitResponse, type AuthAgent as AuthAgent, type AuthAgentCreateRequest as AuthAgentCreateRequest, type AuthAgentInvocationCreateRequest as AuthAgentInvocationCreateRequest, type AuthAgentInvocationCreateResponse as AuthAgentInvocationCreateResponse, type DiscoveredField as DiscoveredField, type AuthAgentsOffsetPagination as AuthAgentsOffsetPagination, type AuthCreateParams as AuthCreateParams, type AuthListParams as AuthListParams, };
9
- }
10
- //# sourceMappingURL=agents.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"agents.d.mts","sourceRoot":"","sources":["../../src/resources/agents/agents.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EACL,2BAA2B,EAC3B,uBAAuB,EACvB,IAAI,EACJ,SAAS,EACT,sBAAsB,EACtB,gCAAgC,EAChC,iCAAiC,EACjC,0BAA0B,EAC1B,gBAAgB,EAChB,cAAc,EACd,eAAe,EAChB;AAED,qBAAa,MAAO,SAAQ,WAAW;IACrC,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;CACrD;AAID,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EACL,IAAI,IAAI,IAAI,EACZ,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,SAAS,IAAI,SAAS,EAC3B,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,cAAc,IAAI,cAAc,GACtC,CAAC;CACH"}
@@ -1,10 +0,0 @@
1
- import { APIResource } from "../../core/resource.js";
2
- import * as AuthAPI from "./auth/auth.js";
3
- import { AgentAuthInvocationResponse, AgentAuthSubmitResponse, Auth, AuthAgent, AuthAgentCreateRequest, AuthAgentInvocationCreateRequest, AuthAgentInvocationCreateResponse, AuthAgentsOffsetPagination, AuthCreateParams, AuthListParams, DiscoveredField } from "./auth/auth.js";
4
- export declare class Agents extends APIResource {
5
- auth: AuthAPI.Auth;
6
- }
7
- export declare namespace Agents {
8
- export { Auth as Auth, type AgentAuthInvocationResponse as AgentAuthInvocationResponse, type AgentAuthSubmitResponse as AgentAuthSubmitResponse, type AuthAgent as AuthAgent, type AuthAgentCreateRequest as AuthAgentCreateRequest, type AuthAgentInvocationCreateRequest as AuthAgentInvocationCreateRequest, type AuthAgentInvocationCreateResponse as AuthAgentInvocationCreateResponse, type DiscoveredField as DiscoveredField, type AuthAgentsOffsetPagination as AuthAgentsOffsetPagination, type AuthCreateParams as AuthCreateParams, type AuthListParams as AuthListParams, };
9
- }
10
- //# sourceMappingURL=agents.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"agents.d.ts","sourceRoot":"","sources":["../../src/resources/agents/agents.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EACL,2BAA2B,EAC3B,uBAAuB,EACvB,IAAI,EACJ,SAAS,EACT,sBAAsB,EACtB,gCAAgC,EAChC,iCAAiC,EACjC,0BAA0B,EAC1B,gBAAgB,EAChB,cAAc,EACd,eAAe,EAChB;AAED,qBAAa,MAAO,SAAQ,WAAW;IACrC,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;CACrD;AAID,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EACL,IAAI,IAAI,IAAI,EACZ,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,SAAS,IAAI,SAAS,EAC3B,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,cAAc,IAAI,cAAc,GACtC,CAAC;CACH"}
@@ -1,17 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Agents = void 0;
5
- const tslib_1 = require("../../internal/tslib.js");
6
- const resource_1 = require("../../core/resource.js");
7
- const AuthAPI = tslib_1.__importStar(require("./auth/auth.js"));
8
- const auth_1 = require("./auth/auth.js");
9
- class Agents extends resource_1.APIResource {
10
- constructor() {
11
- super(...arguments);
12
- this.auth = new AuthAPI.Auth(this._client);
13
- }
14
- }
15
- exports.Agents = Agents;
16
- Agents.Auth = auth_1.Auth;
17
- //# sourceMappingURL=agents.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"agents.js","sourceRoot":"","sources":["../../src/resources/agents/agents.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,gEAAuC;AACvC,yCAYqB;AAErB,MAAa,MAAO,SAAQ,sBAAW;IAAvC;;QACE,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACtD,CAAC;CAAA;AAFD,wBAEC;AAED,MAAM,CAAC,IAAI,GAAG,WAAI,CAAC"}
@@ -1,12 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../core/resource.mjs";
3
- import * as AuthAPI from "./auth/auth.mjs";
4
- import { Auth, } from "./auth/auth.mjs";
5
- export class Agents extends APIResource {
6
- constructor() {
7
- super(...arguments);
8
- this.auth = new AuthAPI.Auth(this._client);
9
- }
10
- }
11
- Agents.Auth = Auth;
12
- //# sourceMappingURL=agents.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"agents.mjs","sourceRoot":"","sources":["../../src/resources/agents/agents.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAGL,IAAI,GASL;AAED,MAAM,OAAO,MAAO,SAAQ,WAAW;IAAvC;;QACE,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACtD,CAAC;CAAA;AAED,MAAM,CAAC,IAAI,GAAG,IAAI,CAAC"}