lms-api 1.23.0 → 1.24.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.
@@ -32,6 +32,13 @@ module LMS
32
32
  "BATCH_RETRIEVE_OVERRIDES_IN_COURSE",
33
33
  "BATCH_CREATE_OVERRIDES_IN_COURSE",
34
34
  "BATCH_UPDATE_OVERRIDES_IN_COURSE",
35
+ "LIST_BLACKOUT_DATES_COURSES",
36
+ "GET_SINGLE_BLACKOUT_DATE_COURSES",
37
+ "NEW_BLACKOUT_DATE_COURSES",
38
+ "CREATE_BLACKOUT_DATE_COURSES",
39
+ "UPDATE_BLACKOUT_DATE_COURSES",
40
+ "DELETE_BLACKOUT_DATE_COURSES",
41
+ "UPDATE_LIST_OF_BLACKOUT_DATES",
35
42
  "GET_BLUEPRINT_INFORMATION",
36
43
  "GET_ASSOCIATED_COURSE_INFORMATION",
37
44
  "UPDATE_ASSOCIATED_COURSES",
@@ -144,6 +151,7 @@ module LMS
144
151
  "GET_QUOTA_INFORMATION_COURSES",
145
152
  "LIST_FILES_COURSES",
146
153
  "GET_FILE_COURSES",
154
+ "TRANSLATE_FILE_REFERENCE",
147
155
  "LIST_ALL_FOLDERS_COURSES",
148
156
  "RESOLVE_PATH_COURSES_FULL_PATH",
149
157
  "RESOLVE_PATH_COURSES",
@@ -216,6 +224,7 @@ module LMS
216
224
  "IMPORT_OUTCOME_GROUP_COURSES",
217
225
  "IMPORT_OUTCOMES_COURSES",
218
226
  "GET_OUTCOME_IMPORT_STATUS_COURSES",
227
+ "GET_IDS_OF_OUTCOME_GROUPS_CREATED_AFTER_SUCCESSFUL_IMPORT_COURSES",
219
228
  "GET_OUTCOME_RESULTS",
220
229
  "GET_OUTCOME_RESULT_ROLLUPS",
221
230
  "GET_ALIGNED_ASSIGNMENTS_FOR_OUTCOME_IN_COURSE_FOR_PARTICULAR_STUDENT",
@@ -311,8 +320,10 @@ module LMS
311
320
  "GRADE_OR_COMMENT_ON_MULTIPLE_SUBMISSIONS_COURSES_ASSIGNMENTS",
312
321
  "MARK_SUBMISSION_AS_READ_COURSES",
313
322
  "MARK_SUBMISSION_AS_UNREAD_COURSES",
314
- "GET_RUBRIC_COMMENTS_READ_STATE_COURSES",
315
- "MARK_RUBRIC_COMMENTS_AS_READ_COURSES",
323
+ "GET_RUBRIC_ASSESSMENTS_READ_STATE_COURSES_RUBRIC_COMMENTS",
324
+ "GET_RUBRIC_ASSESSMENTS_READ_STATE_COURSES_RUBRIC_ASSESSMENTS",
325
+ "MARK_RUBRIC_ASSESSMENTS_AS_READ_COURSES_RUBRIC_COMMENTS",
326
+ "MARK_RUBRIC_ASSESSMENTS_AS_READ_COURSES_RUBRIC_ASSESSMENTS",
316
327
  "GET_DOCUMENT_ANNOTATIONS_READ_STATE_COURSES",
317
328
  "MARK_DOCUMENT_ANNOTATIONS_AS_READ_COURSES",
318
329
  "SUBMISSION_SUMMARY_COURSES",
data/lib/lms/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module LMS
2
- VERSION = "1.23.0".freeze
2
+ VERSION = "1.24.0".freeze
3
3
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lms-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Atomic Jolt
8
8
  - Jamis Buck
9
9
  - Justin Ball
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-12-02 00:00:00.000000000 Z
13
+ date: 2022-09-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -157,7 +157,7 @@ homepage: https://github.com/atomicjolt/lms_api
157
157
  licenses:
158
158
  - MIT
159
159
  metadata: {}
160
- post_install_message:
160
+ post_install_message:
161
161
  rdoc_options: []
162
162
  require_paths:
163
163
  - lib
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  requirements: []
175
175
  rubygems_version: 3.1.6
176
- signing_key:
176
+ signing_key:
177
177
  specification_version: 4
178
178
  summary: Wrapper for the Instructure Canvas API
179
179
  test_files: []