@daytonaio/sdk 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 +3 -3
- package/src/Volume.d.ts +4 -0
- package/src/Volume.js +4 -0
- package/src/Volume.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daytonaio/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.119.0",
|
|
4
4
|
"description": "TypeScript SDK for Daytona",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"pathe": "^2.0.3",
|
|
36
36
|
"shell-quote": "^1.8.2",
|
|
37
37
|
"tar": "^6.2.0",
|
|
38
|
-
"@daytonaio/api-client": "0.
|
|
39
|
-
"@daytonaio/toolbox-api-client": "0.
|
|
38
|
+
"@daytonaio/api-client": "0.119.0",
|
|
39
|
+
"@daytonaio/toolbox-api-client": "0.119.0"
|
|
40
40
|
},
|
|
41
41
|
"packageManager": "yarn@4.6.0",
|
|
42
42
|
"type": "commonjs"
|
package/src/Volume.d.ts
CHANGED
|
@@ -18,6 +18,10 @@ export type Volume = VolumeDto & {
|
|
|
18
18
|
*
|
|
19
19
|
* This service provides methods to list, get, create, and delete Volumes.
|
|
20
20
|
*
|
|
21
|
+
* Volumes can be mounted to Sandboxes with an optional subpath parameter to mount
|
|
22
|
+
* only a specific S3 prefix within the volume. When no subpath is specified,
|
|
23
|
+
* the entire volume is mounted.
|
|
24
|
+
*
|
|
21
25
|
* @class
|
|
22
26
|
*/
|
|
23
27
|
export declare class VolumeService {
|
package/src/Volume.js
CHANGED
|
@@ -11,6 +11,10 @@ const DaytonaError_1 = require("./errors/DaytonaError");
|
|
|
11
11
|
*
|
|
12
12
|
* This service provides methods to list, get, create, and delete Volumes.
|
|
13
13
|
*
|
|
14
|
+
* Volumes can be mounted to Sandboxes with an optional subpath parameter to mount
|
|
15
|
+
* only a specific S3 prefix within the volume. When no subpath is specified,
|
|
16
|
+
* the entire volume is mounted.
|
|
17
|
+
*
|
|
14
18
|
* @class
|
|
15
19
|
*/
|
|
16
20
|
class VolumeService {
|
package/src/Volume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Volume.js","sourceRoot":"","sources":["../../../../libs/sdk-typescript/src/Volume.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAGH,wDAA4D;AAe5D
|
|
1
|
+
{"version":3,"file":"Volume.js","sourceRoot":"","sources":["../../../../libs/sdk-typescript/src/Volume.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAGH,wDAA4D;AAe5D;;;;;;;;;;GAUG;AACH,MAAa,aAAa;IACJ;IAApB,YAAoB,UAAsB;QAAtB,eAAU,GAAV,UAAU,CAAY;IAAG,CAAC;IAE9C;;;;;;;;;;OAUG;IACH,KAAK,CAAC,IAAI;QACR,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,WAAW,EAAE,CAAA;QACpD,OAAO,QAAQ,CAAC,IAAgB,CAAA;IAClC,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,KAAK,CAAC,GAAG,CAAC,IAAY,EAAE,MAAM,GAAG,KAAK;QACpC,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,eAAe,CAAC,IAAI,CAAC,CAAA;YAC5D,OAAO,QAAQ,CAAC,IAAc,CAAA;QAChC,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,IAAI,KAAK,YAAY,mCAAoB,IAAI,MAAM,EAAE,CAAC;gBACpD,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;YAChC,CAAC;YACD,MAAM,KAAK,CAAA;QACb,CAAC;IACH,CAAC;IAED;;;;;;;;;;;OAWG;IACH,KAAK,CAAC,MAAM,CAAC,IAAY;QACvB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,CAAC,CAAA;QAC7D,OAAO,QAAQ,CAAC,IAAc,CAAA;IAChC,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,KAAK,CAAC,MAAM,CAAC,MAAc;QACzB,MAAM,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE,CAAC,CAAA;IAC/C,CAAC;CACF;AA7ED,sCA6EC"}
|