@groton/canvas-api 0.3.3 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (632) hide show
  1. package/CHANGELOG.md +20 -6
  2. package/README.md +5 -16
  3. package/dist/Endpoints/Lti/Assignments/Submissions/History/get.d.ts +2 -1
  4. package/dist/Endpoints/Lti/Assignments/Submissions/get.d.ts +2 -1
  5. package/dist/Endpoints/Lti/Subscriptions/create.d.ts +2 -2
  6. package/dist/Endpoints/Lti/Subscriptions/delete_webhook_subscription.d.ts +2 -1
  7. package/dist/Endpoints/Lti/Subscriptions/list.d.ts +2 -1
  8. package/dist/Endpoints/Lti/Subscriptions/show_single_webhook_subscription.d.ts +2 -1
  9. package/dist/Endpoints/Lti/Subscriptions/update.d.ts +2 -1
  10. package/dist/Endpoints/Lti/UuidMap/download_uuid_mapping_for_this_sandbox.d.ts +2 -1
  11. package/dist/Endpoints/Quiz/V1/Courses/Quizzes/Items/MediaUploadUrl/get.d.ts +2 -1
  12. package/dist/Endpoints/Sis/Accounts/Assignments/retrieve_assignments_enabled_for_grade_export_to_sis_accounts.d.ts +2 -1
  13. package/dist/Endpoints/Sis/Courses/Assignments/retrieve_assignments_enabled_for_grade_export_to_sis_courses.d.ts +2 -1
  14. package/dist/Endpoints/Sis/Courses/DisablePostToSis/disable_assignments_currently_enabled_for_grade_export_to_sis.d.ts +2 -1
  15. package/dist/Endpoints/V1/Accounts/AccountCalendars/update.d.ts +2 -1
  16. package/dist/Endpoints/V1/Accounts/AccountNotifications/create.d.ts +2 -1
  17. package/dist/Endpoints/V1/Accounts/AccountNotifications/update.d.ts +2 -1
  18. package/dist/Endpoints/V1/Accounts/Analytics/Completed/Activity/get.d.ts +2 -1
  19. package/dist/Endpoints/V1/Accounts/Analytics/Completed/Grades/get.d.ts +2 -1
  20. package/dist/Endpoints/V1/Accounts/Analytics/Completed/Statistics/get.d.ts +2 -1
  21. package/dist/Endpoints/V1/Accounts/Analytics/Completed/StatisticsBySubaccount/get.d.ts +2 -1
  22. package/dist/Endpoints/V1/Accounts/Analytics/Current/Activity/get.d.ts +2 -1
  23. package/dist/Endpoints/V1/Accounts/Analytics/Current/Grades/get.d.ts +2 -1
  24. package/dist/Endpoints/V1/Accounts/Analytics/Current/Statistics/get.d.ts +2 -1
  25. package/dist/Endpoints/V1/Accounts/Analytics/Current/StatisticsBySubaccount/get.d.ts +2 -1
  26. package/dist/Endpoints/V1/Accounts/Analytics/Terms/Activity/get.d.ts +2 -1
  27. package/dist/Endpoints/V1/Accounts/Analytics/Terms/Grades/get.d.ts +2 -1
  28. package/dist/Endpoints/V1/Accounts/Analytics/Terms/Statistics/get.d.ts +2 -1
  29. package/dist/Endpoints/V1/Accounts/Analytics/Terms/StatisticsBySubaccount/get.d.ts +2 -1
  30. package/dist/Endpoints/V1/Accounts/AuthenticationProviders/delete_authentication_provider.d.ts +2 -1
  31. package/dist/Endpoints/V1/Accounts/BrandVariables/get.d.ts +32 -0
  32. package/dist/Endpoints/V1/Accounts/BrandVariables/get.js +18 -0
  33. package/dist/Endpoints/V1/Accounts/BrandVariables/index.d.ts +1 -0
  34. package/dist/Endpoints/V1/Accounts/BrandVariables/index.js +1 -0
  35. package/dist/Endpoints/V1/Accounts/BulkEnrollment/enroll_multiple_users_to_one_or_more_courses.d.ts +7 -0
  36. package/dist/Endpoints/V1/Accounts/BulkEnrollment/enroll_multiple_users_to_one_or_more_courses.js +2 -0
  37. package/dist/Endpoints/V1/Accounts/CspSettings/Domains/BatchCreate/add_multiple_allowed_domains_to_account.d.ts +2 -1
  38. package/dist/Endpoints/V1/Accounts/CspSettings/Domains/add_allowed_domain_to_account.d.ts +2 -1
  39. package/dist/Endpoints/V1/Accounts/CspSettings/Domains/remove_domain_from_account.d.ts +2 -1
  40. package/dist/Endpoints/V1/Accounts/CspSettings/Lock/lock_or_unlock_current_csp_settings_for_sub_accounts_and_courses.d.ts +2 -1
  41. package/dist/Endpoints/V1/Accounts/CspSettings/enable_disable_or_clear_explicit_csp_setting_accounts.d.ts +2 -1
  42. package/dist/Endpoints/V1/Accounts/CspSettings/get.d.ts +2 -1
  43. package/dist/Endpoints/V1/Accounts/DeveloperKeys/create.d.ts +3 -4
  44. package/dist/Endpoints/V1/Accounts/ExternalTools/RceFavorites/mark_tool_as_rce_favorite.d.ts +2 -1
  45. package/dist/Endpoints/V1/Accounts/ExternalTools/RceFavorites/unmark_tool_as_rce_favorite.d.ts +2 -1
  46. package/dist/Endpoints/V1/Accounts/ExternalTools/SessionlessLaunch/get.d.ts +2 -1
  47. package/dist/Endpoints/V1/Accounts/ExternalTools/TopNavFavorites/add_tool_to_top_navigation_favorites.d.ts +2 -1
  48. package/dist/Endpoints/V1/Accounts/ExternalTools/TopNavFavorites/remove_tool_from_top_navigation_favorites.d.ts +2 -1
  49. package/dist/Endpoints/V1/Accounts/ExternalTools/create.d.ts +17 -187
  50. package/dist/Endpoints/V1/Accounts/ExternalTools/create.js +4 -0
  51. package/dist/Endpoints/V1/Accounts/ExternalTools/delete_external_tool_accounts.d.ts +2 -1
  52. package/dist/Endpoints/V1/Accounts/ExternalTools/get.d.ts +2 -1
  53. package/dist/Endpoints/V1/Accounts/ExternalTools/list.d.ts +11 -4
  54. package/dist/Endpoints/V1/Accounts/ExternalTools/update.d.ts +9 -2
  55. package/dist/Endpoints/V1/Accounts/ExternalTools/update.js +7 -1
  56. package/dist/Endpoints/V1/Accounts/Features/Enabled/list.d.ts +2 -1
  57. package/dist/Endpoints/V1/Accounts/Features/list.d.ts +9 -1
  58. package/dist/Endpoints/V1/Accounts/GradingPeriodSets/create.d.ts +2 -1
  59. package/dist/Endpoints/V1/Accounts/GradingPeriodSets/delete_grading_period_set.d.ts +2 -1
  60. package/dist/Endpoints/V1/Accounts/GradingPeriodSets/list.d.ts +2 -1
  61. package/dist/Endpoints/V1/Accounts/GradingPeriodSets/update_grading_period_set.d.ts +2 -1
  62. package/dist/Endpoints/V1/Accounts/GradingPeriods/delete_grading_period_accounts.d.ts +2 -1
  63. package/dist/Endpoints/V1/Accounts/GradingPeriods/list.d.ts +2 -1
  64. package/dist/Endpoints/V1/Accounts/GradingStandards/delete_grading_standard_accounts.d.ts +35 -0
  65. package/dist/Endpoints/V1/Accounts/GradingStandards/delete_grading_standard_accounts.js +15 -0
  66. package/dist/Endpoints/V1/Accounts/GradingStandards/index.d.ts +2 -0
  67. package/dist/Endpoints/V1/Accounts/GradingStandards/index.js +2 -0
  68. package/dist/Endpoints/V1/Accounts/GradingStandards/update.d.ts +77 -0
  69. package/dist/Endpoints/V1/Accounts/GradingStandards/update.js +19 -0
  70. package/dist/Endpoints/V1/Accounts/Logins/create.d.ts +2 -1
  71. package/dist/Endpoints/V1/Accounts/Logins/list.d.ts +2 -1
  72. package/dist/Endpoints/V1/Accounts/Logins/update.d.ts +2 -1
  73. package/dist/Endpoints/V1/Accounts/LtiApps/LaunchDefinitions/list.d.ts +2 -1
  74. package/dist/Endpoints/V1/Accounts/LtiRegistrations/History/get.d.ts +39 -0
  75. package/dist/Endpoints/V1/Accounts/LtiRegistrations/History/get.js +19 -0
  76. package/dist/Endpoints/V1/Accounts/LtiRegistrations/History/index.d.ts +1 -0
  77. package/dist/Endpoints/V1/Accounts/LtiRegistrations/History/index.js +1 -0
  78. package/dist/Endpoints/V1/Accounts/LtiRegistrations/OverlayHistory/get.d.ts +45 -0
  79. package/dist/Endpoints/V1/Accounts/LtiRegistrations/OverlayHistory/get.js +15 -0
  80. package/dist/Endpoints/V1/Accounts/LtiRegistrations/OverlayHistory/index.d.ts +1 -0
  81. package/dist/Endpoints/V1/Accounts/LtiRegistrations/OverlayHistory/index.js +1 -0
  82. package/dist/Endpoints/V1/Accounts/LtiRegistrations/UpdateRequests/Apply/apply_lti_registration_update_requst.d.ts +63 -0
  83. package/dist/Endpoints/V1/Accounts/LtiRegistrations/UpdateRequests/Apply/apply_lti_registration_update_requst.js +17 -0
  84. package/dist/Endpoints/V1/Accounts/LtiRegistrations/UpdateRequests/Apply/index.d.ts +1 -0
  85. package/dist/Endpoints/V1/Accounts/LtiRegistrations/UpdateRequests/Apply/index.js +1 -0
  86. package/dist/Endpoints/V1/Accounts/LtiRegistrations/UpdateRequests/index.d.ts +1 -0
  87. package/dist/Endpoints/V1/Accounts/LtiRegistrations/UpdateRequests/index.js +1 -0
  88. package/dist/Endpoints/V1/Accounts/LtiRegistrations/index.d.ts +3 -0
  89. package/dist/Endpoints/V1/Accounts/LtiRegistrations/index.js +3 -0
  90. package/dist/Endpoints/V1/Accounts/LtiRegistrations/update.d.ts +5 -0
  91. package/dist/Endpoints/V1/Accounts/OutcomeGroupLinks/get.d.ts +2 -0
  92. package/dist/Endpoints/V1/Accounts/OutcomeGroupLinks/get.js +2 -0
  93. package/dist/Endpoints/V1/Accounts/OutcomeGroups/get.d.ts +2 -0
  94. package/dist/Endpoints/V1/Accounts/OutcomeGroups/get.js +2 -0
  95. package/dist/Endpoints/V1/Accounts/OutcomeGroups/show_outcome_group_accounts.d.ts +2 -0
  96. package/dist/Endpoints/V1/Accounts/OutcomeGroups/show_outcome_group_accounts.js +2 -0
  97. package/dist/Endpoints/V1/Accounts/Permissions/permissions.d.ts +5 -3
  98. package/dist/Endpoints/V1/Accounts/Reports/list.d.ts +2 -1
  99. package/dist/Endpoints/V1/Accounts/Roles/Permissions/index.d.ts +1 -0
  100. package/dist/Endpoints/V1/Accounts/Roles/Permissions/index.js +1 -0
  101. package/dist/Endpoints/V1/Accounts/Roles/Permissions/list.d.ts +42 -0
  102. package/dist/Endpoints/V1/Accounts/Roles/Permissions/list.js +22 -0
  103. package/dist/Endpoints/V1/Accounts/Roles/create.d.ts +2 -98
  104. package/dist/Endpoints/V1/Accounts/Roles/index.d.ts +1 -0
  105. package/dist/Endpoints/V1/Accounts/Roles/index.js +1 -0
  106. package/dist/Endpoints/V1/Accounts/Roles/update.d.ts +3 -1
  107. package/dist/Endpoints/V1/Accounts/RootOutcomeGroup/redirect_to_root_outcome_group_for_context_accounts.d.ts +2 -1
  108. package/dist/Endpoints/V1/Accounts/Rubrics/UsedLocations/get.d.ts +3 -3
  109. package/dist/Endpoints/V1/Accounts/Rubrics/UsedLocations/get.js +3 -3
  110. package/dist/Endpoints/V1/Accounts/Rubrics/list.d.ts +2 -1
  111. package/dist/Endpoints/V1/Accounts/Search/search_account_domains.d.ts +2 -1
  112. package/dist/Endpoints/V1/Accounts/Settings/settings.d.ts +2 -1
  113. package/dist/Endpoints/V1/Accounts/Tabs/list.d.ts +2 -1
  114. package/dist/Endpoints/V1/Accounts/index.d.ts +1 -0
  115. package/dist/Endpoints/V1/Accounts/index.js +1 -0
  116. package/dist/Endpoints/V1/Accounts/update.d.ts +12 -0
  117. package/dist/Endpoints/V1/Announcements/list.d.ts +2 -2
  118. package/dist/Endpoints/V1/AppointmentGroups/Groups/list.d.ts +2 -1
  119. package/dist/Endpoints/V1/AppointmentGroups/Users/list.d.ts +2 -1
  120. package/dist/Endpoints/V1/AppointmentGroups/create.d.ts +2 -1
  121. package/dist/Endpoints/V1/AppointmentGroups/delete_appointment_group.d.ts +2 -1
  122. package/dist/Endpoints/V1/AppointmentGroups/get.d.ts +2 -1
  123. package/dist/Endpoints/V1/AppointmentGroups/list.d.ts +2 -1
  124. package/dist/Endpoints/V1/AppointmentGroups/update.d.ts +2 -1
  125. package/dist/Endpoints/V1/Audit/Authentication/Accounts/query_by_account.d.ts +2 -1
  126. package/dist/Endpoints/V1/Audit/Authentication/Logins/query_by_login.d.ts +2 -1
  127. package/dist/Endpoints/V1/Audit/Authentication/Users/query_by_user.d.ts +2 -1
  128. package/dist/Endpoints/V1/BrandVariables/get.d.ts +2 -1
  129. package/dist/Endpoints/V1/CalendarEvents/Reservations/reserve_time_slot.d.ts +2 -1
  130. package/dist/Endpoints/V1/CalendarEvents/Reservations/reserve_time_slot_participant_id.d.ts +2 -1
  131. package/dist/Endpoints/V1/CalendarEvents/SaveEnabledAccountCalendars/save_enabled_account_calendars.d.ts +2 -1
  132. package/dist/Endpoints/V1/CalendarEvents/create.d.ts +2 -1
  133. package/dist/Endpoints/V1/CalendarEvents/delete_calendar_event.d.ts +2 -1
  134. package/dist/Endpoints/V1/CalendarEvents/get.d.ts +2 -0
  135. package/dist/Endpoints/V1/CalendarEvents/get.js +2 -0
  136. package/dist/Endpoints/V1/CalendarEvents/update.d.ts +2 -1
  137. package/dist/Endpoints/V1/Conversations/AddMessage/add_message.d.ts +2 -1
  138. package/dist/Endpoints/V1/Conversations/AddRecipients/add_recipients.d.ts +2 -1
  139. package/dist/Endpoints/V1/Conversations/Batches/get.d.ts +2 -1
  140. package/dist/Endpoints/V1/Conversations/FindRecipients/find_recipients.d.ts +2 -1
  141. package/dist/Endpoints/V1/Conversations/FindRecipients/find_recipients_conversations.d.ts +2 -1
  142. package/dist/Endpoints/V1/Conversations/MarkAllAsRead/mark_all_as_read.d.ts +2 -1
  143. package/dist/Endpoints/V1/Conversations/RemoveMessages/delete_message.d.ts +2 -1
  144. package/dist/Endpoints/V1/Conversations/UnreadCount/unread_count.d.ts +2 -1
  145. package/dist/Endpoints/V1/Conversations/create.d.ts +14 -8
  146. package/dist/Endpoints/V1/Conversations/create.js +6 -0
  147. package/dist/Endpoints/V1/Conversations/delete_conversation.d.ts +2 -1
  148. package/dist/Endpoints/V1/Conversations/get.d.ts +2 -1
  149. package/dist/Endpoints/V1/Conversations/list.d.ts +7 -4
  150. package/dist/Endpoints/V1/Conversations/list.js +4 -0
  151. package/dist/Endpoints/V1/Conversations/update.d.ts +2 -1
  152. package/dist/Endpoints/V1/Courses/ActivityStream/Summary/course_activity_stream_summary.d.ts +2 -1
  153. package/dist/Endpoints/V1/Courses/ActivityStream/course_activity_stream.d.ts +2 -1
  154. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/Messages/index.d.ts +1 -0
  155. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/Messages/index.js +1 -0
  156. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/Messages/post_message_to_conversation.d.ts +47 -0
  157. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/Messages/post_message_to_conversation.js +15 -0
  158. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/create.d.ts +35 -0
  159. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/create.js +15 -0
  160. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/delete_ai_conversation.d.ts +40 -0
  161. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/delete_ai_conversation.js +15 -0
  162. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/get.d.ts +35 -0
  163. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/get.js +15 -0
  164. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/index.d.ts +4 -0
  165. package/dist/Endpoints/V1/Courses/AiExperiences/Conversations/index.js +4 -0
  166. package/dist/Endpoints/V1/Courses/AiExperiences/Edit/index.d.ts +1 -0
  167. package/dist/Endpoints/V1/Courses/AiExperiences/Edit/index.js +1 -0
  168. package/dist/Endpoints/V1/Courses/AiExperiences/Edit/show_edit_ai_experience_form.d.ts +35 -0
  169. package/dist/Endpoints/V1/Courses/AiExperiences/Edit/show_edit_ai_experience_form.js +15 -0
  170. package/dist/Endpoints/V1/Courses/AiExperiences/New/index.d.ts +1 -0
  171. package/dist/Endpoints/V1/Courses/AiExperiences/New/index.js +1 -0
  172. package/dist/Endpoints/V1/Courses/AiExperiences/New/show_new_ai_experience_form.d.ts +29 -0
  173. package/dist/Endpoints/V1/Courses/AiExperiences/New/show_new_ai_experience_form.js +15 -0
  174. package/dist/Endpoints/V1/Courses/AiExperiences/create.d.ts +48 -0
  175. package/dist/Endpoints/V1/Courses/AiExperiences/create.js +15 -0
  176. package/dist/Endpoints/V1/Courses/AiExperiences/delete_ai_experience.d.ts +35 -0
  177. package/dist/Endpoints/V1/Courses/AiExperiences/delete_ai_experience.js +15 -0
  178. package/dist/Endpoints/V1/Courses/AiExperiences/index.d.ts +8 -0
  179. package/dist/Endpoints/V1/Courses/AiExperiences/index.js +8 -0
  180. package/dist/Endpoints/V1/Courses/AiExperiences/list.d.ts +35 -0
  181. package/dist/Endpoints/V1/Courses/AiExperiences/list.js +15 -0
  182. package/dist/Endpoints/V1/Courses/AiExperiences/show_ai_experience.d.ts +35 -0
  183. package/dist/Endpoints/V1/Courses/AiExperiences/show_ai_experience.js +15 -0
  184. package/dist/Endpoints/V1/Courses/AiExperiences/update.d.ts +51 -0
  185. package/dist/Endpoints/V1/Courses/AiExperiences/update.js +15 -0
  186. package/dist/Endpoints/V1/Courses/Analytics/Activity/get.d.ts +2 -1
  187. package/dist/Endpoints/V1/Courses/Analytics/Assignments/get.d.ts +2 -1
  188. package/dist/Endpoints/V1/Courses/Analytics/StudentSummaries/get.d.ts +2 -1
  189. package/dist/Endpoints/V1/Courses/Analytics/Users/Activity/get.d.ts +2 -1
  190. package/dist/Endpoints/V1/Courses/Analytics/Users/Assignments/get.d.ts +2 -1
  191. package/dist/Endpoints/V1/Courses/Analytics/Users/Communication/get.d.ts +2 -1
  192. package/dist/Endpoints/V1/Courses/AssignOutcomeOrder/set_outcome_ordering_for_lmgb.d.ts +2 -1
  193. package/dist/Endpoints/V1/Courses/AssignmentGroups/list.d.ts +3 -1
  194. package/dist/Endpoints/V1/Courses/Assignments/Allocate/allocate_peer_review.d.ts +35 -0
  195. package/dist/Endpoints/V1/Courses/Assignments/Allocate/allocate_peer_review.js +15 -0
  196. package/dist/Endpoints/V1/Courses/Assignments/Allocate/index.d.ts +1 -0
  197. package/dist/Endpoints/V1/Courses/Assignments/Allocate/index.js +1 -0
  198. package/dist/Endpoints/V1/Courses/Assignments/AnonymousProvisionalGrades/Status/show_provisional_grade_status_for_student.d.ts +2 -1
  199. package/dist/Endpoints/V1/Courses/Assignments/AnonymousSubmissions/get.d.ts +2 -1
  200. package/dist/Endpoints/V1/Courses/Assignments/AnonymousSubmissions/grade_or_comment_on_submission_by_anonymous_id_courses.d.ts +16 -3
  201. package/dist/Endpoints/V1/Courses/Assignments/DateDetails/get.d.ts +10 -1
  202. package/dist/Endpoints/V1/Courses/Assignments/DateDetails/update.d.ts +2 -1
  203. package/dist/Endpoints/V1/Courses/Assignments/Extensions/set_extensions_for_student_assignment_submissions.d.ts +2 -1
  204. package/dist/Endpoints/V1/Courses/Assignments/GradeableStudents/list.d.ts +2 -1
  205. package/dist/Endpoints/V1/Courses/Assignments/ProvisionalGrades/BulkSelect/bulk_select_provisional_grades.d.ts +2 -1
  206. package/dist/Endpoints/V1/Courses/Assignments/ProvisionalGrades/Publish/publish_provisional_grades_for_assignment.d.ts +2 -1
  207. package/dist/Endpoints/V1/Courses/Assignments/ProvisionalGrades/Select/select_provisional_grade.d.ts +2 -1
  208. package/dist/Endpoints/V1/Courses/Assignments/ProvisionalGrades/Status/show_provisional_grade_status_for_student.d.ts +2 -1
  209. package/dist/Endpoints/V1/Courses/Assignments/SubmissionSummary/submission_summary_courses.d.ts +2 -1
  210. package/dist/Endpoints/V1/Courses/Assignments/Submissions/DocumentAnnotations/Read/get.d.ts +2 -1
  211. package/dist/Endpoints/V1/Courses/Assignments/Submissions/DocumentAnnotations/Read/mark_document_annotations_as_read_courses.d.ts +2 -1
  212. package/dist/Endpoints/V1/Courses/Assignments/Submissions/Read/mark_submission_as_read_courses.d.ts +2 -1
  213. package/dist/Endpoints/V1/Courses/Assignments/Submissions/Read/mark_submission_as_unread_courses.d.ts +2 -1
  214. package/dist/Endpoints/V1/Courses/Assignments/Submissions/Read/mark_submission_item_as_read_courses.d.ts +2 -1
  215. package/dist/Endpoints/V1/Courses/Assignments/Submissions/RubricAssessments/Read/get.d.ts +2 -1
  216. package/dist/Endpoints/V1/Courses/Assignments/Submissions/RubricAssessments/Read/mark_rubric_assessments_as_read_courses_rubric_assessments.d.ts +2 -1
  217. package/dist/Endpoints/V1/Courses/Assignments/Submissions/RubricComments/Read/get.d.ts +2 -1
  218. package/dist/Endpoints/V1/Courses/Assignments/Submissions/RubricComments/Read/mark_rubric_assessments_as_read_courses_rubric_comments.d.ts +2 -1
  219. package/dist/Endpoints/V1/Courses/Assignments/Submissions/get.d.ts +2 -1
  220. package/dist/Endpoints/V1/Courses/Assignments/Submissions/grade_or_comment_on_submission_courses.d.ts +16 -3
  221. package/dist/Endpoints/V1/Courses/Assignments/Submissions/submit_assignment_courses.d.ts +2 -1
  222. package/dist/Endpoints/V1/Courses/Assignments/create.d.ts +46 -0
  223. package/dist/Endpoints/V1/Courses/Assignments/get.d.ts +2 -1
  224. package/dist/Endpoints/V1/Courses/Assignments/index.d.ts +1 -0
  225. package/dist/Endpoints/V1/Courses/Assignments/index.js +1 -0
  226. package/dist/Endpoints/V1/Courses/Assignments/update.d.ts +52 -0
  227. package/dist/Endpoints/V1/Courses/BlueprintTemplates/RestrictItem/set_or_remove_restrictions_on_blueprint_course_object.d.ts +2 -1
  228. package/dist/Endpoints/V1/Courses/BlueprintTemplates/UpdateAssociations/update.d.ts +2 -1
  229. package/dist/Endpoints/V1/Courses/BrandVariables/get.d.ts +32 -0
  230. package/dist/Endpoints/V1/Courses/BrandVariables/get.js +18 -0
  231. package/dist/Endpoints/V1/Courses/BrandVariables/index.d.ts +1 -0
  232. package/dist/Endpoints/V1/Courses/BrandVariables/index.js +1 -0
  233. package/dist/Endpoints/V1/Courses/BulkUserProgress/get.d.ts +2 -1
  234. package/dist/Endpoints/V1/Courses/BulkUserTags/bulk_fetch_user_tags_for_multiple_users_in_course.d.ts +39 -0
  235. package/dist/Endpoints/V1/Courses/BulkUserTags/bulk_fetch_user_tags_for_multiple_users_in_course.js +16 -0
  236. package/dist/Endpoints/V1/Courses/BulkUserTags/index.d.ts +1 -0
  237. package/dist/Endpoints/V1/Courses/BulkUserTags/index.js +1 -0
  238. package/dist/Endpoints/V1/Courses/CalendarEvents/Timetable/get.d.ts +2 -1
  239. package/dist/Endpoints/V1/Courses/CalendarEvents/Timetable/set_course_timetable.d.ts +2 -1
  240. package/dist/Endpoints/V1/Courses/CalendarEvents/TimetableEvents/create.d.ts +2 -1
  241. package/dist/Endpoints/V1/Courses/ContentMigrations/AssetIdMapping/get.d.ts +2 -1
  242. package/dist/Endpoints/V1/Courses/CourseCopy/copy_course_content.d.ts +2 -1
  243. package/dist/Endpoints/V1/Courses/CourseCopy/get.d.ts +2 -1
  244. package/dist/Endpoints/V1/Courses/CoursePacing/create.d.ts +2 -0
  245. package/dist/Endpoints/V1/Courses/CoursePacing/create.js +2 -0
  246. package/dist/Endpoints/V1/Courses/CspSettings/enable_disable_or_clear_explicit_csp_setting_courses.d.ts +2 -1
  247. package/dist/Endpoints/V1/Courses/CspSettings/get.d.ts +2 -1
  248. package/dist/Endpoints/V1/Courses/CustomGradebookColumns/Reorder/reorder_custom_columns.d.ts +2 -1
  249. package/dist/Endpoints/V1/Courses/DiscussionTopics/DateDetails/get.d.ts +10 -1
  250. package/dist/Endpoints/V1/Courses/DiscussionTopics/DateDetails/update.d.ts +2 -1
  251. package/dist/Endpoints/V1/Courses/DiscussionTopics/Entries/Rating/rate_entry_courses.d.ts +2 -1
  252. package/dist/Endpoints/V1/Courses/DiscussionTopics/Entries/Read/mark_entry_as_read_courses.d.ts +2 -1
  253. package/dist/Endpoints/V1/Courses/DiscussionTopics/Entries/Read/mark_entry_as_unread_courses.d.ts +2 -1
  254. package/dist/Endpoints/V1/Courses/DiscussionTopics/Entries/Replies/list.d.ts +2 -1
  255. package/dist/Endpoints/V1/Courses/DiscussionTopics/Entries/Replies/post_reply_courses.d.ts +2 -1
  256. package/dist/Endpoints/V1/Courses/DiscussionTopics/Entries/delete_entry_courses.d.ts +2 -1
  257. package/dist/Endpoints/V1/Courses/DiscussionTopics/Entries/list.d.ts +2 -1
  258. package/dist/Endpoints/V1/Courses/DiscussionTopics/Entries/post_entry_courses.d.ts +2 -1
  259. package/dist/Endpoints/V1/Courses/DiscussionTopics/Entries/update.d.ts +2 -1
  260. package/dist/Endpoints/V1/Courses/DiscussionTopics/EntryList/list.d.ts +2 -1
  261. package/dist/Endpoints/V1/Courses/DiscussionTopics/Read/mark_topic_as_read_courses.d.ts +2 -1
  262. package/dist/Endpoints/V1/Courses/DiscussionTopics/Read/mark_topic_as_unread_courses.d.ts +2 -1
  263. package/dist/Endpoints/V1/Courses/DiscussionTopics/ReadAll/mark_all_entries_as_read_courses.d.ts +2 -1
  264. package/dist/Endpoints/V1/Courses/DiscussionTopics/ReadAll/mark_all_entries_as_unread_courses.d.ts +2 -1
  265. package/dist/Endpoints/V1/Courses/DiscussionTopics/ReadAll/mark_all_topic_as_read_courses.d.ts +2 -1
  266. package/dist/Endpoints/V1/Courses/DiscussionTopics/Reorder/reorder_pinned_topics_courses.d.ts +2 -1
  267. package/dist/Endpoints/V1/Courses/DiscussionTopics/Subscribed/subscribe_to_topic_courses.d.ts +2 -1
  268. package/dist/Endpoints/V1/Courses/DiscussionTopics/Subscribed/unsubscribe_from_topic_courses.d.ts +2 -1
  269. package/dist/Endpoints/V1/Courses/DiscussionTopics/Summaries/Disable/disable_summary_courses.d.ts +2 -1
  270. package/dist/Endpoints/V1/Courses/DiscussionTopics/Summaries/Feedback/summary_feedback_courses.d.ts +2 -1
  271. package/dist/Endpoints/V1/Courses/DiscussionTopics/Summaries/find_last_summary_courses.d.ts +2 -1
  272. package/dist/Endpoints/V1/Courses/DiscussionTopics/Summaries/find_or_create_summary_courses.d.ts +2 -1
  273. package/dist/Endpoints/V1/Courses/DiscussionTopics/View/get.d.ts +2 -1
  274. package/dist/Endpoints/V1/Courses/DiscussionTopics/create.d.ts +2 -1
  275. package/dist/Endpoints/V1/Courses/DiscussionTopics/delete_topic_courses.d.ts +2 -1
  276. package/dist/Endpoints/V1/Courses/DiscussionTopics/get.d.ts +2 -1
  277. package/dist/Endpoints/V1/Courses/DiscussionTopics/update.d.ts +2 -1
  278. package/dist/Endpoints/V1/Courses/DismissMigrationLimitationMessage/remove_quiz_migration_alert.d.ts +2 -1
  279. package/dist/Endpoints/V1/Courses/EffectiveDueDates/get.d.ts +2 -1
  280. package/dist/Endpoints/V1/Courses/Enrollments/Accept/accept_course_invitation.d.ts +2 -1
  281. package/dist/Endpoints/V1/Courses/Enrollments/Reject/reject_course_invitation.d.ts +2 -1
  282. package/dist/Endpoints/V1/Courses/ExternalTools/SessionlessLaunch/get.d.ts +2 -1
  283. package/dist/Endpoints/V1/Courses/ExternalTools/VisibleCourseNavTools/get.d.ts +2 -1
  284. package/dist/Endpoints/V1/Courses/ExternalTools/create.d.ts +17 -187
  285. package/dist/Endpoints/V1/Courses/ExternalTools/create.js +4 -0
  286. package/dist/Endpoints/V1/Courses/ExternalTools/delete_external_tool_courses.d.ts +2 -1
  287. package/dist/Endpoints/V1/Courses/ExternalTools/get.d.ts +2 -1
  288. package/dist/Endpoints/V1/Courses/ExternalTools/list.d.ts +11 -4
  289. package/dist/Endpoints/V1/Courses/ExternalTools/update.d.ts +9 -2
  290. package/dist/Endpoints/V1/Courses/ExternalTools/update.js +7 -1
  291. package/dist/Endpoints/V1/Courses/Features/Enabled/list.d.ts +2 -1
  292. package/dist/Endpoints/V1/Courses/Features/list.d.ts +9 -1
  293. package/dist/Endpoints/V1/Courses/Files/DateDetails/get.d.ts +10 -1
  294. package/dist/Endpoints/V1/Courses/Files/DateDetails/update.d.ts +2 -1
  295. package/dist/Endpoints/V1/Courses/Files/Quota/get.d.ts +2 -1
  296. package/dist/Endpoints/V1/Courses/Folders/ByPath/index.d.ts +1 -1
  297. package/dist/Endpoints/V1/Courses/Folders/ByPath/index.js +1 -1
  298. package/dist/Endpoints/V1/Courses/GradingPeriods/BatchUpdate/batchUpdate.d.ts +2 -1
  299. package/dist/Endpoints/V1/Courses/GradingPeriods/delete_grading_period_courses.d.ts +2 -1
  300. package/dist/Endpoints/V1/Courses/GradingPeriods/get.d.ts +2 -1
  301. package/dist/Endpoints/V1/Courses/GradingPeriods/list.d.ts +2 -1
  302. package/dist/Endpoints/V1/Courses/GradingPeriods/update.d.ts +2 -1
  303. package/dist/Endpoints/V1/Courses/GradingStandards/delete_grading_standard_courses.d.ts +35 -0
  304. package/dist/Endpoints/V1/Courses/GradingStandards/delete_grading_standard_courses.js +15 -0
  305. package/dist/Endpoints/V1/Courses/GradingStandards/index.d.ts +2 -0
  306. package/dist/Endpoints/V1/Courses/GradingStandards/index.js +2 -0
  307. package/dist/Endpoints/V1/Courses/GradingStandards/update.d.ts +77 -0
  308. package/dist/Endpoints/V1/Courses/GradingStandards/update.js +19 -0
  309. package/dist/Endpoints/V1/Courses/GroupCategories/ExportTags/export_tags_and_users_in_course.d.ts +29 -0
  310. package/dist/Endpoints/V1/Courses/GroupCategories/ExportTags/export_tags_and_users_in_course.js +15 -0
  311. package/dist/Endpoints/V1/Courses/GroupCategories/ExportTags/index.d.ts +1 -0
  312. package/dist/Endpoints/V1/Courses/GroupCategories/ExportTags/index.js +1 -0
  313. package/dist/Endpoints/V1/Courses/GroupCategories/ImportTags/import_differentiation_tags.d.ts +57 -0
  314. package/dist/Endpoints/V1/Courses/GroupCategories/ImportTags/import_differentiation_tags.js +18 -0
  315. package/dist/Endpoints/V1/Courses/GroupCategories/ImportTags/index.d.ts +1 -0
  316. package/dist/Endpoints/V1/Courses/GroupCategories/ImportTags/index.js +1 -0
  317. package/dist/Endpoints/V1/Courses/GroupCategories/index.d.ts +2 -0
  318. package/dist/Endpoints/V1/Courses/GroupCategories/index.js +2 -0
  319. package/dist/Endpoints/V1/Courses/LatePolicy/create.d.ts +2 -1
  320. package/dist/Endpoints/V1/Courses/LatePolicy/get.d.ts +2 -1
  321. package/dist/Endpoints/V1/Courses/LatePolicy/patch_late_policy.d.ts +2 -1
  322. package/dist/Endpoints/V1/Courses/LiveAssessments/Results/create.d.ts +2 -1
  323. package/dist/Endpoints/V1/Courses/LiveAssessments/Results/list.d.ts +2 -1
  324. package/dist/Endpoints/V1/Courses/LiveAssessments/create.d.ts +2 -1
  325. package/dist/Endpoints/V1/Courses/LiveAssessments/list.d.ts +2 -1
  326. package/dist/Endpoints/V1/Courses/LtiApps/LaunchDefinitions/list.d.ts +2 -1
  327. package/dist/Endpoints/V1/Courses/Modules/AssignmentOverrides/update.d.ts +2 -1
  328. package/dist/Endpoints/V1/Courses/Modules/DateDetails/get.d.ts +10 -1
  329. package/dist/Endpoints/V1/Courses/Modules/Items/Done/mark_module_item_as_done_not_done.d.ts +2 -1
  330. package/dist/Endpoints/V1/Courses/Modules/Items/MarkRead/mark_module_item_read.d.ts +2 -1
  331. package/dist/Endpoints/V1/Courses/Modules/Items/SelectMasteryPath/select_mastery_path.d.ts +2 -1
  332. package/dist/Endpoints/V1/Courses/OutcomeAlignments/get.d.ts +3 -0
  333. package/dist/Endpoints/V1/Courses/OutcomeAlignments/get.js +3 -0
  334. package/dist/Endpoints/V1/Courses/OutcomeGroupLinks/get.d.ts +2 -0
  335. package/dist/Endpoints/V1/Courses/OutcomeGroupLinks/get.js +2 -0
  336. package/dist/Endpoints/V1/Courses/OutcomeGroups/get.d.ts +2 -0
  337. package/dist/Endpoints/V1/Courses/OutcomeGroups/get.js +2 -0
  338. package/dist/Endpoints/V1/Courses/OutcomeGroups/show_outcome_group_courses.d.ts +2 -0
  339. package/dist/Endpoints/V1/Courses/OutcomeGroups/show_outcome_group_courses.js +2 -0
  340. package/dist/Endpoints/V1/Courses/OutcomeResults/get.d.ts +2 -1
  341. package/dist/Endpoints/V1/Courses/OutcomeRollups/get.d.ts +2 -1
  342. package/dist/Endpoints/V1/Courses/Pages/DateDetails/get.d.ts +10 -1
  343. package/dist/Endpoints/V1/Courses/Pages/DateDetails/update.d.ts +2 -1
  344. package/dist/Endpoints/V1/Courses/Permissions/permissions.d.ts +5 -3
  345. package/dist/Endpoints/V1/Courses/PreviewHtml/preview_processed_html.d.ts +2 -1
  346. package/dist/Endpoints/V1/Courses/QuizExtensions/set_extensions_for_student_quiz_submissions.d.ts +2 -1
  347. package/dist/Endpoints/V1/Courses/Quizzes/DateDetails/get.d.ts +10 -1
  348. package/dist/Endpoints/V1/Courses/Quizzes/DateDetails/update.d.ts +2 -1
  349. package/dist/Endpoints/V1/Courses/Quizzes/Extensions/set_extensions_for_student_quiz_submissions.d.ts +2 -1
  350. package/dist/Endpoints/V1/Courses/Quizzes/Groups/Reorder/reorder_question_groups.d.ts +2 -1
  351. package/dist/Endpoints/V1/Courses/Quizzes/Groups/create.d.ts +2 -1
  352. package/dist/Endpoints/V1/Courses/Quizzes/Groups/delete_question_group.d.ts +2 -1
  353. package/dist/Endpoints/V1/Courses/Quizzes/Groups/update.d.ts +2 -1
  354. package/dist/Endpoints/V1/Courses/Quizzes/IpFilters/get.d.ts +2 -1
  355. package/dist/Endpoints/V1/Courses/Quizzes/Questions/delete_quiz_question.d.ts +2 -1
  356. package/dist/Endpoints/V1/Courses/Quizzes/Reorder/reorder_quiz_items.d.ts +2 -1
  357. package/dist/Endpoints/V1/Courses/Quizzes/Reports/abort_generation_of_report_or_remove_previously_generated_one.d.ts +2 -1
  358. package/dist/Endpoints/V1/Courses/Quizzes/Statistics/fetching_latest_quiz_statistics.d.ts +2 -1
  359. package/dist/Endpoints/V1/Courses/Quizzes/Submission/get.d.ts +2 -1
  360. package/dist/Endpoints/V1/Courses/Quizzes/SubmissionUsers/Message/send_message_to_unsubmitted_or_submitted_users_for_quiz.d.ts +2 -1
  361. package/dist/Endpoints/V1/Courses/Quizzes/Submissions/Complete/complete_quiz_submission_turn_it_in.d.ts +2 -1
  362. package/dist/Endpoints/V1/Courses/Quizzes/Submissions/Events/retrieve_captured_events.d.ts +2 -1
  363. package/dist/Endpoints/V1/Courses/Quizzes/Submissions/Events/submit_captured_events.d.ts +2 -1
  364. package/dist/Endpoints/V1/Courses/Quizzes/Submissions/Time/get.d.ts +2 -1
  365. package/dist/Endpoints/V1/Courses/Quizzes/Submissions/create.d.ts +2 -1
  366. package/dist/Endpoints/V1/Courses/Quizzes/Submissions/get.d.ts +2 -1
  367. package/dist/Endpoints/V1/Courses/Quizzes/Submissions/update.d.ts +2 -1
  368. package/dist/Endpoints/V1/Courses/Quizzes/delete_quiz.d.ts +2 -0
  369. package/dist/Endpoints/V1/Courses/Quizzes/delete_quiz.js +2 -0
  370. package/dist/Endpoints/V1/Courses/Restore/index.d.ts +1 -0
  371. package/dist/Endpoints/V1/Courses/Restore/index.js +1 -0
  372. package/dist/Endpoints/V1/Courses/Restore/restore_course_version.d.ts +38 -0
  373. package/dist/Endpoints/V1/Courses/Restore/restore_course_version.js +15 -0
  374. package/dist/Endpoints/V1/Courses/RootOutcomeGroup/redirect_to_root_outcome_group_for_context_courses.d.ts +2 -1
  375. package/dist/Endpoints/V1/Courses/RubricAssociations/RubricAssessments/create.d.ts +2 -2
  376. package/dist/Endpoints/V1/Courses/RubricAssociations/RubricAssessments/update.d.ts +2 -2
  377. package/dist/Endpoints/V1/Courses/Rubrics/UsedLocations/get.d.ts +3 -3
  378. package/dist/Endpoints/V1/Courses/Rubrics/UsedLocations/get.js +3 -3
  379. package/dist/Endpoints/V1/Courses/Rubrics/create.d.ts +3 -3
  380. package/dist/Endpoints/V1/Courses/Rubrics/create.js +1 -1
  381. package/dist/Endpoints/V1/Courses/Rubrics/list.d.ts +2 -1
  382. package/dist/Endpoints/V1/Courses/Rubrics/update.d.ts +3 -3
  383. package/dist/Endpoints/V1/Courses/Rubrics/update.js +1 -1
  384. package/dist/Endpoints/V1/Courses/SearchUsers/list.d.ts +6 -0
  385. package/dist/Endpoints/V1/Courses/Settings/get.d.ts +2 -1
  386. package/dist/Endpoints/V1/Courses/Settings/update.d.ts +2 -1
  387. package/dist/Endpoints/V1/Courses/Students/Submissions/list.d.ts +2 -1
  388. package/dist/Endpoints/V1/Courses/Submissions/BulkMarkRead/mark_bulk_submissions_as_read_courses.d.ts +2 -1
  389. package/dist/Endpoints/V1/Courses/Submissions/ClearUnread/clear_unread_status_for_all_submissions_courses.d.ts +2 -1
  390. package/dist/Endpoints/V1/Courses/Tabs/list.d.ts +2 -1
  391. package/dist/Endpoints/V1/Courses/Todo/course_todo_items.d.ts +2 -1
  392. package/dist/Endpoints/V1/Courses/UsageRights/remove_usage_rights_courses.d.ts +2 -1
  393. package/dist/Endpoints/V1/Courses/Users/list.d.ts +6 -0
  394. package/dist/Endpoints/V1/Courses/WhatIfGrades/Reset/reset_what_if_scores_for_current_user_for_entire_course_and_recalculate_grades.d.ts +2 -0
  395. package/dist/Endpoints/V1/Courses/WhatIfGrades/Reset/reset_what_if_scores_for_current_user_for_entire_course_and_recalculate_grades.js +2 -0
  396. package/dist/Endpoints/V1/Courses/delete_conclude_course.d.ts +2 -1
  397. package/dist/Endpoints/V1/Courses/index.d.ts +4 -0
  398. package/dist/Endpoints/V1/Courses/index.js +4 -0
  399. package/dist/Endpoints/V1/Courses/update.d.ts +2 -1
  400. package/dist/Endpoints/V1/DeveloperKeys/update.d.ts +3 -4
  401. package/dist/Endpoints/V1/EnqueueOutcomeRollupCalculation/enqueue_delayed_outcome_rollup_calculation_job.d.ts +28 -0
  402. package/dist/Endpoints/V1/EnqueueOutcomeRollupCalculation/enqueue_delayed_outcome_rollup_calculation_job.js +13 -0
  403. package/dist/Endpoints/V1/EnqueueOutcomeRollupCalculation/index.d.ts +1 -0
  404. package/dist/Endpoints/V1/EnqueueOutcomeRollupCalculation/index.js +1 -0
  405. package/dist/Endpoints/V1/ErrorReports/create.d.ts +2 -1
  406. package/dist/Endpoints/V1/ExternalTools/VisibleCourseNavTools/get.d.ts +2 -1
  407. package/dist/Endpoints/V1/Features/Environment/list.d.ts +2 -1
  408. package/dist/Endpoints/V1/Files/IconMetadata/get.d.ts +2 -1
  409. package/dist/Endpoints/V1/Files/PublicUrl/get.d.ts +2 -1
  410. package/dist/Endpoints/V1/Folders/delete_folder.d.ts +2 -1
  411. package/dist/Endpoints/V1/Global/OutcomeGroups/show_outcome_group_global.d.ts +2 -0
  412. package/dist/Endpoints/V1/Global/OutcomeGroups/show_outcome_group_global.js +2 -0
  413. package/dist/Endpoints/V1/Global/RootOutcomeGroup/redirect_to_root_outcome_group_for_context_global.d.ts +2 -1
  414. package/dist/Endpoints/V1/GradingPeriodSets/GradingPeriods/BatchUpdate/batchUpdate.d.ts +2 -1
  415. package/dist/Endpoints/V1/GroupCategories/Export/export_groups_in_and_users_in_category.d.ts +2 -1
  416. package/dist/Endpoints/V1/GroupCategories/delete_group_category.d.ts +2 -1
  417. package/dist/Endpoints/V1/Groups/ActivityStream/Summary/group_activity_stream_summary.d.ts +2 -1
  418. package/dist/Endpoints/V1/Groups/ActivityStream/group_activity_stream.d.ts +2 -1
  419. package/dist/Endpoints/V1/Groups/Assignments/Override/redirect_to_assignment_override_for_group.d.ts +2 -1
  420. package/dist/Endpoints/V1/Groups/DiscussionTopics/Entries/Rating/rate_entry_groups.d.ts +2 -1
  421. package/dist/Endpoints/V1/Groups/DiscussionTopics/Entries/Read/mark_entry_as_read_groups.d.ts +2 -1
  422. package/dist/Endpoints/V1/Groups/DiscussionTopics/Entries/Read/mark_entry_as_unread_groups.d.ts +2 -1
  423. package/dist/Endpoints/V1/Groups/DiscussionTopics/Entries/Replies/list.d.ts +2 -1
  424. package/dist/Endpoints/V1/Groups/DiscussionTopics/Entries/Replies/post_reply_groups.d.ts +2 -1
  425. package/dist/Endpoints/V1/Groups/DiscussionTopics/Entries/delete_entry_groups.d.ts +2 -1
  426. package/dist/Endpoints/V1/Groups/DiscussionTopics/Entries/list.d.ts +2 -1
  427. package/dist/Endpoints/V1/Groups/DiscussionTopics/Entries/post_entry_groups.d.ts +2 -1
  428. package/dist/Endpoints/V1/Groups/DiscussionTopics/Entries/update.d.ts +2 -1
  429. package/dist/Endpoints/V1/Groups/DiscussionTopics/EntryList/list.d.ts +2 -1
  430. package/dist/Endpoints/V1/Groups/DiscussionTopics/Read/mark_topic_as_read_groups.d.ts +2 -1
  431. package/dist/Endpoints/V1/Groups/DiscussionTopics/Read/mark_topic_as_unread_groups.d.ts +2 -1
  432. package/dist/Endpoints/V1/Groups/DiscussionTopics/ReadAll/mark_all_entries_as_read_groups.d.ts +2 -1
  433. package/dist/Endpoints/V1/Groups/DiscussionTopics/ReadAll/mark_all_entries_as_unread_groups.d.ts +2 -1
  434. package/dist/Endpoints/V1/Groups/DiscussionTopics/ReadAll/mark_all_topic_as_read_groups.d.ts +2 -1
  435. package/dist/Endpoints/V1/Groups/DiscussionTopics/Reorder/reorder_pinned_topics_groups.d.ts +2 -1
  436. package/dist/Endpoints/V1/Groups/DiscussionTopics/Subscribed/subscribe_to_topic_groups.d.ts +2 -1
  437. package/dist/Endpoints/V1/Groups/DiscussionTopics/Subscribed/unsubscribe_from_topic_groups.d.ts +2 -1
  438. package/dist/Endpoints/V1/Groups/DiscussionTopics/Summaries/Disable/disable_summary_groups.d.ts +2 -1
  439. package/dist/Endpoints/V1/Groups/DiscussionTopics/Summaries/Feedback/summary_feedback_groups.d.ts +2 -1
  440. package/dist/Endpoints/V1/Groups/DiscussionTopics/Summaries/find_last_summary_groups.d.ts +2 -1
  441. package/dist/Endpoints/V1/Groups/DiscussionTopics/Summaries/find_or_create_summary_groups.d.ts +2 -1
  442. package/dist/Endpoints/V1/Groups/DiscussionTopics/View/get.d.ts +2 -1
  443. package/dist/Endpoints/V1/Groups/DiscussionTopics/create.d.ts +2 -1
  444. package/dist/Endpoints/V1/Groups/DiscussionTopics/delete_topic_groups.d.ts +2 -1
  445. package/dist/Endpoints/V1/Groups/DiscussionTopics/get.d.ts +2 -1
  446. package/dist/Endpoints/V1/Groups/DiscussionTopics/update.d.ts +2 -1
  447. package/dist/Endpoints/V1/Groups/ExternalTools/list.d.ts +11 -4
  448. package/dist/Endpoints/V1/Groups/Files/Quota/get.d.ts +2 -1
  449. package/dist/Endpoints/V1/Groups/Files/upload.d.ts +2 -2
  450. package/dist/Endpoints/V1/Groups/Files/upload.js +2 -2
  451. package/dist/Endpoints/V1/Groups/Folders/ByPath/index.d.ts +1 -1
  452. package/dist/Endpoints/V1/Groups/Folders/ByPath/index.js +1 -1
  453. package/dist/Endpoints/V1/Groups/Invite/invite_others_to_group.d.ts +2 -1
  454. package/dist/Endpoints/V1/Groups/Memberships/leave_group_memberships.d.ts +2 -1
  455. package/dist/Endpoints/V1/Groups/Permissions/permissions.d.ts +5 -3
  456. package/dist/Endpoints/V1/Groups/PreviewHtml/preview_processed_html.d.ts +2 -1
  457. package/dist/Endpoints/V1/Groups/Tabs/list.d.ts +2 -1
  458. package/dist/Endpoints/V1/Groups/UsageRights/remove_usage_rights_groups.d.ts +2 -1
  459. package/dist/Endpoints/V1/Groups/Users/bulk_delete_memberships_bulk_deletes_memberships_by_providing_array_of_user_ids.d.ts +36 -0
  460. package/dist/Endpoints/V1/Groups/Users/bulk_delete_memberships_bulk_deletes_memberships_by_providing_array_of_user_ids.js +15 -0
  461. package/dist/Endpoints/V1/Groups/Users/index.d.ts +1 -0
  462. package/dist/Endpoints/V1/Groups/Users/index.js +1 -0
  463. package/dist/Endpoints/V1/Groups/Users/leave_group_users.d.ts +2 -1
  464. package/dist/Endpoints/V1/ManuallyCreatedCoursesAccount/get.d.ts +3 -0
  465. package/dist/Endpoints/V1/ManuallyCreatedCoursesAccount/get.js +3 -0
  466. package/dist/Endpoints/V1/MediaAttachments/update.d.ts +4 -1
  467. package/dist/Endpoints/V1/MediaAttachments/update.js +2 -0
  468. package/dist/Endpoints/V1/MediaObjects/update.d.ts +4 -1
  469. package/dist/Endpoints/V1/MediaObjects/update.js +2 -0
  470. package/dist/Endpoints/V1/Permissions/Groups/index.d.ts +1 -0
  471. package/dist/Endpoints/V1/Permissions/Groups/index.js +1 -0
  472. package/dist/Endpoints/V1/Permissions/Groups/retrieve_permission_groups.d.ts +22 -0
  473. package/dist/Endpoints/V1/Permissions/Groups/retrieve_permission_groups.js +18 -0
  474. package/dist/Endpoints/V1/Permissions/Help/get.d.ts +28 -0
  475. package/dist/Endpoints/V1/Permissions/Help/get.js +16 -0
  476. package/dist/Endpoints/V1/Permissions/Help/index.d.ts +1 -0
  477. package/dist/Endpoints/V1/Permissions/Help/index.js +1 -0
  478. package/dist/Endpoints/V1/Permissions/index.d.ts +2 -0
  479. package/dist/Endpoints/V1/Permissions/index.js +2 -0
  480. package/dist/Endpoints/V1/PollSessions/Closed/list.d.ts +2 -1
  481. package/dist/Endpoints/V1/PollSessions/Opened/list.d.ts +2 -1
  482. package/dist/Endpoints/V1/Polls/PollChoices/create.d.ts +2 -1
  483. package/dist/Endpoints/V1/Polls/PollChoices/delete_poll_choice.d.ts +2 -1
  484. package/dist/Endpoints/V1/Polls/PollChoices/get.d.ts +2 -1
  485. package/dist/Endpoints/V1/Polls/PollChoices/list.d.ts +2 -1
  486. package/dist/Endpoints/V1/Polls/PollChoices/update.d.ts +2 -1
  487. package/dist/Endpoints/V1/Polls/PollSessions/Close/close_opened_poll_session.d.ts +2 -1
  488. package/dist/Endpoints/V1/Polls/PollSessions/Open/open_poll_session.d.ts +2 -1
  489. package/dist/Endpoints/V1/Polls/PollSessions/PollSubmissions/create.d.ts +2 -1
  490. package/dist/Endpoints/V1/Polls/PollSessions/PollSubmissions/get.d.ts +2 -1
  491. package/dist/Endpoints/V1/Polls/PollSessions/create.d.ts +2 -1
  492. package/dist/Endpoints/V1/Polls/PollSessions/delete_poll_session.d.ts +2 -1
  493. package/dist/Endpoints/V1/Polls/PollSessions/get.d.ts +2 -1
  494. package/dist/Endpoints/V1/Polls/PollSessions/list.d.ts +2 -1
  495. package/dist/Endpoints/V1/Polls/PollSessions/update.d.ts +2 -1
  496. package/dist/Endpoints/V1/Polls/create.d.ts +2 -1
  497. package/dist/Endpoints/V1/Polls/delete_poll.d.ts +2 -1
  498. package/dist/Endpoints/V1/Polls/get.d.ts +2 -1
  499. package/dist/Endpoints/V1/Polls/list.d.ts +2 -1
  500. package/dist/Endpoints/V1/Polls/update.d.ts +2 -1
  501. package/dist/Endpoints/V1/QuizSubmissions/Questions/Flag/flagging_question.d.ts +2 -1
  502. package/dist/Endpoints/V1/QuizSubmissions/Questions/FormattedAnswer/get.d.ts +2 -1
  503. package/dist/Endpoints/V1/QuizSubmissions/Questions/Unflag/unflagging_question.d.ts +2 -1
  504. package/dist/Endpoints/V1/QuizSubmissions/Questions/get.d.ts +2 -1
  505. package/dist/Endpoints/V1/Rubrics/UploadTemplate/templated_file_for_importing_rubric.d.ts +2 -0
  506. package/dist/Endpoints/V1/Rubrics/UploadTemplate/templated_file_for_importing_rubric.js +2 -0
  507. package/dist/Endpoints/V1/Search/AllCourses/list.d.ts +2 -1
  508. package/dist/Endpoints/V1/Search/Recipients/find_recipients_search.d.ts +2 -1
  509. package/dist/Endpoints/V1/Sections/Assignments/AnonymousSubmissions/get.d.ts +2 -1
  510. package/dist/Endpoints/V1/Sections/Assignments/AnonymousSubmissions/grade_or_comment_on_submission_by_anonymous_id_sections.d.ts +16 -3
  511. package/dist/Endpoints/V1/Sections/Assignments/Override/redirect_to_assignment_override_for_section.d.ts +2 -1
  512. package/dist/Endpoints/V1/Sections/Assignments/SubmissionSummary/submission_summary_sections.d.ts +2 -1
  513. package/dist/Endpoints/V1/Sections/Assignments/Submissions/DocumentAnnotations/Read/get.d.ts +2 -1
  514. package/dist/Endpoints/V1/Sections/Assignments/Submissions/DocumentAnnotations/Read/mark_document_annotations_as_read_sections.d.ts +2 -1
  515. package/dist/Endpoints/V1/Sections/Assignments/Submissions/Read/mark_submission_as_read_sections.d.ts +2 -1
  516. package/dist/Endpoints/V1/Sections/Assignments/Submissions/Read/mark_submission_as_unread_sections.d.ts +2 -1
  517. package/dist/Endpoints/V1/Sections/Assignments/Submissions/Read/mark_submission_item_as_read_sections.d.ts +2 -1
  518. package/dist/Endpoints/V1/Sections/Assignments/Submissions/RubricAssessments/Read/get.d.ts +2 -1
  519. package/dist/Endpoints/V1/Sections/Assignments/Submissions/RubricAssessments/Read/mark_rubric_assessments_as_read_sections_rubric_assessments.d.ts +2 -1
  520. package/dist/Endpoints/V1/Sections/Assignments/Submissions/RubricComments/Read/get.d.ts +2 -1
  521. package/dist/Endpoints/V1/Sections/Assignments/Submissions/RubricComments/Read/mark_rubric_assessments_as_read_sections_rubric_comments.d.ts +2 -1
  522. package/dist/Endpoints/V1/Sections/Assignments/Submissions/get.d.ts +2 -1
  523. package/dist/Endpoints/V1/Sections/Assignments/Submissions/grade_or_comment_on_submission_sections.d.ts +16 -3
  524. package/dist/Endpoints/V1/Sections/Assignments/Submissions/submit_assignment_sections.d.ts +2 -1
  525. package/dist/Endpoints/V1/Sections/Students/Submissions/list.d.ts +2 -1
  526. package/dist/Endpoints/V1/Sections/Submissions/BulkMarkRead/mark_bulk_submissions_as_read_sections.d.ts +2 -1
  527. package/dist/Endpoints/V1/Sections/Submissions/ClearUnread/clear_unread_status_for_all_submissions_sections.d.ts +2 -1
  528. package/dist/Endpoints/V1/Services/Kaltura/get.d.ts +2 -1
  529. package/dist/Endpoints/V1/Services/KalturaSession/start_kaltura_session.d.ts +2 -1
  530. package/dist/Endpoints/V1/Settings/Environment/list.d.ts +2 -1
  531. package/dist/Endpoints/V1/Users/ActivityStream/list.d.ts +2 -1
  532. package/dist/Endpoints/V1/Users/Colors/get.d.ts +2 -1
  533. package/dist/Endpoints/V1/Users/Colors/list.d.ts +2 -1
  534. package/dist/Endpoints/V1/Users/Colors/update.d.ts +2 -1
  535. package/dist/Endpoints/V1/Users/CommunicationChannels/NotificationPreferenceCategories/list.d.ts +2 -1
  536. package/dist/Endpoints/V1/Users/ContentShares/remove_content_share.d.ts +2 -1
  537. package/dist/Endpoints/V1/Users/Courses/Assignments/list.d.ts +2 -1
  538. package/dist/Endpoints/V1/Users/CustomData/delete_custom_data.d.ts +2 -1
  539. package/dist/Endpoints/V1/Users/CustomData/load_custom_data.d.ts +2 -1
  540. package/dist/Endpoints/V1/Users/CustomData/store_custom_data.d.ts +2 -1
  541. package/dist/Endpoints/V1/Users/DashboardPositions/get.d.ts +2 -1
  542. package/dist/Endpoints/V1/Users/DashboardPositions/update.d.ts +2 -1
  543. package/dist/Endpoints/V1/Users/Eportfolios/moderate_all_eportfolios_for_user.d.ts +2 -1
  544. package/dist/Endpoints/V1/Users/Features/Enabled/list.d.ts +2 -1
  545. package/dist/Endpoints/V1/Users/Features/list.d.ts +9 -1
  546. package/dist/Endpoints/V1/Users/Files/Quota/get.d.ts +2 -1
  547. package/dist/Endpoints/V1/Users/FilesUiVersionPreference/update.d.ts +2 -1
  548. package/dist/Endpoints/V1/Users/Folders/ByPath/index.d.ts +1 -1
  549. package/dist/Endpoints/V1/Users/Folders/ByPath/index.js +1 -1
  550. package/dist/Endpoints/V1/Users/GradedSubmissions/get.d.ts +2 -0
  551. package/dist/Endpoints/V1/Users/GradedSubmissions/get.js +2 -0
  552. package/dist/Endpoints/V1/Users/Logins/delete_user_login.d.ts +2 -1
  553. package/dist/Endpoints/V1/Users/Logins/list.d.ts +2 -1
  554. package/dist/Endpoints/V1/Users/MobileSessions/log_users_out_of_all_mobile_apps_id.d.ts +12 -3
  555. package/dist/Endpoints/V1/Users/MobileSessions/log_users_out_of_all_mobile_apps_id.js +2 -1
  556. package/dist/Endpoints/V1/Users/MobileSessions/log_users_out_of_all_mobile_apps_mobile_sessions.d.ts +12 -3
  557. package/dist/Endpoints/V1/Users/MobileSessions/log_users_out_of_all_mobile_apps_mobile_sessions.js +2 -1
  558. package/dist/Endpoints/V1/Users/PageViews/Query/Results/beta_get_query_results.d.ts +40 -0
  559. package/dist/Endpoints/V1/Users/PageViews/Query/Results/beta_get_query_results.js +20 -0
  560. package/dist/Endpoints/V1/Users/PageViews/Query/Results/index.d.ts +1 -0
  561. package/dist/Endpoints/V1/Users/PageViews/Query/Results/index.js +1 -0
  562. package/dist/Endpoints/V1/Users/PageViews/Query/beta_initiate_page_views_query.d.ts +54 -0
  563. package/dist/Endpoints/V1/Users/PageViews/Query/beta_initiate_page_views_query.js +21 -0
  564. package/dist/Endpoints/V1/Users/PageViews/Query/beta_poll_query_status.d.ts +40 -0
  565. package/dist/Endpoints/V1/Users/PageViews/Query/beta_poll_query_status.js +20 -0
  566. package/dist/Endpoints/V1/Users/PageViews/Query/index.d.ts +3 -0
  567. package/dist/Endpoints/V1/Users/PageViews/Query/index.js +3 -0
  568. package/dist/Endpoints/V1/Users/PageViews/index.d.ts +1 -0
  569. package/dist/Endpoints/V1/Users/PageViews/index.js +1 -0
  570. package/dist/Endpoints/V1/Users/PageViews/list.d.ts +0 -10
  571. package/dist/Endpoints/V1/Users/PageViews/list.js +0 -10
  572. package/dist/Endpoints/V1/Users/ResetPassword/kickoff_password_recovery_flow.d.ts +2 -1
  573. package/dist/Endpoints/V1/Users/Self/ActivityStream/Summary/activity_stream_summary.d.ts +2 -1
  574. package/dist/Endpoints/V1/Users/Self/ActivityStream/hide_all_stream_items.d.ts +2 -1
  575. package/dist/Endpoints/V1/Users/Self/ActivityStream/hide_stream_item.d.ts +2 -1
  576. package/dist/Endpoints/V1/Users/Self/ActivityStream/list.d.ts +2 -1
  577. package/dist/Endpoints/V1/Users/Self/Bookmarks/delete_bookmark.d.ts +2 -1
  578. package/dist/Endpoints/V1/Users/Self/CommunicationChannels/NotificationPreferenceCategories/update.d.ts +2 -1
  579. package/dist/Endpoints/V1/Users/Self/CommunicationChannels/NotificationPreferences/update.d.ts +2 -1
  580. package/dist/Endpoints/V1/Users/Self/CourseNicknames/clear_course_nicknames.d.ts +2 -1
  581. package/dist/Endpoints/V1/Users/Self/Favorites/Courses/reset_course_favorites.d.ts +2 -1
  582. package/dist/Endpoints/V1/Users/Self/Favorites/Groups/reset_group_favorites.d.ts +2 -1
  583. package/dist/Endpoints/V1/Users/Self/PandataEventsToken/get_pandata_events_jwt_token_and_its_expiration_date.d.ts +2 -1
  584. package/dist/Endpoints/V1/Users/Self/Todo/list.d.ts +2 -1
  585. package/dist/Endpoints/V1/Users/Self/TodoItemCount/list.d.ts +2 -1
  586. package/dist/Endpoints/V1/Users/Self/UpcomingEvents/list.d.ts +2 -1
  587. package/dist/Endpoints/V1/Users/Sessions/terminate_all_user_sessions.d.ts +2 -1
  588. package/dist/Endpoints/V1/Users/Settings/update.d.ts +10 -1
  589. package/dist/Endpoints/V1/Users/Tabs/list.d.ts +2 -1
  590. package/dist/Endpoints/V1/Users/TemporaryEnrollmentStatus/show_temporary_enrollment_recipient_and_provider_status.d.ts +2 -1
  591. package/dist/Endpoints/V1/Users/TextEditorPreference/update.d.ts +2 -1
  592. package/dist/Endpoints/V1/Users/Tokens/create.d.ts +2 -1
  593. package/dist/Endpoints/V1/Users/Tokens/delete_access_token.d.ts +2 -1
  594. package/dist/Endpoints/V1/Users/Tokens/show_access_token.d.ts +2 -1
  595. package/dist/Endpoints/V1/Users/Tokens/update.d.ts +2 -1
  596. package/dist/Endpoints/V1/Users/UsageRights/remove_usage_rights_users.d.ts +2 -1
  597. package/dist/Endpoints/V1/Users/UserGeneratedTokens/index.d.ts +1 -0
  598. package/dist/Endpoints/V1/Users/UserGeneratedTokens/index.js +1 -0
  599. package/dist/Endpoints/V1/Users/UserGeneratedTokens/list.d.ts +40 -0
  600. package/dist/Endpoints/V1/Users/UserGeneratedTokens/list.js +17 -0
  601. package/dist/Endpoints/V1/Users/index.d.ts +1 -0
  602. package/dist/Endpoints/V1/Users/index.js +1 -0
  603. package/dist/Endpoints/V1/index.d.ts +2 -0
  604. package/dist/Endpoints/V1/index.js +2 -0
  605. package/dist/Overrides.d.ts +32 -23
  606. package/dist/Resources/AccessTokens.d.ts +64 -0
  607. package/dist/Resources/AccessTokens.js +1 -0
  608. package/dist/Resources/AiExperiences.d.ts +27 -0
  609. package/dist/Resources/AiExperiences.js +1 -0
  610. package/dist/Resources/Conversations.d.ts +2 -0
  611. package/dist/Resources/CoursePace.d.ts +2 -2
  612. package/dist/Resources/DeveloperKeys.d.ts +2 -0
  613. package/dist/Resources/ExternalTools.d.ts +532 -0
  614. package/dist/Resources/ExternalTools.js +1 -0
  615. package/dist/Resources/FeatureFlags.d.ts +6 -0
  616. package/dist/Resources/Files.d.ts +0 -1
  617. package/dist/Resources/LearningObjectDates.d.ts +9 -0
  618. package/dist/Resources/LtiRegistrations.d.ts +41 -2
  619. package/dist/Resources/ProficiencyRatings.d.ts +2 -1
  620. package/dist/Resources/Roles.d.ts +30 -2
  621. package/dist/Resources/Users.d.ts +51 -0
  622. package/dist/Resources/WhatIfGrades.d.ts +3 -2
  623. package/dist/Resources/index.d.ts +3 -0
  624. package/dist/Resources/index.js +3 -0
  625. package/package.json +10 -10
  626. package/var/render.log +1075 -1027
  627. package/dist/Endpoints/V1/Courses/Folders/ByPath/resolve_path_courses_full_path.d.ts +0 -36
  628. package/dist/Endpoints/V1/Courses/Folders/ByPath/resolve_path_courses_full_path.js +0 -20
  629. package/dist/Endpoints/V1/Groups/Folders/ByPath/resolve_path_groups_full_path.d.ts +0 -36
  630. package/dist/Endpoints/V1/Groups/Folders/ByPath/resolve_path_groups_full_path.js +0 -20
  631. package/dist/Endpoints/V1/Users/Folders/ByPath/resolve_path_users_full_path.d.ts +0 -36
  632. package/dist/Endpoints/V1/Users/Folders/ByPath/resolve_path_users_full_path.js +0 -20
@@ -0,0 +1,77 @@
1
+ import { Masquerade } from '@groton/canvas-api.client.base';
2
+ import { GradingStandard } from '../../../../Resources/GradingStandards.js';
3
+ export type updatePathParameters = {
4
+ /**
5
+ * ID
6
+ *
7
+ * Type: string
8
+ */
9
+ account_id: string | number;
10
+ /**
11
+ * ID
12
+ *
13
+ * Type: string
14
+ */
15
+ grading_standard_id: string | number;
16
+ };
17
+ export type updateSearchParameters = Masquerade;
18
+ export type updateFormParameters = Masquerade & {
19
+ /** The title for the Grading Standard */
20
+ title: string;
21
+ /**
22
+ * Whether or not a grading scheme is points based. Defaults to false.
23
+ *
24
+ * Type: boolean
25
+ */
26
+ points_based: boolean | string;
27
+ /**
28
+ * The factor by which to scale a percentage into a points based scheme
29
+ * grade. This is the maximum number of points possible in the grading
30
+ * scheme. Defaults to 1. Not required for percentage based grading
31
+ * schemes.
32
+ *
33
+ * Type: integer
34
+ *
35
+ * Format: 'int64'
36
+ */
37
+ scaling_factor: number | string;
38
+ /**
39
+ * The name for an entry value within a GradingStandard that describes the
40
+ * range of the value e.g. A-
41
+ */
42
+ 'grading_scheme_entry[name]': string[];
43
+ /**
44
+ * The value for the name of the entry within a GradingStandard. The entry
45
+ * represents the lower bound of the range for the entry. This range
46
+ * includes the value up to the next entry in the GradingStandard, or 100 if
47
+ * there is no upper bound. The lowest value will have a lower bound range
48
+ * of 0. e.g. 93
49
+ *
50
+ * Format: 'int64'
51
+ */
52
+ 'grading_scheme_entry[value]': number | string[];
53
+ };
54
+ type Options = {
55
+ pathParams: updatePathParameters;
56
+ } & ({
57
+ searchParams?: Partial<updateSearchParameters>;
58
+ params?: Partial<updateFormParameters>;
59
+ strict?: false;
60
+ } | {
61
+ searchParams: updateSearchParameters;
62
+ params: updateFormParameters;
63
+ strict: true;
64
+ });
65
+ /**
66
+ * Update a grading standard
67
+ *
68
+ * Updates the grading standard with the given id
69
+ *
70
+ * If the grading standard has been used for grading, only the title can be
71
+ * updated. The data, points_based, and scaling_factor cannot be modified once
72
+ * the grading standard has been used to grade assignments.
73
+ *
74
+ * Nickname: update_grading_standard_accounts
75
+ */
76
+ export declare function update(options: Options): Promise<GradingStandard>;
77
+ export {};
@@ -0,0 +1,19 @@
1
+ import { client } from '../../../../Client.js';
2
+ /**
3
+ * Update a grading standard
4
+ *
5
+ * Updates the grading standard with the given id
6
+ *
7
+ * If the grading standard has been used for grading, only the title can be
8
+ * updated. The data, points_based, and scaling_factor cannot be modified once
9
+ * the grading standard has been used to grade assignments.
10
+ *
11
+ * Nickname: update_grading_standard_accounts
12
+ */
13
+ export async function update(options) {
14
+ const response = await client().fetchAs(`/api/v1/accounts/{account_id}/grading_standards/{grading_standard_id}`, {
15
+ method: 'PUT',
16
+ ...options
17
+ });
18
+ return response;
19
+ }
@@ -1,3 +1,4 @@
1
+ import { JSONValue } from '@battis/typescript-tricks';
1
2
  import { Masquerade } from '@groton/canvas-api.client.base';
2
3
  export type createPathParameters = {
3
4
  /**
@@ -89,5 +90,5 @@ type Options = {
89
90
  *
90
91
  * Nickname: create_user_login
91
92
  */
92
- export declare function create(options: Options): Promise<void>;
93
+ export declare function create(options: Options): Promise<JSONValue>;
93
94
  export {};
@@ -1,3 +1,4 @@
1
+ import { JSONValue } from '@battis/typescript-tricks';
1
2
  import { Masquerade } from '@groton/canvas-api.client.base';
2
3
  export type listPathParameters = {
3
4
  /**
@@ -25,5 +26,5 @@ type Options = {
25
26
  *
26
27
  * Nickname: list_user_logins_accounts
27
28
  */
28
- export declare function list(options: Options): Promise<void>;
29
+ export declare function list(options: Options): Promise<JSONValue>;
29
30
  export {};
@@ -1,3 +1,4 @@
1
+ import { JSONValue } from '@battis/typescript-tricks';
1
2
  import { Masquerade } from '@groton/canvas-api.client.base';
2
3
  export type updatePathParameters = {
3
4
  /**
@@ -89,5 +90,5 @@ type Options = {
89
90
  *
90
91
  * Nickname: edit_user_login
91
92
  */
92
- export declare function update(options: Options): Promise<void>;
93
+ export declare function update(options: Options): Promise<JSONValue>;
93
94
  export {};
@@ -1,3 +1,4 @@
1
+ import { JSONValue } from '@battis/typescript-tricks';
1
2
  import { Masquerade } from '@groton/canvas-api.client.base';
2
3
  export type listPathParameters = {
3
4
  /**
@@ -38,5 +39,5 @@ type Options = {
38
39
  *
39
40
  * Nickname: list_lti_launch_definitions_accounts
40
41
  */
41
- export declare function list(options: Options): Promise<void>;
42
+ export declare function list(options: Options): Promise<JSONValue>;
42
43
  export {};
@@ -0,0 +1,39 @@
1
+ import { JSONValue } from '@battis/typescript-tricks';
2
+ import { Masquerade, Paginated } from '@groton/canvas-api.client.base';
3
+ export type getPathParameters = {
4
+ /**
5
+ * ID
6
+ *
7
+ * Type: string
8
+ */
9
+ account_id: string | number;
10
+ /**
11
+ * ID
12
+ *
13
+ * Type: string
14
+ */
15
+ id: string | number;
16
+ };
17
+ export type getSearchParameters = Masquerade & Paginated;
18
+ type Options = {
19
+ pathParams: getPathParameters;
20
+ } & ({
21
+ searchParams?: Partial<getSearchParameters>;
22
+ strict?: false;
23
+ } | {
24
+ searchParams: getSearchParameters;
25
+ strict: true;
26
+ });
27
+ /**
28
+ * Get LTI Registration History
29
+ *
30
+ * Returns the history entries for the specified LTI registration. This endpoint
31
+ * provides comprehensive change tracking for all fields associated with the
32
+ * registration, including registration fields, developer key changes, internal
33
+ * configuration changes, and overlay changes. Supports pagination using the
34
+ * `page` and `per_page` parameters. The default page size is 10.
35
+ *
36
+ * Nickname: get_lti_registration_history
37
+ */
38
+ export declare function get(options: Options): Promise<JSONValue[]>;
39
+ export {};
@@ -0,0 +1,19 @@
1
+ import { client } from '../../../../../Client.js';
2
+ /**
3
+ * Get LTI Registration History
4
+ *
5
+ * Returns the history entries for the specified LTI registration. This endpoint
6
+ * provides comprehensive change tracking for all fields associated with the
7
+ * registration, including registration fields, developer key changes, internal
8
+ * configuration changes, and overlay changes. Supports pagination using the
9
+ * `page` and `per_page` parameters. The default page size is 10.
10
+ *
11
+ * Nickname: get_lti_registration_history
12
+ */
13
+ export async function get(options) {
14
+ const response = await client().fetchAs(`/api/v1/accounts/{account_id}/lti_registrations/{id}/history`, {
15
+ method: 'GET',
16
+ ...options
17
+ });
18
+ return response;
19
+ }
@@ -0,0 +1 @@
1
+ export * from './get.js';
@@ -0,0 +1 @@
1
+ export * from './get.js';
@@ -0,0 +1,45 @@
1
+ import { Masquerade, Paginated } from '@groton/canvas-api.client.base';
2
+ import { LtiOverlayVersion } from '../../../../../Resources/LtiRegistrations.js';
3
+ export type getPathParameters = {
4
+ /**
5
+ * ID
6
+ *
7
+ * Type: string
8
+ */
9
+ account_id: string | number;
10
+ /**
11
+ * ID
12
+ *
13
+ * Type: string
14
+ */
15
+ id: string | number;
16
+ };
17
+ export type getSearchParameters = Masquerade & Paginated & Partial<{
18
+ /**
19
+ * The maximum number of history items to return. Defaults to 10. Maximum
20
+ * allowed is 100.
21
+ *
22
+ * Type: integer
23
+ *
24
+ * Format: 'int64'
25
+ */
26
+ limit: number | string;
27
+ }>;
28
+ type Options = {
29
+ pathParams: getPathParameters;
30
+ } & ({
31
+ searchParams?: Partial<getSearchParameters>;
32
+ strict?: false;
33
+ } | {
34
+ searchParams: getSearchParameters;
35
+ strict: true;
36
+ });
37
+ /**
38
+ * Get LTI Registration Overlay History
39
+ *
40
+ * Returns the overlay history items for the specified LTI registration.
41
+ *
42
+ * Nickname: get_lti_registration_overlay_history
43
+ */
44
+ export declare function get(options: Options): Promise<LtiOverlayVersion[]>;
45
+ export {};
@@ -0,0 +1,15 @@
1
+ import { client } from '../../../../../Client.js';
2
+ /**
3
+ * Get LTI Registration Overlay History
4
+ *
5
+ * Returns the overlay history items for the specified LTI registration.
6
+ *
7
+ * Nickname: get_lti_registration_overlay_history
8
+ */
9
+ export async function get(options) {
10
+ const response = await client().fetchAs(`/api/v1/accounts/{account_id}/lti_registrations/{id}/overlay_history`, {
11
+ method: 'GET',
12
+ ...options
13
+ });
14
+ return response;
15
+ }
@@ -0,0 +1 @@
1
+ export * from './get.js';
@@ -0,0 +1 @@
1
+ export * from './get.js';
@@ -0,0 +1,63 @@
1
+ import { Masquerade } from '@groton/canvas-api.client.base';
2
+ import { LtiConfigurationOverlay } from '../../../../../../Overrides.js';
3
+ import { LtiRegistration } from '../../../../../../Resources/LtiRegistrations.js';
4
+ export type apply_lti_registration_update_requstPathParameters = {
5
+ /**
6
+ * ID
7
+ *
8
+ * Type: string
9
+ */
10
+ account_id: string | number;
11
+ /**
12
+ * The id of the registration to update.
13
+ *
14
+ * Type: integer
15
+ *
16
+ * Format: 'int64'
17
+ */
18
+ id: number | string;
19
+ /**
20
+ * The id of the registration update request to apply.
21
+ *
22
+ * Type: integer
23
+ *
24
+ * Format: 'int64'
25
+ */
26
+ update_request_id: number | string;
27
+ };
28
+ export type apply_lti_registration_update_requstSearchParameters = Masquerade;
29
+ export type apply_lti_registration_update_requstFormParameters = Masquerade & {
30
+ /**
31
+ * Whether to accept (true) or reject (false) the registration update
32
+ * request.
33
+ *
34
+ * Type: boolean
35
+ */
36
+ accepted: boolean | string;
37
+ /** Optional overlay data to apply on top of the new configuration. */
38
+ overlay: LtiConfigurationOverlay;
39
+ /** Optional comment explaining the reason for applying this update. */
40
+ comment: string;
41
+ };
42
+ type Options = {
43
+ pathParams: apply_lti_registration_update_requstPathParameters;
44
+ } & ({
45
+ searchParams?: Partial<apply_lti_registration_update_requstSearchParameters>;
46
+ params?: Partial<apply_lti_registration_update_requstFormParameters>;
47
+ strict?: false;
48
+ } | {
49
+ searchParams: apply_lti_registration_update_requstSearchParameters;
50
+ params: apply_lti_registration_update_requstFormParameters;
51
+ strict: true;
52
+ });
53
+ /**
54
+ * Apply LTI Registration Update Requst
55
+ *
56
+ * Applies a registration update request to an existing registration, replacing
57
+ * the existing configuration and overlay with the new values. If the request is
58
+ * rejected, marks it as rejected without applying changes.
59
+ *
60
+ * Nickname: apply_lti_registration_update_requst
61
+ */
62
+ export declare function apply_lti_registration_update_requst(options: Options): Promise<LtiRegistration>;
63
+ export {};
@@ -0,0 +1,17 @@
1
+ import { client } from '../../../../../../Client.js';
2
+ /**
3
+ * Apply LTI Registration Update Requst
4
+ *
5
+ * Applies a registration update request to an existing registration, replacing
6
+ * the existing configuration and overlay with the new values. If the request is
7
+ * rejected, marks it as rejected without applying changes.
8
+ *
9
+ * Nickname: apply_lti_registration_update_requst
10
+ */
11
+ export async function apply_lti_registration_update_requst(options) {
12
+ const response = await client().fetchAs(`/api/v1/accounts/{account_id}/lti_registrations/{id}/update_requests/{update_request_id}/apply`, {
13
+ method: 'PUT',
14
+ ...options
15
+ });
16
+ return response;
17
+ }
@@ -0,0 +1 @@
1
+ export * from './apply_lti_registration_update_requst.js';
@@ -0,0 +1 @@
1
+ export * from './apply_lti_registration_update_requst.js';
@@ -0,0 +1 @@
1
+ export * as Apply from './Apply/index.js';
@@ -0,0 +1 @@
1
+ export * as Apply from './Apply/index.js';
@@ -2,7 +2,10 @@ export * as Bind from './Bind/index.js';
2
2
  export * from './create.js';
3
3
  export * from './delete_lti_registration.js';
4
4
  export * as Deployments from './Deployments/index.js';
5
+ export * as History from './History/index.js';
5
6
  export * from './list.js';
7
+ export * as OverlayHistory from './OverlayHistory/index.js';
6
8
  export * as Reset from './Reset/index.js';
7
9
  export * from './show_lti_registration.js';
8
10
  export * from './update.js';
11
+ export * as UpdateRequests from './UpdateRequests/index.js';
@@ -2,7 +2,10 @@ export * as Bind from './Bind/index.js';
2
2
  export * from './create.js';
3
3
  export * from './delete_lti_registration.js';
4
4
  export * as Deployments from './Deployments/index.js';
5
+ export * as History from './History/index.js';
5
6
  export * from './list.js';
7
+ export * as OverlayHistory from './OverlayHistory/index.js';
6
8
  export * as Reset from './Reset/index.js';
7
9
  export * from './show_lti_registration.js';
8
10
  export * from './update.js';
11
+ export * as UpdateRequests from './UpdateRequests/index.js';
@@ -40,6 +40,11 @@ export type updateFormParameters = Masquerade & {
40
40
  * valid for Site Admin registrations.
41
41
  */
42
42
  workflow_state: string;
43
+ /**
44
+ * A comment explaining why this change was made. Cannot exceed 2000
45
+ * characters.
46
+ */
47
+ comment: string;
43
48
  };
44
49
  type Options = {
45
50
  pathParams: updatePathParameters;
@@ -32,6 +32,8 @@ type Options = {
32
32
  /**
33
33
  * Get all outcome links for context
34
34
  *
35
+ * Returns a list of all outcome links in the specified context.
36
+ *
35
37
  * Nickname: get_all_outcome_links_for_context_accounts
36
38
  */
37
39
  export declare function get(options: Options): Promise<OutcomeLink[]>;
@@ -2,6 +2,8 @@ import { client } from '../../../../Client.js';
2
2
  /**
3
3
  * Get all outcome links for context
4
4
  *
5
+ * Returns a list of all outcome links in the specified context.
6
+ *
5
7
  * Nickname: get_all_outcome_links_for_context_accounts
6
8
  */
7
9
  export async function get(options) {
@@ -21,6 +21,8 @@ type Options = {
21
21
  /**
22
22
  * Get all outcome groups for context
23
23
  *
24
+ * Returns a list of all outcome groups in the specified context.
25
+ *
24
26
  * Nickname: get_all_outcome_groups_for_context_accounts
25
27
  */
26
28
  export declare function get(options: Options): Promise<OutcomeGroup[]>;
@@ -2,6 +2,8 @@ import { client } from '../../../../Client.js';
2
2
  /**
3
3
  * Get all outcome groups for context
4
4
  *
5
+ * Returns a list of all outcome groups in the specified context.
6
+ *
5
7
  * Nickname: get_all_outcome_groups_for_context_accounts
6
8
  */
7
9
  export async function get(options) {
@@ -27,6 +27,8 @@ type Options = {
27
27
  /**
28
28
  * Show an outcome group
29
29
  *
30
+ * Returns detailed information about a specific outcome group.
31
+ *
30
32
  * Nickname: show_outcome_group_accounts
31
33
  */
32
34
  export declare function show_outcome_group_accounts(options: Options): Promise<OutcomeGroup>;
@@ -2,6 +2,8 @@ import { client } from '../../../../Client.js';
2
2
  /**
3
3
  * Show an outcome group
4
4
  *
5
+ * Returns detailed information about a specific outcome group.
6
+ *
5
7
  * Nickname: show_outcome_group_accounts
6
8
  */
7
9
  export async function show_outcome_group_accounts(options) {
@@ -1,3 +1,4 @@
1
+ import { JSONValue } from '@battis/typescript-tricks';
1
2
  import { Masquerade } from '@groton/canvas-api.client.base';
2
3
  export type permissionsPathParameters = {
3
4
  /**
@@ -10,8 +11,9 @@ export type permissionsPathParameters = {
10
11
  export type permissionsSearchParameters = Masquerade & Partial<{
11
12
  /**
12
13
  * List of permissions to check against the authenticated user. Permission
13
- * names are documented in the {api:RoleOverridesController#add_role Create
14
- * a role} endpoint.
14
+ * names are documented in the
15
+ * {api:RoleOverridesController#manageable_permissions List assignable
16
+ * permissions} endpoint.
15
17
  */
16
18
  permissions: string[];
17
19
  }>;
@@ -37,5 +39,5 @@ type Options = {
37
39
  *
38
40
  * Nickname: permissions
39
41
  */
40
- export declare function permissions(options: Options): Promise<void>;
42
+ export declare function permissions(options: Options): Promise<JSONValue>;
41
43
  export {};
@@ -1,3 +1,4 @@
1
+ import { JSONValue } from '@battis/typescript-tricks';
1
2
  import { Masquerade } from '@groton/canvas-api.client.base';
2
3
  export type listPathParameters = {
3
4
  /**
@@ -32,5 +33,5 @@ type Options = {
32
33
  *
33
34
  * Nickname: list_available_reports
34
35
  */
35
- export declare function list(options: Options): Promise<void>;
36
+ export declare function list(options: Options): Promise<JSONValue>;
36
37
  export {};
@@ -0,0 +1 @@
1
+ export * from './list.js';
@@ -0,0 +1 @@
1
+ export * from './list.js';
@@ -0,0 +1,42 @@
1
+ import { Masquerade, Paginated } from '@groton/canvas-api.client.base';
2
+ import { Permission } from '../../../../../Resources/Roles.js';
3
+ export type listPathParameters = {
4
+ /**
5
+ * ID
6
+ *
7
+ * Type: string
8
+ */
9
+ account_id: string | number;
10
+ };
11
+ export type listSearchParameters = Masquerade & Paginated & Partial<{
12
+ /**
13
+ * If provided, return only permissions whose key, label, group, or
14
+ * group_label match the search string.
15
+ */
16
+ search_term: string;
17
+ }>;
18
+ type Options = {
19
+ pathParams: listPathParameters;
20
+ } & ({
21
+ searchParams?: Partial<listSearchParameters>;
22
+ strict?: false;
23
+ } | {
24
+ searchParams: listSearchParameters;
25
+ strict: true;
26
+ });
27
+ /**
28
+ * List assignable permissions
29
+ *
30
+ * List all permissions that can be granted to roles in the given account.
31
+ *
32
+ * This returns largely the same information documented on the
33
+ * {file:file.permissions.html Permissions list page}, with a few caveats:
34
+ * Permission labels and group labels returned by this API are localized (the
35
+ * same text visible in the web UI). This API includes permissions added by
36
+ * plugins. This API excludes permissions that are disabled in or otherwise do
37
+ * not apply to the given account.
38
+ *
39
+ * Nickname: list_assignable_permissions
40
+ */
41
+ export declare function list(options: Options): Promise<Permission[]>;
42
+ export {};
@@ -0,0 +1,22 @@
1
+ import { client } from '../../../../../Client.js';
2
+ /**
3
+ * List assignable permissions
4
+ *
5
+ * List all permissions that can be granted to roles in the given account.
6
+ *
7
+ * This returns largely the same information documented on the
8
+ * {file:file.permissions.html Permissions list page}, with a few caveats:
9
+ * Permission labels and group labels returned by this API are localized (the
10
+ * same text visible in the web UI). This API includes permissions added by
11
+ * plugins. This API excludes permissions that are disabled in or otherwise do
12
+ * not apply to the given account.
13
+ *
14
+ * Nickname: list_assignable_permissions
15
+ */
16
+ export async function list(options) {
17
+ const response = await client().fetchAs(`/api/v1/accounts/{account_id}/roles/permissions`, {
18
+ method: 'GET',
19
+ ...options
20
+ });
21
+ return response;
22
+ }