daytona_toolbox_api_client 0.162.0 → 0.163.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bfd0b4d8256048fd763faf8ad531cf0c9ff1510f95c43c89c93f0715edb8502a
|
|
4
|
+
data.tar.gz: 54da162bef37bc06c3788c8340acafdc38272aec5c2233c7c67927394d842cae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 439eb09ba4286b559ec5044adbf095d454d8e7306393d5842926dd91b6bd160e3ebecfad42d934966999eb1b4badc6001bb539719e406f2bf2ea996006c25fac
|
|
7
|
+
data.tar.gz: ce50650caf86189755e49f4f4d6b155a33d446858971b8349fdc9609d2464bf590e4306f89f3c31ad5318142ff746604b78b9a1ed3877585975ce16d0b1b28e9
|
|
@@ -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
|