daytona_api_client 0.171.0 → 1.0.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.
Files changed (220) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +9 -0
  3. data/Gemfile.lock +101 -0
  4. data/daytona_api_client.gemspec +2 -2
  5. data/lib/daytona_api_client/api/api_keys_api.rb +2 -2
  6. data/lib/daytona_api_client/api/audit_api.rb +140 -10
  7. data/lib/daytona_api_client/api/config_api.rb +1 -1
  8. data/lib/daytona_api_client/api/docker_registry_api.rb +67 -6
  9. data/lib/daytona_api_client/api/health_api.rb +3 -54
  10. data/lib/daytona_api_client/api/object_storage_api.rb +1 -1
  11. data/lib/daytona_api_client/api/organizations_api.rb +163 -954
  12. data/lib/daytona_api_client/api/preview_api.rb +8 -77
  13. data/lib/daytona_api_client/api/runners_api.rb +22 -412
  14. data/lib/daytona_api_client/api/sandbox_api.rb +292 -1620
  15. data/lib/daytona_api_client/api/snapshots_api.rb +113 -39
  16. data/lib/daytona_api_client/api/toolbox_api.rb +741 -741
  17. data/lib/daytona_api_client/api/users_api.rb +239 -2
  18. data/lib/daytona_api_client/api/volumes_api.rb +2 -2
  19. data/lib/daytona_api_client/api/webhooks_api.rb +268 -5
  20. data/lib/daytona_api_client/api/workspace_api.rb +6 -6
  21. data/lib/daytona_api_client/api_client.rb +4 -8
  22. data/lib/daytona_api_client/api_error.rb +1 -1
  23. data/lib/daytona_api_client/configuration.rb +2 -5
  24. data/lib/daytona_api_client/models/account_provider.rb +74 -3
  25. data/lib/daytona_api_client/models/announcement.rb +74 -3
  26. data/lib/daytona_api_client/models/api_key_list.rb +74 -3
  27. data/lib/daytona_api_client/models/api_key_response.rb +74 -3
  28. data/lib/daytona_api_client/models/audit_log.rb +75 -22
  29. data/lib/daytona_api_client/models/build_info.rb +78 -34
  30. data/lib/daytona_api_client/models/command.rb +74 -3
  31. data/lib/daytona_api_client/models/completion_context.rb +74 -3
  32. data/lib/daytona_api_client/models/completion_item.rb +74 -3
  33. data/lib/daytona_api_client/models/completion_list.rb +74 -3
  34. data/lib/daytona_api_client/models/compressed_screenshot_response.rb +74 -3
  35. data/lib/daytona_api_client/models/computer_use_start_response.rb +74 -3
  36. data/lib/daytona_api_client/models/computer_use_status_response.rb +76 -5
  37. data/lib/daytona_api_client/models/computer_use_stop_response.rb +74 -3
  38. data/lib/daytona_api_client/models/create_api_key.rb +75 -4
  39. data/lib/daytona_api_client/models/create_audit_log.rb +350 -0
  40. data/lib/daytona_api_client/models/create_build_info.rb +74 -3
  41. data/lib/daytona_api_client/models/create_docker_registry.rb +139 -7
  42. data/lib/daytona_api_client/models/create_linked_account.rb +74 -3
  43. data/lib/daytona_api_client/models/create_organization.rb +78 -34
  44. data/lib/daytona_api_client/models/create_organization_invitation.rb +76 -5
  45. data/lib/daytona_api_client/models/create_organization_quota.rb +74 -3
  46. data/lib/daytona_api_client/models/create_organization_role.rb +74 -3
  47. data/lib/daytona_api_client/models/create_runner.rb +389 -34
  48. data/lib/daytona_api_client/models/create_sandbox.rb +77 -16
  49. data/lib/daytona_api_client/models/create_session_request.rb +74 -3
  50. data/lib/daytona_api_client/models/create_snapshot.rb +88 -17
  51. data/lib/daytona_api_client/models/create_user.rb +77 -15
  52. data/lib/daytona_api_client/models/create_volume.rb +74 -3
  53. data/lib/daytona_api_client/models/create_workspace.rb +78 -7
  54. data/lib/daytona_api_client/models/daytona_configuration.rb +78 -54
  55. data/lib/daytona_api_client/models/display_info_response.rb +74 -3
  56. data/lib/daytona_api_client/models/docker_registry.rb +76 -5
  57. data/lib/daytona_api_client/models/download_files.rb +74 -3
  58. data/lib/daytona_api_client/models/execute_request.rb +74 -3
  59. data/lib/daytona_api_client/models/execute_response.rb +74 -3
  60. data/lib/daytona_api_client/models/file_info.rb +74 -3
  61. data/lib/daytona_api_client/models/file_status.rb +74 -3
  62. data/lib/daytona_api_client/models/git_add_request.rb +74 -3
  63. data/lib/daytona_api_client/models/git_branch_request.rb +74 -3
  64. data/lib/daytona_api_client/models/git_checkout_request.rb +74 -3
  65. data/lib/daytona_api_client/models/git_clone_request.rb +74 -3
  66. data/lib/daytona_api_client/models/git_commit_info.rb +74 -3
  67. data/lib/daytona_api_client/models/git_commit_request.rb +74 -3
  68. data/lib/daytona_api_client/models/git_commit_response.rb +74 -3
  69. data/lib/daytona_api_client/models/git_delete_branch_request.rb +74 -3
  70. data/lib/daytona_api_client/models/git_repo_request.rb +74 -3
  71. data/lib/daytona_api_client/models/git_status.rb +74 -3
  72. data/lib/daytona_api_client/models/health_controller_check200_response.rb +74 -3
  73. data/lib/daytona_api_client/models/health_controller_check200_response_info_value.rb +74 -3
  74. data/lib/daytona_api_client/models/health_controller_check503_response.rb +74 -3
  75. data/lib/daytona_api_client/models/keyboard_hotkey_request.rb +74 -3
  76. data/lib/daytona_api_client/models/keyboard_press_request.rb +74 -3
  77. data/lib/daytona_api_client/models/keyboard_type_request.rb +74 -3
  78. data/lib/daytona_api_client/models/list_branch_response.rb +74 -3
  79. data/lib/daytona_api_client/models/lsp_completion_params.rb +74 -3
  80. data/lib/daytona_api_client/models/lsp_document_request.rb +74 -3
  81. data/lib/daytona_api_client/models/lsp_location.rb +74 -3
  82. data/lib/daytona_api_client/models/lsp_server_request.rb +74 -3
  83. data/lib/daytona_api_client/models/lsp_symbol.rb +74 -3
  84. data/lib/daytona_api_client/models/match.rb +74 -3
  85. data/lib/daytona_api_client/models/mouse_click_request.rb +74 -3
  86. data/lib/daytona_api_client/models/mouse_click_response.rb +74 -3
  87. data/lib/daytona_api_client/models/mouse_drag_request.rb +74 -3
  88. data/lib/daytona_api_client/models/mouse_drag_response.rb +74 -3
  89. data/lib/daytona_api_client/models/mouse_move_request.rb +74 -3
  90. data/lib/daytona_api_client/models/mouse_move_response.rb +74 -3
  91. data/lib/daytona_api_client/models/mouse_position.rb +74 -3
  92. data/lib/daytona_api_client/models/mouse_scroll_request.rb +74 -3
  93. data/lib/daytona_api_client/models/mouse_scroll_response.rb +74 -3
  94. data/lib/daytona_api_client/models/oidc_config.rb +74 -3
  95. data/lib/daytona_api_client/models/organization.rb +159 -149
  96. data/lib/daytona_api_client/models/organization_invitation.rb +78 -7
  97. data/lib/daytona_api_client/models/organization_role.rb +74 -3
  98. data/lib/daytona_api_client/models/organization_sandbox_default_limited_network_egress.rb +74 -3
  99. data/lib/daytona_api_client/models/organization_suspension.rb +79 -10
  100. data/lib/daytona_api_client/models/organization_usage_overview.rb +220 -21
  101. data/lib/daytona_api_client/models/organization_user.rb +76 -5
  102. data/lib/daytona_api_client/models/paginated_audit_logs.rb +78 -17
  103. data/lib/daytona_api_client/models/paginated_sandboxes.rb +74 -3
  104. data/lib/daytona_api_client/models/paginated_snapshots.rb +74 -3
  105. data/lib/daytona_api_client/models/{paginated_logs.rb → paginated_snapshots_dto.rb} +77 -10
  106. data/lib/daytona_api_client/models/port_preview_url.rb +88 -34
  107. data/lib/daytona_api_client/models/position.rb +74 -3
  108. data/lib/daytona_api_client/models/posthog_config.rb +74 -3
  109. data/lib/daytona_api_client/models/process_errors_response.rb +74 -3
  110. data/lib/daytona_api_client/models/process_logs_response.rb +74 -3
  111. data/lib/daytona_api_client/models/process_restart_response.rb +74 -3
  112. data/lib/daytona_api_client/models/process_status_response.rb +74 -3
  113. data/lib/daytona_api_client/models/project_dir_response.rb +74 -3
  114. data/lib/daytona_api_client/models/pty_create_request.rb +74 -3
  115. data/lib/daytona_api_client/models/pty_create_response.rb +74 -3
  116. data/lib/daytona_api_client/models/pty_list_response.rb +74 -3
  117. data/lib/daytona_api_client/models/pty_resize_request.rb +74 -3
  118. data/lib/daytona_api_client/models/pty_session_info.rb +74 -3
  119. data/lib/daytona_api_client/models/range.rb +74 -3
  120. data/lib/daytona_api_client/models/region.rb +78 -181
  121. data/lib/daytona_api_client/models/region_screenshot_response.rb +74 -3
  122. data/lib/daytona_api_client/models/registry_push_access_dto.rb +74 -3
  123. data/lib/daytona_api_client/models/replace_request.rb +74 -3
  124. data/lib/daytona_api_client/models/replace_result.rb +74 -3
  125. data/lib/daytona_api_client/models/runner.rb +191 -109
  126. data/lib/daytona_api_client/models/runner_snapshot_dto.rb +91 -3
  127. data/lib/daytona_api_client/models/runner_state.rb +3 -4
  128. data/lib/daytona_api_client/models/sandbox.rb +92 -95
  129. data/lib/daytona_api_client/models/sandbox_class.rb +3 -4
  130. data/lib/daytona_api_client/models/sandbox_desired_state.rb +3 -4
  131. data/lib/daytona_api_client/models/sandbox_info.rb +74 -3
  132. data/lib/daytona_api_client/models/sandbox_labels.rb +74 -3
  133. data/lib/daytona_api_client/models/sandbox_state.rb +3 -7
  134. data/lib/daytona_api_client/models/sandbox_volume.rb +78 -17
  135. data/lib/daytona_api_client/models/screenshot_response.rb +74 -3
  136. data/lib/daytona_api_client/models/search_files_response.rb +74 -3
  137. data/lib/daytona_api_client/models/send_webhook_dto.rb +75 -26
  138. data/lib/daytona_api_client/models/session.rb +74 -3
  139. data/lib/daytona_api_client/models/session_execute_request.rb +74 -3
  140. data/lib/daytona_api_client/models/session_execute_response.rb +74 -3
  141. data/lib/daytona_api_client/models/set_snapshot_general_status_dto.rb +74 -3
  142. data/lib/daytona_api_client/models/snapshot_dto.rb +78 -39
  143. data/lib/daytona_api_client/models/snapshot_state.rb +6 -4
  144. data/lib/daytona_api_client/models/ssh_access_dto.rb +78 -34
  145. data/lib/daytona_api_client/models/ssh_access_validation_dto.rb +98 -7
  146. data/lib/daytona_api_client/models/storage_access_dto.rb +74 -3
  147. data/lib/daytona_api_client/models/update_docker_registry.rb +74 -3
  148. data/lib/daytona_api_client/models/update_organization_invitation.rb +76 -5
  149. data/lib/daytona_api_client/models/update_organization_member_access.rb +76 -5
  150. data/lib/daytona_api_client/models/update_organization_quota.rb +115 -93
  151. data/lib/daytona_api_client/models/update_organization_role.rb +74 -3
  152. data/lib/daytona_api_client/models/update_sandbox_state_dto.rb +80 -29
  153. data/lib/daytona_api_client/models/user.rb +74 -3
  154. data/lib/daytona_api_client/models/user_home_dir_response.rb +74 -3
  155. data/lib/daytona_api_client/models/user_public_key.rb +74 -3
  156. data/lib/daytona_api_client/models/volume_dto.rb +74 -3
  157. data/lib/daytona_api_client/models/volume_state.rb +3 -4
  158. data/lib/daytona_api_client/models/webhook_app_portal_access.rb +75 -31
  159. data/lib/daytona_api_client/models/{admin_get_webhook_status200_response.rb → webhook_controller_get_status200_response.rb} +76 -5
  160. data/lib/daytona_api_client/models/webhook_initialization_status.rb +74 -3
  161. data/lib/daytona_api_client/models/windows_response.rb +74 -3
  162. data/lib/daytona_api_client/models/work_dir_response.rb +74 -3
  163. data/lib/daytona_api_client/models/workspace.rb +107 -83
  164. data/lib/daytona_api_client/version.rb +2 -2
  165. data/lib/daytona_api_client.rb +3 -49
  166. data/project.json +11 -42
  167. metadata +6 -56
  168. data/.gitignore +0 -39
  169. data/.openapi-generator/FILES +0 -211
  170. data/.openapi-generator/VERSION +0 -1
  171. data/.openapi-generator-ignore +0 -31
  172. data/.rspec +0 -2
  173. data/.rubocop.yml +0 -148
  174. data/fix-gemspec.sh +0 -11
  175. data/lib/daytona_api_client/api/admin_api.rb +0 -1151
  176. data/lib/daytona_api_client/api/jobs_api.rb +0 -299
  177. data/lib/daytona_api_client/api/regions_api.rb +0 -77
  178. data/lib/daytona_api_client/api_model_base.rb +0 -88
  179. data/lib/daytona_api_client/models/admin_create_runner.rb +0 -314
  180. data/lib/daytona_api_client/models/create_region.rb +0 -198
  181. data/lib/daytona_api_client/models/create_region_response.rb +0 -209
  182. data/lib/daytona_api_client/models/create_runner_response.rb +0 -192
  183. data/lib/daytona_api_client/models/create_sandbox_snapshot.rb +0 -165
  184. data/lib/daytona_api_client/models/fork_sandbox.rb +0 -148
  185. data/lib/daytona_api_client/models/job.rb +0 -366
  186. data/lib/daytona_api_client/models/job_status.rb +0 -43
  187. data/lib/daytona_api_client/models/job_type.rb +0 -53
  188. data/lib/daytona_api_client/models/log_entry.rb +0 -334
  189. data/lib/daytona_api_client/models/metric_data_point.rb +0 -192
  190. data/lib/daytona_api_client/models/metric_series.rb +0 -194
  191. data/lib/daytona_api_client/models/metrics_response.rb +0 -167
  192. data/lib/daytona_api_client/models/otel_config.rb +0 -178
  193. data/lib/daytona_api_client/models/paginated_jobs.rb +0 -244
  194. data/lib/daytona_api_client/models/paginated_traces.rb +0 -248
  195. data/lib/daytona_api_client/models/poll_jobs_response.rb +0 -167
  196. data/lib/daytona_api_client/models/rate_limit_config.rb +0 -178
  197. data/lib/daytona_api_client/models/rate_limit_entry.rb +0 -158
  198. data/lib/daytona_api_client/models/regenerate_api_key_response.rb +0 -165
  199. data/lib/daytona_api_client/models/region_quota.rb +0 -316
  200. data/lib/daytona_api_client/models/region_type.rb +0 -42
  201. data/lib/daytona_api_client/models/region_usage_overview.rb +0 -368
  202. data/lib/daytona_api_client/models/resize_sandbox.rb +0 -225
  203. data/lib/daytona_api_client/models/runner_class.rb +0 -41
  204. data/lib/daytona_api_client/models/runner_full.rb +0 -735
  205. data/lib/daytona_api_client/models/runner_health_metrics.rb +0 -462
  206. data/lib/daytona_api_client/models/runner_healthcheck.rb +0 -217
  207. data/lib/daytona_api_client/models/runner_service_health.rb +0 -202
  208. data/lib/daytona_api_client/models/signed_port_preview_url.rb +0 -246
  209. data/lib/daytona_api_client/models/snapshot_manager_credentials.rb +0 -192
  210. data/lib/daytona_api_client/models/toolbox_proxy_url.rb +0 -165
  211. data/lib/daytona_api_client/models/trace_span.rb +0 -332
  212. data/lib/daytona_api_client/models/trace_summary.rb +0 -310
  213. data/lib/daytona_api_client/models/update_job_status.rb +0 -207
  214. data/lib/daytona_api_client/models/update_organization_default_region.rb +0 -165
  215. data/lib/daytona_api_client/models/update_organization_region_quota.rb +0 -214
  216. data/lib/daytona_api_client/models/update_region.rb +0 -171
  217. data/lib/daytona_api_client/models/update_sandbox_network_settings.rb +0 -158
  218. data/lib/daytona_api_client/models/url.rb +0 -165
  219. data/lib/daytona_api_client/models/webhook_event.rb +0 -46
  220. data/lib/daytona_api_client/models/workspace_port_preview_url.rb +0 -192
@@ -1,310 +0,0 @@
1
- =begin
2
- #Daytona
3
-
4
- #Daytona AI platform API Docs
5
-
6
- The version of the OpenAPI document: 1.0
7
- Contact: support@daytona.com
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.21.0
10
-
11
- =end
12
-
13
- require 'date'
14
- require 'time'
15
-
16
- module DaytonaApiClient
17
- class TraceSummary < ApiModelBase
18
- # Unique trace identifier
19
- attr_accessor :trace_id
20
-
21
- # Name of the root span
22
- attr_accessor :root_span_name
23
-
24
- # Trace start time
25
- attr_accessor :start_time
26
-
27
- # Trace end time
28
- attr_accessor :end_time
29
-
30
- # Total duration in milliseconds
31
- attr_accessor :duration_ms
32
-
33
- # Number of spans in this trace
34
- attr_accessor :span_count
35
-
36
- # Status code of the trace
37
- attr_accessor :status_code
38
-
39
- # Attribute mapping from ruby-style variable name to JSON key.
40
- def self.attribute_map
41
- {
42
- :'trace_id' => :'traceId',
43
- :'root_span_name' => :'rootSpanName',
44
- :'start_time' => :'startTime',
45
- :'end_time' => :'endTime',
46
- :'duration_ms' => :'durationMs',
47
- :'span_count' => :'spanCount',
48
- :'status_code' => :'statusCode'
49
- }
50
- end
51
-
52
- # Returns attribute mapping this model knows about
53
- def self.acceptable_attribute_map
54
- attribute_map
55
- end
56
-
57
- # Returns all the JSON keys this model knows about
58
- def self.acceptable_attributes
59
- acceptable_attribute_map.values
60
- end
61
-
62
- # Attribute type mapping.
63
- def self.openapi_types
64
- {
65
- :'trace_id' => :'String',
66
- :'root_span_name' => :'String',
67
- :'start_time' => :'String',
68
- :'end_time' => :'String',
69
- :'duration_ms' => :'Float',
70
- :'span_count' => :'Float',
71
- :'status_code' => :'String'
72
- }
73
- end
74
-
75
- # List of attributes with nullable: true
76
- def self.openapi_nullable
77
- Set.new([
78
- ])
79
- end
80
-
81
- # Initializes the object
82
- # @param [Hash] attributes Model attributes in the form of hash
83
- def initialize(attributes = {})
84
- if (!attributes.is_a?(Hash))
85
- fail ArgumentError, "The input argument (attributes) must be a hash in `DaytonaApiClient::TraceSummary` initialize method"
86
- end
87
-
88
- # check to see if the attribute exists and convert string to symbol for hash key
89
- acceptable_attribute_map = self.class.acceptable_attribute_map
90
- attributes = attributes.each_with_object({}) { |(k, v), h|
91
- if (!acceptable_attribute_map.key?(k.to_sym))
92
- fail ArgumentError, "`#{k}` is not a valid attribute in `DaytonaApiClient::TraceSummary`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
93
- end
94
- h[k.to_sym] = v
95
- }
96
-
97
- if attributes.key?(:'trace_id')
98
- self.trace_id = attributes[:'trace_id']
99
- else
100
- self.trace_id = nil
101
- end
102
-
103
- if attributes.key?(:'root_span_name')
104
- self.root_span_name = attributes[:'root_span_name']
105
- else
106
- self.root_span_name = nil
107
- end
108
-
109
- if attributes.key?(:'start_time')
110
- self.start_time = attributes[:'start_time']
111
- else
112
- self.start_time = nil
113
- end
114
-
115
- if attributes.key?(:'end_time')
116
- self.end_time = attributes[:'end_time']
117
- else
118
- self.end_time = nil
119
- end
120
-
121
- if attributes.key?(:'duration_ms')
122
- self.duration_ms = attributes[:'duration_ms']
123
- else
124
- self.duration_ms = nil
125
- end
126
-
127
- if attributes.key?(:'span_count')
128
- self.span_count = attributes[:'span_count']
129
- else
130
- self.span_count = nil
131
- end
132
-
133
- if attributes.key?(:'status_code')
134
- self.status_code = attributes[:'status_code']
135
- end
136
- end
137
-
138
- # Show invalid properties with the reasons. Usually used together with valid?
139
- # @return Array for valid properties with the reasons
140
- def list_invalid_properties
141
- warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
142
- invalid_properties = Array.new
143
- if @trace_id.nil?
144
- invalid_properties.push('invalid value for "trace_id", trace_id cannot be nil.')
145
- end
146
-
147
- if @root_span_name.nil?
148
- invalid_properties.push('invalid value for "root_span_name", root_span_name cannot be nil.')
149
- end
150
-
151
- if @start_time.nil?
152
- invalid_properties.push('invalid value for "start_time", start_time cannot be nil.')
153
- end
154
-
155
- if @end_time.nil?
156
- invalid_properties.push('invalid value for "end_time", end_time cannot be nil.')
157
- end
158
-
159
- if @duration_ms.nil?
160
- invalid_properties.push('invalid value for "duration_ms", duration_ms cannot be nil.')
161
- end
162
-
163
- if @span_count.nil?
164
- invalid_properties.push('invalid value for "span_count", span_count cannot be nil.')
165
- end
166
-
167
- invalid_properties
168
- end
169
-
170
- # Check to see if the all the properties in the model are valid
171
- # @return true if the model is valid
172
- def valid?
173
- warn '[DEPRECATED] the `valid?` method is obsolete'
174
- return false if @trace_id.nil?
175
- return false if @root_span_name.nil?
176
- return false if @start_time.nil?
177
- return false if @end_time.nil?
178
- return false if @duration_ms.nil?
179
- return false if @span_count.nil?
180
- true
181
- end
182
-
183
- # Custom attribute writer method with validation
184
- # @param [Object] trace_id Value to be assigned
185
- def trace_id=(trace_id)
186
- if trace_id.nil?
187
- fail ArgumentError, 'trace_id cannot be nil'
188
- end
189
-
190
- @trace_id = trace_id
191
- end
192
-
193
- # Custom attribute writer method with validation
194
- # @param [Object] root_span_name Value to be assigned
195
- def root_span_name=(root_span_name)
196
- if root_span_name.nil?
197
- fail ArgumentError, 'root_span_name cannot be nil'
198
- end
199
-
200
- @root_span_name = root_span_name
201
- end
202
-
203
- # Custom attribute writer method with validation
204
- # @param [Object] start_time Value to be assigned
205
- def start_time=(start_time)
206
- if start_time.nil?
207
- fail ArgumentError, 'start_time cannot be nil'
208
- end
209
-
210
- @start_time = start_time
211
- end
212
-
213
- # Custom attribute writer method with validation
214
- # @param [Object] end_time Value to be assigned
215
- def end_time=(end_time)
216
- if end_time.nil?
217
- fail ArgumentError, 'end_time cannot be nil'
218
- end
219
-
220
- @end_time = end_time
221
- end
222
-
223
- # Custom attribute writer method with validation
224
- # @param [Object] duration_ms Value to be assigned
225
- def duration_ms=(duration_ms)
226
- if duration_ms.nil?
227
- fail ArgumentError, 'duration_ms cannot be nil'
228
- end
229
-
230
- @duration_ms = duration_ms
231
- end
232
-
233
- # Custom attribute writer method with validation
234
- # @param [Object] span_count Value to be assigned
235
- def span_count=(span_count)
236
- if span_count.nil?
237
- fail ArgumentError, 'span_count cannot be nil'
238
- end
239
-
240
- @span_count = span_count
241
- end
242
-
243
- # Checks equality by comparing each attribute.
244
- # @param [Object] Object to be compared
245
- def ==(o)
246
- return true if self.equal?(o)
247
- self.class == o.class &&
248
- trace_id == o.trace_id &&
249
- root_span_name == o.root_span_name &&
250
- start_time == o.start_time &&
251
- end_time == o.end_time &&
252
- duration_ms == o.duration_ms &&
253
- span_count == o.span_count &&
254
- status_code == o.status_code
255
- end
256
-
257
- # @see the `==` method
258
- # @param [Object] Object to be compared
259
- def eql?(o)
260
- self == o
261
- end
262
-
263
- # Calculates hash code according to all attributes.
264
- # @return [Integer] Hash code
265
- def hash
266
- [trace_id, root_span_name, start_time, end_time, duration_ms, span_count, status_code].hash
267
- end
268
-
269
- # Builds the object from hash
270
- # @param [Hash] attributes Model attributes in the form of hash
271
- # @return [Object] Returns the model itself
272
- def self.build_from_hash(attributes)
273
- return nil unless attributes.is_a?(Hash)
274
- attributes = attributes.transform_keys(&:to_sym)
275
- transformed_hash = {}
276
- openapi_types.each_pair do |key, type|
277
- if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
278
- transformed_hash["#{key}"] = nil
279
- elsif type =~ /\AArray<(.*)>/i
280
- # check to ensure the input is an array given that the attribute
281
- # is documented as an array but the input is not
282
- if attributes[attribute_map[key]].is_a?(Array)
283
- transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
284
- end
285
- elsif !attributes[attribute_map[key]].nil?
286
- transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
287
- end
288
- end
289
- new(transformed_hash)
290
- end
291
-
292
- # Returns the object in the form of hash
293
- # @return [Hash] Returns the object in the form of hash
294
- def to_hash
295
- hash = {}
296
- self.class.attribute_map.each_pair do |attr, param|
297
- value = self.send(attr)
298
- if value.nil?
299
- is_nullable = self.class.openapi_nullable.include?(attr)
300
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
301
- end
302
-
303
- hash[param] = _to_hash(value)
304
- end
305
- hash
306
- end
307
-
308
- end
309
-
310
- end
@@ -1,207 +0,0 @@
1
- =begin
2
- #Daytona
3
-
4
- #Daytona AI platform API Docs
5
-
6
- The version of the OpenAPI document: 1.0
7
- Contact: support@daytona.com
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.21.0
10
-
11
- =end
12
-
13
- require 'date'
14
- require 'time'
15
-
16
- module DaytonaApiClient
17
- class UpdateJobStatus < ApiModelBase
18
- # The new status of the job
19
- attr_accessor :status
20
-
21
- # Error message if the job failed
22
- attr_accessor :error_message
23
-
24
- # Result metadata for the job
25
- attr_accessor :result_metadata
26
-
27
- class EnumAttributeValidator
28
- attr_reader :datatype
29
- attr_reader :allowable_values
30
-
31
- def initialize(datatype, allowable_values)
32
- @allowable_values = allowable_values.map do |value|
33
- case datatype.to_s
34
- when /Integer/i
35
- value.to_i
36
- when /Float/i
37
- value.to_f
38
- else
39
- value
40
- end
41
- end
42
- end
43
-
44
- def valid?(value)
45
- !value || allowable_values.include?(value)
46
- end
47
- end
48
-
49
- # Attribute mapping from ruby-style variable name to JSON key.
50
- def self.attribute_map
51
- {
52
- :'status' => :'status',
53
- :'error_message' => :'errorMessage',
54
- :'result_metadata' => :'resultMetadata'
55
- }
56
- end
57
-
58
- # Returns attribute mapping this model knows about
59
- def self.acceptable_attribute_map
60
- attribute_map
61
- end
62
-
63
- # Returns all the JSON keys this model knows about
64
- def self.acceptable_attributes
65
- acceptable_attribute_map.values
66
- end
67
-
68
- # Attribute type mapping.
69
- def self.openapi_types
70
- {
71
- :'status' => :'JobStatus',
72
- :'error_message' => :'String',
73
- :'result_metadata' => :'String'
74
- }
75
- end
76
-
77
- # List of attributes with nullable: true
78
- def self.openapi_nullable
79
- Set.new([
80
- ])
81
- end
82
-
83
- # Initializes the object
84
- # @param [Hash] attributes Model attributes in the form of hash
85
- def initialize(attributes = {})
86
- if (!attributes.is_a?(Hash))
87
- fail ArgumentError, "The input argument (attributes) must be a hash in `DaytonaApiClient::UpdateJobStatus` initialize method"
88
- end
89
-
90
- # check to see if the attribute exists and convert string to symbol for hash key
91
- acceptable_attribute_map = self.class.acceptable_attribute_map
92
- attributes = attributes.each_with_object({}) { |(k, v), h|
93
- if (!acceptable_attribute_map.key?(k.to_sym))
94
- fail ArgumentError, "`#{k}` is not a valid attribute in `DaytonaApiClient::UpdateJobStatus`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
95
- end
96
- h[k.to_sym] = v
97
- }
98
-
99
- if attributes.key?(:'status')
100
- self.status = attributes[:'status']
101
- else
102
- self.status = nil
103
- end
104
-
105
- if attributes.key?(:'error_message')
106
- self.error_message = attributes[:'error_message']
107
- end
108
-
109
- if attributes.key?(:'result_metadata')
110
- self.result_metadata = attributes[:'result_metadata']
111
- end
112
- end
113
-
114
- # Show invalid properties with the reasons. Usually used together with valid?
115
- # @return Array for valid properties with the reasons
116
- def list_invalid_properties
117
- warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
118
- invalid_properties = Array.new
119
- if @status.nil?
120
- invalid_properties.push('invalid value for "status", status cannot be nil.')
121
- end
122
-
123
- invalid_properties
124
- end
125
-
126
- # Check to see if the all the properties in the model are valid
127
- # @return true if the model is valid
128
- def valid?
129
- warn '[DEPRECATED] the `valid?` method is obsolete'
130
- return false if @status.nil?
131
- true
132
- end
133
-
134
- # Custom attribute writer method with validation
135
- # @param [Object] status Value to be assigned
136
- def status=(status)
137
- if status.nil?
138
- fail ArgumentError, 'status cannot be nil'
139
- end
140
-
141
- @status = status
142
- end
143
-
144
- # Checks equality by comparing each attribute.
145
- # @param [Object] Object to be compared
146
- def ==(o)
147
- return true if self.equal?(o)
148
- self.class == o.class &&
149
- status == o.status &&
150
- error_message == o.error_message &&
151
- result_metadata == o.result_metadata
152
- end
153
-
154
- # @see the `==` method
155
- # @param [Object] Object to be compared
156
- def eql?(o)
157
- self == o
158
- end
159
-
160
- # Calculates hash code according to all attributes.
161
- # @return [Integer] Hash code
162
- def hash
163
- [status, error_message, result_metadata].hash
164
- end
165
-
166
- # Builds the object from hash
167
- # @param [Hash] attributes Model attributes in the form of hash
168
- # @return [Object] Returns the model itself
169
- def self.build_from_hash(attributes)
170
- return nil unless attributes.is_a?(Hash)
171
- attributes = attributes.transform_keys(&:to_sym)
172
- transformed_hash = {}
173
- openapi_types.each_pair do |key, type|
174
- if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
175
- transformed_hash["#{key}"] = nil
176
- elsif type =~ /\AArray<(.*)>/i
177
- # check to ensure the input is an array given that the attribute
178
- # is documented as an array but the input is not
179
- if attributes[attribute_map[key]].is_a?(Array)
180
- transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
181
- end
182
- elsif !attributes[attribute_map[key]].nil?
183
- transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
184
- end
185
- end
186
- new(transformed_hash)
187
- end
188
-
189
- # Returns the object in the form of hash
190
- # @return [Hash] Returns the object in the form of hash
191
- def to_hash
192
- hash = {}
193
- self.class.attribute_map.each_pair do |attr, param|
194
- value = self.send(attr)
195
- if value.nil?
196
- is_nullable = self.class.openapi_nullable.include?(attr)
197
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
198
- end
199
-
200
- hash[param] = _to_hash(value)
201
- end
202
- hash
203
- end
204
-
205
- end
206
-
207
- end
@@ -1,165 +0,0 @@
1
- =begin
2
- #Daytona
3
-
4
- #Daytona AI platform API Docs
5
-
6
- The version of the OpenAPI document: 1.0
7
- Contact: support@daytona.com
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.21.0
10
-
11
- =end
12
-
13
- require 'date'
14
- require 'time'
15
-
16
- module DaytonaApiClient
17
- class UpdateOrganizationDefaultRegion < ApiModelBase
18
- # The ID of the default region for the organization
19
- attr_accessor :default_region_id
20
-
21
- # Attribute mapping from ruby-style variable name to JSON key.
22
- def self.attribute_map
23
- {
24
- :'default_region_id' => :'defaultRegionId'
25
- }
26
- end
27
-
28
- # Returns attribute mapping this model knows about
29
- def self.acceptable_attribute_map
30
- attribute_map
31
- end
32
-
33
- # Returns all the JSON keys this model knows about
34
- def self.acceptable_attributes
35
- acceptable_attribute_map.values
36
- end
37
-
38
- # Attribute type mapping.
39
- def self.openapi_types
40
- {
41
- :'default_region_id' => :'String'
42
- }
43
- end
44
-
45
- # List of attributes with nullable: true
46
- def self.openapi_nullable
47
- Set.new([
48
- ])
49
- end
50
-
51
- # Initializes the object
52
- # @param [Hash] attributes Model attributes in the form of hash
53
- def initialize(attributes = {})
54
- if (!attributes.is_a?(Hash))
55
- fail ArgumentError, "The input argument (attributes) must be a hash in `DaytonaApiClient::UpdateOrganizationDefaultRegion` initialize method"
56
- end
57
-
58
- # check to see if the attribute exists and convert string to symbol for hash key
59
- acceptable_attribute_map = self.class.acceptable_attribute_map
60
- attributes = attributes.each_with_object({}) { |(k, v), h|
61
- if (!acceptable_attribute_map.key?(k.to_sym))
62
- fail ArgumentError, "`#{k}` is not a valid attribute in `DaytonaApiClient::UpdateOrganizationDefaultRegion`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
63
- end
64
- h[k.to_sym] = v
65
- }
66
-
67
- if attributes.key?(:'default_region_id')
68
- self.default_region_id = attributes[:'default_region_id']
69
- else
70
- self.default_region_id = nil
71
- end
72
- end
73
-
74
- # Show invalid properties with the reasons. Usually used together with valid?
75
- # @return Array for valid properties with the reasons
76
- def list_invalid_properties
77
- warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
78
- invalid_properties = Array.new
79
- if @default_region_id.nil?
80
- invalid_properties.push('invalid value for "default_region_id", default_region_id cannot be nil.')
81
- end
82
-
83
- invalid_properties
84
- end
85
-
86
- # Check to see if the all the properties in the model are valid
87
- # @return true if the model is valid
88
- def valid?
89
- warn '[DEPRECATED] the `valid?` method is obsolete'
90
- return false if @default_region_id.nil?
91
- true
92
- end
93
-
94
- # Custom attribute writer method with validation
95
- # @param [Object] default_region_id Value to be assigned
96
- def default_region_id=(default_region_id)
97
- if default_region_id.nil?
98
- fail ArgumentError, 'default_region_id cannot be nil'
99
- end
100
-
101
- @default_region_id = default_region_id
102
- end
103
-
104
- # Checks equality by comparing each attribute.
105
- # @param [Object] Object to be compared
106
- def ==(o)
107
- return true if self.equal?(o)
108
- self.class == o.class &&
109
- default_region_id == o.default_region_id
110
- end
111
-
112
- # @see the `==` method
113
- # @param [Object] Object to be compared
114
- def eql?(o)
115
- self == o
116
- end
117
-
118
- # Calculates hash code according to all attributes.
119
- # @return [Integer] Hash code
120
- def hash
121
- [default_region_id].hash
122
- end
123
-
124
- # Builds the object from hash
125
- # @param [Hash] attributes Model attributes in the form of hash
126
- # @return [Object] Returns the model itself
127
- def self.build_from_hash(attributes)
128
- return nil unless attributes.is_a?(Hash)
129
- attributes = attributes.transform_keys(&:to_sym)
130
- transformed_hash = {}
131
- openapi_types.each_pair do |key, type|
132
- if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
133
- transformed_hash["#{key}"] = nil
134
- elsif type =~ /\AArray<(.*)>/i
135
- # check to ensure the input is an array given that the attribute
136
- # is documented as an array but the input is not
137
- if attributes[attribute_map[key]].is_a?(Array)
138
- transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
139
- end
140
- elsif !attributes[attribute_map[key]].nil?
141
- transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
142
- end
143
- end
144
- new(transformed_hash)
145
- end
146
-
147
- # Returns the object in the form of hash
148
- # @return [Hash] Returns the object in the form of hash
149
- def to_hash
150
- hash = {}
151
- self.class.attribute_map.each_pair do |attr, param|
152
- value = self.send(attr)
153
- if value.nil?
154
- is_nullable = self.class.openapi_nullable.include?(attr)
155
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
156
- end
157
-
158
- hash[param] = _to_hash(value)
159
- end
160
- hash
161
- end
162
-
163
- end
164
-
165
- end