rustici_software_cloud_v2 1.0.0beta → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (287) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +1 -1
  3. data/README.md +354 -243
  4. data/lib/rustici_software_cloud_v2/api/about_api.rb +71 -0
  5. data/lib/rustici_software_cloud_v2/api/application_management_api.rb +253 -63
  6. data/lib/rustici_software_cloud_v2/api/authentication_api.rb +11 -17
  7. data/lib/rustici_software_cloud_v2/api/course_api.rb +910 -160
  8. data/lib/rustici_software_cloud_v2/api/dispatch_api.rb +2236 -0
  9. data/lib/rustici_software_cloud_v2/api/invitations_api.rb +1025 -0
  10. data/lib/rustici_software_cloud_v2/api/learner_api.rb +367 -0
  11. data/lib/rustici_software_cloud_v2/api/ping_api.rb +6 -4
  12. data/lib/rustici_software_cloud_v2/api/registration_api.rb +448 -295
  13. data/lib/rustici_software_cloud_v2/api/reporting_api.rb +191 -0
  14. data/lib/rustici_software_cloud_v2/api/xapi_api.rb +581 -0
  15. data/lib/rustici_software_cloud_v2/api/zoomi_api.rb +528 -0
  16. data/lib/rustici_software_cloud_v2/api_client.rb +5 -5
  17. data/lib/rustici_software_cloud_v2/api_error.rb +2 -2
  18. data/lib/rustici_software_cloud_v2/configuration.rb +11 -20
  19. data/lib/rustici_software_cloud_v2/models/about_schema.rb +194 -0
  20. data/lib/rustici_software_cloud_v2/models/activity_result_schema.rb +10 -38
  21. data/lib/rustici_software_cloud_v2/models/application_info_schema.rb +234 -0
  22. data/lib/rustici_software_cloud_v2/models/application_list_schema.rb +5 -3
  23. data/lib/rustici_software_cloud_v2/models/{link_schema.rb → application_request_schema.rb} +14 -16
  24. data/lib/rustici_software_cloud_v2/models/application_schema.rb +5 -3
  25. data/lib/rustici_software_cloud_v2/models/application_token.rb +5 -3
  26. data/lib/rustici_software_cloud_v2/models/asset_file_schema.rb +194 -0
  27. data/lib/rustici_software_cloud_v2/models/{course_tags_batch_schema.rb → batch_tags_schema.rb} +21 -17
  28. data/lib/rustici_software_cloud_v2/models/comment_schema.rb +5 -3
  29. data/lib/rustici_software_cloud_v2/models/completion_amount_schema.rb +5 -3
  30. data/lib/rustici_software_cloud_v2/models/course_activity_schema.rb +7 -31
  31. data/lib/rustici_software_cloud_v2/models/course_list_non_paged_schema.rb +5 -3
  32. data/lib/rustici_software_cloud_v2/models/course_list_schema.rb +6 -3
  33. data/lib/rustici_software_cloud_v2/models/course_reference_schema.rb +5 -3
  34. data/lib/rustici_software_cloud_v2/models/course_schema.rb +7 -31
  35. data/lib/rustici_software_cloud_v2/models/{registration_tags_batch_schema.rb → create_dispatch_id_schema.rb} +25 -25
  36. data/lib/rustici_software_cloud_v2/models/create_dispatch_list_schema.rb +187 -0
  37. data/lib/rustici_software_cloud_v2/models/create_dispatch_schema.rb +306 -0
  38. data/lib/rustici_software_cloud_v2/models/create_private_invitation_schema.rb +252 -0
  39. data/lib/rustici_software_cloud_v2/models/create_public_invitation_schema.rb +250 -0
  40. data/lib/rustici_software_cloud_v2/models/create_registration_schema.rb +5 -3
  41. data/lib/rustici_software_cloud_v2/models/credential_created_schema.rb +5 -3
  42. data/lib/rustici_software_cloud_v2/models/credential_list_schema.rb +5 -3
  43. data/lib/rustici_software_cloud_v2/models/credential_request_schema.rb +5 -3
  44. data/lib/rustici_software_cloud_v2/models/credential_schema.rb +5 -3
  45. data/lib/rustici_software_cloud_v2/models/destination_id_schema.rb +195 -0
  46. data/lib/rustici_software_cloud_v2/models/destination_list_schema.rb +198 -0
  47. data/lib/rustici_software_cloud_v2/models/destination_schema.rb +227 -0
  48. data/lib/rustici_software_cloud_v2/models/dispatch_id_schema.rb +194 -0
  49. data/lib/rustici_software_cloud_v2/models/dispatch_list_schema.rb +197 -0
  50. data/lib/rustici_software_cloud_v2/models/dispatch_lti_info_schema.rb +221 -0
  51. data/lib/rustici_software_cloud_v2/models/dispatch_registration_count_schema.rb +194 -0
  52. data/lib/rustici_software_cloud_v2/models/dispatch_schema.rb +326 -0
  53. data/lib/rustici_software_cloud_v2/models/{tag_post_schema.rb → enabled_schema.rb} +17 -6
  54. data/lib/rustici_software_cloud_v2/models/file_list_item_schema.rb +205 -0
  55. data/lib/rustici_software_cloud_v2/models/file_list_schema.rb +187 -0
  56. data/lib/rustici_software_cloud_v2/models/import_asset_request_schema.rb +207 -0
  57. data/lib/rustici_software_cloud_v2/models/import_fetch_request_schema.rb +31 -8
  58. data/lib/rustici_software_cloud_v2/models/import_job_result_schema.rb +7 -31
  59. data/lib/rustici_software_cloud_v2/models/import_media_file_reference_request_schema.rb +216 -0
  60. data/lib/rustici_software_cloud_v2/models/import_request_schema.rb +195 -0
  61. data/lib/rustici_software_cloud_v2/models/import_result_schema.rb +5 -3
  62. data/lib/rustici_software_cloud_v2/models/integer_result_schema.rb +5 -3
  63. data/lib/rustici_software_cloud_v2/models/invitation_email_schema.rb +214 -0
  64. data/lib/rustici_software_cloud_v2/models/invitation_job_status_schema.rb +226 -0
  65. data/lib/rustici_software_cloud_v2/models/invitation_summary_list.rb +198 -0
  66. data/lib/rustici_software_cloud_v2/models/invitation_summary_schema.rb +225 -0
  67. data/lib/rustici_software_cloud_v2/models/item_value_pair_schema.rb +5 -3
  68. data/lib/rustici_software_cloud_v2/models/launch_auth_options_schema.rb +212 -0
  69. data/lib/rustici_software_cloud_v2/models/launch_auth_schema.rb +204 -0
  70. data/lib/rustici_software_cloud_v2/models/launch_history_list_schema.rb +5 -3
  71. data/lib/rustici_software_cloud_v2/models/launch_history_schema.rb +10 -38
  72. data/lib/rustici_software_cloud_v2/models/launch_link_request_schema.rb +25 -9
  73. data/lib/rustici_software_cloud_v2/models/launch_link_schema.rb +5 -3
  74. data/lib/rustici_software_cloud_v2/models/learner_preference_schema.rb +5 -3
  75. data/lib/rustici_software_cloud_v2/models/learner_schema.rb +5 -3
  76. data/lib/rustici_software_cloud_v2/models/media_file_metadata_schema.rb +213 -0
  77. data/lib/rustici_software_cloud_v2/models/message_schema.rb +5 -3
  78. data/lib/rustici_software_cloud_v2/models/metadata_schema.rb +12 -10
  79. data/lib/rustici_software_cloud_v2/models/objective_schema.rb +13 -45
  80. data/lib/rustici_software_cloud_v2/models/permissions_schema.rb +5 -3
  81. data/lib/rustici_software_cloud_v2/models/ping_schema.rb +21 -15
  82. data/lib/rustici_software_cloud_v2/models/post_back_schema.rb +24 -42
  83. data/lib/rustici_software_cloud_v2/models/private_invitation_list.rb +198 -0
  84. data/lib/rustici_software_cloud_v2/models/private_invitation_schema.rb +264 -0
  85. data/lib/rustici_software_cloud_v2/models/private_invitation_update_schema.rb +215 -0
  86. data/lib/rustici_software_cloud_v2/models/public_invitation_list.rb +198 -0
  87. data/lib/rustici_software_cloud_v2/models/public_invitation_schema.rb +287 -0
  88. data/lib/rustici_software_cloud_v2/models/public_invitation_update_schema.rb +228 -0
  89. data/lib/rustici_software_cloud_v2/models/registration_completion.rb +2 -2
  90. data/lib/rustici_software_cloud_v2/models/registration_list_schema.rb +6 -3
  91. data/lib/rustici_software_cloud_v2/models/registration_schema.rb +17 -4
  92. data/lib/rustici_software_cloud_v2/models/registration_success.rb +2 -2
  93. data/lib/rustici_software_cloud_v2/models/reportage_account_info_schema.rb +257 -0
  94. data/lib/rustici_software_cloud_v2/models/reportage_account_info_usage_schema.rb +212 -0
  95. data/lib/rustici_software_cloud_v2/models/reportage_auth_token_schema.rb +194 -0
  96. data/lib/rustici_software_cloud_v2/models/reportage_link_schema.rb +185 -0
  97. data/lib/rustici_software_cloud_v2/models/response_error.rb +5 -3
  98. data/lib/rustici_software_cloud_v2/models/runtime_interaction_schema.rb +7 -31
  99. data/lib/rustici_software_cloud_v2/models/runtime_objective_schema.rb +10 -38
  100. data/lib/rustici_software_cloud_v2/models/runtime_schema.rb +7 -31
  101. data/lib/rustici_software_cloud_v2/models/score_schema.rb +5 -3
  102. data/lib/rustici_software_cloud_v2/models/setting_item.rb +7 -31
  103. data/lib/rustici_software_cloud_v2/models/setting_list_schema.rb +5 -3
  104. data/lib/rustici_software_cloud_v2/models/setting_metadata.rb +7 -31
  105. data/lib/rustici_software_cloud_v2/models/setting_valid_value.rb +5 -3
  106. data/lib/rustici_software_cloud_v2/models/settings_individual_schema.rb +5 -3
  107. data/lib/rustici_software_cloud_v2/models/settings_post_schema.rb +5 -3
  108. data/lib/rustici_software_cloud_v2/models/shared_data_entry_schema.rb +5 -3
  109. data/lib/rustici_software_cloud_v2/models/static_properties_schema.rb +5 -3
  110. data/lib/rustici_software_cloud_v2/models/string_result_schema.rb +5 -3
  111. data/lib/rustici_software_cloud_v2/models/tag_list_schema.rb +5 -3
  112. data/lib/rustici_software_cloud_v2/models/title_schema.rb +5 -3
  113. data/lib/rustici_software_cloud_v2/models/token_request_schema.rb +5 -3
  114. data/lib/rustici_software_cloud_v2/models/update_application_schema.rb +196 -0
  115. data/lib/rustici_software_cloud_v2/models/update_dispatch_schema.rb +266 -0
  116. data/lib/rustici_software_cloud_v2/models/user_invitation_list.rb +198 -0
  117. data/lib/rustici_software_cloud_v2/models/user_invitation_schema.rb +234 -0
  118. data/lib/rustici_software_cloud_v2/models/user_invitation_schema_registration_report.rb +213 -0
  119. data/lib/rustici_software_cloud_v2/models/xapi_account.rb +5 -3
  120. data/lib/rustici_software_cloud_v2/models/xapi_activity.rb +5 -3
  121. data/lib/rustici_software_cloud_v2/models/xapi_activity_definition.rb +5 -3
  122. data/lib/rustici_software_cloud_v2/models/xapi_agent_group.rb +7 -31
  123. data/lib/rustici_software_cloud_v2/models/xapi_attachment.rb +5 -3
  124. data/lib/rustici_software_cloud_v2/models/xapi_context.rb +5 -3
  125. data/lib/rustici_software_cloud_v2/models/xapi_context_activity.rb +5 -3
  126. data/lib/rustici_software_cloud_v2/models/xapi_credential_auth_type_schema.rb +193 -0
  127. data/lib/rustici_software_cloud_v2/models/xapi_credential_permissions_level_schema.rb +193 -0
  128. data/lib/rustici_software_cloud_v2/models/xapi_credential_post_schema.rb +255 -0
  129. data/lib/rustici_software_cloud_v2/models/xapi_credential_put_schema.rb +239 -0
  130. data/lib/rustici_software_cloud_v2/models/xapi_credential_schema.rb +264 -0
  131. data/lib/rustici_software_cloud_v2/models/xapi_credentials_list_schema.rb +202 -0
  132. data/lib/rustici_software_cloud_v2/models/xapi_endpoint_schema.rb +203 -0
  133. data/lib/rustici_software_cloud_v2/models/xapi_interaction_component.rb +5 -3
  134. data/lib/rustici_software_cloud_v2/models/xapi_result.rb +5 -3
  135. data/lib/rustici_software_cloud_v2/models/xapi_score.rb +5 -3
  136. data/lib/rustici_software_cloud_v2/models/xapi_statement.rb +5 -3
  137. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_list_schema.rb +192 -0
  138. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_post_schema.rb +199 -0
  139. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_put_schema.rb +194 -0
  140. data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_schema.rb +239 -0
  141. data/lib/rustici_software_cloud_v2/models/xapi_statement_reference.rb +5 -3
  142. data/lib/rustici_software_cloud_v2/models/xapi_statement_result.rb +5 -3
  143. data/lib/rustici_software_cloud_v2/models/xapi_verb.rb +5 -3
  144. data/lib/rustici_software_cloud_v2/models/zoomi_company_id.rb +185 -0
  145. data/lib/rustici_software_cloud_v2/models/zoomi_course_options_schema.rb +204 -0
  146. data/lib/rustici_software_cloud_v2/version.rb +3 -3
  147. data/lib/rustici_software_cloud_v2.rb +68 -6
  148. data/rustici_software_cloud_v2.gemspec +8 -7
  149. data/spec/api_client_spec.rb +53 -47
  150. data/spec/configuration_spec.rb +2 -2
  151. data/spec/spec_helper.rb +2 -13
  152. metadata +142 -270
  153. data/docs/ActivityResultSchema.md +0 -20
  154. data/docs/ApplicationListSchema.md +0 -8
  155. data/docs/ApplicationManagementApi.md +0 -570
  156. data/docs/ApplicationSchema.md +0 -9
  157. data/docs/ApplicationToken.md +0 -10
  158. data/docs/AuthenticationApi.md +0 -64
  159. data/docs/CommentSchema.md +0 -10
  160. data/docs/CompletionAmountSchema.md +0 -8
  161. data/docs/CourseActivitySchema.md +0 -15
  162. data/docs/CourseApi.md +0 -1459
  163. data/docs/CourseListNonPagedSchema.md +0 -8
  164. data/docs/CourseListSchema.md +0 -9
  165. data/docs/CourseReferenceSchema.md +0 -10
  166. data/docs/CourseSchema.md +0 -20
  167. data/docs/CourseTagsBatchSchema.md +0 -9
  168. data/docs/CreateRegistrationSchema.md +0 -17
  169. data/docs/CredentialCreatedSchema.md +0 -12
  170. data/docs/CredentialListSchema.md +0 -8
  171. data/docs/CredentialRequestSchema.md +0 -9
  172. data/docs/CredentialSchema.md +0 -12
  173. data/docs/ImportFetchRequestSchema.md +0 -8
  174. data/docs/ImportJobResultSchema.md +0 -11
  175. data/docs/ImportResultSchema.md +0 -11
  176. data/docs/IntegerResultSchema.md +0 -8
  177. data/docs/ItemValuePairSchema.md +0 -9
  178. data/docs/LaunchHistoryListSchema.md +0 -8
  179. data/docs/LaunchHistorySchema.md +0 -17
  180. data/docs/LaunchLinkRequestSchema.md +0 -17
  181. data/docs/LaunchLinkSchema.md +0 -8
  182. data/docs/LearnerPreferenceSchema.md +0 -11
  183. data/docs/LearnerSchema.md +0 -11
  184. data/docs/LinkSchema.md +0 -8
  185. data/docs/MessageSchema.md +0 -8
  186. data/docs/MetadataSchema.md +0 -14
  187. data/docs/ObjectiveSchema.md +0 -20
  188. data/docs/PermissionsSchema.md +0 -9
  189. data/docs/PingApi.md +0 -57
  190. data/docs/PingSchema.md +0 -8
  191. data/docs/PostBackSchema.md +0 -12
  192. data/docs/RegistrationApi.md +0 -1490
  193. data/docs/RegistrationCompletion.md +0 -7
  194. data/docs/RegistrationListSchema.md +0 -9
  195. data/docs/RegistrationSchema.md +0 -27
  196. data/docs/RegistrationSuccess.md +0 -7
  197. data/docs/RegistrationTagsBatchSchema.md +0 -9
  198. data/docs/ResponseError.md +0 -8
  199. data/docs/RuntimeInteractionSchema.md +0 -18
  200. data/docs/RuntimeObjectiveSchema.md +0 -16
  201. data/docs/RuntimeSchema.md +0 -27
  202. data/docs/ScoreSchema.md +0 -8
  203. data/docs/SettingItem.md +0 -12
  204. data/docs/SettingListSchema.md +0 -8
  205. data/docs/SettingMetadata.md +0 -15
  206. data/docs/SettingMetadataValidValues.md +0 -9
  207. data/docs/SettingValidValue.md +0 -9
  208. data/docs/SettingsIndividualSchema.md +0 -10
  209. data/docs/SettingsPostSchema.md +0 -8
  210. data/docs/SharedDataEntrySchema.md +0 -9
  211. data/docs/StaticPropertiesSchema.md +0 -13
  212. data/docs/StringResultSchema.md +0 -8
  213. data/docs/TagListSchema.md +0 -8
  214. data/docs/TagPostSchema.md +0 -7
  215. data/docs/TitleSchema.md +0 -8
  216. data/docs/TokenRequestSchema.md +0 -9
  217. data/docs/XapiAccount.md +0 -9
  218. data/docs/XapiActivity.md +0 -10
  219. data/docs/XapiActivityDefinition.md +0 -19
  220. data/docs/XapiAgentGroup.md +0 -14
  221. data/docs/XapiAttachment.md +0 -14
  222. data/docs/XapiContext.md +0 -16
  223. data/docs/XapiContextActivity.md +0 -11
  224. data/docs/XapiInteractionComponent.md +0 -9
  225. data/docs/XapiResult.md +0 -13
  226. data/docs/XapiScore.md +0 -11
  227. data/docs/XapiStatement.md +0 -20
  228. data/docs/XapiStatementReference.md +0 -9
  229. data/docs/XapiStatementResult.md +0 -9
  230. data/docs/XapiVerb.md +0 -9
  231. data/git_push.sh +0 -55
  232. data/lib/rustici_software_cloud_v2/models/setting_metadata_valid_values.rb +0 -209
  233. data/spec/models/activity_result_schema_spec.rb +0 -133
  234. data/spec/models/application_list_schema_spec.rb +0 -53
  235. data/spec/models/application_schema_spec.rb +0 -59
  236. data/spec/models/application_token_spec.rb +0 -65
  237. data/spec/models/comment_schema_spec.rb +0 -65
  238. data/spec/models/completion_amount_schema_spec.rb +0 -53
  239. data/spec/models/course_activity_schema_spec.rb +0 -99
  240. data/spec/models/course_list_non_paged_schema_spec.rb +0 -53
  241. data/spec/models/course_list_schema_spec.rb +0 -59
  242. data/spec/models/course_reference_schema_spec.rb +0 -65
  243. data/spec/models/course_schema_spec.rb +0 -129
  244. data/spec/models/create_registration_schema_spec.rb +0 -107
  245. data/spec/models/credential_created_schema_spec.rb +0 -77
  246. data/spec/models/credential_list_schema_spec.rb +0 -53
  247. data/spec/models/credential_request_schema_spec.rb +0 -59
  248. data/spec/models/credential_schema_spec.rb +0 -77
  249. data/spec/models/import_fetch_request_schema_spec.rb +0 -53
  250. data/spec/models/import_job_result_schema_spec.rb +0 -75
  251. data/spec/models/import_result_schema_spec.rb +0 -71
  252. data/spec/models/integer_result_schema_spec.rb +0 -53
  253. data/spec/models/item_value_pair_schema_spec.rb +0 -59
  254. data/spec/models/launch_history_list_schema_spec.rb +0 -53
  255. data/spec/models/launch_history_schema_spec.rb +0 -115
  256. data/spec/models/launch_link_request_schema_spec.rb +0 -107
  257. data/spec/models/launch_link_schema_spec.rb +0 -53
  258. data/spec/models/learner_preference_schema_spec.rb +0 -71
  259. data/spec/models/learner_schema_spec.rb +0 -71
  260. data/spec/models/link_schema_spec.rb +0 -53
  261. data/spec/models/message_schema_spec.rb +0 -53
  262. data/spec/models/metadata_schema_spec.rb +0 -89
  263. data/spec/models/objective_schema_spec.rb +0 -137
  264. data/spec/models/permissions_schema_spec.rb +0 -59
  265. data/spec/models/ping_schema_spec.rb +0 -53
  266. data/spec/models/post_back_schema_spec.rb +0 -85
  267. data/spec/models/registration_completion_spec.rb +0 -47
  268. data/spec/models/registration_list_schema_spec.rb +0 -59
  269. data/spec/models/registration_schema_spec.rb +0 -167
  270. data/spec/models/registration_success_spec.rb +0 -47
  271. data/spec/models/response_error_spec.rb +0 -53
  272. data/spec/models/runtime_interaction_schema_spec.rb +0 -117
  273. data/spec/models/runtime_objective_schema_spec.rb +0 -109
  274. data/spec/models/runtime_schema_spec.rb +0 -171
  275. data/spec/models/score_schema_spec.rb +0 -53
  276. data/spec/models/setting_item_spec.rb +0 -81
  277. data/spec/models/setting_list_schema_spec.rb +0 -53
  278. data/spec/models/setting_metadata_spec.rb +0 -99
  279. data/spec/models/setting_metadata_valid_values_spec.rb +0 -59
  280. data/spec/models/settings_individual_schema_spec.rb +0 -65
  281. data/spec/models/settings_post_schema_spec.rb +0 -53
  282. data/spec/models/shared_data_entry_schema_spec.rb +0 -59
  283. data/spec/models/static_properties_schema_spec.rb +0 -83
  284. data/spec/models/string_result_schema_spec.rb +0 -53
  285. data/spec/models/title_schema_spec.rb +0 -53
  286. data/spec/models/token_request_schema_spec.rb +0 -59
  287. data/swagger-codegen.config +0 -11
@@ -1,7 +0,0 @@
1
- # RusticiSoftwareCloudV2::RegistrationCompletion
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
-
7
-
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::RegistrationListSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **registrations** | [**Array<RegistrationSchema>**](RegistrationSchema.md) | |
7
- **more** | **String** | | [optional]
8
-
9
-
@@ -1,27 +0,0 @@
1
- # RusticiSoftwareCloudV2::RegistrationSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **id** | **String** | | [optional]
7
- **instance** | **Integer** | | [optional]
8
- **xapi_registration_id** | **String** | xAPI registration id associated with this registration | [optional]
9
- **dispatch_id** | **String** | Dispatch ID for this registration, if applicable | [optional]
10
- **updated** | **DateTime** | | [optional]
11
- **registration_completion** | [**RegistrationCompletion**](RegistrationCompletion.md) | | [optional]
12
- **registration_completion_amount** | **Float** | | [optional]
13
- **registration_success** | [**RegistrationSuccess**](RegistrationSuccess.md) | | [optional]
14
- **score** | [**ScoreSchema**](ScoreSchema.md) | | [optional]
15
- **total_seconds_tracked** | **Float** | | [optional]
16
- **first_access_date** | **DateTime** | | [optional]
17
- **last_access_date** | **DateTime** | | [optional]
18
- **completed_date** | **DateTime** | | [optional]
19
- **created_date** | **DateTime** | | [optional]
20
- **course** | [**CourseReferenceSchema**](CourseReferenceSchema.md) | | [optional]
21
- **learner** | [**LearnerSchema**](LearnerSchema.md) | | [optional]
22
- **global_objectives** | [**Array<ObjectiveSchema>**](ObjectiveSchema.md) | | [optional]
23
- **shared_data** | [**Array<SharedDataEntrySchema>**](SharedDataEntrySchema.md) | | [optional]
24
- **suspended_activity_id** | **String** | | [optional]
25
- **activity_details** | [**ActivityResultSchema**](ActivityResultSchema.md) | | [optional]
26
-
27
-
@@ -1,7 +0,0 @@
1
- # RusticiSoftwareCloudV2::RegistrationSuccess
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
-
7
-
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::RegistrationTagsBatchSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **registration_ids** | **Array<String>** | |
7
- **tags** | [**TagPostSchema**](TagPostSchema.md) | |
8
-
9
-
@@ -1,8 +0,0 @@
1
- # RusticiSoftwareCloudV2::ResponseError
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **message** | **String** | |
7
-
8
-
@@ -1,18 +0,0 @@
1
- # RusticiSoftwareCloudV2::RuntimeInteractionSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **id** | **String** | | [optional]
7
- **type** | **String** | | [optional]
8
- **objectives** | **Array<String>** | | [optional]
9
- **timestamp** | **String** | | [optional]
10
- **timestamp_utc** | **String** | | [optional]
11
- **correct_responses** | **Array<String>** | | [optional]
12
- **weighting** | **String** | | [optional]
13
- **learner_response** | **String** | | [optional]
14
- **result** | **String** | | [optional]
15
- **latency** | **String** | | [optional]
16
- **description** | **String** | | [optional]
17
-
18
-
@@ -1,16 +0,0 @@
1
- # RusticiSoftwareCloudV2::RuntimeObjectiveSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **id** | **String** | | [optional]
7
- **score_scaled** | **String** | | [optional]
8
- **score_min** | **String** | | [optional]
9
- **score_max** | **String** | | [optional]
10
- **score_raw** | **String** | | [optional]
11
- **runtime_objective_success_status** | **String** | | [optional] [default to 'UNKNOWN']
12
- **runtime_objective_completion_status** | **String** | | [optional] [default to 'UNKNOWN']
13
- **progress_measure** | **String** | | [optional]
14
- **description** | **String** | | [optional]
15
-
16
-
@@ -1,27 +0,0 @@
1
- # RusticiSoftwareCloudV2::RuntimeSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **completion_status** | **String** | | [optional]
7
- **credit** | **String** | | [optional]
8
- **entry** | **String** | | [optional]
9
- **exit** | **String** | | [optional]
10
- **learner_preference** | [**LearnerPreferenceSchema**](LearnerPreferenceSchema.md) | | [optional]
11
- **location** | **String** | | [optional]
12
- **mode** | **String** | | [optional]
13
- **progress_measure** | **String** | | [optional]
14
- **score_scaled** | **String** | | [optional]
15
- **score_raw** | **String** | | [optional]
16
- **score_min** | **String** | | [optional]
17
- **score_max** | **String** | | [optional]
18
- **total_time** | **String** | | [optional]
19
- **time_tracked** | **String** | | [optional]
20
- **runtime_success_status** | **String** | | [optional] [default to 'UNKNOWN']
21
- **suspend_data** | **String** | | [optional]
22
- **learner_comments** | [**Array<CommentSchema>**](CommentSchema.md) | | [optional]
23
- **lms_comments** | [**Array<CommentSchema>**](CommentSchema.md) | | [optional]
24
- **runtime_interactions** | [**Array<RuntimeInteractionSchema>**](RuntimeInteractionSchema.md) | | [optional]
25
- **runtime_objectives** | [**Array<RuntimeObjectiveSchema>**](RuntimeObjectiveSchema.md) | | [optional]
26
-
27
-
data/docs/ScoreSchema.md DELETED
@@ -1,8 +0,0 @@
1
- # RusticiSoftwareCloudV2::ScoreSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **scaled** | **Float** | Scaled score between 0 and 100 | [optional]
7
-
8
-
data/docs/SettingItem.md DELETED
@@ -1,12 +0,0 @@
1
- # RusticiSoftwareCloudV2::SettingItem
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **id** | **String** | | [optional]
7
- **effective_value** | **String** | The value of this setting that would be used if read at this level, including defaults, fallback, and values set at less specific levels. | [optional]
8
- **effective_value_source** | **String** | The source of this effective value, default, fallback, or the level the value was set at. | [optional]
9
- **explicit_value** | **String** | The value of this setting that is explicitly set at this level. If not present, the setting is not specified at this level. | [optional]
10
- **metadata** | [**SettingMetadata**](SettingMetadata.md) | | [optional]
11
-
12
-
@@ -1,8 +0,0 @@
1
- # RusticiSoftwareCloudV2::SettingListSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **setting_items** | [**Array<SettingItem>**](SettingItem.md) | |
7
-
8
-
@@ -1,15 +0,0 @@
1
- # RusticiSoftwareCloudV2::SettingMetadata
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **default** | **String** | Default value of this setting | [optional]
7
- **data_type** | **String** | The data type of this setting | [optional]
8
- **setting_description** | **String** | description of this setting | [optional]
9
- **level** | **String** | The level this setting will be applied at, which limits where it can be set. For example, WebPathToContentRoot is applied at the application level, so it's not valid to set it for a registration. | [optional]
10
- **learning_standards** | **Array<String>** | The list of learning standards this setting applies to. If not present, this setting is not limited to certain learning standards. | [optional]
11
- **learning_standard_variant** | **String** | Does this setting apply to only single-SCO packages, only multi-SCO, or either? | [optional] [default to 'either']
12
- **fallback** | **String** | A setting that will be used instead of this setting if no value is provided for this setting (This is similar to a default, except that the the value of another setting is being used instead of a fixed default value). | [optional]
13
- **valid_values** | [**Array<SettingValidValue>**](SettingValidValue.md) | For settings with a fixed list of valid values, the list of those values | [optional]
14
-
15
-
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::SettingMetadataValidValues
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **value** | **String** | | [optional]
7
- **value_description** | **String** | Description of what this valid value means, how it will be applied if used in a setting | [optional]
8
-
9
-
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::SettingValidValue
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **value** | **String** | | [optional]
7
- **value_description** | **String** | Description of what this valid value means, how it will be applied if used in a setting | [optional]
8
-
9
-
@@ -1,10 +0,0 @@
1
- # RusticiSoftwareCloudV2::SettingsIndividualSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **setting_id** | **String** | | [optional]
7
- **value** | **String** | | [optional]
8
- **explicit** | **BOOLEAN** | | [optional] [default to false]
9
-
10
-
@@ -1,8 +0,0 @@
1
- # RusticiSoftwareCloudV2::SettingsPostSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **settings** | [**Array<SettingsIndividualSchema>**](SettingsIndividualSchema.md) | | [optional]
7
-
8
-
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::SharedDataEntrySchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **id** | **String** | | [optional]
7
- **value** | **String** | | [optional]
8
-
9
-
@@ -1,13 +0,0 @@
1
- # RusticiSoftwareCloudV2::StaticPropertiesSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **completion_threshold** | **String** | | [optional]
7
- **launch_data** | **String** | | [optional]
8
- **max_time_allowed** | **String** | | [optional]
9
- **scaled_passing_score** | **Float** | | [optional]
10
- **scaled_passing_score_used** | **BOOLEAN** | | [optional]
11
- **time_limit_action** | **String** | | [optional]
12
-
13
-
@@ -1,8 +0,0 @@
1
- # RusticiSoftwareCloudV2::StringResultSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **result** | **String** | |
7
-
8
-
@@ -1,8 +0,0 @@
1
- # RusticiSoftwareCloudV2::TagListSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **tags** | **Array<String>** | | [optional]
7
-
8
-
@@ -1,7 +0,0 @@
1
- # RusticiSoftwareCloudV2::TagPostSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
-
7
-
data/docs/TitleSchema.md DELETED
@@ -1,8 +0,0 @@
1
- # RusticiSoftwareCloudV2::TitleSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **title** | **String** | | [optional]
7
-
8
-
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::TokenRequestSchema
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **permissions** | [**PermissionsSchema**](PermissionsSchema.md) | |
7
- **expiry** | **DateTime** | Expiration of the token. This should not be set far in the future, as there is no way to invalidate an individual token. |
8
-
9
-
data/docs/XapiAccount.md DELETED
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiAccount
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **home_page** | **String** | |
7
- **name** | **String** | |
8
-
9
-
data/docs/XapiActivity.md DELETED
@@ -1,10 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiActivity
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **object_type** | **String** | | [optional] [default to 'Activity']
7
- **id** | **String** | |
8
- **definition** | [**XapiActivityDefinition**](XapiActivityDefinition.md) | | [optional]
9
-
10
-
@@ -1,19 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiActivityDefinition
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **name** | **Hash<String, String>** | | [optional]
7
- **description** | **Hash<String, String>** | | [optional]
8
- **type** | **String** | | [optional]
9
- **more_info** | **String** | | [optional]
10
- **interaction_type** | **String** | | [optional]
11
- **correct_responses_pattern** | **Array<String>** | | [optional]
12
- **choices** | [**Array<XapiInteractionComponent>**](XapiInteractionComponent.md) | | [optional]
13
- **scale** | [**Array<XapiInteractionComponent>**](XapiInteractionComponent.md) | | [optional]
14
- **source** | [**Array<XapiInteractionComponent>**](XapiInteractionComponent.md) | | [optional]
15
- **target** | [**Array<XapiInteractionComponent>**](XapiInteractionComponent.md) | | [optional]
16
- **steps** | [**Array<XapiInteractionComponent>**](XapiInteractionComponent.md) | | [optional]
17
- **extensions** | **Hash<String, Object>** | | [optional]
18
-
19
-
@@ -1,14 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiAgentGroup
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **object_type** | **String** | |
7
- **name** | **String** | | [optional]
8
- **mbox** | **String** | | [optional]
9
- **mbox_sha1sum** | **String** | | [optional]
10
- **openid** | **String** | | [optional]
11
- **account** | [**XapiAccount**](XapiAccount.md) | | [optional]
12
- **member** | [**Array<XapiAgentGroup>**](XapiAgentGroup.md) | | [optional]
13
-
14
-
@@ -1,14 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiAttachment
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **usage_type** | **String** | |
7
- **display** | **Hash<String, String>** | |
8
- **description** | **Hash<String, String>** | | [optional]
9
- **content_type** | **String** | |
10
- **length** | **Integer** | |
11
- **sha2** | **String** | |
12
- **file_url** | **String** | | [optional]
13
-
14
-
data/docs/XapiContext.md DELETED
@@ -1,16 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiContext
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **registration** | **String** | | [optional]
7
- **instructor** | [**XapiAgentGroup**](XapiAgentGroup.md) | | [optional]
8
- **team** | [**XapiAgentGroup**](XapiAgentGroup.md) | | [optional]
9
- **context_activities** | [**XapiContextActivity**](XapiContextActivity.md) | | [optional]
10
- **revision** | **String** | | [optional]
11
- **platform** | **String** | | [optional]
12
- **language** | **String** | | [optional]
13
- **statement** | [**XapiStatementReference**](XapiStatementReference.md) | | [optional]
14
- **extensions** | **Hash<String, Object>** | | [optional]
15
-
16
-
@@ -1,11 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiContextActivity
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **parent** | [**Array<XapiActivity>**](XapiActivity.md) | | [optional]
7
- **grouping** | [**Array<XapiActivity>**](XapiActivity.md) | | [optional]
8
- **category** | [**Array<XapiActivity>**](XapiActivity.md) | | [optional]
9
- **other** | [**Array<XapiActivity>**](XapiActivity.md) | | [optional]
10
-
11
-
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiInteractionComponent
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **id** | **String** | |
7
- **description** | **Hash<String, String>** | | [optional]
8
-
9
-
data/docs/XapiResult.md DELETED
@@ -1,13 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiResult
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **score** | [**XapiScore**](XapiScore.md) | | [optional]
7
- **success** | **BOOLEAN** | | [optional]
8
- **completion** | **BOOLEAN** | | [optional]
9
- **response** | **String** | | [optional]
10
- **duration** | **String** | | [optional]
11
- **extensions** | **Hash<String, Object>** | | [optional]
12
-
13
-
data/docs/XapiScore.md DELETED
@@ -1,11 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiScore
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **scaled** | **Float** | | [optional]
7
- **raw** | **Float** | | [optional]
8
- **min** | **Float** | | [optional]
9
- **max** | **Float** | | [optional]
10
-
11
-
@@ -1,20 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiStatement
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **id** | **String** | | [optional]
7
- **actor** | [**XapiAgentGroup**](XapiAgentGroup.md) | | [optional]
8
- **verb** | [**XapiVerb**](XapiVerb.md) | | [optional]
9
- **object_activity** | [**XapiActivity**](XapiActivity.md) | | [optional]
10
- **object_agent_group** | [**XapiAgentGroup**](XapiAgentGroup.md) | | [optional]
11
- **object_statement_reference** | [**XapiStatementReference**](XapiStatementReference.md) | | [optional]
12
- **object_sub_statement** | [**XapiStatement**](XapiStatement.md) | | [optional]
13
- **result** | [**XapiResult**](XapiResult.md) | | [optional]
14
- **context** | [**XapiContext**](XapiContext.md) | | [optional]
15
- **timestamp** | **DateTime** | | [optional]
16
- **stored** | **DateTime** | | [optional]
17
- **authority** | [**XapiAgentGroup**](XapiAgentGroup.md) | | [optional]
18
- **attachments** | [**Array<XapiAttachment>**](XapiAttachment.md) | | [optional]
19
-
20
-
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiStatementReference
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **object_type** | **String** | | [default to 'StatementRef']
7
- **id** | **String** | |
8
-
9
-
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiStatementResult
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **statements** | [**Array<XapiStatement>**](XapiStatement.md) | |
7
- **more** | **String** | | [optional]
8
-
9
-
data/docs/XapiVerb.md DELETED
@@ -1,9 +0,0 @@
1
- # RusticiSoftwareCloudV2::XapiVerb
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **id** | **String** | |
7
- **display** | **Hash<String, String>** | | [optional]
8
-
9
-
data/git_push.sh DELETED
@@ -1,55 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # Generated by: https://github.com/swagger-api/swagger-codegen.git
4
- #
5
- # ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
6
- #
7
- # Usage example: /bin/sh ./git_push.sh wing328 swagger-petstore-perl "minor update"
8
-
9
- git_user_id=$1
10
- git_repo_id=$2
11
- release_note=$3
12
-
13
- if [ "$git_user_id" = "" ]; then
14
- git_user_id="GIT_USER_ID"
15
- echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
16
- fi
17
-
18
- if [ "$git_repo_id" = "" ]; then
19
- git_repo_id="GIT_REPO_ID"
20
- echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
21
- fi
22
-
23
- if [ "$release_note" = "" ]; then
24
- release_note="Minor update"
25
- echo "[INFO] No command line input provided. Set \$release_note to $release_note"
26
- fi
27
-
28
- # Initialize the local directory as a Git repository
29
- git init
30
-
31
- # Adds the files in the local repository and stages them for commit.
32
- git add .
33
-
34
- # Commits the tracked changes and prepares them to be pushed to a remote repository.
35
- git commit -m "$release_note"
36
-
37
- # Sets the new remote
38
- git_remote=`git remote`
39
- if [ "$git_remote" = "" ]; then # git remote not defined
40
-
41
- if [ "$GIT_TOKEN" = "" ]; then
42
- echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
43
- git remote add origin https://github.com/${git_user_id}/${git_repo_id}.git
44
- else
45
- git remote add origin https://${git_user_id}:${GIT_TOKEN}@github.com/${git_user_id}/${git_repo_id}.git
46
- fi
47
-
48
- fi
49
-
50
- git pull origin master
51
-
52
- # Pushes (Forces) the changes in the local repository up to the remote repository
53
- echo "Git pushing to https://github.com/${git_user_id}/${git_repo_id}.git"
54
- git push origin master 2>&1 | grep -v 'To https'
55
-