@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,599 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
-
3
- import { APIResource } from '../../../core/resource';
4
- import * as InvocationsAPI from './invocations';
5
- import {
6
- InvocationCreateParams,
7
- InvocationExchangeParams,
8
- InvocationExchangeResponse,
9
- InvocationSubmitParams,
10
- Invocations,
11
- } from './invocations';
12
- import { APIPromise } from '../../../core/api-promise';
13
- import { OffsetPagination, type OffsetPaginationParams, PagePromise } from '../../../core/pagination';
14
- import { buildHeaders } from '../../../internal/headers';
15
- import { RequestOptions } from '../../../internal/request-options';
16
- import { path } from '../../../internal/utils/path';
17
-
18
- export class Auth extends APIResource {
19
- invocations: InvocationsAPI.Invocations = new InvocationsAPI.Invocations(this._client);
20
-
21
- /**
22
- * **Deprecated: Use POST /auth/connections instead.** Creates a new auth agent for
23
- * the specified domain and profile combination, or returns an existing one if it
24
- * already exists. This is idempotent - calling with the same domain and profile
25
- * will return the same agent. Does NOT start an invocation - use POST
26
- * /agents/auth/invocations to start an auth flow.
27
- *
28
- * @deprecated
29
- */
30
- create(body: AuthCreateParams, options?: RequestOptions): APIPromise<AuthAgent> {
31
- return this._client.post('/agents/auth', { body, ...options });
32
- }
33
-
34
- /**
35
- * **Deprecated: Use GET /auth/connections/{id} instead.** Retrieve an auth agent
36
- * by its ID. Returns the current authentication status of the managed profile.
37
- *
38
- * @deprecated
39
- */
40
- retrieve(id: string, options?: RequestOptions): APIPromise<AuthAgent> {
41
- return this._client.get(path`/agents/auth/${id}`, options);
42
- }
43
-
44
- /**
45
- * **Deprecated: Use GET /auth/connections instead.** List auth agents with
46
- * optional filters for profile_name and domain.
47
- *
48
- * @deprecated
49
- */
50
- list(
51
- query: AuthListParams | null | undefined = {},
52
- options?: RequestOptions,
53
- ): PagePromise<AuthAgentsOffsetPagination, AuthAgent> {
54
- return this._client.getAPIList('/agents/auth', OffsetPagination<AuthAgent>, { query, ...options });
55
- }
56
-
57
- /**
58
- * **Deprecated: Use DELETE /auth/connections/{id} instead.** Deletes an auth agent
59
- * and terminates its workflow. This will:
60
- *
61
- * - Soft delete the auth agent record
62
- * - Gracefully terminate the agent's Temporal workflow
63
- * - Cancel any in-progress invocations
64
- *
65
- * @deprecated
66
- */
67
- delete(id: string, options?: RequestOptions): APIPromise<void> {
68
- return this._client.delete(path`/agents/auth/${id}`, {
69
- ...options,
70
- headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
71
- });
72
- }
73
- }
74
-
75
- export type AuthAgentsOffsetPagination = OffsetPagination<AuthAgent>;
76
-
77
- /**
78
- * Response from get invocation endpoint
79
- */
80
- export interface AgentAuthInvocationResponse {
81
- /**
82
- * App name (org name at time of invocation creation)
83
- */
84
- app_name: string;
85
-
86
- /**
87
- * Domain for authentication
88
- */
89
- domain: string;
90
-
91
- /**
92
- * When the handoff code expires
93
- */
94
- expires_at: string;
95
-
96
- /**
97
- * Invocation status
98
- */
99
- status: 'IN_PROGRESS' | 'SUCCESS' | 'EXPIRED' | 'CANCELED' | 'FAILED';
100
-
101
- /**
102
- * Current step in the invocation workflow
103
- */
104
- step:
105
- | 'initialized'
106
- | 'discovering'
107
- | 'awaiting_input'
108
- | 'awaiting_external_action'
109
- | 'submitting'
110
- | 'completed'
111
- | 'expired';
112
-
113
- /**
114
- * The session type:
115
- *
116
- * - login: User-initiated authentication
117
- * - reauth: System-triggered re-authentication (via health check)
118
- */
119
- type: 'login' | 'reauth';
120
-
121
- /**
122
- * Error message explaining why the invocation failed (present when status=FAILED)
123
- */
124
- error_message?: string | null;
125
-
126
- /**
127
- * Instructions for user when external action is required (present when
128
- * step=awaiting_external_action)
129
- */
130
- external_action_message?: string | null;
131
-
132
- /**
133
- * Browser live view URL for debugging the invocation
134
- */
135
- live_view_url?: string | null;
136
-
137
- /**
138
- * MFA method options to choose from (present when step=awaiting_input and MFA
139
- * selection is required)
140
- */
141
- mfa_options?: Array<AgentAuthInvocationResponse.MfaOption> | null;
142
-
143
- /**
144
- * Fields currently awaiting input (present when step=awaiting_input)
145
- */
146
- pending_fields?: Array<DiscoveredField> | null;
147
-
148
- /**
149
- * SSO buttons available on the page (present when step=awaiting_input)
150
- */
151
- pending_sso_buttons?: Array<AgentAuthInvocationResponse.PendingSSOButton> | null;
152
-
153
- /**
154
- * SSO provider being used for authentication (e.g., google, github, microsoft)
155
- */
156
- sso_provider?: string | null;
157
-
158
- /**
159
- * Names of fields that have been submitted (present when step=submitting or later)
160
- */
161
- submitted_fields?: Array<string> | null;
162
- }
163
-
164
- export namespace AgentAuthInvocationResponse {
165
- /**
166
- * An MFA method option for verification
167
- */
168
- export interface MfaOption {
169
- /**
170
- * The visible option text
171
- */
172
- label: string;
173
-
174
- /**
175
- * The MFA delivery method type (includes password for auth method selection pages)
176
- */
177
- type: 'sms' | 'call' | 'email' | 'totp' | 'push' | 'password';
178
-
179
- /**
180
- * Additional instructions from the site
181
- */
182
- description?: string | null;
183
-
184
- /**
185
- * The masked destination (phone/email) if shown
186
- */
187
- target?: string | null;
188
- }
189
-
190
- /**
191
- * An SSO button for signing in with an external identity provider
192
- */
193
- export interface PendingSSOButton {
194
- /**
195
- * Visible button text
196
- */
197
- label: string;
198
-
199
- /**
200
- * Identity provider name
201
- */
202
- provider: string;
203
-
204
- /**
205
- * XPath selector for the button
206
- */
207
- selector: string;
208
- }
209
- }
210
-
211
- /**
212
- * Response from submit endpoint - returns immediately after submission is accepted
213
- */
214
- export interface AgentAuthSubmitResponse {
215
- /**
216
- * Whether the submission was accepted for processing
217
- */
218
- accepted: boolean;
219
- }
220
-
221
- /**
222
- * An auth agent that manages authentication for a specific domain and profile
223
- * combination
224
- */
225
- export interface AuthAgent {
226
- /**
227
- * Unique identifier for the auth agent
228
- */
229
- id: string;
230
-
231
- /**
232
- * Target domain for authentication
233
- */
234
- domain: string;
235
-
236
- /**
237
- * Name of the profile associated with this auth agent
238
- */
239
- profile_name: string;
240
-
241
- /**
242
- * Current authentication status of the managed profile
243
- */
244
- status: 'AUTHENTICATED' | 'NEEDS_AUTH';
245
-
246
- /**
247
- * Additional domains that are valid for this auth agent's authentication flow
248
- * (besides the primary domain). Useful when login pages redirect to different
249
- * domains.
250
- *
251
- * The following SSO/OAuth provider domains are automatically allowed by default
252
- * and do not need to be specified:
253
- *
254
- * - Google: accounts.google.com
255
- * - Microsoft/Azure AD: login.microsoftonline.com, login.live.com
256
- * - Okta: _.okta.com, _.oktapreview.com
257
- * - Auth0: _.auth0.com, _.us.auth0.com, _.eu.auth0.com, _.au.auth0.com
258
- * - Apple: appleid.apple.com
259
- * - GitHub: github.com
260
- * - Facebook/Meta: www.facebook.com
261
- * - LinkedIn: www.linkedin.com
262
- * - Amazon Cognito: \*.amazoncognito.com
263
- * - OneLogin: \*.onelogin.com
264
- * - Ping Identity: _.pingone.com, _.pingidentity.com
265
- */
266
- allowed_domains?: Array<string>;
267
-
268
- /**
269
- * Whether automatic re-authentication is possible (has credential_id, selectors,
270
- * and login_url)
271
- */
272
- can_reauth?: boolean;
273
-
274
- /**
275
- * Reason why automatic re-authentication is or is not possible
276
- */
277
- can_reauth_reason?: string;
278
-
279
- /**
280
- * Reference to credentials for managed auth. Use one of:
281
- *
282
- * - { name } for Kernel credentials
283
- * - { provider, path } for external provider item
284
- * - { provider, auto: true } for external provider domain lookup
285
- */
286
- credential?: AuthAgent.Credential;
287
-
288
- /**
289
- * ID of the linked Kernel credential for automatic re-authentication (deprecated,
290
- * use credential)
291
- */
292
- credential_id?: string;
293
-
294
- /**
295
- * Whether this auth agent has stored selectors for deterministic re-authentication
296
- */
297
- has_selectors?: boolean;
298
-
299
- /**
300
- * When the last authentication check was performed
301
- */
302
- last_auth_check_at?: string;
303
-
304
- /**
305
- * URL where the browser landed after successful login. Query parameters and
306
- * fragments are stripped for privacy.
307
- */
308
- post_login_url?: string;
309
- }
310
-
311
- export namespace AuthAgent {
312
- /**
313
- * Reference to credentials for managed auth. Use one of:
314
- *
315
- * - { name } for Kernel credentials
316
- * - { provider, path } for external provider item
317
- * - { provider, auto: true } for external provider domain lookup
318
- */
319
- export interface Credential {
320
- /**
321
- * If true, lookup by domain from the specified provider
322
- */
323
- auto?: boolean;
324
-
325
- /**
326
- * Kernel credential name
327
- */
328
- name?: string;
329
-
330
- /**
331
- * Provider-specific path (e.g., "VaultName/ItemName" for 1Password)
332
- */
333
- path?: string;
334
-
335
- /**
336
- * External provider name (e.g., "my-1p")
337
- */
338
- provider?: string;
339
- }
340
- }
341
-
342
- /**
343
- * Request to create or find an auth agent
344
- */
345
- export interface AuthAgentCreateRequest {
346
- /**
347
- * Domain for authentication
348
- */
349
- domain: string;
350
-
351
- /**
352
- * Name of the profile to use for this auth agent
353
- */
354
- profile_name: string;
355
-
356
- /**
357
- * Additional domains that are valid for this auth agent's authentication flow
358
- * (besides the primary domain). Useful when login pages redirect to different
359
- * domains.
360
- *
361
- * The following SSO/OAuth provider domains are automatically allowed by default
362
- * and do not need to be specified:
363
- *
364
- * - Google: accounts.google.com
365
- * - Microsoft/Azure AD: login.microsoftonline.com, login.live.com
366
- * - Okta: _.okta.com, _.oktapreview.com
367
- * - Auth0: _.auth0.com, _.us.auth0.com, _.eu.auth0.com, _.au.auth0.com
368
- * - Apple: appleid.apple.com
369
- * - GitHub: github.com
370
- * - Facebook/Meta: www.facebook.com
371
- * - LinkedIn: www.linkedin.com
372
- * - Amazon Cognito: \*.amazoncognito.com
373
- * - OneLogin: \*.onelogin.com
374
- * - Ping Identity: _.pingone.com, _.pingidentity.com
375
- */
376
- allowed_domains?: Array<string>;
377
-
378
- /**
379
- * Optional name of an existing credential to use for this auth agent. If provided,
380
- * the credential will be linked to the agent and its values will be used to
381
- * auto-fill the login form on invocation.
382
- */
383
- credential_name?: string;
384
-
385
- /**
386
- * Optional login page URL. If provided, will be stored on the agent and used to
387
- * skip discovery in future invocations.
388
- */
389
- login_url?: string;
390
-
391
- /**
392
- * Optional proxy configuration
393
- */
394
- proxy?: AuthAgentCreateRequest.Proxy;
395
- }
396
-
397
- export namespace AuthAgentCreateRequest {
398
- /**
399
- * Optional proxy configuration
400
- */
401
- export interface Proxy {
402
- /**
403
- * ID of the proxy to use
404
- */
405
- proxy_id?: string;
406
- }
407
- }
408
-
409
- /**
410
- * Request to create an invocation for an existing auth agent
411
- */
412
- export interface AuthAgentInvocationCreateRequest {
413
- /**
414
- * ID of the auth agent to create an invocation for
415
- */
416
- auth_agent_id: string;
417
-
418
- /**
419
- * If provided, saves the submitted credentials under this name upon successful
420
- * login. The credential will be linked to the auth agent for automatic
421
- * re-authentication.
422
- */
423
- save_credential_as?: string;
424
- }
425
-
426
- /**
427
- * Response from creating an invocation. Always returns an invocation_id.
428
- */
429
- export interface AuthAgentInvocationCreateResponse {
430
- /**
431
- * When the handoff code expires.
432
- */
433
- expires_at: string;
434
-
435
- /**
436
- * One-time code for handoff.
437
- */
438
- handoff_code: string;
439
-
440
- /**
441
- * URL to redirect user to.
442
- */
443
- hosted_url: string;
444
-
445
- /**
446
- * Unique identifier for the invocation.
447
- */
448
- invocation_id: string;
449
-
450
- /**
451
- * The session type:
452
- *
453
- * - login: User-initiated authentication
454
- * - reauth: System-triggered re-authentication (via health check)
455
- */
456
- type: 'login' | 'reauth';
457
- }
458
-
459
- /**
460
- * A discovered form field
461
- */
462
- export interface DiscoveredField {
463
- /**
464
- * Field label
465
- */
466
- label: string;
467
-
468
- /**
469
- * Field name
470
- */
471
- name: string;
472
-
473
- /**
474
- * CSS selector for the field
475
- */
476
- selector: string;
477
-
478
- /**
479
- * Field type
480
- */
481
- type: 'text' | 'email' | 'password' | 'tel' | 'number' | 'url' | 'code' | 'totp';
482
-
483
- /**
484
- * If this field is associated with an MFA option, the type of that option (e.g.,
485
- * password field linked to "Enter password" option)
486
- */
487
- linked_mfa_type?: 'sms' | 'call' | 'email' | 'totp' | 'push' | 'password' | null;
488
-
489
- /**
490
- * Field placeholder
491
- */
492
- placeholder?: string;
493
-
494
- /**
495
- * Whether field is required
496
- */
497
- required?: boolean;
498
- }
499
-
500
- export interface AuthCreateParams {
501
- /**
502
- * Domain for authentication
503
- */
504
- domain: string;
505
-
506
- /**
507
- * Name of the profile to use for this auth agent
508
- */
509
- profile_name: string;
510
-
511
- /**
512
- * Additional domains that are valid for this auth agent's authentication flow
513
- * (besides the primary domain). Useful when login pages redirect to different
514
- * domains.
515
- *
516
- * The following SSO/OAuth provider domains are automatically allowed by default
517
- * and do not need to be specified:
518
- *
519
- * - Google: accounts.google.com
520
- * - Microsoft/Azure AD: login.microsoftonline.com, login.live.com
521
- * - Okta: _.okta.com, _.oktapreview.com
522
- * - Auth0: _.auth0.com, _.us.auth0.com, _.eu.auth0.com, _.au.auth0.com
523
- * - Apple: appleid.apple.com
524
- * - GitHub: github.com
525
- * - Facebook/Meta: www.facebook.com
526
- * - LinkedIn: www.linkedin.com
527
- * - Amazon Cognito: \*.amazoncognito.com
528
- * - OneLogin: \*.onelogin.com
529
- * - Ping Identity: _.pingone.com, _.pingidentity.com
530
- */
531
- allowed_domains?: Array<string>;
532
-
533
- /**
534
- * Optional name of an existing credential to use for this auth agent. If provided,
535
- * the credential will be linked to the agent and its values will be used to
536
- * auto-fill the login form on invocation.
537
- */
538
- credential_name?: string;
539
-
540
- /**
541
- * Optional login page URL. If provided, will be stored on the agent and used to
542
- * skip discovery in future invocations.
543
- */
544
- login_url?: string;
545
-
546
- /**
547
- * Optional proxy configuration
548
- */
549
- proxy?: AuthCreateParams.Proxy;
550
- }
551
-
552
- export namespace AuthCreateParams {
553
- /**
554
- * Optional proxy configuration
555
- */
556
- export interface Proxy {
557
- /**
558
- * ID of the proxy to use
559
- */
560
- proxy_id?: string;
561
- }
562
- }
563
-
564
- export interface AuthListParams extends OffsetPaginationParams {
565
- /**
566
- * Filter by domain
567
- */
568
- domain?: string;
569
-
570
- /**
571
- * Filter by profile name
572
- */
573
- profile_name?: string;
574
- }
575
-
576
- Auth.Invocations = Invocations;
577
-
578
- export declare namespace Auth {
579
- export {
580
- type AgentAuthInvocationResponse as AgentAuthInvocationResponse,
581
- type AgentAuthSubmitResponse as AgentAuthSubmitResponse,
582
- type AuthAgent as AuthAgent,
583
- type AuthAgentCreateRequest as AuthAgentCreateRequest,
584
- type AuthAgentInvocationCreateRequest as AuthAgentInvocationCreateRequest,
585
- type AuthAgentInvocationCreateResponse as AuthAgentInvocationCreateResponse,
586
- type DiscoveredField as DiscoveredField,
587
- type AuthAgentsOffsetPagination as AuthAgentsOffsetPagination,
588
- type AuthCreateParams as AuthCreateParams,
589
- type AuthListParams as AuthListParams,
590
- };
591
-
592
- export {
593
- Invocations as Invocations,
594
- type InvocationExchangeResponse as InvocationExchangeResponse,
595
- type InvocationCreateParams as InvocationCreateParams,
596
- type InvocationExchangeParams as InvocationExchangeParams,
597
- type InvocationSubmitParams as InvocationSubmitParams,
598
- };
599
- }
@@ -1,22 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
-
3
- export {
4
- Auth,
5
- type AgentAuthInvocationResponse,
6
- type AgentAuthSubmitResponse,
7
- type AuthAgent,
8
- type AuthAgentCreateRequest,
9
- type AuthAgentInvocationCreateRequest,
10
- type AuthAgentInvocationCreateResponse,
11
- type DiscoveredField,
12
- type AuthCreateParams,
13
- type AuthListParams,
14
- type AuthAgentsOffsetPagination,
15
- } from './auth';
16
- export {
17
- Invocations,
18
- type InvocationExchangeResponse,
19
- type InvocationCreateParams,
20
- type InvocationExchangeParams,
21
- type InvocationSubmitParams,
22
- } from './invocations';