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: 6ba9919dbbca9510a6493bf7b28be76d534f45caa62f89a3a9e0ac6c960e3181
4
- data.tar.gz: bcd70eee991da6187892a112a5ddda5374aacb8eecbef0ca036265a81d38d58e
3
+ metadata.gz: bfd0b4d8256048fd763faf8ad531cf0c9ff1510f95c43c89c93f0715edb8502a
4
+ data.tar.gz: 54da162bef37bc06c3788c8340acafdc38272aec5c2233c7c67927394d842cae
5
5
  SHA512:
6
- metadata.gz: 5edbd8e1c1c2b9d3170e9830353f792e91f6f98c46b6c06e993171e6f6145bd93b9e1fc28e82aa000c1eb8dbe8f4d8801ad6b23b72bcd0c0208c06d74327c99c
7
- data.tar.gz: 9e16f04db59fbd20dc478b5f402c8558680150a2c9874b6906b2af27ef6d15a73acaab163853aadb1b72e1dfac869fc972a5310782ca32f225194bf6f452e0e1
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 &#x60;file&#x60;. Per-file failures are returned as multipart parts named &#x60;error&#x60; 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
@@ -11,5 +11,5 @@ Generator version: 7.12.0
11
11
  =end
12
12
 
13
13
  module DaytonaToolboxApiClient
14
- VERSION = '0.162.0'
14
+ VERSION = '0.163.0'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daytona_toolbox_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.162.0
4
+ version: 0.163.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - daytonaio