comfydeploy 0.0.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 +7 -0
- data/lib/comfydeploy.rb +20 -0
- data/lib/open_api_sdk/comfydeploy.rb +85 -0
- data/lib/open_api_sdk/comfyui.rb +308 -0
- data/lib/open_api_sdk/files.rb +67 -0
- data/lib/open_api_sdk/machines.rb +214 -0
- data/lib/open_api_sdk/models/operations/custom_nodes.rb +45 -0
- data/lib/open_api_sdk/models/operations/dependencies.rb +36 -0
- data/lib/open_api_sdk/models/operations/environment.rb +19 -0
- data/lib/open_api_sdk/models/operations/eventtype.rb +19 -0
- data/lib/open_api_sdk/models/operations/fields_.rb +19 -0
- data/lib/open_api_sdk/models/operations/files.rb +30 -0
- data/lib/open_api_sdk/models/operations/get_auth_response_request_id_comfyui_response_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_auth_response_request_id_comfyui_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_auth_response_request_id_request.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_auth_response_request_id_response.rb +42 -0
- data/lib/open_api_sdk/models/operations/get_auth_response_request_id_responsebody.rb +27 -0
- data/lib/open_api_sdk/models/operations/get_deployment_comfyui_responsebody.rb +20 -0
- data/lib/open_api_sdk/models/operations/get_deployment_id_inputs_request.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_deployment_id_inputs_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/get_deployment_id_inputs_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_deployment_request.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_deployment_response.rb +36 -0
- data/lib/open_api_sdk/models/operations/get_deployment_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_run_gpu.rb +22 -0
- data/lib/open_api_sdk/models/operations/get_run_request.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_run_response.rb +42 -0
- data/lib/open_api_sdk/models/operations/get_run_responsebody.rb +93 -0
- data/lib/open_api_sdk/models/operations/get_run_run_response_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_run_run_responsebody.rb +27 -0
- data/lib/open_api_sdk/models/operations/get_run_workflow_api.rb +20 -0
- data/lib/open_api_sdk/models/operations/get_upload_url_files_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_upload_url_request.rb +27 -0
- data/lib/open_api_sdk/models/operations/get_upload_url_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/get_upload_url_responsebody.rb +30 -0
- data/lib/open_api_sdk/models/operations/get_v1_machines_machine_id_machines_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_v1_machines_machine_id_request.rb +27 -0
- data/lib/open_api_sdk/models/operations/get_v1_machines_machine_id_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/get_v1_machines_machine_id_responsebody.rb +42 -0
- data/lib/open_api_sdk/models/operations/get_v1_machines_machines_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_v1_machines_request.rb +30 -0
- data/lib/open_api_sdk/models/operations/get_v1_machines_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/get_v1_machines_responsebody.rb +27 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_request.rb +30 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_outputs_request.rb +36 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_outputs_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_outputs_responsebody.rb +27 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_outputs_workflows_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_request.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_responsebody.rb +45 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_versions.rb +51 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_workflows_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_v1_workflows_workflows_responsebody.rb +48 -0
- data/lib/open_api_sdk/models/operations/get_websocket_deployment_id_request.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_websocket_deployment_id_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/get_websocket_deployment_id_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_websocket_deployment_id_workflows_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_workflow_id_comfyui_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_workflow_id_dependencies.rb +20 -0
- data/lib/open_api_sdk/models/operations/get_workflow_id_request.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_workflow_id_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/get_workflow_id_responsebody.rb +54 -0
- data/lib/open_api_sdk/models/operations/get_workflow_id_snapshot.rb +20 -0
- data/lib/open_api_sdk/models/operations/get_workflow_id_workflow.rb +20 -0
- data/lib/open_api_sdk/models/operations/get_workflow_id_workflow_api.rb +20 -0
- data/lib/open_api_sdk/models/operations/get_workflow_version_version_id_comfyui_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_workflow_version_version_id_dependencies.rb +20 -0
- data/lib/open_api_sdk/models/operations/get_workflow_version_version_id_request.rb +24 -0
- data/lib/open_api_sdk/models/operations/get_workflow_version_version_id_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/get_workflow_version_version_id_responsebody.rb +54 -0
- data/lib/open_api_sdk/models/operations/get_workflow_version_version_id_snapshot.rb +20 -0
- data/lib/open_api_sdk/models/operations/get_workflow_version_version_id_workflow_api.rb +20 -0
- data/lib/open_api_sdk/models/operations/git_custom_nodes.rb +27 -0
- data/lib/open_api_sdk/models/operations/gpu.rb +22 -0
- data/lib/open_api_sdk/models/operations/gpu_provider.rb +19 -0
- data/lib/open_api_sdk/models/operations/gputype.rb +22 -0
- data/lib/open_api_sdk/models/operations/machine_type.rb +23 -0
- data/lib/open_api_sdk/models/operations/machines.rb +45 -0
- data/lib/open_api_sdk/models/operations/models.rb +30 -0
- data/lib/open_api_sdk/models/operations/node.rb +27 -0
- data/lib/open_api_sdk/models/operations/origin.rb +22 -0
- data/lib/open_api_sdk/models/operations/outputs.rb +30 -0
- data/lib/open_api_sdk/models/operations/post_gpu_event_machines_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/post_gpu_event_requestbody.rb +48 -0
- data/lib/open_api_sdk/models/operations/post_gpu_event_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/post_gpu_event_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/post_machine_endpoint_requestbody.rb +27 -0
- data/lib/open_api_sdk/models/operations/post_machine_endpoint_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/post_machine_endpoint_responsebody.rb +27 -0
- data/lib/open_api_sdk/models/operations/post_machine_endpoint_workflows_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/post_run_requestbody.rb +57 -0
- data/lib/open_api_sdk/models/operations/post_run_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/post_run_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/post_run_run_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/post_v1_machines_gpu.rb +18 -0
- data/lib/open_api_sdk/models/operations/post_v1_machines_machines_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/post_v1_machines_requestbody.rb +24 -0
- data/lib/open_api_sdk/models/operations/post_v1_machines_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/post_v1_machines_responsebody.rb +132 -0
- data/lib/open_api_sdk/models/operations/post_v1_machines_status.rb +18 -0
- data/lib/open_api_sdk/models/operations/post_v1_machines_type.rb +18 -0
- data/lib/open_api_sdk/models/operations/post_v1_workflows_requestbody.rb +30 -0
- data/lib/open_api_sdk/models/operations/post_v1_workflows_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/post_v1_workflows_responsebody.rb +30 -0
- data/lib/open_api_sdk/models/operations/post_v1_workflows_workflows_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/post_workflow_comfyui_responsebody.rb +24 -0
- data/lib/open_api_sdk/models/operations/post_workflow_requestbody.rb +39 -0
- data/lib/open_api_sdk/models/operations/post_workflow_response.rb +39 -0
- data/lib/open_api_sdk/models/operations/post_workflow_responsebody.rb +27 -0
- data/lib/open_api_sdk/models/operations/queryparam_runorigin.rb +22 -0
- data/lib/open_api_sdk/models/operations/responsebody.rb +36 -0
- data/lib/open_api_sdk/models/operations/run_log.rb +20 -0
- data/lib/open_api_sdk/models/operations/run_origin.rb +22 -0
- data/lib/open_api_sdk/models/operations/snapshot.rb +30 -0
- data/lib/open_api_sdk/models/operations/status.rb +26 -0
- data/lib/open_api_sdk/models/operations/type.rb +24 -0
- data/lib/open_api_sdk/models/operations/user.rb +24 -0
- data/lib/open_api_sdk/models/operations/versions.rb +27 -0
- data/lib/open_api_sdk/models/operations/webhook_status.rb +21 -0
- data/lib/open_api_sdk/models/operations/workflow.rb +20 -0
- data/lib/open_api_sdk/models/operations/workflow_api.rb +27 -0
- data/lib/open_api_sdk/models/operations/workflow_inputs.rb +20 -0
- data/lib/open_api_sdk/models/operations/workflow_json.rb +20 -0
- data/lib/open_api_sdk/models/operations/wsgputype.rb +18 -0
- data/lib/open_api_sdk/models/operations.rb +130 -0
- data/lib/open_api_sdk/models/shared/security.rb +24 -0
- data/lib/open_api_sdk/models/shared.rb +10 -0
- data/lib/open_api_sdk/run.rb +118 -0
- data/lib/open_api_sdk/sdkconfiguration.rb +52 -0
- data/lib/open_api_sdk/utils/metadata_fields.rb +150 -0
- data/lib/open_api_sdk/utils/t.rb +59 -0
- data/lib/open_api_sdk/utils/utils.rb +772 -0
- data/lib/open_api_sdk/workflows.rb +304 -0
- metadata +303 -0
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
require 'faraday'
|
|
7
|
+
require 'faraday/multipart'
|
|
8
|
+
require 'sorbet-runtime'
|
|
9
|
+
|
|
10
|
+
module OpenApiSDK
|
|
11
|
+
extend T::Sig
|
|
12
|
+
class Workflows
|
|
13
|
+
extend T::Sig
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
sig { params(sdk_config: SDKConfiguration).void }
|
|
17
|
+
def initialize(sdk_config)
|
|
18
|
+
@sdk_configuration = sdk_config
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
sig { params(deployment_id: ::String).returns(::OpenApiSDK::Operations::GetWebsocketDeploymentIdResponse) }
|
|
23
|
+
def get_websocket_deployment_id_(deployment_id)
|
|
24
|
+
# get_websocket_deployment_id_ - Get a websocket url for a specific deployment
|
|
25
|
+
request = ::OpenApiSDK::Operations::GetWebsocketDeploymentIdRequest.new(
|
|
26
|
+
|
|
27
|
+
deployment_id: deployment_id
|
|
28
|
+
)
|
|
29
|
+
url, params = @sdk_configuration.get_server_details
|
|
30
|
+
base_url = Utils.template_url(url, params)
|
|
31
|
+
url = Utils.generate_url(
|
|
32
|
+
::OpenApiSDK::Operations::GetWebsocketDeploymentIdRequest,
|
|
33
|
+
base_url,
|
|
34
|
+
'/websocket/{deployment_id}',
|
|
35
|
+
request
|
|
36
|
+
)
|
|
37
|
+
headers = {}
|
|
38
|
+
headers['Accept'] = 'application/json;q=1, text/plain;q=0'
|
|
39
|
+
headers['user-agent'] = @sdk_configuration.user_agent
|
|
40
|
+
|
|
41
|
+
r = @sdk_configuration.client.get(url) do |req|
|
|
42
|
+
req.headers = headers
|
|
43
|
+
Utils.configure_request_security(req, @sdk_configuration.security) if !@sdk_configuration.nil? && !@sdk_configuration.security.nil?
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
content_type = r.headers.fetch('Content-Type', 'application/octet-stream')
|
|
47
|
+
|
|
48
|
+
res = ::OpenApiSDK::Operations::GetWebsocketDeploymentIdResponse.new(
|
|
49
|
+
status_code: r.status, content_type: content_type, raw_response: r
|
|
50
|
+
)
|
|
51
|
+
if r.status == 200
|
|
52
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
53
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::GetWebsocketDeploymentIdResponseBody)
|
|
54
|
+
res.two_hundred_application_json_object = out
|
|
55
|
+
end
|
|
56
|
+
elsif r.status == 401
|
|
57
|
+
res.four_hundred_and_one_text_plain_res = r.env.response_body if Utils.match_content_type(content_type, 'text/plain')
|
|
58
|
+
|
|
59
|
+
elsif r.status == 500
|
|
60
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
61
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::GetWebsocketDeploymentIdWorkflowsResponseBody)
|
|
62
|
+
res.five_hundred_application_json_object = out
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
res
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
sig { params(request: T.nilable(::OpenApiSDK::Operations::PostMachineEndpointRequestBody)).returns(::OpenApiSDK::Operations::PostMachineEndpointResponse) }
|
|
70
|
+
def post_machine_endpoint(request)
|
|
71
|
+
# post_machine_endpoint - Create an endpoint for a machine
|
|
72
|
+
url, params = @sdk_configuration.get_server_details
|
|
73
|
+
base_url = Utils.template_url(url, params)
|
|
74
|
+
url = "#{base_url}/machine-endpoint"
|
|
75
|
+
headers = {}
|
|
76
|
+
req_content_type, data, form = Utils.serialize_request_body(request, :request, :json)
|
|
77
|
+
headers['content-type'] = req_content_type
|
|
78
|
+
headers['Accept'] = 'application/json;q=1, text/plain;q=0'
|
|
79
|
+
headers['user-agent'] = @sdk_configuration.user_agent
|
|
80
|
+
|
|
81
|
+
r = @sdk_configuration.client.post(url) do |req|
|
|
82
|
+
req.headers = headers
|
|
83
|
+
Utils.configure_request_security(req, @sdk_configuration.security) if !@sdk_configuration.nil? && !@sdk_configuration.security.nil?
|
|
84
|
+
if form
|
|
85
|
+
req.body = Utils.encode_form(form)
|
|
86
|
+
elsif Utils.match_content_type(req_content_type, 'application/x-www-form-urlencoded')
|
|
87
|
+
req.body = URI.encode_www_form(data)
|
|
88
|
+
else
|
|
89
|
+
req.body = data
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
content_type = r.headers.fetch('Content-Type', 'application/octet-stream')
|
|
94
|
+
|
|
95
|
+
res = ::OpenApiSDK::Operations::PostMachineEndpointResponse.new(
|
|
96
|
+
status_code: r.status, content_type: content_type, raw_response: r
|
|
97
|
+
)
|
|
98
|
+
if r.status == 200
|
|
99
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
100
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::PostMachineEndpointResponseBody)
|
|
101
|
+
res.two_hundred_application_json_object = out
|
|
102
|
+
end
|
|
103
|
+
elsif r.status == 401
|
|
104
|
+
res.four_hundred_and_one_text_plain_res = r.env.response_body if Utils.match_content_type(content_type, 'text/plain')
|
|
105
|
+
|
|
106
|
+
elsif r.status == 500
|
|
107
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
108
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::PostMachineEndpointWorkflowsResponseBody)
|
|
109
|
+
res.five_hundred_application_json_object = out
|
|
110
|
+
end
|
|
111
|
+
end
|
|
112
|
+
res
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
sig { params(page: T.nilable(::String), page_size: T.nilable(::String), search: T.nilable(::String)).returns(::OpenApiSDK::Operations::GetV1WorkflowsResponse) }
|
|
117
|
+
def get_v1_workflows(page = nil, page_size = nil, search = nil)
|
|
118
|
+
# get_v1_workflows - Retrieve workflows
|
|
119
|
+
# Retrieve workflows based on optional query parameters
|
|
120
|
+
request = ::OpenApiSDK::Operations::GetV1WorkflowsRequest.new(
|
|
121
|
+
|
|
122
|
+
page: page,
|
|
123
|
+
page_size: page_size,
|
|
124
|
+
search: search
|
|
125
|
+
)
|
|
126
|
+
url, params = @sdk_configuration.get_server_details
|
|
127
|
+
base_url = Utils.template_url(url, params)
|
|
128
|
+
url = "#{base_url}/v1/workflows"
|
|
129
|
+
headers = {}
|
|
130
|
+
query_params = Utils.get_query_params(::OpenApiSDK::Operations::GetV1WorkflowsRequest, request)
|
|
131
|
+
headers['Accept'] = 'application/json;q=1, text/plain;q=0'
|
|
132
|
+
headers['user-agent'] = @sdk_configuration.user_agent
|
|
133
|
+
|
|
134
|
+
r = @sdk_configuration.client.get(url) do |req|
|
|
135
|
+
req.headers = headers
|
|
136
|
+
req.params = query_params
|
|
137
|
+
Utils.configure_request_security(req, @sdk_configuration.security) if !@sdk_configuration.nil? && !@sdk_configuration.security.nil?
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
content_type = r.headers.fetch('Content-Type', 'application/octet-stream')
|
|
141
|
+
|
|
142
|
+
res = ::OpenApiSDK::Operations::GetV1WorkflowsResponse.new(
|
|
143
|
+
status_code: r.status, content_type: content_type, raw_response: r
|
|
144
|
+
)
|
|
145
|
+
if r.status == 200
|
|
146
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
147
|
+
out = Utils.unmarshal_complex(r.env.response_body, T::Array[::OpenApiSDK::Operations::GetV1WorkflowsWorkflowsResponseBody])
|
|
148
|
+
res.response_bodies = out
|
|
149
|
+
end
|
|
150
|
+
elsif r.status == 400
|
|
151
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
152
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::GetV1WorkflowsResponseBody)
|
|
153
|
+
res.object = out
|
|
154
|
+
end
|
|
155
|
+
elsif r.status == 401
|
|
156
|
+
res.res = r.env.response_body if Utils.match_content_type(content_type, 'text/plain')
|
|
157
|
+
|
|
158
|
+
end
|
|
159
|
+
res
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
sig { params(request: T.nilable(::OpenApiSDK::Operations::PostV1WorkflowsRequestBody)).returns(::OpenApiSDK::Operations::PostV1WorkflowsResponse) }
|
|
164
|
+
def post_v1_workflows(request)
|
|
165
|
+
# post_v1_workflows - Create a new workflow
|
|
166
|
+
# Create a new workflow by analyzing the provided workflow JSON
|
|
167
|
+
url, params = @sdk_configuration.get_server_details
|
|
168
|
+
base_url = Utils.template_url(url, params)
|
|
169
|
+
url = "#{base_url}/v1/workflows"
|
|
170
|
+
headers = {}
|
|
171
|
+
req_content_type, data, form = Utils.serialize_request_body(request, :request, :json)
|
|
172
|
+
headers['content-type'] = req_content_type
|
|
173
|
+
headers['Accept'] = 'application/json;q=1, text/plain;q=0'
|
|
174
|
+
headers['user-agent'] = @sdk_configuration.user_agent
|
|
175
|
+
|
|
176
|
+
r = @sdk_configuration.client.post(url) do |req|
|
|
177
|
+
req.headers = headers
|
|
178
|
+
Utils.configure_request_security(req, @sdk_configuration.security) if !@sdk_configuration.nil? && !@sdk_configuration.security.nil?
|
|
179
|
+
if form
|
|
180
|
+
req.body = Utils.encode_form(form)
|
|
181
|
+
elsif Utils.match_content_type(req_content_type, 'application/x-www-form-urlencoded')
|
|
182
|
+
req.body = URI.encode_www_form(data)
|
|
183
|
+
else
|
|
184
|
+
req.body = data
|
|
185
|
+
end
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
content_type = r.headers.fetch('Content-Type', 'application/octet-stream')
|
|
189
|
+
|
|
190
|
+
res = ::OpenApiSDK::Operations::PostV1WorkflowsResponse.new(
|
|
191
|
+
status_code: r.status, content_type: content_type, raw_response: r
|
|
192
|
+
)
|
|
193
|
+
if r.status == 200
|
|
194
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
195
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::PostV1WorkflowsResponseBody)
|
|
196
|
+
res.two_hundred_application_json_object = out
|
|
197
|
+
end
|
|
198
|
+
elsif r.status == 400
|
|
199
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
200
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::PostV1WorkflowsWorkflowsResponseBody)
|
|
201
|
+
res.four_hundred_application_json_object = out
|
|
202
|
+
end
|
|
203
|
+
elsif r.status == 401
|
|
204
|
+
res.four_hundred_and_one_text_plain_res = r.env.response_body if Utils.match_content_type(content_type, 'text/plain')
|
|
205
|
+
|
|
206
|
+
end
|
|
207
|
+
res
|
|
208
|
+
end
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
sig { params(workflow_id: ::String).returns(::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdResponse) }
|
|
212
|
+
def get_v1_workflows_workflow_id_(workflow_id)
|
|
213
|
+
# get_v1_workflows_workflow_id_ - Retrieve a specific workflow by ID
|
|
214
|
+
# Retrieve the latest version of a specific workflow by its ID
|
|
215
|
+
request = ::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdRequest.new(
|
|
216
|
+
|
|
217
|
+
workflow_id: workflow_id
|
|
218
|
+
)
|
|
219
|
+
url, params = @sdk_configuration.get_server_details
|
|
220
|
+
base_url = Utils.template_url(url, params)
|
|
221
|
+
url = Utils.generate_url(
|
|
222
|
+
::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdRequest,
|
|
223
|
+
base_url,
|
|
224
|
+
'/v1/workflows/{workflow_id}',
|
|
225
|
+
request
|
|
226
|
+
)
|
|
227
|
+
headers = {}
|
|
228
|
+
headers['Accept'] = 'application/json;q=1, text/plain;q=0'
|
|
229
|
+
headers['user-agent'] = @sdk_configuration.user_agent
|
|
230
|
+
|
|
231
|
+
r = @sdk_configuration.client.get(url) do |req|
|
|
232
|
+
req.headers = headers
|
|
233
|
+
Utils.configure_request_security(req, @sdk_configuration.security) if !@sdk_configuration.nil? && !@sdk_configuration.security.nil?
|
|
234
|
+
end
|
|
235
|
+
|
|
236
|
+
content_type = r.headers.fetch('Content-Type', 'application/octet-stream')
|
|
237
|
+
|
|
238
|
+
res = ::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdResponse.new(
|
|
239
|
+
status_code: r.status, content_type: content_type, raw_response: r
|
|
240
|
+
)
|
|
241
|
+
if r.status == 200
|
|
242
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
243
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdResponseBody)
|
|
244
|
+
res.two_hundred_application_json_object = out
|
|
245
|
+
end
|
|
246
|
+
elsif r.status == 400
|
|
247
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
248
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdWorkflowsResponseBody)
|
|
249
|
+
res.four_hundred_application_json_object = out
|
|
250
|
+
end
|
|
251
|
+
elsif r.status == 401
|
|
252
|
+
res.four_hundred_and_one_text_plain_res = r.env.response_body if Utils.match_content_type(content_type, 'text/plain')
|
|
253
|
+
|
|
254
|
+
end
|
|
255
|
+
res
|
|
256
|
+
end
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
sig { params(request: T.nilable(::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdOutputsRequest)).returns(::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdOutputsResponse) }
|
|
260
|
+
def get_v1_workflows_workflow_id_outputs(request)
|
|
261
|
+
# get_v1_workflows_workflow_id_outputs - Retrieve the most recent outputs for a workflow
|
|
262
|
+
# Retrieve the latest version of a specific workflow by its ID
|
|
263
|
+
url, params = @sdk_configuration.get_server_details
|
|
264
|
+
base_url = Utils.template_url(url, params)
|
|
265
|
+
url = Utils.generate_url(
|
|
266
|
+
::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdOutputsRequest,
|
|
267
|
+
base_url,
|
|
268
|
+
'/v1/workflows/{workflow_id}/outputs',
|
|
269
|
+
request
|
|
270
|
+
)
|
|
271
|
+
headers = {}
|
|
272
|
+
query_params = Utils.get_query_params(::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdOutputsRequest, request)
|
|
273
|
+
headers['Accept'] = 'application/json;q=1, text/plain;q=0'
|
|
274
|
+
headers['user-agent'] = @sdk_configuration.user_agent
|
|
275
|
+
|
|
276
|
+
r = @sdk_configuration.client.get(url) do |req|
|
|
277
|
+
req.headers = headers
|
|
278
|
+
req.params = query_params
|
|
279
|
+
Utils.configure_request_security(req, @sdk_configuration.security) if !@sdk_configuration.nil? && !@sdk_configuration.security.nil?
|
|
280
|
+
end
|
|
281
|
+
|
|
282
|
+
content_type = r.headers.fetch('Content-Type', 'application/octet-stream')
|
|
283
|
+
|
|
284
|
+
res = ::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdOutputsResponse.new(
|
|
285
|
+
status_code: r.status, content_type: content_type, raw_response: r
|
|
286
|
+
)
|
|
287
|
+
if r.status == 200
|
|
288
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
289
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdOutputsResponseBody)
|
|
290
|
+
res.two_hundred_application_json_object = out
|
|
291
|
+
end
|
|
292
|
+
elsif r.status == 400
|
|
293
|
+
if Utils.match_content_type(content_type, 'application/json')
|
|
294
|
+
out = Utils.unmarshal_complex(r.env.response_body, ::OpenApiSDK::Operations::GetV1WorkflowsWorkflowIdOutputsWorkflowsResponseBody)
|
|
295
|
+
res.four_hundred_application_json_object = out
|
|
296
|
+
end
|
|
297
|
+
elsif r.status == 401
|
|
298
|
+
res.four_hundred_and_one_text_plain_res = r.env.response_body if Utils.match_content_type(content_type, 'text/plain')
|
|
299
|
+
|
|
300
|
+
end
|
|
301
|
+
res
|
|
302
|
+
end
|
|
303
|
+
end
|
|
304
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: comfydeploy
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- comfydeploy
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: faraday
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: faraday-multipart
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
type: :runtime
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: rack
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0'
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ">="
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: rake
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - ">="
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '0'
|
|
62
|
+
type: :runtime
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - ">="
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '0'
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: sorbet
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - ">="
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '0'
|
|
76
|
+
type: :runtime
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - ">="
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '0'
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: minitest
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ">="
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0'
|
|
90
|
+
type: :development
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ">="
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0'
|
|
97
|
+
- !ruby/object:Gem::Dependency
|
|
98
|
+
name: rubocop
|
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
|
100
|
+
requirements:
|
|
101
|
+
- - ">="
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: '0'
|
|
104
|
+
type: :development
|
|
105
|
+
prerelease: false
|
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
107
|
+
requirements:
|
|
108
|
+
- - ">="
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: '0'
|
|
111
|
+
- !ruby/object:Gem::Dependency
|
|
112
|
+
name: sorbet-runtime
|
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
|
114
|
+
requirements:
|
|
115
|
+
- - ">="
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: '0'
|
|
118
|
+
type: :development
|
|
119
|
+
prerelease: false
|
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
+
requirements:
|
|
122
|
+
- - ">="
|
|
123
|
+
- !ruby/object:Gem::Version
|
|
124
|
+
version: '0'
|
|
125
|
+
- !ruby/object:Gem::Dependency
|
|
126
|
+
name: tapioca
|
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
|
128
|
+
requirements:
|
|
129
|
+
- - ">="
|
|
130
|
+
- !ruby/object:Gem::Version
|
|
131
|
+
version: '0'
|
|
132
|
+
type: :development
|
|
133
|
+
prerelease: false
|
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
135
|
+
requirements:
|
|
136
|
+
- - ">="
|
|
137
|
+
- !ruby/object:Gem::Version
|
|
138
|
+
version: '0'
|
|
139
|
+
description: Ruby Client SDK Generated by Speakeasy
|
|
140
|
+
email:
|
|
141
|
+
executables: []
|
|
142
|
+
extensions: []
|
|
143
|
+
extra_rdoc_files: []
|
|
144
|
+
files:
|
|
145
|
+
- lib/comfydeploy.rb
|
|
146
|
+
- lib/open_api_sdk/comfydeploy.rb
|
|
147
|
+
- lib/open_api_sdk/comfyui.rb
|
|
148
|
+
- lib/open_api_sdk/files.rb
|
|
149
|
+
- lib/open_api_sdk/machines.rb
|
|
150
|
+
- lib/open_api_sdk/models/operations.rb
|
|
151
|
+
- lib/open_api_sdk/models/operations/custom_nodes.rb
|
|
152
|
+
- lib/open_api_sdk/models/operations/dependencies.rb
|
|
153
|
+
- lib/open_api_sdk/models/operations/environment.rb
|
|
154
|
+
- lib/open_api_sdk/models/operations/eventtype.rb
|
|
155
|
+
- lib/open_api_sdk/models/operations/fields_.rb
|
|
156
|
+
- lib/open_api_sdk/models/operations/files.rb
|
|
157
|
+
- lib/open_api_sdk/models/operations/get_auth_response_request_id_comfyui_response_responsebody.rb
|
|
158
|
+
- lib/open_api_sdk/models/operations/get_auth_response_request_id_comfyui_responsebody.rb
|
|
159
|
+
- lib/open_api_sdk/models/operations/get_auth_response_request_id_request.rb
|
|
160
|
+
- lib/open_api_sdk/models/operations/get_auth_response_request_id_response.rb
|
|
161
|
+
- lib/open_api_sdk/models/operations/get_auth_response_request_id_responsebody.rb
|
|
162
|
+
- lib/open_api_sdk/models/operations/get_deployment_comfyui_responsebody.rb
|
|
163
|
+
- lib/open_api_sdk/models/operations/get_deployment_id_inputs_request.rb
|
|
164
|
+
- lib/open_api_sdk/models/operations/get_deployment_id_inputs_response.rb
|
|
165
|
+
- lib/open_api_sdk/models/operations/get_deployment_id_inputs_responsebody.rb
|
|
166
|
+
- lib/open_api_sdk/models/operations/get_deployment_request.rb
|
|
167
|
+
- lib/open_api_sdk/models/operations/get_deployment_response.rb
|
|
168
|
+
- lib/open_api_sdk/models/operations/get_deployment_responsebody.rb
|
|
169
|
+
- lib/open_api_sdk/models/operations/get_run_gpu.rb
|
|
170
|
+
- lib/open_api_sdk/models/operations/get_run_request.rb
|
|
171
|
+
- lib/open_api_sdk/models/operations/get_run_response.rb
|
|
172
|
+
- lib/open_api_sdk/models/operations/get_run_responsebody.rb
|
|
173
|
+
- lib/open_api_sdk/models/operations/get_run_run_response_responsebody.rb
|
|
174
|
+
- lib/open_api_sdk/models/operations/get_run_run_responsebody.rb
|
|
175
|
+
- lib/open_api_sdk/models/operations/get_run_workflow_api.rb
|
|
176
|
+
- lib/open_api_sdk/models/operations/get_upload_url_files_responsebody.rb
|
|
177
|
+
- lib/open_api_sdk/models/operations/get_upload_url_request.rb
|
|
178
|
+
- lib/open_api_sdk/models/operations/get_upload_url_response.rb
|
|
179
|
+
- lib/open_api_sdk/models/operations/get_upload_url_responsebody.rb
|
|
180
|
+
- lib/open_api_sdk/models/operations/get_v1_machines_machine_id_machines_responsebody.rb
|
|
181
|
+
- lib/open_api_sdk/models/operations/get_v1_machines_machine_id_request.rb
|
|
182
|
+
- lib/open_api_sdk/models/operations/get_v1_machines_machine_id_response.rb
|
|
183
|
+
- lib/open_api_sdk/models/operations/get_v1_machines_machine_id_responsebody.rb
|
|
184
|
+
- lib/open_api_sdk/models/operations/get_v1_machines_machines_responsebody.rb
|
|
185
|
+
- lib/open_api_sdk/models/operations/get_v1_machines_request.rb
|
|
186
|
+
- lib/open_api_sdk/models/operations/get_v1_machines_response.rb
|
|
187
|
+
- lib/open_api_sdk/models/operations/get_v1_machines_responsebody.rb
|
|
188
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_request.rb
|
|
189
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_response.rb
|
|
190
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_responsebody.rb
|
|
191
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_outputs_request.rb
|
|
192
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_outputs_response.rb
|
|
193
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_outputs_responsebody.rb
|
|
194
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_outputs_workflows_responsebody.rb
|
|
195
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_request.rb
|
|
196
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_response.rb
|
|
197
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_responsebody.rb
|
|
198
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_versions.rb
|
|
199
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_workflow_id_workflows_responsebody.rb
|
|
200
|
+
- lib/open_api_sdk/models/operations/get_v1_workflows_workflows_responsebody.rb
|
|
201
|
+
- lib/open_api_sdk/models/operations/get_websocket_deployment_id_request.rb
|
|
202
|
+
- lib/open_api_sdk/models/operations/get_websocket_deployment_id_response.rb
|
|
203
|
+
- lib/open_api_sdk/models/operations/get_websocket_deployment_id_responsebody.rb
|
|
204
|
+
- lib/open_api_sdk/models/operations/get_websocket_deployment_id_workflows_responsebody.rb
|
|
205
|
+
- lib/open_api_sdk/models/operations/get_workflow_id_comfyui_responsebody.rb
|
|
206
|
+
- lib/open_api_sdk/models/operations/get_workflow_id_dependencies.rb
|
|
207
|
+
- lib/open_api_sdk/models/operations/get_workflow_id_request.rb
|
|
208
|
+
- lib/open_api_sdk/models/operations/get_workflow_id_response.rb
|
|
209
|
+
- lib/open_api_sdk/models/operations/get_workflow_id_responsebody.rb
|
|
210
|
+
- lib/open_api_sdk/models/operations/get_workflow_id_snapshot.rb
|
|
211
|
+
- lib/open_api_sdk/models/operations/get_workflow_id_workflow.rb
|
|
212
|
+
- lib/open_api_sdk/models/operations/get_workflow_id_workflow_api.rb
|
|
213
|
+
- lib/open_api_sdk/models/operations/get_workflow_version_version_id_comfyui_responsebody.rb
|
|
214
|
+
- lib/open_api_sdk/models/operations/get_workflow_version_version_id_dependencies.rb
|
|
215
|
+
- lib/open_api_sdk/models/operations/get_workflow_version_version_id_request.rb
|
|
216
|
+
- lib/open_api_sdk/models/operations/get_workflow_version_version_id_response.rb
|
|
217
|
+
- lib/open_api_sdk/models/operations/get_workflow_version_version_id_responsebody.rb
|
|
218
|
+
- lib/open_api_sdk/models/operations/get_workflow_version_version_id_snapshot.rb
|
|
219
|
+
- lib/open_api_sdk/models/operations/get_workflow_version_version_id_workflow_api.rb
|
|
220
|
+
- lib/open_api_sdk/models/operations/git_custom_nodes.rb
|
|
221
|
+
- lib/open_api_sdk/models/operations/gpu.rb
|
|
222
|
+
- lib/open_api_sdk/models/operations/gpu_provider.rb
|
|
223
|
+
- lib/open_api_sdk/models/operations/gputype.rb
|
|
224
|
+
- lib/open_api_sdk/models/operations/machine_type.rb
|
|
225
|
+
- lib/open_api_sdk/models/operations/machines.rb
|
|
226
|
+
- lib/open_api_sdk/models/operations/models.rb
|
|
227
|
+
- lib/open_api_sdk/models/operations/node.rb
|
|
228
|
+
- lib/open_api_sdk/models/operations/origin.rb
|
|
229
|
+
- lib/open_api_sdk/models/operations/outputs.rb
|
|
230
|
+
- lib/open_api_sdk/models/operations/post_gpu_event_machines_responsebody.rb
|
|
231
|
+
- lib/open_api_sdk/models/operations/post_gpu_event_requestbody.rb
|
|
232
|
+
- lib/open_api_sdk/models/operations/post_gpu_event_response.rb
|
|
233
|
+
- lib/open_api_sdk/models/operations/post_gpu_event_responsebody.rb
|
|
234
|
+
- lib/open_api_sdk/models/operations/post_machine_endpoint_requestbody.rb
|
|
235
|
+
- lib/open_api_sdk/models/operations/post_machine_endpoint_response.rb
|
|
236
|
+
- lib/open_api_sdk/models/operations/post_machine_endpoint_responsebody.rb
|
|
237
|
+
- lib/open_api_sdk/models/operations/post_machine_endpoint_workflows_responsebody.rb
|
|
238
|
+
- lib/open_api_sdk/models/operations/post_run_requestbody.rb
|
|
239
|
+
- lib/open_api_sdk/models/operations/post_run_response.rb
|
|
240
|
+
- lib/open_api_sdk/models/operations/post_run_responsebody.rb
|
|
241
|
+
- lib/open_api_sdk/models/operations/post_run_run_responsebody.rb
|
|
242
|
+
- lib/open_api_sdk/models/operations/post_v1_machines_gpu.rb
|
|
243
|
+
- lib/open_api_sdk/models/operations/post_v1_machines_machines_responsebody.rb
|
|
244
|
+
- lib/open_api_sdk/models/operations/post_v1_machines_requestbody.rb
|
|
245
|
+
- lib/open_api_sdk/models/operations/post_v1_machines_response.rb
|
|
246
|
+
- lib/open_api_sdk/models/operations/post_v1_machines_responsebody.rb
|
|
247
|
+
- lib/open_api_sdk/models/operations/post_v1_machines_status.rb
|
|
248
|
+
- lib/open_api_sdk/models/operations/post_v1_machines_type.rb
|
|
249
|
+
- lib/open_api_sdk/models/operations/post_v1_workflows_requestbody.rb
|
|
250
|
+
- lib/open_api_sdk/models/operations/post_v1_workflows_response.rb
|
|
251
|
+
- lib/open_api_sdk/models/operations/post_v1_workflows_responsebody.rb
|
|
252
|
+
- lib/open_api_sdk/models/operations/post_v1_workflows_workflows_responsebody.rb
|
|
253
|
+
- lib/open_api_sdk/models/operations/post_workflow_comfyui_responsebody.rb
|
|
254
|
+
- lib/open_api_sdk/models/operations/post_workflow_requestbody.rb
|
|
255
|
+
- lib/open_api_sdk/models/operations/post_workflow_response.rb
|
|
256
|
+
- lib/open_api_sdk/models/operations/post_workflow_responsebody.rb
|
|
257
|
+
- lib/open_api_sdk/models/operations/queryparam_runorigin.rb
|
|
258
|
+
- lib/open_api_sdk/models/operations/responsebody.rb
|
|
259
|
+
- lib/open_api_sdk/models/operations/run_log.rb
|
|
260
|
+
- lib/open_api_sdk/models/operations/run_origin.rb
|
|
261
|
+
- lib/open_api_sdk/models/operations/snapshot.rb
|
|
262
|
+
- lib/open_api_sdk/models/operations/status.rb
|
|
263
|
+
- lib/open_api_sdk/models/operations/type.rb
|
|
264
|
+
- lib/open_api_sdk/models/operations/user.rb
|
|
265
|
+
- lib/open_api_sdk/models/operations/versions.rb
|
|
266
|
+
- lib/open_api_sdk/models/operations/webhook_status.rb
|
|
267
|
+
- lib/open_api_sdk/models/operations/workflow.rb
|
|
268
|
+
- lib/open_api_sdk/models/operations/workflow_api.rb
|
|
269
|
+
- lib/open_api_sdk/models/operations/workflow_inputs.rb
|
|
270
|
+
- lib/open_api_sdk/models/operations/workflow_json.rb
|
|
271
|
+
- lib/open_api_sdk/models/operations/wsgputype.rb
|
|
272
|
+
- lib/open_api_sdk/models/shared.rb
|
|
273
|
+
- lib/open_api_sdk/models/shared/security.rb
|
|
274
|
+
- lib/open_api_sdk/run.rb
|
|
275
|
+
- lib/open_api_sdk/sdkconfiguration.rb
|
|
276
|
+
- lib/open_api_sdk/utils/metadata_fields.rb
|
|
277
|
+
- lib/open_api_sdk/utils/t.rb
|
|
278
|
+
- lib/open_api_sdk/utils/utils.rb
|
|
279
|
+
- lib/open_api_sdk/workflows.rb
|
|
280
|
+
homepage:
|
|
281
|
+
licenses:
|
|
282
|
+
- Apache-2.0
|
|
283
|
+
metadata: {}
|
|
284
|
+
post_install_message:
|
|
285
|
+
rdoc_options: []
|
|
286
|
+
require_paths:
|
|
287
|
+
- lib
|
|
288
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
289
|
+
requirements:
|
|
290
|
+
- - ">="
|
|
291
|
+
- !ruby/object:Gem::Version
|
|
292
|
+
version: '3.0'
|
|
293
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
294
|
+
requirements:
|
|
295
|
+
- - ">="
|
|
296
|
+
- !ruby/object:Gem::Version
|
|
297
|
+
version: '0'
|
|
298
|
+
requirements: []
|
|
299
|
+
rubygems_version: 3.0.3.1
|
|
300
|
+
signing_key:
|
|
301
|
+
specification_version: 4
|
|
302
|
+
summary: ''
|
|
303
|
+
test_files: []
|