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