daytona_toolbox_api_client 0.193.0 → 0.194.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 +4 -4
- data/.openapi-generator/FILES +14 -1
- data/lib/daytona_toolbox_api_client/api/file_system_api.rb +5 -2
- data/lib/daytona_toolbox_api_client/api/git_api.rb +600 -4
- data/lib/daytona_toolbox_api_client/api/system_api.rb +79 -0
- data/lib/daytona_toolbox_api_client/models/file_info.rb +11 -1
- data/lib/daytona_toolbox_api_client/models/git_add_remote_request.rb +236 -0
- data/lib/daytona_toolbox_api_client/models/git_authenticate_request.rb +210 -0
- data/lib/daytona_toolbox_api_client/models/git_clone_request.rb +11 -1
- data/lib/daytona_toolbox_api_client/models/git_config_response.rb +148 -0
- data/lib/daytona_toolbox_api_client/models/git_configure_user_request.rb +210 -0
- data/lib/daytona_toolbox_api_client/models/git_init_request.rb +184 -0
- data/lib/daytona_toolbox_api_client/models/{git_repo_request.rb → git_pull_request.rb} +24 -4
- data/lib/daytona_toolbox_api_client/models/git_push_request.rb +212 -0
- data/lib/daytona_toolbox_api_client/models/git_remote.rb +190 -0
- data/lib/daytona_toolbox_api_client/models/git_reset_request.rb +196 -0
- data/lib/daytona_toolbox_api_client/models/git_restore_request.rb +222 -0
- data/lib/daytona_toolbox_api_client/models/git_set_config_request.rb +210 -0
- data/lib/daytona_toolbox_api_client/models/git_status.rb +24 -4
- data/lib/daytona_toolbox_api_client/models/list_branch_response.rb +14 -4
- data/lib/daytona_toolbox_api_client/models/list_remotes_response.rb +166 -0
- data/lib/daytona_toolbox_api_client/models/system_metrics.rb +228 -0
- data/lib/daytona_toolbox_api_client/version.rb +1 -1
- data/lib/daytona_toolbox_api_client.rb +14 -1
- metadata +15 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f2908944c1655a5933c1c9fc20daac5cc15aa215707b441ba5a375ea2798e24
|
|
4
|
+
data.tar.gz: e24e1eb0ea660213c958ca74bfe432bf252a798e9e5197ebf89b2a0bb6f84230
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e48b3579400b52cd7a3033231f04e1e7ede6c0c621ad346791a852e2d51e8c9ef6fbfbe706fd2915a48be0cc4c5c0ccd0cfe98f6591319fcb0c29ae8ba87a52f
|
|
7
|
+
data.tar.gz: 5f9130da8fd8943bc958bb4f8defc5d27f57923c1a241102717d6ad3422bb089fae17e4fdb052c282207aaa57a2ff2deabccb12691f37ed0362bbdb63ceafaac
|
data/.openapi-generator/FILES
CHANGED
|
@@ -13,6 +13,7 @@ lib/daytona_toolbox_api_client/api/lsp_api.rb
|
|
|
13
13
|
lib/daytona_toolbox_api_client/api/port_api.rb
|
|
14
14
|
lib/daytona_toolbox_api_client/api/process_api.rb
|
|
15
15
|
lib/daytona_toolbox_api_client/api/server_api.rb
|
|
16
|
+
lib/daytona_toolbox_api_client/api/system_api.rb
|
|
16
17
|
lib/daytona_toolbox_api_client/api_client.rb
|
|
17
18
|
lib/daytona_toolbox_api_client/api_error.rb
|
|
18
19
|
lib/daytona_toolbox_api_client/api_model_base.rb
|
|
@@ -46,15 +47,25 @@ lib/daytona_toolbox_api_client/models/file_info.rb
|
|
|
46
47
|
lib/daytona_toolbox_api_client/models/file_status.rb
|
|
47
48
|
lib/daytona_toolbox_api_client/models/files_download_request.rb
|
|
48
49
|
lib/daytona_toolbox_api_client/models/find_accessibility_nodes_request.rb
|
|
50
|
+
lib/daytona_toolbox_api_client/models/git_add_remote_request.rb
|
|
49
51
|
lib/daytona_toolbox_api_client/models/git_add_request.rb
|
|
52
|
+
lib/daytona_toolbox_api_client/models/git_authenticate_request.rb
|
|
50
53
|
lib/daytona_toolbox_api_client/models/git_branch_request.rb
|
|
51
54
|
lib/daytona_toolbox_api_client/models/git_checkout_request.rb
|
|
52
55
|
lib/daytona_toolbox_api_client/models/git_clone_request.rb
|
|
53
56
|
lib/daytona_toolbox_api_client/models/git_commit_info.rb
|
|
54
57
|
lib/daytona_toolbox_api_client/models/git_commit_request.rb
|
|
55
58
|
lib/daytona_toolbox_api_client/models/git_commit_response.rb
|
|
59
|
+
lib/daytona_toolbox_api_client/models/git_config_response.rb
|
|
60
|
+
lib/daytona_toolbox_api_client/models/git_configure_user_request.rb
|
|
56
61
|
lib/daytona_toolbox_api_client/models/git_delete_branch_request.rb
|
|
57
|
-
lib/daytona_toolbox_api_client/models/
|
|
62
|
+
lib/daytona_toolbox_api_client/models/git_init_request.rb
|
|
63
|
+
lib/daytona_toolbox_api_client/models/git_pull_request.rb
|
|
64
|
+
lib/daytona_toolbox_api_client/models/git_push_request.rb
|
|
65
|
+
lib/daytona_toolbox_api_client/models/git_remote.rb
|
|
66
|
+
lib/daytona_toolbox_api_client/models/git_reset_request.rb
|
|
67
|
+
lib/daytona_toolbox_api_client/models/git_restore_request.rb
|
|
68
|
+
lib/daytona_toolbox_api_client/models/git_set_config_request.rb
|
|
58
69
|
lib/daytona_toolbox_api_client/models/git_status.rb
|
|
59
70
|
lib/daytona_toolbox_api_client/models/initialize_request.rb
|
|
60
71
|
lib/daytona_toolbox_api_client/models/interpreter_context.rb
|
|
@@ -65,6 +76,7 @@ lib/daytona_toolbox_api_client/models/keyboard_type_request.rb
|
|
|
65
76
|
lib/daytona_toolbox_api_client/models/list_branch_response.rb
|
|
66
77
|
lib/daytona_toolbox_api_client/models/list_contexts_response.rb
|
|
67
78
|
lib/daytona_toolbox_api_client/models/list_recordings_response.rb
|
|
79
|
+
lib/daytona_toolbox_api_client/models/list_remotes_response.rb
|
|
68
80
|
lib/daytona_toolbox_api_client/models/lsp_completion_params.rb
|
|
69
81
|
lib/daytona_toolbox_api_client/models/lsp_document_request.rb
|
|
70
82
|
lib/daytona_toolbox_api_client/models/lsp_location.rb
|
|
@@ -106,6 +118,7 @@ lib/daytona_toolbox_api_client/models/session_send_input_request.rb
|
|
|
106
118
|
lib/daytona_toolbox_api_client/models/start_recording_request.rb
|
|
107
119
|
lib/daytona_toolbox_api_client/models/status.rb
|
|
108
120
|
lib/daytona_toolbox_api_client/models/stop_recording_request.rb
|
|
121
|
+
lib/daytona_toolbox_api_client/models/system_metrics.rb
|
|
109
122
|
lib/daytona_toolbox_api_client/models/user_home_dir_response.rb
|
|
110
123
|
lib/daytona_toolbox_api_client/models/window_info.rb
|
|
111
124
|
lib/daytona_toolbox_api_client/models/windows_response.rb
|
|
@@ -421,9 +421,10 @@ module DaytonaToolboxApiClient
|
|
|
421
421
|
end
|
|
422
422
|
|
|
423
423
|
# List files and directories
|
|
424
|
-
# List files and directories in the specified path
|
|
424
|
+
# List files and directories in the specified path. Use the optional depth parameter to list recursively: depth=1 (default) lists the directory's entries, depth=2 also includes their children, and so on.
|
|
425
425
|
# @param [Hash] opts the optional parameters
|
|
426
426
|
# @option opts [String] :path Directory path to list (defaults to working directory)
|
|
427
|
+
# @option opts [Integer] :depth How many levels deep to list (default: 1, must be >= 1)
|
|
427
428
|
# @return [Array<FileInfo>]
|
|
428
429
|
def list_files(opts = {})
|
|
429
430
|
data, _status_code, _headers = list_files_with_http_info(opts)
|
|
@@ -431,9 +432,10 @@ module DaytonaToolboxApiClient
|
|
|
431
432
|
end
|
|
432
433
|
|
|
433
434
|
# List files and directories
|
|
434
|
-
# List files and directories in the specified path
|
|
435
|
+
# List files and directories in the specified path. Use the optional depth parameter to list recursively: depth=1 (default) lists the directory's entries, depth=2 also includes their children, and so on.
|
|
435
436
|
# @param [Hash] opts the optional parameters
|
|
436
437
|
# @option opts [String] :path Directory path to list (defaults to working directory)
|
|
438
|
+
# @option opts [Integer] :depth How many levels deep to list (default: 1, must be >= 1)
|
|
437
439
|
# @return [Array<(Array<FileInfo>, Integer, Hash)>] Array<FileInfo> data, response status code and response headers
|
|
438
440
|
def list_files_with_http_info(opts = {})
|
|
439
441
|
if @api_client.config.debugging
|
|
@@ -445,6 +447,7 @@ module DaytonaToolboxApiClient
|
|
|
445
447
|
# query parameters
|
|
446
448
|
query_params = opts[:query_params] || {}
|
|
447
449
|
query_params[:'path'] = opts[:'path'] if !opts[:'path'].nil?
|
|
450
|
+
query_params[:'depth'] = opts[:'depth'] if !opts[:'depth'].nil?
|
|
448
451
|
|
|
449
452
|
# header parameters
|
|
450
453
|
header_params = opts[:header_params] || {}
|