cloudreactor_api_client 0.1.2 → 0.3.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 (85) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +20 -13
  3. data/cloudreactor_api_client.md +11 -14
  4. data/lib/cloudreactor_api_client/api/alert_methods_api.rb +5 -5
  5. data/lib/cloudreactor_api_client/api/email_notification_profiles_api.rb +5 -5
  6. data/lib/cloudreactor_api_client/api/pagerduty_profiles_api.rb +5 -5
  7. data/lib/cloudreactor_api_client/api/run_environments_api.rb +5 -5
  8. data/lib/cloudreactor_api_client/api/task_executions_api.rb +4 -4
  9. data/lib/cloudreactor_api_client/api/tasks_api.rb +4 -4
  10. data/lib/cloudreactor_api_client/api/workflow_executions_api.rb +6 -6
  11. data/lib/cloudreactor_api_client/api/workflow_task_instances_api.rb +4 -4
  12. data/lib/cloudreactor_api_client/api/workflow_transitions_api.rb +4 -4
  13. data/lib/cloudreactor_api_client/api/workflows_api.rb +5 -5
  14. data/lib/cloudreactor_api_client/api_client.rb +1 -1
  15. data/lib/cloudreactor_api_client/api_error.rb +1 -1
  16. data/lib/cloudreactor_api_client/configuration.rb +3 -3
  17. data/lib/cloudreactor_api_client/models/alert_method.rb +1 -36
  18. data/lib/cloudreactor_api_client/models/aws_ecs_execution_method.rb +1 -26
  19. data/lib/cloudreactor_api_client/models/aws_ecs_execution_method_capability.rb +1 -41
  20. data/lib/cloudreactor_api_client/models/aws_ecs_launch_type.rb +1 -1
  21. data/lib/cloudreactor_api_client/models/aws_ecs_run_environment_execution_method_capability.rb +1 -36
  22. data/lib/cloudreactor_api_client/models/aws_ecs_service_load_balancer_details.rb +1 -1
  23. data/lib/cloudreactor_api_client/models/aws_ecs_service_options.rb +1 -6
  24. data/lib/cloudreactor_api_client/models/current_service_info.rb +2 -11
  25. data/lib/cloudreactor_api_client/models/email_notification_profile.rb +1 -31
  26. data/lib/cloudreactor_api_client/models/execution_method_capability.rb +1 -1
  27. data/lib/cloudreactor_api_client/models/failure_behavior_enum.rb +1 -1
  28. data/lib/cloudreactor_api_client/models/group.rb +1 -11
  29. data/lib/cloudreactor_api_client/models/link.rb +1 -6
  30. data/lib/cloudreactor_api_client/models/name_and_uuid.rb +1 -1
  31. data/lib/cloudreactor_api_client/models/notification_severity.rb +1 -1
  32. data/lib/cloudreactor_api_client/models/pager_duty_profile.rb +1 -31
  33. data/lib/cloudreactor_api_client/models/paginated_alert_method_list.rb +1 -1
  34. data/lib/cloudreactor_api_client/models/paginated_email_notification_profile_list.rb +1 -1
  35. data/lib/cloudreactor_api_client/models/paginated_pager_duty_profile_list.rb +1 -1
  36. data/lib/cloudreactor_api_client/models/paginated_run_environment_list.rb +1 -1
  37. data/lib/cloudreactor_api_client/models/paginated_task_execution_list.rb +1 -1
  38. data/lib/cloudreactor_api_client/models/paginated_task_list.rb +1 -1
  39. data/lib/cloudreactor_api_client/models/paginated_workflow_execution_summary_list.rb +1 -1
  40. data/lib/cloudreactor_api_client/models/paginated_workflow_summary_list.rb +1 -1
  41. data/lib/cloudreactor_api_client/models/paginated_workflow_task_instance_list.rb +1 -1
  42. data/lib/cloudreactor_api_client/models/paginated_workflow_transition_list.rb +1 -1
  43. data/lib/cloudreactor_api_client/models/patched_alert_method.rb +1 -1
  44. data/lib/cloudreactor_api_client/models/patched_email_notification_profile.rb +1 -1
  45. data/lib/cloudreactor_api_client/models/patched_pager_duty_profile.rb +1 -1
  46. data/lib/cloudreactor_api_client/models/patched_run_environment.rb +1 -1
  47. data/lib/cloudreactor_api_client/models/patched_task.rb +1 -1
  48. data/lib/cloudreactor_api_client/models/patched_task_execution.rb +4 -1
  49. data/lib/cloudreactor_api_client/models/patched_workflow.rb +2 -1
  50. data/lib/cloudreactor_api_client/models/patched_workflow_execution.rb +7 -52
  51. data/lib/cloudreactor_api_client/models/patched_workflow_task_instance.rb +1 -1
  52. data/lib/cloudreactor_api_client/models/patched_workflow_transition.rb +1 -1
  53. data/lib/cloudreactor_api_client/models/propagate_tags_enum.rb +1 -1
  54. data/lib/cloudreactor_api_client/models/rule_type_enum.rb +1 -1
  55. data/lib/cloudreactor_api_client/models/run_environment.rb +1 -36
  56. data/lib/cloudreactor_api_client/models/start_transition_condition_enum.rb +1 -1
  57. data/lib/cloudreactor_api_client/models/stop_reason_enum.rb +1 -1
  58. data/lib/cloudreactor_api_client/models/task.rb +1 -36
  59. data/lib/cloudreactor_api_client/models/task_execution.rb +4 -46
  60. data/lib/cloudreactor_api_client/models/task_execution_status.rb +1 -1
  61. data/lib/cloudreactor_api_client/models/threshold_property_enum.rb +1 -1
  62. data/lib/cloudreactor_api_client/models/timeout_behavior_enum.rb +1 -1
  63. data/lib/cloudreactor_api_client/models/unknown_execution_method_capability.rb +1 -11
  64. data/lib/cloudreactor_api_client/models/workflow.rb +2 -41
  65. data/lib/cloudreactor_api_client/models/workflow_execution.rb +7 -112
  66. data/lib/cloudreactor_api_client/models/workflow_execution_run_reason.rb +38 -0
  67. data/lib/cloudreactor_api_client/models/workflow_execution_status.rb +1 -1
  68. data/lib/cloudreactor_api_client/models/workflow_execution_stop_reason.rb +37 -0
  69. data/lib/cloudreactor_api_client/models/workflow_execution_summary.rb +4 -83
  70. data/lib/cloudreactor_api_client/models/workflow_summary.rb +2 -31
  71. data/lib/cloudreactor_api_client/models/workflow_task_instance.rb +1 -21
  72. data/lib/cloudreactor_api_client/models/workflow_task_instance_execution.rb +1 -16
  73. data/lib/cloudreactor_api_client/models/workflow_task_instance_execution_base.rb +1 -16
  74. data/lib/cloudreactor_api_client/models/workflow_transition.rb +1 -21
  75. data/lib/cloudreactor_api_client/models/workflow_transition_evaluation.rb +1 -16
  76. data/lib/cloudreactor_api_client/version.rb +2 -2
  77. data/lib/cloudreactor_api_client.rb +3 -16
  78. data/lib/cloudreactor_wrapper_io/status_updater.rb +1 -1
  79. data/spec/api_client_spec.rb +1 -1
  80. data/spec/configuration_spec.rb +1 -1
  81. data/spec/integration/task_execution_integration_spec.rb +2 -2
  82. data/spec/models/workflow_execution_run_reason_spec.rb +28 -0
  83. data/spec/models/workflow_execution_stop_reason_spec.rb +28 -0
  84. data/spec/spec_helper.rb +1 -1
  85. metadata +8 -2
@@ -3,7 +3,7 @@
3
3
 
4
4
  #CloudReactor API Documentation
5
5
 
6
- The version of the OpenAPI document: 0.2.0
6
+ The version of the OpenAPI document: 0.3.0
7
7
  Contact: jeff@cloudreactor.io
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -295,14 +295,6 @@ module CloudReactorAPIClient
295
295
  # @return Array for valid properties with the reasons
296
296
  def list_invalid_properties
297
297
  invalid_properties = Array.new
298
- if @url.nil?
299
- invalid_properties.push('invalid value for "url", url cannot be nil.')
300
- end
301
-
302
- if @uuid.nil?
303
- invalid_properties.push('invalid value for "uuid", uuid cannot be nil.')
304
- end
305
-
306
298
  if @name.nil?
307
299
  invalid_properties.push('invalid value for "name", name cannot be nil.')
308
300
  end
@@ -379,22 +371,12 @@ module CloudReactorAPIClient
379
371
  invalid_properties.push('invalid value for "ui_icon_type", the character length must be smaller than or equal to 50.')
380
372
  end
381
373
 
382
- if @created_at.nil?
383
- invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
384
- end
385
-
386
- if @updated_at.nil?
387
- invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
388
- end
389
-
390
374
  invalid_properties
391
375
  end
392
376
 
393
377
  # Check to see if the all the properties in the model are valid
394
378
  # @return true if the model is valid
395
379
  def valid?
396
- return false if @url.nil?
397
- return false if @uuid.nil?
398
380
  return false if @name.nil?
399
381
  return false if @name.to_s.length > 200
400
382
  return false if !@description.nil? && @description.to_s.length > 5000
@@ -414,8 +396,6 @@ module CloudReactorAPIClient
414
396
  return false if !@allocated_memory_mb.nil? && @allocated_memory_mb < -2147483648
415
397
  return false if !@ui_color.nil? && @ui_color.to_s.length > 16
416
398
  return false if !@ui_icon_type.nil? && @ui_icon_type.to_s.length > 50
417
- return false if @created_at.nil?
418
- return false if @updated_at.nil?
419
399
  true
420
400
  end
421
401
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #CloudReactor API Documentation
5
5
 
6
- The version of the OpenAPI document: 0.2.0
6
+ The version of the OpenAPI document: 0.3.0
7
7
  Contact: jeff@cloudreactor.io
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -110,27 +110,12 @@ module CloudReactorAPIClient
110
110
  # @return Array for valid properties with the reasons
111
111
  def list_invalid_properties
112
112
  invalid_properties = Array.new
113
- if @uuid.nil?
114
- invalid_properties.push('invalid value for "uuid", uuid cannot be nil.')
115
- end
116
-
117
- if @is_latest.nil?
118
- invalid_properties.push('invalid value for "is_latest", is_latest cannot be nil.')
119
- end
120
-
121
- if @created_at.nil?
122
- invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
123
- end
124
-
125
113
  invalid_properties
126
114
  end
127
115
 
128
116
  # Check to see if the all the properties in the model are valid
129
117
  # @return true if the model is valid
130
118
  def valid?
131
- return false if @uuid.nil?
132
- return false if @is_latest.nil?
133
- return false if @created_at.nil?
134
119
  true
135
120
  end
136
121
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #CloudReactor API Documentation
5
5
 
6
- The version of the OpenAPI document: 0.2.0
6
+ The version of the OpenAPI document: 0.3.0
7
7
  Contact: jeff@cloudreactor.io
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -101,27 +101,12 @@ module CloudReactorAPIClient
101
101
  # @return Array for valid properties with the reasons
102
102
  def list_invalid_properties
103
103
  invalid_properties = Array.new
104
- if @uuid.nil?
105
- invalid_properties.push('invalid value for "uuid", uuid cannot be nil.')
106
- end
107
-
108
- if @is_latest.nil?
109
- invalid_properties.push('invalid value for "is_latest", is_latest cannot be nil.')
110
- end
111
-
112
- if @created_at.nil?
113
- invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
114
- end
115
-
116
104
  invalid_properties
117
105
  end
118
106
 
119
107
  # Check to see if the all the properties in the model are valid
120
108
  # @return true if the model is valid
121
109
  def valid?
122
- return false if @uuid.nil?
123
- return false if @is_latest.nil?
124
- return false if @created_at.nil?
125
110
  true
126
111
  end
127
112
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #CloudReactor API Documentation
5
5
 
6
- The version of the OpenAPI document: 0.2.0
6
+ The version of the OpenAPI document: 0.3.0
7
7
  Contact: jeff@cloudreactor.io
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -184,14 +184,6 @@ module CloudReactorAPIClient
184
184
  # @return Array for valid properties with the reasons
185
185
  def list_invalid_properties
186
186
  invalid_properties = Array.new
187
- if @url.nil?
188
- invalid_properties.push('invalid value for "url", url cannot be nil.')
189
- end
190
-
191
- if @uuid.nil?
192
- invalid_properties.push('invalid value for "uuid", uuid cannot be nil.')
193
- end
194
-
195
187
  if !@description.nil? && @description.to_s.length > 5000
196
188
  invalid_properties.push('invalid value for "description", the character length must be smaller than or equal to 5000.')
197
189
  end
@@ -228,22 +220,12 @@ module CloudReactorAPIClient
228
220
  invalid_properties.push('invalid value for "ui_line_style", the character length must be smaller than or equal to 50.')
229
221
  end
230
222
 
231
- if @created_at.nil?
232
- invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
233
- end
234
-
235
- if @updated_at.nil?
236
- invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
237
- end
238
-
239
223
  invalid_properties
240
224
  end
241
225
 
242
226
  # Check to see if the all the properties in the model are valid
243
227
  # @return true if the model is valid
244
228
  def valid?
245
- return false if @url.nil?
246
- return false if @uuid.nil?
247
229
  return false if !@description.nil? && @description.to_s.length > 5000
248
230
  return false if @from_workflow_task_instance.nil?
249
231
  return false if @to_workflow_task_instance.nil?
@@ -253,8 +235,6 @@ module CloudReactorAPIClient
253
235
  return false if !@priority.nil? && @priority < 0
254
236
  return false if !@ui_color.nil? && @ui_color.to_s.length > 16
255
237
  return false if !@ui_line_style.nil? && @ui_line_style.to_s.length > 50
256
- return false if @created_at.nil?
257
- return false if @updated_at.nil?
258
238
  true
259
239
  end
260
240
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #CloudReactor API Documentation
5
5
 
6
- The version of the OpenAPI document: 0.2.0
6
+ The version of the OpenAPI document: 0.3.0
7
7
  Contact: jeff@cloudreactor.io
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -110,27 +110,12 @@ module CloudReactorAPIClient
110
110
  # @return Array for valid properties with the reasons
111
111
  def list_invalid_properties
112
112
  invalid_properties = Array.new
113
- if @uuid.nil?
114
- invalid_properties.push('invalid value for "uuid", uuid cannot be nil.')
115
- end
116
-
117
- if @result.nil?
118
- invalid_properties.push('invalid value for "result", result cannot be nil.')
119
- end
120
-
121
- if @evaluated_at.nil?
122
- invalid_properties.push('invalid value for "evaluated_at", evaluated_at cannot be nil.')
123
- end
124
-
125
113
  invalid_properties
126
114
  end
127
115
 
128
116
  # Check to see if the all the properties in the model are valid
129
117
  # @return true if the model is valid
130
118
  def valid?
131
- return false if @uuid.nil?
132
- return false if @result.nil?
133
- return false if @evaluated_at.nil?
134
119
  true
135
120
  end
136
121
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #CloudReactor API Documentation
5
5
 
6
- The version of the OpenAPI document: 0.2.0
6
+ The version of the OpenAPI document: 0.3.0
7
7
  Contact: jeff@cloudreactor.io
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module CloudReactorAPIClient
14
- VERSION = '0.1.2'
14
+ VERSION = '0.3.0.0'
15
15
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #CloudReactor API Documentation
5
5
 
6
- The version of the OpenAPI document: 0.2.0
6
+ The version of the OpenAPI document: 0.3.0
7
7
  Contact: jeff@cloudreactor.io
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -66,7 +66,9 @@ require 'cloudreactor_api_client/models/timeout_behavior_enum'
66
66
  require 'cloudreactor_api_client/models/unknown_execution_method_capability'
67
67
  require 'cloudreactor_api_client/models/workflow'
68
68
  require 'cloudreactor_api_client/models/workflow_execution'
69
+ require 'cloudreactor_api_client/models/workflow_execution_run_reason'
69
70
  require 'cloudreactor_api_client/models/workflow_execution_status'
71
+ require 'cloudreactor_api_client/models/workflow_execution_stop_reason'
70
72
  require 'cloudreactor_api_client/models/workflow_execution_summary'
71
73
  require 'cloudreactor_api_client/models/workflow_summary'
72
74
  require 'cloudreactor_api_client/models/workflow_task_instance'
@@ -104,18 +106,3 @@ module CloudReactorAPIClient
104
106
  end
105
107
  end
106
108
  end
107
-
108
- # Patches below
109
- module CloudReactorAPIClient
110
- module ConfigurationPatches
111
- # Override configuration to set the Token prefix required for the
112
- # CloudReactor API Server
113
- def initialize
114
- super
115
- @api_key_prefix = { 'tokenAuth' => 'Token' }
116
- end
117
- end
118
- end
119
-
120
- CloudReactorAPIClient::Configuration.prepend(
121
- CloudReactorAPIClient::ConfigurationPatches)
@@ -99,7 +99,7 @@ module CloudReactorWrapperIO
99
99
  # @param expected_count [Integer, nil] The number of expected items
100
100
  # @param last_status_message [String, nil] A status message
101
101
  # @param [Hash, nil] extra_props Additional properties to send
102
- # @return [Boolean] True if the update was sent, false othewise
102
+ # @return [Boolean] True if the update was sent, false otherwise
103
103
  def send_update(success_count: nil, error_count: nil, skipped_count: nil,
104
104
  expected_count: nil, last_status_message: nil, extra_props: nil)
105
105
  unless @enabled
@@ -3,7 +3,7 @@
3
3
 
4
4
  #CloudReactor API Documentation
5
5
 
6
- The version of the OpenAPI document: 0.2.0
6
+ The version of the OpenAPI document: 0.3.0
7
7
  Contact: jeff@cloudreactor.io
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #CloudReactor API Documentation
5
5
 
6
- The version of the OpenAPI document: 0.2.0
6
+ The version of the OpenAPI document: 0.3.0
7
7
  Contact: jeff@cloudreactor.io
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,7 +1,7 @@
1
1
  require 'dotenv'
2
2
  require 'spec_helper'
3
3
 
4
- describe 'Task Execution Integration' do
4
+ describe 'Task Execution Integration', :integration do
5
5
  before do
6
6
  Dotenv.load('.env.test.local')
7
7
  end
@@ -13,7 +13,7 @@ describe 'Task Execution Integration' do
13
13
  c.server_index = nil
14
14
 
15
15
  c.host = ENV['CLOUDREACTOR_API_HOST']
16
- c.api_key['tokenAuth'] = ENV['CLOUDREACTOR_API_KEY']
16
+ c.access_token = ENV['CLOUDREACTOR_API_KEY']
17
17
 
18
18
  c
19
19
  end
@@ -0,0 +1,28 @@
1
+ =begin
2
+ #CloudReactor API
3
+
4
+ #CloudReactor API Documentation
5
+
6
+ The version of the OpenAPI document: 0.3.0
7
+ Contact: jeff@cloudreactor.io
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.4.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudReactorAPIClient::WorkflowExecutionRunReason
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe CloudReactorAPIClient::WorkflowExecutionRunReason do
21
+ let(:instance) { CloudReactorAPIClient::WorkflowExecutionRunReason.new }
22
+
23
+ describe 'test an instance of WorkflowExecutionRunReason' do
24
+ it 'should create an instance of WorkflowExecutionRunReason' do
25
+ expect(instance).to be_instance_of(CloudReactorAPIClient::WorkflowExecutionRunReason)
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,28 @@
1
+ =begin
2
+ #CloudReactor API
3
+
4
+ #CloudReactor API Documentation
5
+
6
+ The version of the OpenAPI document: 0.3.0
7
+ Contact: jeff@cloudreactor.io
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.4.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudReactorAPIClient::WorkflowExecutionStopReason
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe CloudReactorAPIClient::WorkflowExecutionStopReason do
21
+ let(:instance) { CloudReactorAPIClient::WorkflowExecutionStopReason.new }
22
+
23
+ describe 'test an instance of WorkflowExecutionStopReason' do
24
+ it 'should create an instance of WorkflowExecutionStopReason' do
25
+ expect(instance).to be_instance_of(CloudReactorAPIClient::WorkflowExecutionStopReason)
26
+ end
27
+ end
28
+ end
data/spec/spec_helper.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #CloudReactor API Documentation
5
5
 
6
- The version of the OpenAPI document: 0.2.0
6
+ The version of the OpenAPI document: 0.3.0
7
7
  Contact: jeff@cloudreactor.io
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudreactor_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Tsay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-20 00:00:00.000000000 Z
11
+ date: 2022-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -124,7 +124,9 @@ files:
124
124
  - lib/cloudreactor_api_client/models/unknown_execution_method_capability.rb
125
125
  - lib/cloudreactor_api_client/models/workflow.rb
126
126
  - lib/cloudreactor_api_client/models/workflow_execution.rb
127
+ - lib/cloudreactor_api_client/models/workflow_execution_run_reason.rb
127
128
  - lib/cloudreactor_api_client/models/workflow_execution_status.rb
129
+ - lib/cloudreactor_api_client/models/workflow_execution_stop_reason.rb
128
130
  - lib/cloudreactor_api_client/models/workflow_execution_summary.rb
129
131
  - lib/cloudreactor_api_client/models/workflow_summary.rb
130
132
  - lib/cloudreactor_api_client/models/workflow_task_instance.rb
@@ -195,8 +197,10 @@ files:
195
197
  - spec/models/threshold_property_enum_spec.rb
196
198
  - spec/models/timeout_behavior_enum_spec.rb
197
199
  - spec/models/unknown_execution_method_capability_spec.rb
200
+ - spec/models/workflow_execution_run_reason_spec.rb
198
201
  - spec/models/workflow_execution_spec.rb
199
202
  - spec/models/workflow_execution_status_spec.rb
203
+ - spec/models/workflow_execution_stop_reason_spec.rb
200
204
  - spec/models/workflow_execution_summary_spec.rb
201
205
  - spec/models/workflow_spec.rb
202
206
  - spec/models/workflow_summary_spec.rb
@@ -245,6 +249,7 @@ test_files:
245
249
  - spec/configuration_spec.rb
246
250
  - spec/integration/task_execution_integration_spec.rb
247
251
  - spec/models/paginated_email_notification_profile_list_spec.rb
252
+ - spec/models/workflow_execution_run_reason_spec.rb
248
253
  - spec/models/aws_ecs_execution_method_capability_spec.rb
249
254
  - spec/models/patched_pager_duty_profile_spec.rb
250
255
  - spec/models/patched_email_notification_profile_spec.rb
@@ -282,6 +287,7 @@ test_files:
282
287
  - spec/models/paginated_pager_duty_profile_list_spec.rb
283
288
  - spec/models/patched_workflow_spec.rb
284
289
  - spec/models/failure_behavior_enum_spec.rb
290
+ - spec/models/workflow_execution_stop_reason_spec.rb
285
291
  - spec/models/propagate_tags_enum_spec.rb
286
292
  - spec/models/paginated_task_list_spec.rb
287
293
  - spec/models/pager_duty_profile_spec.rb