@azure/arm-education 1.0.0-beta.2 → 1.0.0-beta.4

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 (478) hide show
  1. package/CHANGELOG.md +25 -2
  2. package/LICENSE +4 -4
  3. package/README.md +27 -18
  4. package/{dist-esm/src → dist/browser}/educationManagementClient.d.ts +2 -2
  5. package/dist/browser/educationManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/educationManagementClient.js +52 -40
  7. package/dist/browser/educationManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -3
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +32 -46
  13. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  14. package/dist/browser/models/index.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/mappers.js +99 -47
  16. package/dist/browser/models/mappers.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  18. package/dist/browser/models/parameters.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/grants.d.ts +3 -3
  20. package/dist/browser/operations/grants.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/grants.js +56 -65
  22. package/dist/browser/operations/grants.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +7 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +6 -6
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/joinRequests.d.ts +3 -3
  28. package/dist/browser/operations/joinRequests.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/joinRequests.js +30 -34
  30. package/dist/browser/operations/joinRequests.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/labs.d.ts +3 -3
  32. package/dist/browser/operations/labs.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/labs.js +56 -69
  34. package/dist/browser/operations/labs.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  36. package/dist/browser/operations/operations.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
  38. package/dist/browser/operations/operations.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/studentLabs.d.ts +3 -3
  40. package/dist/browser/operations/studentLabs.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/studentLabs.js +30 -34
  42. package/dist/browser/operations/studentLabs.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/students.d.ts +3 -3
  44. package/dist/browser/operations/students.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/students.js +30 -34
  46. package/dist/browser/operations/students.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/grants.d.ts +1 -1
  48. package/dist/browser/operationsInterfaces/grants.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/grants.js.map +1 -0
  50. package/dist/browser/operationsInterfaces/index.d.ts +7 -0
  51. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  52. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +6 -6
  53. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/joinRequests.d.ts +1 -1
  55. package/dist/browser/operationsInterfaces/joinRequests.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/joinRequests.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/labs.d.ts +1 -1
  58. package/dist/browser/operationsInterfaces/labs.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/labs.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/studentLabs.d.ts +1 -1
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/studentLabs.d.ts.map +1 -1
  65. package/dist/browser/operationsInterfaces/studentLabs.js.map +1 -0
  66. package/{dist-esm/src → dist/browser}/operationsInterfaces/students.d.ts +1 -1
  67. package/dist/browser/operationsInterfaces/students.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/students.js.map +1 -0
  69. package/dist/browser/package.json +3 -0
  70. package/dist/browser/pagingHelper.d.ts +13 -0
  71. package/dist/browser/pagingHelper.d.ts.map +1 -0
  72. package/dist/browser/pagingHelper.js +30 -0
  73. package/dist/browser/pagingHelper.js.map +1 -0
  74. package/dist/commonjs/educationManagementClient.d.ts +29 -0
  75. package/dist/commonjs/educationManagementClient.d.ts.map +1 -0
  76. package/dist/commonjs/educationManagementClient.js +142 -0
  77. package/dist/commonjs/educationManagementClient.js.map +1 -0
  78. package/dist/commonjs/index.d.ts +5 -0
  79. package/dist/commonjs/index.d.ts.map +1 -0
  80. package/dist/commonjs/index.js +19 -0
  81. package/dist/commonjs/index.js.map +1 -0
  82. package/{types/arm-education.d.ts → dist/commonjs/models/index.d.ts} +685 -1000
  83. package/dist/commonjs/models/index.d.ts.map +1 -0
  84. package/dist/commonjs/models/index.js +95 -0
  85. package/dist/commonjs/models/index.js.map +1 -0
  86. package/dist/commonjs/models/mappers.d.ts +22 -0
  87. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  88. package/dist/commonjs/models/mappers.js +757 -0
  89. package/dist/commonjs/models/mappers.js.map +1 -0
  90. package/dist/commonjs/models/parameters.d.ts +22 -0
  91. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  92. package/dist/commonjs/models/parameters.js +188 -0
  93. package/dist/commonjs/models/parameters.js.map +1 -0
  94. package/dist/commonjs/operations/grants.d.ts +63 -0
  95. package/dist/commonjs/operations/grants.d.ts.map +1 -0
  96. package/dist/commonjs/operations/grants.js +255 -0
  97. package/dist/commonjs/operations/grants.js.map +1 -0
  98. package/dist/commonjs/operations/index.d.ts +7 -0
  99. package/dist/commonjs/operations/index.d.ts.map +1 -0
  100. package/dist/commonjs/operations/index.js +17 -0
  101. package/dist/commonjs/operations/index.js.map +1 -0
  102. package/dist/commonjs/operations/joinRequests.d.ts +68 -0
  103. package/dist/commonjs/operations/joinRequests.d.ts.map +1 -0
  104. package/dist/commonjs/operations/joinRequests.js +260 -0
  105. package/dist/commonjs/operations/joinRequests.js.map +1 -0
  106. package/dist/commonjs/operations/labs.d.ts +103 -0
  107. package/dist/commonjs/operations/labs.d.ts.map +1 -0
  108. package/dist/commonjs/operations/labs.js +407 -0
  109. package/dist/commonjs/operations/labs.js.map +1 -0
  110. package/dist/commonjs/operations/operations.d.ts +18 -0
  111. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  112. package/dist/commonjs/operations/operations.js +52 -0
  113. package/dist/commonjs/operations/operations.js.map +1 -0
  114. package/dist/commonjs/operations/studentLabs.d.ts +38 -0
  115. package/dist/commonjs/operations/studentLabs.d.ts.map +1 -0
  116. package/dist/commonjs/operations/studentLabs.js +145 -0
  117. package/dist/commonjs/operations/studentLabs.js.map +1 -0
  118. package/dist/commonjs/operations/students.d.ts +70 -0
  119. package/dist/commonjs/operations/students.d.ts.map +1 -0
  120. package/dist/commonjs/operations/students.js +271 -0
  121. package/dist/commonjs/operations/students.js.map +1 -0
  122. package/dist/commonjs/operationsInterfaces/grants.d.ts +25 -0
  123. package/dist/commonjs/operationsInterfaces/grants.d.ts.map +1 -0
  124. package/dist/commonjs/operationsInterfaces/grants.js +10 -0
  125. package/dist/commonjs/operationsInterfaces/grants.js.map +1 -0
  126. package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
  127. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  128. package/dist/commonjs/operationsInterfaces/index.js +17 -0
  129. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  130. package/dist/commonjs/operationsInterfaces/joinRequests.d.ts +41 -0
  131. package/dist/commonjs/operationsInterfaces/joinRequests.d.ts.map +1 -0
  132. package/dist/commonjs/operationsInterfaces/joinRequests.js +10 -0
  133. package/dist/commonjs/operationsInterfaces/joinRequests.js.map +1 -0
  134. package/dist/commonjs/operationsInterfaces/labs.d.ts +58 -0
  135. package/dist/commonjs/operationsInterfaces/labs.d.ts.map +1 -0
  136. package/dist/commonjs/operationsInterfaces/labs.js +10 -0
  137. package/dist/commonjs/operationsInterfaces/labs.js.map +1 -0
  138. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  139. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  140. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  141. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  142. package/dist/commonjs/operationsInterfaces/studentLabs.d.ts +17 -0
  143. package/dist/commonjs/operationsInterfaces/studentLabs.d.ts.map +1 -0
  144. package/dist/commonjs/operationsInterfaces/studentLabs.js +10 -0
  145. package/dist/commonjs/operationsInterfaces/studentLabs.js.map +1 -0
  146. package/dist/commonjs/operationsInterfaces/students.d.ts +43 -0
  147. package/dist/commonjs/operationsInterfaces/students.d.ts.map +1 -0
  148. package/dist/commonjs/operationsInterfaces/students.js +10 -0
  149. package/dist/commonjs/operationsInterfaces/students.js.map +1 -0
  150. package/dist/commonjs/package.json +3 -0
  151. package/dist/commonjs/pagingHelper.d.ts +13 -0
  152. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  153. package/dist/commonjs/pagingHelper.js +34 -0
  154. package/dist/commonjs/pagingHelper.js.map +1 -0
  155. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  156. package/dist/esm/educationManagementClient.d.ts +29 -0
  157. package/dist/esm/educationManagementClient.d.ts.map +1 -0
  158. package/dist/esm/educationManagementClient.js +137 -0
  159. package/dist/esm/educationManagementClient.js.map +1 -0
  160. package/dist/esm/index.d.ts +5 -0
  161. package/dist/esm/index.d.ts.map +1 -0
  162. package/{src/index.ts → dist/esm/index.js} +5 -4
  163. package/dist/esm/index.js.map +1 -0
  164. package/dist/esm/models/index.d.ts +685 -0
  165. package/dist/esm/models/index.d.ts.map +1 -0
  166. package/dist/esm/models/index.js +92 -0
  167. package/dist/esm/models/index.js.map +1 -0
  168. package/dist/esm/models/mappers.d.ts +22 -0
  169. package/dist/esm/models/mappers.d.ts.map +1 -0
  170. package/dist/esm/models/mappers.js +754 -0
  171. package/dist/esm/models/mappers.js.map +1 -0
  172. package/dist/esm/models/parameters.d.ts +22 -0
  173. package/dist/esm/models/parameters.d.ts.map +1 -0
  174. package/dist/esm/models/parameters.js +185 -0
  175. package/dist/esm/models/parameters.js.map +1 -0
  176. package/dist/esm/operations/grants.d.ts +63 -0
  177. package/dist/esm/operations/grants.d.ts.map +1 -0
  178. package/dist/esm/operations/grants.js +250 -0
  179. package/dist/esm/operations/grants.js.map +1 -0
  180. package/dist/esm/operations/index.d.ts +7 -0
  181. package/dist/esm/operations/index.d.ts.map +1 -0
  182. package/dist/esm/operations/index.js +14 -0
  183. package/dist/esm/operations/index.js.map +1 -0
  184. package/dist/esm/operations/joinRequests.d.ts +68 -0
  185. package/dist/esm/operations/joinRequests.d.ts.map +1 -0
  186. package/dist/esm/operations/joinRequests.js +255 -0
  187. package/dist/esm/operations/joinRequests.js.map +1 -0
  188. package/dist/esm/operations/labs.d.ts +103 -0
  189. package/dist/esm/operations/labs.d.ts.map +1 -0
  190. package/dist/esm/operations/labs.js +402 -0
  191. package/dist/esm/operations/labs.js.map +1 -0
  192. package/dist/esm/operations/operations.d.ts +18 -0
  193. package/dist/esm/operations/operations.d.ts.map +1 -0
  194. package/dist/esm/operations/operations.js +47 -0
  195. package/dist/esm/operations/operations.js.map +1 -0
  196. package/dist/esm/operations/studentLabs.d.ts +38 -0
  197. package/dist/esm/operations/studentLabs.d.ts.map +1 -0
  198. package/dist/esm/operations/studentLabs.js +140 -0
  199. package/dist/esm/operations/studentLabs.js.map +1 -0
  200. package/dist/esm/operations/students.d.ts +70 -0
  201. package/dist/esm/operations/students.d.ts.map +1 -0
  202. package/dist/esm/operations/students.js +266 -0
  203. package/dist/esm/operations/students.js.map +1 -0
  204. package/dist/esm/operationsInterfaces/grants.d.ts +25 -0
  205. package/dist/esm/operationsInterfaces/grants.d.ts.map +1 -0
  206. package/dist/esm/operationsInterfaces/grants.js +9 -0
  207. package/dist/esm/operationsInterfaces/grants.js.map +1 -0
  208. package/dist/esm/operationsInterfaces/index.d.ts +7 -0
  209. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  210. package/dist/esm/operationsInterfaces/index.js +14 -0
  211. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  212. package/dist/esm/operationsInterfaces/joinRequests.d.ts +41 -0
  213. package/dist/esm/operationsInterfaces/joinRequests.d.ts.map +1 -0
  214. package/dist/esm/operationsInterfaces/joinRequests.js +9 -0
  215. package/dist/esm/operationsInterfaces/joinRequests.js.map +1 -0
  216. package/dist/esm/operationsInterfaces/labs.d.ts +58 -0
  217. package/dist/esm/operationsInterfaces/labs.d.ts.map +1 -0
  218. package/dist/esm/operationsInterfaces/labs.js +9 -0
  219. package/dist/esm/operationsInterfaces/labs.js.map +1 -0
  220. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  221. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  222. package/dist/esm/operationsInterfaces/operations.js +9 -0
  223. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  224. package/dist/esm/operationsInterfaces/studentLabs.d.ts +17 -0
  225. package/dist/esm/operationsInterfaces/studentLabs.d.ts.map +1 -0
  226. package/dist/esm/operationsInterfaces/studentLabs.js +9 -0
  227. package/dist/esm/operationsInterfaces/studentLabs.js.map +1 -0
  228. package/dist/esm/operationsInterfaces/students.d.ts +43 -0
  229. package/dist/esm/operationsInterfaces/students.d.ts.map +1 -0
  230. package/dist/esm/operationsInterfaces/students.js +9 -0
  231. package/dist/esm/operationsInterfaces/students.js.map +1 -0
  232. package/dist/esm/package.json +3 -0
  233. package/dist/esm/pagingHelper.d.ts +13 -0
  234. package/dist/esm/pagingHelper.d.ts.map +1 -0
  235. package/dist/esm/pagingHelper.js +30 -0
  236. package/dist/esm/pagingHelper.js.map +1 -0
  237. package/dist/react-native/educationManagementClient.d.ts +29 -0
  238. package/dist/react-native/educationManagementClient.d.ts.map +1 -0
  239. package/dist/react-native/educationManagementClient.js +137 -0
  240. package/dist/react-native/educationManagementClient.js.map +1 -0
  241. package/dist/react-native/index.d.ts +5 -0
  242. package/dist/react-native/index.d.ts.map +1 -0
  243. package/dist/react-native/index.js +13 -0
  244. package/dist/react-native/index.js.map +1 -0
  245. package/dist/react-native/models/index.d.ts +685 -0
  246. package/dist/react-native/models/index.d.ts.map +1 -0
  247. package/dist/react-native/models/index.js +92 -0
  248. package/dist/react-native/models/index.js.map +1 -0
  249. package/dist/react-native/models/mappers.d.ts +22 -0
  250. package/dist/react-native/models/mappers.d.ts.map +1 -0
  251. package/dist/react-native/models/mappers.js +754 -0
  252. package/dist/react-native/models/mappers.js.map +1 -0
  253. package/dist/react-native/models/parameters.d.ts +22 -0
  254. package/dist/react-native/models/parameters.d.ts.map +1 -0
  255. package/dist/react-native/models/parameters.js +185 -0
  256. package/dist/react-native/models/parameters.js.map +1 -0
  257. package/dist/react-native/operations/grants.d.ts +63 -0
  258. package/dist/react-native/operations/grants.d.ts.map +1 -0
  259. package/dist/react-native/operations/grants.js +250 -0
  260. package/dist/react-native/operations/grants.js.map +1 -0
  261. package/dist/react-native/operations/index.d.ts +7 -0
  262. package/dist/react-native/operations/index.d.ts.map +1 -0
  263. package/dist/react-native/operations/index.js +14 -0
  264. package/dist/react-native/operations/index.js.map +1 -0
  265. package/dist/react-native/operations/joinRequests.d.ts +68 -0
  266. package/dist/react-native/operations/joinRequests.d.ts.map +1 -0
  267. package/dist/react-native/operations/joinRequests.js +255 -0
  268. package/dist/react-native/operations/joinRequests.js.map +1 -0
  269. package/dist/react-native/operations/labs.d.ts +103 -0
  270. package/dist/react-native/operations/labs.d.ts.map +1 -0
  271. package/dist/react-native/operations/labs.js +402 -0
  272. package/dist/react-native/operations/labs.js.map +1 -0
  273. package/dist/react-native/operations/operations.d.ts +18 -0
  274. package/dist/react-native/operations/operations.d.ts.map +1 -0
  275. package/dist/react-native/operations/operations.js +47 -0
  276. package/dist/react-native/operations/operations.js.map +1 -0
  277. package/dist/react-native/operations/studentLabs.d.ts +38 -0
  278. package/dist/react-native/operations/studentLabs.d.ts.map +1 -0
  279. package/dist/react-native/operations/studentLabs.js +140 -0
  280. package/dist/react-native/operations/studentLabs.js.map +1 -0
  281. package/dist/react-native/operations/students.d.ts +70 -0
  282. package/dist/react-native/operations/students.d.ts.map +1 -0
  283. package/dist/react-native/operations/students.js +266 -0
  284. package/dist/react-native/operations/students.js.map +1 -0
  285. package/dist/react-native/operationsInterfaces/grants.d.ts +25 -0
  286. package/dist/react-native/operationsInterfaces/grants.d.ts.map +1 -0
  287. package/dist/react-native/operationsInterfaces/grants.js +9 -0
  288. package/dist/react-native/operationsInterfaces/grants.js.map +1 -0
  289. package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
  290. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  291. package/dist/react-native/operationsInterfaces/index.js +14 -0
  292. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  293. package/dist/react-native/operationsInterfaces/joinRequests.d.ts +41 -0
  294. package/dist/react-native/operationsInterfaces/joinRequests.d.ts.map +1 -0
  295. package/dist/react-native/operationsInterfaces/joinRequests.js +9 -0
  296. package/dist/react-native/operationsInterfaces/joinRequests.js.map +1 -0
  297. package/dist/react-native/operationsInterfaces/labs.d.ts +58 -0
  298. package/dist/react-native/operationsInterfaces/labs.d.ts.map +1 -0
  299. package/dist/react-native/operationsInterfaces/labs.js +9 -0
  300. package/dist/react-native/operationsInterfaces/labs.js.map +1 -0
  301. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  302. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  303. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  304. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  305. package/dist/react-native/operationsInterfaces/studentLabs.d.ts +17 -0
  306. package/dist/react-native/operationsInterfaces/studentLabs.d.ts.map +1 -0
  307. package/dist/react-native/operationsInterfaces/studentLabs.js +9 -0
  308. package/dist/react-native/operationsInterfaces/studentLabs.js.map +1 -0
  309. package/dist/react-native/operationsInterfaces/students.d.ts +43 -0
  310. package/dist/react-native/operationsInterfaces/students.d.ts.map +1 -0
  311. package/dist/react-native/operationsInterfaces/students.js +9 -0
  312. package/dist/react-native/operationsInterfaces/students.js.map +1 -0
  313. package/dist/react-native/package.json +3 -0
  314. package/dist/react-native/pagingHelper.d.ts +13 -0
  315. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  316. package/dist/react-native/pagingHelper.js +30 -0
  317. package/dist/react-native/pagingHelper.js.map +1 -0
  318. package/package.json +86 -75
  319. package/review/{arm-education.api.md → arm-education-node.api.md} +3 -7
  320. package/dist/index.js +0 -2522
  321. package/dist/index.js.map +0 -1
  322. package/dist/index.min.js +0 -1
  323. package/dist/index.min.js.map +0 -1
  324. package/dist-esm/samples-dev/grantsGetSample.d.ts +0 -2
  325. package/dist-esm/samples-dev/grantsGetSample.d.ts.map +0 -1
  326. package/dist-esm/samples-dev/grantsGetSample.js +0 -51
  327. package/dist-esm/samples-dev/grantsGetSample.js.map +0 -1
  328. package/dist-esm/samples-dev/grantsListAllSample.d.ts +0 -2
  329. package/dist-esm/samples-dev/grantsListAllSample.d.ts.map +0 -1
  330. package/dist-esm/samples-dev/grantsListAllSample.js +0 -75
  331. package/dist-esm/samples-dev/grantsListAllSample.js.map +0 -1
  332. package/dist-esm/samples-dev/grantsListSample.d.ts +0 -2
  333. package/dist-esm/samples-dev/grantsListSample.d.ts.map +0 -1
  334. package/dist-esm/samples-dev/grantsListSample.js +0 -79
  335. package/dist-esm/samples-dev/grantsListSample.js.map +0 -1
  336. package/dist-esm/samples-dev/joinRequestsApproveSample.d.ts +0 -2
  337. package/dist-esm/samples-dev/joinRequestsApproveSample.d.ts.map +0 -1
  338. package/dist-esm/samples-dev/joinRequestsApproveSample.js +0 -32
  339. package/dist-esm/samples-dev/joinRequestsApproveSample.js.map +0 -1
  340. package/dist-esm/samples-dev/joinRequestsDenySample.d.ts +0 -2
  341. package/dist-esm/samples-dev/joinRequestsDenySample.d.ts.map +0 -1
  342. package/dist-esm/samples-dev/joinRequestsDenySample.js +0 -32
  343. package/dist-esm/samples-dev/joinRequestsDenySample.js.map +0 -1
  344. package/dist-esm/samples-dev/joinRequestsGetSample.d.ts +0 -2
  345. package/dist-esm/samples-dev/joinRequestsGetSample.d.ts.map +0 -1
  346. package/dist-esm/samples-dev/joinRequestsGetSample.js +0 -32
  347. package/dist-esm/samples-dev/joinRequestsGetSample.js.map +0 -1
  348. package/dist-esm/samples-dev/joinRequestsListSample.d.ts +0 -2
  349. package/dist-esm/samples-dev/joinRequestsListSample.d.ts.map +0 -1
  350. package/dist-esm/samples-dev/joinRequestsListSample.js +0 -47
  351. package/dist-esm/samples-dev/joinRequestsListSample.js.map +0 -1
  352. package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts +0 -2
  353. package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts.map +0 -1
  354. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js +0 -37
  355. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +0 -1
  356. package/dist-esm/samples-dev/labsDeleteSample.d.ts +0 -2
  357. package/dist-esm/samples-dev/labsDeleteSample.d.ts.map +0 -1
  358. package/dist-esm/samples-dev/labsDeleteSample.js +0 -31
  359. package/dist-esm/samples-dev/labsDeleteSample.js.map +0 -1
  360. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.d.ts +0 -2
  361. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.d.ts.map +0 -1
  362. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.js +0 -32
  363. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.js.map +0 -1
  364. package/dist-esm/samples-dev/labsGetSample.d.ts +0 -2
  365. package/dist-esm/samples-dev/labsGetSample.d.ts.map +0 -1
  366. package/dist-esm/samples-dev/labsGetSample.js +0 -53
  367. package/dist-esm/samples-dev/labsGetSample.js.map +0 -1
  368. package/dist-esm/samples-dev/labsListAllSample.d.ts +0 -2
  369. package/dist-esm/samples-dev/labsListAllSample.d.ts.map +0 -1
  370. package/dist-esm/samples-dev/labsListAllSample.js +0 -79
  371. package/dist-esm/samples-dev/labsListAllSample.js.map +0 -1
  372. package/dist-esm/samples-dev/labsListSample.d.ts +0 -2
  373. package/dist-esm/samples-dev/labsListSample.d.ts.map +0 -1
  374. package/dist-esm/samples-dev/labsListSample.js +0 -81
  375. package/dist-esm/samples-dev/labsListSample.js.map +0 -1
  376. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  377. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  378. package/dist-esm/samples-dev/operationsListSample.js +0 -28
  379. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  380. package/dist-esm/samples-dev/redeemInvitationCodeSample.d.ts +0 -2
  381. package/dist-esm/samples-dev/redeemInvitationCodeSample.d.ts.map +0 -1
  382. package/dist-esm/samples-dev/redeemInvitationCodeSample.js +0 -33
  383. package/dist-esm/samples-dev/redeemInvitationCodeSample.js.map +0 -1
  384. package/dist-esm/samples-dev/studentLabsGetSample.d.ts +0 -2
  385. package/dist-esm/samples-dev/studentLabsGetSample.d.ts.map +0 -1
  386. package/dist-esm/samples-dev/studentLabsGetSample.js +0 -29
  387. package/dist-esm/samples-dev/studentLabsGetSample.js.map +0 -1
  388. package/dist-esm/samples-dev/studentLabsListAllSample.d.ts +0 -2
  389. package/dist-esm/samples-dev/studentLabsListAllSample.d.ts.map +0 -1
  390. package/dist-esm/samples-dev/studentLabsListAllSample.js +0 -42
  391. package/dist-esm/samples-dev/studentLabsListAllSample.js.map +0 -1
  392. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.d.ts +0 -2
  393. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.d.ts.map +0 -1
  394. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.js +0 -40
  395. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.js.map +0 -1
  396. package/dist-esm/samples-dev/studentsDeleteSample.d.ts +0 -2
  397. package/dist-esm/samples-dev/studentsDeleteSample.d.ts.map +0 -1
  398. package/dist-esm/samples-dev/studentsDeleteSample.js +0 -32
  399. package/dist-esm/samples-dev/studentsDeleteSample.js.map +0 -1
  400. package/dist-esm/samples-dev/studentsGetSample.d.ts +0 -2
  401. package/dist-esm/samples-dev/studentsGetSample.d.ts.map +0 -1
  402. package/dist-esm/samples-dev/studentsGetSample.js +0 -32
  403. package/dist-esm/samples-dev/studentsGetSample.js.map +0 -1
  404. package/dist-esm/samples-dev/studentsListSample.d.ts +0 -2
  405. package/dist-esm/samples-dev/studentsListSample.d.ts.map +0 -1
  406. package/dist-esm/samples-dev/studentsListSample.js +0 -45
  407. package/dist-esm/samples-dev/studentsListSample.js.map +0 -1
  408. package/dist-esm/src/educationManagementClient.d.ts.map +0 -1
  409. package/dist-esm/src/educationManagementClient.js.map +0 -1
  410. package/dist-esm/src/index.d.ts +0 -5
  411. package/dist-esm/src/index.d.ts.map +0 -1
  412. package/dist-esm/src/index.js.map +0 -1
  413. package/dist-esm/src/models/index.js.map +0 -1
  414. package/dist-esm/src/models/mappers.js.map +0 -1
  415. package/dist-esm/src/models/parameters.js.map +0 -1
  416. package/dist-esm/src/operations/grants.d.ts.map +0 -1
  417. package/dist-esm/src/operations/grants.js.map +0 -1
  418. package/dist-esm/src/operations/index.d.ts +0 -7
  419. package/dist-esm/src/operations/index.js.map +0 -1
  420. package/dist-esm/src/operations/joinRequests.d.ts.map +0 -1
  421. package/dist-esm/src/operations/joinRequests.js.map +0 -1
  422. package/dist-esm/src/operations/labs.d.ts.map +0 -1
  423. package/dist-esm/src/operations/labs.js.map +0 -1
  424. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  425. package/dist-esm/src/operations/operations.js.map +0 -1
  426. package/dist-esm/src/operations/studentLabs.d.ts.map +0 -1
  427. package/dist-esm/src/operations/studentLabs.js.map +0 -1
  428. package/dist-esm/src/operations/students.d.ts.map +0 -1
  429. package/dist-esm/src/operations/students.js.map +0 -1
  430. package/dist-esm/src/operationsInterfaces/grants.d.ts.map +0 -1
  431. package/dist-esm/src/operationsInterfaces/grants.js.map +0 -1
  432. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
  433. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  434. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  435. package/dist-esm/src/operationsInterfaces/joinRequests.d.ts.map +0 -1
  436. package/dist-esm/src/operationsInterfaces/joinRequests.js.map +0 -1
  437. package/dist-esm/src/operationsInterfaces/labs.d.ts.map +0 -1
  438. package/dist-esm/src/operationsInterfaces/labs.js.map +0 -1
  439. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  440. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  441. package/dist-esm/src/operationsInterfaces/studentLabs.js.map +0 -1
  442. package/dist-esm/src/operationsInterfaces/students.d.ts.map +0 -1
  443. package/dist-esm/src/operationsInterfaces/students.js.map +0 -1
  444. package/dist-esm/test/sampleTest.d.ts +0 -2
  445. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  446. package/dist-esm/test/sampleTest.js +0 -38
  447. package/dist-esm/test/sampleTest.js.map +0 -1
  448. package/rollup.config.js +0 -122
  449. package/src/educationManagementClient.ts +0 -190
  450. package/src/models/index.ts +0 -806
  451. package/src/models/mappers.ts +0 -775
  452. package/src/models/parameters.ts +0 -215
  453. package/src/operations/grants.ts +0 -330
  454. package/src/operations/index.ts +0 -14
  455. package/src/operations/joinRequests.ts +0 -358
  456. package/src/operations/labs.ts +0 -570
  457. package/src/operations/operations.ts +0 -59
  458. package/src/operations/studentLabs.ts +0 -170
  459. package/src/operations/students.ts +0 -371
  460. package/src/operationsInterfaces/grants.ts +0 -50
  461. package/src/operationsInterfaces/index.ts +0 -14
  462. package/src/operationsInterfaces/joinRequests.ts +0 -80
  463. package/src/operationsInterfaces/labs.ts +0 -110
  464. package/src/operationsInterfaces/operations.ts +0 -21
  465. package/src/operationsInterfaces/studentLabs.ts +0 -36
  466. package/src/operationsInterfaces/students.ts +0 -84
  467. package/tsconfig.json +0 -33
  468. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  469. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  470. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  471. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  472. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  473. /package/{dist-esm/src → dist/browser}/operationsInterfaces/grants.js +0 -0
  474. /package/{dist-esm/src → dist/browser}/operationsInterfaces/joinRequests.js +0 -0
  475. /package/{dist-esm/src → dist/browser}/operationsInterfaces/labs.js +0 -0
  476. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  477. /package/{dist-esm/src → dist/browser}/operationsInterfaces/studentLabs.js +0 -0
  478. /package/{dist-esm/src → dist/browser}/operationsInterfaces/students.js +0 -0
@@ -1,170 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { StudentLabs } from "../operationsInterfaces";
11
- import * as coreClient from "@azure/core-client";
12
- import * as Mappers from "../models/mappers";
13
- import * as Parameters from "../models/parameters";
14
- import { EducationManagementClient } from "../educationManagementClient";
15
- import {
16
- StudentLabDetails,
17
- StudentLabsListAllNextOptionalParams,
18
- StudentLabsListAllOptionalParams,
19
- StudentLabsListAllResponse,
20
- StudentLabsGetOptionalParams,
21
- StudentLabsGetResponse,
22
- StudentLabsListAllNextResponse
23
- } from "../models";
24
-
25
- /// <reference lib="esnext.asynciterable" />
26
- /** Class containing StudentLabs operations. */
27
- export class StudentLabsImpl implements StudentLabs {
28
- private readonly client: EducationManagementClient;
29
-
30
- /**
31
- * Initialize a new instance of the class StudentLabs class.
32
- * @param client Reference to the service client
33
- */
34
- constructor(client: EducationManagementClient) {
35
- this.client = client;
36
- }
37
-
38
- /**
39
- * Get a list of all labs associated with the caller of the API.
40
- * @param options The options parameters.
41
- */
42
- public listAll(
43
- options?: StudentLabsListAllOptionalParams
44
- ): PagedAsyncIterableIterator<StudentLabDetails> {
45
- const iter = this.listAllPagingAll(options);
46
- return {
47
- next() {
48
- return iter.next();
49
- },
50
- [Symbol.asyncIterator]() {
51
- return this;
52
- },
53
- byPage: () => {
54
- return this.listAllPagingPage(options);
55
- }
56
- };
57
- }
58
-
59
- private async *listAllPagingPage(
60
- options?: StudentLabsListAllOptionalParams
61
- ): AsyncIterableIterator<StudentLabDetails[]> {
62
- let result = await this._listAll(options);
63
- yield result.value || [];
64
- let continuationToken = result.nextLink;
65
- while (continuationToken) {
66
- result = await this._listAllNext(continuationToken, options);
67
- continuationToken = result.nextLink;
68
- yield result.value || [];
69
- }
70
- }
71
-
72
- private async *listAllPagingAll(
73
- options?: StudentLabsListAllOptionalParams
74
- ): AsyncIterableIterator<StudentLabDetails> {
75
- for await (const page of this.listAllPagingPage(options)) {
76
- yield* page;
77
- }
78
- }
79
-
80
- /**
81
- * Get a list of all labs associated with the caller of the API.
82
- * @param options The options parameters.
83
- */
84
- private _listAll(
85
- options?: StudentLabsListAllOptionalParams
86
- ): Promise<StudentLabsListAllResponse> {
87
- return this.client.sendOperationRequest({ options }, listAllOperationSpec);
88
- }
89
-
90
- /**
91
- * Get the details for a specified lab associated with the student lab.
92
- * @param studentLabName Student lab name.
93
- * @param options The options parameters.
94
- */
95
- get(
96
- studentLabName: string,
97
- options?: StudentLabsGetOptionalParams
98
- ): Promise<StudentLabsGetResponse> {
99
- return this.client.sendOperationRequest(
100
- { studentLabName, options },
101
- getOperationSpec
102
- );
103
- }
104
-
105
- /**
106
- * ListAllNext
107
- * @param nextLink The nextLink from the previous successful call to the ListAll method.
108
- * @param options The options parameters.
109
- */
110
- private _listAllNext(
111
- nextLink: string,
112
- options?: StudentLabsListAllNextOptionalParams
113
- ): Promise<StudentLabsListAllNextResponse> {
114
- return this.client.sendOperationRequest(
115
- { nextLink, options },
116
- listAllNextOperationSpec
117
- );
118
- }
119
- }
120
- // Operation Specifications
121
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
122
-
123
- const listAllOperationSpec: coreClient.OperationSpec = {
124
- path: "/providers/Microsoft.Education/studentLabs",
125
- httpMethod: "GET",
126
- responses: {
127
- 200: {
128
- bodyMapper: Mappers.StudentLabListResult
129
- },
130
- default: {
131
- bodyMapper: Mappers.ErrorResponseBody
132
- }
133
- },
134
- queryParameters: [Parameters.apiVersion],
135
- urlParameters: [Parameters.$host],
136
- headerParameters: [Parameters.accept],
137
- serializer
138
- };
139
- const getOperationSpec: coreClient.OperationSpec = {
140
- path: "/providers/Microsoft.Education/studentLabs/{studentLabName}",
141
- httpMethod: "GET",
142
- responses: {
143
- 200: {
144
- bodyMapper: Mappers.StudentLabDetails
145
- },
146
- default: {
147
- bodyMapper: Mappers.ErrorResponseBody
148
- }
149
- },
150
- queryParameters: [Parameters.apiVersion],
151
- urlParameters: [Parameters.$host, Parameters.studentLabName],
152
- headerParameters: [Parameters.accept],
153
- serializer
154
- };
155
- const listAllNextOperationSpec: coreClient.OperationSpec = {
156
- path: "{nextLink}",
157
- httpMethod: "GET",
158
- responses: {
159
- 200: {
160
- bodyMapper: Mappers.StudentLabListResult
161
- },
162
- default: {
163
- bodyMapper: Mappers.ErrorResponseBody
164
- }
165
- },
166
- queryParameters: [Parameters.apiVersion],
167
- urlParameters: [Parameters.$host, Parameters.nextLink],
168
- headerParameters: [Parameters.accept],
169
- serializer
170
- };
@@ -1,371 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { Students } from "../operationsInterfaces";
11
- import * as coreClient from "@azure/core-client";
12
- import * as Mappers from "../models/mappers";
13
- import * as Parameters from "../models/parameters";
14
- import { EducationManagementClient } from "../educationManagementClient";
15
- import {
16
- StudentDetails,
17
- StudentsListNextOptionalParams,
18
- StudentsListOptionalParams,
19
- StudentsListResponse,
20
- StudentsGetOptionalParams,
21
- StudentsGetResponse,
22
- StudentsDeleteOptionalParams,
23
- StudentsCreateOrUpdateOptionalParams,
24
- StudentsCreateOrUpdateResponse,
25
- StudentsListNextResponse
26
- } from "../models";
27
-
28
- /// <reference lib="esnext.asynciterable" />
29
- /** Class containing Students operations. */
30
- export class StudentsImpl implements Students {
31
- private readonly client: EducationManagementClient;
32
-
33
- /**
34
- * Initialize a new instance of the class Students class.
35
- * @param client Reference to the service client
36
- */
37
- constructor(client: EducationManagementClient) {
38
- this.client = client;
39
- }
40
-
41
- /**
42
- * Get a list of details about students that are associated with the specified lab.
43
- * @param billingAccountName Billing account name.
44
- * @param billingProfileName Billing profile name.
45
- * @param invoiceSectionName Invoice section name.
46
- * @param options The options parameters.
47
- */
48
- public list(
49
- billingAccountName: string,
50
- billingProfileName: string,
51
- invoiceSectionName: string,
52
- options?: StudentsListOptionalParams
53
- ): PagedAsyncIterableIterator<StudentDetails> {
54
- const iter = this.listPagingAll(
55
- billingAccountName,
56
- billingProfileName,
57
- invoiceSectionName,
58
- options
59
- );
60
- return {
61
- next() {
62
- return iter.next();
63
- },
64
- [Symbol.asyncIterator]() {
65
- return this;
66
- },
67
- byPage: () => {
68
- return this.listPagingPage(
69
- billingAccountName,
70
- billingProfileName,
71
- invoiceSectionName,
72
- options
73
- );
74
- }
75
- };
76
- }
77
-
78
- private async *listPagingPage(
79
- billingAccountName: string,
80
- billingProfileName: string,
81
- invoiceSectionName: string,
82
- options?: StudentsListOptionalParams
83
- ): AsyncIterableIterator<StudentDetails[]> {
84
- let result = await this._list(
85
- billingAccountName,
86
- billingProfileName,
87
- invoiceSectionName,
88
- options
89
- );
90
- yield result.value || [];
91
- let continuationToken = result.nextLink;
92
- while (continuationToken) {
93
- result = await this._listNext(
94
- billingAccountName,
95
- billingProfileName,
96
- invoiceSectionName,
97
- continuationToken,
98
- options
99
- );
100
- continuationToken = result.nextLink;
101
- yield result.value || [];
102
- }
103
- }
104
-
105
- private async *listPagingAll(
106
- billingAccountName: string,
107
- billingProfileName: string,
108
- invoiceSectionName: string,
109
- options?: StudentsListOptionalParams
110
- ): AsyncIterableIterator<StudentDetails> {
111
- for await (const page of this.listPagingPage(
112
- billingAccountName,
113
- billingProfileName,
114
- invoiceSectionName,
115
- options
116
- )) {
117
- yield* page;
118
- }
119
- }
120
-
121
- /**
122
- * Get a list of details about students that are associated with the specified lab.
123
- * @param billingAccountName Billing account name.
124
- * @param billingProfileName Billing profile name.
125
- * @param invoiceSectionName Invoice section name.
126
- * @param options The options parameters.
127
- */
128
- private _list(
129
- billingAccountName: string,
130
- billingProfileName: string,
131
- invoiceSectionName: string,
132
- options?: StudentsListOptionalParams
133
- ): Promise<StudentsListResponse> {
134
- return this.client.sendOperationRequest(
135
- { billingAccountName, billingProfileName, invoiceSectionName, options },
136
- listOperationSpec
137
- );
138
- }
139
-
140
- /**
141
- * Get the details for a specific student in the specified lab by student alias
142
- * @param billingAccountName Billing account name.
143
- * @param billingProfileName Billing profile name.
144
- * @param invoiceSectionName Invoice section name.
145
- * @param studentAlias Student alias.
146
- * @param options The options parameters.
147
- */
148
- get(
149
- billingAccountName: string,
150
- billingProfileName: string,
151
- invoiceSectionName: string,
152
- studentAlias: string,
153
- options?: StudentsGetOptionalParams
154
- ): Promise<StudentsGetResponse> {
155
- return this.client.sendOperationRequest(
156
- {
157
- billingAccountName,
158
- billingProfileName,
159
- invoiceSectionName,
160
- studentAlias,
161
- options
162
- },
163
- getOperationSpec
164
- );
165
- }
166
-
167
- /**
168
- * Delete the specified student based on the student alias.
169
- * @param billingAccountName Billing account name.
170
- * @param billingProfileName Billing profile name.
171
- * @param invoiceSectionName Invoice section name.
172
- * @param studentAlias Student alias.
173
- * @param options The options parameters.
174
- */
175
- delete(
176
- billingAccountName: string,
177
- billingProfileName: string,
178
- invoiceSectionName: string,
179
- studentAlias: string,
180
- options?: StudentsDeleteOptionalParams
181
- ): Promise<void> {
182
- return this.client.sendOperationRequest(
183
- {
184
- billingAccountName,
185
- billingProfileName,
186
- invoiceSectionName,
187
- studentAlias,
188
- options
189
- },
190
- deleteOperationSpec
191
- );
192
- }
193
-
194
- /**
195
- * Create and add a new student to the specified lab or update the details of an existing student in a
196
- * lab. Note the student must have a valid tenant to accept the lab after they have been added to lab.
197
- * @param billingAccountName Billing account name.
198
- * @param billingProfileName Billing profile name.
199
- * @param invoiceSectionName Invoice section name.
200
- * @param studentAlias Student alias.
201
- * @param parameters Request parameters that are provided to update student properties.
202
- * @param options The options parameters.
203
- */
204
- createOrUpdate(
205
- billingAccountName: string,
206
- billingProfileName: string,
207
- invoiceSectionName: string,
208
- studentAlias: string,
209
- parameters: StudentDetails,
210
- options?: StudentsCreateOrUpdateOptionalParams
211
- ): Promise<StudentsCreateOrUpdateResponse> {
212
- return this.client.sendOperationRequest(
213
- {
214
- billingAccountName,
215
- billingProfileName,
216
- invoiceSectionName,
217
- studentAlias,
218
- parameters,
219
- options
220
- },
221
- createOrUpdateOperationSpec
222
- );
223
- }
224
-
225
- /**
226
- * ListNext
227
- * @param billingAccountName Billing account name.
228
- * @param billingProfileName Billing profile name.
229
- * @param invoiceSectionName Invoice section name.
230
- * @param nextLink The nextLink from the previous successful call to the List method.
231
- * @param options The options parameters.
232
- */
233
- private _listNext(
234
- billingAccountName: string,
235
- billingProfileName: string,
236
- invoiceSectionName: string,
237
- nextLink: string,
238
- options?: StudentsListNextOptionalParams
239
- ): Promise<StudentsListNextResponse> {
240
- return this.client.sendOperationRequest(
241
- {
242
- billingAccountName,
243
- billingProfileName,
244
- invoiceSectionName,
245
- nextLink,
246
- options
247
- },
248
- listNextOperationSpec
249
- );
250
- }
251
- }
252
- // Operation Specifications
253
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
254
-
255
- const listOperationSpec: coreClient.OperationSpec = {
256
- path:
257
- "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default/students",
258
- httpMethod: "GET",
259
- responses: {
260
- 200: {
261
- bodyMapper: Mappers.StudentListResult
262
- },
263
- default: {
264
- bodyMapper: Mappers.ErrorResponseBody
265
- }
266
- },
267
- queryParameters: [Parameters.apiVersion, Parameters.includeDeleted],
268
- urlParameters: [
269
- Parameters.$host,
270
- Parameters.billingAccountName,
271
- Parameters.billingProfileName,
272
- Parameters.invoiceSectionName
273
- ],
274
- headerParameters: [Parameters.accept],
275
- serializer
276
- };
277
- const getOperationSpec: coreClient.OperationSpec = {
278
- path:
279
- "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default/students/{studentAlias}",
280
- httpMethod: "GET",
281
- responses: {
282
- 200: {
283
- bodyMapper: Mappers.StudentDetails
284
- },
285
- default: {
286
- bodyMapper: Mappers.ErrorResponseBody
287
- }
288
- },
289
- queryParameters: [Parameters.apiVersion],
290
- urlParameters: [
291
- Parameters.$host,
292
- Parameters.billingAccountName,
293
- Parameters.billingProfileName,
294
- Parameters.invoiceSectionName,
295
- Parameters.studentAlias
296
- ],
297
- headerParameters: [Parameters.accept],
298
- serializer
299
- };
300
- const deleteOperationSpec: coreClient.OperationSpec = {
301
- path:
302
- "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default/students/{studentAlias}",
303
- httpMethod: "DELETE",
304
- responses: {
305
- 200: {},
306
- 204: {},
307
- default: {
308
- bodyMapper: Mappers.ErrorResponseBody
309
- }
310
- },
311
- queryParameters: [Parameters.apiVersion],
312
- urlParameters: [
313
- Parameters.$host,
314
- Parameters.billingAccountName,
315
- Parameters.billingProfileName,
316
- Parameters.invoiceSectionName,
317
- Parameters.studentAlias
318
- ],
319
- headerParameters: [Parameters.accept],
320
- serializer
321
- };
322
- const createOrUpdateOperationSpec: coreClient.OperationSpec = {
323
- path:
324
- "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default/students/{studentAlias}",
325
- httpMethod: "PUT",
326
- responses: {
327
- 200: {
328
- bodyMapper: Mappers.StudentDetails
329
- },
330
- 201: {
331
- bodyMapper: Mappers.StudentDetails
332
- },
333
- default: {
334
- bodyMapper: Mappers.ErrorResponseBody
335
- }
336
- },
337
- requestBody: Parameters.parameters3,
338
- queryParameters: [Parameters.apiVersion],
339
- urlParameters: [
340
- Parameters.$host,
341
- Parameters.billingAccountName,
342
- Parameters.billingProfileName,
343
- Parameters.invoiceSectionName,
344
- Parameters.studentAlias
345
- ],
346
- headerParameters: [Parameters.accept, Parameters.contentType],
347
- mediaType: "json",
348
- serializer
349
- };
350
- const listNextOperationSpec: coreClient.OperationSpec = {
351
- path: "{nextLink}",
352
- httpMethod: "GET",
353
- responses: {
354
- 200: {
355
- bodyMapper: Mappers.StudentListResult
356
- },
357
- default: {
358
- bodyMapper: Mappers.ErrorResponseBody
359
- }
360
- },
361
- queryParameters: [Parameters.apiVersion, Parameters.includeDeleted],
362
- urlParameters: [
363
- Parameters.$host,
364
- Parameters.billingAccountName,
365
- Parameters.billingProfileName,
366
- Parameters.nextLink,
367
- Parameters.invoiceSectionName
368
- ],
369
- headerParameters: [Parameters.accept],
370
- serializer
371
- };
@@ -1,50 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import {
11
- GrantDetails,
12
- GrantsListAllOptionalParams,
13
- GrantsListOptionalParams,
14
- GrantsGetOptionalParams,
15
- GrantsGetResponse
16
- } from "../models";
17
-
18
- /// <reference lib="esnext.asynciterable" />
19
- /** Interface representing a Grants. */
20
- export interface Grants {
21
- /**
22
- * Get a list of grants that Microsoft has provided.
23
- * @param options The options parameters.
24
- */
25
- listAll(
26
- options?: GrantsListAllOptionalParams
27
- ): PagedAsyncIterableIterator<GrantDetails>;
28
- /**
29
- * Get details for a specific grant linked to the provided billing account and billing profile.
30
- * @param billingAccountName Billing account name.
31
- * @param billingProfileName Billing profile name.
32
- * @param options The options parameters.
33
- */
34
- list(
35
- billingAccountName: string,
36
- billingProfileName: string,
37
- options?: GrantsListOptionalParams
38
- ): PagedAsyncIterableIterator<GrantDetails>;
39
- /**
40
- * Get details for a specific grant linked to the provided billing account and billing profile.
41
- * @param billingAccountName Billing account name.
42
- * @param billingProfileName Billing profile name.
43
- * @param options The options parameters.
44
- */
45
- get(
46
- billingAccountName: string,
47
- billingProfileName: string,
48
- options?: GrantsGetOptionalParams
49
- ): Promise<GrantsGetResponse>;
50
- }
@@ -1,14 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export * from "./operations";
10
- export * from "./grants";
11
- export * from "./labs";
12
- export * from "./joinRequests";
13
- export * from "./students";
14
- export * from "./studentLabs";
@@ -1,80 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import {
11
- JoinRequestDetails,
12
- JoinRequestsListOptionalParams,
13
- JoinRequestsGetOptionalParams,
14
- JoinRequestsGetResponse,
15
- JoinRequestsApproveOptionalParams,
16
- JoinRequestsDenyOptionalParams
17
- } from "../models";
18
-
19
- /// <reference lib="esnext.asynciterable" />
20
- /** Interface representing a JoinRequests. */
21
- export interface JoinRequests {
22
- /**
23
- * get student join requests
24
- * @param billingAccountName Billing account name.
25
- * @param billingProfileName Billing profile name.
26
- * @param invoiceSectionName Invoice section name.
27
- * @param options The options parameters.
28
- */
29
- list(
30
- billingAccountName: string,
31
- billingProfileName: string,
32
- invoiceSectionName: string,
33
- options?: JoinRequestsListOptionalParams
34
- ): PagedAsyncIterableIterator<JoinRequestDetails>;
35
- /**
36
- * get student join requests
37
- * @param billingAccountName Billing account name.
38
- * @param billingProfileName Billing profile name.
39
- * @param invoiceSectionName Invoice section name.
40
- * @param joinRequestName Join name
41
- * @param options The options parameters.
42
- */
43
- get(
44
- billingAccountName: string,
45
- billingProfileName: string,
46
- invoiceSectionName: string,
47
- joinRequestName: string,
48
- options?: JoinRequestsGetOptionalParams
49
- ): Promise<JoinRequestsGetResponse>;
50
- /**
51
- * Approve student joining the redeemable lab
52
- * @param billingAccountName Billing account name.
53
- * @param billingProfileName Billing profile name.
54
- * @param invoiceSectionName Invoice section name.
55
- * @param joinRequestName Join name
56
- * @param options The options parameters.
57
- */
58
- approve(
59
- billingAccountName: string,
60
- billingProfileName: string,
61
- invoiceSectionName: string,
62
- joinRequestName: string,
63
- options?: JoinRequestsApproveOptionalParams
64
- ): Promise<void>;
65
- /**
66
- * Deny student joining the redeemable lab
67
- * @param billingAccountName Billing account name.
68
- * @param billingProfileName Billing profile name.
69
- * @param invoiceSectionName Invoice section name.
70
- * @param joinRequestName Join name
71
- * @param options The options parameters.
72
- */
73
- deny(
74
- billingAccountName: string,
75
- billingProfileName: string,
76
- invoiceSectionName: string,
77
- joinRequestName: string,
78
- options?: JoinRequestsDenyOptionalParams
79
- ): Promise<void>;
80
- }