@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,806 +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 * as coreClient from "@azure/core-client";
10
-
11
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
12
- export interface OperationListResult {
13
- /**
14
- * List of operations supported by the resource provider
15
- * NOTE: This property will not be serialized. It can only be populated by the server.
16
- */
17
- readonly value?: Operation[];
18
- /**
19
- * URL to get the next set of operation list results (if there are any).
20
- * NOTE: This property will not be serialized. It can only be populated by the server.
21
- */
22
- readonly nextLink?: string;
23
- }
24
-
25
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
26
- export interface Operation {
27
- /**
28
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
29
- * NOTE: This property will not be serialized. It can only be populated by the server.
30
- */
31
- readonly name?: string;
32
- /**
33
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
34
- * NOTE: This property will not be serialized. It can only be populated by the server.
35
- */
36
- readonly isDataAction?: boolean;
37
- /** Localized display information for this particular operation. */
38
- display?: OperationDisplay;
39
- /**
40
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
41
- * NOTE: This property will not be serialized. It can only be populated by the server.
42
- */
43
- readonly origin?: Origin;
44
- /**
45
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
46
- * NOTE: This property will not be serialized. It can only be populated by the server.
47
- */
48
- readonly actionType?: ActionType;
49
- }
50
-
51
- /** Localized display information for this particular operation. */
52
- export interface OperationDisplay {
53
- /**
54
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
55
- * NOTE: This property will not be serialized. It can only be populated by the server.
56
- */
57
- readonly provider?: string;
58
- /**
59
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
60
- * NOTE: This property will not be serialized. It can only be populated by the server.
61
- */
62
- readonly resource?: string;
63
- /**
64
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly operation?: string;
68
- /**
69
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly description?: string;
73
- }
74
-
75
- /** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
76
- export interface ErrorResponseBody {
77
- /** The details of the error. */
78
- error?: ErrorResponse;
79
- }
80
-
81
- /** Describes the format of Error response. */
82
- export interface ErrorResponse {
83
- /** Error code */
84
- code?: string;
85
- /** Error message indicating why the operation failed. */
86
- message?: string;
87
- }
88
-
89
- /** List of Grants info. */
90
- export interface GrantListResponse {
91
- /**
92
- * The list of labs.
93
- * NOTE: This property will not be serialized. It can only be populated by the server.
94
- */
95
- readonly value?: GrantDetails[];
96
- /**
97
- * The link (url) to the next page of results.
98
- * NOTE: This property will not be serialized. It can only be populated by the server.
99
- */
100
- readonly nextLink?: string;
101
- }
102
-
103
- /** The amount. */
104
- export interface Amount {
105
- /** The type of currency being used for the value. */
106
- currency?: string;
107
- /** Amount value. */
108
- value?: number;
109
- }
110
-
111
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
112
- export interface Resource {
113
- /**
114
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
115
- * NOTE: This property will not be serialized. It can only be populated by the server.
116
- */
117
- readonly id?: string;
118
- /**
119
- * The name of the resource
120
- * NOTE: This property will not be serialized. It can only be populated by the server.
121
- */
122
- readonly name?: string;
123
- /**
124
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
125
- * NOTE: This property will not be serialized. It can only be populated by the server.
126
- */
127
- readonly type?: string;
128
- /**
129
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
130
- * NOTE: This property will not be serialized. It can only be populated by the server.
131
- */
132
- readonly systemData?: SystemData;
133
- }
134
-
135
- /** Metadata pertaining to creation and last modification of the resource. */
136
- export interface SystemData {
137
- /** The identity that created the resource. */
138
- createdBy?: string;
139
- /** The type of identity that created the resource. */
140
- createdByType?: CreatedByType;
141
- /** The timestamp of resource creation (UTC). */
142
- createdAt?: Date;
143
- /** The identity that last modified the resource. */
144
- lastModifiedBy?: string;
145
- /** The type of identity that last modified the resource. */
146
- lastModifiedByType?: CreatedByType;
147
- /** The timestamp of resource last modification (UTC) */
148
- lastModifiedAt?: Date;
149
- }
150
-
151
- /** List of labs. */
152
- export interface LabListResult {
153
- /**
154
- * The list of labs.
155
- * NOTE: This property will not be serialized. It can only be populated by the server.
156
- */
157
- readonly value?: LabDetails[];
158
- /**
159
- * The link (url) to the next page of results.
160
- * NOTE: This property will not be serialized. It can only be populated by the server.
161
- */
162
- readonly nextLink?: string;
163
- }
164
-
165
- /** invite code generate request. */
166
- export interface InviteCodeGenerateRequest {
167
- /** the total number of students that can be accepted to the lab. */
168
- maxStudentCount?: number;
169
- }
170
-
171
- /** list of join requests. */
172
- export interface JoinRequestList {
173
- /**
174
- * The list of requests.
175
- * NOTE: This property will not be serialized. It can only be populated by the server.
176
- */
177
- readonly value?: JoinRequestDetails[];
178
- /**
179
- * the link (url) to the next page of results.
180
- * NOTE: This property will not be serialized. It can only be populated by the server.
181
- */
182
- readonly nextLink?: string;
183
- }
184
-
185
- /** redeem request. */
186
- export interface RedeemRequest {
187
- /** redeem code */
188
- redeemCode: string;
189
- /** first name of requester */
190
- firstName: string;
191
- /** last name of requester */
192
- lastName: string;
193
- }
194
-
195
- /** List of students. */
196
- export interface StudentListResult {
197
- /**
198
- * The list of students.
199
- * NOTE: This property will not be serialized. It can only be populated by the server.
200
- */
201
- readonly value?: StudentDetails[];
202
- /**
203
- * The link (url) to the next page of results.
204
- * NOTE: This property will not be serialized. It can only be populated by the server.
205
- */
206
- readonly nextLink?: string;
207
- }
208
-
209
- /** List of labs. */
210
- export interface StudentLabListResult {
211
- /**
212
- * The list of labs.
213
- * NOTE: This property will not be serialized. It can only be populated by the server.
214
- */
215
- readonly value?: StudentLabDetails[];
216
- /**
217
- * The link (url) to the next page of results.
218
- * NOTE: This property will not be serialized. It can only be populated by the server.
219
- */
220
- readonly nextLink?: string;
221
- }
222
-
223
- /** Grant details. */
224
- export interface GrantDetails extends Resource {
225
- /**
226
- * Offer Cap
227
- * NOTE: This property will not be serialized. It can only be populated by the server.
228
- */
229
- readonly offerCap?: Amount;
230
- /**
231
- * Grant Effective Date
232
- * NOTE: This property will not be serialized. It can only be populated by the server.
233
- */
234
- readonly effectiveDate?: Date;
235
- /**
236
- * Grant Offer Type
237
- * NOTE: This property will not be serialized. It can only be populated by the server.
238
- */
239
- readonly offerType?: GrantType;
240
- /**
241
- * Expiration Date
242
- * NOTE: This property will not be serialized. It can only be populated by the server.
243
- */
244
- readonly expirationDate?: Date;
245
- /**
246
- * Grant status
247
- * NOTE: This property will not be serialized. It can only be populated by the server.
248
- */
249
- readonly status?: GrantStatus;
250
- /**
251
- * allocated budget
252
- * NOTE: This property will not be serialized. It can only be populated by the server.
253
- */
254
- readonly allocatedBudget?: Amount;
255
- }
256
-
257
- /** Lab details. */
258
- export interface LabDetails extends Resource {
259
- /** Lab Display Name */
260
- displayName?: string;
261
- /** Default monetary cap for each student in this lab */
262
- budgetPerStudent?: Amount;
263
- /** Detail description of this lab */
264
- description?: string;
265
- /** Default expiration date for each student in this lab */
266
- expirationDate?: Date;
267
- /**
268
- * Lab creation date
269
- * NOTE: This property will not be serialized. It can only be populated by the server.
270
- */
271
- readonly effectiveDate?: Date;
272
- /**
273
- * The status of this lab
274
- * NOTE: This property will not be serialized. It can only be populated by the server.
275
- */
276
- readonly status?: LabStatus;
277
- /**
278
- * the total number of students that can be accepted to the lab.
279
- * NOTE: This property will not be serialized. It can only be populated by the server.
280
- */
281
- readonly maxStudentCount?: number;
282
- /**
283
- * invitation code for redeemable lab
284
- * NOTE: This property will not be serialized. It can only be populated by the server.
285
- */
286
- readonly invitationCode?: string;
287
- /** The type of currency being used for the value. */
288
- currencyPropertiesTotalAllocatedBudgetCurrency?: string;
289
- /** Amount value. */
290
- valuePropertiesTotalAllocatedBudgetValue?: number;
291
- /** The type of currency being used for the value. */
292
- currencyPropertiesTotalBudgetCurrency?: string;
293
- /** Amount value. */
294
- valuePropertiesTotalBudgetValue?: number;
295
- }
296
-
297
- /** join requests. */
298
- export interface JoinRequestDetails extends Resource {
299
- /** First Name */
300
- firstName?: string;
301
- /** Last Name */
302
- lastName?: string;
303
- /** join request email */
304
- email?: string;
305
- /** Join request status */
306
- status?: JoinRequestStatus;
307
- }
308
-
309
- /** Student details. */
310
- export interface StudentDetails extends Resource {
311
- /** First Name */
312
- firstName?: string;
313
- /** Last Name */
314
- lastName?: string;
315
- /** Student Email */
316
- email?: string;
317
- /** Student Role */
318
- role?: StudentRole;
319
- /** Student Budget */
320
- budget?: Amount;
321
- /**
322
- * Subscription Id
323
- * NOTE: This property will not be serialized. It can only be populated by the server.
324
- */
325
- readonly subscriptionId?: string;
326
- /** Date this student is set to expire from the lab. */
327
- expirationDate?: Date;
328
- /**
329
- * Student Lab Status
330
- * NOTE: This property will not be serialized. It can only be populated by the server.
331
- */
332
- readonly status?: StudentLabStatus;
333
- /**
334
- * Date student was added to the lab
335
- * NOTE: This property will not be serialized. It can only be populated by the server.
336
- */
337
- readonly effectiveDate?: Date;
338
- /** Subscription alias */
339
- subscriptionAlias?: string;
340
- /** subscription invite last sent date */
341
- subscriptionInviteLastSentDate?: Date;
342
- }
343
-
344
- /** Student lab details. */
345
- export interface StudentLabDetails extends Resource {
346
- /**
347
- * Student lab Display Name
348
- * NOTE: This property will not be serialized. It can only be populated by the server.
349
- */
350
- readonly displayName?: string;
351
- /**
352
- * Detail description of this lab
353
- * NOTE: This property will not be serialized. It can only be populated by the server.
354
- */
355
- readonly description?: string;
356
- /**
357
- * Date the lab will expire and by default will be the expiration date for each student in this lab
358
- * NOTE: This property will not be serialized. It can only be populated by the server.
359
- */
360
- readonly expirationDate?: Date;
361
- /**
362
- * Student Role
363
- * NOTE: This property will not be serialized. It can only be populated by the server.
364
- */
365
- readonly role?: StudentRole;
366
- /**
367
- * Student Budget
368
- * NOTE: This property will not be serialized. It can only be populated by the server.
369
- */
370
- readonly budget?: Amount;
371
- /**
372
- * Subscription Id
373
- * NOTE: This property will not be serialized. It can only be populated by the server.
374
- */
375
- readonly subscriptionId?: string;
376
- /**
377
- * Student Lab Status
378
- * NOTE: This property will not be serialized. It can only be populated by the server.
379
- */
380
- readonly status?: StudentLabStatus;
381
- /**
382
- * User Added Date
383
- * NOTE: This property will not be serialized. It can only be populated by the server.
384
- */
385
- readonly effectiveDate?: Date;
386
- /**
387
- * Lab Scope. /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default
388
- * NOTE: This property will not be serialized. It can only be populated by the server.
389
- */
390
- readonly labScope?: string;
391
- }
392
-
393
- /** Known values of {@link Origin} that the service accepts. */
394
- export enum KnownOrigin {
395
- /** User */
396
- User = "user",
397
- /** System */
398
- System = "system",
399
- /** UserSystem */
400
- UserSystem = "user,system"
401
- }
402
-
403
- /**
404
- * Defines values for Origin. \
405
- * {@link KnownOrigin} can be used interchangeably with Origin,
406
- * this enum contains the known values that the service supports.
407
- * ### Known values supported by the service
408
- * **user** \
409
- * **system** \
410
- * **user,system**
411
- */
412
- export type Origin = string;
413
-
414
- /** Known values of {@link ActionType} that the service accepts. */
415
- export enum KnownActionType {
416
- /** Internal */
417
- Internal = "Internal"
418
- }
419
-
420
- /**
421
- * Defines values for ActionType. \
422
- * {@link KnownActionType} can be used interchangeably with ActionType,
423
- * this enum contains the known values that the service supports.
424
- * ### Known values supported by the service
425
- * **Internal**
426
- */
427
- export type ActionType = string;
428
-
429
- /** Known values of {@link GrantType} that the service accepts. */
430
- export enum KnownGrantType {
431
- /** Student */
432
- Student = "Student",
433
- /** Academic */
434
- Academic = "Academic"
435
- }
436
-
437
- /**
438
- * Defines values for GrantType. \
439
- * {@link KnownGrantType} can be used interchangeably with GrantType,
440
- * this enum contains the known values that the service supports.
441
- * ### Known values supported by the service
442
- * **Student** \
443
- * **Academic**
444
- */
445
- export type GrantType = string;
446
-
447
- /** Known values of {@link GrantStatus} that the service accepts. */
448
- export enum KnownGrantStatus {
449
- /** Active */
450
- Active = "Active",
451
- /** Inactive */
452
- Inactive = "Inactive"
453
- }
454
-
455
- /**
456
- * Defines values for GrantStatus. \
457
- * {@link KnownGrantStatus} can be used interchangeably with GrantStatus,
458
- * this enum contains the known values that the service supports.
459
- * ### Known values supported by the service
460
- * **Active** \
461
- * **Inactive**
462
- */
463
- export type GrantStatus = string;
464
-
465
- /** Known values of {@link CreatedByType} that the service accepts. */
466
- export enum KnownCreatedByType {
467
- /** User */
468
- User = "User",
469
- /** Application */
470
- Application = "Application",
471
- /** ManagedIdentity */
472
- ManagedIdentity = "ManagedIdentity",
473
- /** Key */
474
- Key = "Key"
475
- }
476
-
477
- /**
478
- * Defines values for CreatedByType. \
479
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
480
- * this enum contains the known values that the service supports.
481
- * ### Known values supported by the service
482
- * **User** \
483
- * **Application** \
484
- * **ManagedIdentity** \
485
- * **Key**
486
- */
487
- export type CreatedByType = string;
488
-
489
- /** Known values of {@link LabStatus} that the service accepts. */
490
- export enum KnownLabStatus {
491
- /** Active */
492
- Active = "Active",
493
- /** Deleted */
494
- Deleted = "Deleted",
495
- /** Pending */
496
- Pending = "Pending"
497
- }
498
-
499
- /**
500
- * Defines values for LabStatus. \
501
- * {@link KnownLabStatus} can be used interchangeably with LabStatus,
502
- * this enum contains the known values that the service supports.
503
- * ### Known values supported by the service
504
- * **Active** \
505
- * **Deleted** \
506
- * **Pending**
507
- */
508
- export type LabStatus = string;
509
-
510
- /** Known values of {@link JoinRequestStatus} that the service accepts. */
511
- export enum KnownJoinRequestStatus {
512
- /** Pending */
513
- Pending = "Pending",
514
- /** Denied */
515
- Denied = "Denied"
516
- }
517
-
518
- /**
519
- * Defines values for JoinRequestStatus. \
520
- * {@link KnownJoinRequestStatus} can be used interchangeably with JoinRequestStatus,
521
- * this enum contains the known values that the service supports.
522
- * ### Known values supported by the service
523
- * **Pending** \
524
- * **Denied**
525
- */
526
- export type JoinRequestStatus = string;
527
-
528
- /** Known values of {@link StudentRole} that the service accepts. */
529
- export enum KnownStudentRole {
530
- /** Student */
531
- Student = "Student",
532
- /** Admin */
533
- Admin = "Admin"
534
- }
535
-
536
- /**
537
- * Defines values for StudentRole. \
538
- * {@link KnownStudentRole} can be used interchangeably with StudentRole,
539
- * this enum contains the known values that the service supports.
540
- * ### Known values supported by the service
541
- * **Student** \
542
- * **Admin**
543
- */
544
- export type StudentRole = string;
545
-
546
- /** Known values of {@link StudentLabStatus} that the service accepts. */
547
- export enum KnownStudentLabStatus {
548
- /** Active */
549
- Active = "Active",
550
- /** Disabled */
551
- Disabled = "Disabled",
552
- /** Expired */
553
- Expired = "Expired",
554
- /** Pending */
555
- Pending = "Pending",
556
- /** Deleted */
557
- Deleted = "Deleted"
558
- }
559
-
560
- /**
561
- * Defines values for StudentLabStatus. \
562
- * {@link KnownStudentLabStatus} can be used interchangeably with StudentLabStatus,
563
- * this enum contains the known values that the service supports.
564
- * ### Known values supported by the service
565
- * **Active** \
566
- * **Disabled** \
567
- * **Expired** \
568
- * **Pending** \
569
- * **Deleted**
570
- */
571
- export type StudentLabStatus = string;
572
-
573
- /** Optional parameters. */
574
- export interface OperationsListOptionalParams
575
- extends coreClient.OperationOptions {}
576
-
577
- /** Contains response data for the list operation. */
578
- export type OperationsListResponse = OperationListResult;
579
-
580
- /** Optional parameters. */
581
- export interface GrantsListAllOptionalParams
582
- extends coreClient.OperationOptions {
583
- /** May be used to include information about budget that has been allocated. */
584
- includeAllocatedBudget?: boolean;
585
- }
586
-
587
- /** Contains response data for the listAll operation. */
588
- export type GrantsListAllResponse = GrantListResponse;
589
-
590
- /** Optional parameters. */
591
- export interface GrantsListOptionalParams extends coreClient.OperationOptions {
592
- /** May be used to include information about budget that has been allocated. */
593
- includeAllocatedBudget?: boolean;
594
- }
595
-
596
- /** Contains response data for the list operation. */
597
- export type GrantsListResponse = GrantListResponse;
598
-
599
- /** Optional parameters. */
600
- export interface GrantsGetOptionalParams extends coreClient.OperationOptions {
601
- /** May be used to include information about budget that has been allocated. */
602
- includeAllocatedBudget?: boolean;
603
- }
604
-
605
- /** Contains response data for the get operation. */
606
- export type GrantsGetResponse = GrantDetails;
607
-
608
- /** Optional parameters. */
609
- export interface GrantsListAllNextOptionalParams
610
- extends coreClient.OperationOptions {
611
- /** May be used to include information about budget that has been allocated. */
612
- includeAllocatedBudget?: boolean;
613
- }
614
-
615
- /** Contains response data for the listAllNext operation. */
616
- export type GrantsListAllNextResponse = GrantListResponse;
617
-
618
- /** Optional parameters. */
619
- export interface GrantsListNextOptionalParams
620
- extends coreClient.OperationOptions {
621
- /** May be used to include information about budget that has been allocated. */
622
- includeAllocatedBudget?: boolean;
623
- }
624
-
625
- /** Contains response data for the listNext operation. */
626
- export type GrantsListNextResponse = GrantListResponse;
627
-
628
- /** Optional parameters. */
629
- export interface LabsListAllOptionalParams extends coreClient.OperationOptions {
630
- /** May be used to include budget information. */
631
- includeBudget?: boolean;
632
- /** May be used to show deleted items. */
633
- includeDeleted?: boolean;
634
- }
635
-
636
- /** Contains response data for the listAll operation. */
637
- export type LabsListAllResponse = LabListResult;
638
-
639
- /** Optional parameters. */
640
- export interface LabsListOptionalParams extends coreClient.OperationOptions {
641
- /** May be used to include budget information. */
642
- includeBudget?: boolean;
643
- }
644
-
645
- /** Contains response data for the list operation. */
646
- export type LabsListResponse = LabListResult;
647
-
648
- /** Optional parameters. */
649
- export interface LabsGetOptionalParams extends coreClient.OperationOptions {
650
- /** May be used to include budget information. */
651
- includeBudget?: boolean;
652
- }
653
-
654
- /** Contains response data for the get operation. */
655
- export type LabsGetResponse = LabDetails;
656
-
657
- /** Optional parameters. */
658
- export interface LabsDeleteOptionalParams extends coreClient.OperationOptions {}
659
-
660
- /** Optional parameters. */
661
- export interface LabsCreateOrUpdateOptionalParams
662
- extends coreClient.OperationOptions {}
663
-
664
- /** Contains response data for the createOrUpdate operation. */
665
- export type LabsCreateOrUpdateResponse = LabDetails;
666
-
667
- /** Optional parameters. */
668
- export interface LabsGenerateInviteCodeOptionalParams
669
- extends coreClient.OperationOptions {
670
- /** set this flag to true if you want to update student count without generating a new invite code */
671
- onlyUpdateStudentCountParameter?: boolean;
672
- }
673
-
674
- /** Contains response data for the generateInviteCode operation. */
675
- export type LabsGenerateInviteCodeResponse = LabDetails;
676
-
677
- /** Optional parameters. */
678
- export interface LabsListAllNextOptionalParams
679
- extends coreClient.OperationOptions {
680
- /** May be used to include budget information. */
681
- includeBudget?: boolean;
682
- /** May be used to show deleted items. */
683
- includeDeleted?: boolean;
684
- }
685
-
686
- /** Contains response data for the listAllNext operation. */
687
- export type LabsListAllNextResponse = LabListResult;
688
-
689
- /** Optional parameters. */
690
- export interface LabsListNextOptionalParams
691
- extends coreClient.OperationOptions {
692
- /** May be used to include budget information. */
693
- includeBudget?: boolean;
694
- }
695
-
696
- /** Contains response data for the listNext operation. */
697
- export type LabsListNextResponse = LabListResult;
698
-
699
- /** Optional parameters. */
700
- export interface JoinRequestsListOptionalParams
701
- extends coreClient.OperationOptions {
702
- /** Include denied */
703
- includeDenied?: boolean;
704
- }
705
-
706
- /** Contains response data for the list operation. */
707
- export type JoinRequestsListResponse = JoinRequestList;
708
-
709
- /** Optional parameters. */
710
- export interface JoinRequestsGetOptionalParams
711
- extends coreClient.OperationOptions {}
712
-
713
- /** Contains response data for the get operation. */
714
- export type JoinRequestsGetResponse = JoinRequestDetails;
715
-
716
- /** Optional parameters. */
717
- export interface JoinRequestsApproveOptionalParams
718
- extends coreClient.OperationOptions {}
719
-
720
- /** Optional parameters. */
721
- export interface JoinRequestsDenyOptionalParams
722
- extends coreClient.OperationOptions {}
723
-
724
- /** Optional parameters. */
725
- export interface JoinRequestsListNextOptionalParams
726
- extends coreClient.OperationOptions {
727
- /** Include denied */
728
- includeDenied?: boolean;
729
- }
730
-
731
- /** Contains response data for the listNext operation. */
732
- export type JoinRequestsListNextResponse = JoinRequestList;
733
-
734
- /** Optional parameters. */
735
- export interface RedeemInvitationCodeOptionalParams
736
- extends coreClient.OperationOptions {}
737
-
738
- /** Optional parameters. */
739
- export interface StudentsListOptionalParams
740
- extends coreClient.OperationOptions {
741
- /** May be used to show deleted items. */
742
- includeDeleted?: boolean;
743
- }
744
-
745
- /** Contains response data for the list operation. */
746
- export type StudentsListResponse = StudentListResult;
747
-
748
- /** Optional parameters. */
749
- export interface StudentsGetOptionalParams
750
- extends coreClient.OperationOptions {}
751
-
752
- /** Contains response data for the get operation. */
753
- export type StudentsGetResponse = StudentDetails;
754
-
755
- /** Optional parameters. */
756
- export interface StudentsDeleteOptionalParams
757
- extends coreClient.OperationOptions {}
758
-
759
- /** Optional parameters. */
760
- export interface StudentsCreateOrUpdateOptionalParams
761
- extends coreClient.OperationOptions {}
762
-
763
- /** Contains response data for the createOrUpdate operation. */
764
- export type StudentsCreateOrUpdateResponse = StudentDetails;
765
-
766
- /** Optional parameters. */
767
- export interface StudentsListNextOptionalParams
768
- extends coreClient.OperationOptions {
769
- /** May be used to show deleted items. */
770
- includeDeleted?: boolean;
771
- }
772
-
773
- /** Contains response data for the listNext operation. */
774
- export type StudentsListNextResponse = StudentListResult;
775
-
776
- /** Optional parameters. */
777
- export interface StudentLabsListAllOptionalParams
778
- extends coreClient.OperationOptions {}
779
-
780
- /** Contains response data for the listAll operation. */
781
- export type StudentLabsListAllResponse = StudentLabListResult;
782
-
783
- /** Optional parameters. */
784
- export interface StudentLabsGetOptionalParams
785
- extends coreClient.OperationOptions {}
786
-
787
- /** Contains response data for the get operation. */
788
- export type StudentLabsGetResponse = StudentLabDetails;
789
-
790
- /** Optional parameters. */
791
- export interface StudentLabsListAllNextOptionalParams
792
- extends coreClient.OperationOptions {}
793
-
794
- /** Contains response data for the listAllNext operation. */
795
- export type StudentLabsListAllNextResponse = StudentLabListResult;
796
-
797
- /** Optional parameters. */
798
- export interface EducationManagementClientOptionalParams
799
- extends coreClient.ServiceClientOptions {
800
- /** server parameter */
801
- $host?: string;
802
- /** Api Version */
803
- apiVersion?: string;
804
- /** Overrides client endpoint. */
805
- endpoint?: string;
806
- }