@onkernel/sdk 0.1.0-alpha.9 → 0.2.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 (143) hide show
  1. package/CHANGELOG.md +80 -0
  2. package/README.md +42 -29
  3. package/client.d.mts +5 -5
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +5 -5
  6. package/client.d.ts.map +1 -1
  7. package/client.js +4 -4
  8. package/client.js.map +1 -1
  9. package/client.mjs +4 -4
  10. package/client.mjs.map +1 -1
  11. package/core/app-framework.d.mts +3 -3
  12. package/core/app-framework.d.mts.map +1 -1
  13. package/core/app-framework.d.ts +3 -3
  14. package/core/app-framework.d.ts.map +1 -1
  15. package/core/app-framework.js +14 -31
  16. package/core/app-framework.js.map +1 -1
  17. package/core/app-framework.mjs +14 -31
  18. package/core/app-framework.mjs.map +1 -1
  19. package/core/streaming.d.mts +31 -0
  20. package/core/streaming.d.mts.map +1 -0
  21. package/core/streaming.d.ts +31 -0
  22. package/core/streaming.d.ts.map +1 -0
  23. package/core/streaming.js +257 -0
  24. package/core/streaming.js.map +1 -0
  25. package/core/streaming.mjs +252 -0
  26. package/core/streaming.mjs.map +1 -0
  27. package/internal/decoders/line.d.mts +17 -0
  28. package/internal/decoders/line.d.mts.map +1 -0
  29. package/internal/decoders/line.d.ts +17 -0
  30. package/internal/decoders/line.d.ts.map +1 -0
  31. package/internal/decoders/line.js +113 -0
  32. package/internal/decoders/line.js.map +1 -0
  33. package/internal/decoders/line.mjs +108 -0
  34. package/internal/decoders/line.mjs.map +1 -0
  35. package/internal/parse.d.mts.map +1 -1
  36. package/internal/parse.d.ts.map +1 -1
  37. package/internal/parse.js +10 -0
  38. package/internal/parse.js.map +1 -1
  39. package/internal/parse.mjs +10 -0
  40. package/internal/parse.mjs.map +1 -1
  41. package/internal/request-options.d.mts +2 -0
  42. package/internal/request-options.d.mts.map +1 -1
  43. package/internal/request-options.d.ts +2 -0
  44. package/internal/request-options.d.ts.map +1 -1
  45. package/internal/request-options.js.map +1 -1
  46. package/internal/request-options.mjs.map +1 -1
  47. package/package.json +11 -4
  48. package/resources/apps/apps.d.mts +65 -0
  49. package/resources/apps/apps.d.mts.map +1 -0
  50. package/resources/apps/apps.d.ts +65 -0
  51. package/resources/apps/apps.d.ts.map +1 -0
  52. package/resources/apps/apps.js +33 -0
  53. package/resources/apps/apps.js.map +1 -0
  54. package/resources/apps/apps.mjs +28 -0
  55. package/resources/apps/apps.mjs.map +1 -0
  56. package/resources/apps/deployments.d.mts +157 -0
  57. package/resources/apps/deployments.d.mts.map +1 -0
  58. package/resources/apps/deployments.d.ts +157 -0
  59. package/resources/apps/deployments.d.ts.map +1 -0
  60. package/resources/apps/deployments.js +43 -0
  61. package/resources/apps/deployments.js.map +1 -0
  62. package/resources/apps/deployments.mjs +39 -0
  63. package/resources/apps/deployments.mjs.map +1 -0
  64. package/resources/apps/index.d.mts +4 -0
  65. package/resources/apps/index.d.mts.map +1 -0
  66. package/resources/apps/index.d.ts +4 -0
  67. package/resources/apps/index.d.ts.map +1 -0
  68. package/resources/apps/index.js +11 -0
  69. package/resources/apps/index.js.map +1 -0
  70. package/resources/apps/index.mjs +5 -0
  71. package/resources/apps/index.mjs.map +1 -0
  72. package/resources/apps/invocations.d.mts +110 -0
  73. package/resources/apps/invocations.d.mts.map +1 -0
  74. package/resources/apps/invocations.d.ts +110 -0
  75. package/resources/apps/invocations.d.ts.map +1 -0
  76. package/resources/apps/invocations.js +38 -0
  77. package/resources/apps/invocations.js.map +1 -0
  78. package/resources/apps/invocations.mjs +34 -0
  79. package/resources/apps/invocations.mjs.map +1 -0
  80. package/resources/apps.d.mts +1 -140
  81. package/resources/apps.d.mts.map +1 -1
  82. package/resources/apps.d.ts +1 -140
  83. package/resources/apps.d.ts.map +1 -1
  84. package/resources/apps.js +2 -49
  85. package/resources/apps.js.map +1 -1
  86. package/resources/apps.mjs +1 -47
  87. package/resources/apps.mjs.map +1 -1
  88. package/resources/browsers.d.mts +65 -0
  89. package/resources/browsers.d.mts.map +1 -0
  90. package/resources/browsers.d.ts +65 -0
  91. package/resources/browsers.d.ts.map +1 -0
  92. package/resources/browsers.js +36 -0
  93. package/resources/browsers.js.map +1 -0
  94. package/resources/browsers.mjs +32 -0
  95. package/resources/browsers.mjs.map +1 -0
  96. package/resources/index.d.mts +2 -2
  97. package/resources/index.d.mts.map +1 -1
  98. package/resources/index.d.ts +2 -2
  99. package/resources/index.d.ts.map +1 -1
  100. package/resources/index.js +4 -4
  101. package/resources/index.js.map +1 -1
  102. package/resources/index.mjs +2 -2
  103. package/resources/index.mjs.map +1 -1
  104. package/src/client.ts +13 -21
  105. package/src/core/app-framework.ts +19 -36
  106. package/src/core/streaming.ts +301 -0
  107. package/src/internal/decoders/line.ts +135 -0
  108. package/src/internal/parse.ts +14 -0
  109. package/src/internal/request-options.ts +2 -0
  110. package/src/resources/apps/apps.ts +104 -0
  111. package/src/resources/apps/deployments.ts +202 -0
  112. package/src/resources/apps/index.ts +15 -0
  113. package/src/resources/apps/invocations.ts +140 -0
  114. package/src/resources/apps.ts +1 -184
  115. package/src/resources/browsers.ts +85 -0
  116. package/src/resources/index.ts +6 -8
  117. package/src/streaming.ts +2 -0
  118. package/src/version.ts +1 -1
  119. package/streaming.d.mts +2 -0
  120. package/streaming.d.mts.map +1 -0
  121. package/streaming.d.ts +2 -0
  122. package/streaming.d.ts.map +1 -0
  123. package/streaming.js +6 -0
  124. package/streaming.js.map +1 -0
  125. package/streaming.mjs +2 -0
  126. package/streaming.mjs.map +1 -0
  127. package/version.d.mts +1 -1
  128. package/version.d.mts.map +1 -1
  129. package/version.d.ts +1 -1
  130. package/version.d.ts.map +1 -1
  131. package/version.js +1 -1
  132. package/version.js.map +1 -1
  133. package/version.mjs +1 -1
  134. package/version.mjs.map +1 -1
  135. package/resources/browser.d.mts +0 -33
  136. package/resources/browser.d.mts.map +0 -1
  137. package/resources/browser.d.ts +0 -33
  138. package/resources/browser.d.ts.map +0 -1
  139. package/resources/browser.js +0 -15
  140. package/resources/browser.js.map +0 -1
  141. package/resources/browser.mjs +0 -11
  142. package/resources/browser.mjs.map +0 -1
  143. package/src/resources/browser.ts +0 -48
@@ -1,141 +1,2 @@
1
- import { APIResource } from "../core/resource.js";
2
- import { APIPromise } from "../core/api-promise.js";
3
- import { type Uploadable } from "../core/uploads.js";
4
- import { RequestOptions } from "../internal/request-options.js";
5
- export declare class Apps extends APIResource {
6
- /**
7
- * Deploy a new application
8
- *
9
- * @example
10
- * ```ts
11
- * const response = await client.apps.deploy({
12
- * file: fs.createReadStream('path/to/file'),
13
- * });
14
- * ```
15
- */
16
- deploy(body: AppDeployParams, options?: RequestOptions): APIPromise<AppDeployResponse>;
17
- /**
18
- * Invoke an application
19
- *
20
- * @example
21
- * ```ts
22
- * const response = await client.apps.invoke({
23
- * actionName: 'analyze',
24
- * appName: 'my-awesome-app',
25
- * payload: { data: 'example input' },
26
- * version: '1.0.0',
27
- * });
28
- * ```
29
- */
30
- invoke(body: AppInvokeParams, options?: RequestOptions): APIPromise<AppInvokeResponse>;
31
- /**
32
- * Get an app invocation by id
33
- *
34
- * @example
35
- * ```ts
36
- * const response = await client.apps.retrieveInvocation(
37
- * 'ckqwer3o20000jb9s7abcdef',
38
- * );
39
- * ```
40
- */
41
- retrieveInvocation(id: string, options?: RequestOptions): APIPromise<AppRetrieveInvocationResponse>;
42
- }
43
- export interface AppDeployResponse {
44
- apps: Array<AppDeployResponse.App>;
45
- /**
46
- * Success message
47
- */
48
- message: string;
49
- /**
50
- * Status of the deployment
51
- */
52
- success: boolean;
53
- }
54
- export declare namespace AppDeployResponse {
55
- interface App {
56
- /**
57
- * ID for the app version deployed
58
- */
59
- id: string;
60
- actions: Array<App.Action>;
61
- /**
62
- * Name of the app
63
- */
64
- name: string;
65
- }
66
- namespace App {
67
- interface Action {
68
- /**
69
- * Name of the action
70
- */
71
- name: string;
72
- }
73
- }
74
- }
75
- export interface AppInvokeResponse {
76
- /**
77
- * ID of the invocation
78
- */
79
- id: string;
80
- /**
81
- * Status of the invocation
82
- */
83
- status: 'QUEUED' | 'RUNNING' | 'SUCCEEDED' | 'FAILED';
84
- /**
85
- * Output from the invocation (if available)
86
- */
87
- output?: string;
88
- }
89
- export interface AppRetrieveInvocationResponse {
90
- id: string;
91
- appName: string;
92
- finishedAt: string | null;
93
- input: string;
94
- output: string;
95
- startedAt: string;
96
- status: string;
97
- }
98
- export interface AppDeployParams {
99
- /**
100
- * ZIP file containing the application source directory
101
- */
102
- file: Uploadable;
103
- /**
104
- * Relative path to the entrypoint of the application
105
- */
106
- entrypointRelPath?: string;
107
- /**
108
- * Allow overwriting an existing app version
109
- */
110
- force?: 'true' | 'false';
111
- /**
112
- * Region for deployment. Currently we only support "aws.us-east-1a"
113
- */
114
- region?: 'aws.us-east-1a';
115
- /**
116
- * Version of the application. Can be any string.
117
- */
118
- version?: string;
119
- }
120
- export interface AppInvokeParams {
121
- /**
122
- * Name of the action to invoke
123
- */
124
- actionName: string;
125
- /**
126
- * Name of the application
127
- */
128
- appName: string;
129
- /**
130
- * Input data for the application
131
- */
132
- payload: unknown;
133
- /**
134
- * Version of the application
135
- */
136
- version: string;
137
- }
138
- export declare namespace Apps {
139
- export { type AppDeployResponse as AppDeployResponse, type AppInvokeResponse as AppInvokeResponse, type AppRetrieveInvocationResponse as AppRetrieveInvocationResponse, type AppDeployParams as AppDeployParams, type AppInvokeParams as AppInvokeParams, };
140
- }
1
+ export * from "./apps/index.js";
141
2
  //# sourceMappingURL=apps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"apps.d.ts","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,KAAK,UAAU,EAAE;OACnB,EAAE,cAAc,EAAE;AAIzB,qBAAa,IAAK,SAAQ,WAAW;IACnC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAI,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iBAAiB,CAAC;IAItF;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAAI,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iBAAiB,CAAC;IAItF;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,6BAA6B,CAAC;CAGpG;AAED,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAC;IAEnC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,yBAAiB,iBAAiB,CAAC;IACjC,UAAiB,GAAG;QAClB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX,OAAO,EAAE,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAE3B;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;IAED,UAAiB,GAAG,CAAC;QACnB,UAAiB,MAAM;YACrB;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;SACd;KACF;CACF;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,MAAM,EAAE,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;IAEtD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,6BAA6B;IAC5C,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,EAAE,MAAM,CAAC;IAEhB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B,KAAK,EAAE,MAAM,CAAC;IAEd,MAAM,EAAE,MAAM,CAAC;IAEf,SAAS,EAAE,MAAM,CAAC;IAElB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,IAAI,EAAE,UAAU,CAAC;IAEjB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAEzB;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,OAAO,EACL,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,eAAe,IAAI,eAAe,GACxC,CAAC;CACH"}
1
+ {"version":3,"file":"apps.d.ts","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":""}
package/resources/apps.js CHANGED
@@ -1,53 +1,6 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Apps = void 0;
5
- const resource_1 = require("../core/resource.js");
6
- const uploads_1 = require("../internal/uploads.js");
7
- const path_1 = require("../internal/utils/path.js");
8
- class Apps extends resource_1.APIResource {
9
- /**
10
- * Deploy a new application
11
- *
12
- * @example
13
- * ```ts
14
- * const response = await client.apps.deploy({
15
- * file: fs.createReadStream('path/to/file'),
16
- * });
17
- * ```
18
- */
19
- deploy(body, options) {
20
- return this._client.post('/apps/deploy', (0, uploads_1.multipartFormRequestOptions)({ body, ...options }, this._client));
21
- }
22
- /**
23
- * Invoke an application
24
- *
25
- * @example
26
- * ```ts
27
- * const response = await client.apps.invoke({
28
- * actionName: 'analyze',
29
- * appName: 'my-awesome-app',
30
- * payload: { data: 'example input' },
31
- * version: '1.0.0',
32
- * });
33
- * ```
34
- */
35
- invoke(body, options) {
36
- return this._client.post('/apps/invoke', { body, ...options });
37
- }
38
- /**
39
- * Get an app invocation by id
40
- *
41
- * @example
42
- * ```ts
43
- * const response = await client.apps.retrieveInvocation(
44
- * 'ckqwer3o20000jb9s7abcdef',
45
- * );
46
- * ```
47
- */
48
- retrieveInvocation(id, options) {
49
- return this._client.get((0, path_1.path) `/apps/invocations/${id}`, options);
50
- }
51
- }
52
- exports.Apps = Apps;
4
+ const tslib_1 = require("../internal/tslib.js");
5
+ tslib_1.__exportStar(require("./apps/index.js"), exports);
53
6
  //# sourceMappingURL=apps.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"apps.js","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,oDAAkE;AAClE,oDAA8C;AAE9C,MAAa,IAAK,SAAQ,sBAAW;IACnC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAqB,EAAE,OAAwB;QACpD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,IAAA,qCAA2B,EAAC,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;IAC5G,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAAqB,EAAE,OAAwB;QACpD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjE,CAAC;IAED;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EAAU,EAAE,OAAwB;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,qBAAqB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;CACF;AA7CD,oBA6CC"}
1
+ {"version":3,"file":"apps.js","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA6B"}
@@ -1,49 +1,3 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../core/resource.mjs";
3
- import { multipartFormRequestOptions } from "../internal/uploads.mjs";
4
- import { path } from "../internal/utils/path.mjs";
5
- export class Apps extends APIResource {
6
- /**
7
- * Deploy a new application
8
- *
9
- * @example
10
- * ```ts
11
- * const response = await client.apps.deploy({
12
- * file: fs.createReadStream('path/to/file'),
13
- * });
14
- * ```
15
- */
16
- deploy(body, options) {
17
- return this._client.post('/apps/deploy', multipartFormRequestOptions({ body, ...options }, this._client));
18
- }
19
- /**
20
- * Invoke an application
21
- *
22
- * @example
23
- * ```ts
24
- * const response = await client.apps.invoke({
25
- * actionName: 'analyze',
26
- * appName: 'my-awesome-app',
27
- * payload: { data: 'example input' },
28
- * version: '1.0.0',
29
- * });
30
- * ```
31
- */
32
- invoke(body, options) {
33
- return this._client.post('/apps/invoke', { body, ...options });
34
- }
35
- /**
36
- * Get an app invocation by id
37
- *
38
- * @example
39
- * ```ts
40
- * const response = await client.apps.retrieveInvocation(
41
- * 'ckqwer3o20000jb9s7abcdef',
42
- * );
43
- * ```
44
- */
45
- retrieveInvocation(id, options) {
46
- return this._client.get(path `/apps/invocations/${id}`, options);
47
- }
48
- }
2
+ export * from "./apps/index.mjs";
49
3
  //# sourceMappingURL=apps.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"apps.mjs","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,EAAE,2BAA2B,EAAE;OAC/B,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,IAAK,SAAQ,WAAW;IACnC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAqB,EAAE,OAAwB;QACpD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,2BAA2B,CAAC,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;IAC5G,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAAqB,EAAE,OAAwB;QACpD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjE,CAAC;IAED;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EAAU,EAAE,OAAwB;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,qBAAqB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;CACF"}
1
+ {"version":3,"file":"apps.mjs","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,65 @@
1
+ import { APIResource } from "../core/resource.mjs";
2
+ import { APIPromise } from "../core/api-promise.mjs";
3
+ import { RequestOptions } from "../internal/request-options.mjs";
4
+ export declare class Browsers extends APIResource {
5
+ /**
6
+ * Create Browser Session
7
+ *
8
+ * @example
9
+ * ```ts
10
+ * const browser = await client.browsers.create({
11
+ * invocation_id: 'ckqwer3o20000jb9s7abcdef',
12
+ * });
13
+ * ```
14
+ */
15
+ create(body: BrowserCreateParams, options?: RequestOptions): APIPromise<BrowserCreateResponse>;
16
+ /**
17
+ * Get Browser Session by ID
18
+ *
19
+ * @example
20
+ * ```ts
21
+ * const browser = await client.browsers.retrieve(
22
+ * 'e5bf36fe-9247-4e2b-8b5a-2f594cc1c073',
23
+ * );
24
+ * ```
25
+ */
26
+ retrieve(id: string, options?: RequestOptions): APIPromise<BrowserRetrieveResponse>;
27
+ }
28
+ export interface BrowserCreateResponse {
29
+ /**
30
+ * Remote URL for live viewing the browser session
31
+ */
32
+ browser_live_view_url: string;
33
+ /**
34
+ * Websocket URL for Chrome DevTools Protocol connections to the browser session
35
+ */
36
+ cdp_ws_url: string;
37
+ /**
38
+ * Unique identifier for the browser session
39
+ */
40
+ session_id: string;
41
+ }
42
+ export interface BrowserRetrieveResponse {
43
+ /**
44
+ * Remote URL for live viewing the browser session
45
+ */
46
+ browser_live_view_url: string;
47
+ /**
48
+ * Websocket URL for Chrome DevTools Protocol connections to the browser session
49
+ */
50
+ cdp_ws_url: string;
51
+ /**
52
+ * Unique identifier for the browser session
53
+ */
54
+ session_id: string;
55
+ }
56
+ export interface BrowserCreateParams {
57
+ /**
58
+ * action invocation ID
59
+ */
60
+ invocation_id: string;
61
+ }
62
+ export declare namespace Browsers {
63
+ export { type BrowserCreateResponse as BrowserCreateResponse, type BrowserRetrieveResponse as BrowserRetrieveResponse, type BrowserCreateParams as BrowserCreateParams, };
64
+ }
65
+ //# sourceMappingURL=browsers.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browsers.d.mts","sourceRoot":"","sources":["../src/resources/browsers.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAI9F;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGpF;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,mBAAmB,IAAI,mBAAmB,GAChD,CAAC;CACH"}
@@ -0,0 +1,65 @@
1
+ import { APIResource } from "../core/resource.js";
2
+ import { APIPromise } from "../core/api-promise.js";
3
+ import { RequestOptions } from "../internal/request-options.js";
4
+ export declare class Browsers extends APIResource {
5
+ /**
6
+ * Create Browser Session
7
+ *
8
+ * @example
9
+ * ```ts
10
+ * const browser = await client.browsers.create({
11
+ * invocation_id: 'ckqwer3o20000jb9s7abcdef',
12
+ * });
13
+ * ```
14
+ */
15
+ create(body: BrowserCreateParams, options?: RequestOptions): APIPromise<BrowserCreateResponse>;
16
+ /**
17
+ * Get Browser Session by ID
18
+ *
19
+ * @example
20
+ * ```ts
21
+ * const browser = await client.browsers.retrieve(
22
+ * 'e5bf36fe-9247-4e2b-8b5a-2f594cc1c073',
23
+ * );
24
+ * ```
25
+ */
26
+ retrieve(id: string, options?: RequestOptions): APIPromise<BrowserRetrieveResponse>;
27
+ }
28
+ export interface BrowserCreateResponse {
29
+ /**
30
+ * Remote URL for live viewing the browser session
31
+ */
32
+ browser_live_view_url: string;
33
+ /**
34
+ * Websocket URL for Chrome DevTools Protocol connections to the browser session
35
+ */
36
+ cdp_ws_url: string;
37
+ /**
38
+ * Unique identifier for the browser session
39
+ */
40
+ session_id: string;
41
+ }
42
+ export interface BrowserRetrieveResponse {
43
+ /**
44
+ * Remote URL for live viewing the browser session
45
+ */
46
+ browser_live_view_url: string;
47
+ /**
48
+ * Websocket URL for Chrome DevTools Protocol connections to the browser session
49
+ */
50
+ cdp_ws_url: string;
51
+ /**
52
+ * Unique identifier for the browser session
53
+ */
54
+ session_id: string;
55
+ }
56
+ export interface BrowserCreateParams {
57
+ /**
58
+ * action invocation ID
59
+ */
60
+ invocation_id: string;
61
+ }
62
+ export declare namespace Browsers {
63
+ export { type BrowserCreateResponse as BrowserCreateResponse, type BrowserRetrieveResponse as BrowserRetrieveResponse, type BrowserCreateParams as BrowserCreateParams, };
64
+ }
65
+ //# sourceMappingURL=browsers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browsers.d.ts","sourceRoot":"","sources":["../src/resources/browsers.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAI9F;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGpF;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,mBAAmB,IAAI,mBAAmB,GAChD,CAAC;CACH"}
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Browsers = void 0;
5
+ const resource_1 = require("../core/resource.js");
6
+ const path_1 = require("../internal/utils/path.js");
7
+ class Browsers extends resource_1.APIResource {
8
+ /**
9
+ * Create Browser Session
10
+ *
11
+ * @example
12
+ * ```ts
13
+ * const browser = await client.browsers.create({
14
+ * invocation_id: 'ckqwer3o20000jb9s7abcdef',
15
+ * });
16
+ * ```
17
+ */
18
+ create(body, options) {
19
+ return this._client.post('/browsers', { body, ...options });
20
+ }
21
+ /**
22
+ * Get Browser Session by ID
23
+ *
24
+ * @example
25
+ * ```ts
26
+ * const browser = await client.browsers.retrieve(
27
+ * 'e5bf36fe-9247-4e2b-8b5a-2f594cc1c073',
28
+ * );
29
+ * ```
30
+ */
31
+ retrieve(id, options) {
32
+ return this._client.get((0, path_1.path) `/browsers/${id}`, options);
33
+ }
34
+ }
35
+ exports.Browsers = Browsers;
36
+ //# sourceMappingURL=browsers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browsers.js","sourceRoot":"","sources":["../src/resources/browsers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAyB,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,aAAa,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC;CACF;AA5BD,4BA4BC"}
@@ -0,0 +1,32 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../core/resource.mjs";
3
+ import { path } from "../internal/utils/path.mjs";
4
+ export class Browsers extends APIResource {
5
+ /**
6
+ * Create Browser Session
7
+ *
8
+ * @example
9
+ * ```ts
10
+ * const browser = await client.browsers.create({
11
+ * invocation_id: 'ckqwer3o20000jb9s7abcdef',
12
+ * });
13
+ * ```
14
+ */
15
+ create(body, options) {
16
+ return this._client.post('/browsers', { body, ...options });
17
+ }
18
+ /**
19
+ * Get Browser Session by ID
20
+ *
21
+ * @example
22
+ * ```ts
23
+ * const browser = await client.browsers.retrieve(
24
+ * 'e5bf36fe-9247-4e2b-8b5a-2f594cc1c073',
25
+ * );
26
+ * ```
27
+ */
28
+ retrieve(id, options) {
29
+ return this._client.get(path `/browsers/${id}`, options);
30
+ }
31
+ }
32
+ //# sourceMappingURL=browsers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"browsers.mjs","sourceRoot":"","sources":["../src/resources/browsers.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAyB,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,aAAa,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC;CACF"}
@@ -1,3 +1,3 @@
1
- export { Apps, type AppDeployResponse, type AppInvokeResponse, type AppRetrieveInvocationResponse, type AppDeployParams, type AppInvokeParams, } from "./apps.mjs";
2
- export { Browser, type BrowserCreateSessionResponse, type BrowserCreateSessionParams } from "./browser.mjs";
1
+ export { Apps, type AppListResponse, type AppListParams } from "./apps/apps.mjs";
2
+ export { Browsers, type BrowserCreateResponse, type BrowserRetrieveResponse, type BrowserCreateParams, } from "./browsers.mjs";
3
3
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EACL,IAAI,EACJ,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,6BAA6B,EAClC,KAAK,eAAe,EACpB,KAAK,eAAe,GACrB;OACM,EAAE,OAAO,EAAE,KAAK,4BAA4B,EAAE,KAAK,0BAA0B,EAAE"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,KAAK,eAAe,EAAE,KAAK,aAAa,EAAE;OAClD,EACL,QAAQ,EACR,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,GACzB"}
@@ -1,3 +1,3 @@
1
- export { Apps, type AppDeployResponse, type AppInvokeResponse, type AppRetrieveInvocationResponse, type AppDeployParams, type AppInvokeParams, } from "./apps.js";
2
- export { Browser, type BrowserCreateSessionResponse, type BrowserCreateSessionParams } from "./browser.js";
1
+ export { Apps, type AppListResponse, type AppListParams } from "./apps/apps.js";
2
+ export { Browsers, type BrowserCreateResponse, type BrowserRetrieveResponse, type BrowserCreateParams, } from "./browsers.js";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EACL,IAAI,EACJ,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,6BAA6B,EAClC,KAAK,eAAe,EACpB,KAAK,eAAe,GACrB;OACM,EAAE,OAAO,EAAE,KAAK,4BAA4B,EAAE,KAAK,0BAA0B,EAAE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,KAAK,eAAe,EAAE,KAAK,aAAa,EAAE;OAClD,EACL,QAAQ,EACR,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,mBAAmB,GACzB"}
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Browser = exports.Apps = void 0;
5
- var apps_1 = require("./apps.js");
4
+ exports.Browsers = exports.Apps = void 0;
5
+ var apps_1 = require("./apps/apps.js");
6
6
  Object.defineProperty(exports, "Apps", { enumerable: true, get: function () { return apps_1.Apps; } });
7
- var browser_1 = require("./browser.js");
8
- Object.defineProperty(exports, "Browser", { enumerable: true, get: function () { return browser_1.Browser; } });
7
+ var browsers_1 = require("./browsers.js");
8
+ Object.defineProperty(exports, "Browsers", { enumerable: true, get: function () { return browsers_1.Browsers; } });
9
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAOgB;AANd,4FAAA,IAAI,OAAA;AAON,wCAAwG;AAA/F,kGAAA,OAAO,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,uCAA6E;AAApE,4FAAA,IAAI,OAAA;AACb,0CAKoB;AAJlB,oGAAA,QAAQ,OAAA"}
@@ -1,4 +1,4 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- export { Apps, } from "./apps.mjs";
3
- export { Browser } from "./browser.mjs";
2
+ export { Apps } from "./apps/apps.mjs";
3
+ export { Browsers, } from "./browsers.mjs";
4
4
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,IAAI,GAML;OACM,EAAE,OAAO,EAAsE"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,IAAI,EAA4C;OAClD,EACL,QAAQ,GAIT"}
package/src/client.ts CHANGED
@@ -21,18 +21,16 @@ import { type Fetch } from './internal/builtin-types';
21
21
  import { HeadersLike, NullableHeaders, buildHeaders } from './internal/headers';
22
22
  import { FinalRequestOptions, RequestOptions } from './internal/request-options';
23
23
  import {
24
- AppDeployParams,
25
- AppDeployResponse,
26
- AppInvokeParams,
27
- AppInvokeResponse,
28
- AppRetrieveInvocationResponse,
29
- Apps,
30
- } from './resources/apps';
31
- import { Browser, BrowserCreateSessionParams, BrowserCreateSessionResponse } from './resources/browser';
24
+ BrowserCreateParams,
25
+ BrowserCreateResponse,
26
+ BrowserRetrieveResponse,
27
+ Browsers,
28
+ } from './resources/browsers';
32
29
  import { readEnv } from './internal/utils/env';
33
30
  import { formatRequestDetails, loggerFor } from './internal/utils/log';
34
31
  import { isEmptyObj } from './internal/utils/values';
35
32
  import { KernelApp } from './core/app-framework';
33
+ import { AppListParams, AppListResponse, Apps } from './resources/apps/apps';
36
34
 
37
35
  const environments = {
38
36
  production: 'https://api.onkernel.com/',
@@ -735,25 +733,19 @@ export class Kernel {
735
733
  static toFile = Uploads.toFile;
736
734
 
737
735
  apps: API.Apps = new API.Apps(this);
738
- browser: API.Browser = new API.Browser(this);
736
+ browsers: API.Browsers = new API.Browsers(this);
739
737
  }
740
738
  Kernel.Apps = Apps;
741
- Kernel.Browser = Browser;
739
+ Kernel.Browsers = Browsers;
742
740
  export declare namespace Kernel {
743
741
  export type RequestOptions = Opts.RequestOptions;
744
742
 
745
- export {
746
- Apps as Apps,
747
- type AppDeployResponse as AppDeployResponse,
748
- type AppInvokeResponse as AppInvokeResponse,
749
- type AppRetrieveInvocationResponse as AppRetrieveInvocationResponse,
750
- type AppDeployParams as AppDeployParams,
751
- type AppInvokeParams as AppInvokeParams,
752
- };
743
+ export { Apps as Apps, type AppListResponse as AppListResponse, type AppListParams as AppListParams };
753
744
 
754
745
  export {
755
- Browser as Browser,
756
- type BrowserCreateSessionResponse as BrowserCreateSessionResponse,
757
- type BrowserCreateSessionParams as BrowserCreateSessionParams,
746
+ Browsers as Browsers,
747
+ type BrowserCreateResponse as BrowserCreateResponse,
748
+ type BrowserRetrieveResponse as BrowserRetrieveResponse,
749
+ type BrowserCreateParams as BrowserCreateParams,
758
750
  };
759
751
  }