daytona_toolbox_api_client 0.144.0 → 0.145.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/.rubocop.yml +2 -2
- data/lib/daytona_toolbox_api_client/api/computer_use_api.rb +9 -9
- data/lib/daytona_toolbox_api_client/api/file_system_api.rb +3 -3
- data/lib/daytona_toolbox_api_client/api/git_api.rb +8 -8
- data/lib/daytona_toolbox_api_client/api/interpreter_api.rb +1 -1
- data/lib/daytona_toolbox_api_client/api/lsp_api.rb +5 -5
- data/lib/daytona_toolbox_api_client/api/process_api.rb +6 -6
- data/lib/daytona_toolbox_api_client/configuration.rb +6 -2
- data/lib/daytona_toolbox_api_client/models/command.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/completion_context.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/completion_item.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/completion_list.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/computer_use_start_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/computer_use_status_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/computer_use_stop_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/create_context_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/create_session_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/display_info.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/display_info_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/execute_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/execute_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/file_info.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/file_status.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/files_download_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/git_add_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/git_branch_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/git_checkout_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/git_clone_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/git_commit_info.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/git_commit_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/git_commit_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/git_git_delete_branch_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/git_repo_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/git_status.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/initialize_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/interpreter_context.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/is_port_in_use_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/keyboard_hotkey_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/keyboard_press_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/keyboard_type_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/list_branch_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/list_contexts_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/list_recordings_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/lsp_completion_params.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/lsp_document_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/lsp_location.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/lsp_position.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/lsp_range.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/lsp_server_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/lsp_symbol.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/match.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/mouse_click_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/mouse_click_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/mouse_drag_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/mouse_drag_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/mouse_move_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/mouse_position_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/mouse_scroll_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/port_list.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/position.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/process_errors_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/process_logs_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/process_restart_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/process_status.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/process_status_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/pty_create_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/pty_create_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/pty_list_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/pty_resize_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/pty_session_info.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/recording.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/replace_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/replace_result.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/screenshot_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/scroll_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/search_files_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/session.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/session_execute_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/session_execute_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/session_send_input_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/start_recording_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/stop_recording_request.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/user_home_dir_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/window_info.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/windows_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/models/work_dir_response.rb +2 -0
- data/lib/daytona_toolbox_api_client/version.rb +1 -1
- data/project.json +2 -21
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5b9dcec426899924beb69c7017eec92a1c6064a8f1a5d02796c83247a52b7e4
|
|
4
|
+
data.tar.gz: 29aab7f4063c100f9297658e3850f6726a3f3acdd9ade005b3533206de58df91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ed0a2f8dc76bb51d4e6e489448ba5f3f7737f8de803caf971f5962107f8f3fac649a78393e25c5c54311abd8b88f89178c1cdf07d0c1881918f6516361c66da
|
|
7
|
+
data.tar.gz: 769066e0d9eab4a2e9b05ef9f33633a408841e9a013f7d00c0838506a8e8f2b058259f24c35cd2365a65bd70830567b77969f115ac2475c42e9404435a002bcf
|
data/.rubocop.yml
CHANGED
|
@@ -55,7 +55,7 @@ module DaytonaToolboxApiClient
|
|
|
55
55
|
# HTTP header 'Content-Type'
|
|
56
56
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
57
57
|
if !content_type.nil?
|
|
58
|
-
|
|
58
|
+
header_params['Content-Type'] = content_type
|
|
59
59
|
end
|
|
60
60
|
|
|
61
61
|
# form parameters
|
|
@@ -249,7 +249,7 @@ module DaytonaToolboxApiClient
|
|
|
249
249
|
# HTTP header 'Content-Type'
|
|
250
250
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
251
251
|
if !content_type.nil?
|
|
252
|
-
|
|
252
|
+
header_params['Content-Type'] = content_type
|
|
253
253
|
end
|
|
254
254
|
|
|
255
255
|
# form parameters
|
|
@@ -911,7 +911,7 @@ module DaytonaToolboxApiClient
|
|
|
911
911
|
# HTTP header 'Content-Type'
|
|
912
912
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
913
913
|
if !content_type.nil?
|
|
914
|
-
|
|
914
|
+
header_params['Content-Type'] = content_type
|
|
915
915
|
end
|
|
916
916
|
|
|
917
917
|
# form parameters
|
|
@@ -979,7 +979,7 @@ module DaytonaToolboxApiClient
|
|
|
979
979
|
# HTTP header 'Content-Type'
|
|
980
980
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
981
981
|
if !content_type.nil?
|
|
982
|
-
|
|
982
|
+
header_params['Content-Type'] = content_type
|
|
983
983
|
end
|
|
984
984
|
|
|
985
985
|
# form parameters
|
|
@@ -1047,7 +1047,7 @@ module DaytonaToolboxApiClient
|
|
|
1047
1047
|
# HTTP header 'Content-Type'
|
|
1048
1048
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
1049
1049
|
if !content_type.nil?
|
|
1050
|
-
|
|
1050
|
+
header_params['Content-Type'] = content_type
|
|
1051
1051
|
end
|
|
1052
1052
|
|
|
1053
1053
|
# form parameters
|
|
@@ -1178,7 +1178,7 @@ module DaytonaToolboxApiClient
|
|
|
1178
1178
|
# HTTP header 'Content-Type'
|
|
1179
1179
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
1180
1180
|
if !content_type.nil?
|
|
1181
|
-
|
|
1181
|
+
header_params['Content-Type'] = content_type
|
|
1182
1182
|
end
|
|
1183
1183
|
|
|
1184
1184
|
# form parameters
|
|
@@ -1299,7 +1299,7 @@ module DaytonaToolboxApiClient
|
|
|
1299
1299
|
# HTTP header 'Content-Type'
|
|
1300
1300
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
1301
1301
|
if !content_type.nil?
|
|
1302
|
-
|
|
1302
|
+
header_params['Content-Type'] = content_type
|
|
1303
1303
|
end
|
|
1304
1304
|
|
|
1305
1305
|
# form parameters
|
|
@@ -1424,7 +1424,7 @@ module DaytonaToolboxApiClient
|
|
|
1424
1424
|
# HTTP header 'Content-Type'
|
|
1425
1425
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
1426
1426
|
if !content_type.nil?
|
|
1427
|
-
|
|
1427
|
+
header_params['Content-Type'] = content_type
|
|
1428
1428
|
end
|
|
1429
1429
|
|
|
1430
1430
|
# form parameters
|
|
@@ -1806,7 +1806,7 @@ module DaytonaToolboxApiClient
|
|
|
1806
1806
|
# HTTP header 'Content-Type'
|
|
1807
1807
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
1808
1808
|
if !content_type.nil?
|
|
1809
|
-
|
|
1809
|
+
header_params['Content-Type'] = content_type
|
|
1810
1810
|
end
|
|
1811
1811
|
|
|
1812
1812
|
# form parameters
|
|
@@ -253,7 +253,7 @@ module DaytonaToolboxApiClient
|
|
|
253
253
|
# HTTP header 'Content-Type'
|
|
254
254
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
255
255
|
if !content_type.nil?
|
|
256
|
-
|
|
256
|
+
header_params['Content-Type'] = content_type
|
|
257
257
|
end
|
|
258
258
|
|
|
259
259
|
# form parameters
|
|
@@ -585,7 +585,7 @@ module DaytonaToolboxApiClient
|
|
|
585
585
|
# HTTP header 'Content-Type'
|
|
586
586
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
587
587
|
if !content_type.nil?
|
|
588
|
-
|
|
588
|
+
header_params['Content-Type'] = content_type
|
|
589
589
|
end
|
|
590
590
|
|
|
591
591
|
# form parameters
|
|
@@ -802,7 +802,7 @@ module DaytonaToolboxApiClient
|
|
|
802
802
|
# HTTP header 'Content-Type'
|
|
803
803
|
content_type = @api_client.select_header_content_type(['multipart/form-data'])
|
|
804
804
|
if !content_type.nil?
|
|
805
|
-
|
|
805
|
+
header_params['Content-Type'] = content_type
|
|
806
806
|
end
|
|
807
807
|
|
|
808
808
|
# form parameters
|
|
@@ -53,7 +53,7 @@ module DaytonaToolboxApiClient
|
|
|
53
53
|
# HTTP header 'Content-Type'
|
|
54
54
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
55
55
|
if !content_type.nil?
|
|
56
|
-
|
|
56
|
+
header_params['Content-Type'] = content_type
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
# form parameters
|
|
@@ -119,7 +119,7 @@ module DaytonaToolboxApiClient
|
|
|
119
119
|
# HTTP header 'Content-Type'
|
|
120
120
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
121
121
|
if !content_type.nil?
|
|
122
|
-
|
|
122
|
+
header_params['Content-Type'] = content_type
|
|
123
123
|
end
|
|
124
124
|
|
|
125
125
|
# form parameters
|
|
@@ -185,7 +185,7 @@ module DaytonaToolboxApiClient
|
|
|
185
185
|
# HTTP header 'Content-Type'
|
|
186
186
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
187
187
|
if !content_type.nil?
|
|
188
|
-
|
|
188
|
+
header_params['Content-Type'] = content_type
|
|
189
189
|
end
|
|
190
190
|
|
|
191
191
|
# form parameters
|
|
@@ -253,7 +253,7 @@ module DaytonaToolboxApiClient
|
|
|
253
253
|
# HTTP header 'Content-Type'
|
|
254
254
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
255
255
|
if !content_type.nil?
|
|
256
|
-
|
|
256
|
+
header_params['Content-Type'] = content_type
|
|
257
257
|
end
|
|
258
258
|
|
|
259
259
|
# form parameters
|
|
@@ -319,7 +319,7 @@ module DaytonaToolboxApiClient
|
|
|
319
319
|
# HTTP header 'Content-Type'
|
|
320
320
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
321
321
|
if !content_type.nil?
|
|
322
|
-
|
|
322
|
+
header_params['Content-Type'] = content_type
|
|
323
323
|
end
|
|
324
324
|
|
|
325
325
|
# form parameters
|
|
@@ -385,7 +385,7 @@ module DaytonaToolboxApiClient
|
|
|
385
385
|
# HTTP header 'Content-Type'
|
|
386
386
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
387
387
|
if !content_type.nil?
|
|
388
|
-
|
|
388
|
+
header_params['Content-Type'] = content_type
|
|
389
389
|
end
|
|
390
390
|
|
|
391
391
|
# form parameters
|
|
@@ -643,7 +643,7 @@ module DaytonaToolboxApiClient
|
|
|
643
643
|
# HTTP header 'Content-Type'
|
|
644
644
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
645
645
|
if !content_type.nil?
|
|
646
|
-
|
|
646
|
+
header_params['Content-Type'] = content_type
|
|
647
647
|
end
|
|
648
648
|
|
|
649
649
|
# form parameters
|
|
@@ -709,7 +709,7 @@ module DaytonaToolboxApiClient
|
|
|
709
709
|
# HTTP header 'Content-Type'
|
|
710
710
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
711
711
|
if !content_type.nil?
|
|
712
|
-
|
|
712
|
+
header_params['Content-Type'] = content_type
|
|
713
713
|
end
|
|
714
714
|
|
|
715
715
|
# form parameters
|
|
@@ -55,7 +55,7 @@ module DaytonaToolboxApiClient
|
|
|
55
55
|
# HTTP header 'Content-Type'
|
|
56
56
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
57
57
|
if !content_type.nil?
|
|
58
|
-
|
|
58
|
+
header_params['Content-Type'] = content_type
|
|
59
59
|
end
|
|
60
60
|
|
|
61
61
|
# form parameters
|
|
@@ -55,7 +55,7 @@ module DaytonaToolboxApiClient
|
|
|
55
55
|
# HTTP header 'Content-Type'
|
|
56
56
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
57
57
|
if !content_type.nil?
|
|
58
|
-
|
|
58
|
+
header_params['Content-Type'] = content_type
|
|
59
59
|
end
|
|
60
60
|
|
|
61
61
|
# form parameters
|
|
@@ -121,7 +121,7 @@ module DaytonaToolboxApiClient
|
|
|
121
121
|
# HTTP header 'Content-Type'
|
|
122
122
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
123
123
|
if !content_type.nil?
|
|
124
|
-
|
|
124
|
+
header_params['Content-Type'] = content_type
|
|
125
125
|
end
|
|
126
126
|
|
|
127
127
|
# form parameters
|
|
@@ -187,7 +187,7 @@ module DaytonaToolboxApiClient
|
|
|
187
187
|
# HTTP header 'Content-Type'
|
|
188
188
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
189
189
|
if !content_type.nil?
|
|
190
|
-
|
|
190
|
+
header_params['Content-Type'] = content_type
|
|
191
191
|
end
|
|
192
192
|
|
|
193
193
|
# form parameters
|
|
@@ -331,7 +331,7 @@ module DaytonaToolboxApiClient
|
|
|
331
331
|
# HTTP header 'Content-Type'
|
|
332
332
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
333
333
|
if !content_type.nil?
|
|
334
|
-
|
|
334
|
+
header_params['Content-Type'] = content_type
|
|
335
335
|
end
|
|
336
336
|
|
|
337
337
|
# form parameters
|
|
@@ -397,7 +397,7 @@ module DaytonaToolboxApiClient
|
|
|
397
397
|
# HTTP header 'Content-Type'
|
|
398
398
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
399
399
|
if !content_type.nil?
|
|
400
|
-
|
|
400
|
+
header_params['Content-Type'] = content_type
|
|
401
401
|
end
|
|
402
402
|
|
|
403
403
|
# form parameters
|
|
@@ -116,7 +116,7 @@ module DaytonaToolboxApiClient
|
|
|
116
116
|
# HTTP header 'Content-Type'
|
|
117
117
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
118
118
|
if !content_type.nil?
|
|
119
|
-
|
|
119
|
+
header_params['Content-Type'] = content_type
|
|
120
120
|
end
|
|
121
121
|
|
|
122
122
|
# form parameters
|
|
@@ -182,7 +182,7 @@ module DaytonaToolboxApiClient
|
|
|
182
182
|
# HTTP header 'Content-Type'
|
|
183
183
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
184
184
|
if !content_type.nil?
|
|
185
|
-
|
|
185
|
+
header_params['Content-Type'] = content_type
|
|
186
186
|
end
|
|
187
187
|
|
|
188
188
|
# form parameters
|
|
@@ -374,7 +374,7 @@ module DaytonaToolboxApiClient
|
|
|
374
374
|
# HTTP header 'Content-Type'
|
|
375
375
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
376
376
|
if !content_type.nil?
|
|
377
|
-
|
|
377
|
+
header_params['Content-Type'] = content_type
|
|
378
378
|
end
|
|
379
379
|
|
|
380
380
|
# form parameters
|
|
@@ -829,7 +829,7 @@ module DaytonaToolboxApiClient
|
|
|
829
829
|
# HTTP header 'Content-Type'
|
|
830
830
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
831
831
|
if !content_type.nil?
|
|
832
|
-
|
|
832
|
+
header_params['Content-Type'] = content_type
|
|
833
833
|
end
|
|
834
834
|
|
|
835
835
|
# form parameters
|
|
@@ -907,7 +907,7 @@ module DaytonaToolboxApiClient
|
|
|
907
907
|
# HTTP header 'Content-Type'
|
|
908
908
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
909
909
|
if !content_type.nil?
|
|
910
|
-
|
|
910
|
+
header_params['Content-Type'] = content_type
|
|
911
911
|
end
|
|
912
912
|
|
|
913
913
|
# form parameters
|
|
@@ -981,7 +981,7 @@ module DaytonaToolboxApiClient
|
|
|
981
981
|
# HTTP header 'Content-Type'
|
|
982
982
|
content_type = @api_client.select_header_content_type(['application/json'])
|
|
983
983
|
if !content_type.nil?
|
|
984
|
-
|
|
984
|
+
header_params['Content-Type'] = content_type
|
|
985
985
|
end
|
|
986
986
|
|
|
987
987
|
# form parameters
|
|
@@ -243,7 +243,8 @@ module DaytonaToolboxApiClient
|
|
|
243
243
|
|
|
244
244
|
# Returns Auth Settings hash for api client.
|
|
245
245
|
def auth_settings
|
|
246
|
-
{
|
|
246
|
+
{
|
|
247
|
+
}
|
|
247
248
|
end
|
|
248
249
|
|
|
249
250
|
# Returns an array of Server setting
|
|
@@ -257,7 +258,8 @@ module DaytonaToolboxApiClient
|
|
|
257
258
|
end
|
|
258
259
|
|
|
259
260
|
def operation_server_settings
|
|
260
|
-
{
|
|
261
|
+
{
|
|
262
|
+
}
|
|
261
263
|
end
|
|
262
264
|
|
|
263
265
|
# Returns URL based on server settings
|
|
@@ -293,5 +295,7 @@ module DaytonaToolboxApiClient
|
|
|
293
295
|
|
|
294
296
|
url
|
|
295
297
|
end
|
|
298
|
+
|
|
299
|
+
|
|
296
300
|
end
|
|
297
301
|
end
|
data/project.json
CHANGED
|
@@ -25,13 +25,6 @@
|
|
|
25
25
|
"inputs": [{ "env": "RUBYGEMS_PKG_VERSION" }, { "env": "VERSION" }],
|
|
26
26
|
"outputs": ["{projectRoot}/lib/daytona_toolbox_api_client/version.rb"]
|
|
27
27
|
},
|
|
28
|
-
"lint": {
|
|
29
|
-
"executor": "nx:run-commands",
|
|
30
|
-
"options": {
|
|
31
|
-
"cwd": "{projectRoot}",
|
|
32
|
-
"command": "bundle exec rubocop"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
28
|
"generate:api-client": {
|
|
36
29
|
"executor": "nx:run-commands",
|
|
37
30
|
"outputs": ["{projectRoot}/lib"],
|
|
@@ -40,16 +33,12 @@
|
|
|
40
33
|
"rm -rf libs/toolbox-api-client-ruby/lib",
|
|
41
34
|
"yarn run openapi-generator-cli generate -i apps/daemon/pkg/toolbox/docs/swagger.json -g ruby --additional-properties=gemAuthor=daytonaio,gemAuthorEmail=support@daytona.io,gemDescription=\\\"Daytona Toolbox API Client\\\",gemHomepage=\\\"https://github.com/daytonaio/daytona\\\",gemVersion=$DEFAULT_GEM_VERSION,gemName=daytona_toolbox_api_client -o libs/toolbox-api-client-ruby",
|
|
42
35
|
"bash libs/toolbox-api-client-ruby/fix-gemspec.sh",
|
|
43
|
-
"cd libs/toolbox-api-client-ruby && bundle install"
|
|
44
|
-
"cd libs/toolbox-api-client-ruby && bundle exec rubocop -a --fail-level=E"
|
|
36
|
+
"cd libs/toolbox-api-client-ruby && bundle install"
|
|
45
37
|
],
|
|
46
38
|
"parallel": false
|
|
47
39
|
},
|
|
48
40
|
"cache": true,
|
|
49
|
-
"inputs": [
|
|
50
|
-
"apiClient",
|
|
51
|
-
{ "env": "DEFAULT_GEM_VERSION" }
|
|
52
|
-
],
|
|
41
|
+
"inputs": ["apiClient", { "env": "DEFAULT_GEM_VERSION" }],
|
|
53
42
|
"dependsOn": [
|
|
54
43
|
{
|
|
55
44
|
"target": "openapi",
|
|
@@ -61,14 +50,6 @@
|
|
|
61
50
|
}
|
|
62
51
|
]
|
|
63
52
|
},
|
|
64
|
-
"format": {
|
|
65
|
-
"executor": "nx:run-commands",
|
|
66
|
-
"options": {
|
|
67
|
-
"cwd": "{projectRoot}",
|
|
68
|
-
"commands": ["bundle exec rubocop -a --fail-level=E", "prettier --write \"**/*.yml\""],
|
|
69
|
-
"parallel": false
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
53
|
"publish": {
|
|
73
54
|
"executor": "nx:run-commands",
|
|
74
55
|
"options": {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: daytona_toolbox_api_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.145.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- daytonaio
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|