@onkernel/sdk 0.92.0 → 0.94.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 (79) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/client.d.mts +6 -0
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +6 -0
  5. package/client.d.ts.map +1 -1
  6. package/client.js +6 -0
  7. package/client.js.map +1 -1
  8. package/client.mjs +6 -0
  9. package/client.mjs.map +1 -1
  10. package/lib/browser-routing.d.mts +1 -0
  11. package/lib/browser-routing.d.mts.map +1 -1
  12. package/lib/browser-routing.d.ts +1 -0
  13. package/lib/browser-routing.d.ts.map +1 -1
  14. package/lib/browser-routing.js +17 -2
  15. package/lib/browser-routing.js.map +1 -1
  16. package/lib/browser-routing.mjs +17 -2
  17. package/lib/browser-routing.mjs.map +1 -1
  18. package/package.json +1 -1
  19. package/resources/auth/connections.d.mts +70 -52
  20. package/resources/auth/connections.d.mts.map +1 -1
  21. package/resources/auth/connections.d.ts +70 -52
  22. package/resources/auth/connections.d.ts.map +1 -1
  23. package/resources/browser-pools.d.mts +18 -18
  24. package/resources/browser-pools.d.ts +18 -18
  25. package/resources/browsers/browsers.d.mts +15 -15
  26. package/resources/browsers/browsers.d.mts.map +1 -1
  27. package/resources/browsers/browsers.d.ts +15 -15
  28. package/resources/browsers/browsers.d.ts.map +1 -1
  29. package/resources/browsers/browsers.js.map +1 -1
  30. package/resources/browsers/browsers.mjs.map +1 -1
  31. package/resources/browsers/index.d.mts +1 -1
  32. package/resources/browsers/index.d.mts.map +1 -1
  33. package/resources/browsers/index.d.ts +1 -1
  34. package/resources/browsers/index.d.ts.map +1 -1
  35. package/resources/browsers/index.js.map +1 -1
  36. package/resources/browsers/index.mjs.map +1 -1
  37. package/resources/browsers/telemetry.d.mts +2076 -66
  38. package/resources/browsers/telemetry.d.mts.map +1 -1
  39. package/resources/browsers/telemetry.d.ts +2076 -66
  40. package/resources/browsers/telemetry.d.ts.map +1 -1
  41. package/resources/index.d.mts +1 -0
  42. package/resources/index.d.mts.map +1 -1
  43. package/resources/index.d.ts +1 -0
  44. package/resources/index.d.ts.map +1 -1
  45. package/resources/index.js +3 -1
  46. package/resources/index.js.map +1 -1
  47. package/resources/index.mjs +1 -0
  48. package/resources/index.mjs.map +1 -1
  49. package/resources/proxies.d.mts +4 -1
  50. package/resources/proxies.d.mts.map +1 -1
  51. package/resources/proxies.d.ts +4 -1
  52. package/resources/proxies.d.ts.map +1 -1
  53. package/resources/proxies.js +4 -1
  54. package/resources/proxies.js.map +1 -1
  55. package/resources/proxies.mjs +4 -1
  56. package/resources/proxies.mjs.map +1 -1
  57. package/resources/site-configs.d.mts +445 -0
  58. package/resources/site-configs.d.mts.map +1 -0
  59. package/resources/site-configs.d.ts +445 -0
  60. package/resources/site-configs.d.ts.map +1 -0
  61. package/resources/site-configs.js +88 -0
  62. package/resources/site-configs.js.map +1 -0
  63. package/resources/site-configs.mjs +84 -0
  64. package/resources/site-configs.mjs.map +1 -0
  65. package/src/client.ts +52 -0
  66. package/src/lib/browser-routing.ts +18 -2
  67. package/src/resources/auth/connections.ts +76 -54
  68. package/src/resources/browser-pools.ts +18 -18
  69. package/src/resources/browsers/browsers.ts +27 -13
  70. package/src/resources/browsers/index.ts +7 -0
  71. package/src/resources/browsers/telemetry.ts +2582 -69
  72. package/src/resources/index.ts +23 -0
  73. package/src/resources/proxies.ts +4 -1
  74. package/src/resources/site-configs.ts +578 -0
  75. package/src/version.ts +1 -1
  76. package/version.d.mts +1 -1
  77. package/version.d.ts +1 -1
  78. package/version.js +1 -1
  79. package/version.mjs +1 -1
@@ -156,4 +156,27 @@ export {
156
156
  type ProxyCheckParams,
157
157
  type ProxyListResponsesOffsetPagination,
158
158
  } from './proxies';
159
+ export {
160
+ SiteConfigs,
161
+ type Analysis,
162
+ type AnalysisSummary,
163
+ type Browser,
164
+ type Evidence,
165
+ type LookupRequest,
166
+ type LookupResponse,
167
+ type NoRecommendation,
168
+ type Proxy,
169
+ type Recommendation,
170
+ type RecommendationResult,
171
+ type RecommendationSummary,
172
+ type ResolveRequest,
173
+ type SiteConfigResponse,
174
+ type Target,
175
+ type SiteConfigListParams,
176
+ type SiteConfigListRecommendationsParams,
177
+ type SiteConfigLookupParams,
178
+ type SiteConfigResolveParams,
179
+ type AnalysisSummariesOffsetPagination,
180
+ type RecommendationSummariesOffsetPagination,
181
+ } from './site-configs';
159
182
  export { Telemetry } from './telemetry/telemetry';
@@ -73,7 +73,10 @@ export class Proxies extends APIResource {
73
73
  }
74
74
 
75
75
  /**
76
- * Soft delete a proxy. Sessions referencing it are not modified.
76
+ * Soft delete a proxy. Session records referencing it are not modified. If egress
77
+ * binding polling is enabled, existing tunnels for active sessions using the proxy
78
+ * are terminated within one polling interval; subsequent connections through the
79
+ * deleted proxy are rejected.
77
80
  *
78
81
  * @example
79
82
  * ```ts
@@ -0,0 +1,578 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../core/resource';
4
+ import * as Shared from './shared';
5
+ import { APIPromise } from '../core/api-promise';
6
+ import { OffsetPagination, type OffsetPaginationParams, PagePromise } from '../core/pagination';
7
+ import { RequestOptions } from '../internal/request-options';
8
+ import { path } from '../internal/utils/path';
9
+
10
+ /**
11
+ * Resolve browser and proxy recommendations for bot-protected sites.
12
+ */
13
+ export class SiteConfigs extends APIResource {
14
+ /**
15
+ * Returns a project-scoped historical analysis and the recommendation outcome
16
+ * concluded by that run. Later knowledge does not change this response.
17
+ *
18
+ * @example
19
+ * ```ts
20
+ * const siteConfigResponse =
21
+ * await client.siteConfigs.retrieve('id');
22
+ * ```
23
+ */
24
+ retrieve(id: string, options?: RequestOptions): APIPromise<SiteConfigResponse> {
25
+ return this._client.get(path`/site-configs/${id}`, options);
26
+ }
27
+
28
+ /**
29
+ * Lists analyses for the selected project, newest first.
30
+ *
31
+ * @example
32
+ * ```ts
33
+ * // Automatically fetches more pages as needed.
34
+ * for await (const analysisSummary of client.siteConfigs.list()) {
35
+ * // ...
36
+ * }
37
+ * ```
38
+ */
39
+ list(
40
+ query: SiteConfigListParams | null | undefined = {},
41
+ options?: RequestOptions,
42
+ ): PagePromise<AnalysisSummariesOffsetPagination, AnalysisSummary> {
43
+ return this._client.getAPIList('/site-configs', OffsetPagination<AnalysisSummary>, { query, ...options });
44
+ }
45
+
46
+ /**
47
+ * Lists unique domains previously analyzed by the selected project with their
48
+ * current domain-level recommendations.
49
+ *
50
+ * @example
51
+ * ```ts
52
+ * // Automatically fetches more pages as needed.
53
+ * for await (const recommendationSummary of client.siteConfigs.listRecommendations()) {
54
+ * // ...
55
+ * }
56
+ * ```
57
+ */
58
+ listRecommendations(
59
+ query: SiteConfigListRecommendationsParams | null | undefined = {},
60
+ options?: RequestOptions,
61
+ ): PagePromise<RecommendationSummariesOffsetPagination, RecommendationSummary> {
62
+ return this._client.getAPIList('/site-configs/recommendations', OffsetPagination<RecommendationSummary>, {
63
+ query,
64
+ ...options,
65
+ });
66
+ }
67
+
68
+ /**
69
+ * Returns current global knowledge without resolving DNS, creating an analysis, or
70
+ * updating Site Config data.
71
+ *
72
+ * @example
73
+ * ```ts
74
+ * const lookupResponse = await client.siteConfigs.lookup({
75
+ * url: 'https://example.com',
76
+ * });
77
+ * ```
78
+ */
79
+ lookup(body: SiteConfigLookupParams, options?: RequestOptions): APIPromise<LookupResponse> {
80
+ return this._client.post('/site-configs/lookup', { body, ...options });
81
+ }
82
+
83
+ /**
84
+ * Explicitly starts or retries a project-scoped background analysis while
85
+ * preserving current global knowledge when available. Use `/site-configs/lookup`
86
+ * for side-effect-free reads.
87
+ *
88
+ * @example
89
+ * ```ts
90
+ * const siteConfigResponse = await client.siteConfigs.resolve(
91
+ * { url: 'https://example.com' },
92
+ * );
93
+ * ```
94
+ */
95
+ resolve(body: SiteConfigResolveParams, options?: RequestOptions): APIPromise<SiteConfigResponse> {
96
+ return this._client.post('/site-configs/resolve', { body, ...options });
97
+ }
98
+ }
99
+
100
+ export type AnalysisSummariesOffsetPagination = OffsetPagination<AnalysisSummary>;
101
+
102
+ export type RecommendationSummariesOffsetPagination = OffsetPagination<RecommendationSummary>;
103
+
104
+ export interface Analysis {
105
+ /**
106
+ * Discovery run ID used to poll analysis status.
107
+ */
108
+ id: string;
109
+
110
+ /**
111
+ * Time the analysis was created.
112
+ */
113
+ created_at: string;
114
+
115
+ /**
116
+ * Present for failed or canceled analyses. Messages contain safe retry guidance
117
+ * rather than internal workflow errors.
118
+ */
119
+ failure: Shared.ErrorModel | null;
120
+
121
+ /**
122
+ * Time the analysis reached a terminal status. Null while it is running.
123
+ */
124
+ finished_at: string | null;
125
+
126
+ /**
127
+ * Lifecycle status of the background analysis.
128
+ */
129
+ status: 'running' | 'completed' | 'failed' | 'canceled';
130
+ }
131
+
132
+ export interface AnalysisSummary {
133
+ analysis: Analysis;
134
+
135
+ target: Target;
136
+ }
137
+
138
+ /**
139
+ * Browser settings that can be passed directly to `POST /browsers`.
140
+ */
141
+ export interface Browser {
142
+ gpu: boolean;
143
+
144
+ headless: boolean;
145
+
146
+ stealth: boolean;
147
+
148
+ /**
149
+ * Initial browser window size in pixels with optional refresh rate. If omitted,
150
+ * image defaults apply (1920x1080@25). For GPU images, the default is
151
+ * 1920x1080@60. Arbitrary viewport dimensions and refresh rates are accepted.
152
+ * Known-good presets include: 2560x1440@10, 1920x1080@25, 1920x1200@25,
153
+ * 1440x900@25, 1280x800@60, 1024x768@60, 1200x800@60, 768x1024@60, 390x844@60. For
154
+ * GPU images, recommended presets use one of these resolutions with refresh rates
155
+ * 60, 30, 25, or 10: 800x600, 960x720, 1024x576, 1024x768, 1152x648, 1200x800,
156
+ * 1280x720, 1368x768, 1440x900, 1600x900, 1920x1080, 1920x1200, 390x844, 360x250,
157
+ * 768x1024, 800x1600. Viewports outside this list may exhibit unstable live view
158
+ * or recording behavior. If refresh_rate is not provided, it will be automatically
159
+ * determined based on the resolution (higher resolutions use lower refresh rates
160
+ * to keep bandwidth reasonable).
161
+ */
162
+ viewport: Shared.BrowserViewport;
163
+ }
164
+
165
+ export interface Evidence {
166
+ accessed: number;
167
+
168
+ blocked: number;
169
+
170
+ inconclusive: number;
171
+
172
+ /**
173
+ * Most recent contributing observation. Recommendations remain eligible regardless
174
+ * of age and can be returned while a new analysis refreshes them.
175
+ */
176
+ last_observed_at: string;
177
+
178
+ run_count: number;
179
+
180
+ /**
181
+ * Number of judged trials.
182
+ */
183
+ sample_size: number;
184
+
185
+ /**
186
+ * Accessed trials divided by judged trials. Inconclusive trials are excluded.
187
+ */
188
+ success_rate: number;
189
+
190
+ /**
191
+ * Most recent contributing run where this config met the success threshold.
192
+ * Omitted for knowledge assembled from runs that did not independently meet the
193
+ * threshold.
194
+ */
195
+ last_verified_at?: string | null;
196
+ }
197
+
198
+ export interface LookupRequest {
199
+ /**
200
+ * Public HTTP(S) URL to look up.
201
+ */
202
+ url: string;
203
+
204
+ /**
205
+ * ISO 3166 country codes Kernel may use when returning a proxy configuration. When
206
+ * omitted, Kernel uses its default country selection.
207
+ */
208
+ allowed_proxy_countries?: Array<string>;
209
+ }
210
+
211
+ export interface LookupResponse {
212
+ recommendation: Recommendation | null;
213
+
214
+ target: Target;
215
+ }
216
+
217
+ export interface NoRecommendation {
218
+ /**
219
+ * Machine-readable reason Kernel cannot currently provide a Site Config
220
+ * recommendation.
221
+ */
222
+ code: 'proxy_restricted' | 'no_working_configuration' | 'inconclusive';
223
+
224
+ /**
225
+ * Human-readable explanation suitable for display.
226
+ */
227
+ message: string;
228
+
229
+ type: 'no_recommendation';
230
+ }
231
+
232
+ /**
233
+ * Proxy recipe for the recommended browser.
234
+ */
235
+ export type Proxy = Proxy.SiteConfigDirectProxy | Proxy.SiteConfigManagedProxy;
236
+
237
+ export namespace Proxy {
238
+ /**
239
+ * Direct egress recipe. Pass `{ "mode": "direct" }` as the browser's `proxy`.
240
+ */
241
+ export interface SiteConfigDirectProxy {
242
+ mode: 'direct';
243
+ }
244
+
245
+ /**
246
+ * Managed proxy recipe. `create` is a non-idempotent `POST /proxies` payload:
247
+ * create the resource once, retain its ID, and reuse that ID as the browser's
248
+ * `proxy.id`. Do not submit this recipe before every browser session.
249
+ */
250
+ export interface SiteConfigManagedProxy {
251
+ /**
252
+ * Configuration for routing traffic through a proxy.
253
+ */
254
+ create: SiteConfigManagedProxy.Create;
255
+
256
+ mode: 'managed';
257
+ }
258
+
259
+ export namespace SiteConfigManagedProxy {
260
+ /**
261
+ * Configuration for routing traffic through a proxy.
262
+ */
263
+ export interface Create {
264
+ /**
265
+ * Proxy type to use. In terms of quality for avoiding bot-detection, from best to
266
+ * worst: `mobile` > `residential` > `isp` > `datacenter`.
267
+ */
268
+ type: 'datacenter' | 'isp' | 'residential' | 'mobile' | 'custom';
269
+
270
+ /**
271
+ * Hostnames that should bypass the parent proxy and connect directly.
272
+ */
273
+ bypass_hosts?: Array<string>;
274
+
275
+ /**
276
+ * Configuration specific to the selected proxy `type`.
277
+ */
278
+ config?:
279
+ | Create.DatacenterProxyConfig
280
+ | Create.IspProxyConfig
281
+ | Create.ResidentialProxyConfig
282
+ | Create.MobileProxyConfig
283
+ | Create.CreateCustomProxyConfig;
284
+
285
+ /**
286
+ * Readable name of the proxy.
287
+ */
288
+ name?: string;
289
+
290
+ /**
291
+ * Protocol to use for the proxy connection.
292
+ */
293
+ protocol?: 'http' | 'https';
294
+ }
295
+
296
+ export namespace Create {
297
+ /**
298
+ * Configuration for a datacenter proxy.
299
+ */
300
+ export interface DatacenterProxyConfig {
301
+ /**
302
+ * ISO 3166 country code. Defaults to US if not provided.
303
+ */
304
+ country?: string;
305
+ }
306
+
307
+ /**
308
+ * Configuration for an ISP proxy.
309
+ */
310
+ export interface IspProxyConfig {
311
+ /**
312
+ * ISO 3166 country code. Defaults to US if not provided.
313
+ */
314
+ country?: string;
315
+ }
316
+
317
+ /**
318
+ * Configuration for residential proxies.
319
+ */
320
+ export interface ResidentialProxyConfig {
321
+ /**
322
+ * Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html
323
+ */
324
+ asn?: string;
325
+
326
+ /**
327
+ * City name (no spaces, e.g. `sanfrancisco`). If provided, `country` must also be
328
+ * provided.
329
+ */
330
+ city?: string;
331
+
332
+ /**
333
+ * ISO 3166 country code.
334
+ */
335
+ country?: string;
336
+
337
+ /**
338
+ * @deprecated Operating system of the residential device.
339
+ */
340
+ os?: 'windows' | 'macos' | 'android';
341
+
342
+ /**
343
+ * Two-letter state code.
344
+ */
345
+ state?: string;
346
+
347
+ /**
348
+ * US ZIP code.
349
+ */
350
+ zip?: string;
351
+ }
352
+
353
+ /**
354
+ * Configuration for mobile proxies.
355
+ */
356
+ export interface MobileProxyConfig {
357
+ /**
358
+ * Provider city alias. Mobile carrier routing can make observed geo vary.
359
+ */
360
+ city?: string;
361
+
362
+ /**
363
+ * ISO 3166 country code
364
+ */
365
+ country?: string;
366
+
367
+ /**
368
+ * US-only state code. Mobile carrier routing can make observed geo vary.
369
+ */
370
+ state?: string;
371
+ }
372
+
373
+ /**
374
+ * Configuration for a custom proxy (e.g., private proxy server).
375
+ */
376
+ export interface CreateCustomProxyConfig {
377
+ /**
378
+ * Proxy host address or IP.
379
+ */
380
+ host: string;
381
+
382
+ /**
383
+ * Proxy port.
384
+ */
385
+ port: number;
386
+
387
+ /**
388
+ * PEM-encoded CA certificate bundle the proxy re-signs upstream TLS with. Provide
389
+ * when the proxy terminates TLS (MITM) so the browser trusts its certificates. May
390
+ * contain multiple concatenated certificates.
391
+ */
392
+ ca_bundle?: string;
393
+
394
+ /**
395
+ * Password for proxy authentication.
396
+ */
397
+ password?: string;
398
+
399
+ /**
400
+ * Username for proxy authentication.
401
+ */
402
+ username?: string;
403
+ }
404
+ }
405
+ }
406
+ }
407
+
408
+ export interface Recommendation {
409
+ /**
410
+ * Browser settings that can be passed directly to `POST /browsers`.
411
+ */
412
+ browser: Browser;
413
+
414
+ evidence: Evidence;
415
+
416
+ /**
417
+ * Specificity of knowledge matched for this recommendation.
418
+ */
419
+ match_scope: 'exact' | 'host' | 'domain';
420
+
421
+ /**
422
+ * Target value that supplied the recommendation.
423
+ */
424
+ matched_target: string;
425
+
426
+ /**
427
+ * Proxy recipe for the recommended browser.
428
+ */
429
+ proxy: Proxy;
430
+
431
+ type: 'recommendation';
432
+
433
+ /**
434
+ * Exact matches meet the evidence threshold; host and domain fallbacks are
435
+ * inferred. Check evidence.last_verified_at for successful verification age and
436
+ * last_observed_at for the latest evidence.
437
+ */
438
+ verification: 'verified' | 'inferred';
439
+ }
440
+
441
+ /**
442
+ * A recommendation or a structured no-recommendation result.
443
+ */
444
+ export type RecommendationResult = Recommendation | NoRecommendation;
445
+
446
+ export interface RecommendationSummary {
447
+ /**
448
+ * Most recent time the selected project requested an analysis for this domain.
449
+ */
450
+ last_requested_at: string;
451
+
452
+ /**
453
+ * Current domain-level recommendation. Null when no eligible knowledge exists.
454
+ */
455
+ recommendation: Recommendation | null;
456
+
457
+ /**
458
+ * Display label for the recommended browser configuration.
459
+ */
460
+ recommended_config_label: string | null;
461
+
462
+ /**
463
+ * Success rate for the recommended configuration. Null when no eligible knowledge
464
+ * exists.
465
+ */
466
+ success_rate: number | null;
467
+
468
+ /**
469
+ * Registrable domain previously analyzed by the selected project.
470
+ */
471
+ target: string;
472
+ }
473
+
474
+ export interface ResolveRequest {
475
+ /**
476
+ * Public HTTP(S) URL to refresh.
477
+ */
478
+ url: string;
479
+
480
+ /**
481
+ * ISO 3166 country codes Kernel may use when searching for or returning a proxy
482
+ * configuration. Kernel may test a subset of allowed countries. When omitted,
483
+ * Kernel uses its default country selection.
484
+ */
485
+ allowed_proxy_countries?: Array<string>;
486
+ }
487
+
488
+ export interface SiteConfigResponse {
489
+ /**
490
+ * Pollable analysis after workflow submission is acknowledged. Null when no
491
+ * refresh was submitted.
492
+ */
493
+ analysis: Analysis | null;
494
+
495
+ /**
496
+ * A recommendation or a structured no-recommendation result.
497
+ */
498
+ recommendation: RecommendationResult | null;
499
+
500
+ target: Target;
501
+ }
502
+
503
+ export interface Target {
504
+ /**
505
+ * Registrable domain.
506
+ */
507
+ domain: string;
508
+
509
+ /**
510
+ * Full hostname, including subdomain.
511
+ */
512
+ host: string;
513
+
514
+ /**
515
+ * Exact normalized scheme, host, port, and path used for lookup.
516
+ */
517
+ normalized: string;
518
+ }
519
+
520
+ export interface SiteConfigListParams extends OffsetPaginationParams {}
521
+
522
+ export interface SiteConfigListRecommendationsParams extends OffsetPaginationParams {
523
+ sort_by?: 'target' | 'recommended_config' | 'last_requested_at' | 'success_rate';
524
+
525
+ sort_order?: 'asc' | 'desc';
526
+ }
527
+
528
+ export interface SiteConfigLookupParams {
529
+ /**
530
+ * Public HTTP(S) URL to look up.
531
+ */
532
+ url: string;
533
+
534
+ /**
535
+ * ISO 3166 country codes Kernel may use when returning a proxy configuration. When
536
+ * omitted, Kernel uses its default country selection.
537
+ */
538
+ allowed_proxy_countries?: Array<string>;
539
+ }
540
+
541
+ export interface SiteConfigResolveParams {
542
+ /**
543
+ * Public HTTP(S) URL to refresh.
544
+ */
545
+ url: string;
546
+
547
+ /**
548
+ * ISO 3166 country codes Kernel may use when searching for or returning a proxy
549
+ * configuration. Kernel may test a subset of allowed countries. When omitted,
550
+ * Kernel uses its default country selection.
551
+ */
552
+ allowed_proxy_countries?: Array<string>;
553
+ }
554
+
555
+ export declare namespace SiteConfigs {
556
+ export {
557
+ type Analysis as Analysis,
558
+ type AnalysisSummary as AnalysisSummary,
559
+ type Browser as Browser,
560
+ type Evidence as Evidence,
561
+ type LookupRequest as LookupRequest,
562
+ type LookupResponse as LookupResponse,
563
+ type NoRecommendation as NoRecommendation,
564
+ type Proxy as Proxy,
565
+ type Recommendation as Recommendation,
566
+ type RecommendationResult as RecommendationResult,
567
+ type RecommendationSummary as RecommendationSummary,
568
+ type ResolveRequest as ResolveRequest,
569
+ type SiteConfigResponse as SiteConfigResponse,
570
+ type Target as Target,
571
+ type AnalysisSummariesOffsetPagination as AnalysisSummariesOffsetPagination,
572
+ type RecommendationSummariesOffsetPagination as RecommendationSummariesOffsetPagination,
573
+ type SiteConfigListParams as SiteConfigListParams,
574
+ type SiteConfigListRecommendationsParams as SiteConfigListRecommendationsParams,
575
+ type SiteConfigLookupParams as SiteConfigLookupParams,
576
+ type SiteConfigResolveParams as SiteConfigResolveParams,
577
+ };
578
+ }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.92.0'; // x-release-please-version
1
+ export const VERSION = '0.94.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.92.0";
1
+ export declare const VERSION = "0.94.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.92.0";
1
+ export declare const VERSION = "0.94.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.92.0'; // x-release-please-version
4
+ exports.VERSION = '0.94.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.92.0'; // x-release-please-version
1
+ export const VERSION = '0.94.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map