@microsoft/msgraph-sdk-education 1.0.0-preview.10

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 (581) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +11 -0
  3. package/education/classes/count/index.d.ts +40 -0
  4. package/education/classes/count/index.d.ts.map +1 -0
  5. package/education/classes/count/index.js +35 -0
  6. package/education/classes/delta/index.d.ts +83 -0
  7. package/education/classes/delta/index.d.ts.map +1 -0
  8. package/education/classes/delta/index.js +67 -0
  9. package/education/classes/index.d.ts +102 -0
  10. package/education/classes/index.d.ts.map +1 -0
  11. package/education/classes/index.js +76 -0
  12. package/education/classes/item/assignmentCategories/count/index.d.ts +40 -0
  13. package/education/classes/item/assignmentCategories/count/index.d.ts.map +1 -0
  14. package/education/classes/item/assignmentCategories/count/index.js +35 -0
  15. package/education/classes/item/assignmentCategories/delta/index.d.ts +83 -0
  16. package/education/classes/item/assignmentCategories/delta/index.d.ts.map +1 -0
  17. package/education/classes/item/assignmentCategories/delta/index.js +67 -0
  18. package/education/classes/item/assignmentCategories/index.d.ts +102 -0
  19. package/education/classes/item/assignmentCategories/index.d.ts.map +1 -0
  20. package/education/classes/item/assignmentCategories/index.js +75 -0
  21. package/education/classes/item/assignmentCategories/item/index.d.ts +68 -0
  22. package/education/classes/item/assignmentCategories/item/index.d.ts.map +1 -0
  23. package/education/classes/item/assignmentCategories/item/index.js +56 -0
  24. package/education/classes/item/assignmentDefaults/index.d.ts +68 -0
  25. package/education/classes/item/assignmentDefaults/index.d.ts.map +1 -0
  26. package/education/classes/item/assignmentDefaults/index.js +56 -0
  27. package/education/classes/item/assignmentSettings/gradingCategories/count/index.d.ts +40 -0
  28. package/education/classes/item/assignmentSettings/gradingCategories/count/index.d.ts.map +1 -0
  29. package/education/classes/item/assignmentSettings/gradingCategories/count/index.js +35 -0
  30. package/education/classes/item/assignmentSettings/gradingCategories/index.d.ts +95 -0
  31. package/education/classes/item/assignmentSettings/gradingCategories/index.d.ts.map +1 -0
  32. package/education/classes/item/assignmentSettings/gradingCategories/index.js +70 -0
  33. package/education/classes/item/assignmentSettings/gradingCategories/item/index.d.ts +66 -0
  34. package/education/classes/item/assignmentSettings/gradingCategories/item/index.d.ts.map +1 -0
  35. package/education/classes/item/assignmentSettings/gradingCategories/item/index.js +56 -0
  36. package/education/classes/item/assignmentSettings/index.d.ts +76 -0
  37. package/education/classes/item/assignmentSettings/index.d.ts.map +1 -0
  38. package/education/classes/item/assignmentSettings/index.js +67 -0
  39. package/education/classes/item/assignments/count/index.d.ts +40 -0
  40. package/education/classes/item/assignments/count/index.d.ts.map +1 -0
  41. package/education/classes/item/assignments/count/index.js +35 -0
  42. package/education/classes/item/assignments/delta/index.d.ts +83 -0
  43. package/education/classes/item/assignments/delta/index.d.ts.map +1 -0
  44. package/education/classes/item/assignments/delta/index.js +67 -0
  45. package/education/classes/item/assignments/index.d.ts +102 -0
  46. package/education/classes/item/assignments/index.d.ts.map +1 -0
  47. package/education/classes/item/assignments/index.js +76 -0
  48. package/education/classes/item/assignments/item/categories/count/index.d.ts +40 -0
  49. package/education/classes/item/assignments/item/categories/count/index.d.ts.map +1 -0
  50. package/education/classes/item/assignments/item/categories/count/index.js +35 -0
  51. package/education/classes/item/assignments/item/categories/delta/index.d.ts +83 -0
  52. package/education/classes/item/assignments/item/categories/delta/index.d.ts.map +1 -0
  53. package/education/classes/item/assignments/item/categories/delta/index.js +67 -0
  54. package/education/classes/item/assignments/item/categories/index.d.ts +107 -0
  55. package/education/classes/item/assignments/item/categories/index.d.ts.map +1 -0
  56. package/education/classes/item/assignments/item/categories/index.js +80 -0
  57. package/education/classes/item/assignments/item/categories/item/index.d.ts +20 -0
  58. package/education/classes/item/assignments/item/categories/item/index.d.ts.map +1 -0
  59. package/education/classes/item/assignments/item/categories/item/index.js +22 -0
  60. package/education/classes/item/assignments/item/categories/item/ref/index.d.ts +36 -0
  61. package/education/classes/item/assignments/item/categories/item/ref/index.d.ts.map +1 -0
  62. package/education/classes/item/assignments/item/categories/item/ref/index.js +33 -0
  63. package/education/classes/item/assignments/item/categories/ref/index.d.ts +72 -0
  64. package/education/classes/item/assignments/item/categories/ref/index.d.ts.map +1 -0
  65. package/education/classes/item/assignments/item/categories/ref/index.js +51 -0
  66. package/education/classes/item/assignments/item/gradingCategory/index.d.ts +53 -0
  67. package/education/classes/item/assignments/item/gradingCategory/index.d.ts.map +1 -0
  68. package/education/classes/item/assignments/item/gradingCategory/index.js +44 -0
  69. package/education/classes/item/assignments/item/index.d.ts +113 -0
  70. package/education/classes/item/assignments/item/index.d.ts.map +1 -0
  71. package/education/classes/item/assignments/item/index.js +105 -0
  72. package/education/classes/item/assignments/item/publish/index.d.ts +29 -0
  73. package/education/classes/item/assignments/item/publish/index.d.ts.map +1 -0
  74. package/education/classes/item/assignments/item/publish/index.js +28 -0
  75. package/education/classes/item/assignments/item/resources/count/index.d.ts +40 -0
  76. package/education/classes/item/assignments/item/resources/count/index.d.ts.map +1 -0
  77. package/education/classes/item/assignments/item/resources/count/index.js +35 -0
  78. package/education/classes/item/assignments/item/resources/index.d.ts +97 -0
  79. package/education/classes/item/assignments/item/resources/index.d.ts.map +1 -0
  80. package/education/classes/item/assignments/item/resources/index.js +70 -0
  81. package/education/classes/item/assignments/item/resources/item/index.d.ts +68 -0
  82. package/education/classes/item/assignments/item/resources/item/index.d.ts.map +1 -0
  83. package/education/classes/item/assignments/item/resources/item/index.js +56 -0
  84. package/education/classes/item/assignments/item/rubric/index.d.ts +78 -0
  85. package/education/classes/item/assignments/item/rubric/index.d.ts.map +1 -0
  86. package/education/classes/item/assignments/item/rubric/index.js +66 -0
  87. package/education/classes/item/assignments/item/rubric/ref/index.d.ts +55 -0
  88. package/education/classes/item/assignments/item/rubric/ref/index.d.ts.map +1 -0
  89. package/education/classes/item/assignments/item/rubric/ref/index.js +47 -0
  90. package/education/classes/item/assignments/item/setUpFeedbackResourcesFolder/index.d.ts +29 -0
  91. package/education/classes/item/assignments/item/setUpFeedbackResourcesFolder/index.d.ts.map +1 -0
  92. package/education/classes/item/assignments/item/setUpFeedbackResourcesFolder/index.js +28 -0
  93. package/education/classes/item/assignments/item/setUpResourcesFolder/index.d.ts +29 -0
  94. package/education/classes/item/assignments/item/setUpResourcesFolder/index.d.ts.map +1 -0
  95. package/education/classes/item/assignments/item/setUpResourcesFolder/index.js +28 -0
  96. package/education/classes/item/assignments/item/submissions/count/index.d.ts +40 -0
  97. package/education/classes/item/assignments/item/submissions/count/index.d.ts.map +1 -0
  98. package/education/classes/item/assignments/item/submissions/count/index.js +35 -0
  99. package/education/classes/item/assignments/item/submissions/index.d.ts +96 -0
  100. package/education/classes/item/assignments/item/submissions/index.d.ts.map +1 -0
  101. package/education/classes/item/assignments/item/submissions/index.js +71 -0
  102. package/education/classes/item/assignments/item/submissions/item/index.d.ts +111 -0
  103. package/education/classes/item/assignments/item/submissions/item/index.d.ts.map +1 -0
  104. package/education/classes/item/assignments/item/submissions/item/index.js +104 -0
  105. package/education/classes/item/assignments/item/submissions/item/outcomes/count/index.d.ts +40 -0
  106. package/education/classes/item/assignments/item/submissions/item/outcomes/count/index.d.ts.map +1 -0
  107. package/education/classes/item/assignments/item/submissions/item/outcomes/count/index.js +35 -0
  108. package/education/classes/item/assignments/item/submissions/item/outcomes/index.d.ts +97 -0
  109. package/education/classes/item/assignments/item/submissions/item/outcomes/index.d.ts.map +1 -0
  110. package/education/classes/item/assignments/item/submissions/item/outcomes/index.js +70 -0
  111. package/education/classes/item/assignments/item/submissions/item/outcomes/item/index.d.ts +68 -0
  112. package/education/classes/item/assignments/item/submissions/item/outcomes/item/index.d.ts.map +1 -0
  113. package/education/classes/item/assignments/item/submissions/item/outcomes/item/index.js +56 -0
  114. package/education/classes/item/assignments/item/submissions/item/reassign/index.d.ts +29 -0
  115. package/education/classes/item/assignments/item/submissions/item/reassign/index.d.ts.map +1 -0
  116. package/education/classes/item/assignments/item/submissions/item/reassign/index.js +28 -0
  117. package/education/classes/item/assignments/item/submissions/item/resources/count/index.d.ts +40 -0
  118. package/education/classes/item/assignments/item/submissions/item/resources/count/index.d.ts.map +1 -0
  119. package/education/classes/item/assignments/item/submissions/item/resources/count/index.js +35 -0
  120. package/education/classes/item/assignments/item/submissions/item/resources/index.d.ts +97 -0
  121. package/education/classes/item/assignments/item/submissions/item/resources/index.d.ts.map +1 -0
  122. package/education/classes/item/assignments/item/submissions/item/resources/index.js +70 -0
  123. package/education/classes/item/assignments/item/submissions/item/resources/item/index.d.ts +68 -0
  124. package/education/classes/item/assignments/item/submissions/item/resources/item/index.d.ts.map +1 -0
  125. package/education/classes/item/assignments/item/submissions/item/resources/item/index.js +56 -0
  126. package/education/classes/item/assignments/item/submissions/item/returnEscaped/index.d.ts +29 -0
  127. package/education/classes/item/assignments/item/submissions/item/returnEscaped/index.d.ts.map +1 -0
  128. package/education/classes/item/assignments/item/submissions/item/returnEscaped/index.js +28 -0
  129. package/education/classes/item/assignments/item/submissions/item/setUpResourcesFolder/index.d.ts +29 -0
  130. package/education/classes/item/assignments/item/submissions/item/setUpResourcesFolder/index.d.ts.map +1 -0
  131. package/education/classes/item/assignments/item/submissions/item/setUpResourcesFolder/index.js +28 -0
  132. package/education/classes/item/assignments/item/submissions/item/submit/index.d.ts +29 -0
  133. package/education/classes/item/assignments/item/submissions/item/submit/index.d.ts.map +1 -0
  134. package/education/classes/item/assignments/item/submissions/item/submit/index.js +28 -0
  135. package/education/classes/item/assignments/item/submissions/item/submittedResources/count/index.d.ts +40 -0
  136. package/education/classes/item/assignments/item/submissions/item/submittedResources/count/index.d.ts.map +1 -0
  137. package/education/classes/item/assignments/item/submissions/item/submittedResources/count/index.js +35 -0
  138. package/education/classes/item/assignments/item/submissions/item/submittedResources/index.d.ts +96 -0
  139. package/education/classes/item/assignments/item/submissions/item/submittedResources/index.d.ts.map +1 -0
  140. package/education/classes/item/assignments/item/submissions/item/submittedResources/index.js +70 -0
  141. package/education/classes/item/assignments/item/submissions/item/submittedResources/item/index.d.ts +67 -0
  142. package/education/classes/item/assignments/item/submissions/item/submittedResources/item/index.d.ts.map +1 -0
  143. package/education/classes/item/assignments/item/submissions/item/submittedResources/item/index.js +56 -0
  144. package/education/classes/item/assignments/item/submissions/item/unsubmit/index.d.ts +29 -0
  145. package/education/classes/item/assignments/item/submissions/item/unsubmit/index.d.ts.map +1 -0
  146. package/education/classes/item/assignments/item/submissions/item/unsubmit/index.js +28 -0
  147. package/education/classes/item/group/index.d.ts +50 -0
  148. package/education/classes/item/group/index.d.ts.map +1 -0
  149. package/education/classes/item/group/index.js +47 -0
  150. package/education/classes/item/group/serviceProvisioningErrors/count/index.d.ts +40 -0
  151. package/education/classes/item/group/serviceProvisioningErrors/count/index.d.ts.map +1 -0
  152. package/education/classes/item/group/serviceProvisioningErrors/count/index.js +35 -0
  153. package/education/classes/item/group/serviceProvisioningErrors/index.d.ts +74 -0
  154. package/education/classes/item/group/serviceProvisioningErrors/index.d.ts.map +1 -0
  155. package/education/classes/item/group/serviceProvisioningErrors/index.js +52 -0
  156. package/education/classes/item/index.d.ts +113 -0
  157. package/education/classes/item/index.d.ts.map +1 -0
  158. package/education/classes/item/index.js +108 -0
  159. package/education/classes/item/members/count/index.d.ts +40 -0
  160. package/education/classes/item/members/count/index.d.ts.map +1 -0
  161. package/education/classes/item/members/count/index.js +35 -0
  162. package/education/classes/item/members/index.d.ts +87 -0
  163. package/education/classes/item/members/index.d.ts.map +1 -0
  164. package/education/classes/item/members/index.js +63 -0
  165. package/education/classes/item/members/item/index.d.ts +20 -0
  166. package/education/classes/item/members/item/index.d.ts.map +1 -0
  167. package/education/classes/item/members/item/index.js +22 -0
  168. package/education/classes/item/members/item/ref/index.d.ts +36 -0
  169. package/education/classes/item/members/item/ref/index.d.ts.map +1 -0
  170. package/education/classes/item/members/item/ref/index.js +33 -0
  171. package/education/classes/item/members/ref/index.d.ts +72 -0
  172. package/education/classes/item/members/ref/index.d.ts.map +1 -0
  173. package/education/classes/item/members/ref/index.js +51 -0
  174. package/education/classes/item/schools/count/index.d.ts +40 -0
  175. package/education/classes/item/schools/count/index.d.ts.map +1 -0
  176. package/education/classes/item/schools/count/index.js +35 -0
  177. package/education/classes/item/schools/index.d.ts +82 -0
  178. package/education/classes/item/schools/index.d.ts.map +1 -0
  179. package/education/classes/item/schools/index.js +58 -0
  180. package/education/classes/item/schools/item/index.d.ts +41 -0
  181. package/education/classes/item/schools/item/index.d.ts.map +1 -0
  182. package/education/classes/item/schools/item/index.js +36 -0
  183. package/education/classes/item/teachers/count/index.d.ts +40 -0
  184. package/education/classes/item/teachers/count/index.d.ts.map +1 -0
  185. package/education/classes/item/teachers/count/index.js +35 -0
  186. package/education/classes/item/teachers/index.d.ts +87 -0
  187. package/education/classes/item/teachers/index.d.ts.map +1 -0
  188. package/education/classes/item/teachers/index.js +63 -0
  189. package/education/classes/item/teachers/item/index.d.ts +20 -0
  190. package/education/classes/item/teachers/item/index.d.ts.map +1 -0
  191. package/education/classes/item/teachers/item/index.js +22 -0
  192. package/education/classes/item/teachers/item/ref/index.d.ts +36 -0
  193. package/education/classes/item/teachers/item/ref/index.d.ts.map +1 -0
  194. package/education/classes/item/teachers/item/ref/index.js +33 -0
  195. package/education/classes/item/teachers/ref/index.d.ts +72 -0
  196. package/education/classes/item/teachers/ref/index.d.ts.map +1 -0
  197. package/education/classes/item/teachers/ref/index.js +51 -0
  198. package/education/index.d.ts +79 -0
  199. package/education/index.d.ts.map +1 -0
  200. package/education/index.js +77 -0
  201. package/education/me/assignments/count/index.d.ts +40 -0
  202. package/education/me/assignments/count/index.d.ts.map +1 -0
  203. package/education/me/assignments/count/index.js +35 -0
  204. package/education/me/assignments/delta/index.d.ts +83 -0
  205. package/education/me/assignments/delta/index.d.ts.map +1 -0
  206. package/education/me/assignments/delta/index.js +67 -0
  207. package/education/me/assignments/index.d.ts +101 -0
  208. package/education/me/assignments/index.d.ts.map +1 -0
  209. package/education/me/assignments/index.js +76 -0
  210. package/education/me/assignments/item/categories/count/index.d.ts +40 -0
  211. package/education/me/assignments/item/categories/count/index.d.ts.map +1 -0
  212. package/education/me/assignments/item/categories/count/index.js +35 -0
  213. package/education/me/assignments/item/categories/delta/index.d.ts +83 -0
  214. package/education/me/assignments/item/categories/delta/index.d.ts.map +1 -0
  215. package/education/me/assignments/item/categories/delta/index.js +67 -0
  216. package/education/me/assignments/item/categories/index.d.ts +107 -0
  217. package/education/me/assignments/item/categories/index.d.ts.map +1 -0
  218. package/education/me/assignments/item/categories/index.js +80 -0
  219. package/education/me/assignments/item/categories/item/index.d.ts +20 -0
  220. package/education/me/assignments/item/categories/item/index.d.ts.map +1 -0
  221. package/education/me/assignments/item/categories/item/index.js +22 -0
  222. package/education/me/assignments/item/categories/item/ref/index.d.ts +36 -0
  223. package/education/me/assignments/item/categories/item/ref/index.d.ts.map +1 -0
  224. package/education/me/assignments/item/categories/item/ref/index.js +33 -0
  225. package/education/me/assignments/item/categories/ref/index.d.ts +72 -0
  226. package/education/me/assignments/item/categories/ref/index.d.ts.map +1 -0
  227. package/education/me/assignments/item/categories/ref/index.js +51 -0
  228. package/education/me/assignments/item/gradingCategory/index.d.ts +53 -0
  229. package/education/me/assignments/item/gradingCategory/index.d.ts.map +1 -0
  230. package/education/me/assignments/item/gradingCategory/index.js +44 -0
  231. package/education/me/assignments/item/index.d.ts +110 -0
  232. package/education/me/assignments/item/index.d.ts.map +1 -0
  233. package/education/me/assignments/item/index.js +105 -0
  234. package/education/me/assignments/item/publish/index.d.ts +29 -0
  235. package/education/me/assignments/item/publish/index.d.ts.map +1 -0
  236. package/education/me/assignments/item/publish/index.js +28 -0
  237. package/education/me/assignments/item/resources/count/index.d.ts +40 -0
  238. package/education/me/assignments/item/resources/count/index.d.ts.map +1 -0
  239. package/education/me/assignments/item/resources/count/index.js +35 -0
  240. package/education/me/assignments/item/resources/index.d.ts +97 -0
  241. package/education/me/assignments/item/resources/index.d.ts.map +1 -0
  242. package/education/me/assignments/item/resources/index.js +70 -0
  243. package/education/me/assignments/item/resources/item/index.d.ts +68 -0
  244. package/education/me/assignments/item/resources/item/index.d.ts.map +1 -0
  245. package/education/me/assignments/item/resources/item/index.js +56 -0
  246. package/education/me/assignments/item/rubric/index.d.ts +78 -0
  247. package/education/me/assignments/item/rubric/index.d.ts.map +1 -0
  248. package/education/me/assignments/item/rubric/index.js +66 -0
  249. package/education/me/assignments/item/rubric/ref/index.d.ts +55 -0
  250. package/education/me/assignments/item/rubric/ref/index.d.ts.map +1 -0
  251. package/education/me/assignments/item/rubric/ref/index.js +47 -0
  252. package/education/me/assignments/item/setUpFeedbackResourcesFolder/index.d.ts +29 -0
  253. package/education/me/assignments/item/setUpFeedbackResourcesFolder/index.d.ts.map +1 -0
  254. package/education/me/assignments/item/setUpFeedbackResourcesFolder/index.js +28 -0
  255. package/education/me/assignments/item/setUpResourcesFolder/index.d.ts +29 -0
  256. package/education/me/assignments/item/setUpResourcesFolder/index.d.ts.map +1 -0
  257. package/education/me/assignments/item/setUpResourcesFolder/index.js +28 -0
  258. package/education/me/assignments/item/submissions/count/index.d.ts +40 -0
  259. package/education/me/assignments/item/submissions/count/index.d.ts.map +1 -0
  260. package/education/me/assignments/item/submissions/count/index.js +35 -0
  261. package/education/me/assignments/item/submissions/index.d.ts +96 -0
  262. package/education/me/assignments/item/submissions/index.d.ts.map +1 -0
  263. package/education/me/assignments/item/submissions/index.js +71 -0
  264. package/education/me/assignments/item/submissions/item/index.d.ts +111 -0
  265. package/education/me/assignments/item/submissions/item/index.d.ts.map +1 -0
  266. package/education/me/assignments/item/submissions/item/index.js +104 -0
  267. package/education/me/assignments/item/submissions/item/outcomes/count/index.d.ts +40 -0
  268. package/education/me/assignments/item/submissions/item/outcomes/count/index.d.ts.map +1 -0
  269. package/education/me/assignments/item/submissions/item/outcomes/count/index.js +35 -0
  270. package/education/me/assignments/item/submissions/item/outcomes/index.d.ts +97 -0
  271. package/education/me/assignments/item/submissions/item/outcomes/index.d.ts.map +1 -0
  272. package/education/me/assignments/item/submissions/item/outcomes/index.js +70 -0
  273. package/education/me/assignments/item/submissions/item/outcomes/item/index.d.ts +68 -0
  274. package/education/me/assignments/item/submissions/item/outcomes/item/index.d.ts.map +1 -0
  275. package/education/me/assignments/item/submissions/item/outcomes/item/index.js +56 -0
  276. package/education/me/assignments/item/submissions/item/reassign/index.d.ts +29 -0
  277. package/education/me/assignments/item/submissions/item/reassign/index.d.ts.map +1 -0
  278. package/education/me/assignments/item/submissions/item/reassign/index.js +28 -0
  279. package/education/me/assignments/item/submissions/item/resources/count/index.d.ts +40 -0
  280. package/education/me/assignments/item/submissions/item/resources/count/index.d.ts.map +1 -0
  281. package/education/me/assignments/item/submissions/item/resources/count/index.js +35 -0
  282. package/education/me/assignments/item/submissions/item/resources/index.d.ts +97 -0
  283. package/education/me/assignments/item/submissions/item/resources/index.d.ts.map +1 -0
  284. package/education/me/assignments/item/submissions/item/resources/index.js +70 -0
  285. package/education/me/assignments/item/submissions/item/resources/item/index.d.ts +68 -0
  286. package/education/me/assignments/item/submissions/item/resources/item/index.d.ts.map +1 -0
  287. package/education/me/assignments/item/submissions/item/resources/item/index.js +56 -0
  288. package/education/me/assignments/item/submissions/item/returnEscaped/index.d.ts +29 -0
  289. package/education/me/assignments/item/submissions/item/returnEscaped/index.d.ts.map +1 -0
  290. package/education/me/assignments/item/submissions/item/returnEscaped/index.js +28 -0
  291. package/education/me/assignments/item/submissions/item/setUpResourcesFolder/index.d.ts +29 -0
  292. package/education/me/assignments/item/submissions/item/setUpResourcesFolder/index.d.ts.map +1 -0
  293. package/education/me/assignments/item/submissions/item/setUpResourcesFolder/index.js +28 -0
  294. package/education/me/assignments/item/submissions/item/submit/index.d.ts +29 -0
  295. package/education/me/assignments/item/submissions/item/submit/index.d.ts.map +1 -0
  296. package/education/me/assignments/item/submissions/item/submit/index.js +28 -0
  297. package/education/me/assignments/item/submissions/item/submittedResources/count/index.d.ts +40 -0
  298. package/education/me/assignments/item/submissions/item/submittedResources/count/index.d.ts.map +1 -0
  299. package/education/me/assignments/item/submissions/item/submittedResources/count/index.js +35 -0
  300. package/education/me/assignments/item/submissions/item/submittedResources/index.d.ts +96 -0
  301. package/education/me/assignments/item/submissions/item/submittedResources/index.d.ts.map +1 -0
  302. package/education/me/assignments/item/submissions/item/submittedResources/index.js +70 -0
  303. package/education/me/assignments/item/submissions/item/submittedResources/item/index.d.ts +67 -0
  304. package/education/me/assignments/item/submissions/item/submittedResources/item/index.d.ts.map +1 -0
  305. package/education/me/assignments/item/submissions/item/submittedResources/item/index.js +56 -0
  306. package/education/me/assignments/item/submissions/item/unsubmit/index.d.ts +29 -0
  307. package/education/me/assignments/item/submissions/item/unsubmit/index.d.ts.map +1 -0
  308. package/education/me/assignments/item/submissions/item/unsubmit/index.js +28 -0
  309. package/education/me/classes/count/index.d.ts +40 -0
  310. package/education/me/classes/count/index.d.ts.map +1 -0
  311. package/education/me/classes/count/index.js +35 -0
  312. package/education/me/classes/index.d.ts +82 -0
  313. package/education/me/classes/index.d.ts.map +1 -0
  314. package/education/me/classes/index.js +58 -0
  315. package/education/me/classes/item/index.d.ts +41 -0
  316. package/education/me/classes/item/index.d.ts.map +1 -0
  317. package/education/me/classes/item/index.js +36 -0
  318. package/education/me/index.d.ts +100 -0
  319. package/education/me/index.d.ts.map +1 -0
  320. package/education/me/index.js +97 -0
  321. package/education/me/rubrics/count/index.d.ts +40 -0
  322. package/education/me/rubrics/count/index.d.ts.map +1 -0
  323. package/education/me/rubrics/count/index.js +35 -0
  324. package/education/me/rubrics/index.d.ts +97 -0
  325. package/education/me/rubrics/index.d.ts.map +1 -0
  326. package/education/me/rubrics/index.js +70 -0
  327. package/education/me/rubrics/item/index.d.ts +69 -0
  328. package/education/me/rubrics/item/index.d.ts.map +1 -0
  329. package/education/me/rubrics/item/index.js +56 -0
  330. package/education/me/schools/count/index.d.ts +40 -0
  331. package/education/me/schools/count/index.d.ts.map +1 -0
  332. package/education/me/schools/count/index.js +35 -0
  333. package/education/me/schools/index.d.ts +82 -0
  334. package/education/me/schools/index.d.ts.map +1 -0
  335. package/education/me/schools/index.js +58 -0
  336. package/education/me/schools/item/index.d.ts +41 -0
  337. package/education/me/schools/item/index.d.ts.map +1 -0
  338. package/education/me/schools/item/index.js +36 -0
  339. package/education/me/taughtClasses/count/index.d.ts +40 -0
  340. package/education/me/taughtClasses/count/index.d.ts.map +1 -0
  341. package/education/me/taughtClasses/count/index.js +35 -0
  342. package/education/me/taughtClasses/index.d.ts +82 -0
  343. package/education/me/taughtClasses/index.d.ts.map +1 -0
  344. package/education/me/taughtClasses/index.js +58 -0
  345. package/education/me/taughtClasses/item/index.d.ts +41 -0
  346. package/education/me/taughtClasses/item/index.d.ts.map +1 -0
  347. package/education/me/taughtClasses/item/index.js +36 -0
  348. package/education/me/user/index.d.ts +56 -0
  349. package/education/me/user/index.d.ts.map +1 -0
  350. package/education/me/user/index.js +52 -0
  351. package/education/me/user/mailboxSettings/index.d.ts +55 -0
  352. package/education/me/user/mailboxSettings/index.d.ts.map +1 -0
  353. package/education/me/user/mailboxSettings/index.js +48 -0
  354. package/education/me/user/serviceProvisioningErrors/count/index.d.ts +40 -0
  355. package/education/me/user/serviceProvisioningErrors/count/index.d.ts.map +1 -0
  356. package/education/me/user/serviceProvisioningErrors/count/index.js +35 -0
  357. package/education/me/user/serviceProvisioningErrors/index.d.ts +74 -0
  358. package/education/me/user/serviceProvisioningErrors/index.d.ts.map +1 -0
  359. package/education/me/user/serviceProvisioningErrors/index.js +52 -0
  360. package/education/schools/count/index.d.ts +40 -0
  361. package/education/schools/count/index.d.ts.map +1 -0
  362. package/education/schools/count/index.js +35 -0
  363. package/education/schools/delta/index.d.ts +83 -0
  364. package/education/schools/delta/index.d.ts.map +1 -0
  365. package/education/schools/delta/index.js +67 -0
  366. package/education/schools/index.d.ts +102 -0
  367. package/education/schools/index.d.ts.map +1 -0
  368. package/education/schools/index.js +76 -0
  369. package/education/schools/item/administrativeUnit/index.d.ts +56 -0
  370. package/education/schools/item/administrativeUnit/index.d.ts.map +1 -0
  371. package/education/schools/item/administrativeUnit/index.js +48 -0
  372. package/education/schools/item/classes/count/index.d.ts +40 -0
  373. package/education/schools/item/classes/count/index.d.ts.map +1 -0
  374. package/education/schools/item/classes/count/index.js +35 -0
  375. package/education/schools/item/classes/index.d.ts +87 -0
  376. package/education/schools/item/classes/index.d.ts.map +1 -0
  377. package/education/schools/item/classes/index.js +63 -0
  378. package/education/schools/item/classes/item/index.d.ts +20 -0
  379. package/education/schools/item/classes/item/index.d.ts.map +1 -0
  380. package/education/schools/item/classes/item/index.js +22 -0
  381. package/education/schools/item/classes/item/ref/index.d.ts +36 -0
  382. package/education/schools/item/classes/item/ref/index.d.ts.map +1 -0
  383. package/education/schools/item/classes/item/ref/index.js +33 -0
  384. package/education/schools/item/classes/ref/index.d.ts +72 -0
  385. package/education/schools/item/classes/ref/index.d.ts.map +1 -0
  386. package/education/schools/item/classes/ref/index.js +51 -0
  387. package/education/schools/item/index.d.ts +88 -0
  388. package/education/schools/item/index.d.ts.map +1 -0
  389. package/education/schools/item/index.js +78 -0
  390. package/education/schools/item/users/count/index.d.ts +40 -0
  391. package/education/schools/item/users/count/index.d.ts.map +1 -0
  392. package/education/schools/item/users/count/index.js +35 -0
  393. package/education/schools/item/users/index.d.ts +87 -0
  394. package/education/schools/item/users/index.d.ts.map +1 -0
  395. package/education/schools/item/users/index.js +63 -0
  396. package/education/schools/item/users/item/index.d.ts +20 -0
  397. package/education/schools/item/users/item/index.d.ts.map +1 -0
  398. package/education/schools/item/users/item/index.js +22 -0
  399. package/education/schools/item/users/item/ref/index.d.ts +36 -0
  400. package/education/schools/item/users/item/ref/index.d.ts.map +1 -0
  401. package/education/schools/item/users/item/ref/index.js +33 -0
  402. package/education/schools/item/users/ref/index.d.ts +72 -0
  403. package/education/schools/item/users/ref/index.d.ts.map +1 -0
  404. package/education/schools/item/users/ref/index.js +51 -0
  405. package/education/users/count/index.d.ts +40 -0
  406. package/education/users/count/index.d.ts.map +1 -0
  407. package/education/users/count/index.js +35 -0
  408. package/education/users/delta/index.d.ts +83 -0
  409. package/education/users/delta/index.d.ts.map +1 -0
  410. package/education/users/delta/index.js +67 -0
  411. package/education/users/index.d.ts +102 -0
  412. package/education/users/index.d.ts.map +1 -0
  413. package/education/users/index.js +76 -0
  414. package/education/users/item/assignments/count/index.d.ts +40 -0
  415. package/education/users/item/assignments/count/index.d.ts.map +1 -0
  416. package/education/users/item/assignments/count/index.js +35 -0
  417. package/education/users/item/assignments/delta/index.d.ts +83 -0
  418. package/education/users/item/assignments/delta/index.d.ts.map +1 -0
  419. package/education/users/item/assignments/delta/index.js +67 -0
  420. package/education/users/item/assignments/index.d.ts +101 -0
  421. package/education/users/item/assignments/index.d.ts.map +1 -0
  422. package/education/users/item/assignments/index.js +76 -0
  423. package/education/users/item/assignments/item/categories/count/index.d.ts +40 -0
  424. package/education/users/item/assignments/item/categories/count/index.d.ts.map +1 -0
  425. package/education/users/item/assignments/item/categories/count/index.js +35 -0
  426. package/education/users/item/assignments/item/categories/delta/index.d.ts +83 -0
  427. package/education/users/item/assignments/item/categories/delta/index.d.ts.map +1 -0
  428. package/education/users/item/assignments/item/categories/delta/index.js +67 -0
  429. package/education/users/item/assignments/item/categories/index.d.ts +107 -0
  430. package/education/users/item/assignments/item/categories/index.d.ts.map +1 -0
  431. package/education/users/item/assignments/item/categories/index.js +80 -0
  432. package/education/users/item/assignments/item/categories/item/index.d.ts +20 -0
  433. package/education/users/item/assignments/item/categories/item/index.d.ts.map +1 -0
  434. package/education/users/item/assignments/item/categories/item/index.js +22 -0
  435. package/education/users/item/assignments/item/categories/item/ref/index.d.ts +36 -0
  436. package/education/users/item/assignments/item/categories/item/ref/index.d.ts.map +1 -0
  437. package/education/users/item/assignments/item/categories/item/ref/index.js +33 -0
  438. package/education/users/item/assignments/item/categories/ref/index.d.ts +72 -0
  439. package/education/users/item/assignments/item/categories/ref/index.d.ts.map +1 -0
  440. package/education/users/item/assignments/item/categories/ref/index.js +51 -0
  441. package/education/users/item/assignments/item/gradingCategory/index.d.ts +53 -0
  442. package/education/users/item/assignments/item/gradingCategory/index.d.ts.map +1 -0
  443. package/education/users/item/assignments/item/gradingCategory/index.js +44 -0
  444. package/education/users/item/assignments/item/index.d.ts +110 -0
  445. package/education/users/item/assignments/item/index.d.ts.map +1 -0
  446. package/education/users/item/assignments/item/index.js +105 -0
  447. package/education/users/item/assignments/item/publish/index.d.ts +29 -0
  448. package/education/users/item/assignments/item/publish/index.d.ts.map +1 -0
  449. package/education/users/item/assignments/item/publish/index.js +28 -0
  450. package/education/users/item/assignments/item/resources/count/index.d.ts +40 -0
  451. package/education/users/item/assignments/item/resources/count/index.d.ts.map +1 -0
  452. package/education/users/item/assignments/item/resources/count/index.js +35 -0
  453. package/education/users/item/assignments/item/resources/index.d.ts +97 -0
  454. package/education/users/item/assignments/item/resources/index.d.ts.map +1 -0
  455. package/education/users/item/assignments/item/resources/index.js +70 -0
  456. package/education/users/item/assignments/item/resources/item/index.d.ts +68 -0
  457. package/education/users/item/assignments/item/resources/item/index.d.ts.map +1 -0
  458. package/education/users/item/assignments/item/resources/item/index.js +56 -0
  459. package/education/users/item/assignments/item/rubric/index.d.ts +78 -0
  460. package/education/users/item/assignments/item/rubric/index.d.ts.map +1 -0
  461. package/education/users/item/assignments/item/rubric/index.js +66 -0
  462. package/education/users/item/assignments/item/rubric/ref/index.d.ts +55 -0
  463. package/education/users/item/assignments/item/rubric/ref/index.d.ts.map +1 -0
  464. package/education/users/item/assignments/item/rubric/ref/index.js +47 -0
  465. package/education/users/item/assignments/item/setUpFeedbackResourcesFolder/index.d.ts +29 -0
  466. package/education/users/item/assignments/item/setUpFeedbackResourcesFolder/index.d.ts.map +1 -0
  467. package/education/users/item/assignments/item/setUpFeedbackResourcesFolder/index.js +28 -0
  468. package/education/users/item/assignments/item/setUpResourcesFolder/index.d.ts +29 -0
  469. package/education/users/item/assignments/item/setUpResourcesFolder/index.d.ts.map +1 -0
  470. package/education/users/item/assignments/item/setUpResourcesFolder/index.js +28 -0
  471. package/education/users/item/assignments/item/submissions/count/index.d.ts +40 -0
  472. package/education/users/item/assignments/item/submissions/count/index.d.ts.map +1 -0
  473. package/education/users/item/assignments/item/submissions/count/index.js +35 -0
  474. package/education/users/item/assignments/item/submissions/index.d.ts +96 -0
  475. package/education/users/item/assignments/item/submissions/index.d.ts.map +1 -0
  476. package/education/users/item/assignments/item/submissions/index.js +71 -0
  477. package/education/users/item/assignments/item/submissions/item/index.d.ts +111 -0
  478. package/education/users/item/assignments/item/submissions/item/index.d.ts.map +1 -0
  479. package/education/users/item/assignments/item/submissions/item/index.js +104 -0
  480. package/education/users/item/assignments/item/submissions/item/outcomes/count/index.d.ts +40 -0
  481. package/education/users/item/assignments/item/submissions/item/outcomes/count/index.d.ts.map +1 -0
  482. package/education/users/item/assignments/item/submissions/item/outcomes/count/index.js +35 -0
  483. package/education/users/item/assignments/item/submissions/item/outcomes/index.d.ts +97 -0
  484. package/education/users/item/assignments/item/submissions/item/outcomes/index.d.ts.map +1 -0
  485. package/education/users/item/assignments/item/submissions/item/outcomes/index.js +70 -0
  486. package/education/users/item/assignments/item/submissions/item/outcomes/item/index.d.ts +68 -0
  487. package/education/users/item/assignments/item/submissions/item/outcomes/item/index.d.ts.map +1 -0
  488. package/education/users/item/assignments/item/submissions/item/outcomes/item/index.js +56 -0
  489. package/education/users/item/assignments/item/submissions/item/reassign/index.d.ts +29 -0
  490. package/education/users/item/assignments/item/submissions/item/reassign/index.d.ts.map +1 -0
  491. package/education/users/item/assignments/item/submissions/item/reassign/index.js +28 -0
  492. package/education/users/item/assignments/item/submissions/item/resources/count/index.d.ts +40 -0
  493. package/education/users/item/assignments/item/submissions/item/resources/count/index.d.ts.map +1 -0
  494. package/education/users/item/assignments/item/submissions/item/resources/count/index.js +35 -0
  495. package/education/users/item/assignments/item/submissions/item/resources/index.d.ts +97 -0
  496. package/education/users/item/assignments/item/submissions/item/resources/index.d.ts.map +1 -0
  497. package/education/users/item/assignments/item/submissions/item/resources/index.js +70 -0
  498. package/education/users/item/assignments/item/submissions/item/resources/item/index.d.ts +68 -0
  499. package/education/users/item/assignments/item/submissions/item/resources/item/index.d.ts.map +1 -0
  500. package/education/users/item/assignments/item/submissions/item/resources/item/index.js +56 -0
  501. package/education/users/item/assignments/item/submissions/item/returnEscaped/index.d.ts +29 -0
  502. package/education/users/item/assignments/item/submissions/item/returnEscaped/index.d.ts.map +1 -0
  503. package/education/users/item/assignments/item/submissions/item/returnEscaped/index.js +28 -0
  504. package/education/users/item/assignments/item/submissions/item/setUpResourcesFolder/index.d.ts +29 -0
  505. package/education/users/item/assignments/item/submissions/item/setUpResourcesFolder/index.d.ts.map +1 -0
  506. package/education/users/item/assignments/item/submissions/item/setUpResourcesFolder/index.js +28 -0
  507. package/education/users/item/assignments/item/submissions/item/submit/index.d.ts +29 -0
  508. package/education/users/item/assignments/item/submissions/item/submit/index.d.ts.map +1 -0
  509. package/education/users/item/assignments/item/submissions/item/submit/index.js +28 -0
  510. package/education/users/item/assignments/item/submissions/item/submittedResources/count/index.d.ts +40 -0
  511. package/education/users/item/assignments/item/submissions/item/submittedResources/count/index.d.ts.map +1 -0
  512. package/education/users/item/assignments/item/submissions/item/submittedResources/count/index.js +35 -0
  513. package/education/users/item/assignments/item/submissions/item/submittedResources/index.d.ts +96 -0
  514. package/education/users/item/assignments/item/submissions/item/submittedResources/index.d.ts.map +1 -0
  515. package/education/users/item/assignments/item/submissions/item/submittedResources/index.js +70 -0
  516. package/education/users/item/assignments/item/submissions/item/submittedResources/item/index.d.ts +67 -0
  517. package/education/users/item/assignments/item/submissions/item/submittedResources/item/index.d.ts.map +1 -0
  518. package/education/users/item/assignments/item/submissions/item/submittedResources/item/index.js +56 -0
  519. package/education/users/item/assignments/item/submissions/item/unsubmit/index.d.ts +29 -0
  520. package/education/users/item/assignments/item/submissions/item/unsubmit/index.d.ts.map +1 -0
  521. package/education/users/item/assignments/item/submissions/item/unsubmit/index.js +28 -0
  522. package/education/users/item/classes/count/index.d.ts +40 -0
  523. package/education/users/item/classes/count/index.d.ts.map +1 -0
  524. package/education/users/item/classes/count/index.js +35 -0
  525. package/education/users/item/classes/index.d.ts +82 -0
  526. package/education/users/item/classes/index.d.ts.map +1 -0
  527. package/education/users/item/classes/index.js +58 -0
  528. package/education/users/item/classes/item/index.d.ts +41 -0
  529. package/education/users/item/classes/item/index.d.ts.map +1 -0
  530. package/education/users/item/classes/item/index.js +36 -0
  531. package/education/users/item/index.d.ts +103 -0
  532. package/education/users/item/index.d.ts.map +1 -0
  533. package/education/users/item/index.js +97 -0
  534. package/education/users/item/rubrics/count/index.d.ts +40 -0
  535. package/education/users/item/rubrics/count/index.d.ts.map +1 -0
  536. package/education/users/item/rubrics/count/index.js +35 -0
  537. package/education/users/item/rubrics/index.d.ts +97 -0
  538. package/education/users/item/rubrics/index.d.ts.map +1 -0
  539. package/education/users/item/rubrics/index.js +70 -0
  540. package/education/users/item/rubrics/item/index.d.ts +69 -0
  541. package/education/users/item/rubrics/item/index.d.ts.map +1 -0
  542. package/education/users/item/rubrics/item/index.js +56 -0
  543. package/education/users/item/schools/count/index.d.ts +40 -0
  544. package/education/users/item/schools/count/index.d.ts.map +1 -0
  545. package/education/users/item/schools/count/index.js +35 -0
  546. package/education/users/item/schools/index.d.ts +82 -0
  547. package/education/users/item/schools/index.d.ts.map +1 -0
  548. package/education/users/item/schools/index.js +58 -0
  549. package/education/users/item/schools/item/index.d.ts +41 -0
  550. package/education/users/item/schools/item/index.d.ts.map +1 -0
  551. package/education/users/item/schools/item/index.js +36 -0
  552. package/education/users/item/taughtClasses/count/index.d.ts +40 -0
  553. package/education/users/item/taughtClasses/count/index.d.ts.map +1 -0
  554. package/education/users/item/taughtClasses/count/index.js +35 -0
  555. package/education/users/item/taughtClasses/index.d.ts +82 -0
  556. package/education/users/item/taughtClasses/index.d.ts.map +1 -0
  557. package/education/users/item/taughtClasses/index.js +58 -0
  558. package/education/users/item/taughtClasses/item/index.d.ts +41 -0
  559. package/education/users/item/taughtClasses/item/index.d.ts.map +1 -0
  560. package/education/users/item/taughtClasses/item/index.js +36 -0
  561. package/education/users/item/user/index.d.ts +56 -0
  562. package/education/users/item/user/index.d.ts.map +1 -0
  563. package/education/users/item/user/index.js +52 -0
  564. package/education/users/item/user/mailboxSettings/index.d.ts +55 -0
  565. package/education/users/item/user/mailboxSettings/index.d.ts.map +1 -0
  566. package/education/users/item/user/mailboxSettings/index.js +48 -0
  567. package/education/users/item/user/serviceProvisioningErrors/count/index.d.ts +40 -0
  568. package/education/users/item/user/serviceProvisioningErrors/count/index.d.ts.map +1 -0
  569. package/education/users/item/user/serviceProvisioningErrors/count/index.js +35 -0
  570. package/education/users/item/user/serviceProvisioningErrors/index.d.ts +74 -0
  571. package/education/users/item/user/serviceProvisioningErrors/index.d.ts.map +1 -0
  572. package/education/users/item/user/serviceProvisioningErrors/index.js +52 -0
  573. package/educationServiceClient.d.ts +25 -0
  574. package/educationServiceClient.d.ts.map +1 -0
  575. package/educationServiceClient.js +49 -0
  576. package/index.d.ts +11 -0
  577. package/index.d.ts.map +1 -0
  578. package/index.js +20 -0
  579. package/package.json +48 -0
  580. package/tsconfig.json +15 -0
  581. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,97 @@
1
+ import { type EducationOutcome, type EducationOutcomeCollectionResponse } from '@microsoft/msgraph-sdk/models/';
2
+ import { type CountRequestBuilder } from './count/';
3
+ import { type EducationOutcomeItemRequestBuilder } from './item/';
4
+ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
5
+ /**
6
+ * Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity.
7
+ */
8
+ export interface OutcomesRequestBuilder extends BaseRequestBuilder<OutcomesRequestBuilder> {
9
+ /**
10
+ * Provides operations to count the resources in the collection.
11
+ */
12
+ get count(): CountRequestBuilder;
13
+ /**
14
+ * Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity.
15
+ * @param educationOutcomeId The unique identifier of educationOutcome
16
+ * @returns a EducationOutcomeItemRequestBuilder
17
+ */
18
+ byEducationOutcomeId(educationOutcomeId: string): EducationOutcomeItemRequestBuilder;
19
+ /**
20
+ * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.
21
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
+ * @returns a Promise of EducationOutcomeCollectionResponse
23
+ * @see {@link https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0|Find more info here}
24
+ */
25
+ get(requestConfiguration?: RequestConfiguration<OutcomesRequestBuilderGetQueryParameters> | undefined): Promise<EducationOutcomeCollectionResponse | undefined>;
26
+ /**
27
+ * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail.
28
+ * @param body The request body
29
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
30
+ * @returns a Promise of EducationOutcome
31
+ * @see {@link https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0|Find more info here}
32
+ */
33
+ post(body: EducationOutcome, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<EducationOutcome | undefined>;
34
+ /**
35
+ * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.
36
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
37
+ * @returns a RequestInformation
38
+ */
39
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<OutcomesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
40
+ /**
41
+ * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail.
42
+ * @param body The request body
43
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
44
+ * @returns a RequestInformation
45
+ */
46
+ toPostRequestInformation(body: EducationOutcome, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
47
+ }
48
+ /**
49
+ * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.
50
+ */
51
+ export interface OutcomesRequestBuilderGetQueryParameters {
52
+ /**
53
+ * Include count of items
54
+ */
55
+ count?: boolean;
56
+ /**
57
+ * Expand related entities
58
+ */
59
+ expand?: string[];
60
+ /**
61
+ * Filter items by property values
62
+ */
63
+ filter?: string;
64
+ /**
65
+ * Order items by property values
66
+ */
67
+ orderby?: string[];
68
+ /**
69
+ * Search items by search phrases
70
+ */
71
+ search?: string;
72
+ /**
73
+ * Select properties to be returned
74
+ */
75
+ select?: string[];
76
+ /**
77
+ * Skip the first n items
78
+ */
79
+ skip?: number;
80
+ /**
81
+ * Show only the first n items
82
+ */
83
+ top?: number;
84
+ }
85
+ /**
86
+ * Metadata for all the navigation properties in the request builder.
87
+ */
88
+ export declare const OutcomesRequestBuilderNavigationMetadata: Record<Exclude<keyof OutcomesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
89
+ /**
90
+ * Metadata for all the requests in the request builder.
91
+ */
92
+ export declare const OutcomesRequestBuilderRequestsMetadata: RequestsMetadata;
93
+ /**
94
+ * Uri template for the request builder.
95
+ */
96
+ export declare const OutcomesRequestBuilderUriTemplate = "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
97
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2I,KAAK,gBAAgB,EAAE,KAAK,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AAEzP,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAqG,KAAK,kCAAkC,EAAE,MAAM,SAAS,CAAC;AACrK,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;IACtF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,oBAAoB,CAAC,kBAAkB,EAAE,MAAM,GAAI,kCAAkC,CAAC;IACvF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kCAAkC,GAAG,SAAS,CAAC,CAAC;IAClK;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,gBAAgB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC,CAAC;IACvI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,gBAAgB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC3I;AACD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD;;GAEG;AACH,eAAO,MAAM,wCAAwC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sBAAsB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAU1J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAuBpD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iCAAiC,wNAAwN,CAAC"}
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OutcomesRequestBuilderUriTemplate = exports.OutcomesRequestBuilderRequestsMetadata = exports.OutcomesRequestBuilderNavigationMetadata = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const models_1 = require("@microsoft/msgraph-sdk/models/");
8
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
+ const count_1 = require("./count/");
10
+ const item_1 = require("./item/");
11
+ /**
12
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
13
+ */
14
+ const OutcomesRequestBuilderGetQueryParametersMapper = {
15
+ "count": "%24count",
16
+ "expand": "%24expand",
17
+ "filter": "%24filter",
18
+ "orderby": "%24orderby",
19
+ "search": "%24search",
20
+ "select": "%24select",
21
+ "skip": "%24skip",
22
+ "top": "%24top",
23
+ };
24
+ /**
25
+ * Metadata for all the navigation properties in the request builder.
26
+ */
27
+ exports.OutcomesRequestBuilderNavigationMetadata = {
28
+ byEducationOutcomeId: {
29
+ uriTemplate: item_1.EducationOutcomeItemRequestBuilderUriTemplate,
30
+ requestsMetadata: item_1.EducationOutcomeItemRequestBuilderRequestsMetadata,
31
+ pathParametersMappings: ["educationOutcome%2Did"],
32
+ },
33
+ count: {
34
+ uriTemplate: count_1.CountRequestBuilderUriTemplate,
35
+ requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
36
+ },
37
+ };
38
+ /**
39
+ * Metadata for all the requests in the request builder.
40
+ */
41
+ exports.OutcomesRequestBuilderRequestsMetadata = {
42
+ get: {
43
+ responseBodyContentType: "application/json",
44
+ errorMappings: {
45
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
46
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
47
+ },
48
+ adapterMethodName: "sendAsync",
49
+ responseBodyFactory: models_1.createEducationOutcomeCollectionResponseFromDiscriminatorValue,
50
+ queryParametersMapper: OutcomesRequestBuilderGetQueryParametersMapper,
51
+ },
52
+ post: {
53
+ responseBodyContentType: "application/json",
54
+ errorMappings: {
55
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
56
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
57
+ },
58
+ adapterMethodName: "sendAsync",
59
+ responseBodyFactory: models_1.createEducationOutcomeFromDiscriminatorValue,
60
+ requestBodyContentType: "application/json",
61
+ requestBodySerializer: models_1.serializeEducationOutcome,
62
+ requestInformationContentSetMethod: "setContentFromParsable",
63
+ },
64
+ };
65
+ /**
66
+ * Uri template for the request builder.
67
+ */
68
+ exports.OutcomesRequestBuilderUriTemplate = "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
69
+ /* tslint:enable */
70
+ /* eslint-enable */
@@ -0,0 +1,68 @@
1
+ import { type EducationOutcome } from '@microsoft/msgraph-sdk/models/';
2
+ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
3
+ /**
4
+ * Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity.
5
+ */
6
+ export interface EducationOutcomeItemRequestBuilder extends BaseRequestBuilder<EducationOutcomeItemRequestBuilder> {
7
+ /**
8
+ * Delete a feedback resource from a submission. This can only be done by a teacher.
9
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
+ * @see {@link https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0|Find more info here}
11
+ */
12
+ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
13
+ /**
14
+ * Get outcomes from education
15
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
16
+ * @returns a Promise of EducationOutcome
17
+ */
18
+ get(requestConfiguration?: RequestConfiguration<EducationOutcomeItemRequestBuilderGetQueryParameters> | undefined): Promise<EducationOutcome | undefined>;
19
+ /**
20
+ * Update the properties of an educationOutcome object. Only teachers can perform this operation.
21
+ * @param body The request body
22
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
23
+ * @returns a Promise of EducationOutcome
24
+ * @see {@link https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0|Find more info here}
25
+ */
26
+ patch(body: EducationOutcome, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<EducationOutcome | undefined>;
27
+ /**
28
+ * Delete a feedback resource from a submission. This can only be done by a teacher.
29
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
30
+ * @returns a RequestInformation
31
+ */
32
+ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
33
+ /**
34
+ * Get outcomes from education
35
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
36
+ * @returns a RequestInformation
37
+ */
38
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<EducationOutcomeItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
39
+ /**
40
+ * Update the properties of an educationOutcome object. Only teachers can perform this operation.
41
+ * @param body The request body
42
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
43
+ * @returns a RequestInformation
44
+ */
45
+ toPatchRequestInformation(body: EducationOutcome, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
46
+ }
47
+ /**
48
+ * Get outcomes from education
49
+ */
50
+ export interface EducationOutcomeItemRequestBuilderGetQueryParameters {
51
+ /**
52
+ * Expand related entities
53
+ */
54
+ expand?: string[];
55
+ /**
56
+ * Select properties to be returned
57
+ */
58
+ select?: string[];
59
+ }
60
+ /**
61
+ * Metadata for all the requests in the request builder.
62
+ */
63
+ export declare const EducationOutcomeItemRequestBuilderRequestsMetadata: RequestsMetadata;
64
+ /**
65
+ * Uri template for the request builder.
66
+ */
67
+ export declare const EducationOutcomeItemRequestBuilderUriTemplate = "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}{?%24select,%24expand}";
68
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2E,KAAK,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEhJ,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,kCAAmC,SAAQ,kBAAkB,CAAC,kCAAkC,CAAC;IAC9G;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oDAAoD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC,CAAC;IAC5J;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,gBAAgB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC,CAAC;IACxI;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oDAAoD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC7J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,gBAAgB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC5I;AACD;;GAEG;AACH,MAAM,WAAW,oDAAoD;IACjE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,kDAAkD,EAAE,gBA+BhE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6CAA6C,yLAAyL,CAAC"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EducationOutcomeItemRequestBuilderUriTemplate = exports.EducationOutcomeItemRequestBuilderRequestsMetadata = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const models_1 = require("@microsoft/msgraph-sdk/models/");
8
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
+ /**
10
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
11
+ */
12
+ const EducationOutcomeItemRequestBuilderGetQueryParametersMapper = {
13
+ "expand": "%24expand",
14
+ "select": "%24select",
15
+ };
16
+ /**
17
+ * Metadata for all the requests in the request builder.
18
+ */
19
+ exports.EducationOutcomeItemRequestBuilderRequestsMetadata = {
20
+ delete: {
21
+ responseBodyContentType: "application/json",
22
+ errorMappings: {
23
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
24
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
25
+ },
26
+ adapterMethodName: "sendNoResponseContentAsync",
27
+ },
28
+ get: {
29
+ responseBodyContentType: "application/json",
30
+ errorMappings: {
31
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
32
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
33
+ },
34
+ adapterMethodName: "sendAsync",
35
+ responseBodyFactory: models_1.createEducationOutcomeFromDiscriminatorValue,
36
+ queryParametersMapper: EducationOutcomeItemRequestBuilderGetQueryParametersMapper,
37
+ },
38
+ patch: {
39
+ responseBodyContentType: "application/json",
40
+ errorMappings: {
41
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
42
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
43
+ },
44
+ adapterMethodName: "sendAsync",
45
+ responseBodyFactory: models_1.createEducationOutcomeFromDiscriminatorValue,
46
+ requestBodyContentType: "application/json",
47
+ requestBodySerializer: models_1.serializeEducationOutcome,
48
+ requestInformationContentSetMethod: "setContentFromParsable",
49
+ },
50
+ };
51
+ /**
52
+ * Uri template for the request builder.
53
+ */
54
+ exports.EducationOutcomeItemRequestBuilderUriTemplate = "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}{?%24select,%24expand}";
55
+ /* tslint:enable */
56
+ /* eslint-enable */
@@ -0,0 +1,29 @@
1
+ import { type EducationSubmission } from '@microsoft/msgraph-sdk/models/';
2
+ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
3
+ /**
4
+ * Provides operations to call the reassign method.
5
+ */
6
+ export interface ReassignRequestBuilder extends BaseRequestBuilder<ReassignRequestBuilder> {
7
+ /**
8
+ * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.
9
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
+ * @returns a Promise of EducationSubmission
11
+ * @see {@link https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0|Find more info here}
12
+ */
13
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<EducationSubmission | undefined>;
14
+ /**
15
+ * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.
16
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
17
+ * @returns a RequestInformation
18
+ */
19
+ toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
20
+ }
21
+ /**
22
+ * Metadata for all the requests in the request builder.
23
+ */
24
+ export declare const ReassignRequestBuilderRequestsMetadata: RequestsMetadata;
25
+ /**
26
+ * Uri template for the request builder.
27
+ */
28
+ export declare const ReassignRequestBuilderUriTemplate = "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/reassign";
29
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmD,KAAK,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAE3H,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;IACtF;;;;;OAKG;IACF,IAAI,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAAC;IAClH;;;;OAIG;IACF,wBAAwB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnH;AACD;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAUpD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iCAAiC,2IAA2I,CAAC"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReassignRequestBuilderUriTemplate = exports.ReassignRequestBuilderRequestsMetadata = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const models_1 = require("@microsoft/msgraph-sdk/models/");
8
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
+ /**
10
+ * Metadata for all the requests in the request builder.
11
+ */
12
+ exports.ReassignRequestBuilderRequestsMetadata = {
13
+ post: {
14
+ responseBodyContentType: "application/json",
15
+ errorMappings: {
16
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
17
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
18
+ },
19
+ adapterMethodName: "sendAsync",
20
+ responseBodyFactory: models_1.createEducationSubmissionFromDiscriminatorValue,
21
+ },
22
+ };
23
+ /**
24
+ * Uri template for the request builder.
25
+ */
26
+ exports.ReassignRequestBuilderUriTemplate = "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/reassign";
27
+ /* tslint:enable */
28
+ /* eslint-enable */
@@ -0,0 +1,40 @@
1
+ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
2
+ /**
3
+ * Provides operations to count the resources in the collection.
4
+ */
5
+ export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
6
+ /**
7
+ * Get the number of the resource
8
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9
+ * @returns a Promise of Integer
10
+ */
11
+ get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
12
+ /**
13
+ * Get the number of the resource
14
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
+ * @returns a RequestInformation
16
+ */
17
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
18
+ }
19
+ /**
20
+ * Get the number of the resource
21
+ */
22
+ export interface CountRequestBuilderGetQueryParameters {
23
+ /**
24
+ * Filter items by property values
25
+ */
26
+ filter?: string;
27
+ /**
28
+ * Search items by search phrases
29
+ */
30
+ search?: string;
31
+ }
32
+ /**
33
+ * Metadata for all the requests in the request builder.
34
+ */
35
+ export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
36
+ /**
37
+ * Uri template for the request builder.
38
+ */
39
+ export declare const CountRequestBuilderUriTemplate = "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/$count{?%24search,%24filter}";
40
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,yKAAyK,CAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CountRequestBuilderUriTemplate = exports.CountRequestBuilderRequestsMetadata = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
8
+ /**
9
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
10
+ */
11
+ const CountRequestBuilderGetQueryParametersMapper = {
12
+ "filter": "%24filter",
13
+ "search": "%24search",
14
+ };
15
+ /**
16
+ * Metadata for all the requests in the request builder.
17
+ */
18
+ exports.CountRequestBuilderRequestsMetadata = {
19
+ get: {
20
+ responseBodyContentType: "text/plain;q=0.9",
21
+ errorMappings: {
22
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
23
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
24
+ },
25
+ adapterMethodName: "sendPrimitiveAsync",
26
+ responseBodyFactory: "number",
27
+ queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
28
+ },
29
+ };
30
+ /**
31
+ * Uri template for the request builder.
32
+ */
33
+ exports.CountRequestBuilderUriTemplate = "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/$count{?%24search,%24filter}";
34
+ /* tslint:enable */
35
+ /* eslint-enable */
@@ -0,0 +1,97 @@
1
+ import { type EducationSubmissionResource, type EducationSubmissionResourceCollectionResponse } from '@microsoft/msgraph-sdk/models/';
2
+ import { type CountRequestBuilder } from './count/';
3
+ import { type EducationSubmissionResourceItemRequestBuilder } from './item/';
4
+ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
5
+ /**
6
+ * Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity.
7
+ */
8
+ export interface ResourcesRequestBuilder extends BaseRequestBuilder<ResourcesRequestBuilder> {
9
+ /**
10
+ * Provides operations to count the resources in the collection.
11
+ */
12
+ get count(): CountRequestBuilder;
13
+ /**
14
+ * Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity.
15
+ * @param educationSubmissionResourceId The unique identifier of educationSubmissionResource
16
+ * @returns a EducationSubmissionResourceItemRequestBuilder
17
+ */
18
+ byEducationSubmissionResourceId(educationSubmissionResourceId: string): EducationSubmissionResourceItemRequestBuilder;
19
+ /**
20
+ * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.
21
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
+ * @returns a Promise of EducationSubmissionResourceCollectionResponse
23
+ * @see {@link https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0|Find more info here}
24
+ */
25
+ get(requestConfiguration?: RequestConfiguration<ResourcesRequestBuilderGetQueryParameters> | undefined): Promise<EducationSubmissionResourceCollectionResponse | undefined>;
26
+ /**
27
+ * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail.
28
+ * @param body The request body
29
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
30
+ * @returns a Promise of EducationSubmissionResource
31
+ * @see {@link https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0|Find more info here}
32
+ */
33
+ post(body: EducationSubmissionResource, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<EducationSubmissionResource | undefined>;
34
+ /**
35
+ * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.
36
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
37
+ * @returns a RequestInformation
38
+ */
39
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<ResourcesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
40
+ /**
41
+ * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail.
42
+ * @param body The request body
43
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
44
+ * @returns a RequestInformation
45
+ */
46
+ toPostRequestInformation(body: EducationSubmissionResource, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
47
+ }
48
+ /**
49
+ * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.
50
+ */
51
+ export interface ResourcesRequestBuilderGetQueryParameters {
52
+ /**
53
+ * Include count of items
54
+ */
55
+ count?: boolean;
56
+ /**
57
+ * Expand related entities
58
+ */
59
+ expand?: string[];
60
+ /**
61
+ * Filter items by property values
62
+ */
63
+ filter?: string;
64
+ /**
65
+ * Order items by property values
66
+ */
67
+ orderby?: string[];
68
+ /**
69
+ * Search items by search phrases
70
+ */
71
+ search?: string;
72
+ /**
73
+ * Select properties to be returned
74
+ */
75
+ select?: string[];
76
+ /**
77
+ * Skip the first n items
78
+ */
79
+ skip?: number;
80
+ /**
81
+ * Show only the first n items
82
+ */
83
+ top?: number;
84
+ }
85
+ /**
86
+ * Metadata for all the navigation properties in the request builder.
87
+ */
88
+ export declare const ResourcesRequestBuilderNavigationMetadata: Record<Exclude<keyof ResourcesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
89
+ /**
90
+ * Metadata for all the requests in the request builder.
91
+ */
92
+ export declare const ResourcesRequestBuilderRequestsMetadata: RequestsMetadata;
93
+ /**
94
+ * Uri template for the request builder.
95
+ */
96
+ export declare const ResourcesRequestBuilderUriTemplate = "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
97
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA4K,KAAK,2BAA2B,EAAE,KAAK,6CAA6C,EAAE,MAAM,gCAAgC,CAAC;AAEhT,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAA2H,KAAK,6CAA6C,EAAE,MAAM,SAAS,CAAC;AACtM,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,kBAAkB,CAAC,uBAAuB,CAAC;IACxF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,+BAA+B,CAAC,6BAA6B,EAAE,MAAM,GAAI,6CAA6C,CAAC;IACxH;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,6CAA6C,GAAG,SAAS,CAAC,CAAC;IAC9K;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,2BAA2B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IAC7J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,2BAA2B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACtJ;AACD;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACtD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD;;GAEG;AACH,eAAO,MAAM,yCAAyC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,uBAAuB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAU5J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,gBAuBrD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kCAAkC,yNAAyN,CAAC"}
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ResourcesRequestBuilderUriTemplate = exports.ResourcesRequestBuilderRequestsMetadata = exports.ResourcesRequestBuilderNavigationMetadata = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const models_1 = require("@microsoft/msgraph-sdk/models/");
8
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
+ const count_1 = require("./count/");
10
+ const item_1 = require("./item/");
11
+ /**
12
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
13
+ */
14
+ const ResourcesRequestBuilderGetQueryParametersMapper = {
15
+ "count": "%24count",
16
+ "expand": "%24expand",
17
+ "filter": "%24filter",
18
+ "orderby": "%24orderby",
19
+ "search": "%24search",
20
+ "select": "%24select",
21
+ "skip": "%24skip",
22
+ "top": "%24top",
23
+ };
24
+ /**
25
+ * Metadata for all the navigation properties in the request builder.
26
+ */
27
+ exports.ResourcesRequestBuilderNavigationMetadata = {
28
+ byEducationSubmissionResourceId: {
29
+ uriTemplate: item_1.EducationSubmissionResourceItemRequestBuilderUriTemplate,
30
+ requestsMetadata: item_1.EducationSubmissionResourceItemRequestBuilderRequestsMetadata,
31
+ pathParametersMappings: ["educationSubmissionResource%2Did"],
32
+ },
33
+ count: {
34
+ uriTemplate: count_1.CountRequestBuilderUriTemplate,
35
+ requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
36
+ },
37
+ };
38
+ /**
39
+ * Metadata for all the requests in the request builder.
40
+ */
41
+ exports.ResourcesRequestBuilderRequestsMetadata = {
42
+ get: {
43
+ responseBodyContentType: "application/json",
44
+ errorMappings: {
45
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
46
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
47
+ },
48
+ adapterMethodName: "sendAsync",
49
+ responseBodyFactory: models_1.createEducationSubmissionResourceCollectionResponseFromDiscriminatorValue,
50
+ queryParametersMapper: ResourcesRequestBuilderGetQueryParametersMapper,
51
+ },
52
+ post: {
53
+ responseBodyContentType: "application/json",
54
+ errorMappings: {
55
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
56
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
57
+ },
58
+ adapterMethodName: "sendAsync",
59
+ responseBodyFactory: models_1.createEducationSubmissionResourceFromDiscriminatorValue,
60
+ requestBodyContentType: "application/json",
61
+ requestBodySerializer: models_1.serializeEducationSubmissionResource,
62
+ requestInformationContentSetMethod: "setContentFromParsable",
63
+ },
64
+ };
65
+ /**
66
+ * Uri template for the request builder.
67
+ */
68
+ exports.ResourcesRequestBuilderUriTemplate = "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
69
+ /* tslint:enable */
70
+ /* eslint-enable */