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: b6d5edb852db5be116890348bddc2206fa9524dcbd99eab86dc4302803411ca1
4
- data.tar.gz: e2dbde87f611ccd8e61e14fee05bdf7c6d889dd3f64818e1edd7455649b72fa2
3
+ metadata.gz: 4f5d7a7831f531a43953b83939149819f39edf772e4aac24d8392d991700cd6b
4
+ data.tar.gz: 0e7a865ec9da797afad94f605e520a97c5d91d47e327571aea9970965fa40a73
5
5
  SHA512:
6
- metadata.gz: fc63095997da260d004f20f84b4704c16f54997f3c9773586444f9dd1d0cffc5be7d24867e4806ebeedda0645a6f7eb10a469c49238904dd9fd6b1f2fe7627e4
7
- data.tar.gz: '0314833a88f1147d4a1ec73b0d06cde55943d4a5bb1a4585e56740fc24c78ecc4aab41b92c8c8dd5797d62fa347545269c8848215ee8dcc35bfaeb2f98c5904a'
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 &#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
@@ -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.163.0, plain text otherwise. Supports WebSocket streaming.
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 &gt;&#x3D; 0.163.0, plain text otherwise. Supports WebSocket streaming.
802
+ # Get logs for a specific command within a session. Returns JSON with separated stdout/stderr for SDK &gt;&#x3D; 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
@@ -11,5 +11,5 @@ Generator version: 7.12.0
11
11
  =end
12
12
 
13
13
  module DaytonaToolboxApiClient
14
- VERSION = '0.163.0.alpha.1'
14
+ VERSION = '0.164.0.alpha.1'
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.163.0.alpha.1
4
+ version: 0.164.0.alpha.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - daytonaio