rustici_software_cloud_v2 1.0.0beta → 2.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.
- checksums.yaml +7 -0
- data/Gemfile +1 -1
- data/README.md +354 -243
- data/lib/rustici_software_cloud_v2/api/about_api.rb +71 -0
- data/lib/rustici_software_cloud_v2/api/application_management_api.rb +253 -63
- data/lib/rustici_software_cloud_v2/api/authentication_api.rb +11 -17
- data/lib/rustici_software_cloud_v2/api/course_api.rb +910 -160
- data/lib/rustici_software_cloud_v2/api/dispatch_api.rb +2236 -0
- data/lib/rustici_software_cloud_v2/api/invitations_api.rb +1025 -0
- data/lib/rustici_software_cloud_v2/api/learner_api.rb +367 -0
- data/lib/rustici_software_cloud_v2/api/ping_api.rb +6 -4
- data/lib/rustici_software_cloud_v2/api/registration_api.rb +448 -295
- data/lib/rustici_software_cloud_v2/api/reporting_api.rb +191 -0
- data/lib/rustici_software_cloud_v2/api/xapi_api.rb +581 -0
- data/lib/rustici_software_cloud_v2/api/zoomi_api.rb +528 -0
- data/lib/rustici_software_cloud_v2/api_client.rb +5 -5
- data/lib/rustici_software_cloud_v2/api_error.rb +2 -2
- data/lib/rustici_software_cloud_v2/configuration.rb +11 -20
- data/lib/rustici_software_cloud_v2/models/about_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/activity_result_schema.rb +10 -38
- data/lib/rustici_software_cloud_v2/models/application_info_schema.rb +234 -0
- data/lib/rustici_software_cloud_v2/models/application_list_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/{link_schema.rb → application_request_schema.rb} +14 -16
- data/lib/rustici_software_cloud_v2/models/application_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/application_token.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/asset_file_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/{course_tags_batch_schema.rb → batch_tags_schema.rb} +21 -17
- data/lib/rustici_software_cloud_v2/models/comment_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/completion_amount_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/course_activity_schema.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/course_list_non_paged_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/course_list_schema.rb +6 -3
- data/lib/rustici_software_cloud_v2/models/course_reference_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/course_schema.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/{registration_tags_batch_schema.rb → create_dispatch_id_schema.rb} +25 -25
- data/lib/rustici_software_cloud_v2/models/create_dispatch_list_schema.rb +187 -0
- data/lib/rustici_software_cloud_v2/models/create_dispatch_schema.rb +306 -0
- data/lib/rustici_software_cloud_v2/models/create_private_invitation_schema.rb +252 -0
- data/lib/rustici_software_cloud_v2/models/create_public_invitation_schema.rb +250 -0
- data/lib/rustici_software_cloud_v2/models/create_registration_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/credential_created_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/credential_list_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/credential_request_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/credential_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/destination_id_schema.rb +195 -0
- data/lib/rustici_software_cloud_v2/models/destination_list_schema.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/destination_schema.rb +227 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_id_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_list_schema.rb +197 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_lti_info_schema.rb +221 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_registration_count_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_schema.rb +326 -0
- data/lib/rustici_software_cloud_v2/models/{tag_post_schema.rb → enabled_schema.rb} +17 -6
- data/lib/rustici_software_cloud_v2/models/file_list_item_schema.rb +205 -0
- data/lib/rustici_software_cloud_v2/models/file_list_schema.rb +187 -0
- data/lib/rustici_software_cloud_v2/models/import_asset_request_schema.rb +207 -0
- data/lib/rustici_software_cloud_v2/models/import_fetch_request_schema.rb +31 -8
- data/lib/rustici_software_cloud_v2/models/import_job_result_schema.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/import_media_file_reference_request_schema.rb +216 -0
- data/lib/rustici_software_cloud_v2/models/import_request_schema.rb +195 -0
- data/lib/rustici_software_cloud_v2/models/import_result_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/integer_result_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/invitation_email_schema.rb +214 -0
- data/lib/rustici_software_cloud_v2/models/invitation_job_status_schema.rb +226 -0
- data/lib/rustici_software_cloud_v2/models/invitation_summary_list.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/invitation_summary_schema.rb +225 -0
- data/lib/rustici_software_cloud_v2/models/item_value_pair_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/launch_auth_options_schema.rb +212 -0
- data/lib/rustici_software_cloud_v2/models/launch_auth_schema.rb +204 -0
- data/lib/rustici_software_cloud_v2/models/launch_history_list_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/launch_history_schema.rb +10 -38
- data/lib/rustici_software_cloud_v2/models/launch_link_request_schema.rb +25 -9
- data/lib/rustici_software_cloud_v2/models/launch_link_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/learner_preference_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/learner_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/media_file_metadata_schema.rb +213 -0
- data/lib/rustici_software_cloud_v2/models/message_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/metadata_schema.rb +12 -10
- data/lib/rustici_software_cloud_v2/models/objective_schema.rb +13 -45
- data/lib/rustici_software_cloud_v2/models/permissions_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/ping_schema.rb +21 -15
- data/lib/rustici_software_cloud_v2/models/post_back_schema.rb +24 -42
- data/lib/rustici_software_cloud_v2/models/private_invitation_list.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/private_invitation_schema.rb +264 -0
- data/lib/rustici_software_cloud_v2/models/private_invitation_update_schema.rb +215 -0
- data/lib/rustici_software_cloud_v2/models/public_invitation_list.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/public_invitation_schema.rb +287 -0
- data/lib/rustici_software_cloud_v2/models/public_invitation_update_schema.rb +228 -0
- data/lib/rustici_software_cloud_v2/models/registration_completion.rb +2 -2
- data/lib/rustici_software_cloud_v2/models/registration_list_schema.rb +6 -3
- data/lib/rustici_software_cloud_v2/models/registration_schema.rb +17 -4
- data/lib/rustici_software_cloud_v2/models/registration_success.rb +2 -2
- data/lib/rustici_software_cloud_v2/models/reportage_account_info_schema.rb +257 -0
- data/lib/rustici_software_cloud_v2/models/reportage_account_info_usage_schema.rb +212 -0
- data/lib/rustici_software_cloud_v2/models/reportage_auth_token_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/reportage_link_schema.rb +185 -0
- data/lib/rustici_software_cloud_v2/models/response_error.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/runtime_interaction_schema.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/runtime_objective_schema.rb +10 -38
- data/lib/rustici_software_cloud_v2/models/runtime_schema.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/score_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/setting_item.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/setting_list_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/setting_metadata.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/setting_valid_value.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/settings_individual_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/settings_post_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/shared_data_entry_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/static_properties_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/string_result_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/tag_list_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/title_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/token_request_schema.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/update_application_schema.rb +196 -0
- data/lib/rustici_software_cloud_v2/models/update_dispatch_schema.rb +266 -0
- data/lib/rustici_software_cloud_v2/models/user_invitation_list.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/user_invitation_schema.rb +234 -0
- data/lib/rustici_software_cloud_v2/models/user_invitation_schema_registration_report.rb +213 -0
- data/lib/rustici_software_cloud_v2/models/xapi_account.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_activity.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_activity_definition.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_agent_group.rb +7 -31
- data/lib/rustici_software_cloud_v2/models/xapi_attachment.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_context.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_context_activity.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_credential_auth_type_schema.rb +193 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_permissions_level_schema.rb +193 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_post_schema.rb +255 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_put_schema.rb +239 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_schema.rb +264 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credentials_list_schema.rb +202 -0
- data/lib/rustici_software_cloud_v2/models/xapi_endpoint_schema.rb +203 -0
- data/lib/rustici_software_cloud_v2/models/xapi_interaction_component.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_result.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_score.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_statement.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_list_schema.rb +192 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_post_schema.rb +199 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_put_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_schema.rb +239 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_reference.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_statement_result.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/xapi_verb.rb +5 -3
- data/lib/rustici_software_cloud_v2/models/zoomi_company_id.rb +185 -0
- data/lib/rustici_software_cloud_v2/models/zoomi_course_options_schema.rb +204 -0
- data/lib/rustici_software_cloud_v2/version.rb +3 -3
- data/lib/rustici_software_cloud_v2.rb +68 -6
- data/rustici_software_cloud_v2.gemspec +8 -7
- data/spec/api_client_spec.rb +53 -47
- data/spec/configuration_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -13
- metadata +142 -270
- data/docs/ActivityResultSchema.md +0 -20
- data/docs/ApplicationListSchema.md +0 -8
- data/docs/ApplicationManagementApi.md +0 -570
- data/docs/ApplicationSchema.md +0 -9
- data/docs/ApplicationToken.md +0 -10
- data/docs/AuthenticationApi.md +0 -64
- data/docs/CommentSchema.md +0 -10
- data/docs/CompletionAmountSchema.md +0 -8
- data/docs/CourseActivitySchema.md +0 -15
- data/docs/CourseApi.md +0 -1459
- data/docs/CourseListNonPagedSchema.md +0 -8
- data/docs/CourseListSchema.md +0 -9
- data/docs/CourseReferenceSchema.md +0 -10
- data/docs/CourseSchema.md +0 -20
- data/docs/CourseTagsBatchSchema.md +0 -9
- data/docs/CreateRegistrationSchema.md +0 -17
- data/docs/CredentialCreatedSchema.md +0 -12
- data/docs/CredentialListSchema.md +0 -8
- data/docs/CredentialRequestSchema.md +0 -9
- data/docs/CredentialSchema.md +0 -12
- data/docs/ImportFetchRequestSchema.md +0 -8
- data/docs/ImportJobResultSchema.md +0 -11
- data/docs/ImportResultSchema.md +0 -11
- data/docs/IntegerResultSchema.md +0 -8
- data/docs/ItemValuePairSchema.md +0 -9
- data/docs/LaunchHistoryListSchema.md +0 -8
- data/docs/LaunchHistorySchema.md +0 -17
- data/docs/LaunchLinkRequestSchema.md +0 -17
- data/docs/LaunchLinkSchema.md +0 -8
- data/docs/LearnerPreferenceSchema.md +0 -11
- data/docs/LearnerSchema.md +0 -11
- data/docs/LinkSchema.md +0 -8
- data/docs/MessageSchema.md +0 -8
- data/docs/MetadataSchema.md +0 -14
- data/docs/ObjectiveSchema.md +0 -20
- data/docs/PermissionsSchema.md +0 -9
- data/docs/PingApi.md +0 -57
- data/docs/PingSchema.md +0 -8
- data/docs/PostBackSchema.md +0 -12
- data/docs/RegistrationApi.md +0 -1490
- data/docs/RegistrationCompletion.md +0 -7
- data/docs/RegistrationListSchema.md +0 -9
- data/docs/RegistrationSchema.md +0 -27
- data/docs/RegistrationSuccess.md +0 -7
- data/docs/RegistrationTagsBatchSchema.md +0 -9
- data/docs/ResponseError.md +0 -8
- data/docs/RuntimeInteractionSchema.md +0 -18
- data/docs/RuntimeObjectiveSchema.md +0 -16
- data/docs/RuntimeSchema.md +0 -27
- data/docs/ScoreSchema.md +0 -8
- data/docs/SettingItem.md +0 -12
- data/docs/SettingListSchema.md +0 -8
- data/docs/SettingMetadata.md +0 -15
- data/docs/SettingMetadataValidValues.md +0 -9
- data/docs/SettingValidValue.md +0 -9
- data/docs/SettingsIndividualSchema.md +0 -10
- data/docs/SettingsPostSchema.md +0 -8
- data/docs/SharedDataEntrySchema.md +0 -9
- data/docs/StaticPropertiesSchema.md +0 -13
- data/docs/StringResultSchema.md +0 -8
- data/docs/TagListSchema.md +0 -8
- data/docs/TagPostSchema.md +0 -7
- data/docs/TitleSchema.md +0 -8
- data/docs/TokenRequestSchema.md +0 -9
- data/docs/XapiAccount.md +0 -9
- data/docs/XapiActivity.md +0 -10
- data/docs/XapiActivityDefinition.md +0 -19
- data/docs/XapiAgentGroup.md +0 -14
- data/docs/XapiAttachment.md +0 -14
- data/docs/XapiContext.md +0 -16
- data/docs/XapiContextActivity.md +0 -11
- data/docs/XapiInteractionComponent.md +0 -9
- data/docs/XapiResult.md +0 -13
- data/docs/XapiScore.md +0 -11
- data/docs/XapiStatement.md +0 -20
- data/docs/XapiStatementReference.md +0 -9
- data/docs/XapiStatementResult.md +0 -9
- data/docs/XapiVerb.md +0 -9
- data/git_push.sh +0 -55
- data/lib/rustici_software_cloud_v2/models/setting_metadata_valid_values.rb +0 -209
- data/spec/models/activity_result_schema_spec.rb +0 -133
- data/spec/models/application_list_schema_spec.rb +0 -53
- data/spec/models/application_schema_spec.rb +0 -59
- data/spec/models/application_token_spec.rb +0 -65
- data/spec/models/comment_schema_spec.rb +0 -65
- data/spec/models/completion_amount_schema_spec.rb +0 -53
- data/spec/models/course_activity_schema_spec.rb +0 -99
- data/spec/models/course_list_non_paged_schema_spec.rb +0 -53
- data/spec/models/course_list_schema_spec.rb +0 -59
- data/spec/models/course_reference_schema_spec.rb +0 -65
- data/spec/models/course_schema_spec.rb +0 -129
- data/spec/models/create_registration_schema_spec.rb +0 -107
- data/spec/models/credential_created_schema_spec.rb +0 -77
- data/spec/models/credential_list_schema_spec.rb +0 -53
- data/spec/models/credential_request_schema_spec.rb +0 -59
- data/spec/models/credential_schema_spec.rb +0 -77
- data/spec/models/import_fetch_request_schema_spec.rb +0 -53
- data/spec/models/import_job_result_schema_spec.rb +0 -75
- data/spec/models/import_result_schema_spec.rb +0 -71
- data/spec/models/integer_result_schema_spec.rb +0 -53
- data/spec/models/item_value_pair_schema_spec.rb +0 -59
- data/spec/models/launch_history_list_schema_spec.rb +0 -53
- data/spec/models/launch_history_schema_spec.rb +0 -115
- data/spec/models/launch_link_request_schema_spec.rb +0 -107
- data/spec/models/launch_link_schema_spec.rb +0 -53
- data/spec/models/learner_preference_schema_spec.rb +0 -71
- data/spec/models/learner_schema_spec.rb +0 -71
- data/spec/models/link_schema_spec.rb +0 -53
- data/spec/models/message_schema_spec.rb +0 -53
- data/spec/models/metadata_schema_spec.rb +0 -89
- data/spec/models/objective_schema_spec.rb +0 -137
- data/spec/models/permissions_schema_spec.rb +0 -59
- data/spec/models/ping_schema_spec.rb +0 -53
- data/spec/models/post_back_schema_spec.rb +0 -85
- data/spec/models/registration_completion_spec.rb +0 -47
- data/spec/models/registration_list_schema_spec.rb +0 -59
- data/spec/models/registration_schema_spec.rb +0 -167
- data/spec/models/registration_success_spec.rb +0 -47
- data/spec/models/response_error_spec.rb +0 -53
- data/spec/models/runtime_interaction_schema_spec.rb +0 -117
- data/spec/models/runtime_objective_schema_spec.rb +0 -109
- data/spec/models/runtime_schema_spec.rb +0 -171
- data/spec/models/score_schema_spec.rb +0 -53
- data/spec/models/setting_item_spec.rb +0 -81
- data/spec/models/setting_list_schema_spec.rb +0 -53
- data/spec/models/setting_metadata_spec.rb +0 -99
- data/spec/models/setting_metadata_valid_values_spec.rb +0 -59
- data/spec/models/settings_individual_schema_spec.rb +0 -65
- data/spec/models/settings_post_schema_spec.rb +0 -53
- data/spec/models/shared_data_entry_schema_spec.rb +0 -59
- data/spec/models/static_properties_schema_spec.rb +0 -83
- data/spec/models/string_result_schema_spec.rb +0 -53
- data/spec/models/title_schema_spec.rb +0 -53
- data/spec/models/token_request_schema_spec.rb +0 -59
- data/swagger-codegen.config +0 -11
metadata
CHANGED
|
@@ -1,217 +1,218 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rustici_software_cloud_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
5
|
-
prerelease: 5
|
|
4
|
+
version: 2.0.0
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
|
-
-
|
|
7
|
+
- Rustici Software
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: typhoeus
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: '1.0'
|
|
22
|
-
- -
|
|
20
|
+
- - ">="
|
|
23
21
|
- !ruby/object:Gem::Version
|
|
24
22
|
version: 1.0.1
|
|
25
23
|
type: :runtime
|
|
26
24
|
prerelease: false
|
|
27
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
28
|
-
none: false
|
|
29
26
|
requirements:
|
|
30
|
-
- - ~>
|
|
27
|
+
- - "~>"
|
|
31
28
|
- !ruby/object:Gem::Version
|
|
32
29
|
version: '1.0'
|
|
33
|
-
- -
|
|
30
|
+
- - ">="
|
|
34
31
|
- !ruby/object:Gem::Version
|
|
35
32
|
version: 1.0.1
|
|
36
33
|
- !ruby/object:Gem::Dependency
|
|
37
34
|
name: json
|
|
38
35
|
requirement: !ruby/object:Gem::Requirement
|
|
39
|
-
none: false
|
|
40
36
|
requirements:
|
|
41
|
-
- -
|
|
37
|
+
- - ">="
|
|
42
38
|
- !ruby/object:Gem::Version
|
|
43
|
-
version:
|
|
44
|
-
- -
|
|
39
|
+
version: 2.3.0
|
|
40
|
+
- - "~>"
|
|
45
41
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 2.
|
|
42
|
+
version: '2.3'
|
|
47
43
|
type: :runtime
|
|
48
44
|
prerelease: false
|
|
49
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
-
none: false
|
|
51
46
|
requirements:
|
|
52
|
-
- -
|
|
47
|
+
- - ">="
|
|
53
48
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
55
|
-
- -
|
|
49
|
+
version: 2.3.0
|
|
50
|
+
- - "~>"
|
|
56
51
|
- !ruby/object:Gem::Version
|
|
57
|
-
version: 2.
|
|
52
|
+
version: '2.3'
|
|
58
53
|
- !ruby/object:Gem::Dependency
|
|
59
|
-
name:
|
|
54
|
+
name: addressable
|
|
60
55
|
requirement: !ruby/object:Gem::Requirement
|
|
61
|
-
none: false
|
|
62
56
|
requirements:
|
|
63
|
-
- -
|
|
57
|
+
- - ">="
|
|
64
58
|
- !ruby/object:Gem::Version
|
|
65
|
-
version:
|
|
66
|
-
- -
|
|
59
|
+
version: 2.3.0
|
|
60
|
+
- - "~>"
|
|
67
61
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 3
|
|
69
|
-
type: :
|
|
62
|
+
version: '2.3'
|
|
63
|
+
type: :runtime
|
|
70
64
|
prerelease: false
|
|
71
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
72
|
-
none: false
|
|
73
66
|
requirements:
|
|
74
|
-
- -
|
|
67
|
+
- - ">="
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
version: 2.3.0
|
|
70
|
+
- - "~>"
|
|
71
|
+
- !ruby/object:Gem::Version
|
|
72
|
+
version: '2.3'
|
|
73
|
+
- !ruby/object:Gem::Dependency
|
|
74
|
+
name: rspec
|
|
75
|
+
requirement: !ruby/object:Gem::Requirement
|
|
76
|
+
requirements:
|
|
77
|
+
- - ">="
|
|
78
|
+
- !ruby/object:Gem::Version
|
|
79
|
+
version: 3.6.0
|
|
80
|
+
- - "~>"
|
|
75
81
|
- !ruby/object:Gem::Version
|
|
76
82
|
version: '3.6'
|
|
77
|
-
|
|
83
|
+
type: :development
|
|
84
|
+
prerelease: false
|
|
85
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ">="
|
|
78
88
|
- !ruby/object:Gem::Version
|
|
79
89
|
version: 3.6.0
|
|
90
|
+
- - "~>"
|
|
91
|
+
- !ruby/object:Gem::Version
|
|
92
|
+
version: '3.6'
|
|
80
93
|
- !ruby/object:Gem::Dependency
|
|
81
94
|
name: vcr
|
|
82
95
|
requirement: !ruby/object:Gem::Requirement
|
|
83
|
-
none: false
|
|
84
96
|
requirements:
|
|
85
|
-
- - ~>
|
|
97
|
+
- - "~>"
|
|
86
98
|
- !ruby/object:Gem::Version
|
|
87
99
|
version: '3.0'
|
|
88
|
-
- -
|
|
100
|
+
- - ">="
|
|
89
101
|
- !ruby/object:Gem::Version
|
|
90
102
|
version: 3.0.1
|
|
91
103
|
type: :development
|
|
92
104
|
prerelease: false
|
|
93
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
94
|
-
none: false
|
|
95
106
|
requirements:
|
|
96
|
-
- - ~>
|
|
107
|
+
- - "~>"
|
|
97
108
|
- !ruby/object:Gem::Version
|
|
98
109
|
version: '3.0'
|
|
99
|
-
- -
|
|
110
|
+
- - ">="
|
|
100
111
|
- !ruby/object:Gem::Version
|
|
101
112
|
version: 3.0.1
|
|
102
113
|
- !ruby/object:Gem::Dependency
|
|
103
114
|
name: webmock
|
|
104
115
|
requirement: !ruby/object:Gem::Requirement
|
|
105
|
-
none: false
|
|
106
116
|
requirements:
|
|
107
|
-
- - ~>
|
|
117
|
+
- - "~>"
|
|
108
118
|
- !ruby/object:Gem::Version
|
|
109
119
|
version: '1.24'
|
|
110
|
-
- -
|
|
120
|
+
- - ">="
|
|
111
121
|
- !ruby/object:Gem::Version
|
|
112
122
|
version: 1.24.3
|
|
113
123
|
type: :development
|
|
114
124
|
prerelease: false
|
|
115
125
|
version_requirements: !ruby/object:Gem::Requirement
|
|
116
|
-
none: false
|
|
117
126
|
requirements:
|
|
118
|
-
- - ~>
|
|
127
|
+
- - "~>"
|
|
119
128
|
- !ruby/object:Gem::Version
|
|
120
129
|
version: '1.24'
|
|
121
|
-
- -
|
|
130
|
+
- - ">="
|
|
122
131
|
- !ruby/object:Gem::Version
|
|
123
132
|
version: 1.24.3
|
|
124
133
|
- !ruby/object:Gem::Dependency
|
|
125
134
|
name: autotest
|
|
126
135
|
requirement: !ruby/object:Gem::Requirement
|
|
127
|
-
none: false
|
|
128
136
|
requirements:
|
|
129
|
-
- - ~>
|
|
137
|
+
- - "~>"
|
|
130
138
|
- !ruby/object:Gem::Version
|
|
131
139
|
version: '4.4'
|
|
132
|
-
- -
|
|
140
|
+
- - ">="
|
|
133
141
|
- !ruby/object:Gem::Version
|
|
134
142
|
version: 4.4.6
|
|
135
143
|
type: :development
|
|
136
144
|
prerelease: false
|
|
137
145
|
version_requirements: !ruby/object:Gem::Requirement
|
|
138
|
-
none: false
|
|
139
146
|
requirements:
|
|
140
|
-
- - ~>
|
|
147
|
+
- - "~>"
|
|
141
148
|
- !ruby/object:Gem::Version
|
|
142
149
|
version: '4.4'
|
|
143
|
-
- -
|
|
150
|
+
- - ">="
|
|
144
151
|
- !ruby/object:Gem::Version
|
|
145
152
|
version: 4.4.6
|
|
146
153
|
- !ruby/object:Gem::Dependency
|
|
147
154
|
name: autotest-rails-pure
|
|
148
155
|
requirement: !ruby/object:Gem::Requirement
|
|
149
|
-
none: false
|
|
150
156
|
requirements:
|
|
151
|
-
- - ~>
|
|
157
|
+
- - "~>"
|
|
152
158
|
- !ruby/object:Gem::Version
|
|
153
159
|
version: '4.1'
|
|
154
|
-
- -
|
|
160
|
+
- - ">="
|
|
155
161
|
- !ruby/object:Gem::Version
|
|
156
162
|
version: 4.1.2
|
|
157
163
|
type: :development
|
|
158
164
|
prerelease: false
|
|
159
165
|
version_requirements: !ruby/object:Gem::Requirement
|
|
160
|
-
none: false
|
|
161
166
|
requirements:
|
|
162
|
-
- - ~>
|
|
167
|
+
- - "~>"
|
|
163
168
|
- !ruby/object:Gem::Version
|
|
164
169
|
version: '4.1'
|
|
165
|
-
- -
|
|
170
|
+
- - ">="
|
|
166
171
|
- !ruby/object:Gem::Version
|
|
167
172
|
version: 4.1.2
|
|
168
173
|
- !ruby/object:Gem::Dependency
|
|
169
174
|
name: autotest-growl
|
|
170
175
|
requirement: !ruby/object:Gem::Requirement
|
|
171
|
-
none: false
|
|
172
176
|
requirements:
|
|
173
|
-
- - ~>
|
|
177
|
+
- - "~>"
|
|
174
178
|
- !ruby/object:Gem::Version
|
|
175
179
|
version: '0.2'
|
|
176
|
-
- -
|
|
180
|
+
- - ">="
|
|
177
181
|
- !ruby/object:Gem::Version
|
|
178
182
|
version: 0.2.16
|
|
179
183
|
type: :development
|
|
180
184
|
prerelease: false
|
|
181
185
|
version_requirements: !ruby/object:Gem::Requirement
|
|
182
|
-
none: false
|
|
183
186
|
requirements:
|
|
184
|
-
- - ~>
|
|
187
|
+
- - "~>"
|
|
185
188
|
- !ruby/object:Gem::Version
|
|
186
189
|
version: '0.2'
|
|
187
|
-
- -
|
|
190
|
+
- - ">="
|
|
188
191
|
- !ruby/object:Gem::Version
|
|
189
192
|
version: 0.2.16
|
|
190
193
|
- !ruby/object:Gem::Dependency
|
|
191
194
|
name: autotest-fsevent
|
|
192
195
|
requirement: !ruby/object:Gem::Requirement
|
|
193
|
-
none: false
|
|
194
196
|
requirements:
|
|
195
|
-
- - ~>
|
|
197
|
+
- - "~>"
|
|
196
198
|
- !ruby/object:Gem::Version
|
|
197
199
|
version: '0.2'
|
|
198
|
-
- -
|
|
200
|
+
- - ">="
|
|
199
201
|
- !ruby/object:Gem::Version
|
|
200
202
|
version: 0.2.12
|
|
201
203
|
type: :development
|
|
202
204
|
prerelease: false
|
|
203
205
|
version_requirements: !ruby/object:Gem::Requirement
|
|
204
|
-
none: false
|
|
205
206
|
requirements:
|
|
206
|
-
- - ~>
|
|
207
|
+
- - "~>"
|
|
207
208
|
- !ruby/object:Gem::Version
|
|
208
209
|
version: '0.2'
|
|
209
|
-
- -
|
|
210
|
+
- - ">="
|
|
210
211
|
- !ruby/object:Gem::Version
|
|
211
212
|
version: 0.2.12
|
|
212
213
|
description: SCORM Cloud API V2 Client
|
|
213
214
|
email:
|
|
214
|
-
-
|
|
215
|
+
- systems@rusticisoftware.com
|
|
215
216
|
executables: []
|
|
216
217
|
extensions: []
|
|
217
218
|
extra_rdoc_files: []
|
|
@@ -220,98 +221,31 @@ files:
|
|
|
220
221
|
- LICENSE
|
|
221
222
|
- README.md
|
|
222
223
|
- Rakefile
|
|
223
|
-
- docs/ActivityResultSchema.md
|
|
224
|
-
- docs/ApplicationListSchema.md
|
|
225
|
-
- docs/ApplicationManagementApi.md
|
|
226
|
-
- docs/ApplicationSchema.md
|
|
227
|
-
- docs/ApplicationToken.md
|
|
228
|
-
- docs/AuthenticationApi.md
|
|
229
|
-
- docs/CommentSchema.md
|
|
230
|
-
- docs/CompletionAmountSchema.md
|
|
231
|
-
- docs/CourseActivitySchema.md
|
|
232
|
-
- docs/CourseApi.md
|
|
233
|
-
- docs/CourseListNonPagedSchema.md
|
|
234
|
-
- docs/CourseListSchema.md
|
|
235
|
-
- docs/CourseReferenceSchema.md
|
|
236
|
-
- docs/CourseSchema.md
|
|
237
|
-
- docs/CourseTagsBatchSchema.md
|
|
238
|
-
- docs/CreateRegistrationSchema.md
|
|
239
|
-
- docs/CredentialCreatedSchema.md
|
|
240
|
-
- docs/CredentialListSchema.md
|
|
241
|
-
- docs/CredentialRequestSchema.md
|
|
242
|
-
- docs/CredentialSchema.md
|
|
243
|
-
- docs/ImportFetchRequestSchema.md
|
|
244
|
-
- docs/ImportJobResultSchema.md
|
|
245
|
-
- docs/ImportResultSchema.md
|
|
246
|
-
- docs/IntegerResultSchema.md
|
|
247
|
-
- docs/ItemValuePairSchema.md
|
|
248
|
-
- docs/LaunchHistoryListSchema.md
|
|
249
|
-
- docs/LaunchHistorySchema.md
|
|
250
|
-
- docs/LaunchLinkRequestSchema.md
|
|
251
|
-
- docs/LaunchLinkSchema.md
|
|
252
|
-
- docs/LearnerPreferenceSchema.md
|
|
253
|
-
- docs/LearnerSchema.md
|
|
254
|
-
- docs/LinkSchema.md
|
|
255
|
-
- docs/MessageSchema.md
|
|
256
|
-
- docs/MetadataSchema.md
|
|
257
|
-
- docs/ObjectiveSchema.md
|
|
258
|
-
- docs/PermissionsSchema.md
|
|
259
|
-
- docs/PingApi.md
|
|
260
|
-
- docs/PingSchema.md
|
|
261
|
-
- docs/PostBackSchema.md
|
|
262
|
-
- docs/RegistrationApi.md
|
|
263
|
-
- docs/RegistrationCompletion.md
|
|
264
|
-
- docs/RegistrationListSchema.md
|
|
265
|
-
- docs/RegistrationSchema.md
|
|
266
|
-
- docs/RegistrationSuccess.md
|
|
267
|
-
- docs/RegistrationTagsBatchSchema.md
|
|
268
|
-
- docs/ResponseError.md
|
|
269
|
-
- docs/RuntimeInteractionSchema.md
|
|
270
|
-
- docs/RuntimeObjectiveSchema.md
|
|
271
|
-
- docs/RuntimeSchema.md
|
|
272
|
-
- docs/ScoreSchema.md
|
|
273
|
-
- docs/SettingItem.md
|
|
274
|
-
- docs/SettingListSchema.md
|
|
275
|
-
- docs/SettingMetadata.md
|
|
276
|
-
- docs/SettingMetadataValidValues.md
|
|
277
|
-
- docs/SettingValidValue.md
|
|
278
|
-
- docs/SettingsIndividualSchema.md
|
|
279
|
-
- docs/SettingsPostSchema.md
|
|
280
|
-
- docs/SharedDataEntrySchema.md
|
|
281
|
-
- docs/StaticPropertiesSchema.md
|
|
282
|
-
- docs/StringResultSchema.md
|
|
283
|
-
- docs/TagListSchema.md
|
|
284
|
-
- docs/TagPostSchema.md
|
|
285
|
-
- docs/TitleSchema.md
|
|
286
|
-
- docs/TokenRequestSchema.md
|
|
287
|
-
- docs/XapiAccount.md
|
|
288
|
-
- docs/XapiActivity.md
|
|
289
|
-
- docs/XapiActivityDefinition.md
|
|
290
|
-
- docs/XapiAgentGroup.md
|
|
291
|
-
- docs/XapiAttachment.md
|
|
292
|
-
- docs/XapiContext.md
|
|
293
|
-
- docs/XapiContextActivity.md
|
|
294
|
-
- docs/XapiInteractionComponent.md
|
|
295
|
-
- docs/XapiResult.md
|
|
296
|
-
- docs/XapiScore.md
|
|
297
|
-
- docs/XapiStatement.md
|
|
298
|
-
- docs/XapiStatementReference.md
|
|
299
|
-
- docs/XapiStatementResult.md
|
|
300
|
-
- docs/XapiVerb.md
|
|
301
|
-
- git_push.sh
|
|
302
224
|
- lib/rustici_software_cloud_v2.rb
|
|
225
|
+
- lib/rustici_software_cloud_v2/api/about_api.rb
|
|
303
226
|
- lib/rustici_software_cloud_v2/api/application_management_api.rb
|
|
304
227
|
- lib/rustici_software_cloud_v2/api/authentication_api.rb
|
|
305
228
|
- lib/rustici_software_cloud_v2/api/course_api.rb
|
|
229
|
+
- lib/rustici_software_cloud_v2/api/dispatch_api.rb
|
|
230
|
+
- lib/rustici_software_cloud_v2/api/invitations_api.rb
|
|
231
|
+
- lib/rustici_software_cloud_v2/api/learner_api.rb
|
|
306
232
|
- lib/rustici_software_cloud_v2/api/ping_api.rb
|
|
307
233
|
- lib/rustici_software_cloud_v2/api/registration_api.rb
|
|
234
|
+
- lib/rustici_software_cloud_v2/api/reporting_api.rb
|
|
235
|
+
- lib/rustici_software_cloud_v2/api/xapi_api.rb
|
|
236
|
+
- lib/rustici_software_cloud_v2/api/zoomi_api.rb
|
|
308
237
|
- lib/rustici_software_cloud_v2/api_client.rb
|
|
309
238
|
- lib/rustici_software_cloud_v2/api_error.rb
|
|
310
239
|
- lib/rustici_software_cloud_v2/configuration.rb
|
|
240
|
+
- lib/rustici_software_cloud_v2/models/about_schema.rb
|
|
311
241
|
- lib/rustici_software_cloud_v2/models/activity_result_schema.rb
|
|
242
|
+
- lib/rustici_software_cloud_v2/models/application_info_schema.rb
|
|
312
243
|
- lib/rustici_software_cloud_v2/models/application_list_schema.rb
|
|
244
|
+
- lib/rustici_software_cloud_v2/models/application_request_schema.rb
|
|
313
245
|
- lib/rustici_software_cloud_v2/models/application_schema.rb
|
|
314
246
|
- lib/rustici_software_cloud_v2/models/application_token.rb
|
|
247
|
+
- lib/rustici_software_cloud_v2/models/asset_file_schema.rb
|
|
248
|
+
- lib/rustici_software_cloud_v2/models/batch_tags_schema.rb
|
|
315
249
|
- lib/rustici_software_cloud_v2/models/comment_schema.rb
|
|
316
250
|
- lib/rustici_software_cloud_v2/models/completion_amount_schema.rb
|
|
317
251
|
- lib/rustici_software_cloud_v2/models/course_activity_schema.rb
|
|
@@ -319,35 +253,68 @@ files:
|
|
|
319
253
|
- lib/rustici_software_cloud_v2/models/course_list_schema.rb
|
|
320
254
|
- lib/rustici_software_cloud_v2/models/course_reference_schema.rb
|
|
321
255
|
- lib/rustici_software_cloud_v2/models/course_schema.rb
|
|
322
|
-
- lib/rustici_software_cloud_v2/models/
|
|
256
|
+
- lib/rustici_software_cloud_v2/models/create_dispatch_id_schema.rb
|
|
257
|
+
- lib/rustici_software_cloud_v2/models/create_dispatch_list_schema.rb
|
|
258
|
+
- lib/rustici_software_cloud_v2/models/create_dispatch_schema.rb
|
|
259
|
+
- lib/rustici_software_cloud_v2/models/create_private_invitation_schema.rb
|
|
260
|
+
- lib/rustici_software_cloud_v2/models/create_public_invitation_schema.rb
|
|
323
261
|
- lib/rustici_software_cloud_v2/models/create_registration_schema.rb
|
|
324
262
|
- lib/rustici_software_cloud_v2/models/credential_created_schema.rb
|
|
325
263
|
- lib/rustici_software_cloud_v2/models/credential_list_schema.rb
|
|
326
264
|
- lib/rustici_software_cloud_v2/models/credential_request_schema.rb
|
|
327
265
|
- lib/rustici_software_cloud_v2/models/credential_schema.rb
|
|
266
|
+
- lib/rustici_software_cloud_v2/models/destination_id_schema.rb
|
|
267
|
+
- lib/rustici_software_cloud_v2/models/destination_list_schema.rb
|
|
268
|
+
- lib/rustici_software_cloud_v2/models/destination_schema.rb
|
|
269
|
+
- lib/rustici_software_cloud_v2/models/dispatch_id_schema.rb
|
|
270
|
+
- lib/rustici_software_cloud_v2/models/dispatch_list_schema.rb
|
|
271
|
+
- lib/rustici_software_cloud_v2/models/dispatch_lti_info_schema.rb
|
|
272
|
+
- lib/rustici_software_cloud_v2/models/dispatch_registration_count_schema.rb
|
|
273
|
+
- lib/rustici_software_cloud_v2/models/dispatch_schema.rb
|
|
274
|
+
- lib/rustici_software_cloud_v2/models/enabled_schema.rb
|
|
275
|
+
- lib/rustici_software_cloud_v2/models/file_list_item_schema.rb
|
|
276
|
+
- lib/rustici_software_cloud_v2/models/file_list_schema.rb
|
|
277
|
+
- lib/rustici_software_cloud_v2/models/import_asset_request_schema.rb
|
|
328
278
|
- lib/rustici_software_cloud_v2/models/import_fetch_request_schema.rb
|
|
329
279
|
- lib/rustici_software_cloud_v2/models/import_job_result_schema.rb
|
|
280
|
+
- lib/rustici_software_cloud_v2/models/import_media_file_reference_request_schema.rb
|
|
281
|
+
- lib/rustici_software_cloud_v2/models/import_request_schema.rb
|
|
330
282
|
- lib/rustici_software_cloud_v2/models/import_result_schema.rb
|
|
331
283
|
- lib/rustici_software_cloud_v2/models/integer_result_schema.rb
|
|
284
|
+
- lib/rustici_software_cloud_v2/models/invitation_email_schema.rb
|
|
285
|
+
- lib/rustici_software_cloud_v2/models/invitation_job_status_schema.rb
|
|
286
|
+
- lib/rustici_software_cloud_v2/models/invitation_summary_list.rb
|
|
287
|
+
- lib/rustici_software_cloud_v2/models/invitation_summary_schema.rb
|
|
332
288
|
- lib/rustici_software_cloud_v2/models/item_value_pair_schema.rb
|
|
289
|
+
- lib/rustici_software_cloud_v2/models/launch_auth_options_schema.rb
|
|
290
|
+
- lib/rustici_software_cloud_v2/models/launch_auth_schema.rb
|
|
333
291
|
- lib/rustici_software_cloud_v2/models/launch_history_list_schema.rb
|
|
334
292
|
- lib/rustici_software_cloud_v2/models/launch_history_schema.rb
|
|
335
293
|
- lib/rustici_software_cloud_v2/models/launch_link_request_schema.rb
|
|
336
294
|
- lib/rustici_software_cloud_v2/models/launch_link_schema.rb
|
|
337
295
|
- lib/rustici_software_cloud_v2/models/learner_preference_schema.rb
|
|
338
296
|
- lib/rustici_software_cloud_v2/models/learner_schema.rb
|
|
339
|
-
- lib/rustici_software_cloud_v2/models/
|
|
297
|
+
- lib/rustici_software_cloud_v2/models/media_file_metadata_schema.rb
|
|
340
298
|
- lib/rustici_software_cloud_v2/models/message_schema.rb
|
|
341
299
|
- lib/rustici_software_cloud_v2/models/metadata_schema.rb
|
|
342
300
|
- lib/rustici_software_cloud_v2/models/objective_schema.rb
|
|
343
301
|
- lib/rustici_software_cloud_v2/models/permissions_schema.rb
|
|
344
302
|
- lib/rustici_software_cloud_v2/models/ping_schema.rb
|
|
345
303
|
- lib/rustici_software_cloud_v2/models/post_back_schema.rb
|
|
304
|
+
- lib/rustici_software_cloud_v2/models/private_invitation_list.rb
|
|
305
|
+
- lib/rustici_software_cloud_v2/models/private_invitation_schema.rb
|
|
306
|
+
- lib/rustici_software_cloud_v2/models/private_invitation_update_schema.rb
|
|
307
|
+
- lib/rustici_software_cloud_v2/models/public_invitation_list.rb
|
|
308
|
+
- lib/rustici_software_cloud_v2/models/public_invitation_schema.rb
|
|
309
|
+
- lib/rustici_software_cloud_v2/models/public_invitation_update_schema.rb
|
|
346
310
|
- lib/rustici_software_cloud_v2/models/registration_completion.rb
|
|
347
311
|
- lib/rustici_software_cloud_v2/models/registration_list_schema.rb
|
|
348
312
|
- lib/rustici_software_cloud_v2/models/registration_schema.rb
|
|
349
313
|
- lib/rustici_software_cloud_v2/models/registration_success.rb
|
|
350
|
-
- lib/rustici_software_cloud_v2/models/
|
|
314
|
+
- lib/rustici_software_cloud_v2/models/reportage_account_info_schema.rb
|
|
315
|
+
- lib/rustici_software_cloud_v2/models/reportage_account_info_usage_schema.rb
|
|
316
|
+
- lib/rustici_software_cloud_v2/models/reportage_auth_token_schema.rb
|
|
317
|
+
- lib/rustici_software_cloud_v2/models/reportage_link_schema.rb
|
|
351
318
|
- lib/rustici_software_cloud_v2/models/response_error.rb
|
|
352
319
|
- lib/rustici_software_cloud_v2/models/runtime_interaction_schema.rb
|
|
353
320
|
- lib/rustici_software_cloud_v2/models/runtime_objective_schema.rb
|
|
@@ -356,7 +323,6 @@ files:
|
|
|
356
323
|
- lib/rustici_software_cloud_v2/models/setting_item.rb
|
|
357
324
|
- lib/rustici_software_cloud_v2/models/setting_list_schema.rb
|
|
358
325
|
- lib/rustici_software_cloud_v2/models/setting_metadata.rb
|
|
359
|
-
- lib/rustici_software_cloud_v2/models/setting_metadata_valid_values.rb
|
|
360
326
|
- lib/rustici_software_cloud_v2/models/setting_valid_value.rb
|
|
361
327
|
- lib/rustici_software_cloud_v2/models/settings_individual_schema.rb
|
|
362
328
|
- lib/rustici_software_cloud_v2/models/settings_post_schema.rb
|
|
@@ -364,9 +330,13 @@ files:
|
|
|
364
330
|
- lib/rustici_software_cloud_v2/models/static_properties_schema.rb
|
|
365
331
|
- lib/rustici_software_cloud_v2/models/string_result_schema.rb
|
|
366
332
|
- lib/rustici_software_cloud_v2/models/tag_list_schema.rb
|
|
367
|
-
- lib/rustici_software_cloud_v2/models/tag_post_schema.rb
|
|
368
333
|
- lib/rustici_software_cloud_v2/models/title_schema.rb
|
|
369
334
|
- lib/rustici_software_cloud_v2/models/token_request_schema.rb
|
|
335
|
+
- lib/rustici_software_cloud_v2/models/update_application_schema.rb
|
|
336
|
+
- lib/rustici_software_cloud_v2/models/update_dispatch_schema.rb
|
|
337
|
+
- lib/rustici_software_cloud_v2/models/user_invitation_list.rb
|
|
338
|
+
- lib/rustici_software_cloud_v2/models/user_invitation_schema.rb
|
|
339
|
+
- lib/rustici_software_cloud_v2/models/user_invitation_schema_registration_report.rb
|
|
370
340
|
- lib/rustici_software_cloud_v2/models/xapi_account.rb
|
|
371
341
|
- lib/rustici_software_cloud_v2/models/xapi_activity.rb
|
|
372
342
|
- lib/rustici_software_cloud_v2/models/xapi_activity_definition.rb
|
|
@@ -374,153 +344,55 @@ files:
|
|
|
374
344
|
- lib/rustici_software_cloud_v2/models/xapi_attachment.rb
|
|
375
345
|
- lib/rustici_software_cloud_v2/models/xapi_context.rb
|
|
376
346
|
- lib/rustici_software_cloud_v2/models/xapi_context_activity.rb
|
|
347
|
+
- lib/rustici_software_cloud_v2/models/xapi_credential_auth_type_schema.rb
|
|
348
|
+
- lib/rustici_software_cloud_v2/models/xapi_credential_permissions_level_schema.rb
|
|
349
|
+
- lib/rustici_software_cloud_v2/models/xapi_credential_post_schema.rb
|
|
350
|
+
- lib/rustici_software_cloud_v2/models/xapi_credential_put_schema.rb
|
|
351
|
+
- lib/rustici_software_cloud_v2/models/xapi_credential_schema.rb
|
|
352
|
+
- lib/rustici_software_cloud_v2/models/xapi_credentials_list_schema.rb
|
|
353
|
+
- lib/rustici_software_cloud_v2/models/xapi_endpoint_schema.rb
|
|
377
354
|
- lib/rustici_software_cloud_v2/models/xapi_interaction_component.rb
|
|
378
355
|
- lib/rustici_software_cloud_v2/models/xapi_result.rb
|
|
379
356
|
- lib/rustici_software_cloud_v2/models/xapi_score.rb
|
|
380
357
|
- lib/rustici_software_cloud_v2/models/xapi_statement.rb
|
|
358
|
+
- lib/rustici_software_cloud_v2/models/xapi_statement_pipe_list_schema.rb
|
|
359
|
+
- lib/rustici_software_cloud_v2/models/xapi_statement_pipe_post_schema.rb
|
|
360
|
+
- lib/rustici_software_cloud_v2/models/xapi_statement_pipe_put_schema.rb
|
|
361
|
+
- lib/rustici_software_cloud_v2/models/xapi_statement_pipe_schema.rb
|
|
381
362
|
- lib/rustici_software_cloud_v2/models/xapi_statement_reference.rb
|
|
382
363
|
- lib/rustici_software_cloud_v2/models/xapi_statement_result.rb
|
|
383
364
|
- lib/rustici_software_cloud_v2/models/xapi_verb.rb
|
|
365
|
+
- lib/rustici_software_cloud_v2/models/zoomi_company_id.rb
|
|
366
|
+
- lib/rustici_software_cloud_v2/models/zoomi_course_options_schema.rb
|
|
384
367
|
- lib/rustici_software_cloud_v2/version.rb
|
|
385
368
|
- rustici_software_cloud_v2.gemspec
|
|
386
369
|
- spec/api_client_spec.rb
|
|
387
370
|
- spec/configuration_spec.rb
|
|
388
|
-
- spec/models/activity_result_schema_spec.rb
|
|
389
|
-
- spec/models/application_list_schema_spec.rb
|
|
390
|
-
- spec/models/application_schema_spec.rb
|
|
391
|
-
- spec/models/application_token_spec.rb
|
|
392
|
-
- spec/models/comment_schema_spec.rb
|
|
393
|
-
- spec/models/completion_amount_schema_spec.rb
|
|
394
|
-
- spec/models/course_activity_schema_spec.rb
|
|
395
|
-
- spec/models/course_list_non_paged_schema_spec.rb
|
|
396
|
-
- spec/models/course_list_schema_spec.rb
|
|
397
|
-
- spec/models/course_reference_schema_spec.rb
|
|
398
|
-
- spec/models/course_schema_spec.rb
|
|
399
|
-
- spec/models/create_registration_schema_spec.rb
|
|
400
|
-
- spec/models/credential_created_schema_spec.rb
|
|
401
|
-
- spec/models/credential_list_schema_spec.rb
|
|
402
|
-
- spec/models/credential_request_schema_spec.rb
|
|
403
|
-
- spec/models/credential_schema_spec.rb
|
|
404
|
-
- spec/models/import_fetch_request_schema_spec.rb
|
|
405
|
-
- spec/models/import_job_result_schema_spec.rb
|
|
406
|
-
- spec/models/import_result_schema_spec.rb
|
|
407
|
-
- spec/models/integer_result_schema_spec.rb
|
|
408
|
-
- spec/models/item_value_pair_schema_spec.rb
|
|
409
|
-
- spec/models/launch_history_list_schema_spec.rb
|
|
410
|
-
- spec/models/launch_history_schema_spec.rb
|
|
411
|
-
- spec/models/launch_link_request_schema_spec.rb
|
|
412
|
-
- spec/models/launch_link_schema_spec.rb
|
|
413
|
-
- spec/models/learner_preference_schema_spec.rb
|
|
414
|
-
- spec/models/learner_schema_spec.rb
|
|
415
|
-
- spec/models/link_schema_spec.rb
|
|
416
|
-
- spec/models/message_schema_spec.rb
|
|
417
|
-
- spec/models/metadata_schema_spec.rb
|
|
418
|
-
- spec/models/objective_schema_spec.rb
|
|
419
|
-
- spec/models/permissions_schema_spec.rb
|
|
420
|
-
- spec/models/ping_schema_spec.rb
|
|
421
|
-
- spec/models/post_back_schema_spec.rb
|
|
422
|
-
- spec/models/registration_completion_spec.rb
|
|
423
|
-
- spec/models/registration_list_schema_spec.rb
|
|
424
|
-
- spec/models/registration_schema_spec.rb
|
|
425
|
-
- spec/models/registration_success_spec.rb
|
|
426
|
-
- spec/models/response_error_spec.rb
|
|
427
|
-
- spec/models/runtime_interaction_schema_spec.rb
|
|
428
|
-
- spec/models/runtime_objective_schema_spec.rb
|
|
429
|
-
- spec/models/runtime_schema_spec.rb
|
|
430
|
-
- spec/models/score_schema_spec.rb
|
|
431
|
-
- spec/models/setting_item_spec.rb
|
|
432
|
-
- spec/models/setting_list_schema_spec.rb
|
|
433
|
-
- spec/models/setting_metadata_spec.rb
|
|
434
|
-
- spec/models/setting_metadata_valid_values_spec.rb
|
|
435
|
-
- spec/models/settings_individual_schema_spec.rb
|
|
436
|
-
- spec/models/settings_post_schema_spec.rb
|
|
437
|
-
- spec/models/shared_data_entry_schema_spec.rb
|
|
438
|
-
- spec/models/static_properties_schema_spec.rb
|
|
439
|
-
- spec/models/string_result_schema_spec.rb
|
|
440
|
-
- spec/models/title_schema_spec.rb
|
|
441
|
-
- spec/models/token_request_schema_spec.rb
|
|
442
371
|
- spec/spec_helper.rb
|
|
443
|
-
|
|
444
|
-
homepage: https://github.com/swagger-api/swagger-codegen
|
|
372
|
+
homepage: https://github.com/RusticiSoftware/scormcloud-api-v2-client-ruby
|
|
445
373
|
licenses:
|
|
446
|
-
-
|
|
374
|
+
- Apache-2.0
|
|
375
|
+
metadata: {}
|
|
447
376
|
post_install_message:
|
|
448
377
|
rdoc_options: []
|
|
449
378
|
require_paths:
|
|
450
379
|
- lib
|
|
451
380
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
452
|
-
none: false
|
|
453
381
|
requirements:
|
|
454
|
-
- -
|
|
382
|
+
- - ">="
|
|
455
383
|
- !ruby/object:Gem::Version
|
|
456
384
|
version: '1.9'
|
|
457
385
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
458
|
-
none: false
|
|
459
386
|
requirements:
|
|
460
|
-
- -
|
|
387
|
+
- - ">="
|
|
461
388
|
- !ruby/object:Gem::Version
|
|
462
|
-
version:
|
|
389
|
+
version: '0'
|
|
463
390
|
requirements: []
|
|
464
|
-
|
|
465
|
-
rubygems_version: 1.8.23
|
|
391
|
+
rubygems_version: 3.0.3
|
|
466
392
|
signing_key:
|
|
467
|
-
specification_version:
|
|
393
|
+
specification_version: 4
|
|
468
394
|
summary: A Ruby wrapper for the SCORM Cloud API V2
|
|
469
395
|
test_files:
|
|
470
396
|
- spec/api_client_spec.rb
|
|
471
397
|
- spec/configuration_spec.rb
|
|
472
|
-
- spec/models/import_job_result_schema_spec.rb
|
|
473
|
-
- spec/models/launch_history_list_schema_spec.rb
|
|
474
|
-
- spec/models/registration_success_spec.rb
|
|
475
|
-
- spec/models/application_schema_spec.rb
|
|
476
|
-
- spec/models/launch_link_schema_spec.rb
|
|
477
|
-
- spec/models/message_schema_spec.rb
|
|
478
|
-
- spec/models/learner_preference_schema_spec.rb
|
|
479
|
-
- spec/models/import_fetch_request_schema_spec.rb
|
|
480
|
-
- spec/models/launch_history_schema_spec.rb
|
|
481
|
-
- spec/models/token_request_schema_spec.rb
|
|
482
|
-
- spec/models/learner_schema_spec.rb
|
|
483
|
-
- spec/models/integer_result_schema_spec.rb
|
|
484
|
-
- spec/models/course_list_schema_spec.rb
|
|
485
|
-
- spec/models/settings_post_schema_spec.rb
|
|
486
|
-
- spec/models/credential_request_schema_spec.rb
|
|
487
|
-
- spec/models/title_schema_spec.rb
|
|
488
|
-
- spec/models/registration_completion_spec.rb
|
|
489
|
-
- spec/models/course_schema_spec.rb
|
|
490
|
-
- spec/models/response_error_spec.rb
|
|
491
|
-
- spec/models/setting_list_schema_spec.rb
|
|
492
|
-
- spec/models/runtime_objective_schema_spec.rb
|
|
493
|
-
- spec/models/comment_schema_spec.rb
|
|
494
|
-
- spec/models/completion_amount_schema_spec.rb
|
|
495
|
-
- spec/models/course_list_non_paged_schema_spec.rb
|
|
496
|
-
- spec/models/course_reference_schema_spec.rb
|
|
497
|
-
- spec/models/string_result_schema_spec.rb
|
|
498
|
-
- spec/models/credential_created_schema_spec.rb
|
|
499
|
-
- spec/models/link_schema_spec.rb
|
|
500
|
-
- spec/models/setting_item_spec.rb
|
|
501
|
-
- spec/models/permissions_schema_spec.rb
|
|
502
|
-
- spec/models/activity_result_schema_spec.rb
|
|
503
|
-
- spec/models/shared_data_entry_schema_spec.rb
|
|
504
|
-
- spec/models/application_token_spec.rb
|
|
505
|
-
- spec/models/registration_list_schema_spec.rb
|
|
506
|
-
- spec/models/ping_schema_spec.rb
|
|
507
|
-
- spec/models/metadata_schema_spec.rb
|
|
508
|
-
- spec/models/objective_schema_spec.rb
|
|
509
|
-
- spec/models/runtime_schema_spec.rb
|
|
510
|
-
- spec/models/setting_metadata_spec.rb
|
|
511
|
-
- spec/models/static_properties_schema_spec.rb
|
|
512
|
-
- spec/models/import_result_schema_spec.rb
|
|
513
|
-
- spec/models/application_list_schema_spec.rb
|
|
514
|
-
- spec/models/setting_metadata_valid_values_spec.rb
|
|
515
|
-
- spec/models/item_value_pair_schema_spec.rb
|
|
516
|
-
- spec/models/credential_schema_spec.rb
|
|
517
|
-
- spec/models/registration_schema_spec.rb
|
|
518
|
-
- spec/models/post_back_schema_spec.rb
|
|
519
|
-
- spec/models/launch_link_request_schema_spec.rb
|
|
520
|
-
- spec/models/settings_individual_schema_spec.rb
|
|
521
|
-
- spec/models/score_schema_spec.rb
|
|
522
|
-
- spec/models/course_activity_schema_spec.rb
|
|
523
|
-
- spec/models/runtime_interaction_schema_spec.rb
|
|
524
|
-
- spec/models/credential_list_schema_spec.rb
|
|
525
|
-
- spec/models/create_registration_schema_spec.rb
|
|
526
398
|
- spec/spec_helper.rb
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# RusticiSoftwareCloudV2::ActivityResultSchema
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
Name | Type | Description | Notes
|
|
5
|
-
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**id** | **String** | | [optional]
|
|
7
|
-
**title** | **String** | | [optional]
|
|
8
|
-
**attempts** | **Integer** | | [optional]
|
|
9
|
-
**activity_completion** | **String** | | [optional]
|
|
10
|
-
**activity_success** | **String** | | [optional]
|
|
11
|
-
**score** | [**ScoreSchema**](ScoreSchema.md) | | [optional]
|
|
12
|
-
**time_tracked** | **String** | | [optional]
|
|
13
|
-
**completion_amount** | [**CompletionAmountSchema**](CompletionAmountSchema.md) | | [optional]
|
|
14
|
-
**suspended** | **BOOLEAN** | | [optional]
|
|
15
|
-
**children** | [**Array<ActivityResultSchema>**](ActivityResultSchema.md) | | [optional]
|
|
16
|
-
**objectives** | [**Array<ObjectiveSchema>**](ObjectiveSchema.md) | | [optional]
|
|
17
|
-
**static_properties** | [**StaticPropertiesSchema**](StaticPropertiesSchema.md) | | [optional]
|
|
18
|
-
**runtime** | [**RuntimeSchema**](RuntimeSchema.md) | | [optional]
|
|
19
|
-
|
|
20
|
-
|