daytona_toolbox_api_client 0.163.0.alpha.1 → 0.164.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f5d7a7831f531a43953b83939149819f39edf772e4aac24d8392d991700cd6b
|
|
4
|
+
data.tar.gz: 0e7a865ec9da797afad94f605e520a97c5d91d47e327571aea9970965fa40a73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5a2184f49b91ebfc0b9746ce9be362906a54cbeebac75cff67975cedc9fe44400a38bfd09d95f205481a3b495642cdf2941449a8b17a85a49c19a51379a9b26
|
|
7
|
+
data.tar.gz: debd21ec2567e6a38c09a7bb8c7bd5b13feb2983c9d0f3f584894c25845002ccbf59a9aa128c781a5870b3afa3c3917f11fc4b648cef20676e9072ef278ff9b2
|
|
@@ -218,7 +218,7 @@ module DaytonaToolboxApiClient
|
|
|
218
218
|
end
|
|
219
219
|
|
|
220
220
|
# Download multiple files
|
|
221
|
-
# Download multiple files by providing their paths
|
|
221
|
+
# Download multiple files by providing their paths. Successful files are returned as multipart parts named `file`. Per-file failures are returned as multipart parts named `error` with JSON payloads shaped like ErrorResponse.
|
|
222
222
|
# @param download_files [FilesDownloadRequest] Paths of files to download
|
|
223
223
|
# @param [Hash] opts the optional parameters
|
|
224
224
|
# @return [Hash<String, Object>]
|
|
@@ -228,7 +228,7 @@ module DaytonaToolboxApiClient
|
|
|
228
228
|
end
|
|
229
229
|
|
|
230
230
|
# Download multiple files
|
|
231
|
-
# Download multiple files by providing their paths
|
|
231
|
+
# Download multiple files by providing their paths. Successful files are returned as multipart parts named `file`. Per-file failures are returned as multipart parts named `error` with JSON payloads shaped like ErrorResponse.
|
|
232
232
|
# @param download_files [FilesDownloadRequest] Paths of files to download
|
|
233
233
|
# @param [Hash] opts the optional parameters
|
|
234
234
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
|
@@ -787,7 +787,7 @@ module DaytonaToolboxApiClient
|
|
|
787
787
|
end
|
|
788
788
|
|
|
789
789
|
# Get session command logs
|
|
790
|
-
# Get logs for a specific command within a session. Returns JSON with separated stdout/stderr for SDK >= 0.
|
|
790
|
+
# Get logs for a specific command within a session. Returns JSON with separated stdout/stderr for SDK >= 0.164.0, plain text otherwise. Supports WebSocket streaming.
|
|
791
791
|
# @param session_id [String] Session ID
|
|
792
792
|
# @param command_id [String] Command ID
|
|
793
793
|
# @param [Hash] opts the optional parameters
|
|
@@ -799,7 +799,7 @@ module DaytonaToolboxApiClient
|
|
|
799
799
|
end
|
|
800
800
|
|
|
801
801
|
# Get session command logs
|
|
802
|
-
# Get logs for a specific command within a session. Returns JSON with separated stdout/stderr for SDK >= 0.
|
|
802
|
+
# Get logs for a specific command within a session. Returns JSON with separated stdout/stderr for SDK >= 0.164.0, plain text otherwise. Supports WebSocket streaming.
|
|
803
803
|
# @param session_id [String] Session ID
|
|
804
804
|
# @param command_id [String] Command ID
|
|
805
805
|
# @param [Hash] opts the optional parameters
|