@onkernel/sdk 0.25.0 → 0.27.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.
- package/CHANGELOG.md +44 -7
- package/README.md +2 -2
- package/client.d.mts +5 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +5 -2
- package/client.d.ts.map +1 -1
- package/client.js +3 -0
- package/client.js.map +1 -1
- package/client.mjs +3 -0
- package/client.mjs.map +1 -1
- package/package.json +2 -2
- package/resources/agents/auth/auth.d.mts +35 -0
- package/resources/agents/auth/auth.d.mts.map +1 -1
- package/resources/agents/auth/auth.d.ts +35 -0
- package/resources/agents/auth/auth.d.ts.map +1 -1
- package/resources/agents/auth/auth.js.map +1 -1
- package/resources/agents/auth/auth.mjs.map +1 -1
- package/resources/agents/auth/invocations.d.mts +7 -1
- package/resources/agents/auth/invocations.d.mts.map +1 -1
- package/resources/agents/auth/invocations.d.ts +7 -1
- package/resources/agents/auth/invocations.d.ts.map +1 -1
- package/resources/browser-pools.d.mts +9 -3
- package/resources/browser-pools.d.mts.map +1 -1
- package/resources/browser-pools.d.ts +9 -3
- package/resources/browser-pools.d.ts.map +1 -1
- package/resources/browsers/browsers.d.mts +100 -8
- package/resources/browsers/browsers.d.mts.map +1 -1
- package/resources/browsers/browsers.d.ts +100 -8
- package/resources/browsers/browsers.d.ts.map +1 -1
- package/resources/browsers/browsers.js +17 -4
- package/resources/browsers/browsers.js.map +1 -1
- package/resources/browsers/browsers.mjs +17 -4
- package/resources/browsers/browsers.mjs.map +1 -1
- package/resources/browsers/index.d.mts +2 -2
- package/resources/browsers/index.d.mts.map +1 -1
- package/resources/browsers/index.d.ts +2 -2
- package/resources/browsers/index.d.ts.map +1 -1
- package/resources/browsers/index.js.map +1 -1
- package/resources/browsers/index.mjs.map +1 -1
- package/resources/browsers/process.d.mts +52 -1
- package/resources/browsers/process.d.mts.map +1 -1
- package/resources/browsers/process.d.ts +52 -1
- package/resources/browsers/process.d.ts.map +1 -1
- package/resources/browsers/process.js +19 -0
- package/resources/browsers/process.js.map +1 -1
- package/resources/browsers/process.mjs +19 -0
- package/resources/browsers/process.mjs.map +1 -1
- package/resources/credential-providers.d.mts +202 -0
- package/resources/credential-providers.d.mts.map +1 -0
- package/resources/credential-providers.d.ts +202 -0
- package/resources/credential-providers.d.ts.map +1 -0
- package/resources/credential-providers.js +89 -0
- package/resources/credential-providers.js.map +1 -0
- package/resources/credential-providers.mjs +85 -0
- package/resources/credential-providers.mjs.map +1 -0
- package/resources/index.d.mts +2 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/proxies.d.mts +16 -0
- package/resources/proxies.d.mts.map +1 -1
- package/resources/proxies.d.ts +16 -0
- package/resources/proxies.d.ts.map +1 -1
- package/src/client.ts +29 -0
- package/src/resources/agents/auth/auth.ts +42 -0
- package/src/resources/agents/auth/invocations.ts +11 -1
- package/src/resources/browser-pools.ts +9 -3
- package/src/resources/browsers/browsers.ts +128 -6
- package/src/resources/browsers/index.ts +5 -0
- package/src/resources/browsers/process.ts +68 -0
- package/src/resources/credential-providers.ts +265 -0
- package/src/resources/index.ts +13 -0
- package/src/resources/proxies.ts +20 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -6,8 +6,11 @@ export {
|
|
|
6
6
|
type Profile,
|
|
7
7
|
type BrowserCreateResponse,
|
|
8
8
|
type BrowserRetrieveResponse,
|
|
9
|
+
type BrowserUpdateResponse,
|
|
9
10
|
type BrowserListResponse,
|
|
10
11
|
type BrowserCreateParams,
|
|
12
|
+
type BrowserRetrieveParams,
|
|
13
|
+
type BrowserUpdateParams,
|
|
11
14
|
type BrowserListParams,
|
|
12
15
|
type BrowserDeleteParams,
|
|
13
16
|
type BrowserLoadExtensionsParams,
|
|
@@ -48,12 +51,14 @@ export {
|
|
|
48
51
|
Process,
|
|
49
52
|
type ProcessExecResponse,
|
|
50
53
|
type ProcessKillResponse,
|
|
54
|
+
type ProcessResizeResponse,
|
|
51
55
|
type ProcessSpawnResponse,
|
|
52
56
|
type ProcessStatusResponse,
|
|
53
57
|
type ProcessStdinResponse,
|
|
54
58
|
type ProcessStdoutStreamResponse,
|
|
55
59
|
type ProcessExecParams,
|
|
56
60
|
type ProcessKillParams,
|
|
61
|
+
type ProcessResizeParams,
|
|
57
62
|
type ProcessSpawnParams,
|
|
58
63
|
type ProcessStatusParams,
|
|
59
64
|
type ProcessStdinParams,
|
|
@@ -42,6 +42,30 @@ export class Process extends APIResource {
|
|
|
42
42
|
return this._client.post(path`/browsers/${id}/process/${processID}/kill`, { body, ...options });
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
/**
|
|
46
|
+
* Resize a PTY-backed process terminal
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* ```ts
|
|
50
|
+
* const response = await client.browsers.process.resize(
|
|
51
|
+
* '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
|
|
52
|
+
* {
|
|
53
|
+
* id: 'id',
|
|
54
|
+
* cols: 1,
|
|
55
|
+
* rows: 1,
|
|
56
|
+
* },
|
|
57
|
+
* );
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
resize(
|
|
61
|
+
processID: string,
|
|
62
|
+
params: ProcessResizeParams,
|
|
63
|
+
options?: RequestOptions,
|
|
64
|
+
): APIPromise<ProcessResizeResponse> {
|
|
65
|
+
const { id, ...body } = params;
|
|
66
|
+
return this._client.post(path`/browsers/${id}/process/${processID}/resize`, { body, ...options });
|
|
67
|
+
}
|
|
68
|
+
|
|
45
69
|
/**
|
|
46
70
|
* Execute a command asynchronously
|
|
47
71
|
*
|
|
@@ -156,6 +180,16 @@ export interface ProcessKillResponse {
|
|
|
156
180
|
ok: boolean;
|
|
157
181
|
}
|
|
158
182
|
|
|
183
|
+
/**
|
|
184
|
+
* Generic OK response.
|
|
185
|
+
*/
|
|
186
|
+
export interface ProcessResizeResponse {
|
|
187
|
+
/**
|
|
188
|
+
* Indicates success.
|
|
189
|
+
*/
|
|
190
|
+
ok: boolean;
|
|
191
|
+
}
|
|
192
|
+
|
|
159
193
|
/**
|
|
160
194
|
* Information about a spawned process.
|
|
161
195
|
*/
|
|
@@ -285,12 +319,34 @@ export interface ProcessKillParams {
|
|
|
285
319
|
signal: 'TERM' | 'KILL' | 'INT' | 'HUP';
|
|
286
320
|
}
|
|
287
321
|
|
|
322
|
+
export interface ProcessResizeParams {
|
|
323
|
+
/**
|
|
324
|
+
* Path param: Browser session ID
|
|
325
|
+
*/
|
|
326
|
+
id: string;
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Body param: New terminal columns.
|
|
330
|
+
*/
|
|
331
|
+
cols: number;
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* Body param: New terminal rows.
|
|
335
|
+
*/
|
|
336
|
+
rows: number;
|
|
337
|
+
}
|
|
338
|
+
|
|
288
339
|
export interface ProcessSpawnParams {
|
|
289
340
|
/**
|
|
290
341
|
* Executable or shell command to run.
|
|
291
342
|
*/
|
|
292
343
|
command: string;
|
|
293
344
|
|
|
345
|
+
/**
|
|
346
|
+
* Allocate a pseudo-terminal (PTY) for interactive shells.
|
|
347
|
+
*/
|
|
348
|
+
allocate_tty?: boolean;
|
|
349
|
+
|
|
294
350
|
/**
|
|
295
351
|
* Command arguments.
|
|
296
352
|
*/
|
|
@@ -306,6 +362,11 @@ export interface ProcessSpawnParams {
|
|
|
306
362
|
*/
|
|
307
363
|
as_user?: string | null;
|
|
308
364
|
|
|
365
|
+
/**
|
|
366
|
+
* Initial terminal columns. Only used when allocate_tty is true.
|
|
367
|
+
*/
|
|
368
|
+
cols?: number;
|
|
369
|
+
|
|
309
370
|
/**
|
|
310
371
|
* Working directory (absolute path) to run the command in.
|
|
311
372
|
*/
|
|
@@ -316,6 +377,11 @@ export interface ProcessSpawnParams {
|
|
|
316
377
|
*/
|
|
317
378
|
env?: { [key: string]: string };
|
|
318
379
|
|
|
380
|
+
/**
|
|
381
|
+
* Initial terminal rows. Only used when allocate_tty is true.
|
|
382
|
+
*/
|
|
383
|
+
rows?: number;
|
|
384
|
+
|
|
319
385
|
/**
|
|
320
386
|
* Maximum execution time in seconds.
|
|
321
387
|
*/
|
|
@@ -352,12 +418,14 @@ export declare namespace Process {
|
|
|
352
418
|
export {
|
|
353
419
|
type ProcessExecResponse as ProcessExecResponse,
|
|
354
420
|
type ProcessKillResponse as ProcessKillResponse,
|
|
421
|
+
type ProcessResizeResponse as ProcessResizeResponse,
|
|
355
422
|
type ProcessSpawnResponse as ProcessSpawnResponse,
|
|
356
423
|
type ProcessStatusResponse as ProcessStatusResponse,
|
|
357
424
|
type ProcessStdinResponse as ProcessStdinResponse,
|
|
358
425
|
type ProcessStdoutStreamResponse as ProcessStdoutStreamResponse,
|
|
359
426
|
type ProcessExecParams as ProcessExecParams,
|
|
360
427
|
type ProcessKillParams as ProcessKillParams,
|
|
428
|
+
type ProcessResizeParams as ProcessResizeParams,
|
|
361
429
|
type ProcessSpawnParams as ProcessSpawnParams,
|
|
362
430
|
type ProcessStatusParams as ProcessStatusParams,
|
|
363
431
|
type ProcessStdinParams as ProcessStdinParams,
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../core/resource';
|
|
4
|
+
import { APIPromise } from '../core/api-promise';
|
|
5
|
+
import { buildHeaders } from '../internal/headers';
|
|
6
|
+
import { RequestOptions } from '../internal/request-options';
|
|
7
|
+
import { path } from '../internal/utils/path';
|
|
8
|
+
|
|
9
|
+
export class CredentialProviders extends APIResource {
|
|
10
|
+
/**
|
|
11
|
+
* Configure an external credential provider (e.g., 1Password) for automatic
|
|
12
|
+
* credential lookup.
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```ts
|
|
16
|
+
* const credentialProvider =
|
|
17
|
+
* await client.credentialProviders.create({
|
|
18
|
+
* token: 'ops_eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...',
|
|
19
|
+
* provider_type: 'onepassword',
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
create(body: CredentialProviderCreateParams, options?: RequestOptions): APIPromise<CredentialProvider> {
|
|
24
|
+
return this._client.post('/org/credential-providers', { body, ...options });
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Retrieve a credential provider by its ID.
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* ```ts
|
|
32
|
+
* const credentialProvider =
|
|
33
|
+
* await client.credentialProviders.retrieve('id');
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<CredentialProvider> {
|
|
37
|
+
return this._client.get(path`/org/credential-providers/${id}`, options);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Update a credential provider's configuration.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* ```ts
|
|
45
|
+
* const credentialProvider =
|
|
46
|
+
* await client.credentialProviders.update('id');
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
update(
|
|
50
|
+
id: string,
|
|
51
|
+
body: CredentialProviderUpdateParams,
|
|
52
|
+
options?: RequestOptions,
|
|
53
|
+
): APIPromise<CredentialProvider> {
|
|
54
|
+
return this._client.patch(path`/org/credential-providers/${id}`, { body, ...options });
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* List external credential providers configured for the organization.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* ```ts
|
|
62
|
+
* const credentialProviders =
|
|
63
|
+
* await client.credentialProviders.list();
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
list(options?: RequestOptions): APIPromise<CredentialProviderListResponse> {
|
|
67
|
+
return this._client.get('/org/credential-providers', options);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Delete a credential provider by its ID.
|
|
72
|
+
*
|
|
73
|
+
* @example
|
|
74
|
+
* ```ts
|
|
75
|
+
* await client.credentialProviders.delete('id');
|
|
76
|
+
* ```
|
|
77
|
+
*/
|
|
78
|
+
delete(id: string, options?: RequestOptions): APIPromise<void> {
|
|
79
|
+
return this._client.delete(path`/org/credential-providers/${id}`, {
|
|
80
|
+
...options,
|
|
81
|
+
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Validate the credential provider's token and list accessible vaults.
|
|
87
|
+
*
|
|
88
|
+
* @example
|
|
89
|
+
* ```ts
|
|
90
|
+
* const credentialProviderTestResult =
|
|
91
|
+
* await client.credentialProviders.test('id');
|
|
92
|
+
* ```
|
|
93
|
+
*/
|
|
94
|
+
test(id: string, options?: RequestOptions): APIPromise<CredentialProviderTestResult> {
|
|
95
|
+
return this._client.post(path`/org/credential-providers/${id}/test`, options);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Request to create an external credential provider
|
|
101
|
+
*/
|
|
102
|
+
export interface CreateCredentialProviderRequest {
|
|
103
|
+
/**
|
|
104
|
+
* Service account token for the provider (e.g., 1Password service account token)
|
|
105
|
+
*/
|
|
106
|
+
token: string;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Type of credential provider
|
|
110
|
+
*/
|
|
111
|
+
provider_type: 'onepassword';
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* How long to cache credential lists (default 300 seconds)
|
|
115
|
+
*/
|
|
116
|
+
cache_ttl_seconds?: number;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* An external credential provider (e.g., 1Password) for automatic credential
|
|
121
|
+
* lookup
|
|
122
|
+
*/
|
|
123
|
+
export interface CredentialProvider {
|
|
124
|
+
/**
|
|
125
|
+
* Unique identifier for the credential provider
|
|
126
|
+
*/
|
|
127
|
+
id: string;
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* When the credential provider was created
|
|
131
|
+
*/
|
|
132
|
+
created_at: string;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Whether the provider is enabled for credential lookups
|
|
136
|
+
*/
|
|
137
|
+
enabled: boolean;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Priority order for credential lookups (lower numbers are checked first)
|
|
141
|
+
*/
|
|
142
|
+
priority: number;
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Type of credential provider
|
|
146
|
+
*/
|
|
147
|
+
provider_type: 'onepassword';
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* When the credential provider was last updated
|
|
151
|
+
*/
|
|
152
|
+
updated_at: string;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Result of testing a credential provider connection
|
|
157
|
+
*/
|
|
158
|
+
export interface CredentialProviderTestResult {
|
|
159
|
+
/**
|
|
160
|
+
* Whether the connection test was successful
|
|
161
|
+
*/
|
|
162
|
+
success: boolean;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* List of vaults accessible by the service account
|
|
166
|
+
*/
|
|
167
|
+
vaults: Array<CredentialProviderTestResult.Vault>;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Error message if the test failed
|
|
171
|
+
*/
|
|
172
|
+
error?: string;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
export namespace CredentialProviderTestResult {
|
|
176
|
+
export interface Vault {
|
|
177
|
+
/**
|
|
178
|
+
* Vault ID
|
|
179
|
+
*/
|
|
180
|
+
id: string;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Vault name
|
|
184
|
+
*/
|
|
185
|
+
name: string;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Request to update a credential provider
|
|
191
|
+
*/
|
|
192
|
+
export interface UpdateCredentialProviderRequest {
|
|
193
|
+
/**
|
|
194
|
+
* New service account token (to rotate credentials)
|
|
195
|
+
*/
|
|
196
|
+
token?: string;
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* How long to cache credential lists
|
|
200
|
+
*/
|
|
201
|
+
cache_ttl_seconds?: number;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* Whether the provider is enabled for credential lookups
|
|
205
|
+
*/
|
|
206
|
+
enabled?: boolean;
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Priority order for credential lookups (lower numbers are checked first)
|
|
210
|
+
*/
|
|
211
|
+
priority?: number;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export type CredentialProviderListResponse = Array<CredentialProvider>;
|
|
215
|
+
|
|
216
|
+
export interface CredentialProviderCreateParams {
|
|
217
|
+
/**
|
|
218
|
+
* Service account token for the provider (e.g., 1Password service account token)
|
|
219
|
+
*/
|
|
220
|
+
token: string;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* Type of credential provider
|
|
224
|
+
*/
|
|
225
|
+
provider_type: 'onepassword';
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* How long to cache credential lists (default 300 seconds)
|
|
229
|
+
*/
|
|
230
|
+
cache_ttl_seconds?: number;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
export interface CredentialProviderUpdateParams {
|
|
234
|
+
/**
|
|
235
|
+
* New service account token (to rotate credentials)
|
|
236
|
+
*/
|
|
237
|
+
token?: string;
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* How long to cache credential lists
|
|
241
|
+
*/
|
|
242
|
+
cache_ttl_seconds?: number;
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Whether the provider is enabled for credential lookups
|
|
246
|
+
*/
|
|
247
|
+
enabled?: boolean;
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* Priority order for credential lookups (lower numbers are checked first)
|
|
251
|
+
*/
|
|
252
|
+
priority?: number;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export declare namespace CredentialProviders {
|
|
256
|
+
export {
|
|
257
|
+
type CreateCredentialProviderRequest as CreateCredentialProviderRequest,
|
|
258
|
+
type CredentialProvider as CredentialProvider,
|
|
259
|
+
type CredentialProviderTestResult as CredentialProviderTestResult,
|
|
260
|
+
type UpdateCredentialProviderRequest as UpdateCredentialProviderRequest,
|
|
261
|
+
type CredentialProviderListResponse as CredentialProviderListResponse,
|
|
262
|
+
type CredentialProviderCreateParams as CredentialProviderCreateParams,
|
|
263
|
+
type CredentialProviderUpdateParams as CredentialProviderUpdateParams,
|
|
264
|
+
};
|
|
265
|
+
}
|
package/src/resources/index.ts
CHANGED
|
@@ -25,13 +25,26 @@ export {
|
|
|
25
25
|
type Profile,
|
|
26
26
|
type BrowserCreateResponse,
|
|
27
27
|
type BrowserRetrieveResponse,
|
|
28
|
+
type BrowserUpdateResponse,
|
|
28
29
|
type BrowserListResponse,
|
|
29
30
|
type BrowserCreateParams,
|
|
31
|
+
type BrowserRetrieveParams,
|
|
32
|
+
type BrowserUpdateParams,
|
|
30
33
|
type BrowserListParams,
|
|
31
34
|
type BrowserDeleteParams,
|
|
32
35
|
type BrowserLoadExtensionsParams,
|
|
33
36
|
type BrowserListResponsesOffsetPagination,
|
|
34
37
|
} from './browsers/browsers';
|
|
38
|
+
export {
|
|
39
|
+
CredentialProviders,
|
|
40
|
+
type CreateCredentialProviderRequest,
|
|
41
|
+
type CredentialProvider,
|
|
42
|
+
type CredentialProviderTestResult,
|
|
43
|
+
type UpdateCredentialProviderRequest,
|
|
44
|
+
type CredentialProviderListResponse,
|
|
45
|
+
type CredentialProviderCreateParams,
|
|
46
|
+
type CredentialProviderUpdateParams,
|
|
47
|
+
} from './credential-providers';
|
|
35
48
|
export {
|
|
36
49
|
Credentials,
|
|
37
50
|
type CreateCredentialRequest,
|
package/src/resources/proxies.ts
CHANGED
|
@@ -68,6 +68,11 @@ export interface ProxyCreateResponse {
|
|
|
68
68
|
| ProxyCreateResponse.MobileProxyConfig
|
|
69
69
|
| ProxyCreateResponse.CustomProxyConfig;
|
|
70
70
|
|
|
71
|
+
/**
|
|
72
|
+
* IP address that the proxy uses when making requests.
|
|
73
|
+
*/
|
|
74
|
+
ip_address?: string;
|
|
75
|
+
|
|
71
76
|
/**
|
|
72
77
|
* Timestamp of the last health check performed on this proxy.
|
|
73
78
|
*/
|
|
@@ -288,6 +293,11 @@ export interface ProxyRetrieveResponse {
|
|
|
288
293
|
| ProxyRetrieveResponse.MobileProxyConfig
|
|
289
294
|
| ProxyRetrieveResponse.CustomProxyConfig;
|
|
290
295
|
|
|
296
|
+
/**
|
|
297
|
+
* IP address that the proxy uses when making requests.
|
|
298
|
+
*/
|
|
299
|
+
ip_address?: string;
|
|
300
|
+
|
|
291
301
|
/**
|
|
292
302
|
* Timestamp of the last health check performed on this proxy.
|
|
293
303
|
*/
|
|
@@ -511,6 +521,11 @@ export namespace ProxyListResponse {
|
|
|
511
521
|
| ProxyListResponseItem.MobileProxyConfig
|
|
512
522
|
| ProxyListResponseItem.CustomProxyConfig;
|
|
513
523
|
|
|
524
|
+
/**
|
|
525
|
+
* IP address that the proxy uses when making requests.
|
|
526
|
+
*/
|
|
527
|
+
ip_address?: string;
|
|
528
|
+
|
|
514
529
|
/**
|
|
515
530
|
* Timestamp of the last health check performed on this proxy.
|
|
516
531
|
*/
|
|
@@ -732,6 +747,11 @@ export interface ProxyCheckResponse {
|
|
|
732
747
|
| ProxyCheckResponse.MobileProxyConfig
|
|
733
748
|
| ProxyCheckResponse.CustomProxyConfig;
|
|
734
749
|
|
|
750
|
+
/**
|
|
751
|
+
* IP address that the proxy uses when making requests.
|
|
752
|
+
*/
|
|
753
|
+
ip_address?: string;
|
|
754
|
+
|
|
735
755
|
/**
|
|
736
756
|
* Timestamp of the last health check performed on this proxy.
|
|
737
757
|
*/
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.27.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.27.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.27.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.27.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|