@daytonaio/api-client 0.118.0 → 0.119.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/api-client",
3
- "version": "0.118.0",
3
+ "version": "0.119.0",
4
4
  "description": "OpenAPI client for @daytonaio/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -27,4 +27,10 @@ export interface SandboxVolume {
27
27
  * @memberof SandboxVolume
28
28
  */
29
29
  mountPath: string;
30
+ /**
31
+ * Optional subpath within the volume to mount. When specified, only this S3 prefix will be accessible. When omitted, the entire volume is mounted.
32
+ * @type {string}
33
+ * @memberof SandboxVolume
34
+ */
35
+ subpath?: string;
30
36
  }
@@ -21,6 +21,12 @@ export interface UpdateSandboxStateDto {
21
21
  * @memberof UpdateSandboxStateDto
22
22
  */
23
23
  state: UpdateSandboxStateDtoStateEnum;
24
+ /**
25
+ * Optional error message when reporting an error state
26
+ * @type {string}
27
+ * @memberof UpdateSandboxStateDto
28
+ */
29
+ errorReason?: string;
24
30
  }
25
31
  export declare const UpdateSandboxStateDtoStateEnum: {
26
32
  readonly CREATING: "creating";
@@ -1 +1 @@
1
- {"version":3,"file":"update-sandbox-state-dto.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/update-sandbox-state-dto.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;AA4BP,QAAA,8BAA8B,GAAG;IAC5C,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,iBAAiB,EAAE,mBAAmB;IACtC,OAAO,EAAE,SAAS;IAClB,gBAAgB,EAAE,kBAAkB;IACpC,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;CACd,CAAA"}
1
+ {"version":3,"file":"update-sandbox-state-dto.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/update-sandbox-state-dto.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;AAkCP,QAAA,8BAA8B,GAAG;IAC5C,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,iBAAiB,EAAE,mBAAmB;IACtC,OAAO,EAAE,SAAS;IAClB,gBAAgB,EAAE,kBAAkB;IACpC,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;CACd,CAAA"}