@onkernel/sdk 0.61.0 → 0.63.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 (134) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/client.d.mts +10 -13
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +10 -13
  5. package/client.d.ts.map +1 -1
  6. package/client.js +0 -3
  7. package/client.js.map +1 -1
  8. package/client.mjs +0 -3
  9. package/client.mjs.map +1 -1
  10. package/internal/qs/formats.d.mts +7 -0
  11. package/internal/qs/formats.d.mts.map +1 -0
  12. package/internal/qs/formats.d.ts +7 -0
  13. package/internal/qs/formats.d.ts.map +1 -0
  14. package/internal/qs/formats.js +13 -0
  15. package/internal/qs/formats.js.map +1 -0
  16. package/internal/qs/formats.mjs +9 -0
  17. package/internal/qs/formats.mjs.map +1 -0
  18. package/internal/qs/index.d.mts +10 -0
  19. package/internal/qs/index.d.mts.map +1 -0
  20. package/internal/qs/index.d.ts +10 -0
  21. package/internal/qs/index.d.ts.map +1 -0
  22. package/internal/qs/index.js +14 -0
  23. package/internal/qs/index.js.map +1 -0
  24. package/internal/qs/index.mjs +10 -0
  25. package/internal/qs/index.mjs.map +1 -0
  26. package/internal/qs/stringify.d.mts +3 -0
  27. package/internal/qs/stringify.d.mts.map +1 -0
  28. package/internal/qs/stringify.d.ts +3 -0
  29. package/internal/qs/stringify.d.ts.map +1 -0
  30. package/internal/qs/stringify.js +277 -0
  31. package/internal/qs/stringify.js.map +1 -0
  32. package/internal/qs/stringify.mjs +274 -0
  33. package/internal/qs/stringify.mjs.map +1 -0
  34. package/internal/qs/types.d.mts +57 -0
  35. package/internal/qs/types.d.mts.map +1 -0
  36. package/internal/qs/types.d.ts +57 -0
  37. package/internal/qs/types.d.ts.map +1 -0
  38. package/internal/qs/types.js +3 -0
  39. package/internal/qs/types.js.map +1 -0
  40. package/internal/qs/types.mjs +2 -0
  41. package/internal/qs/types.mjs.map +1 -0
  42. package/internal/qs/utils.d.mts +15 -0
  43. package/internal/qs/utils.d.mts.map +1 -0
  44. package/internal/qs/utils.d.ts +15 -0
  45. package/internal/qs/utils.d.ts.map +1 -0
  46. package/internal/qs/utils.js +230 -0
  47. package/internal/qs/utils.js.map +1 -0
  48. package/internal/qs/utils.mjs +217 -0
  49. package/internal/qs/utils.mjs.map +1 -0
  50. package/internal/utils/query.d.mts +0 -3
  51. package/internal/utils/query.d.mts.map +1 -1
  52. package/internal/utils/query.d.ts +0 -3
  53. package/internal/utils/query.d.ts.map +1 -1
  54. package/internal/utils/query.js +3 -16
  55. package/internal/utils/query.js.map +1 -1
  56. package/internal/utils/query.mjs +2 -16
  57. package/internal/utils/query.mjs.map +1 -1
  58. package/package.json +1 -1
  59. package/resources/browser-pools.d.mts +19 -4
  60. package/resources/browser-pools.d.mts.map +1 -1
  61. package/resources/browser-pools.d.ts +19 -4
  62. package/resources/browser-pools.d.ts.map +1 -1
  63. package/resources/browser-pools.js +7 -3
  64. package/resources/browser-pools.js.map +1 -1
  65. package/resources/browser-pools.mjs +7 -3
  66. package/resources/browser-pools.mjs.map +1 -1
  67. package/resources/browsers/browsers.d.mts +63 -2
  68. package/resources/browsers/browsers.d.mts.map +1 -1
  69. package/resources/browsers/browsers.d.ts +63 -2
  70. package/resources/browsers/browsers.d.ts.map +1 -1
  71. package/resources/browsers/browsers.js.map +1 -1
  72. package/resources/browsers/browsers.mjs.map +1 -1
  73. package/resources/browsers/index.d.mts +1 -1
  74. package/resources/browsers/index.d.mts.map +1 -1
  75. package/resources/browsers/index.d.ts +1 -1
  76. package/resources/browsers/index.d.ts.map +1 -1
  77. package/resources/browsers/index.js.map +1 -1
  78. package/resources/browsers/index.mjs.map +1 -1
  79. package/resources/credential-providers.d.mts +10 -5
  80. package/resources/credential-providers.d.mts.map +1 -1
  81. package/resources/credential-providers.d.ts +10 -5
  82. package/resources/credential-providers.d.ts.map +1 -1
  83. package/resources/credential-providers.js +10 -4
  84. package/resources/credential-providers.js.map +1 -1
  85. package/resources/credential-providers.mjs +10 -4
  86. package/resources/credential-providers.mjs.map +1 -1
  87. package/resources/extensions.d.mts +35 -31
  88. package/resources/extensions.d.mts.map +1 -1
  89. package/resources/extensions.d.ts +35 -31
  90. package/resources/extensions.d.ts.map +1 -1
  91. package/resources/extensions.js +10 -3
  92. package/resources/extensions.js.map +1 -1
  93. package/resources/extensions.mjs +10 -3
  94. package/resources/extensions.mjs.map +1 -1
  95. package/resources/index.d.mts +5 -5
  96. package/resources/index.d.mts.map +1 -1
  97. package/resources/index.d.ts +5 -5
  98. package/resources/index.d.ts.map +1 -1
  99. package/resources/index.js.map +1 -1
  100. package/resources/index.mjs.map +1 -1
  101. package/resources/invocations.d.mts +9 -0
  102. package/resources/invocations.d.mts.map +1 -1
  103. package/resources/invocations.d.ts +9 -0
  104. package/resources/invocations.d.ts.map +1 -1
  105. package/resources/proxies.d.mts +111 -110
  106. package/resources/proxies.d.mts.map +1 -1
  107. package/resources/proxies.d.ts +111 -110
  108. package/resources/proxies.d.ts.map +1 -1
  109. package/resources/proxies.js +3 -2
  110. package/resources/proxies.js.map +1 -1
  111. package/resources/proxies.mjs +3 -2
  112. package/resources/proxies.mjs.map +1 -1
  113. package/src/client.ts +18 -7
  114. package/src/internal/qs/LICENSE.md +13 -0
  115. package/src/internal/qs/README.md +3 -0
  116. package/src/internal/qs/formats.ts +10 -0
  117. package/src/internal/qs/index.ts +13 -0
  118. package/src/internal/qs/stringify.ts +385 -0
  119. package/src/internal/qs/types.ts +71 -0
  120. package/src/internal/qs/utils.ts +265 -0
  121. package/src/internal/utils/query.ts +2 -18
  122. package/src/resources/browser-pools.ts +27 -6
  123. package/src/resources/browsers/browsers.ts +71 -1
  124. package/src/resources/browsers/index.ts +1 -0
  125. package/src/resources/credential-providers.ts +19 -7
  126. package/src/resources/extensions.ts +41 -29
  127. package/src/resources/index.ts +9 -2
  128. package/src/resources/invocations.ts +11 -0
  129. package/src/resources/proxies.ts +120 -114
  130. package/src/version.ts +1 -1
  131. package/version.d.mts +1 -1
  132. package/version.d.ts +1 -1
  133. package/version.js +1 -1
  134. package/version.mjs +1 -1
@@ -2,6 +2,7 @@
2
2
 
3
3
  import { APIResource } from '../core/resource';
4
4
  import { APIPromise } from '../core/api-promise';
5
+ import { OffsetPagination, type OffsetPaginationParams, PagePromise } from '../core/pagination';
5
6
  import { type Uploadable } from '../core/uploads';
6
7
  import { buildHeaders } from '../internal/headers';
7
8
  import { RequestOptions } from '../internal/request-options';
@@ -17,11 +18,20 @@ export class Extensions extends APIResource {
17
18
  *
18
19
  * @example
19
20
  * ```ts
20
- * const extensions = await client.extensions.list();
21
+ * // Automatically fetches more pages as needed.
22
+ * for await (const extensionListResponse of client.extensions.list()) {
23
+ * // ...
24
+ * }
21
25
  * ```
22
26
  */
23
- list(options?: RequestOptions): APIPromise<ExtensionListResponse> {
24
- return this._client.get('/extensions', options);
27
+ list(
28
+ query: ExtensionListParams | null | undefined = {},
29
+ options?: RequestOptions,
30
+ ): PagePromise<ExtensionListResponsesOffsetPagination, ExtensionListResponse> {
31
+ return this._client.getAPIList('/extensions', OffsetPagination<ExtensionListResponse>, {
32
+ query,
33
+ ...options,
34
+ });
25
35
  }
26
36
 
27
37
  /**
@@ -103,39 +113,37 @@ export class Extensions extends APIResource {
103
113
  }
104
114
  }
105
115
 
106
- export type ExtensionListResponse = Array<ExtensionListResponse.ExtensionListResponseItem>;
116
+ export type ExtensionListResponsesOffsetPagination = OffsetPagination<ExtensionListResponse>;
107
117
 
108
- export namespace ExtensionListResponse {
118
+ /**
119
+ * A browser extension uploaded to Kernel.
120
+ */
121
+ export interface ExtensionListResponse {
109
122
  /**
110
- * A browser extension uploaded to Kernel.
123
+ * Unique identifier for the extension
111
124
  */
112
- export interface ExtensionListResponseItem {
113
- /**
114
- * Unique identifier for the extension
115
- */
116
- id: string;
125
+ id: string;
117
126
 
118
- /**
119
- * Timestamp when the extension was created
120
- */
121
- created_at: string;
127
+ /**
128
+ * Timestamp when the extension was created
129
+ */
130
+ created_at: string;
122
131
 
123
- /**
124
- * Size of the extension archive in bytes
125
- */
126
- size_bytes: number;
132
+ /**
133
+ * Size of the extension archive in bytes
134
+ */
135
+ size_bytes: number;
127
136
 
128
- /**
129
- * Timestamp when the extension was last used
130
- */
131
- last_used_at?: string | null;
137
+ /**
138
+ * Timestamp when the extension was last used
139
+ */
140
+ last_used_at?: string | null;
132
141
 
133
- /**
134
- * Optional, easier-to-reference name for the extension. Must be unique within the
135
- * project.
136
- */
137
- name?: string | null;
138
- }
142
+ /**
143
+ * Optional, easier-to-reference name for the extension. Must be unique within the
144
+ * project.
145
+ */
146
+ name?: string | null;
139
147
  }
140
148
 
141
149
  /**
@@ -169,6 +177,8 @@ export interface ExtensionUploadResponse {
169
177
  name?: string | null;
170
178
  }
171
179
 
180
+ export interface ExtensionListParams extends OffsetPaginationParams {}
181
+
172
182
  export interface ExtensionDownloadFromChromeStoreParams {
173
183
  /**
174
184
  * Chrome Web Store URL for the extension.
@@ -197,6 +207,8 @@ export declare namespace Extensions {
197
207
  export {
198
208
  type ExtensionListResponse as ExtensionListResponse,
199
209
  type ExtensionUploadResponse as ExtensionUploadResponse,
210
+ type ExtensionListResponsesOffsetPagination as ExtensionListResponsesOffsetPagination,
211
+ type ExtensionListParams as ExtensionListParams,
200
212
  type ExtensionDownloadFromChromeStoreParams as ExtensionDownloadFromChromeStoreParams,
201
213
  type ExtensionUploadParams as ExtensionUploadParams,
202
214
  };
@@ -20,19 +20,21 @@ export { Auth } from './auth/auth';
20
20
  export {
21
21
  BrowserPools,
22
22
  type BrowserPool,
23
- type BrowserPoolListResponse,
24
23
  type BrowserPoolAcquireResponse,
25
24
  type BrowserPoolCreateParams,
26
25
  type BrowserPoolUpdateParams,
26
+ type BrowserPoolListParams,
27
27
  type BrowserPoolDeleteParams,
28
28
  type BrowserPoolAcquireParams,
29
29
  type BrowserPoolReleaseParams,
30
+ type BrowserPoolsOffsetPagination,
30
31
  } from './browser-pools';
31
32
  export {
32
33
  Browsers,
33
34
  type BrowserPoolRef,
34
35
  type BrowserUsage,
35
36
  type Profile,
37
+ type Tags,
36
38
  type BrowserCreateResponse,
37
39
  type BrowserRetrieveResponse,
38
40
  type BrowserUpdateResponse,
@@ -54,10 +56,11 @@ export {
54
56
  type CredentialProviderItem,
55
57
  type CredentialProviderTestResult,
56
58
  type UpdateCredentialProviderRequest,
57
- type CredentialProviderListResponse,
58
59
  type CredentialProviderListItemsResponse,
59
60
  type CredentialProviderCreateParams,
60
61
  type CredentialProviderUpdateParams,
62
+ type CredentialProviderListParams,
63
+ type CredentialProvidersOffsetPagination,
61
64
  } from './credential-providers';
62
65
  export {
63
66
  Credentials,
@@ -86,8 +89,10 @@ export {
86
89
  Extensions,
87
90
  type ExtensionListResponse,
88
91
  type ExtensionUploadResponse,
92
+ type ExtensionListParams,
89
93
  type ExtensionDownloadFromChromeStoreParams,
90
94
  type ExtensionUploadParams,
95
+ type ExtensionListResponsesOffsetPagination,
91
96
  } from './extensions';
92
97
  export {
93
98
  Invocations,
@@ -122,5 +127,7 @@ export {
122
127
  type ProxyListResponse,
123
128
  type ProxyCheckResponse,
124
129
  type ProxyCreateParams,
130
+ type ProxyListParams,
125
131
  type ProxyCheckParams,
132
+ type ProxyListResponsesOffsetPagination,
126
133
  } from './proxies';
@@ -488,6 +488,11 @@ export namespace InvocationListBrowsersResponse {
488
488
  */
489
489
  kiosk_mode?: boolean;
490
490
 
491
+ /**
492
+ * Human-readable name of the browser session, if one was set at creation.
493
+ */
494
+ name?: string;
495
+
491
496
  /**
492
497
  * Browser pool this session was acquired from, if any.
493
498
  */
@@ -512,6 +517,12 @@ export namespace InvocationListBrowsersResponse {
512
517
  */
513
518
  start_url?: string;
514
519
 
520
+ /**
521
+ * User-defined key-value tags that were set on this browser session, if any.
522
+ * Echoed back when present.
523
+ */
524
+ tags?: BrowsersAPI.Tags;
525
+
515
526
  /**
516
527
  * Active telemetry configuration for the session, if any.
517
528
  */
@@ -2,6 +2,7 @@
2
2
 
3
3
  import { APIResource } from '../core/resource';
4
4
  import { APIPromise } from '../core/api-promise';
5
+ import { OffsetPagination, type OffsetPaginationParams, PagePromise } from '../core/pagination';
5
6
  import { buildHeaders } from '../internal/headers';
6
7
  import { RequestOptions } from '../internal/request-options';
7
8
  import { path } from '../internal/utils/path';
@@ -27,8 +28,11 @@ export class Proxies extends APIResource {
27
28
  /**
28
29
  * List proxies owned by the caller's organization.
29
30
  */
30
- list(options?: RequestOptions): APIPromise<ProxyListResponse> {
31
- return this._client.get('/proxies', options);
31
+ list(
32
+ query: ProxyListParams | null | undefined = {},
33
+ options?: RequestOptions,
34
+ ): PagePromise<ProxyListResponsesOffsetPagination, ProxyListResponse> {
35
+ return this._client.getAPIList('/proxies', OffsetPagination<ProxyListResponse>, { query, ...options });
32
36
  }
33
37
 
34
38
  /**
@@ -58,6 +62,8 @@ export class Proxies extends APIResource {
58
62
  }
59
63
  }
60
64
 
65
+ export type ProxyListResponsesOffsetPagination = OffsetPagination<ProxyListResponse>;
66
+
61
67
  /**
62
68
  * Configuration for routing traffic through a proxy.
63
69
  */
@@ -370,163 +376,159 @@ export namespace ProxyRetrieveResponse {
370
376
  }
371
377
  }
372
378
 
373
- export type ProxyListResponse = Array<ProxyListResponse.ProxyListResponseItem>;
379
+ /**
380
+ * Configuration for routing traffic through a proxy.
381
+ */
382
+ export interface ProxyListResponse {
383
+ /**
384
+ * Proxy type to use. In terms of quality for avoiding bot-detection, from best to
385
+ * worst: `mobile` > `residential` > `isp` > `datacenter`.
386
+ */
387
+ type: 'datacenter' | 'isp' | 'residential' | 'mobile' | 'custom';
388
+
389
+ id?: string;
390
+
391
+ /**
392
+ * Hostnames that should bypass the parent proxy and connect directly.
393
+ */
394
+ bypass_hosts?: Array<string>;
395
+
396
+ /**
397
+ * Configuration specific to the selected proxy `type`.
398
+ */
399
+ config?:
400
+ | ProxyListResponse.DatacenterProxyConfig
401
+ | ProxyListResponse.IspProxyConfig
402
+ | ProxyListResponse.ResidentialProxyConfig
403
+ | ProxyListResponse.MobileProxyConfig
404
+ | ProxyListResponse.CustomProxyConfig;
405
+
406
+ /**
407
+ * IP address that the proxy uses when making requests.
408
+ */
409
+ ip_address?: string;
410
+
411
+ /**
412
+ * Timestamp of the last health check performed on this proxy.
413
+ */
414
+ last_checked?: string;
415
+
416
+ /**
417
+ * Readable name of the proxy.
418
+ */
419
+ name?: string;
420
+
421
+ /**
422
+ * Protocol to use for the proxy connection.
423
+ */
424
+ protocol?: 'http' | 'https';
425
+
426
+ /**
427
+ * Current health status of the proxy.
428
+ */
429
+ status?: 'available' | 'unavailable';
430
+ }
374
431
 
375
432
  export namespace ProxyListResponse {
376
433
  /**
377
- * Configuration for routing traffic through a proxy.
434
+ * Configuration for a datacenter proxy.
378
435
  */
379
- export interface ProxyListResponseItem {
436
+ export interface DatacenterProxyConfig {
380
437
  /**
381
- * Proxy type to use. In terms of quality for avoiding bot-detection, from best to
382
- * worst: `mobile` > `residential` > `isp` > `datacenter`.
438
+ * ISO 3166 country code. Defaults to US if not provided.
383
439
  */
384
- type: 'datacenter' | 'isp' | 'residential' | 'mobile' | 'custom';
385
-
386
- id?: string;
440
+ country?: string;
441
+ }
387
442
 
443
+ /**
444
+ * Configuration for an ISP proxy.
445
+ */
446
+ export interface IspProxyConfig {
388
447
  /**
389
- * Hostnames that should bypass the parent proxy and connect directly.
448
+ * ISO 3166 country code. Defaults to US if not provided.
390
449
  */
391
- bypass_hosts?: Array<string>;
450
+ country?: string;
451
+ }
392
452
 
453
+ /**
454
+ * Configuration for residential proxies.
455
+ */
456
+ export interface ResidentialProxyConfig {
393
457
  /**
394
- * Configuration specific to the selected proxy `type`.
458
+ * Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html
395
459
  */
396
- config?:
397
- | ProxyListResponseItem.DatacenterProxyConfig
398
- | ProxyListResponseItem.IspProxyConfig
399
- | ProxyListResponseItem.ResidentialProxyConfig
400
- | ProxyListResponseItem.MobileProxyConfig
401
- | ProxyListResponseItem.CustomProxyConfig;
460
+ asn?: string;
402
461
 
403
462
  /**
404
- * IP address that the proxy uses when making requests.
463
+ * City name (no spaces, e.g. `sanfrancisco`). If provided, `country` must also be
464
+ * provided.
405
465
  */
406
- ip_address?: string;
466
+ city?: string;
407
467
 
408
468
  /**
409
- * Timestamp of the last health check performed on this proxy.
469
+ * ISO 3166 country code.
410
470
  */
411
- last_checked?: string;
471
+ country?: string;
412
472
 
413
473
  /**
414
- * Readable name of the proxy.
474
+ * @deprecated Operating system of the residential device.
415
475
  */
416
- name?: string;
476
+ os?: 'windows' | 'macos' | 'android';
417
477
 
418
478
  /**
419
- * Protocol to use for the proxy connection.
479
+ * Two-letter state code.
420
480
  */
421
- protocol?: 'http' | 'https';
481
+ state?: string;
422
482
 
423
483
  /**
424
- * Current health status of the proxy.
484
+ * US ZIP code.
425
485
  */
426
- status?: 'available' | 'unavailable';
486
+ zip?: string;
427
487
  }
428
488
 
429
- export namespace ProxyListResponseItem {
489
+ /**
490
+ * Configuration for mobile proxies.
491
+ */
492
+ export interface MobileProxyConfig {
430
493
  /**
431
- * Configuration for a datacenter proxy.
494
+ * Provider city alias. Mobile carrier routing can make observed geo vary.
432
495
  */
433
- export interface DatacenterProxyConfig {
434
- /**
435
- * ISO 3166 country code. Defaults to US if not provided.
436
- */
437
- country?: string;
438
- }
496
+ city?: string;
439
497
 
440
498
  /**
441
- * Configuration for an ISP proxy.
499
+ * ISO 3166 country code
442
500
  */
443
- export interface IspProxyConfig {
444
- /**
445
- * ISO 3166 country code. Defaults to US if not provided.
446
- */
447
- country?: string;
448
- }
501
+ country?: string;
449
502
 
450
503
  /**
451
- * Configuration for residential proxies.
504
+ * US-only state code. Mobile carrier routing can make observed geo vary.
452
505
  */
453
- export interface ResidentialProxyConfig {
454
- /**
455
- * Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html
456
- */
457
- asn?: string;
458
-
459
- /**
460
- * City name (no spaces, e.g. `sanfrancisco`). If provided, `country` must also be
461
- * provided.
462
- */
463
- city?: string;
464
-
465
- /**
466
- * ISO 3166 country code.
467
- */
468
- country?: string;
469
-
470
- /**
471
- * @deprecated Operating system of the residential device.
472
- */
473
- os?: 'windows' | 'macos' | 'android';
474
-
475
- /**
476
- * Two-letter state code.
477
- */
478
- state?: string;
479
-
480
- /**
481
- * US ZIP code.
482
- */
483
- zip?: string;
484
- }
506
+ state?: string;
507
+ }
485
508
 
509
+ /**
510
+ * Configuration for a custom proxy (e.g., private proxy server).
511
+ */
512
+ export interface CustomProxyConfig {
486
513
  /**
487
- * Configuration for mobile proxies.
514
+ * Proxy host address or IP.
488
515
  */
489
- export interface MobileProxyConfig {
490
- /**
491
- * Provider city alias. Mobile carrier routing can make observed geo vary.
492
- */
493
- city?: string;
494
-
495
- /**
496
- * ISO 3166 country code
497
- */
498
- country?: string;
499
-
500
- /**
501
- * US-only state code. Mobile carrier routing can make observed geo vary.
502
- */
503
- state?: string;
504
- }
516
+ host: string;
505
517
 
506
518
  /**
507
- * Configuration for a custom proxy (e.g., private proxy server).
519
+ * Proxy port.
508
520
  */
509
- export interface CustomProxyConfig {
510
- /**
511
- * Proxy host address or IP.
512
- */
513
- host: string;
514
-
515
- /**
516
- * Proxy port.
517
- */
518
- port: number;
521
+ port: number;
519
522
 
520
- /**
521
- * Whether the proxy has a password.
522
- */
523
- has_password?: boolean;
523
+ /**
524
+ * Whether the proxy has a password.
525
+ */
526
+ has_password?: boolean;
524
527
 
525
- /**
526
- * Username for proxy authentication.
527
- */
528
- username?: string;
529
- }
528
+ /**
529
+ * Username for proxy authentication.
530
+ */
531
+ username?: string;
530
532
  }
531
533
  }
532
534
 
@@ -822,6 +824,8 @@ export namespace ProxyCreateParams {
822
824
  }
823
825
  }
824
826
 
827
+ export interface ProxyListParams extends OffsetPaginationParams {}
828
+
825
829
  export interface ProxyCheckParams {
826
830
  /**
827
831
  * An optional URL to test reachability against. If provided, the proxy check will
@@ -846,7 +850,9 @@ export declare namespace Proxies {
846
850
  type ProxyRetrieveResponse as ProxyRetrieveResponse,
847
851
  type ProxyListResponse as ProxyListResponse,
848
852
  type ProxyCheckResponse as ProxyCheckResponse,
853
+ type ProxyListResponsesOffsetPagination as ProxyListResponsesOffsetPagination,
849
854
  type ProxyCreateParams as ProxyCreateParams,
855
+ type ProxyListParams as ProxyListParams,
850
856
  type ProxyCheckParams as ProxyCheckParams,
851
857
  };
852
858
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.61.0'; // x-release-please-version
1
+ export const VERSION = '0.63.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.61.0";
1
+ export declare const VERSION = "0.63.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.61.0";
1
+ export declare const VERSION = "0.63.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.61.0'; // x-release-please-version
4
+ exports.VERSION = '0.63.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.61.0'; // x-release-please-version
1
+ export const VERSION = '0.63.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map