@daytonaio/api-client 0.24.4-alpha.9 → 0.24.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/api-client",
3
- "version": "0.24.4-alpha.9",
3
+ "version": "0.24.4",
4
4
  "description": "OpenAPI client for @daytonaio/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -21,5 +21,8 @@
21
21
  "axios": "^1.6.1"
22
22
  },
23
23
  "packageManager": "yarn@4.6.0",
24
+ "resolutions": {
25
+ "stylus": "github:stylus/stylus#0.64.0"
26
+ },
24
27
  "type": "commonjs"
25
28
  }
@@ -27,6 +27,12 @@ export interface CreateRunner {
27
27
  * @memberof CreateRunner
28
28
  */
29
29
  apiUrl: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof CreateRunner
34
+ */
35
+ proxyUrl: string;
30
36
  /**
31
37
  *
32
38
  * @type {string}
@@ -81,6 +87,12 @@ export interface CreateRunner {
81
87
  * @memberof CreateRunner
82
88
  */
83
89
  region: string;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof CreateRunner
94
+ */
95
+ version: string;
84
96
  }
85
97
  export declare const CreateRunnerClassEnum: {
86
98
  readonly SMALL: "small";
@@ -1 +1 @@
1
- {"version":3,"file":"create-runner.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/create-runner.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;AAwFP,QAAA,qBAAqB,GAAG;IACnC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;CACN,CAAA"}
1
+ {"version":3,"file":"create-runner.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/create-runner.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;AAoGP,QAAA,qBAAqB,GAAG;IACnC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;CACN,CAAA"}
@@ -35,6 +35,12 @@ export interface Runner {
35
35
  * @memberof Runner
36
36
  */
37
37
  apiUrl: string;
38
+ /**
39
+ * The proxy URL of the runner
40
+ * @type {string}
41
+ * @memberof Runner
42
+ */
43
+ proxyUrl: string;
38
44
  /**
39
45
  * The API key for the runner
40
46
  * @type {string}
@@ -173,4 +179,10 @@ export interface Runner {
173
179
  * @memberof Runner
174
180
  */
175
181
  updatedAt: string;
182
+ /**
183
+ * The version of the runner
184
+ * @type {string}
185
+ * @memberof Runner
186
+ */
187
+ version: string;
176
188
  }