@azure/arm-education 1.0.0-beta.3 → 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 (480) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  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 +36 -26
  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 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +32 -32
  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 +48 -78
  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 +26 -41
  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 +48 -78
  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 +26 -41
  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 +26 -41
  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-esm/src → dist/browser}/pagingHelper.js +2 -4
  71. package/dist/browser/pagingHelper.js.map +1 -0
  72. package/dist/commonjs/educationManagementClient.d.ts +29 -0
  73. package/dist/commonjs/educationManagementClient.d.ts.map +1 -0
  74. package/dist/commonjs/educationManagementClient.js +142 -0
  75. package/dist/commonjs/educationManagementClient.js.map +1 -0
  76. package/dist/commonjs/index.d.ts +5 -0
  77. package/dist/commonjs/index.d.ts.map +1 -0
  78. package/dist/commonjs/index.js +19 -0
  79. package/dist/commonjs/index.js.map +1 -0
  80. package/{types/arm-education.d.ts → dist/commonjs/models/index.d.ts} +685 -995
  81. package/dist/commonjs/models/index.d.ts.map +1 -0
  82. package/dist/commonjs/models/index.js +95 -0
  83. package/dist/commonjs/models/index.js.map +1 -0
  84. package/dist/commonjs/models/mappers.d.ts +22 -0
  85. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  86. package/dist/commonjs/models/mappers.js +757 -0
  87. package/dist/commonjs/models/mappers.js.map +1 -0
  88. package/dist/commonjs/models/parameters.d.ts +22 -0
  89. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  90. package/dist/commonjs/models/parameters.js +188 -0
  91. package/dist/commonjs/models/parameters.js.map +1 -0
  92. package/dist/commonjs/operations/grants.d.ts +63 -0
  93. package/dist/commonjs/operations/grants.d.ts.map +1 -0
  94. package/dist/commonjs/operations/grants.js +255 -0
  95. package/dist/commonjs/operations/grants.js.map +1 -0
  96. package/dist/commonjs/operations/index.d.ts +7 -0
  97. package/dist/commonjs/operations/index.d.ts.map +1 -0
  98. package/dist/commonjs/operations/index.js +17 -0
  99. package/dist/commonjs/operations/index.js.map +1 -0
  100. package/dist/commonjs/operations/joinRequests.d.ts +68 -0
  101. package/dist/commonjs/operations/joinRequests.d.ts.map +1 -0
  102. package/dist/commonjs/operations/joinRequests.js +260 -0
  103. package/dist/commonjs/operations/joinRequests.js.map +1 -0
  104. package/dist/commonjs/operations/labs.d.ts +103 -0
  105. package/dist/commonjs/operations/labs.d.ts.map +1 -0
  106. package/dist/commonjs/operations/labs.js +407 -0
  107. package/dist/commonjs/operations/labs.js.map +1 -0
  108. package/dist/commonjs/operations/operations.d.ts +18 -0
  109. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  110. package/dist/commonjs/operations/operations.js +52 -0
  111. package/dist/commonjs/operations/operations.js.map +1 -0
  112. package/dist/commonjs/operations/studentLabs.d.ts +38 -0
  113. package/dist/commonjs/operations/studentLabs.d.ts.map +1 -0
  114. package/dist/commonjs/operations/studentLabs.js +145 -0
  115. package/dist/commonjs/operations/studentLabs.js.map +1 -0
  116. package/dist/commonjs/operations/students.d.ts +70 -0
  117. package/dist/commonjs/operations/students.d.ts.map +1 -0
  118. package/dist/commonjs/operations/students.js +271 -0
  119. package/dist/commonjs/operations/students.js.map +1 -0
  120. package/dist/commonjs/operationsInterfaces/grants.d.ts +25 -0
  121. package/dist/commonjs/operationsInterfaces/grants.d.ts.map +1 -0
  122. package/dist/commonjs/operationsInterfaces/grants.js +10 -0
  123. package/dist/commonjs/operationsInterfaces/grants.js.map +1 -0
  124. package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
  125. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  126. package/dist/commonjs/operationsInterfaces/index.js +17 -0
  127. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  128. package/dist/commonjs/operationsInterfaces/joinRequests.d.ts +41 -0
  129. package/dist/commonjs/operationsInterfaces/joinRequests.d.ts.map +1 -0
  130. package/dist/commonjs/operationsInterfaces/joinRequests.js +10 -0
  131. package/dist/commonjs/operationsInterfaces/joinRequests.js.map +1 -0
  132. package/dist/commonjs/operationsInterfaces/labs.d.ts +58 -0
  133. package/dist/commonjs/operationsInterfaces/labs.d.ts.map +1 -0
  134. package/dist/commonjs/operationsInterfaces/labs.js +10 -0
  135. package/dist/commonjs/operationsInterfaces/labs.js.map +1 -0
  136. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  137. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  138. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  139. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  140. package/dist/commonjs/operationsInterfaces/studentLabs.d.ts +17 -0
  141. package/dist/commonjs/operationsInterfaces/studentLabs.d.ts.map +1 -0
  142. package/dist/commonjs/operationsInterfaces/studentLabs.js +10 -0
  143. package/dist/commonjs/operationsInterfaces/studentLabs.js.map +1 -0
  144. package/dist/commonjs/operationsInterfaces/students.d.ts +43 -0
  145. package/dist/commonjs/operationsInterfaces/students.d.ts.map +1 -0
  146. package/dist/commonjs/operationsInterfaces/students.js +10 -0
  147. package/dist/commonjs/operationsInterfaces/students.js.map +1 -0
  148. package/dist/commonjs/package.json +3 -0
  149. package/dist/commonjs/pagingHelper.d.ts +13 -0
  150. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  151. package/dist/commonjs/pagingHelper.js +34 -0
  152. package/dist/commonjs/pagingHelper.js.map +1 -0
  153. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  154. package/dist/esm/educationManagementClient.d.ts +29 -0
  155. package/dist/esm/educationManagementClient.d.ts.map +1 -0
  156. package/dist/esm/educationManagementClient.js +137 -0
  157. package/dist/esm/educationManagementClient.js.map +1 -0
  158. package/dist/esm/index.d.ts +5 -0
  159. package/dist/esm/index.d.ts.map +1 -0
  160. package/{src/index.ts → dist/esm/index.js} +5 -5
  161. package/dist/esm/index.js.map +1 -0
  162. package/dist/esm/models/index.d.ts +685 -0
  163. package/dist/esm/models/index.d.ts.map +1 -0
  164. package/dist/esm/models/index.js +92 -0
  165. package/dist/esm/models/index.js.map +1 -0
  166. package/dist/esm/models/mappers.d.ts +22 -0
  167. package/dist/esm/models/mappers.d.ts.map +1 -0
  168. package/dist/esm/models/mappers.js +754 -0
  169. package/dist/esm/models/mappers.js.map +1 -0
  170. package/dist/esm/models/parameters.d.ts +22 -0
  171. package/dist/esm/models/parameters.d.ts.map +1 -0
  172. package/dist/esm/models/parameters.js +185 -0
  173. package/dist/esm/models/parameters.js.map +1 -0
  174. package/dist/esm/operations/grants.d.ts +63 -0
  175. package/dist/esm/operations/grants.d.ts.map +1 -0
  176. package/dist/esm/operations/grants.js +250 -0
  177. package/dist/esm/operations/grants.js.map +1 -0
  178. package/dist/esm/operations/index.d.ts +7 -0
  179. package/dist/esm/operations/index.d.ts.map +1 -0
  180. package/dist/esm/operations/index.js +14 -0
  181. package/dist/esm/operations/index.js.map +1 -0
  182. package/dist/esm/operations/joinRequests.d.ts +68 -0
  183. package/dist/esm/operations/joinRequests.d.ts.map +1 -0
  184. package/dist/esm/operations/joinRequests.js +255 -0
  185. package/dist/esm/operations/joinRequests.js.map +1 -0
  186. package/dist/esm/operations/labs.d.ts +103 -0
  187. package/dist/esm/operations/labs.d.ts.map +1 -0
  188. package/dist/esm/operations/labs.js +402 -0
  189. package/dist/esm/operations/labs.js.map +1 -0
  190. package/dist/esm/operations/operations.d.ts +18 -0
  191. package/dist/esm/operations/operations.d.ts.map +1 -0
  192. package/dist/esm/operations/operations.js +47 -0
  193. package/dist/esm/operations/operations.js.map +1 -0
  194. package/dist/esm/operations/studentLabs.d.ts +38 -0
  195. package/dist/esm/operations/studentLabs.d.ts.map +1 -0
  196. package/dist/esm/operations/studentLabs.js +140 -0
  197. package/dist/esm/operations/studentLabs.js.map +1 -0
  198. package/dist/esm/operations/students.d.ts +70 -0
  199. package/dist/esm/operations/students.d.ts.map +1 -0
  200. package/dist/esm/operations/students.js +266 -0
  201. package/dist/esm/operations/students.js.map +1 -0
  202. package/dist/esm/operationsInterfaces/grants.d.ts +25 -0
  203. package/dist/esm/operationsInterfaces/grants.d.ts.map +1 -0
  204. package/dist/esm/operationsInterfaces/grants.js +9 -0
  205. package/dist/esm/operationsInterfaces/grants.js.map +1 -0
  206. package/dist/esm/operationsInterfaces/index.d.ts +7 -0
  207. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  208. package/dist/esm/operationsInterfaces/index.js +14 -0
  209. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  210. package/dist/esm/operationsInterfaces/joinRequests.d.ts +41 -0
  211. package/dist/esm/operationsInterfaces/joinRequests.d.ts.map +1 -0
  212. package/dist/esm/operationsInterfaces/joinRequests.js +9 -0
  213. package/dist/esm/operationsInterfaces/joinRequests.js.map +1 -0
  214. package/dist/esm/operationsInterfaces/labs.d.ts +58 -0
  215. package/dist/esm/operationsInterfaces/labs.d.ts.map +1 -0
  216. package/dist/esm/operationsInterfaces/labs.js +9 -0
  217. package/dist/esm/operationsInterfaces/labs.js.map +1 -0
  218. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  219. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  220. package/dist/esm/operationsInterfaces/operations.js +9 -0
  221. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  222. package/dist/esm/operationsInterfaces/studentLabs.d.ts +17 -0
  223. package/dist/esm/operationsInterfaces/studentLabs.d.ts.map +1 -0
  224. package/dist/esm/operationsInterfaces/studentLabs.js +9 -0
  225. package/dist/esm/operationsInterfaces/studentLabs.js.map +1 -0
  226. package/dist/esm/operationsInterfaces/students.d.ts +43 -0
  227. package/dist/esm/operationsInterfaces/students.d.ts.map +1 -0
  228. package/dist/esm/operationsInterfaces/students.js +9 -0
  229. package/dist/esm/operationsInterfaces/students.js.map +1 -0
  230. package/dist/esm/package.json +3 -0
  231. package/dist/esm/pagingHelper.d.ts +13 -0
  232. package/dist/esm/pagingHelper.d.ts.map +1 -0
  233. package/dist/esm/pagingHelper.js +30 -0
  234. package/dist/esm/pagingHelper.js.map +1 -0
  235. package/dist/react-native/educationManagementClient.d.ts +29 -0
  236. package/dist/react-native/educationManagementClient.d.ts.map +1 -0
  237. package/dist/react-native/educationManagementClient.js +137 -0
  238. package/dist/react-native/educationManagementClient.js.map +1 -0
  239. package/dist/react-native/index.d.ts +5 -0
  240. package/dist/react-native/index.d.ts.map +1 -0
  241. package/dist/react-native/index.js +13 -0
  242. package/dist/react-native/index.js.map +1 -0
  243. package/dist/react-native/models/index.d.ts +685 -0
  244. package/dist/react-native/models/index.d.ts.map +1 -0
  245. package/dist/react-native/models/index.js +92 -0
  246. package/dist/react-native/models/index.js.map +1 -0
  247. package/dist/react-native/models/mappers.d.ts +22 -0
  248. package/dist/react-native/models/mappers.d.ts.map +1 -0
  249. package/dist/react-native/models/mappers.js +754 -0
  250. package/dist/react-native/models/mappers.js.map +1 -0
  251. package/dist/react-native/models/parameters.d.ts +22 -0
  252. package/dist/react-native/models/parameters.d.ts.map +1 -0
  253. package/dist/react-native/models/parameters.js +185 -0
  254. package/dist/react-native/models/parameters.js.map +1 -0
  255. package/dist/react-native/operations/grants.d.ts +63 -0
  256. package/dist/react-native/operations/grants.d.ts.map +1 -0
  257. package/dist/react-native/operations/grants.js +250 -0
  258. package/dist/react-native/operations/grants.js.map +1 -0
  259. package/dist/react-native/operations/index.d.ts +7 -0
  260. package/dist/react-native/operations/index.d.ts.map +1 -0
  261. package/dist/react-native/operations/index.js +14 -0
  262. package/dist/react-native/operations/index.js.map +1 -0
  263. package/dist/react-native/operations/joinRequests.d.ts +68 -0
  264. package/dist/react-native/operations/joinRequests.d.ts.map +1 -0
  265. package/dist/react-native/operations/joinRequests.js +255 -0
  266. package/dist/react-native/operations/joinRequests.js.map +1 -0
  267. package/dist/react-native/operations/labs.d.ts +103 -0
  268. package/dist/react-native/operations/labs.d.ts.map +1 -0
  269. package/dist/react-native/operations/labs.js +402 -0
  270. package/dist/react-native/operations/labs.js.map +1 -0
  271. package/dist/react-native/operations/operations.d.ts +18 -0
  272. package/dist/react-native/operations/operations.d.ts.map +1 -0
  273. package/dist/react-native/operations/operations.js +47 -0
  274. package/dist/react-native/operations/operations.js.map +1 -0
  275. package/dist/react-native/operations/studentLabs.d.ts +38 -0
  276. package/dist/react-native/operations/studentLabs.d.ts.map +1 -0
  277. package/dist/react-native/operations/studentLabs.js +140 -0
  278. package/dist/react-native/operations/studentLabs.js.map +1 -0
  279. package/dist/react-native/operations/students.d.ts +70 -0
  280. package/dist/react-native/operations/students.d.ts.map +1 -0
  281. package/dist/react-native/operations/students.js +266 -0
  282. package/dist/react-native/operations/students.js.map +1 -0
  283. package/dist/react-native/operationsInterfaces/grants.d.ts +25 -0
  284. package/dist/react-native/operationsInterfaces/grants.d.ts.map +1 -0
  285. package/dist/react-native/operationsInterfaces/grants.js +9 -0
  286. package/dist/react-native/operationsInterfaces/grants.js.map +1 -0
  287. package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
  288. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  289. package/dist/react-native/operationsInterfaces/index.js +14 -0
  290. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  291. package/dist/react-native/operationsInterfaces/joinRequests.d.ts +41 -0
  292. package/dist/react-native/operationsInterfaces/joinRequests.d.ts.map +1 -0
  293. package/dist/react-native/operationsInterfaces/joinRequests.js +9 -0
  294. package/dist/react-native/operationsInterfaces/joinRequests.js.map +1 -0
  295. package/dist/react-native/operationsInterfaces/labs.d.ts +58 -0
  296. package/dist/react-native/operationsInterfaces/labs.d.ts.map +1 -0
  297. package/dist/react-native/operationsInterfaces/labs.js +9 -0
  298. package/dist/react-native/operationsInterfaces/labs.js.map +1 -0
  299. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  300. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  301. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  302. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  303. package/dist/react-native/operationsInterfaces/studentLabs.d.ts +17 -0
  304. package/dist/react-native/operationsInterfaces/studentLabs.d.ts.map +1 -0
  305. package/dist/react-native/operationsInterfaces/studentLabs.js +9 -0
  306. package/dist/react-native/operationsInterfaces/studentLabs.js.map +1 -0
  307. package/dist/react-native/operationsInterfaces/students.d.ts +43 -0
  308. package/dist/react-native/operationsInterfaces/students.d.ts.map +1 -0
  309. package/dist/react-native/operationsInterfaces/students.js +9 -0
  310. package/dist/react-native/operationsInterfaces/students.js.map +1 -0
  311. package/dist/react-native/package.json +3 -0
  312. package/dist/react-native/pagingHelper.d.ts +13 -0
  313. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  314. package/dist/react-native/pagingHelper.js +30 -0
  315. package/dist/react-native/pagingHelper.js.map +1 -0
  316. package/package.json +85 -76
  317. package/dist/index.js +0 -2623
  318. package/dist/index.js.map +0 -1
  319. package/dist/index.min.js +0 -1
  320. package/dist/index.min.js.map +0 -1
  321. package/dist-esm/samples-dev/grantsGetSample.d.ts +0 -2
  322. package/dist-esm/samples-dev/grantsGetSample.d.ts.map +0 -1
  323. package/dist-esm/samples-dev/grantsGetSample.js +0 -58
  324. package/dist-esm/samples-dev/grantsGetSample.js.map +0 -1
  325. package/dist-esm/samples-dev/grantsListAllSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/grantsListAllSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/grantsListAllSample.js +0 -82
  328. package/dist-esm/samples-dev/grantsListAllSample.js.map +0 -1
  329. package/dist-esm/samples-dev/grantsListSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/grantsListSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/grantsListSample.js +0 -86
  332. package/dist-esm/samples-dev/grantsListSample.js.map +0 -1
  333. package/dist-esm/samples-dev/joinRequestsApproveSample.d.ts +0 -2
  334. package/dist-esm/samples-dev/joinRequestsApproveSample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/joinRequestsApproveSample.js +0 -39
  336. package/dist-esm/samples-dev/joinRequestsApproveSample.js.map +0 -1
  337. package/dist-esm/samples-dev/joinRequestsDenySample.d.ts +0 -2
  338. package/dist-esm/samples-dev/joinRequestsDenySample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/joinRequestsDenySample.js +0 -39
  340. package/dist-esm/samples-dev/joinRequestsDenySample.js.map +0 -1
  341. package/dist-esm/samples-dev/joinRequestsGetSample.d.ts +0 -2
  342. package/dist-esm/samples-dev/joinRequestsGetSample.d.ts.map +0 -1
  343. package/dist-esm/samples-dev/joinRequestsGetSample.js +0 -39
  344. package/dist-esm/samples-dev/joinRequestsGetSample.js.map +0 -1
  345. package/dist-esm/samples-dev/joinRequestsListSample.d.ts +0 -2
  346. package/dist-esm/samples-dev/joinRequestsListSample.d.ts.map +0 -1
  347. package/dist-esm/samples-dev/joinRequestsListSample.js +0 -54
  348. package/dist-esm/samples-dev/joinRequestsListSample.js.map +0 -1
  349. package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts +0 -2
  350. package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts.map +0 -1
  351. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js +0 -44
  352. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +0 -1
  353. package/dist-esm/samples-dev/labsDeleteSample.d.ts +0 -2
  354. package/dist-esm/samples-dev/labsDeleteSample.d.ts.map +0 -1
  355. package/dist-esm/samples-dev/labsDeleteSample.js +0 -38
  356. package/dist-esm/samples-dev/labsDeleteSample.js.map +0 -1
  357. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.d.ts +0 -2
  358. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.d.ts.map +0 -1
  359. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.js +0 -39
  360. package/dist-esm/samples-dev/labsGenerateInviteCodeSample.js.map +0 -1
  361. package/dist-esm/samples-dev/labsGetSample.d.ts +0 -2
  362. package/dist-esm/samples-dev/labsGetSample.d.ts.map +0 -1
  363. package/dist-esm/samples-dev/labsGetSample.js +0 -60
  364. package/dist-esm/samples-dev/labsGetSample.js.map +0 -1
  365. package/dist-esm/samples-dev/labsListAllSample.d.ts +0 -2
  366. package/dist-esm/samples-dev/labsListAllSample.d.ts.map +0 -1
  367. package/dist-esm/samples-dev/labsListAllSample.js +0 -86
  368. package/dist-esm/samples-dev/labsListAllSample.js.map +0 -1
  369. package/dist-esm/samples-dev/labsListSample.d.ts +0 -2
  370. package/dist-esm/samples-dev/labsListSample.d.ts.map +0 -1
  371. package/dist-esm/samples-dev/labsListSample.js +0 -88
  372. package/dist-esm/samples-dev/labsListSample.js.map +0 -1
  373. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  374. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  375. package/dist-esm/samples-dev/operationsListSample.js +0 -35
  376. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  377. package/dist-esm/samples-dev/redeemInvitationCodeSample.d.ts +0 -2
  378. package/dist-esm/samples-dev/redeemInvitationCodeSample.d.ts.map +0 -1
  379. package/dist-esm/samples-dev/redeemInvitationCodeSample.js +0 -40
  380. package/dist-esm/samples-dev/redeemInvitationCodeSample.js.map +0 -1
  381. package/dist-esm/samples-dev/studentLabsGetSample.d.ts +0 -2
  382. package/dist-esm/samples-dev/studentLabsGetSample.d.ts.map +0 -1
  383. package/dist-esm/samples-dev/studentLabsGetSample.js +0 -36
  384. package/dist-esm/samples-dev/studentLabsGetSample.js.map +0 -1
  385. package/dist-esm/samples-dev/studentLabsListAllSample.d.ts +0 -2
  386. package/dist-esm/samples-dev/studentLabsListAllSample.d.ts.map +0 -1
  387. package/dist-esm/samples-dev/studentLabsListAllSample.js +0 -49
  388. package/dist-esm/samples-dev/studentLabsListAllSample.js.map +0 -1
  389. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.d.ts +0 -2
  390. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.d.ts.map +0 -1
  391. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.js +0 -47
  392. package/dist-esm/samples-dev/studentsCreateOrUpdateSample.js.map +0 -1
  393. package/dist-esm/samples-dev/studentsDeleteSample.d.ts +0 -2
  394. package/dist-esm/samples-dev/studentsDeleteSample.d.ts.map +0 -1
  395. package/dist-esm/samples-dev/studentsDeleteSample.js +0 -39
  396. package/dist-esm/samples-dev/studentsDeleteSample.js.map +0 -1
  397. package/dist-esm/samples-dev/studentsGetSample.d.ts +0 -2
  398. package/dist-esm/samples-dev/studentsGetSample.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/studentsGetSample.js +0 -39
  400. package/dist-esm/samples-dev/studentsGetSample.js.map +0 -1
  401. package/dist-esm/samples-dev/studentsListSample.d.ts +0 -2
  402. package/dist-esm/samples-dev/studentsListSample.d.ts.map +0 -1
  403. package/dist-esm/samples-dev/studentsListSample.js +0 -52
  404. package/dist-esm/samples-dev/studentsListSample.js.map +0 -1
  405. package/dist-esm/src/educationManagementClient.d.ts.map +0 -1
  406. package/dist-esm/src/educationManagementClient.js.map +0 -1
  407. package/dist-esm/src/index.d.ts +0 -6
  408. package/dist-esm/src/index.d.ts.map +0 -1
  409. package/dist-esm/src/index.js.map +0 -1
  410. package/dist-esm/src/models/index.js.map +0 -1
  411. package/dist-esm/src/models/mappers.js.map +0 -1
  412. package/dist-esm/src/models/parameters.js.map +0 -1
  413. package/dist-esm/src/operations/grants.d.ts.map +0 -1
  414. package/dist-esm/src/operations/grants.js.map +0 -1
  415. package/dist-esm/src/operations/index.d.ts +0 -7
  416. package/dist-esm/src/operations/index.js.map +0 -1
  417. package/dist-esm/src/operations/joinRequests.d.ts.map +0 -1
  418. package/dist-esm/src/operations/joinRequests.js.map +0 -1
  419. package/dist-esm/src/operations/labs.d.ts.map +0 -1
  420. package/dist-esm/src/operations/labs.js.map +0 -1
  421. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  422. package/dist-esm/src/operations/operations.js.map +0 -1
  423. package/dist-esm/src/operations/studentLabs.d.ts.map +0 -1
  424. package/dist-esm/src/operations/studentLabs.js.map +0 -1
  425. package/dist-esm/src/operations/students.d.ts.map +0 -1
  426. package/dist-esm/src/operations/students.js.map +0 -1
  427. package/dist-esm/src/operationsInterfaces/grants.d.ts.map +0 -1
  428. package/dist-esm/src/operationsInterfaces/grants.js.map +0 -1
  429. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
  430. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  431. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  432. package/dist-esm/src/operationsInterfaces/joinRequests.d.ts.map +0 -1
  433. package/dist-esm/src/operationsInterfaces/joinRequests.js.map +0 -1
  434. package/dist-esm/src/operationsInterfaces/labs.d.ts.map +0 -1
  435. package/dist-esm/src/operationsInterfaces/labs.js.map +0 -1
  436. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  437. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  438. package/dist-esm/src/operationsInterfaces/studentLabs.js.map +0 -1
  439. package/dist-esm/src/operationsInterfaces/students.d.ts.map +0 -1
  440. package/dist-esm/src/operationsInterfaces/students.js.map +0 -1
  441. package/dist-esm/src/pagingHelper.js.map +0 -1
  442. package/dist-esm/test/sampleTest.d.ts +0 -2
  443. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  444. package/dist-esm/test/sampleTest.js +0 -38
  445. package/dist-esm/test/sampleTest.js.map +0 -1
  446. package/rollup.config.js +0 -122
  447. package/src/educationManagementClient.ts +0 -196
  448. package/src/models/index.ts +0 -786
  449. package/src/models/mappers.ts +0 -775
  450. package/src/models/parameters.ts +0 -215
  451. package/src/operations/grants.ts +0 -354
  452. package/src/operations/index.ts +0 -14
  453. package/src/operations/joinRequests.ts +0 -371
  454. package/src/operations/labs.ts +0 -591
  455. package/src/operations/operations.ts +0 -59
  456. package/src/operations/studentLabs.ts +0 -182
  457. package/src/operations/students.ts +0 -384
  458. package/src/operationsInterfaces/grants.ts +0 -50
  459. package/src/operationsInterfaces/index.ts +0 -14
  460. package/src/operationsInterfaces/joinRequests.ts +0 -80
  461. package/src/operationsInterfaces/labs.ts +0 -110
  462. package/src/operationsInterfaces/operations.ts +0 -21
  463. package/src/operationsInterfaces/studentLabs.ts +0 -36
  464. package/src/operationsInterfaces/students.ts +0 -84
  465. package/src/pagingHelper.ts +0 -39
  466. package/tsconfig.json +0 -33
  467. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  468. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  469. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  470. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  471. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  472. /package/{dist-esm/src → dist/browser}/operationsInterfaces/grants.js +0 -0
  473. /package/{dist-esm/src → dist/browser}/operationsInterfaces/joinRequests.js +0 -0
  474. /package/{dist-esm/src → dist/browser}/operationsInterfaces/labs.js +0 -0
  475. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  476. /package/{dist-esm/src → dist/browser}/operationsInterfaces/studentLabs.js +0 -0
  477. /package/{dist-esm/src → dist/browser}/operationsInterfaces/students.js +0 -0
  478. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  479. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  480. /package/review/{arm-education.api.md → arm-education-node.api.md} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,92 @@
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
+ /** Known values of {@link Origin} that the service accepts. */
9
+ export var KnownOrigin;
10
+ (function (KnownOrigin) {
11
+ /** User */
12
+ KnownOrigin["User"] = "user";
13
+ /** System */
14
+ KnownOrigin["System"] = "system";
15
+ /** UserSystem */
16
+ KnownOrigin["UserSystem"] = "user,system";
17
+ })(KnownOrigin || (KnownOrigin = {}));
18
+ /** Known values of {@link ActionType} that the service accepts. */
19
+ export var KnownActionType;
20
+ (function (KnownActionType) {
21
+ /** Internal */
22
+ KnownActionType["Internal"] = "Internal";
23
+ })(KnownActionType || (KnownActionType = {}));
24
+ /** Known values of {@link GrantType} that the service accepts. */
25
+ export var KnownGrantType;
26
+ (function (KnownGrantType) {
27
+ /** Student */
28
+ KnownGrantType["Student"] = "Student";
29
+ /** Academic */
30
+ KnownGrantType["Academic"] = "Academic";
31
+ })(KnownGrantType || (KnownGrantType = {}));
32
+ /** Known values of {@link GrantStatus} that the service accepts. */
33
+ export var KnownGrantStatus;
34
+ (function (KnownGrantStatus) {
35
+ /** Active */
36
+ KnownGrantStatus["Active"] = "Active";
37
+ /** Inactive */
38
+ KnownGrantStatus["Inactive"] = "Inactive";
39
+ })(KnownGrantStatus || (KnownGrantStatus = {}));
40
+ /** Known values of {@link CreatedByType} that the service accepts. */
41
+ export var KnownCreatedByType;
42
+ (function (KnownCreatedByType) {
43
+ /** User */
44
+ KnownCreatedByType["User"] = "User";
45
+ /** Application */
46
+ KnownCreatedByType["Application"] = "Application";
47
+ /** ManagedIdentity */
48
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
49
+ /** Key */
50
+ KnownCreatedByType["Key"] = "Key";
51
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
52
+ /** Known values of {@link LabStatus} that the service accepts. */
53
+ export var KnownLabStatus;
54
+ (function (KnownLabStatus) {
55
+ /** Active */
56
+ KnownLabStatus["Active"] = "Active";
57
+ /** Deleted */
58
+ KnownLabStatus["Deleted"] = "Deleted";
59
+ /** Pending */
60
+ KnownLabStatus["Pending"] = "Pending";
61
+ })(KnownLabStatus || (KnownLabStatus = {}));
62
+ /** Known values of {@link JoinRequestStatus} that the service accepts. */
63
+ export var KnownJoinRequestStatus;
64
+ (function (KnownJoinRequestStatus) {
65
+ /** Pending */
66
+ KnownJoinRequestStatus["Pending"] = "Pending";
67
+ /** Denied */
68
+ KnownJoinRequestStatus["Denied"] = "Denied";
69
+ })(KnownJoinRequestStatus || (KnownJoinRequestStatus = {}));
70
+ /** Known values of {@link StudentRole} that the service accepts. */
71
+ export var KnownStudentRole;
72
+ (function (KnownStudentRole) {
73
+ /** Student */
74
+ KnownStudentRole["Student"] = "Student";
75
+ /** Admin */
76
+ KnownStudentRole["Admin"] = "Admin";
77
+ })(KnownStudentRole || (KnownStudentRole = {}));
78
+ /** Known values of {@link StudentLabStatus} that the service accepts. */
79
+ export var KnownStudentLabStatus;
80
+ (function (KnownStudentLabStatus) {
81
+ /** Active */
82
+ KnownStudentLabStatus["Active"] = "Active";
83
+ /** Disabled */
84
+ KnownStudentLabStatus["Disabled"] = "Disabled";
85
+ /** Expired */
86
+ KnownStudentLabStatus["Expired"] = "Expired";
87
+ /** Pending */
88
+ KnownStudentLabStatus["Pending"] = "Pending";
89
+ /** Deleted */
90
+ KnownStudentLabStatus["Deleted"] = "Deleted";
91
+ })(KnownStudentLabStatus || (KnownStudentLabStatus = {}));
92
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAkYH,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,cAAc;IACd,qCAAmB,CAAA;IACnB,eAAe;IACf,uCAAqB,CAAA;AACvB,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAYD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,aAAa;IACb,qCAAiB,CAAA;IACjB,eAAe;IACf,yCAAqB,CAAA;AACvB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,aAAa;IACb,mCAAiB,CAAA;IACjB,cAAc;IACd,qCAAmB,CAAA;IACnB,cAAc;IACd,qCAAmB,CAAA;AACrB,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;IACnB,aAAa;IACb,2CAAiB,CAAA;AACnB,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,cAAc;IACd,uCAAmB,CAAA;IACnB,YAAY;IACZ,mCAAe,CAAA;AACjB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAWX;AAXD,WAAY,qBAAqB;IAC/B,aAAa;IACb,0CAAiB,CAAA;IACjB,eAAe;IACf,8CAAqB,CAAA;IACrB,cAAc;IACd,4CAAmB,CAAA;IACnB,cAAc;IACd,4CAAmB,CAAA;IACnB,cAAc;IACd,4CAAmB,CAAA;AACrB,CAAC,EAXW,qBAAqB,KAArB,qBAAqB,QAWhC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorResponseBody {\n /** The details of the error. */\n error?: ErrorResponse;\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** List of Grants info. */\nexport interface GrantListResponse {\n /**\n * The list of labs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: GrantDetails[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The amount. */\nexport interface Amount {\n /** The type of currency being used for the value. */\n currency?: string;\n /** Amount value. */\n value?: number;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** List of labs. */\nexport interface LabListResult {\n /**\n * The list of labs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: LabDetails[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** invite code generate request. */\nexport interface InviteCodeGenerateRequest {\n /** the total number of students that can be accepted to the lab. */\n maxStudentCount?: number;\n}\n\n/** list of join requests. */\nexport interface JoinRequestList {\n /**\n * The list of requests.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: JoinRequestDetails[];\n /**\n * the link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** redeem request. */\nexport interface RedeemRequest {\n /** redeem code */\n redeemCode: string;\n /** first name of requester */\n firstName: string;\n /** last name of requester */\n lastName: string;\n}\n\n/** List of students. */\nexport interface StudentListResult {\n /**\n * The list of students.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: StudentDetails[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of labs. */\nexport interface StudentLabListResult {\n /**\n * The list of labs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: StudentLabDetails[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Grant details. */\nexport interface GrantDetails extends Resource {\n /**\n * Offer Cap\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly offerCap?: Amount;\n /**\n * Grant Effective Date\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly effectiveDate?: Date;\n /**\n * Grant Offer Type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly offerType?: GrantType;\n /**\n * Expiration Date\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Grant status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: GrantStatus;\n /**\n * allocated budget\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allocatedBudget?: Amount;\n}\n\n/** Lab details. */\nexport interface LabDetails extends Resource {\n /** Lab Display Name */\n displayName?: string;\n /** Default monetary cap for each student in this lab */\n budgetPerStudent?: Amount;\n /** Detail description of this lab */\n description?: string;\n /** Default expiration date for each student in this lab */\n expirationDate?: Date;\n /**\n * Lab creation date\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly effectiveDate?: Date;\n /**\n * The status of this lab\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: LabStatus;\n /**\n * the total number of students that can be accepted to the lab.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxStudentCount?: number;\n /**\n * invitation code for redeemable lab\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly invitationCode?: string;\n /** The type of currency being used for the value. */\n currencyPropertiesTotalAllocatedBudgetCurrency?: string;\n /** Amount value. */\n valuePropertiesTotalAllocatedBudgetValue?: number;\n /** The type of currency being used for the value. */\n currencyPropertiesTotalBudgetCurrency?: string;\n /** Amount value. */\n valuePropertiesTotalBudgetValue?: number;\n}\n\n/** join requests. */\nexport interface JoinRequestDetails extends Resource {\n /** First Name */\n firstName?: string;\n /** Last Name */\n lastName?: string;\n /** join request email */\n email?: string;\n /** Join request status */\n status?: JoinRequestStatus;\n}\n\n/** Student details. */\nexport interface StudentDetails extends Resource {\n /** First Name */\n firstName?: string;\n /** Last Name */\n lastName?: string;\n /** Student Email */\n email?: string;\n /** Student Role */\n role?: StudentRole;\n /** Student Budget */\n budget?: Amount;\n /**\n * Subscription Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /** Date this student is set to expire from the lab. */\n expirationDate?: Date;\n /**\n * Student Lab Status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: StudentLabStatus;\n /**\n * Date student was added to the lab\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly effectiveDate?: Date;\n /** Subscription alias */\n subscriptionAlias?: string;\n /** subscription invite last sent date */\n subscriptionInviteLastSentDate?: Date;\n}\n\n/** Student lab details. */\nexport interface StudentLabDetails extends Resource {\n /**\n * Student lab Display Name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Detail description of this lab\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Date the lab will expire and by default will be the expiration date for each student in this lab\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Student Role\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly role?: StudentRole;\n /**\n * Student Budget\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly budget?: Amount;\n /**\n * Subscription Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * Student Lab Status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: StudentLabStatus;\n /**\n * User Added Date\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly effectiveDate?: Date;\n /**\n * Lab Scope. /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly labScope?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link GrantType} that the service accepts. */\nexport enum KnownGrantType {\n /** Student */\n Student = \"Student\",\n /** Academic */\n Academic = \"Academic\"\n}\n\n/**\n * Defines values for GrantType. \\\n * {@link KnownGrantType} can be used interchangeably with GrantType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Student** \\\n * **Academic**\n */\nexport type GrantType = string;\n\n/** Known values of {@link GrantStatus} that the service accepts. */\nexport enum KnownGrantStatus {\n /** Active */\n Active = \"Active\",\n /** Inactive */\n Inactive = \"Inactive\"\n}\n\n/**\n * Defines values for GrantStatus. \\\n * {@link KnownGrantStatus} can be used interchangeably with GrantStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Inactive**\n */\nexport type GrantStatus = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link LabStatus} that the service accepts. */\nexport enum KnownLabStatus {\n /** Active */\n Active = \"Active\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Pending */\n Pending = \"Pending\"\n}\n\n/**\n * Defines values for LabStatus. \\\n * {@link KnownLabStatus} can be used interchangeably with LabStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Deleted** \\\n * **Pending**\n */\nexport type LabStatus = string;\n\n/** Known values of {@link JoinRequestStatus} that the service accepts. */\nexport enum KnownJoinRequestStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Denied */\n Denied = \"Denied\"\n}\n\n/**\n * Defines values for JoinRequestStatus. \\\n * {@link KnownJoinRequestStatus} can be used interchangeably with JoinRequestStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Denied**\n */\nexport type JoinRequestStatus = string;\n\n/** Known values of {@link StudentRole} that the service accepts. */\nexport enum KnownStudentRole {\n /** Student */\n Student = \"Student\",\n /** Admin */\n Admin = \"Admin\"\n}\n\n/**\n * Defines values for StudentRole. \\\n * {@link KnownStudentRole} can be used interchangeably with StudentRole,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Student** \\\n * **Admin**\n */\nexport type StudentRole = string;\n\n/** Known values of {@link StudentLabStatus} that the service accepts. */\nexport enum KnownStudentLabStatus {\n /** Active */\n Active = \"Active\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Expired */\n Expired = \"Expired\",\n /** Pending */\n Pending = \"Pending\",\n /** Deleted */\n Deleted = \"Deleted\"\n}\n\n/**\n * Defines values for StudentLabStatus. \\\n * {@link KnownStudentLabStatus} can be used interchangeably with StudentLabStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Disabled** \\\n * **Expired** \\\n * **Pending** \\\n * **Deleted**\n */\nexport type StudentLabStatus = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface GrantsListAllOptionalParams\n extends coreClient.OperationOptions {\n /** May be used to include information about budget that has been allocated. */\n includeAllocatedBudget?: boolean;\n}\n\n/** Contains response data for the listAll operation. */\nexport type GrantsListAllResponse = GrantListResponse;\n\n/** Optional parameters. */\nexport interface GrantsListOptionalParams extends coreClient.OperationOptions {\n /** May be used to include information about budget that has been allocated. */\n includeAllocatedBudget?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type GrantsListResponse = GrantListResponse;\n\n/** Optional parameters. */\nexport interface GrantsGetOptionalParams extends coreClient.OperationOptions {\n /** May be used to include information about budget that has been allocated. */\n includeAllocatedBudget?: boolean;\n}\n\n/** Contains response data for the get operation. */\nexport type GrantsGetResponse = GrantDetails;\n\n/** Optional parameters. */\nexport interface GrantsListAllNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAllNext operation. */\nexport type GrantsListAllNextResponse = GrantListResponse;\n\n/** Optional parameters. */\nexport interface GrantsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GrantsListNextResponse = GrantListResponse;\n\n/** Optional parameters. */\nexport interface LabsListAllOptionalParams extends coreClient.OperationOptions {\n /** May be used to include budget information. */\n includeBudget?: boolean;\n /** May be used to show deleted items. */\n includeDeleted?: boolean;\n}\n\n/** Contains response data for the listAll operation. */\nexport type LabsListAllResponse = LabListResult;\n\n/** Optional parameters. */\nexport interface LabsListOptionalParams extends coreClient.OperationOptions {\n /** May be used to include budget information. */\n includeBudget?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type LabsListResponse = LabListResult;\n\n/** Optional parameters. */\nexport interface LabsGetOptionalParams extends coreClient.OperationOptions {\n /** May be used to include budget information. */\n includeBudget?: boolean;\n}\n\n/** Contains response data for the get operation. */\nexport type LabsGetResponse = LabDetails;\n\n/** Optional parameters. */\nexport interface LabsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface LabsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LabsCreateOrUpdateResponse = LabDetails;\n\n/** Optional parameters. */\nexport interface LabsGenerateInviteCodeOptionalParams\n extends coreClient.OperationOptions {\n /** set this flag to true if you want to update student count without generating a new invite code */\n onlyUpdateStudentCountParameter?: boolean;\n}\n\n/** Contains response data for the generateInviteCode operation. */\nexport type LabsGenerateInviteCodeResponse = LabDetails;\n\n/** Optional parameters. */\nexport interface LabsListAllNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAllNext operation. */\nexport type LabsListAllNextResponse = LabListResult;\n\n/** Optional parameters. */\nexport interface LabsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type LabsListNextResponse = LabListResult;\n\n/** Optional parameters. */\nexport interface JoinRequestsListOptionalParams\n extends coreClient.OperationOptions {\n /** Include denied */\n includeDenied?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type JoinRequestsListResponse = JoinRequestList;\n\n/** Optional parameters. */\nexport interface JoinRequestsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JoinRequestsGetResponse = JoinRequestDetails;\n\n/** Optional parameters. */\nexport interface JoinRequestsApproveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface JoinRequestsDenyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface JoinRequestsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type JoinRequestsListNextResponse = JoinRequestList;\n\n/** Optional parameters. */\nexport interface RedeemInvitationCodeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StudentsListOptionalParams\n extends coreClient.OperationOptions {\n /** May be used to show deleted items. */\n includeDeleted?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type StudentsListResponse = StudentListResult;\n\n/** Optional parameters. */\nexport interface StudentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type StudentsGetResponse = StudentDetails;\n\n/** Optional parameters. */\nexport interface StudentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StudentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type StudentsCreateOrUpdateResponse = StudentDetails;\n\n/** Optional parameters. */\nexport interface StudentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type StudentsListNextResponse = StudentListResult;\n\n/** Optional parameters. */\nexport interface StudentLabsListAllOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAll operation. */\nexport type StudentLabsListAllResponse = StudentLabListResult;\n\n/** Optional parameters. */\nexport interface StudentLabsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type StudentLabsGetResponse = StudentLabDetails;\n\n/** Optional parameters. */\nexport interface StudentLabsListAllNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAllNext operation. */\nexport type StudentLabsListAllNextResponse = StudentLabListResult;\n\n/** Optional parameters. */\nexport interface EducationManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,22 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const OperationListResult: coreClient.CompositeMapper;
3
+ export declare const Operation: coreClient.CompositeMapper;
4
+ export declare const OperationDisplay: coreClient.CompositeMapper;
5
+ export declare const ErrorResponseBody: coreClient.CompositeMapper;
6
+ export declare const ErrorResponse: coreClient.CompositeMapper;
7
+ export declare const GrantListResponse: coreClient.CompositeMapper;
8
+ export declare const Amount: coreClient.CompositeMapper;
9
+ export declare const Resource: coreClient.CompositeMapper;
10
+ export declare const SystemData: coreClient.CompositeMapper;
11
+ export declare const LabListResult: coreClient.CompositeMapper;
12
+ export declare const InviteCodeGenerateRequest: coreClient.CompositeMapper;
13
+ export declare const JoinRequestList: coreClient.CompositeMapper;
14
+ export declare const RedeemRequest: coreClient.CompositeMapper;
15
+ export declare const StudentListResult: coreClient.CompositeMapper;
16
+ export declare const StudentLabListResult: coreClient.CompositeMapper;
17
+ export declare const GrantDetails: coreClient.CompositeMapper;
18
+ export declare const LabDetails: coreClient.CompositeMapper;
19
+ export declare const JoinRequestDetails: coreClient.CompositeMapper;
20
+ export declare const StudentDetails: coreClient.CompositeMapper;
21
+ export declare const StudentLabDetails: coreClient.CompositeMapper;
22
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA2B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA0ClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAc1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAmBtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA2B1C,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,UAAU,CAAC,eAmB/B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA2BtC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAalD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eA2BxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA4BtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA2B1C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA2B7C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAkDrC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAqFnC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAgC3C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA8EvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAuE1C,CAAC"}