rustici_software_cloud_v2 4.0.0 → 5.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 (159) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -5
  3. data/lib/rustici_software_cloud_v2/api/about_api.rb +1 -1
  4. data/lib/rustici_software_cloud_v2/api/application_management_api.rb +15 -15
  5. data/lib/rustici_software_cloud_v2/api/authentication_api.rb +2 -2
  6. data/lib/rustici_software_cloud_v2/api/content_connectors_api.rb +4 -4
  7. data/lib/rustici_software_cloud_v2/api/course_api.rb +46 -37
  8. data/lib/rustici_software_cloud_v2/api/dispatch_api.rb +47 -41
  9. data/lib/rustici_software_cloud_v2/api/invitations_api.rb +26 -20
  10. data/lib/rustici_software_cloud_v2/api/learner_api.rb +6 -6
  11. data/lib/rustici_software_cloud_v2/api/ping_api.rb +1 -1
  12. data/lib/rustici_software_cloud_v2/api/registration_api.rb +27 -27
  13. data/lib/rustici_software_cloud_v2/api/reporting_api.rb +3 -3
  14. data/lib/rustici_software_cloud_v2/api/xapi_api.rb +10 -10
  15. data/lib/rustici_software_cloud_v2/api_client.rb +2 -2
  16. data/lib/rustici_software_cloud_v2/models/about_schema.rb +1 -1
  17. data/lib/rustici_software_cloud_v2/models/activity_result_schema.rb +1 -1
  18. data/lib/rustici_software_cloud_v2/models/application_info_list_schema.rb +1 -1
  19. data/lib/rustici_software_cloud_v2/models/application_info_schema.rb +1 -1
  20. data/lib/rustici_software_cloud_v2/models/application_list_schema.rb +1 -1
  21. data/lib/rustici_software_cloud_v2/models/application_request_schema.rb +1 -1
  22. data/lib/rustici_software_cloud_v2/models/application_schema.rb +1 -1
  23. data/lib/rustici_software_cloud_v2/models/application_token.rb +1 -1
  24. data/lib/rustici_software_cloud_v2/models/asset_file_schema.rb +1 -1
  25. data/lib/rustici_software_cloud_v2/models/batch_tags_schema.rb +1 -1
  26. data/lib/rustici_software_cloud_v2/models/comment_schema.rb +1 -1
  27. data/lib/rustici_software_cloud_v2/models/completion_amount_schema.rb +1 -1
  28. data/lib/rustici_software_cloud_v2/models/connector_list_schema.rb +1 -1
  29. data/lib/rustici_software_cloud_v2/models/connector_schema.rb +1 -1
  30. data/lib/rustici_software_cloud_v2/models/course_activity_schema.rb +1 -1
  31. data/lib/rustici_software_cloud_v2/models/course_list_non_paged_schema.rb +1 -1
  32. data/lib/rustici_software_cloud_v2/models/course_list_schema.rb +1 -1
  33. data/lib/rustici_software_cloud_v2/models/course_reference_schema.rb +1 -1
  34. data/lib/rustici_software_cloud_v2/models/course_schema.rb +1 -1
  35. data/lib/rustici_software_cloud_v2/models/create_connector_schema.rb +1 -1
  36. data/lib/rustici_software_cloud_v2/models/create_dispatch_id_schema.rb +1 -1
  37. data/lib/rustici_software_cloud_v2/models/create_dispatch_list_schema.rb +1 -1
  38. data/lib/rustici_software_cloud_v2/models/create_dispatch_schema.rb +1 -1
  39. data/lib/rustici_software_cloud_v2/models/create_private_invitation_schema.rb +1 -1
  40. data/lib/rustici_software_cloud_v2/models/create_public_invitation_schema.rb +1 -1
  41. data/lib/rustici_software_cloud_v2/models/create_registration_schema.rb +1 -1
  42. data/lib/rustici_software_cloud_v2/models/credential_list_schema.rb +1 -1
  43. data/lib/rustici_software_cloud_v2/models/credential_request_schema.rb +1 -1
  44. data/lib/rustici_software_cloud_v2/models/credential_schema.rb +1 -1
  45. data/lib/rustici_software_cloud_v2/models/destination_id_schema.rb +1 -1
  46. data/lib/rustici_software_cloud_v2/models/destination_info_id_schema.rb +1 -1
  47. data/lib/rustici_software_cloud_v2/models/destination_info_list_schema.rb +1 -1
  48. data/lib/rustici_software_cloud_v2/models/destination_info_schema.rb +1 -1
  49. data/lib/rustici_software_cloud_v2/models/destination_list_schema.rb +1 -1
  50. data/lib/rustici_software_cloud_v2/models/destination_schema.rb +1 -1
  51. data/lib/rustici_software_cloud_v2/models/dispatch_id_schema.rb +1 -1
  52. data/lib/rustici_software_cloud_v2/models/dispatch_list_schema.rb +1 -1
  53. data/lib/rustici_software_cloud_v2/models/dispatch_lti13_info_schema.rb +1 -1
  54. data/lib/rustici_software_cloud_v2/models/dispatch_lti_info_schema.rb +1 -1
  55. data/lib/rustici_software_cloud_v2/models/dispatch_registration_count_schema.rb +2 -1
  56. data/lib/rustici_software_cloud_v2/models/dispatch_schema.rb +12 -2
  57. data/lib/rustici_software_cloud_v2/models/enabled_schema.rb +1 -1
  58. data/lib/rustici_software_cloud_v2/models/file_list_item_schema.rb +1 -1
  59. data/lib/rustici_software_cloud_v2/models/file_list_schema.rb +1 -1
  60. data/lib/rustici_software_cloud_v2/models/import_asset_request_schema.rb +1 -1
  61. data/lib/rustici_software_cloud_v2/models/import_connector_request_schema.rb +1 -1
  62. data/lib/rustici_software_cloud_v2/models/import_fetch_request_schema.rb +1 -1
  63. data/lib/rustici_software_cloud_v2/models/import_job_result_schema.rb +1 -1
  64. data/lib/rustici_software_cloud_v2/models/import_media_file_reference_request_schema.rb +1 -1
  65. data/lib/rustici_software_cloud_v2/models/import_request_schema.rb +1 -1
  66. data/lib/rustici_software_cloud_v2/models/import_result_schema.rb +1 -1
  67. data/lib/rustici_software_cloud_v2/models/integer_result_schema.rb +1 -1
  68. data/lib/rustici_software_cloud_v2/models/invitation_email_schema.rb +1 -1
  69. data/lib/rustici_software_cloud_v2/models/{zoomi_company_id.rb → invitation_email_update_schema.rb} +20 -9
  70. data/lib/rustici_software_cloud_v2/models/invitation_job_status_schema.rb +1 -1
  71. data/lib/rustici_software_cloud_v2/models/invitation_summary_list.rb +1 -1
  72. data/lib/rustici_software_cloud_v2/models/invitation_summary_schema.rb +1 -1
  73. data/lib/rustici_software_cloud_v2/models/item_value_pair_schema.rb +1 -1
  74. data/lib/rustici_software_cloud_v2/models/launch_auth_options_schema.rb +1 -1
  75. data/lib/rustici_software_cloud_v2/models/launch_auth_schema.rb +1 -1
  76. data/lib/rustici_software_cloud_v2/models/launch_history_list_schema.rb +1 -1
  77. data/lib/rustici_software_cloud_v2/models/launch_history_schema.rb +1 -1
  78. data/lib/rustici_software_cloud_v2/models/launch_link_request_schema.rb +1 -1
  79. data/lib/rustici_software_cloud_v2/models/launch_link_schema.rb +1 -1
  80. data/lib/rustici_software_cloud_v2/models/learner_preference_schema.rb +1 -1
  81. data/lib/rustici_software_cloud_v2/models/learner_schema.rb +1 -1
  82. data/lib/rustici_software_cloud_v2/models/lti13_platform_configuration_schema.rb +1 -1
  83. data/lib/rustici_software_cloud_v2/models/lti13_tool_configuration_schema.rb +1 -1
  84. data/lib/rustici_software_cloud_v2/models/media_file_metadata_schema.rb +1 -1
  85. data/lib/rustici_software_cloud_v2/models/message_schema.rb +1 -1
  86. data/lib/rustici_software_cloud_v2/models/metadata_schema.rb +1 -1
  87. data/lib/rustici_software_cloud_v2/models/objective_schema.rb +1 -1
  88. data/lib/rustici_software_cloud_v2/models/paginated_list.rb +1 -1
  89. data/lib/rustici_software_cloud_v2/models/permissions_schema.rb +1 -1
  90. data/lib/rustici_software_cloud_v2/models/ping_schema.rb +1 -1
  91. data/lib/rustici_software_cloud_v2/models/post_back_schema.rb +1 -1
  92. data/lib/rustici_software_cloud_v2/models/preview_launch_link_request_schema.rb +1 -1
  93. data/lib/rustici_software_cloud_v2/models/private_invitation_list.rb +1 -1
  94. data/lib/rustici_software_cloud_v2/models/private_invitation_schema.rb +25 -5
  95. data/lib/rustici_software_cloud_v2/models/private_invitation_update_schema.rb +2 -2
  96. data/lib/rustici_software_cloud_v2/models/public_invitation_list.rb +1 -1
  97. data/lib/rustici_software_cloud_v2/models/public_invitation_schema.rb +12 -13
  98. data/lib/rustici_software_cloud_v2/models/public_invitation_update_schema.rb +1 -3
  99. data/lib/rustici_software_cloud_v2/models/registration_list_schema.rb +1 -1
  100. data/lib/rustici_software_cloud_v2/models/registration_schema.rb +1 -1
  101. data/lib/rustici_software_cloud_v2/models/reportage_account_info_schema.rb +1 -1
  102. data/lib/rustici_software_cloud_v2/models/reportage_account_info_usage_schema.rb +1 -1
  103. data/lib/rustici_software_cloud_v2/models/reportage_auth_token_schema.rb +1 -1
  104. data/lib/rustici_software_cloud_v2/models/reportage_link_schema.rb +1 -1
  105. data/lib/rustici_software_cloud_v2/models/response_error.rb +1 -1
  106. data/lib/rustici_software_cloud_v2/models/runtime_interaction_schema.rb +1 -1
  107. data/lib/rustici_software_cloud_v2/models/runtime_objective_schema.rb +1 -1
  108. data/lib/rustici_software_cloud_v2/models/runtime_schema.rb +1 -1
  109. data/lib/rustici_software_cloud_v2/models/score_schema.rb +1 -1
  110. data/lib/rustici_software_cloud_v2/models/setting_item.rb +1 -1
  111. data/lib/rustici_software_cloud_v2/models/setting_list_schema.rb +1 -1
  112. data/lib/rustici_software_cloud_v2/models/setting_metadata.rb +1 -1
  113. data/lib/rustici_software_cloud_v2/models/setting_valid_value.rb +1 -1
  114. data/lib/rustici_software_cloud_v2/models/settings_individual_schema.rb +1 -1
  115. data/lib/rustici_software_cloud_v2/models/settings_post_schema.rb +1 -1
  116. data/lib/rustici_software_cloud_v2/models/shared_data_entry_schema.rb +1 -1
  117. data/lib/rustici_software_cloud_v2/models/static_properties_schema.rb +1 -1
  118. data/lib/rustici_software_cloud_v2/models/string_result_schema.rb +1 -1
  119. data/lib/rustici_software_cloud_v2/models/tag_list_schema.rb +1 -1
  120. data/lib/rustici_software_cloud_v2/models/title_schema.rb +1 -1
  121. data/lib/rustici_software_cloud_v2/models/token_request_schema.rb +1 -1
  122. data/lib/rustici_software_cloud_v2/models/update_application_schema.rb +1 -1
  123. data/lib/rustici_software_cloud_v2/models/update_connector_schema.rb +1 -1
  124. data/lib/rustici_software_cloud_v2/models/update_dispatch_schema.rb +1 -1
  125. data/lib/rustici_software_cloud_v2/models/user_invitation_list.rb +1 -1
  126. data/lib/rustici_software_cloud_v2/models/user_invitation_schema.rb +1 -1
  127. data/lib/rustici_software_cloud_v2/models/user_invitation_schema_registration_report.rb +1 -1
  128. data/lib/rustici_software_cloud_v2/models/xapi_account.rb +1 -1
  129. data/lib/rustici_software_cloud_v2/models/xapi_activity.rb +1 -1
  130. data/lib/rustici_software_cloud_v2/models/xapi_activity_definition.rb +1 -1
  131. data/lib/rustici_software_cloud_v2/models/xapi_agent_group.rb +1 -1
  132. data/lib/rustici_software_cloud_v2/models/xapi_attachment.rb +1 -1
  133. data/lib/rustici_software_cloud_v2/models/xapi_context.rb +1 -1
  134. data/lib/rustici_software_cloud_v2/models/xapi_context_activity.rb +1 -1
  135. data/lib/rustici_software_cloud_v2/models/xapi_credential_auth_type_schema.rb +1 -1
  136. data/lib/rustici_software_cloud_v2/models/xapi_credential_permissions_level_schema.rb +1 -1
  137. data/lib/rustici_software_cloud_v2/models/xapi_credential_post_schema.rb +1 -1
  138. data/lib/rustici_software_cloud_v2/models/xapi_credential_put_schema.rb +1 -1
  139. data/lib/rustici_software_cloud_v2/models/xapi_credential_schema.rb +1 -1
  140. data/lib/rustici_software_cloud_v2/models/xapi_credentials_list_schema.rb +1 -1
  141. data/lib/rustici_software_cloud_v2/models/xapi_endpoint_schema.rb +1 -1
  142. data/lib/rustici_software_cloud_v2/models/xapi_interaction_component.rb +1 -1
  143. data/lib/rustici_software_cloud_v2/models/xapi_result.rb +1 -1
  144. data/lib/rustici_software_cloud_v2/models/xapi_score.rb +1 -1
  145. data/lib/rustici_software_cloud_v2/models/xapi_statement.rb +1 -1
  146. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_list_schema.rb +1 -1
  147. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_post_schema.rb +1 -1
  148. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_put_schema.rb +1 -1
  149. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_schema.rb +1 -1
  150. data/lib/rustici_software_cloud_v2/models/xapi_statement_reference.rb +1 -1
  151. data/lib/rustici_software_cloud_v2/models/xapi_statement_result.rb +1 -1
  152. data/lib/rustici_software_cloud_v2/models/xapi_verb.rb +1 -1
  153. data/lib/rustici_software_cloud_v2/version.rb +1 -1
  154. data/lib/rustici_software_cloud_v2.rb +1 -3
  155. data/rustici_software_cloud_v2.gemspec +9 -13
  156. data/spec/api_client_spec.rb +1 -1
  157. metadata +29 -120
  158. data/lib/rustici_software_cloud_v2/api/zoomi_api.rb +0 -538
  159. data/lib/rustici_software_cloud_v2/models/zoomi_course_options_schema.rb +0 -204
@@ -35,7 +35,7 @@ module RusticiSoftwareCloudV2
35
35
  # Creates a group of destinations. A destination is a label used to identify an entity outside of SCORM Cloud, such as an LMS. Used in conjunction with dispatches to provide access control mechanisms for the courses distributed to the destination.
36
36
  # @param destinations_list
37
37
  # @param [Hash] opts the optional parameters
38
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
38
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
39
39
  def create_destinations_with_http_info(destinations_list, opts = {})
40
40
  if @api_client.config.debugging
41
41
  @api_client.config.logger.debug 'Calling API: DispatchApi.create_destinations ...'
@@ -89,7 +89,7 @@ module RusticiSoftwareCloudV2
89
89
  # Creates a group of dispatches. Dispatches are the connection between a course and a destination. A dispatch zip package is a distributable course stub which, upon launch in a third-party LMS, will reference and launch the underlying course in SCORM Cloud. As an extension, dispatches allow for limiting access control even after the zip file has been given to the destination. &gt;**Caution:** &gt;Only one dispatch can exist for a given course-destination combination. If calling this method with the same course and destination supplied, the old one will be loaded for modification. An exception to this is if a dispatchId is passed in the body, the request will fail with a 400 response warning that the dispatch already exists. This is to prevent confusion over which dispatchId is to be used in future requests.
90
90
  # @param dispatch_list
91
91
  # @param [Hash] opts the optional parameters
92
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
92
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
93
93
  def create_dispatches_with_http_info(dispatch_list, opts = {})
94
94
  if @api_client.config.debugging
95
95
  @api_client.config.logger.debug 'Calling API: DispatchApi.create_dispatches ...'
@@ -143,7 +143,7 @@ module RusticiSoftwareCloudV2
143
143
  # Deletes the specified destination. &gt;**Caution:** &gt;This will also delete all dispatches belonging to the destination.
144
144
  # @param destination_id Identifier for the destination
145
145
  # @param [Hash] opts the optional parameters
146
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
146
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
147
147
  def delete_destination_with_http_info(destination_id, opts = {})
148
148
  if @api_client.config.debugging
149
149
  @api_client.config.logger.debug 'Calling API: DispatchApi.delete_destination ...'
@@ -197,7 +197,7 @@ module RusticiSoftwareCloudV2
197
197
  # Deletes all the dispatches from the destination. &gt;**Caution:** &gt;This will invalidate any existing dispatch packages, rendering them unlaunchable.
198
198
  # @param destination_id Identifier for the destination
199
199
  # @param [Hash] opts the optional parameters
200
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
200
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
201
201
  def delete_destination_dispatches_with_http_info(destination_id, opts = {})
202
202
  if @api_client.config.debugging
203
203
  @api_client.config.logger.debug 'Calling API: DispatchApi.delete_destination_dispatches ...'
@@ -253,7 +253,7 @@ module RusticiSoftwareCloudV2
253
253
  # @param destination_id Identifier for the destination
254
254
  # @param tags
255
255
  # @param [Hash] opts the optional parameters
256
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
256
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
257
257
  def delete_destination_tags_with_http_info(destination_id, tags, opts = {})
258
258
  if @api_client.config.debugging
259
259
  @api_client.config.logger.debug 'Calling API: DispatchApi.delete_destination_tags ...'
@@ -311,7 +311,7 @@ module RusticiSoftwareCloudV2
311
311
  # Deletes the specified dispatch. &gt;**Caution:** &gt;This will invalidate any existing dispatch packages, rendering them unlaunchable.
312
312
  # @param dispatch_id Identifier for the dispatch
313
313
  # @param [Hash] opts the optional parameters
314
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
314
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
315
315
  def delete_dispatch_with_http_info(dispatch_id, opts = {})
316
316
  if @api_client.config.debugging
317
317
  @api_client.config.logger.debug 'Calling API: DispatchApi.delete_dispatch ...'
@@ -365,7 +365,7 @@ module RusticiSoftwareCloudV2
365
365
  # Clears the postback settings from the dispatch. This causes the postback settings to inherit a value from a higher level (e.g. application). If there is no setting at the application level, this will disable postbacks for the dispatch.
366
366
  # @param dispatch_id Identifier for the dispatch
367
367
  # @param [Hash] opts the optional parameters
368
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
368
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
369
369
  def delete_dispatch_postback_info_with_http_info(dispatch_id, opts = {})
370
370
  if @api_client.config.debugging
371
371
  @api_client.config.logger.debug 'Calling API: DispatchApi.delete_dispatch_postback_info ...'
@@ -421,7 +421,7 @@ module RusticiSoftwareCloudV2
421
421
  # @param dispatch_id Identifier for the dispatch
422
422
  # @param tags
423
423
  # @param [Hash] opts the optional parameters
424
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
424
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
425
425
  def delete_dispatch_tags_with_http_info(dispatch_id, tags, opts = {})
426
426
  if @api_client.config.debugging
427
427
  @api_client.config.logger.debug 'Calling API: DispatchApi.delete_dispatch_tags ...'
@@ -491,7 +491,7 @@ module RusticiSoftwareCloudV2
491
491
  # @option opts [Array<String>] :tags Filter items matching any tag provided (not all)
492
492
  # @option opts [String] :filter Optional string which filters results by a specified field (described by filterBy).
493
493
  # @option opts [String] :filter_by Optional enum parameter for specifying the field on which to run the filter.
494
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
494
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
495
495
  def delete_dispatches_with_http_info(opts = {})
496
496
  if @api_client.config.debugging
497
497
  @api_client.config.logger.debug 'Calling API: DispatchApi.delete_dispatches ...'
@@ -550,7 +550,7 @@ module RusticiSoftwareCloudV2
550
550
  # @param destination_id Identifier for the destination
551
551
  # @param enabled
552
552
  # @param [Hash] opts the optional parameters
553
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
553
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
554
554
  def enable_registration_instancing_with_http_info(destination_id, enabled, opts = {})
555
555
  if @api_client.config.debugging
556
556
  @api_client.config.logger.debug 'Calling API: DispatchApi.enable_registration_instancing ...'
@@ -610,7 +610,7 @@ module RusticiSoftwareCloudV2
610
610
  # @param destination_id Identifier for the destination
611
611
  # @param [Hash] opts the optional parameters
612
612
  # @option opts [BOOLEAN] :include_dispatch_count Include a count of dispatches for the destination.
613
- # @return [Array<(DestinationInfoSchema, Fixnum, Hash)>] DestinationInfoSchema data, response status code and response headers
613
+ # @return [Array<(DestinationInfoSchema, Integer, Hash)>] DestinationInfoSchema data, response status code and response headers
614
614
  def get_destination_with_http_info(destination_id, opts = {})
615
615
  if @api_client.config.debugging
616
616
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_destination ...'
@@ -666,7 +666,7 @@ module RusticiSoftwareCloudV2
666
666
  # Returns the registration count for all dispatches distributed to the destination. &gt;**Note:** &gt;The count here is a convenience counter. Since it has the capability of being reset, it may not match the actual billed registration count for a dispatch.
667
667
  # @param destination_id Identifier for the destination
668
668
  # @param [Hash] opts the optional parameters
669
- # @return [Array<(IntegerResultSchema, Fixnum, Hash)>] IntegerResultSchema data, response status code and response headers
669
+ # @return [Array<(IntegerResultSchema, Integer, Hash)>] IntegerResultSchema data, response status code and response headers
670
670
  def get_destination_dispatch_registration_count_with_http_info(destination_id, opts = {})
671
671
  if @api_client.config.debugging
672
672
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_destination_dispatch_registration_count ...'
@@ -727,7 +727,7 @@ module RusticiSoftwareCloudV2
727
727
  # @option opts [String] :type The type of dispatch package to export (SCORM_12 only supported in SCORM Cloud today)
728
728
  # @option opts [String] :css_url
729
729
  # @option opts [Array<String>] :tags Filter items matching any tag provided (not all)
730
- # @return [Array<(File, Fixnum, Hash)>] File data, response status code and response headers
730
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
731
731
  def get_destination_dispatch_zip_with_http_info(destination_id, opts = {})
732
732
  if @api_client.config.debugging
733
733
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_destination_dispatch_zip ...'
@@ -776,6 +776,7 @@ module RusticiSoftwareCloudV2
776
776
  # @param destination_id Identifier for the destination
777
777
  # @param [Hash] opts the optional parameters
778
778
  # @option opts [String] :course_id Only retrieve resources having &#x60;courseId&#x60;
779
+ # @option opts [BOOLEAN] :is_enabled Optional boolean parameter used to filter the list of dispatches so that only enabled or disabled dispatches are retrieved.
779
780
  # @option opts [DateTime] :since Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
780
781
  # @option opts [DateTime] :_until Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
781
782
  # @option opts [String] :datetime_filter Specifies field that &#x60;since&#x60; and &#x60;until&#x60; parameters are applied against (default to updated)
@@ -796,6 +797,7 @@ module RusticiSoftwareCloudV2
796
797
  # @param destination_id Identifier for the destination
797
798
  # @param [Hash] opts the optional parameters
798
799
  # @option opts [String] :course_id Only retrieve resources having &#x60;courseId&#x60;
800
+ # @option opts [BOOLEAN] :is_enabled Optional boolean parameter used to filter the list of dispatches so that only enabled or disabled dispatches are retrieved.
799
801
  # @option opts [DateTime] :since Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
800
802
  # @option opts [DateTime] :_until Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
801
803
  # @option opts [String] :datetime_filter Specifies field that &#x60;since&#x60; and &#x60;until&#x60; parameters are applied against
@@ -805,7 +807,7 @@ module RusticiSoftwareCloudV2
805
807
  # @option opts [String] :order_by Optional enum parameter for specifying the field and order by which to sort the results.
806
808
  # @option opts [String] :more Pagination token returned as &#x60;more&#x60; property of multi page list requests
807
809
  # @option opts [BOOLEAN] :include_total_count Include the total count of results matching the provided filters as a header on the initial request. The header will not be present on subsequent requests resulting from passing the &#x60;more&#x60; token.
808
- # @return [Array<(DispatchListSchema, Fixnum, Hash)>] DispatchListSchema data, response status code and response headers
810
+ # @return [Array<(DispatchListSchema, Integer, Hash)>] DispatchListSchema data, response status code and response headers
809
811
  def get_destination_dispatches_with_http_info(destination_id, opts = {})
810
812
  if @api_client.config.debugging
811
813
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_destination_dispatches ...'
@@ -820,6 +822,7 @@ module RusticiSoftwareCloudV2
820
822
  # query parameters
821
823
  query_params = {}
822
824
  query_params[:'courseId'] = opts[:'course_id'] if !opts[:'course_id'].nil?
825
+ query_params[:'isEnabled'] = opts[:'is_enabled'] if !opts[:'is_enabled'].nil?
823
826
  query_params[:'since'] = opts[:'since'] if !opts[:'since'].nil?
824
827
  query_params[:'until'] = opts[:'_until'] if !opts[:'_until'].nil?
825
828
  query_params[:'datetimeFilter'] = opts[:'datetime_filter'] if !opts[:'datetime_filter'].nil?
@@ -870,7 +873,7 @@ module RusticiSoftwareCloudV2
870
873
  # Returns whether or not user PII hashing is enabled for the destination. Enabling it will cause all user PII to be hashed. Hashing PII will anonymize the learner data from the dispatched course. This will make looking up specific details about a learner difficult.
871
874
  # @param destination_id Identifier for the destination
872
875
  # @param [Hash] opts the optional parameters
873
- # @return [Array<(EnabledSchema, Fixnum, Hash)>] EnabledSchema data, response status code and response headers
876
+ # @return [Array<(EnabledSchema, Integer, Hash)>] EnabledSchema data, response status code and response headers
874
877
  def get_destination_hash_user_info_with_http_info(destination_id, opts = {})
875
878
  if @api_client.config.debugging
876
879
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_destination_hash_user_info ...'
@@ -925,7 +928,7 @@ module RusticiSoftwareCloudV2
925
928
  # Returns the tags for the destination.
926
929
  # @param destination_id Identifier for the destination
927
930
  # @param [Hash] opts the optional parameters
928
- # @return [Array<(TagListSchema, Fixnum, Hash)>] TagListSchema data, response status code and response headers
931
+ # @return [Array<(TagListSchema, Integer, Hash)>] TagListSchema data, response status code and response headers
929
932
  def get_destination_tags_with_http_info(destination_id, opts = {})
930
933
  if @api_client.config.debugging
931
934
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_destination_tags ...'
@@ -1000,7 +1003,7 @@ module RusticiSoftwareCloudV2
1000
1003
  # @option opts [String] :more Pagination token returned as &#x60;more&#x60; property of multi page list requests
1001
1004
  # @option opts [BOOLEAN] :include_dispatch_count Include a count of dispatches for each destination.
1002
1005
  # @option opts [BOOLEAN] :include_total_count Include the total count of results matching the provided filters as a header on the initial request. The header will not be present on subsequent requests resulting from passing the &#x60;more&#x60; token.
1003
- # @return [Array<(DestinationInfoListSchema, Fixnum, Hash)>] DestinationInfoListSchema data, response status code and response headers
1006
+ # @return [Array<(DestinationInfoListSchema, Integer, Hash)>] DestinationInfoListSchema data, response status code and response headers
1004
1007
  def get_destinations_with_http_info(opts = {})
1005
1008
  if @api_client.config.debugging
1006
1009
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_destinations ...'
@@ -1062,7 +1065,7 @@ module RusticiSoftwareCloudV2
1062
1065
  # Returns detailed information about the dispatch. This includes destination and course IDs, as well as registration count.
1063
1066
  # @param dispatch_id Identifier for the dispatch
1064
1067
  # @param [Hash] opts the optional parameters
1065
- # @return [Array<(DispatchSchema, Fixnum, Hash)>] DispatchSchema data, response status code and response headers
1068
+ # @return [Array<(DispatchSchema, Integer, Hash)>] DispatchSchema data, response status code and response headers
1066
1069
  def get_dispatch_with_http_info(dispatch_id, opts = {})
1067
1070
  if @api_client.config.debugging
1068
1071
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_dispatch ...'
@@ -1117,7 +1120,7 @@ module RusticiSoftwareCloudV2
1117
1120
  # Returns the enabled status for the dispatch. This is an access control measure allowing you to turn access to a previously distributed dispatch packages on or off.
1118
1121
  # @param dispatch_id Identifier for the dispatch
1119
1122
  # @param [Hash] opts the optional parameters
1120
- # @return [Array<(EnabledSchema, Fixnum, Hash)>] EnabledSchema data, response status code and response headers
1123
+ # @return [Array<(EnabledSchema, Integer, Hash)>] EnabledSchema data, response status code and response headers
1121
1124
  def get_dispatch_enabled_with_http_info(dispatch_id, opts = {})
1122
1125
  if @api_client.config.debugging
1123
1126
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_dispatch_enabled ...'
@@ -1172,7 +1175,7 @@ module RusticiSoftwareCloudV2
1172
1175
  # Returns whether or not user PII hashing is enabled for the dispatch. Enabling it will cause all user PII to be hashed. Hashing PII will anonymize the learner data from the dispatched course. This will make looking up specific details about a learner difficult.
1173
1176
  # @param dispatch_id Identifier for the dispatch
1174
1177
  # @param [Hash] opts the optional parameters
1175
- # @return [Array<(EnabledSchema, Fixnum, Hash)>] EnabledSchema data, response status code and response headers
1178
+ # @return [Array<(EnabledSchema, Integer, Hash)>] EnabledSchema data, response status code and response headers
1176
1179
  def get_dispatch_hash_user_info_with_http_info(dispatch_id, opts = {})
1177
1180
  if @api_client.config.debugging
1178
1181
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_dispatch_hash_user_info ...'
@@ -1227,7 +1230,7 @@ module RusticiSoftwareCloudV2
1227
1230
  # Returns the registration count for the dispatch, as well as the date and time of the last count reset, if any. &gt;**Note:** &gt;The count here is a convenience counter. Since it has the capability of being reset, it may not match the actual billed registration count for a dispatch.
1228
1231
  # @param dispatch_id Identifier for the dispatch
1229
1232
  # @param [Hash] opts the optional parameters
1230
- # @return [Array<(DispatchRegistrationCountSchema, Fixnum, Hash)>] DispatchRegistrationCountSchema data, response status code and response headers
1233
+ # @return [Array<(DispatchRegistrationCountSchema, Integer, Hash)>] DispatchRegistrationCountSchema data, response status code and response headers
1231
1234
  def get_dispatch_registration_count_with_http_info(dispatch_id, opts = {})
1232
1235
  if @api_client.config.debugging
1233
1236
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_dispatch_registration_count ...'
@@ -1282,7 +1285,7 @@ module RusticiSoftwareCloudV2
1282
1285
  # Returns the tags for the dispatch.
1283
1286
  # @param dispatch_id Identifier for the dispatch
1284
1287
  # @param [Hash] opts the optional parameters
1285
- # @return [Array<(TagListSchema, Fixnum, Hash)>] TagListSchema data, response status code and response headers
1288
+ # @return [Array<(TagListSchema, Integer, Hash)>] TagListSchema data, response status code and response headers
1286
1289
  def get_dispatch_tags_with_http_info(dispatch_id, opts = {})
1287
1290
  if @api_client.config.debugging
1288
1291
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_dispatch_tags ...'
@@ -1341,7 +1344,7 @@ module RusticiSoftwareCloudV2
1341
1344
  # @param [Hash] opts the optional parameters
1342
1345
  # @option opts [String] :type The type of dispatch package to export (currently only SCORM_12 available)
1343
1346
  # @option opts [String] :css_url Custom CSS to apply to the dispatch package
1344
- # @return [Array<(File, Fixnum, Hash)>] File data, response status code and response headers
1347
+ # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
1345
1348
  def get_dispatch_zip_with_http_info(dispatch_id, opts = {})
1346
1349
  if @api_client.config.debugging
1347
1350
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_dispatch_zip ...'
@@ -1388,6 +1391,7 @@ module RusticiSoftwareCloudV2
1388
1391
  # Returns a list of dispatches. Can be filtered using the request parameters to provide a subset of results. Using the `courseId` filter will allow for viewing which destinations the course has been dispatched to. >**Note:** >This request is paginated and will only provide a limited amount of resources at a time. If there are more results to be collected, a `more` token provided with the response which can be passed to get the next page of results. When passing this token, no other filter parameters can be sent as part of the request. The resources will continue to respect the filters passed in by the original request.
1389
1392
  # @param [Hash] opts the optional parameters
1390
1393
  # @option opts [String] :course_id Only retrieve resources having &#x60;courseId&#x60;
1394
+ # @option opts [BOOLEAN] :is_enabled Optional boolean parameter used to filter the list of dispatches so that only enabled or disabled dispatches are retrieved.
1391
1395
  # @option opts [DateTime] :since Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
1392
1396
  # @option opts [DateTime] :_until Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
1393
1397
  # @option opts [String] :datetime_filter Specifies field that &#x60;since&#x60; and &#x60;until&#x60; parameters are applied against (default to updated)
@@ -1407,6 +1411,7 @@ module RusticiSoftwareCloudV2
1407
1411
  # Returns a list of dispatches. Can be filtered using the request parameters to provide a subset of results. Using the &#x60;courseId&#x60; filter will allow for viewing which destinations the course has been dispatched to. &gt;**Note:** &gt;This request is paginated and will only provide a limited amount of resources at a time. If there are more results to be collected, a &#x60;more&#x60; token provided with the response which can be passed to get the next page of results. When passing this token, no other filter parameters can be sent as part of the request. The resources will continue to respect the filters passed in by the original request.
1408
1412
  # @param [Hash] opts the optional parameters
1409
1413
  # @option opts [String] :course_id Only retrieve resources having &#x60;courseId&#x60;
1414
+ # @option opts [BOOLEAN] :is_enabled Optional boolean parameter used to filter the list of dispatches so that only enabled or disabled dispatches are retrieved.
1410
1415
  # @option opts [DateTime] :since Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
1411
1416
  # @option opts [DateTime] :_until Filter by ISO 8601 TimeStamp inclusive (defaults to UTC)
1412
1417
  # @option opts [String] :datetime_filter Specifies field that &#x60;since&#x60; and &#x60;until&#x60; parameters are applied against
@@ -1416,7 +1421,7 @@ module RusticiSoftwareCloudV2
1416
1421
  # @option opts [String] :order_by Optional enum parameter for specifying the field and order by which to sort the results.
1417
1422
  # @option opts [String] :more Pagination token returned as &#x60;more&#x60; property of multi page list requests
1418
1423
  # @option opts [BOOLEAN] :include_total_count Include the total count of results matching the provided filters as a header on the initial request. The header will not be present on subsequent requests resulting from passing the &#x60;more&#x60; token.
1419
- # @return [Array<(DispatchListSchema, Fixnum, Hash)>] DispatchListSchema data, response status code and response headers
1424
+ # @return [Array<(DispatchListSchema, Integer, Hash)>] DispatchListSchema data, response status code and response headers
1420
1425
  def get_dispatches_with_http_info(opts = {})
1421
1426
  if @api_client.config.debugging
1422
1427
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_dispatches ...'
@@ -1427,6 +1432,7 @@ module RusticiSoftwareCloudV2
1427
1432
  # query parameters
1428
1433
  query_params = {}
1429
1434
  query_params[:'courseId'] = opts[:'course_id'] if !opts[:'course_id'].nil?
1435
+ query_params[:'isEnabled'] = opts[:'is_enabled'] if !opts[:'is_enabled'].nil?
1430
1436
  query_params[:'since'] = opts[:'since'] if !opts[:'since'].nil?
1431
1437
  query_params[:'until'] = opts[:'_until'] if !opts[:'_until'].nil?
1432
1438
  query_params[:'datetimeFilter'] = opts[:'datetime_filter'] if !opts[:'datetime_filter'].nil?
@@ -1477,7 +1483,7 @@ module RusticiSoftwareCloudV2
1477
1483
  # Get the information necessary to import this dispatch as a resource link according to the IMS LTI 1.3 specification. The information from this call will be provided to the platform during the configuration step.
1478
1484
  # @param dispatch_id Identifier for the dispatch
1479
1485
  # @param [Hash] opts the optional parameters
1480
- # @return [Array<(DispatchLti13InfoSchema, Fixnum, Hash)>] DispatchLti13InfoSchema data, response status code and response headers
1486
+ # @return [Array<(DispatchLti13InfoSchema, Integer, Hash)>] DispatchLti13InfoSchema data, response status code and response headers
1481
1487
  def get_lti13_dispatch_with_http_info(dispatch_id, opts = {})
1482
1488
  if @api_client.config.debugging
1483
1489
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_lti13_dispatch ...'
@@ -1536,7 +1542,7 @@ module RusticiSoftwareCloudV2
1536
1542
  # @param external_config External configuration object
1537
1543
  # @param jwt
1538
1544
  # @param [Hash] opts the optional parameters
1539
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1545
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1540
1546
  def get_lti13_dispatch_launch_with_http_info(dispatch_id, external_config, jwt, opts = {})
1541
1547
  if @api_client.config.debugging
1542
1548
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_lti13_dispatch_launch ...'
@@ -1598,7 +1604,7 @@ module RusticiSoftwareCloudV2
1598
1604
  # Get the information needed to configure a LTI 1.3 platform with the destination id &#x60;destinationId&#x60;
1599
1605
  # @param destination_id Identifier for the destination
1600
1606
  # @param [Hash] opts the optional parameters
1601
- # @return [Array<(Lti13ToolConfigurationSchema, Fixnum, Hash)>] Lti13ToolConfigurationSchema data, response status code and response headers
1607
+ # @return [Array<(Lti13ToolConfigurationSchema, Integer, Hash)>] Lti13ToolConfigurationSchema data, response status code and response headers
1602
1608
  def get_lti13_tool_configuration_schema_with_http_info(destination_id, opts = {})
1603
1609
  if @api_client.config.debugging
1604
1610
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_lti13_tool_configuration_schema ...'
@@ -1653,7 +1659,7 @@ module RusticiSoftwareCloudV2
1653
1659
  # Retrieve the information needed to launch this dispatch using the IMS LTI 1.1 specification. This information is then provided to the platform so it can launch this dispatch.
1654
1660
  # @param dispatch_id Identifier for the dispatch
1655
1661
  # @param [Hash] opts the optional parameters
1656
- # @return [Array<(DispatchLtiInfoSchema, Fixnum, Hash)>] DispatchLtiInfoSchema data, response status code and response headers
1662
+ # @return [Array<(DispatchLtiInfoSchema, Integer, Hash)>] DispatchLtiInfoSchema data, response status code and response headers
1657
1663
  def get_lti_dispatch_with_http_info(dispatch_id, opts = {})
1658
1664
  if @api_client.config.debugging
1659
1665
  @api_client.config.logger.debug 'Calling API: DispatchApi.get_lti_dispatch ...'
@@ -1710,7 +1716,7 @@ module RusticiSoftwareCloudV2
1710
1716
  # @param destination_id Identifier for the destination
1711
1717
  # @param tags
1712
1718
  # @param [Hash] opts the optional parameters
1713
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1719
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1714
1720
  def put_destination_tags_with_http_info(destination_id, tags, opts = {})
1715
1721
  if @api_client.config.debugging
1716
1722
  @api_client.config.logger.debug 'Calling API: DispatchApi.put_destination_tags ...'
@@ -1768,7 +1774,7 @@ module RusticiSoftwareCloudV2
1768
1774
  # Applies all of the provided tags on all of the provided destinations. Tags are used to easily identify resources. Adding tags can enable more refined searches when making calls to certain endpoints (e.g. GetDestinations).
1769
1775
  # @param batch Array of ids, and array of tags for bulk tag operations
1770
1776
  # @param [Hash] opts the optional parameters
1771
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1777
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1772
1778
  def put_destination_tags_batch_with_http_info(batch, opts = {})
1773
1779
  if @api_client.config.debugging
1774
1780
  @api_client.config.logger.debug 'Calling API: DispatchApi.put_destination_tags_batch ...'
@@ -1824,7 +1830,7 @@ module RusticiSoftwareCloudV2
1824
1830
  # @param dispatch_id Identifier for the dispatch
1825
1831
  # @param tags
1826
1832
  # @param [Hash] opts the optional parameters
1827
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1833
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1828
1834
  def put_dispatch_tags_with_http_info(dispatch_id, tags, opts = {})
1829
1835
  if @api_client.config.debugging
1830
1836
  @api_client.config.logger.debug 'Calling API: DispatchApi.put_dispatch_tags ...'
@@ -1882,7 +1888,7 @@ module RusticiSoftwareCloudV2
1882
1888
  # Applies all of the provided tags on all of the provided dispatches. Tags are used to easily identify resources. Adding tags can enable more refined searches when making calls to certain endpoints (e.g. GetDispatches).
1883
1889
  # @param batch Array of ids, and array of tags for bulk tag operations
1884
1890
  # @param [Hash] opts the optional parameters
1885
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1891
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1886
1892
  def put_dispatch_tags_batch_with_http_info(batch, opts = {})
1887
1893
  if @api_client.config.debugging
1888
1894
  @api_client.config.logger.debug 'Calling API: DispatchApi.put_dispatch_tags_batch ...'
@@ -1936,7 +1942,7 @@ module RusticiSoftwareCloudV2
1936
1942
  # Clears the registration count for all dispatches distributed to the destination. This resets the registration counter on the dispatch itself, but has no effect on the existing registrations. Can be used in situations where the license for the course material has been renewed.
1937
1943
  # @param destination_id Identifier for the destination
1938
1944
  # @param [Hash] opts the optional parameters
1939
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1945
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1940
1946
  def reset_destination_dispatch_registration_count_with_http_info(destination_id, opts = {})
1941
1947
  if @api_client.config.debugging
1942
1948
  @api_client.config.logger.debug 'Calling API: DispatchApi.reset_destination_dispatch_registration_count ...'
@@ -1990,7 +1996,7 @@ module RusticiSoftwareCloudV2
1990
1996
  # Clears the registration count for the dispatch. This resets the registration counter on the dispatch itself, but has no effect on the existing registrations. Can be used in situations where the license for the course material has been renewed.
1991
1997
  # @param dispatch_id Identifier for the dispatch
1992
1998
  # @param [Hash] opts the optional parameters
1993
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1999
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1994
2000
  def reset_dispatch_registration_count_with_http_info(dispatch_id, opts = {})
1995
2001
  if @api_client.config.debugging
1996
2002
  @api_client.config.logger.debug 'Calling API: DispatchApi.reset_dispatch_registration_count ...'
@@ -2046,7 +2052,7 @@ module RusticiSoftwareCloudV2
2046
2052
  # @param destination_id Identifier for the destination
2047
2053
  # @param destination
2048
2054
  # @param [Hash] opts the optional parameters
2049
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2055
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2050
2056
  def set_destination_with_http_info(destination_id, destination, opts = {})
2051
2057
  if @api_client.config.debugging
2052
2058
  @api_client.config.logger.debug 'Calling API: DispatchApi.set_destination ...'
@@ -2106,7 +2112,7 @@ module RusticiSoftwareCloudV2
2106
2112
  # @param destination_id Identifier for the destination
2107
2113
  # @param enabled
2108
2114
  # @param [Hash] opts the optional parameters
2109
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2115
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2110
2116
  def set_destination_dispatch_enabled_with_http_info(destination_id, enabled, opts = {})
2111
2117
  if @api_client.config.debugging
2112
2118
  @api_client.config.logger.debug 'Calling API: DispatchApi.set_destination_dispatch_enabled ...'
@@ -2166,7 +2172,7 @@ module RusticiSoftwareCloudV2
2166
2172
  # @param dispatch_id Identifier for the dispatch
2167
2173
  # @param enabled
2168
2174
  # @param [Hash] opts the optional parameters
2169
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2175
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2170
2176
  def set_dispatch_enabled_with_http_info(dispatch_id, enabled, opts = {})
2171
2177
  if @api_client.config.debugging
2172
2178
  @api_client.config.logger.debug 'Calling API: DispatchApi.set_dispatch_enabled ...'
@@ -2226,7 +2232,7 @@ module RusticiSoftwareCloudV2
2226
2232
  # @param destination_id Identifier for the destination
2227
2233
  # @param enabled
2228
2234
  # @param [Hash] opts the optional parameters
2229
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2235
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2230
2236
  def update_destination_hash_user_info_with_http_info(destination_id, enabled, opts = {})
2231
2237
  if @api_client.config.debugging
2232
2238
  @api_client.config.logger.debug 'Calling API: DispatchApi.update_destination_hash_user_info ...'
@@ -2286,7 +2292,7 @@ module RusticiSoftwareCloudV2
2286
2292
  # @param dispatch_id Identifier for the dispatch
2287
2293
  # @param dispatch_properties
2288
2294
  # @param [Hash] opts the optional parameters
2289
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2295
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2290
2296
  def update_dispatch_with_http_info(dispatch_id, dispatch_properties, opts = {})
2291
2297
  if @api_client.config.debugging
2292
2298
  @api_client.config.logger.debug 'Calling API: DispatchApi.update_dispatch ...'
@@ -2346,7 +2352,7 @@ module RusticiSoftwareCloudV2
2346
2352
  # @param dispatch_id Identifier for the dispatch
2347
2353
  # @param enabled
2348
2354
  # @param [Hash] opts the optional parameters
2349
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2355
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2350
2356
  def update_dispatch_hash_user_info_with_http_info(dispatch_id, enabled, opts = {})
2351
2357
  if @api_client.config.debugging
2352
2358
  @api_client.config.logger.debug 'Calling API: DispatchApi.update_dispatch_hash_user_info ...'
@@ -2418,7 +2424,7 @@ module RusticiSoftwareCloudV2
2418
2424
  # @option opts [Array<String>] :tags Filter items matching any tag provided (not all)
2419
2425
  # @option opts [String] :filter Optional string which filters results by a specified field (described by filterBy).
2420
2426
  # @option opts [String] :filter_by Optional enum parameter for specifying the field on which to run the filter.
2421
- # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2427
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
2422
2428
  def update_dispatches_with_http_info(dispatch_properties, opts = {})
2423
2429
  if @api_client.config.debugging
2424
2430
  @api_client.config.logger.debug 'Calling API: DispatchApi.update_dispatches ...'