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

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 (642) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +11 -16
  3. package/dist/browser/api/educationManagementContext.d.ts +20 -0
  4. package/dist/browser/api/educationManagementContext.js +26 -0
  5. package/dist/browser/api/educationManagementContext.js.map +1 -0
  6. package/dist/browser/api/grants/index.d.ts +3 -0
  7. package/dist/browser/api/grants/index.js +4 -0
  8. package/dist/browser/api/grants/index.js.map +1 -0
  9. package/dist/browser/api/grants/operations.d.ts +18 -0
  10. package/dist/browser/api/grants/operations.js +95 -0
  11. package/dist/browser/api/grants/operations.js.map +1 -0
  12. package/dist/browser/api/grants/options.d.ts +17 -0
  13. package/dist/browser/api/grants/options.js +4 -0
  14. package/dist/browser/api/grants/options.js.map +1 -0
  15. package/dist/browser/api/index.d.ts +5 -0
  16. package/dist/browser/api/index.js +5 -0
  17. package/dist/browser/api/index.js.map +1 -0
  18. package/dist/browser/api/joinRequests/index.d.ts +3 -0
  19. package/dist/browser/api/joinRequests/index.js +4 -0
  20. package/dist/browser/api/joinRequests/index.js.map +1 -0
  21. package/dist/browser/api/joinRequests/operations.d.ts +22 -0
  22. package/dist/browser/api/joinRequests/operations.js +120 -0
  23. package/dist/browser/api/joinRequests/operations.js.map +1 -0
  24. package/dist/browser/api/joinRequests/options.d.ts +16 -0
  25. package/dist/browser/api/joinRequests/options.js +4 -0
  26. package/dist/browser/api/joinRequests/options.js.map +1 -0
  27. package/dist/browser/api/labs/index.d.ts +3 -0
  28. package/dist/browser/api/labs/index.js +4 -0
  29. package/dist/browser/api/labs/index.js.map +1 -0
  30. package/dist/browser/api/labs/operations.d.ts +30 -0
  31. package/dist/browser/api/labs/operations.js +186 -0
  32. package/dist/browser/api/labs/operations.js.map +1 -0
  33. package/dist/browser/api/labs/options.d.ts +30 -0
  34. package/dist/browser/api/labs/options.js +4 -0
  35. package/dist/browser/api/labs/options.js.map +1 -0
  36. package/dist/browser/api/operations/index.d.ts +3 -0
  37. package/dist/browser/api/operations/index.js +4 -0
  38. package/dist/browser/api/operations/index.js.map +1 -0
  39. package/dist/browser/api/operations/operations.d.ts +9 -0
  40. package/dist/browser/api/operations/operations.js +31 -0
  41. package/dist/browser/api/operations/operations.js.map +1 -0
  42. package/dist/browser/api/operations/options.d.ts +5 -0
  43. package/dist/browser/api/operations/options.js +4 -0
  44. package/dist/browser/api/operations/options.js.map +1 -0
  45. package/dist/browser/api/operations.d.ts +9 -0
  46. package/dist/browser/api/operations.js +32 -0
  47. package/dist/browser/api/operations.js.map +1 -0
  48. package/dist/browser/api/options.d.ts +5 -0
  49. package/dist/browser/api/options.js +4 -0
  50. package/dist/browser/api/options.js.map +1 -0
  51. package/dist/browser/api/studentLabs/index.d.ts +3 -0
  52. package/dist/browser/api/studentLabs/index.js +4 -0
  53. package/dist/browser/api/studentLabs/index.js.map +1 -0
  54. package/dist/browser/api/studentLabs/operations.d.ts +14 -0
  55. package/dist/browser/api/studentLabs/operations.js +61 -0
  56. package/dist/browser/api/studentLabs/operations.js.map +1 -0
  57. package/dist/browser/api/studentLabs/options.d.ts +8 -0
  58. package/dist/browser/api/studentLabs/options.js +4 -0
  59. package/dist/browser/api/studentLabs/options.js.map +1 -0
  60. package/dist/browser/api/students/index.d.ts +3 -0
  61. package/dist/browser/api/students/index.js +4 -0
  62. package/dist/browser/api/students/index.js.map +1 -0
  63. package/dist/browser/api/students/operations.d.ts +22 -0
  64. package/dist/browser/api/students/operations.js +125 -0
  65. package/dist/browser/api/students/operations.js.map +1 -0
  66. package/dist/browser/api/students/options.d.ts +16 -0
  67. package/dist/browser/api/students/options.js +4 -0
  68. package/dist/browser/api/students/options.js.map +1 -0
  69. package/dist/browser/classic/grants/index.d.ts +15 -0
  70. package/dist/browser/classic/grants/index.js +16 -0
  71. package/dist/browser/classic/grants/index.js.map +1 -0
  72. package/dist/browser/classic/index.d.ts +7 -0
  73. package/dist/browser/classic/index.js +4 -0
  74. package/dist/browser/classic/index.js.map +1 -0
  75. package/dist/browser/classic/joinRequests/index.d.ts +17 -0
  76. package/dist/browser/classic/joinRequests/index.js +17 -0
  77. package/dist/browser/classic/joinRequests/index.js.map +1 -0
  78. package/dist/browser/classic/labs/index.d.ts +21 -0
  79. package/dist/browser/classic/labs/index.js +19 -0
  80. package/dist/browser/classic/labs/index.js.map +1 -0
  81. package/dist/browser/classic/operations/index.d.ts +10 -0
  82. package/dist/browser/classic/operations/index.js +14 -0
  83. package/dist/browser/classic/operations/index.js.map +1 -0
  84. package/dist/browser/classic/studentLabs/index.d.ts +13 -0
  85. package/dist/browser/classic/studentLabs/index.js +15 -0
  86. package/dist/browser/classic/studentLabs/index.js.map +1 -0
  87. package/dist/browser/classic/students/index.d.ts +17 -0
  88. package/dist/browser/classic/students/index.js +17 -0
  89. package/dist/browser/classic/students/index.js.map +1 -0
  90. package/dist/browser/educationManagementClient.d.ts +31 -26
  91. package/dist/browser/educationManagementClient.js +44 -131
  92. package/dist/browser/educationManagementClient.js.map +1 -1
  93. package/dist/browser/index.d.ts +16 -3
  94. package/dist/browser/index.js +6 -11
  95. package/dist/browser/index.js.map +1 -1
  96. package/dist/browser/logger.d.ts +2 -0
  97. package/dist/browser/logger.js +5 -0
  98. package/dist/browser/logger.js.map +1 -0
  99. package/dist/browser/models/index.d.ts +2 -684
  100. package/dist/browser/models/index.js +3 -91
  101. package/dist/browser/models/index.js.map +1 -1
  102. package/dist/browser/models/models.d.ts +597 -0
  103. package/dist/browser/models/models.js +569 -0
  104. package/dist/browser/models/models.js.map +1 -0
  105. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  106. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  107. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  108. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  109. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  110. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  111. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  112. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  113. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  114. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  115. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  116. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  117. package/dist/commonjs/api/educationManagementContext.d.ts +20 -0
  118. package/dist/commonjs/api/educationManagementContext.js +47 -0
  119. package/dist/commonjs/api/educationManagementContext.js.map +7 -0
  120. package/dist/commonjs/api/grants/index.d.ts +3 -0
  121. package/dist/commonjs/api/grants/index.js +32 -0
  122. package/dist/commonjs/api/grants/index.js.map +7 -0
  123. package/dist/commonjs/api/grants/operations.d.ts +18 -0
  124. package/dist/commonjs/api/grants/operations.js +156 -0
  125. package/dist/commonjs/api/grants/operations.js.map +7 -0
  126. package/dist/commonjs/api/grants/options.d.ts +17 -0
  127. package/dist/commonjs/api/grants/options.js +16 -0
  128. package/dist/commonjs/api/grants/options.js.map +7 -0
  129. package/dist/commonjs/api/index.d.ts +5 -0
  130. package/dist/commonjs/api/index.js +31 -0
  131. package/dist/commonjs/api/index.js.map +7 -0
  132. package/dist/commonjs/api/joinRequests/index.d.ts +3 -0
  133. package/dist/commonjs/api/joinRequests/index.js +34 -0
  134. package/dist/commonjs/api/joinRequests/index.js.map +7 -0
  135. package/dist/commonjs/api/joinRequests/operations.d.ts +22 -0
  136. package/dist/commonjs/api/joinRequests/operations.js +205 -0
  137. package/dist/commonjs/api/joinRequests/operations.js.map +7 -0
  138. package/dist/commonjs/api/joinRequests/options.d.ts +16 -0
  139. package/dist/commonjs/api/joinRequests/options.js +16 -0
  140. package/dist/commonjs/api/joinRequests/options.js.map +7 -0
  141. package/dist/commonjs/api/labs/index.d.ts +3 -0
  142. package/dist/commonjs/api/labs/index.js +38 -0
  143. package/dist/commonjs/api/labs/index.js.map +7 -0
  144. package/dist/commonjs/api/labs/operations.d.ts +30 -0
  145. package/dist/commonjs/api/labs/operations.js +300 -0
  146. package/dist/commonjs/api/labs/operations.js.map +7 -0
  147. package/dist/commonjs/api/labs/options.d.ts +30 -0
  148. package/dist/commonjs/api/labs/options.js +16 -0
  149. package/dist/commonjs/api/labs/options.js.map +7 -0
  150. package/dist/commonjs/api/operations/index.d.ts +3 -0
  151. package/dist/commonjs/api/operations/index.js +28 -0
  152. package/dist/commonjs/api/operations/index.js.map +7 -0
  153. package/dist/commonjs/api/operations/operations.d.ts +9 -0
  154. package/dist/commonjs/api/operations/operations.js +62 -0
  155. package/dist/commonjs/api/operations/operations.js.map +7 -0
  156. package/dist/commonjs/api/operations/options.d.ts +5 -0
  157. package/dist/commonjs/api/operations/options.js +16 -0
  158. package/dist/commonjs/api/operations/options.js.map +7 -0
  159. package/dist/commonjs/api/operations.d.ts +9 -0
  160. package/dist/commonjs/api/operations.js +63 -0
  161. package/dist/commonjs/api/operations.js.map +7 -0
  162. package/dist/commonjs/api/options.d.ts +5 -0
  163. package/dist/commonjs/api/options.js +16 -0
  164. package/dist/commonjs/api/options.js.map +7 -0
  165. package/dist/commonjs/api/studentLabs/index.d.ts +3 -0
  166. package/dist/commonjs/api/studentLabs/index.js +30 -0
  167. package/dist/commonjs/api/studentLabs/index.js.map +7 -0
  168. package/dist/commonjs/api/studentLabs/operations.d.ts +14 -0
  169. package/dist/commonjs/api/studentLabs/operations.js +107 -0
  170. package/dist/commonjs/api/studentLabs/operations.js.map +7 -0
  171. package/dist/commonjs/api/studentLabs/options.d.ts +8 -0
  172. package/dist/commonjs/api/studentLabs/options.js +16 -0
  173. package/dist/commonjs/api/studentLabs/options.js.map +7 -0
  174. package/dist/commonjs/api/students/index.d.ts +3 -0
  175. package/dist/commonjs/api/students/index.js +34 -0
  176. package/dist/commonjs/api/students/index.js.map +7 -0
  177. package/dist/commonjs/api/students/operations.d.ts +22 -0
  178. package/dist/commonjs/api/students/operations.js +211 -0
  179. package/dist/commonjs/api/students/operations.js.map +7 -0
  180. package/dist/commonjs/api/students/options.d.ts +16 -0
  181. package/dist/commonjs/api/students/options.js +16 -0
  182. package/dist/commonjs/api/students/options.js.map +7 -0
  183. package/dist/commonjs/classic/grants/index.d.ts +15 -0
  184. package/dist/commonjs/classic/grants/index.js +40 -0
  185. package/dist/commonjs/classic/grants/index.js.map +7 -0
  186. package/dist/commonjs/classic/index.d.ts +7 -0
  187. package/dist/commonjs/classic/index.js +16 -0
  188. package/dist/commonjs/classic/index.js.map +7 -0
  189. package/dist/commonjs/classic/joinRequests/index.d.ts +17 -0
  190. package/dist/commonjs/classic/joinRequests/index.js +62 -0
  191. package/dist/commonjs/classic/joinRequests/index.js.map +7 -0
  192. package/dist/commonjs/classic/labs/index.d.ts +21 -0
  193. package/dist/commonjs/classic/labs/index.js +57 -0
  194. package/dist/commonjs/classic/labs/index.js.map +7 -0
  195. package/dist/commonjs/classic/operations/index.d.ts +10 -0
  196. package/dist/commonjs/classic/operations/index.js +38 -0
  197. package/dist/commonjs/classic/operations/index.js.map +7 -0
  198. package/dist/commonjs/classic/studentLabs/index.d.ts +13 -0
  199. package/dist/commonjs/classic/studentLabs/index.js +39 -0
  200. package/dist/commonjs/classic/studentLabs/index.js.map +7 -0
  201. package/dist/commonjs/classic/students/index.d.ts +17 -0
  202. package/dist/commonjs/classic/students/index.js +63 -0
  203. package/dist/commonjs/classic/students/index.js.map +7 -0
  204. package/dist/commonjs/educationManagementClient.d.ts +31 -26
  205. package/dist/commonjs/educationManagementClient.js +71 -141
  206. package/dist/commonjs/educationManagementClient.js.map +7 -1
  207. package/dist/commonjs/index.d.ts +16 -3
  208. package/dist/commonjs/index.js +57 -19
  209. package/dist/commonjs/index.js.map +7 -1
  210. package/dist/commonjs/logger.d.ts +2 -0
  211. package/dist/commonjs/logger.js +29 -0
  212. package/dist/commonjs/logger.js.map +7 -0
  213. package/dist/commonjs/models/index.d.ts +2 -684
  214. package/dist/commonjs/models/index.js +46 -95
  215. package/dist/commonjs/models/index.js.map +7 -1
  216. package/dist/commonjs/models/models.d.ts +597 -0
  217. package/dist/commonjs/models/models.js +610 -0
  218. package/dist/commonjs/models/models.js.map +7 -0
  219. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  220. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  221. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  222. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  223. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  224. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  225. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  226. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  227. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  228. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  229. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  230. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  231. package/dist/commonjs/tsdoc-metadata.json +1 -1
  232. package/dist/esm/api/educationManagementContext.d.ts +20 -0
  233. package/dist/esm/api/educationManagementContext.js +26 -0
  234. package/dist/esm/api/educationManagementContext.js.map +1 -0
  235. package/dist/esm/api/grants/index.d.ts +3 -0
  236. package/dist/esm/api/grants/index.js +4 -0
  237. package/dist/esm/api/grants/index.js.map +1 -0
  238. package/dist/esm/api/grants/operations.d.ts +18 -0
  239. package/dist/esm/api/grants/operations.js +95 -0
  240. package/dist/esm/api/grants/operations.js.map +1 -0
  241. package/dist/esm/api/grants/options.d.ts +17 -0
  242. package/dist/esm/api/grants/options.js +4 -0
  243. package/dist/esm/api/grants/options.js.map +1 -0
  244. package/dist/esm/api/index.d.ts +5 -0
  245. package/dist/esm/api/index.js +5 -0
  246. package/dist/esm/api/index.js.map +1 -0
  247. package/dist/esm/api/joinRequests/index.d.ts +3 -0
  248. package/dist/esm/api/joinRequests/index.js +4 -0
  249. package/dist/esm/api/joinRequests/index.js.map +1 -0
  250. package/dist/esm/api/joinRequests/operations.d.ts +22 -0
  251. package/dist/esm/api/joinRequests/operations.js +120 -0
  252. package/dist/esm/api/joinRequests/operations.js.map +1 -0
  253. package/dist/esm/api/joinRequests/options.d.ts +16 -0
  254. package/dist/esm/api/joinRequests/options.js +4 -0
  255. package/dist/esm/api/joinRequests/options.js.map +1 -0
  256. package/dist/esm/api/labs/index.d.ts +3 -0
  257. package/dist/esm/api/labs/index.js +4 -0
  258. package/dist/esm/api/labs/index.js.map +1 -0
  259. package/dist/esm/api/labs/operations.d.ts +30 -0
  260. package/dist/esm/api/labs/operations.js +186 -0
  261. package/dist/esm/api/labs/operations.js.map +1 -0
  262. package/dist/esm/api/labs/options.d.ts +30 -0
  263. package/dist/esm/api/labs/options.js +4 -0
  264. package/dist/esm/api/labs/options.js.map +1 -0
  265. package/dist/esm/api/operations/index.d.ts +3 -0
  266. package/dist/esm/api/operations/index.js +4 -0
  267. package/dist/esm/api/operations/index.js.map +1 -0
  268. package/dist/esm/api/operations/operations.d.ts +9 -0
  269. package/dist/esm/api/operations/operations.js +31 -0
  270. package/dist/esm/api/operations/operations.js.map +1 -0
  271. package/dist/esm/api/operations/options.d.ts +5 -0
  272. package/dist/esm/api/operations/options.js +4 -0
  273. package/dist/esm/api/operations/options.js.map +1 -0
  274. package/dist/esm/api/operations.d.ts +9 -0
  275. package/dist/esm/api/operations.js +32 -0
  276. package/dist/esm/api/operations.js.map +1 -0
  277. package/dist/esm/api/options.d.ts +5 -0
  278. package/dist/esm/api/options.js +4 -0
  279. package/dist/esm/api/options.js.map +1 -0
  280. package/dist/esm/api/studentLabs/index.d.ts +3 -0
  281. package/dist/esm/api/studentLabs/index.js +4 -0
  282. package/dist/esm/api/studentLabs/index.js.map +1 -0
  283. package/dist/esm/api/studentLabs/operations.d.ts +14 -0
  284. package/dist/esm/api/studentLabs/operations.js +61 -0
  285. package/dist/esm/api/studentLabs/operations.js.map +1 -0
  286. package/dist/esm/api/studentLabs/options.d.ts +8 -0
  287. package/dist/esm/api/studentLabs/options.js +4 -0
  288. package/dist/esm/api/studentLabs/options.js.map +1 -0
  289. package/dist/esm/api/students/index.d.ts +3 -0
  290. package/dist/esm/api/students/index.js +4 -0
  291. package/dist/esm/api/students/index.js.map +1 -0
  292. package/dist/esm/api/students/operations.d.ts +22 -0
  293. package/dist/esm/api/students/operations.js +125 -0
  294. package/dist/esm/api/students/operations.js.map +1 -0
  295. package/dist/esm/api/students/options.d.ts +16 -0
  296. package/dist/esm/api/students/options.js +4 -0
  297. package/dist/esm/api/students/options.js.map +1 -0
  298. package/dist/esm/classic/grants/index.d.ts +15 -0
  299. package/dist/esm/classic/grants/index.js +16 -0
  300. package/dist/esm/classic/grants/index.js.map +1 -0
  301. package/dist/esm/classic/index.d.ts +7 -0
  302. package/dist/esm/classic/index.js +4 -0
  303. package/dist/esm/classic/index.js.map +1 -0
  304. package/dist/esm/classic/joinRequests/index.d.ts +17 -0
  305. package/dist/esm/classic/joinRequests/index.js +17 -0
  306. package/dist/esm/classic/joinRequests/index.js.map +1 -0
  307. package/dist/esm/classic/labs/index.d.ts +21 -0
  308. package/dist/esm/classic/labs/index.js +19 -0
  309. package/dist/esm/classic/labs/index.js.map +1 -0
  310. package/dist/esm/classic/operations/index.d.ts +10 -0
  311. package/dist/esm/classic/operations/index.js +14 -0
  312. package/dist/esm/classic/operations/index.js.map +1 -0
  313. package/dist/esm/classic/studentLabs/index.d.ts +13 -0
  314. package/dist/esm/classic/studentLabs/index.js +15 -0
  315. package/dist/esm/classic/studentLabs/index.js.map +1 -0
  316. package/dist/esm/classic/students/index.d.ts +17 -0
  317. package/dist/esm/classic/students/index.js +17 -0
  318. package/dist/esm/classic/students/index.js.map +1 -0
  319. package/dist/esm/educationManagementClient.d.ts +31 -26
  320. package/dist/esm/educationManagementClient.js +44 -131
  321. package/dist/esm/educationManagementClient.js.map +1 -1
  322. package/dist/esm/index.d.ts +16 -3
  323. package/dist/esm/index.js +6 -11
  324. package/dist/esm/index.js.map +1 -1
  325. package/dist/esm/logger.d.ts +2 -0
  326. package/dist/esm/logger.js +5 -0
  327. package/dist/esm/logger.js.map +1 -0
  328. package/dist/esm/models/index.d.ts +2 -684
  329. package/dist/esm/models/index.js +3 -91
  330. package/dist/esm/models/index.js.map +1 -1
  331. package/dist/esm/models/models.d.ts +597 -0
  332. package/dist/esm/models/models.js +569 -0
  333. package/dist/esm/models/models.js.map +1 -0
  334. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  335. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  336. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  337. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  338. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  339. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  340. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  341. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  342. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  343. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  344. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  345. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  346. package/package.json +200 -92
  347. package/CHANGELOG.md +0 -40
  348. package/dist/browser/educationManagementClient.d.ts.map +0 -1
  349. package/dist/browser/index.d.ts.map +0 -1
  350. package/dist/browser/models/index.d.ts.map +0 -1
  351. package/dist/browser/models/mappers.d.ts +0 -22
  352. package/dist/browser/models/mappers.d.ts.map +0 -1
  353. package/dist/browser/models/mappers.js +0 -754
  354. package/dist/browser/models/mappers.js.map +0 -1
  355. package/dist/browser/models/parameters.d.ts +0 -22
  356. package/dist/browser/models/parameters.d.ts.map +0 -1
  357. package/dist/browser/models/parameters.js +0 -185
  358. package/dist/browser/models/parameters.js.map +0 -1
  359. package/dist/browser/operations/grants.d.ts +0 -63
  360. package/dist/browser/operations/grants.d.ts.map +0 -1
  361. package/dist/browser/operations/grants.js +0 -250
  362. package/dist/browser/operations/grants.js.map +0 -1
  363. package/dist/browser/operations/index.d.ts +0 -7
  364. package/dist/browser/operations/index.d.ts.map +0 -1
  365. package/dist/browser/operations/index.js +0 -14
  366. package/dist/browser/operations/index.js.map +0 -1
  367. package/dist/browser/operations/joinRequests.d.ts +0 -68
  368. package/dist/browser/operations/joinRequests.d.ts.map +0 -1
  369. package/dist/browser/operations/joinRequests.js +0 -255
  370. package/dist/browser/operations/joinRequests.js.map +0 -1
  371. package/dist/browser/operations/labs.d.ts +0 -103
  372. package/dist/browser/operations/labs.d.ts.map +0 -1
  373. package/dist/browser/operations/labs.js +0 -402
  374. package/dist/browser/operations/labs.js.map +0 -1
  375. package/dist/browser/operations/operations.d.ts +0 -18
  376. package/dist/browser/operations/operations.d.ts.map +0 -1
  377. package/dist/browser/operations/operations.js +0 -47
  378. package/dist/browser/operations/operations.js.map +0 -1
  379. package/dist/browser/operations/studentLabs.d.ts +0 -38
  380. package/dist/browser/operations/studentLabs.d.ts.map +0 -1
  381. package/dist/browser/operations/studentLabs.js +0 -140
  382. package/dist/browser/operations/studentLabs.js.map +0 -1
  383. package/dist/browser/operations/students.d.ts +0 -70
  384. package/dist/browser/operations/students.d.ts.map +0 -1
  385. package/dist/browser/operations/students.js +0 -266
  386. package/dist/browser/operations/students.js.map +0 -1
  387. package/dist/browser/operationsInterfaces/grants.d.ts +0 -25
  388. package/dist/browser/operationsInterfaces/grants.d.ts.map +0 -1
  389. package/dist/browser/operationsInterfaces/grants.js +0 -9
  390. package/dist/browser/operationsInterfaces/grants.js.map +0 -1
  391. package/dist/browser/operationsInterfaces/index.d.ts +0 -7
  392. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  393. package/dist/browser/operationsInterfaces/index.js +0 -14
  394. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  395. package/dist/browser/operationsInterfaces/joinRequests.d.ts +0 -41
  396. package/dist/browser/operationsInterfaces/joinRequests.d.ts.map +0 -1
  397. package/dist/browser/operationsInterfaces/joinRequests.js +0 -9
  398. package/dist/browser/operationsInterfaces/joinRequests.js.map +0 -1
  399. package/dist/browser/operationsInterfaces/labs.d.ts +0 -58
  400. package/dist/browser/operationsInterfaces/labs.d.ts.map +0 -1
  401. package/dist/browser/operationsInterfaces/labs.js +0 -9
  402. package/dist/browser/operationsInterfaces/labs.js.map +0 -1
  403. package/dist/browser/operationsInterfaces/operations.d.ts +0 -10
  404. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  405. package/dist/browser/operationsInterfaces/operations.js +0 -9
  406. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  407. package/dist/browser/operationsInterfaces/studentLabs.d.ts +0 -17
  408. package/dist/browser/operationsInterfaces/studentLabs.d.ts.map +0 -1
  409. package/dist/browser/operationsInterfaces/studentLabs.js +0 -9
  410. package/dist/browser/operationsInterfaces/studentLabs.js.map +0 -1
  411. package/dist/browser/operationsInterfaces/students.d.ts +0 -43
  412. package/dist/browser/operationsInterfaces/students.d.ts.map +0 -1
  413. package/dist/browser/operationsInterfaces/students.js +0 -9
  414. package/dist/browser/operationsInterfaces/students.js.map +0 -1
  415. package/dist/browser/pagingHelper.d.ts +0 -13
  416. package/dist/browser/pagingHelper.d.ts.map +0 -1
  417. package/dist/browser/pagingHelper.js +0 -30
  418. package/dist/browser/pagingHelper.js.map +0 -1
  419. package/dist/commonjs/educationManagementClient.d.ts.map +0 -1
  420. package/dist/commonjs/index.d.ts.map +0 -1
  421. package/dist/commonjs/models/index.d.ts.map +0 -1
  422. package/dist/commonjs/models/mappers.d.ts +0 -22
  423. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  424. package/dist/commonjs/models/mappers.js +0 -757
  425. package/dist/commonjs/models/mappers.js.map +0 -1
  426. package/dist/commonjs/models/parameters.d.ts +0 -22
  427. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  428. package/dist/commonjs/models/parameters.js +0 -188
  429. package/dist/commonjs/models/parameters.js.map +0 -1
  430. package/dist/commonjs/operations/grants.d.ts +0 -63
  431. package/dist/commonjs/operations/grants.d.ts.map +0 -1
  432. package/dist/commonjs/operations/grants.js +0 -255
  433. package/dist/commonjs/operations/grants.js.map +0 -1
  434. package/dist/commonjs/operations/index.d.ts +0 -7
  435. package/dist/commonjs/operations/index.d.ts.map +0 -1
  436. package/dist/commonjs/operations/index.js +0 -17
  437. package/dist/commonjs/operations/index.js.map +0 -1
  438. package/dist/commonjs/operations/joinRequests.d.ts +0 -68
  439. package/dist/commonjs/operations/joinRequests.d.ts.map +0 -1
  440. package/dist/commonjs/operations/joinRequests.js +0 -260
  441. package/dist/commonjs/operations/joinRequests.js.map +0 -1
  442. package/dist/commonjs/operations/labs.d.ts +0 -103
  443. package/dist/commonjs/operations/labs.d.ts.map +0 -1
  444. package/dist/commonjs/operations/labs.js +0 -407
  445. package/dist/commonjs/operations/labs.js.map +0 -1
  446. package/dist/commonjs/operations/operations.d.ts +0 -18
  447. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  448. package/dist/commonjs/operations/operations.js +0 -52
  449. package/dist/commonjs/operations/operations.js.map +0 -1
  450. package/dist/commonjs/operations/studentLabs.d.ts +0 -38
  451. package/dist/commonjs/operations/studentLabs.d.ts.map +0 -1
  452. package/dist/commonjs/operations/studentLabs.js +0 -145
  453. package/dist/commonjs/operations/studentLabs.js.map +0 -1
  454. package/dist/commonjs/operations/students.d.ts +0 -70
  455. package/dist/commonjs/operations/students.d.ts.map +0 -1
  456. package/dist/commonjs/operations/students.js +0 -271
  457. package/dist/commonjs/operations/students.js.map +0 -1
  458. package/dist/commonjs/operationsInterfaces/grants.d.ts +0 -25
  459. package/dist/commonjs/operationsInterfaces/grants.d.ts.map +0 -1
  460. package/dist/commonjs/operationsInterfaces/grants.js +0 -10
  461. package/dist/commonjs/operationsInterfaces/grants.js.map +0 -1
  462. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -7
  463. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  464. package/dist/commonjs/operationsInterfaces/index.js +0 -17
  465. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  466. package/dist/commonjs/operationsInterfaces/joinRequests.d.ts +0 -41
  467. package/dist/commonjs/operationsInterfaces/joinRequests.d.ts.map +0 -1
  468. package/dist/commonjs/operationsInterfaces/joinRequests.js +0 -10
  469. package/dist/commonjs/operationsInterfaces/joinRequests.js.map +0 -1
  470. package/dist/commonjs/operationsInterfaces/labs.d.ts +0 -58
  471. package/dist/commonjs/operationsInterfaces/labs.d.ts.map +0 -1
  472. package/dist/commonjs/operationsInterfaces/labs.js +0 -10
  473. package/dist/commonjs/operationsInterfaces/labs.js.map +0 -1
  474. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -10
  475. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  476. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  477. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  478. package/dist/commonjs/operationsInterfaces/studentLabs.d.ts +0 -17
  479. package/dist/commonjs/operationsInterfaces/studentLabs.d.ts.map +0 -1
  480. package/dist/commonjs/operationsInterfaces/studentLabs.js +0 -10
  481. package/dist/commonjs/operationsInterfaces/studentLabs.js.map +0 -1
  482. package/dist/commonjs/operationsInterfaces/students.d.ts +0 -43
  483. package/dist/commonjs/operationsInterfaces/students.d.ts.map +0 -1
  484. package/dist/commonjs/operationsInterfaces/students.js +0 -10
  485. package/dist/commonjs/operationsInterfaces/students.js.map +0 -1
  486. package/dist/commonjs/pagingHelper.d.ts +0 -13
  487. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  488. package/dist/commonjs/pagingHelper.js +0 -34
  489. package/dist/commonjs/pagingHelper.js.map +0 -1
  490. package/dist/esm/educationManagementClient.d.ts.map +0 -1
  491. package/dist/esm/index.d.ts.map +0 -1
  492. package/dist/esm/models/index.d.ts.map +0 -1
  493. package/dist/esm/models/mappers.d.ts +0 -22
  494. package/dist/esm/models/mappers.d.ts.map +0 -1
  495. package/dist/esm/models/mappers.js +0 -754
  496. package/dist/esm/models/mappers.js.map +0 -1
  497. package/dist/esm/models/parameters.d.ts +0 -22
  498. package/dist/esm/models/parameters.d.ts.map +0 -1
  499. package/dist/esm/models/parameters.js +0 -185
  500. package/dist/esm/models/parameters.js.map +0 -1
  501. package/dist/esm/operations/grants.d.ts +0 -63
  502. package/dist/esm/operations/grants.d.ts.map +0 -1
  503. package/dist/esm/operations/grants.js +0 -250
  504. package/dist/esm/operations/grants.js.map +0 -1
  505. package/dist/esm/operations/index.d.ts +0 -7
  506. package/dist/esm/operations/index.d.ts.map +0 -1
  507. package/dist/esm/operations/index.js +0 -14
  508. package/dist/esm/operations/index.js.map +0 -1
  509. package/dist/esm/operations/joinRequests.d.ts +0 -68
  510. package/dist/esm/operations/joinRequests.d.ts.map +0 -1
  511. package/dist/esm/operations/joinRequests.js +0 -255
  512. package/dist/esm/operations/joinRequests.js.map +0 -1
  513. package/dist/esm/operations/labs.d.ts +0 -103
  514. package/dist/esm/operations/labs.d.ts.map +0 -1
  515. package/dist/esm/operations/labs.js +0 -402
  516. package/dist/esm/operations/labs.js.map +0 -1
  517. package/dist/esm/operations/operations.d.ts +0 -18
  518. package/dist/esm/operations/operations.d.ts.map +0 -1
  519. package/dist/esm/operations/operations.js +0 -47
  520. package/dist/esm/operations/operations.js.map +0 -1
  521. package/dist/esm/operations/studentLabs.d.ts +0 -38
  522. package/dist/esm/operations/studentLabs.d.ts.map +0 -1
  523. package/dist/esm/operations/studentLabs.js +0 -140
  524. package/dist/esm/operations/studentLabs.js.map +0 -1
  525. package/dist/esm/operations/students.d.ts +0 -70
  526. package/dist/esm/operations/students.d.ts.map +0 -1
  527. package/dist/esm/operations/students.js +0 -266
  528. package/dist/esm/operations/students.js.map +0 -1
  529. package/dist/esm/operationsInterfaces/grants.d.ts +0 -25
  530. package/dist/esm/operationsInterfaces/grants.d.ts.map +0 -1
  531. package/dist/esm/operationsInterfaces/grants.js +0 -9
  532. package/dist/esm/operationsInterfaces/grants.js.map +0 -1
  533. package/dist/esm/operationsInterfaces/index.d.ts +0 -7
  534. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  535. package/dist/esm/operationsInterfaces/index.js +0 -14
  536. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  537. package/dist/esm/operationsInterfaces/joinRequests.d.ts +0 -41
  538. package/dist/esm/operationsInterfaces/joinRequests.d.ts.map +0 -1
  539. package/dist/esm/operationsInterfaces/joinRequests.js +0 -9
  540. package/dist/esm/operationsInterfaces/joinRequests.js.map +0 -1
  541. package/dist/esm/operationsInterfaces/labs.d.ts +0 -58
  542. package/dist/esm/operationsInterfaces/labs.d.ts.map +0 -1
  543. package/dist/esm/operationsInterfaces/labs.js +0 -9
  544. package/dist/esm/operationsInterfaces/labs.js.map +0 -1
  545. package/dist/esm/operationsInterfaces/operations.d.ts +0 -10
  546. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  547. package/dist/esm/operationsInterfaces/operations.js +0 -9
  548. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  549. package/dist/esm/operationsInterfaces/studentLabs.d.ts +0 -17
  550. package/dist/esm/operationsInterfaces/studentLabs.d.ts.map +0 -1
  551. package/dist/esm/operationsInterfaces/studentLabs.js +0 -9
  552. package/dist/esm/operationsInterfaces/studentLabs.js.map +0 -1
  553. package/dist/esm/operationsInterfaces/students.d.ts +0 -43
  554. package/dist/esm/operationsInterfaces/students.d.ts.map +0 -1
  555. package/dist/esm/operationsInterfaces/students.js +0 -9
  556. package/dist/esm/operationsInterfaces/students.js.map +0 -1
  557. package/dist/esm/pagingHelper.d.ts +0 -13
  558. package/dist/esm/pagingHelper.d.ts.map +0 -1
  559. package/dist/esm/pagingHelper.js +0 -30
  560. package/dist/esm/pagingHelper.js.map +0 -1
  561. package/dist/react-native/educationManagementClient.d.ts +0 -29
  562. package/dist/react-native/educationManagementClient.d.ts.map +0 -1
  563. package/dist/react-native/educationManagementClient.js +0 -137
  564. package/dist/react-native/educationManagementClient.js.map +0 -1
  565. package/dist/react-native/index.d.ts +0 -5
  566. package/dist/react-native/index.d.ts.map +0 -1
  567. package/dist/react-native/index.js +0 -13
  568. package/dist/react-native/index.js.map +0 -1
  569. package/dist/react-native/models/index.d.ts +0 -685
  570. package/dist/react-native/models/index.d.ts.map +0 -1
  571. package/dist/react-native/models/index.js +0 -92
  572. package/dist/react-native/models/index.js.map +0 -1
  573. package/dist/react-native/models/mappers.d.ts +0 -22
  574. package/dist/react-native/models/mappers.d.ts.map +0 -1
  575. package/dist/react-native/models/mappers.js +0 -754
  576. package/dist/react-native/models/mappers.js.map +0 -1
  577. package/dist/react-native/models/parameters.d.ts +0 -22
  578. package/dist/react-native/models/parameters.d.ts.map +0 -1
  579. package/dist/react-native/models/parameters.js +0 -185
  580. package/dist/react-native/models/parameters.js.map +0 -1
  581. package/dist/react-native/operations/grants.d.ts +0 -63
  582. package/dist/react-native/operations/grants.d.ts.map +0 -1
  583. package/dist/react-native/operations/grants.js +0 -250
  584. package/dist/react-native/operations/grants.js.map +0 -1
  585. package/dist/react-native/operations/index.d.ts +0 -7
  586. package/dist/react-native/operations/index.d.ts.map +0 -1
  587. package/dist/react-native/operations/index.js +0 -14
  588. package/dist/react-native/operations/index.js.map +0 -1
  589. package/dist/react-native/operations/joinRequests.d.ts +0 -68
  590. package/dist/react-native/operations/joinRequests.d.ts.map +0 -1
  591. package/dist/react-native/operations/joinRequests.js +0 -255
  592. package/dist/react-native/operations/joinRequests.js.map +0 -1
  593. package/dist/react-native/operations/labs.d.ts +0 -103
  594. package/dist/react-native/operations/labs.d.ts.map +0 -1
  595. package/dist/react-native/operations/labs.js +0 -402
  596. package/dist/react-native/operations/labs.js.map +0 -1
  597. package/dist/react-native/operations/operations.d.ts +0 -18
  598. package/dist/react-native/operations/operations.d.ts.map +0 -1
  599. package/dist/react-native/operations/operations.js +0 -47
  600. package/dist/react-native/operations/operations.js.map +0 -1
  601. package/dist/react-native/operations/studentLabs.d.ts +0 -38
  602. package/dist/react-native/operations/studentLabs.d.ts.map +0 -1
  603. package/dist/react-native/operations/studentLabs.js +0 -140
  604. package/dist/react-native/operations/studentLabs.js.map +0 -1
  605. package/dist/react-native/operations/students.d.ts +0 -70
  606. package/dist/react-native/operations/students.d.ts.map +0 -1
  607. package/dist/react-native/operations/students.js +0 -266
  608. package/dist/react-native/operations/students.js.map +0 -1
  609. package/dist/react-native/operationsInterfaces/grants.d.ts +0 -25
  610. package/dist/react-native/operationsInterfaces/grants.d.ts.map +0 -1
  611. package/dist/react-native/operationsInterfaces/grants.js +0 -9
  612. package/dist/react-native/operationsInterfaces/grants.js.map +0 -1
  613. package/dist/react-native/operationsInterfaces/index.d.ts +0 -7
  614. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  615. package/dist/react-native/operationsInterfaces/index.js +0 -14
  616. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  617. package/dist/react-native/operationsInterfaces/joinRequests.d.ts +0 -41
  618. package/dist/react-native/operationsInterfaces/joinRequests.d.ts.map +0 -1
  619. package/dist/react-native/operationsInterfaces/joinRequests.js +0 -9
  620. package/dist/react-native/operationsInterfaces/joinRequests.js.map +0 -1
  621. package/dist/react-native/operationsInterfaces/labs.d.ts +0 -58
  622. package/dist/react-native/operationsInterfaces/labs.d.ts.map +0 -1
  623. package/dist/react-native/operationsInterfaces/labs.js +0 -9
  624. package/dist/react-native/operationsInterfaces/labs.js.map +0 -1
  625. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -10
  626. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  627. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  628. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  629. package/dist/react-native/operationsInterfaces/studentLabs.d.ts +0 -17
  630. package/dist/react-native/operationsInterfaces/studentLabs.d.ts.map +0 -1
  631. package/dist/react-native/operationsInterfaces/studentLabs.js +0 -9
  632. package/dist/react-native/operationsInterfaces/studentLabs.js.map +0 -1
  633. package/dist/react-native/operationsInterfaces/students.d.ts +0 -43
  634. package/dist/react-native/operationsInterfaces/students.d.ts.map +0 -1
  635. package/dist/react-native/operationsInterfaces/students.js +0 -9
  636. package/dist/react-native/operationsInterfaces/students.js.map +0 -1
  637. package/dist/react-native/package.json +0 -3
  638. package/dist/react-native/pagingHelper.d.ts +0 -13
  639. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  640. package/dist/react-native/pagingHelper.js +0 -30
  641. package/dist/react-native/pagingHelper.js.map +0 -1
  642. package/review/arm-education-node.api.md +0 -529
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAA+B;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8CAA8C,EAAE;gBAC9C,cAAc,EAAE,0CAA0C;gBAC1D,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,wCAAwC,EAAE;gBACxC,cAAc,EAAE,uCAAuC;gBACvD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qCAAqC,EAAE;gBACrC,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,2CAA2C;gBAC3D,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC","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\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponseBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GrantListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GrantListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GrantDetails\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Amount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Amount\",\n modelProperties: {\n currency: {\n serializedName: \"currency\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const LabListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabDetails\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InviteCodeGenerateRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InviteCodeGenerateRequest\",\n modelProperties: {\n maxStudentCount: {\n serializedName: \"maxStudentCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const JoinRequestList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JoinRequestList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JoinRequestDetails\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RedeemRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RedeemRequest\",\n modelProperties: {\n redeemCode: {\n serializedName: \"redeemCode\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n firstName: {\n serializedName: \"firstName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n lastName: {\n serializedName: \"lastName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StudentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StudentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StudentDetails\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StudentLabListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StudentLabListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StudentLabDetails\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GrantDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GrantDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n offerCap: {\n serializedName: \"properties.offerCap\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n effectiveDate: {\n serializedName: \"properties.effectiveDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n offerType: {\n serializedName: \"properties.offerType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n allocatedBudget: {\n serializedName: \"properties.allocatedBudget\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n }\n }\n }\n};\n\nexport const LabDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n budgetPerStudent: {\n serializedName: \"properties.budgetPerStudent\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n effectiveDate: {\n serializedName: \"properties.effectiveDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n maxStudentCount: {\n serializedName: \"properties.maxStudentCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n invitationCode: {\n serializedName: \"properties.invitationCode\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n currencyPropertiesTotalAllocatedBudgetCurrency: {\n serializedName: \"properties.totalAllocatedBudget.currency\",\n type: {\n name: \"String\"\n }\n },\n valuePropertiesTotalAllocatedBudgetValue: {\n serializedName: \"properties.totalAllocatedBudget.value\",\n type: {\n name: \"Number\"\n }\n },\n currencyPropertiesTotalBudgetCurrency: {\n serializedName: \"properties.totalBudget.currency\",\n type: {\n name: \"String\"\n }\n },\n valuePropertiesTotalBudgetValue: {\n serializedName: \"properties.totalBudget.value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const JoinRequestDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JoinRequestDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n firstName: {\n serializedName: \"properties.firstName\",\n type: {\n name: \"String\"\n }\n },\n lastName: {\n serializedName: \"properties.lastName\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"properties.email\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StudentDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StudentDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n firstName: {\n serializedName: \"properties.firstName\",\n type: {\n name: \"String\"\n }\n },\n lastName: {\n serializedName: \"properties.lastName\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"properties.email\",\n type: {\n name: \"String\"\n }\n },\n role: {\n serializedName: \"properties.role\",\n type: {\n name: \"String\"\n }\n },\n budget: {\n serializedName: \"properties.budget\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n subscriptionId: {\n serializedName: \"properties.subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n effectiveDate: {\n serializedName: \"properties.effectiveDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n subscriptionAlias: {\n serializedName: \"properties.subscriptionAlias\",\n type: {\n name: \"String\"\n }\n },\n subscriptionInviteLastSentDate: {\n serializedName: \"properties.subscriptionInviteLastSentDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const StudentLabDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StudentLabDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n role: {\n serializedName: \"properties.role\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n budget: {\n serializedName: \"properties.budget\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n subscriptionId: {\n serializedName: \"properties.subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n effectiveDate: {\n serializedName: \"properties.effectiveDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n labScope: {\n serializedName: \"properties.labScope\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
@@ -1,22 +0,0 @@
1
- import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
- export declare const accept: OperationParameter;
3
- export declare const $host: OperationURLParameter;
4
- export declare const apiVersion: OperationQueryParameter;
5
- export declare const includeAllocatedBudget: OperationQueryParameter;
6
- export declare const billingAccountName: OperationURLParameter;
7
- export declare const billingProfileName: OperationURLParameter;
8
- export declare const nextLink: OperationURLParameter;
9
- export declare const includeBudget: OperationQueryParameter;
10
- export declare const includeDeleted: OperationQueryParameter;
11
- export declare const invoiceSectionName: OperationURLParameter;
12
- export declare const contentType: OperationParameter;
13
- export declare const parameters: OperationParameter;
14
- export declare const parameters1: OperationParameter;
15
- export declare const onlyUpdateStudentCountParameter: OperationQueryParameter;
16
- export declare const includeDenied: OperationQueryParameter;
17
- export declare const joinRequestName: OperationURLParameter;
18
- export declare const parameters2: OperationParameter;
19
- export declare const studentAlias: OperationURLParameter;
20
- export declare const parameters3: OperationParameter;
21
- export declare const studentLabName: OperationURLParameter;
22
- //# sourceMappingURL=parameters.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAQ5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,uBAQpC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,uBAQ3B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,uBAQ5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,uBAQ7C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,uBAQ3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,qBAS7B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC"}
@@ -1,185 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { LabDetails as LabDetailsMapper, InviteCodeGenerateRequest as InviteCodeGenerateRequestMapper, RedeemRequest as RedeemRequestMapper, StudentDetails as StudentDetailsMapper } from "../models/mappers.js";
9
- export const accept = {
10
- parameterPath: "accept",
11
- mapper: {
12
- defaultValue: "application/json",
13
- isConstant: true,
14
- serializedName: "Accept",
15
- type: {
16
- name: "String"
17
- }
18
- }
19
- };
20
- export const $host = {
21
- parameterPath: "$host",
22
- mapper: {
23
- serializedName: "$host",
24
- required: true,
25
- type: {
26
- name: "String"
27
- }
28
- },
29
- skipEncoding: true
30
- };
31
- export const apiVersion = {
32
- parameterPath: "apiVersion",
33
- mapper: {
34
- defaultValue: "2021-12-01-preview",
35
- isConstant: true,
36
- serializedName: "api-version",
37
- type: {
38
- name: "String"
39
- }
40
- }
41
- };
42
- export const includeAllocatedBudget = {
43
- parameterPath: ["options", "includeAllocatedBudget"],
44
- mapper: {
45
- serializedName: "includeAllocatedBudget",
46
- type: {
47
- name: "Boolean"
48
- }
49
- }
50
- };
51
- export const billingAccountName = {
52
- parameterPath: "billingAccountName",
53
- mapper: {
54
- serializedName: "billingAccountName",
55
- required: true,
56
- type: {
57
- name: "String"
58
- }
59
- }
60
- };
61
- export const billingProfileName = {
62
- parameterPath: "billingProfileName",
63
- mapper: {
64
- serializedName: "billingProfileName",
65
- required: true,
66
- type: {
67
- name: "String"
68
- }
69
- }
70
- };
71
- export const nextLink = {
72
- parameterPath: "nextLink",
73
- mapper: {
74
- serializedName: "nextLink",
75
- required: true,
76
- type: {
77
- name: "String"
78
- }
79
- },
80
- skipEncoding: true
81
- };
82
- export const includeBudget = {
83
- parameterPath: ["options", "includeBudget"],
84
- mapper: {
85
- serializedName: "includeBudget",
86
- type: {
87
- name: "Boolean"
88
- }
89
- }
90
- };
91
- export const includeDeleted = {
92
- parameterPath: ["options", "includeDeleted"],
93
- mapper: {
94
- serializedName: "includeDeleted",
95
- type: {
96
- name: "Boolean"
97
- }
98
- }
99
- };
100
- export const invoiceSectionName = {
101
- parameterPath: "invoiceSectionName",
102
- mapper: {
103
- serializedName: "invoiceSectionName",
104
- required: true,
105
- type: {
106
- name: "String"
107
- }
108
- }
109
- };
110
- export const contentType = {
111
- parameterPath: ["options", "contentType"],
112
- mapper: {
113
- defaultValue: "application/json",
114
- isConstant: true,
115
- serializedName: "Content-Type",
116
- type: {
117
- name: "String"
118
- }
119
- }
120
- };
121
- export const parameters = {
122
- parameterPath: "parameters",
123
- mapper: LabDetailsMapper
124
- };
125
- export const parameters1 = {
126
- parameterPath: "parameters",
127
- mapper: InviteCodeGenerateRequestMapper
128
- };
129
- export const onlyUpdateStudentCountParameter = {
130
- parameterPath: ["options", "onlyUpdateStudentCountParameter"],
131
- mapper: {
132
- serializedName: "onlyUpdateStudentCountParameter",
133
- type: {
134
- name: "Boolean"
135
- }
136
- }
137
- };
138
- export const includeDenied = {
139
- parameterPath: ["options", "includeDenied"],
140
- mapper: {
141
- serializedName: "includeDenied",
142
- type: {
143
- name: "Boolean"
144
- }
145
- }
146
- };
147
- export const joinRequestName = {
148
- parameterPath: "joinRequestName",
149
- mapper: {
150
- serializedName: "joinRequestName",
151
- required: true,
152
- type: {
153
- name: "String"
154
- }
155
- }
156
- };
157
- export const parameters2 = {
158
- parameterPath: "parameters",
159
- mapper: RedeemRequestMapper
160
- };
161
- export const studentAlias = {
162
- parameterPath: "studentAlias",
163
- mapper: {
164
- serializedName: "studentAlias",
165
- required: true,
166
- type: {
167
- name: "String"
168
- }
169
- }
170
- };
171
- export const parameters3 = {
172
- parameterPath: "parameters",
173
- mapper: StudentDetailsMapper
174
- };
175
- export const studentLabName = {
176
- parameterPath: "studentLabName",
177
- mapper: {
178
- serializedName: "studentLabName",
179
- required: true,
180
- type: {
181
- name: "String"
182
- }
183
- }
184
- };
185
- //# sourceMappingURL=parameters.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n LabDetails as LabDetailsMapper,\n InviteCodeGenerateRequest as InviteCodeGenerateRequestMapper,\n RedeemRequest as RedeemRequestMapper,\n StudentDetails as StudentDetailsMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-12-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const includeAllocatedBudget: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeAllocatedBudget\"],\n mapper: {\n serializedName: \"includeAllocatedBudget\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const billingAccountName: OperationURLParameter = {\n parameterPath: \"billingAccountName\",\n mapper: {\n serializedName: \"billingAccountName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const billingProfileName: OperationURLParameter = {\n parameterPath: \"billingProfileName\",\n mapper: {\n serializedName: \"billingProfileName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const includeBudget: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeBudget\"],\n mapper: {\n serializedName: \"includeBudget\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const includeDeleted: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeDeleted\"],\n mapper: {\n serializedName: \"includeDeleted\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const invoiceSectionName: OperationURLParameter = {\n parameterPath: \"invoiceSectionName\",\n mapper: {\n serializedName: \"invoiceSectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: LabDetailsMapper\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: InviteCodeGenerateRequestMapper\n};\n\nexport const onlyUpdateStudentCountParameter: OperationQueryParameter = {\n parameterPath: [\"options\", \"onlyUpdateStudentCountParameter\"],\n mapper: {\n serializedName: \"onlyUpdateStudentCountParameter\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const includeDenied: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeDenied\"],\n mapper: {\n serializedName: \"includeDenied\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const joinRequestName: OperationURLParameter = {\n parameterPath: \"joinRequestName\",\n mapper: {\n serializedName: \"joinRequestName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RedeemRequestMapper\n};\n\nexport const studentAlias: OperationURLParameter = {\n parameterPath: \"studentAlias\",\n mapper: {\n serializedName: \"studentAlias\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StudentDetailsMapper\n};\n\nexport const studentLabName: OperationURLParameter = {\n parameterPath: \"studentLabName\",\n mapper: {\n serializedName: \"studentLabName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n"]}
@@ -1,63 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Grants } from "../operationsInterfaces/index.js";
3
- import { EducationManagementClient } from "../educationManagementClient.js";
4
- import { GrantDetails, GrantsListAllOptionalParams, GrantsListOptionalParams, GrantsGetOptionalParams, GrantsGetResponse } from "../models/index.js";
5
- /** Class containing Grants operations. */
6
- export declare class GrantsImpl implements Grants {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class Grants class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: EducationManagementClient);
13
- /**
14
- * Get a list of grants that Microsoft has provided.
15
- * @param options The options parameters.
16
- */
17
- listAll(options?: GrantsListAllOptionalParams): PagedAsyncIterableIterator<GrantDetails>;
18
- private listAllPagingPage;
19
- private listAllPagingAll;
20
- /**
21
- * Get details for a specific grant linked to the provided billing account and billing profile.
22
- * @param billingAccountName Billing account name.
23
- * @param billingProfileName Billing profile name.
24
- * @param options The options parameters.
25
- */
26
- list(billingAccountName: string, billingProfileName: string, options?: GrantsListOptionalParams): PagedAsyncIterableIterator<GrantDetails>;
27
- private listPagingPage;
28
- private listPagingAll;
29
- /**
30
- * Get a list of grants that Microsoft has provided.
31
- * @param options The options parameters.
32
- */
33
- private _listAll;
34
- /**
35
- * Get details for a specific grant linked to the provided billing account and billing profile.
36
- * @param billingAccountName Billing account name.
37
- * @param billingProfileName Billing profile name.
38
- * @param options The options parameters.
39
- */
40
- private _list;
41
- /**
42
- * Get details for a specific grant linked to the provided billing account and billing profile.
43
- * @param billingAccountName Billing account name.
44
- * @param billingProfileName Billing profile name.
45
- * @param options The options parameters.
46
- */
47
- get(billingAccountName: string, billingProfileName: string, options?: GrantsGetOptionalParams): Promise<GrantsGetResponse>;
48
- /**
49
- * ListAllNext
50
- * @param nextLink The nextLink from the previous successful call to the ListAll method.
51
- * @param options The options parameters.
52
- */
53
- private _listAllNext;
54
- /**
55
- * ListNext
56
- * @param billingAccountName Billing account name.
57
- * @param billingProfileName Billing profile name.
58
- * @param nextLink The nextLink from the previous successful call to the List method.
59
- * @param options The options parameters.
60
- */
61
- private _listNext;
62
- }
63
- //# sourceMappingURL=grants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"grants.d.ts","sourceRoot":"","sources":["../../../src/operations/grants.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAI1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,YAAY,EAEZ,2BAA2B,EAG3B,wBAAwB,EAExB,uBAAuB,EACvB,iBAAiB,EAGlB,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,qBAAa,UAAW,YAAW,MAAM;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;OAGG;IACI,OAAO,CACZ,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,YAAY,CAAC;YAkB5B,iBAAiB;YAsBjB,gBAAgB;IAQ/B;;;;;OAKG;IACI,IAAI,CACT,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,wBAAwB,GACjC,0BAA0B,CAAC,YAAY,CAAC;YA2B5B,cAAc;YAiCd,aAAa;IAc5B;;;OAGG;IACH,OAAO,CAAC,QAAQ;IAMhB;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;OAKG;IACH,GAAG,CACD,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC;IAO7B;;;;OAIG;IACH,OAAO,CAAC,YAAY;IAUpB;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
@@ -1,250 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { setContinuationToken } from "../pagingHelper.js";
9
- import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers.js";
11
- import * as Parameters from "../models/parameters.js";
12
- /// <reference lib="esnext.asynciterable" />
13
- /** Class containing Grants operations. */
14
- export class GrantsImpl {
15
- client;
16
- /**
17
- * Initialize a new instance of the class Grants class.
18
- * @param client Reference to the service client
19
- */
20
- constructor(client) {
21
- this.client = client;
22
- }
23
- /**
24
- * Get a list of grants that Microsoft has provided.
25
- * @param options The options parameters.
26
- */
27
- listAll(options) {
28
- const iter = this.listAllPagingAll(options);
29
- return {
30
- next() {
31
- return iter.next();
32
- },
33
- [Symbol.asyncIterator]() {
34
- return this;
35
- },
36
- byPage: (settings) => {
37
- if (settings?.maxPageSize) {
38
- throw new Error("maxPageSize is not supported by this operation.");
39
- }
40
- return this.listAllPagingPage(options, settings);
41
- }
42
- };
43
- }
44
- async *listAllPagingPage(options, settings) {
45
- let result;
46
- let continuationToken = settings?.continuationToken;
47
- if (!continuationToken) {
48
- result = await this._listAll(options);
49
- let page = result.value || [];
50
- continuationToken = result.nextLink;
51
- setContinuationToken(page, continuationToken);
52
- yield page;
53
- }
54
- while (continuationToken) {
55
- result = await this._listAllNext(continuationToken, options);
56
- continuationToken = result.nextLink;
57
- let page = result.value || [];
58
- setContinuationToken(page, continuationToken);
59
- yield page;
60
- }
61
- }
62
- async *listAllPagingAll(options) {
63
- for await (const page of this.listAllPagingPage(options)) {
64
- yield* page;
65
- }
66
- }
67
- /**
68
- * Get details for a specific grant linked to the provided billing account and billing profile.
69
- * @param billingAccountName Billing account name.
70
- * @param billingProfileName Billing profile name.
71
- * @param options The options parameters.
72
- */
73
- list(billingAccountName, billingProfileName, options) {
74
- const iter = this.listPagingAll(billingAccountName, billingProfileName, options);
75
- return {
76
- next() {
77
- return iter.next();
78
- },
79
- [Symbol.asyncIterator]() {
80
- return this;
81
- },
82
- byPage: (settings) => {
83
- if (settings?.maxPageSize) {
84
- throw new Error("maxPageSize is not supported by this operation.");
85
- }
86
- return this.listPagingPage(billingAccountName, billingProfileName, options, settings);
87
- }
88
- };
89
- }
90
- async *listPagingPage(billingAccountName, billingProfileName, options, settings) {
91
- let result;
92
- let continuationToken = settings?.continuationToken;
93
- if (!continuationToken) {
94
- result = await this._list(billingAccountName, billingProfileName, options);
95
- let page = result.value || [];
96
- continuationToken = result.nextLink;
97
- setContinuationToken(page, continuationToken);
98
- yield page;
99
- }
100
- while (continuationToken) {
101
- result = await this._listNext(billingAccountName, billingProfileName, continuationToken, options);
102
- continuationToken = result.nextLink;
103
- let page = result.value || [];
104
- setContinuationToken(page, continuationToken);
105
- yield page;
106
- }
107
- }
108
- async *listPagingAll(billingAccountName, billingProfileName, options) {
109
- for await (const page of this.listPagingPage(billingAccountName, billingProfileName, options)) {
110
- yield* page;
111
- }
112
- }
113
- /**
114
- * Get a list of grants that Microsoft has provided.
115
- * @param options The options parameters.
116
- */
117
- _listAll(options) {
118
- return this.client.sendOperationRequest({ options }, listAllOperationSpec);
119
- }
120
- /**
121
- * Get details for a specific grant linked to the provided billing account and billing profile.
122
- * @param billingAccountName Billing account name.
123
- * @param billingProfileName Billing profile name.
124
- * @param options The options parameters.
125
- */
126
- _list(billingAccountName, billingProfileName, options) {
127
- return this.client.sendOperationRequest({ billingAccountName, billingProfileName, options }, listOperationSpec);
128
- }
129
- /**
130
- * Get details for a specific grant linked to the provided billing account and billing profile.
131
- * @param billingAccountName Billing account name.
132
- * @param billingProfileName Billing profile name.
133
- * @param options The options parameters.
134
- */
135
- get(billingAccountName, billingProfileName, options) {
136
- return this.client.sendOperationRequest({ billingAccountName, billingProfileName, options }, getOperationSpec);
137
- }
138
- /**
139
- * ListAllNext
140
- * @param nextLink The nextLink from the previous successful call to the ListAll method.
141
- * @param options The options parameters.
142
- */
143
- _listAllNext(nextLink, options) {
144
- return this.client.sendOperationRequest({ nextLink, options }, listAllNextOperationSpec);
145
- }
146
- /**
147
- * ListNext
148
- * @param billingAccountName Billing account name.
149
- * @param billingProfileName Billing profile name.
150
- * @param nextLink The nextLink from the previous successful call to the List method.
151
- * @param options The options parameters.
152
- */
153
- _listNext(billingAccountName, billingProfileName, nextLink, options) {
154
- return this.client.sendOperationRequest({ billingAccountName, billingProfileName, nextLink, options }, listNextOperationSpec);
155
- }
156
- }
157
- // Operation Specifications
158
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
159
- const listAllOperationSpec = {
160
- path: "/providers/Microsoft.Education/grants",
161
- httpMethod: "GET",
162
- responses: {
163
- 200: {
164
- bodyMapper: Mappers.GrantListResponse
165
- },
166
- default: {
167
- bodyMapper: Mappers.ErrorResponseBody
168
- }
169
- },
170
- queryParameters: [Parameters.apiVersion, Parameters.includeAllocatedBudget],
171
- urlParameters: [Parameters.$host],
172
- headerParameters: [Parameters.accept],
173
- serializer
174
- };
175
- const listOperationSpec = {
176
- path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.Education/grants",
177
- httpMethod: "GET",
178
- responses: {
179
- 200: {
180
- bodyMapper: Mappers.GrantListResponse
181
- },
182
- default: {
183
- bodyMapper: Mappers.ErrorResponseBody
184
- }
185
- },
186
- queryParameters: [Parameters.apiVersion, Parameters.includeAllocatedBudget],
187
- urlParameters: [
188
- Parameters.$host,
189
- Parameters.billingAccountName,
190
- Parameters.billingProfileName
191
- ],
192
- headerParameters: [Parameters.accept],
193
- serializer
194
- };
195
- const getOperationSpec = {
196
- path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.Education/grants/default",
197
- httpMethod: "GET",
198
- responses: {
199
- 200: {
200
- bodyMapper: Mappers.GrantDetails
201
- },
202
- default: {
203
- bodyMapper: Mappers.ErrorResponseBody
204
- }
205
- },
206
- queryParameters: [Parameters.apiVersion, Parameters.includeAllocatedBudget],
207
- urlParameters: [
208
- Parameters.$host,
209
- Parameters.billingAccountName,
210
- Parameters.billingProfileName
211
- ],
212
- headerParameters: [Parameters.accept],
213
- serializer
214
- };
215
- const listAllNextOperationSpec = {
216
- path: "{nextLink}",
217
- httpMethod: "GET",
218
- responses: {
219
- 200: {
220
- bodyMapper: Mappers.GrantListResponse
221
- },
222
- default: {
223
- bodyMapper: Mappers.ErrorResponseBody
224
- }
225
- },
226
- urlParameters: [Parameters.$host, Parameters.nextLink],
227
- headerParameters: [Parameters.accept],
228
- serializer
229
- };
230
- const listNextOperationSpec = {
231
- path: "{nextLink}",
232
- httpMethod: "GET",
233
- responses: {
234
- 200: {
235
- bodyMapper: Mappers.GrantListResponse
236
- },
237
- default: {
238
- bodyMapper: Mappers.ErrorResponseBody
239
- }
240
- },
241
- urlParameters: [
242
- Parameters.$host,
243
- Parameters.billingAccountName,
244
- Parameters.billingProfileName,
245
- Parameters.nextLink
246
- ],
247
- headerParameters: [Parameters.accept],
248
- serializer
249
- };
250
- //# sourceMappingURL=grants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"grants.js","sourceRoot":"","sources":["../../../src/operations/grants.ts"],"names":[],"mappings":"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","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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Grants } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { EducationManagementClient } from \"../educationManagementClient.js\";\nimport {\n GrantDetails,\n GrantsListAllNextOptionalParams,\n GrantsListAllOptionalParams,\n GrantsListAllResponse,\n GrantsListNextOptionalParams,\n GrantsListOptionalParams,\n GrantsListResponse,\n GrantsGetOptionalParams,\n GrantsGetResponse,\n GrantsListAllNextResponse,\n GrantsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Grants operations. */\nexport class GrantsImpl implements Grants {\n private readonly client: EducationManagementClient;\n\n /**\n * Initialize a new instance of the class Grants class.\n * @param client Reference to the service client\n */\n constructor(client: EducationManagementClient) {\n this.client = client;\n }\n\n /**\n * Get a list of grants that Microsoft has provided.\n * @param options The options parameters.\n */\n public listAll(\n options?: GrantsListAllOptionalParams\n ): PagedAsyncIterableIterator<GrantDetails> {\n const iter = this.listAllPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listAllPagingPage(options, settings);\n }\n };\n }\n\n private async *listAllPagingPage(\n options?: GrantsListAllOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<GrantDetails[]> {\n let result: GrantsListAllResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listAll(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listAllNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listAllPagingAll(\n options?: GrantsListAllOptionalParams\n ): AsyncIterableIterator<GrantDetails> {\n for await (const page of this.listAllPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get details for a specific grant linked to the provided billing account and billing profile.\n * @param billingAccountName Billing account name.\n * @param billingProfileName Billing profile name.\n * @param options The options parameters.\n */\n public list(\n billingAccountName: string,\n billingProfileName: string,\n options?: GrantsListOptionalParams\n ): PagedAsyncIterableIterator<GrantDetails> {\n const iter = this.listPagingAll(\n billingAccountName,\n billingProfileName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n billingAccountName,\n billingProfileName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n billingAccountName: string,\n billingProfileName: string,\n options?: GrantsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<GrantDetails[]> {\n let result: GrantsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(\n billingAccountName,\n billingProfileName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n billingAccountName,\n billingProfileName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n billingAccountName: string,\n billingProfileName: string,\n options?: GrantsListOptionalParams\n ): AsyncIterableIterator<GrantDetails> {\n for await (const page of this.listPagingPage(\n billingAccountName,\n billingProfileName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a list of grants that Microsoft has provided.\n * @param options The options parameters.\n */\n private _listAll(\n options?: GrantsListAllOptionalParams\n ): Promise<GrantsListAllResponse> {\n return this.client.sendOperationRequest({ options }, listAllOperationSpec);\n }\n\n /**\n * Get details for a specific grant linked to the provided billing account and billing profile.\n * @param billingAccountName Billing account name.\n * @param billingProfileName Billing profile name.\n * @param options The options parameters.\n */\n private _list(\n billingAccountName: string,\n billingProfileName: string,\n options?: GrantsListOptionalParams\n ): Promise<GrantsListResponse> {\n return this.client.sendOperationRequest(\n { billingAccountName, billingProfileName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get details for a specific grant linked to the provided billing account and billing profile.\n * @param billingAccountName Billing account name.\n * @param billingProfileName Billing profile name.\n * @param options The options parameters.\n */\n get(\n billingAccountName: string,\n billingProfileName: string,\n options?: GrantsGetOptionalParams\n ): Promise<GrantsGetResponse> {\n return this.client.sendOperationRequest(\n { billingAccountName, billingProfileName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListAllNext\n * @param nextLink The nextLink from the previous successful call to the ListAll method.\n * @param options The options parameters.\n */\n private _listAllNext(\n nextLink: string,\n options?: GrantsListAllNextOptionalParams\n ): Promise<GrantsListAllNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listAllNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param billingAccountName Billing account name.\n * @param billingProfileName Billing profile name.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n billingAccountName: string,\n billingProfileName: string,\n nextLink: string,\n options?: GrantsListNextOptionalParams\n ): Promise<GrantsListNextResponse> {\n return this.client.sendOperationRequest(\n { billingAccountName, billingProfileName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listAllOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Education/grants\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GrantListResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.includeAllocatedBudget],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.Education/grants\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GrantListResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.includeAllocatedBudget],\n urlParameters: [\n Parameters.$host,\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.Education/grants/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GrantDetails\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.includeAllocatedBudget],\n urlParameters: [\n Parameters.$host,\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listAllNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GrantListResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GrantListResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}