@daytonaio/toolbox-api-client 0.129.0 → 0.131.0-alpha.1

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.
@@ -0,0 +1,42 @@
1
+ /**
2
+ * Daytona Daemon API
3
+ * Daytona Daemon API
4
+ *
5
+ * The version of the OpenAPI document: v0.0.0-dev
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface StopRecordingResponse
16
+ */
17
+ export interface StopRecordingResponse {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof StopRecordingResponse
22
+ */
23
+ durationSeconds?: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof StopRecordingResponse
28
+ */
29
+ filePath?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof StopRecordingResponse
34
+ */
35
+ id?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof StopRecordingResponse
40
+ */
41
+ status?: string;
42
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //# sourceMappingURL=stop-recording-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stop-recording-response.js","sourceRoot":"","sources":["../../../../../libs/toolbox-api-client/src/models/stop-recording-response.ts"],"names":[],"mappings":";AAAA,oBAAoB"}