@azure/arm-hdinsight 1.3.0-beta.1 → 1.3.0-beta.3

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 (874) hide show
  1. package/CHANGELOG.md +39 -6
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/dist/browser/hDInsightManagementClient.d.ts +31 -0
  5. package/dist/browser/hDInsightManagementClient.d.ts.map +1 -0
  6. package/dist/browser/hDInsightManagementClient.js +127 -0
  7. package/dist/browser/hDInsightManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +2074 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +198 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +112 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +3817 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.js +280 -0
  24. package/dist/browser/models/parameters.js.map +1 -0
  25. package/dist/browser/operations/applications.d.ts +90 -0
  26. package/dist/browser/operations/applications.d.ts.map +1 -0
  27. package/dist/browser/operations/applications.js +383 -0
  28. package/dist/browser/operations/applications.js.map +1 -0
  29. package/dist/browser/operations/clusters.d.ts +214 -0
  30. package/dist/browser/operations/clusters.d.ts.map +1 -0
  31. package/dist/browser/operations/clusters.js +1026 -0
  32. package/dist/browser/operations/clusters.js.map +1 -0
  33. package/dist/browser/operations/configurations.d.ts +54 -0
  34. package/dist/browser/operations/configurations.d.ts.map +1 -0
  35. package/dist/browser/operations/configurations.js +185 -0
  36. package/dist/browser/operations/configurations.js.map +1 -0
  37. package/dist/browser/operations/extensions.d.ts +176 -0
  38. package/dist/browser/operations/extensions.d.ts.map +1 -0
  39. package/dist/browser/operations/extensions.js +842 -0
  40. package/dist/browser/operations/extensions.js.map +1 -0
  41. package/dist/browser/operations/index.d.ts +12 -0
  42. package/dist/browser/operations/index.d.ts.map +1 -0
  43. package/dist/browser/operations/index.js +19 -0
  44. package/dist/browser/operations/index.js.map +1 -0
  45. package/dist/browser/operations/locations.d.ts +52 -0
  46. package/dist/browser/operations/locations.d.ts.map +1 -0
  47. package/dist/browser/operations/locations.js +200 -0
  48. package/dist/browser/operations/locations.js.map +1 -0
  49. package/dist/browser/operations/operations.d.ts +32 -0
  50. package/dist/browser/operations/operations.d.ts.map +1 -0
  51. package/dist/browser/operations/operations.js +116 -0
  52. package/dist/browser/operations/operations.js.map +1 -0
  53. package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
  54. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  55. package/dist/browser/operations/privateEndpointConnections.js +359 -0
  56. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  57. package/dist/browser/operations/privateLinkResources.d.ts +28 -0
  58. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  59. package/dist/browser/operations/privateLinkResources.js +86 -0
  60. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  61. package/dist/browser/operations/scriptActions.d.ts +62 -0
  62. package/dist/browser/operations/scriptActions.d.ts.map +1 -0
  63. package/dist/browser/operations/scriptActions.js +228 -0
  64. package/dist/browser/operations/scriptActions.js.map +1 -0
  65. package/dist/browser/operations/scriptExecutionHistory.d.ts +46 -0
  66. package/dist/browser/operations/scriptExecutionHistory.d.ts.map +1 -0
  67. package/dist/browser/operations/scriptExecutionHistory.js +163 -0
  68. package/dist/browser/operations/scriptExecutionHistory.js.map +1 -0
  69. package/dist/browser/operations/virtualMachines.d.ts +45 -0
  70. package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
  71. package/dist/browser/operations/virtualMachines.js +176 -0
  72. package/dist/browser/operations/virtualMachines.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/applications.d.ts +65 -0
  74. package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/applications.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/clusters.d.ts +178 -0
  77. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/configurations.d.ts +46 -0
  80. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/extensions.d.ts +168 -0
  83. package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  86. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/index.js +19 -0
  88. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/locations.d.ts +44 -0
  90. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  93. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  96. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
  99. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/scriptActions.d.ts +37 -0
  102. package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/scriptActions.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  105. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/virtualMachines.d.ts +37 -0
  108. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
  110. package/dist/browser/package.json +3 -0
  111. package/dist/browser/pagingHelper.js +30 -0
  112. package/dist/browser/pagingHelper.js.map +1 -0
  113. package/dist/commonjs/hDInsightManagementClient.d.ts +31 -0
  114. package/dist/commonjs/hDInsightManagementClient.d.ts.map +1 -0
  115. package/dist/commonjs/hDInsightManagementClient.js +132 -0
  116. package/dist/commonjs/hDInsightManagementClient.js.map +1 -0
  117. package/dist/commonjs/index.d.ts +5 -0
  118. package/dist/commonjs/index.d.ts.map +1 -0
  119. package/dist/commonjs/index.js +19 -0
  120. package/dist/commonjs/index.js.map +1 -0
  121. package/dist/commonjs/lroImpl.d.ts +11 -0
  122. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  123. package/dist/commonjs/lroImpl.js +21 -0
  124. package/dist/commonjs/lroImpl.js.map +1 -0
  125. package/dist/commonjs/models/index.d.ts +2074 -0
  126. package/dist/commonjs/models/index.d.ts.map +1 -0
  127. package/dist/commonjs/models/index.js +201 -0
  128. package/dist/commonjs/models/index.js.map +1 -0
  129. package/dist/commonjs/models/mappers.d.ts +112 -0
  130. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  131. package/dist/commonjs/models/mappers.js +3822 -0
  132. package/dist/commonjs/models/mappers.js.map +1 -0
  133. package/dist/commonjs/models/parameters.d.ts +37 -0
  134. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  135. package/dist/commonjs/models/parameters.js +283 -0
  136. package/dist/commonjs/models/parameters.js.map +1 -0
  137. package/dist/commonjs/operations/applications.d.ts +90 -0
  138. package/dist/commonjs/operations/applications.d.ts.map +1 -0
  139. package/dist/commonjs/operations/applications.js +388 -0
  140. package/dist/commonjs/operations/applications.js.map +1 -0
  141. package/dist/commonjs/operations/clusters.d.ts +214 -0
  142. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  143. package/dist/commonjs/operations/clusters.js +1031 -0
  144. package/dist/commonjs/operations/clusters.js.map +1 -0
  145. package/dist/commonjs/operations/configurations.d.ts +54 -0
  146. package/dist/commonjs/operations/configurations.d.ts.map +1 -0
  147. package/dist/commonjs/operations/configurations.js +190 -0
  148. package/dist/commonjs/operations/configurations.js.map +1 -0
  149. package/dist/commonjs/operations/extensions.d.ts +176 -0
  150. package/dist/commonjs/operations/extensions.d.ts.map +1 -0
  151. package/dist/commonjs/operations/extensions.js +847 -0
  152. package/dist/commonjs/operations/extensions.js.map +1 -0
  153. package/dist/commonjs/operations/index.d.ts +12 -0
  154. package/dist/commonjs/operations/index.d.ts.map +1 -0
  155. package/dist/commonjs/operations/index.js +22 -0
  156. package/dist/commonjs/operations/index.js.map +1 -0
  157. package/dist/commonjs/operations/locations.d.ts +52 -0
  158. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  159. package/dist/commonjs/operations/locations.js +205 -0
  160. package/dist/commonjs/operations/locations.js.map +1 -0
  161. package/dist/commonjs/operations/operations.d.ts +32 -0
  162. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  163. package/dist/commonjs/operations/operations.js +121 -0
  164. package/dist/commonjs/operations/operations.js.map +1 -0
  165. package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
  166. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  167. package/dist/commonjs/operations/privateEndpointConnections.js +364 -0
  168. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  169. package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
  170. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  171. package/dist/commonjs/operations/privateLinkResources.js +91 -0
  172. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  173. package/dist/commonjs/operations/scriptActions.d.ts +62 -0
  174. package/dist/commonjs/operations/scriptActions.d.ts.map +1 -0
  175. package/dist/commonjs/operations/scriptActions.js +233 -0
  176. package/dist/commonjs/operations/scriptActions.js.map +1 -0
  177. package/dist/commonjs/operations/scriptExecutionHistory.d.ts +46 -0
  178. package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +1 -0
  179. package/dist/commonjs/operations/scriptExecutionHistory.js +168 -0
  180. package/dist/commonjs/operations/scriptExecutionHistory.js.map +1 -0
  181. package/dist/commonjs/operations/virtualMachines.d.ts +45 -0
  182. package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
  183. package/dist/commonjs/operations/virtualMachines.js +181 -0
  184. package/dist/commonjs/operations/virtualMachines.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/applications.d.ts +65 -0
  186. package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/applications.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/clusters.d.ts +178 -0
  190. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/configurations.d.ts +46 -0
  194. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/extensions.d.ts +168 -0
  198. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  202. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  204. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/locations.d.ts +44 -0
  206. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  208. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  209. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  210. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  211. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  212. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  213. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  214. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  215. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  216. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  217. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
  218. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  219. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  220. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  221. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +37 -0
  222. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +1 -0
  223. package/dist/commonjs/operationsInterfaces/scriptActions.js +10 -0
  224. package/dist/commonjs/operationsInterfaces/scriptActions.js.map +1 -0
  225. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  226. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  227. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js +10 -0
  228. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  229. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +37 -0
  230. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  231. package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
  232. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
  233. package/dist/commonjs/package.json +3 -0
  234. package/dist/commonjs/pagingHelper.d.ts +13 -0
  235. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  236. package/dist/commonjs/pagingHelper.js +34 -0
  237. package/dist/commonjs/pagingHelper.js.map +1 -0
  238. package/dist/commonjs/tsdoc-metadata.json +11 -0
  239. package/dist/esm/hDInsightManagementClient.d.ts +31 -0
  240. package/dist/esm/hDInsightManagementClient.d.ts.map +1 -0
  241. package/dist/esm/hDInsightManagementClient.js +127 -0
  242. package/dist/esm/hDInsightManagementClient.js.map +1 -0
  243. package/dist/esm/index.d.ts +5 -0
  244. package/dist/esm/index.d.ts.map +1 -0
  245. package/dist/esm/index.js +13 -0
  246. package/dist/esm/index.js.map +1 -0
  247. package/dist/esm/lroImpl.d.ts +11 -0
  248. package/dist/esm/lroImpl.d.ts.map +1 -0
  249. package/dist/esm/lroImpl.js +18 -0
  250. package/dist/esm/lroImpl.js.map +1 -0
  251. package/dist/esm/models/index.d.ts +2074 -0
  252. package/dist/esm/models/index.d.ts.map +1 -0
  253. package/dist/esm/models/index.js +198 -0
  254. package/dist/esm/models/index.js.map +1 -0
  255. package/dist/esm/models/mappers.d.ts +112 -0
  256. package/dist/esm/models/mappers.d.ts.map +1 -0
  257. package/dist/esm/models/mappers.js +3817 -0
  258. package/dist/esm/models/mappers.js.map +1 -0
  259. package/dist/esm/models/parameters.d.ts +37 -0
  260. package/dist/esm/models/parameters.d.ts.map +1 -0
  261. package/dist/esm/models/parameters.js +280 -0
  262. package/dist/esm/models/parameters.js.map +1 -0
  263. package/dist/esm/operations/applications.d.ts +90 -0
  264. package/dist/esm/operations/applications.d.ts.map +1 -0
  265. package/dist/esm/operations/applications.js +383 -0
  266. package/dist/esm/operations/applications.js.map +1 -0
  267. package/dist/esm/operations/clusters.d.ts +214 -0
  268. package/dist/esm/operations/clusters.d.ts.map +1 -0
  269. package/dist/esm/operations/clusters.js +1026 -0
  270. package/dist/esm/operations/clusters.js.map +1 -0
  271. package/dist/esm/operations/configurations.d.ts +54 -0
  272. package/dist/esm/operations/configurations.d.ts.map +1 -0
  273. package/dist/esm/operations/configurations.js +185 -0
  274. package/dist/esm/operations/configurations.js.map +1 -0
  275. package/dist/esm/operations/extensions.d.ts +176 -0
  276. package/dist/esm/operations/extensions.d.ts.map +1 -0
  277. package/dist/esm/operations/extensions.js +842 -0
  278. package/dist/esm/operations/extensions.js.map +1 -0
  279. package/dist/esm/operations/index.d.ts +12 -0
  280. package/dist/esm/operations/index.d.ts.map +1 -0
  281. package/dist/esm/operations/index.js +19 -0
  282. package/dist/esm/operations/index.js.map +1 -0
  283. package/dist/esm/operations/locations.d.ts +52 -0
  284. package/dist/esm/operations/locations.d.ts.map +1 -0
  285. package/dist/esm/operations/locations.js +200 -0
  286. package/dist/esm/operations/locations.js.map +1 -0
  287. package/dist/esm/operations/operations.d.ts +32 -0
  288. package/dist/esm/operations/operations.d.ts.map +1 -0
  289. package/dist/esm/operations/operations.js +116 -0
  290. package/dist/esm/operations/operations.js.map +1 -0
  291. package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
  292. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  293. package/dist/esm/operations/privateEndpointConnections.js +359 -0
  294. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  295. package/dist/esm/operations/privateLinkResources.d.ts +28 -0
  296. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  297. package/dist/esm/operations/privateLinkResources.js +86 -0
  298. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  299. package/dist/esm/operations/scriptActions.d.ts +62 -0
  300. package/dist/esm/operations/scriptActions.d.ts.map +1 -0
  301. package/dist/esm/operations/scriptActions.js +228 -0
  302. package/dist/esm/operations/scriptActions.js.map +1 -0
  303. package/dist/esm/operations/scriptExecutionHistory.d.ts +46 -0
  304. package/dist/esm/operations/scriptExecutionHistory.d.ts.map +1 -0
  305. package/dist/esm/operations/scriptExecutionHistory.js +163 -0
  306. package/dist/esm/operations/scriptExecutionHistory.js.map +1 -0
  307. package/dist/esm/operations/virtualMachines.d.ts +45 -0
  308. package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
  309. package/dist/esm/operations/virtualMachines.js +176 -0
  310. package/dist/esm/operations/virtualMachines.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/applications.d.ts +65 -0
  312. package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/applications.js +9 -0
  314. package/dist/esm/operationsInterfaces/applications.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/clusters.d.ts +178 -0
  316. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  318. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/configurations.d.ts +46 -0
  320. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/configurations.js +9 -0
  322. package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/extensions.d.ts +168 -0
  324. package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/extensions.js +9 -0
  326. package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
  327. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  328. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  329. package/dist/esm/operationsInterfaces/index.js +19 -0
  330. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  331. package/dist/esm/operationsInterfaces/locations.d.ts +44 -0
  332. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  333. package/dist/esm/operationsInterfaces/locations.js +9 -0
  334. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  335. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  336. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  337. package/dist/esm/operationsInterfaces/operations.js +9 -0
  338. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  339. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  340. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  341. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  342. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  343. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
  344. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  345. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  346. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  347. package/dist/esm/operationsInterfaces/scriptActions.d.ts +37 -0
  348. package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +1 -0
  349. package/dist/esm/operationsInterfaces/scriptActions.js +9 -0
  350. package/dist/esm/operationsInterfaces/scriptActions.js.map +1 -0
  351. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  352. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  353. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js +9 -0
  354. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  355. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +37 -0
  356. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  357. package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
  358. package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
  359. package/dist/esm/package.json +3 -0
  360. package/dist/esm/pagingHelper.d.ts +13 -0
  361. package/dist/esm/pagingHelper.d.ts.map +1 -0
  362. package/dist/esm/pagingHelper.js +30 -0
  363. package/dist/esm/pagingHelper.js.map +1 -0
  364. package/dist/react-native/hDInsightManagementClient.d.ts +31 -0
  365. package/dist/react-native/hDInsightManagementClient.d.ts.map +1 -0
  366. package/dist/react-native/hDInsightManagementClient.js +127 -0
  367. package/dist/react-native/hDInsightManagementClient.js.map +1 -0
  368. package/dist/react-native/index.d.ts +5 -0
  369. package/dist/react-native/index.d.ts.map +1 -0
  370. package/dist/react-native/index.js +13 -0
  371. package/dist/react-native/index.js.map +1 -0
  372. package/dist/react-native/lroImpl.d.ts +11 -0
  373. package/dist/react-native/lroImpl.d.ts.map +1 -0
  374. package/dist/react-native/lroImpl.js +18 -0
  375. package/dist/react-native/lroImpl.js.map +1 -0
  376. package/dist/react-native/models/index.d.ts +2074 -0
  377. package/dist/react-native/models/index.d.ts.map +1 -0
  378. package/dist/react-native/models/index.js +198 -0
  379. package/dist/react-native/models/index.js.map +1 -0
  380. package/dist/react-native/models/mappers.d.ts +112 -0
  381. package/dist/react-native/models/mappers.d.ts.map +1 -0
  382. package/dist/react-native/models/mappers.js +3817 -0
  383. package/dist/react-native/models/mappers.js.map +1 -0
  384. package/dist/react-native/models/parameters.d.ts +37 -0
  385. package/dist/react-native/models/parameters.d.ts.map +1 -0
  386. package/dist/react-native/models/parameters.js +280 -0
  387. package/dist/react-native/models/parameters.js.map +1 -0
  388. package/dist/react-native/operations/applications.d.ts +90 -0
  389. package/dist/react-native/operations/applications.d.ts.map +1 -0
  390. package/dist/react-native/operations/applications.js +383 -0
  391. package/dist/react-native/operations/applications.js.map +1 -0
  392. package/dist/react-native/operations/clusters.d.ts +214 -0
  393. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  394. package/dist/react-native/operations/clusters.js +1026 -0
  395. package/dist/react-native/operations/clusters.js.map +1 -0
  396. package/dist/react-native/operations/configurations.d.ts +54 -0
  397. package/dist/react-native/operations/configurations.d.ts.map +1 -0
  398. package/dist/react-native/operations/configurations.js +185 -0
  399. package/dist/react-native/operations/configurations.js.map +1 -0
  400. package/dist/react-native/operations/extensions.d.ts +176 -0
  401. package/dist/react-native/operations/extensions.d.ts.map +1 -0
  402. package/dist/react-native/operations/extensions.js +842 -0
  403. package/dist/react-native/operations/extensions.js.map +1 -0
  404. package/dist/react-native/operations/index.d.ts +12 -0
  405. package/dist/react-native/operations/index.d.ts.map +1 -0
  406. package/dist/react-native/operations/index.js +19 -0
  407. package/dist/react-native/operations/index.js.map +1 -0
  408. package/dist/react-native/operations/locations.d.ts +52 -0
  409. package/dist/react-native/operations/locations.d.ts.map +1 -0
  410. package/dist/react-native/operations/locations.js +200 -0
  411. package/dist/react-native/operations/locations.js.map +1 -0
  412. package/dist/react-native/operations/operations.d.ts +32 -0
  413. package/dist/react-native/operations/operations.d.ts.map +1 -0
  414. package/dist/react-native/operations/operations.js +116 -0
  415. package/dist/react-native/operations/operations.js.map +1 -0
  416. package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
  417. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  418. package/dist/react-native/operations/privateEndpointConnections.js +359 -0
  419. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  420. package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
  421. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  422. package/dist/react-native/operations/privateLinkResources.js +86 -0
  423. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  424. package/dist/react-native/operations/scriptActions.d.ts +62 -0
  425. package/dist/react-native/operations/scriptActions.d.ts.map +1 -0
  426. package/dist/react-native/operations/scriptActions.js +228 -0
  427. package/dist/react-native/operations/scriptActions.js.map +1 -0
  428. package/dist/react-native/operations/scriptExecutionHistory.d.ts +46 -0
  429. package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +1 -0
  430. package/dist/react-native/operations/scriptExecutionHistory.js +163 -0
  431. package/dist/react-native/operations/scriptExecutionHistory.js.map +1 -0
  432. package/dist/react-native/operations/virtualMachines.d.ts +45 -0
  433. package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
  434. package/dist/react-native/operations/virtualMachines.js +176 -0
  435. package/dist/react-native/operations/virtualMachines.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/applications.d.ts +65 -0
  437. package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/applications.js +9 -0
  439. package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/clusters.d.ts +178 -0
  441. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  443. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  444. package/dist/react-native/operationsInterfaces/configurations.d.ts +46 -0
  445. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
  446. package/dist/react-native/operationsInterfaces/configurations.js +9 -0
  447. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
  448. package/dist/react-native/operationsInterfaces/extensions.d.ts +168 -0
  449. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
  450. package/dist/react-native/operationsInterfaces/extensions.js +9 -0
  451. package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
  452. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  453. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  454. package/dist/react-native/operationsInterfaces/index.js +19 -0
  455. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  456. package/dist/react-native/operationsInterfaces/locations.d.ts +44 -0
  457. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  458. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  459. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  460. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  461. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  462. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  463. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  464. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  465. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  466. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  467. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  468. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
  469. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  470. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  471. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  472. package/dist/react-native/operationsInterfaces/scriptActions.d.ts +37 -0
  473. package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +1 -0
  474. package/dist/react-native/operationsInterfaces/scriptActions.js +9 -0
  475. package/dist/react-native/operationsInterfaces/scriptActions.js.map +1 -0
  476. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  477. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  478. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js +9 -0
  479. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  480. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +37 -0
  481. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  482. package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
  483. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
  484. package/dist/react-native/package.json +3 -0
  485. package/dist/react-native/pagingHelper.d.ts +13 -0
  486. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  487. package/dist/react-native/pagingHelper.js +30 -0
  488. package/dist/react-native/pagingHelper.js.map +1 -0
  489. package/package.json +87 -78
  490. package/review/arm-hdinsight-node.api.md +1668 -0
  491. package/dist/index.js +0 -8144
  492. package/dist/index.js.map +0 -1
  493. package/dist/index.min.js +0 -1
  494. package/dist/index.min.js.map +0 -1
  495. package/dist-esm/samples-dev/applicationsCreateSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/applicationsCreateSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/applicationsCreateSample.js +0 -70
  498. package/dist-esm/samples-dev/applicationsCreateSample.js.map +0 -1
  499. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -39
  502. package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
  503. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js +0 -40
  506. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js.map +0 -1
  507. package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/applicationsGetSample.js +0 -58
  510. package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
  511. package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/applicationsListByClusterSample.js +0 -59
  514. package/dist-esm/samples-dev/applicationsListByClusterSample.js.map +0 -1
  515. package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/clustersCreateSample.js +0 -1221
  518. package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
  519. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -38
  522. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  523. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js +0 -49
  526. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js.map +0 -1
  527. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js +0 -39
  530. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js.map +0 -1
  531. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js +0 -38
  534. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js.map +0 -1
  535. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/clustersGetSample.js +0 -56
  538. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  539. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -58
  542. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  543. package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
  544. package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/clustersListSample.js +0 -57
  546. package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
  547. package/dist-esm/samples-dev/clustersResizeSample.d.ts +0 -2
  548. package/dist-esm/samples-dev/clustersResizeSample.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/clustersResizeSample.js +0 -40
  550. package/dist-esm/samples-dev/clustersResizeSample.js.map +0 -1
  551. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts +0 -2
  552. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js +0 -43
  554. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js.map +0 -1
  555. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts +0 -2
  556. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js +0 -98
  558. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js.map +0 -1
  559. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts +0 -2
  560. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js +0 -43
  562. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js.map +0 -1
  563. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts +0 -2
  564. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js +0 -43
  566. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js.map +0 -1
  567. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  568. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -41
  570. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  571. package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/configurationsGetSample.js +0 -39
  574. package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
  575. package/dist-esm/samples-dev/configurationsListSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/configurationsListSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/configurationsListSample.js +0 -38
  578. package/dist-esm/samples-dev/configurationsListSample.js.map +0 -1
  579. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -66
  582. package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
  583. package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/extensionsCreateSample.js +0 -43
  586. package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
  587. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -39
  590. package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
  591. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js +0 -38
  594. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js.map +0 -1
  595. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js +0 -38
  598. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js.map +0 -1
  599. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js +0 -42
  602. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js.map +0 -1
  603. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js +0 -42
  606. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js.map +0 -1
  607. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js +0 -40
  610. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js.map +0 -1
  611. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js +0 -38
  614. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js.map +0 -1
  615. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js +0 -38
  618. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js.map +0 -1
  619. package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/extensionsGetSample.js +0 -39
  622. package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
  623. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts +0 -2
  624. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js +0 -41
  626. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js.map +0 -1
  627. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js +0 -38
  630. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js.map +0 -1
  631. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js +0 -37
  634. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js.map +0 -1
  635. package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js +0 -37
  638. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js.map +0 -1
  639. package/dist-esm/samples-dev/locationsListUsagesSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/locationsListUsagesSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/locationsListUsagesSample.js +0 -37
  642. package/dist-esm/samples-dev/locationsListUsagesSample.js.map +0 -1
  643. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts +0 -2
  644. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js +0 -125
  646. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js.map +0 -1
  647. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/operationsListSample.js +0 -58
  650. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  651. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
  654. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  655. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
  658. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  659. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  660. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  661. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
  662. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  663. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts +0 -2
  664. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts.map +0 -1
  665. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +0 -59
  666. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js.map +0 -1
  667. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  668. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  669. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -39
  670. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  671. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
  672. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
  673. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -38
  674. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
  675. package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts +0 -2
  676. package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts.map +0 -1
  677. package/dist-esm/samples-dev/scriptActionsDeleteSample.js +0 -39
  678. package/dist-esm/samples-dev/scriptActionsDeleteSample.js.map +0 -1
  679. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts +0 -2
  680. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts.map +0 -1
  681. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js +0 -39
  682. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js.map +0 -1
  683. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts +0 -2
  684. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts.map +0 -1
  685. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js +0 -39
  686. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js.map +0 -1
  687. package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts +0 -2
  688. package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts.map +0 -1
  689. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js +0 -59
  690. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js.map +0 -1
  691. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts +0 -2
  692. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts.map +0 -1
  693. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js +0 -59
  694. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js.map +0 -1
  695. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts +0 -2
  696. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts.map +0 -1
  697. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js +0 -39
  698. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js.map +0 -1
  699. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts +0 -2
  700. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts.map +0 -1
  701. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js +0 -39
  702. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js.map +0 -1
  703. package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts +0 -2
  704. package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts.map +0 -1
  705. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js +0 -38
  706. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js.map +0 -1
  707. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts +0 -2
  708. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts.map +0 -1
  709. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js +0 -39
  710. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js.map +0 -1
  711. package/dist-esm/src/hDInsightManagementClient.d.ts +0 -31
  712. package/dist-esm/src/hDInsightManagementClient.d.ts.map +0 -1
  713. package/dist-esm/src/hDInsightManagementClient.js +0 -111
  714. package/dist-esm/src/hDInsightManagementClient.js.map +0 -1
  715. package/dist-esm/src/index.d.ts +0 -6
  716. package/dist-esm/src/index.d.ts.map +0 -1
  717. package/dist-esm/src/index.js +0 -13
  718. package/dist-esm/src/index.js.map +0 -1
  719. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  720. package/dist-esm/src/lroImpl.js +0 -21
  721. package/dist-esm/src/lroImpl.js.map +0 -1
  722. package/dist-esm/src/models/index.d.ts +0 -2026
  723. package/dist-esm/src/models/index.d.ts.map +0 -1
  724. package/dist-esm/src/models/index.js +0 -190
  725. package/dist-esm/src/models/index.js.map +0 -1
  726. package/dist-esm/src/models/mappers.d.ts +0 -111
  727. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  728. package/dist-esm/src/models/mappers.js +0 -3726
  729. package/dist-esm/src/models/mappers.js.map +0 -1
  730. package/dist-esm/src/models/parameters.js +0 -280
  731. package/dist-esm/src/models/parameters.js.map +0 -1
  732. package/dist-esm/src/operations/applications.d.ts +0 -90
  733. package/dist-esm/src/operations/applications.d.ts.map +0 -1
  734. package/dist-esm/src/operations/applications.js +0 -403
  735. package/dist-esm/src/operations/applications.js.map +0 -1
  736. package/dist-esm/src/operations/clusters.d.ts +0 -214
  737. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  738. package/dist-esm/src/operations/clusters.js +0 -1062
  739. package/dist-esm/src/operations/clusters.js.map +0 -1
  740. package/dist-esm/src/operations/configurations.d.ts +0 -54
  741. package/dist-esm/src/operations/configurations.d.ts.map +0 -1
  742. package/dist-esm/src/operations/configurations.js +0 -184
  743. package/dist-esm/src/operations/configurations.js.map +0 -1
  744. package/dist-esm/src/operations/extensions.d.ts +0 -139
  745. package/dist-esm/src/operations/extensions.d.ts.map +0 -1
  746. package/dist-esm/src/operations/extensions.js +0 -644
  747. package/dist-esm/src/operations/extensions.js.map +0 -1
  748. package/dist-esm/src/operations/index.d.ts +0 -12
  749. package/dist-esm/src/operations/index.d.ts.map +0 -1
  750. package/dist-esm/src/operations/index.js +0 -19
  751. package/dist-esm/src/operations/index.js.map +0 -1
  752. package/dist-esm/src/operations/locations.d.ts +0 -52
  753. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  754. package/dist-esm/src/operations/locations.js +0 -199
  755. package/dist-esm/src/operations/locations.js.map +0 -1
  756. package/dist-esm/src/operations/operations.d.ts +0 -32
  757. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  758. package/dist-esm/src/operations/operations.js +0 -138
  759. package/dist-esm/src/operations/operations.js.map +0 -1
  760. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
  761. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  762. package/dist-esm/src/operations/privateEndpointConnections.js +0 -379
  763. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  764. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
  765. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  766. package/dist-esm/src/operations/privateLinkResources.js +0 -85
  767. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  768. package/dist-esm/src/operations/scriptActions.d.ts +0 -62
  769. package/dist-esm/src/operations/scriptActions.d.ts.map +0 -1
  770. package/dist-esm/src/operations/scriptActions.js +0 -250
  771. package/dist-esm/src/operations/scriptActions.js.map +0 -1
  772. package/dist-esm/src/operations/scriptExecutionHistory.d.ts +0 -46
  773. package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +0 -1
  774. package/dist-esm/src/operations/scriptExecutionHistory.js +0 -185
  775. package/dist-esm/src/operations/scriptExecutionHistory.js.map +0 -1
  776. package/dist-esm/src/operations/virtualMachines.d.ts +0 -45
  777. package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
  778. package/dist-esm/src/operations/virtualMachines.js +0 -175
  779. package/dist-esm/src/operations/virtualMachines.js.map +0 -1
  780. package/dist-esm/src/operationsInterfaces/applications.d.ts +0 -65
  781. package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
  782. package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
  783. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -178
  784. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  785. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  786. package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -46
  787. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
  788. package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
  789. package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -131
  790. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
  791. package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
  792. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  793. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  794. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  795. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  796. package/dist-esm/src/operationsInterfaces/locations.d.ts +0 -44
  797. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  798. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  799. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  800. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  801. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  802. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  803. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  804. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  805. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
  806. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  807. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  808. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +0 -37
  809. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +0 -1
  810. package/dist-esm/src/operationsInterfaces/scriptActions.js.map +0 -1
  811. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  812. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  813. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  814. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -37
  815. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  816. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
  817. package/dist-esm/src/pagingHelper.js +0 -32
  818. package/dist-esm/src/pagingHelper.js.map +0 -1
  819. package/dist-esm/test/hdinsights_operations_test.spec.d.ts +0 -4
  820. package/dist-esm/test/hdinsights_operations_test.spec.d.ts.map +0 -1
  821. package/dist-esm/test/hdinsights_operations_test.spec.js +0 -86
  822. package/dist-esm/test/hdinsights_operations_test.spec.js.map +0 -1
  823. package/review/arm-hdinsight.api.md +0 -1626
  824. package/rollup.config.js +0 -122
  825. package/src/hDInsightManagementClient.ts +0 -185
  826. package/src/index.ts +0 -13
  827. package/src/lroImpl.ts +0 -42
  828. package/src/models/index.ts +0 -2275
  829. package/src/models/mappers.ts +0 -3883
  830. package/src/models/parameters.ts +0 -336
  831. package/src/operations/applications.ts +0 -555
  832. package/src/operations/clusters.ts +0 -1423
  833. package/src/operations/configurations.ts +0 -253
  834. package/src/operations/extensions.ts +0 -894
  835. package/src/operations/index.ts +0 -19
  836. package/src/operations/locations.ts +0 -272
  837. package/src/operations/operations.ts +0 -149
  838. package/src/operations/privateEndpointConnections.ts +0 -519
  839. package/src/operations/privateLinkResources.ts +0 -116
  840. package/src/operations/scriptActions.ts +0 -332
  841. package/src/operations/scriptExecutionHistory.ts +0 -243
  842. package/src/operations/virtualMachines.ts +0 -241
  843. package/src/operationsInterfaces/applications.ts +0 -126
  844. package/src/operationsInterfaces/clusters.ts +0 -327
  845. package/src/operationsInterfaces/configurations.ts +0 -77
  846. package/src/operationsInterfaces/extensions.ts +0 -234
  847. package/src/operationsInterfaces/index.ts +0 -19
  848. package/src/operationsInterfaces/locations.ts +0 -88
  849. package/src/operationsInterfaces/operations.ts +0 -22
  850. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  851. package/src/operationsInterfaces/privateLinkResources.ts +0 -42
  852. package/src/operationsInterfaces/scriptActions.ts +0 -73
  853. package/src/operationsInterfaces/scriptExecutionHistory.ts +0 -43
  854. package/src/operationsInterfaces/virtualMachines.ts +0 -70
  855. package/src/pagingHelper.ts +0 -39
  856. package/tsconfig.json +0 -33
  857. package/types/arm-hdinsight.d.ts +0 -2937
  858. package/types/tsdoc-metadata.json +0 -11
  859. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  860. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  861. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  862. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
  863. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  864. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
  865. /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
  866. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  867. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  868. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  869. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  870. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptActions.js +0 -0
  871. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptExecutionHistory.js +0 -0
  872. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
  873. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  874. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;;AAIU,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;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;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wBAAwB;yBACpC;qBACF;iBACF;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,QAAQ;yBACpB;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,MAAM;yBAClB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,WAAW;iBACvB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,WAAW;iBACvB;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,gBAAgB,EAAE;gBAChB,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,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;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,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;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,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,QAAQ;iBACf;aACF;YACD,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,MAAM,GAA+B;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,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;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,sCAAsC;gBACtD,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,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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;AAEW,QAAA,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,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;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,gBAAgB,EAAE;gBAChB,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,4BAA4B,EAAE;gBAC5B,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,OAAO;iBACnB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,sBAAsB,EAAE;gBACtB,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,sBAAsB,EAAE;qBAC/D;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,WAAW;iBACvB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,QAAQ;yBACpB;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2BAA2B;yBACvC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,SAAS;yBACrB;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;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,WAAW;iBACvB;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0CAA0C,GACrD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;qBAClE;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,oBAAoB,EAAE;qBAC7D;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,mBAAmB,EAAE;qBAC5D;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,OAAO;yBACnB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,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;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2BAA2B;yBACvC;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;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2BAA2B;yBACvC;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;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,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,2BAA2B;yBACvC;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;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uCAAuC,GAClD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;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;AAES,QAAA,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,GAAG,2BAAmB,CAAC,IAAI,CAAC,eAAe;YAC3C,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8BAA8B;yBAC1C;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;SACjC;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,iCAAiC,EAAE;gBACjC,cAAc,EAAE,8CAA8C;gBAC9D,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wCAAwC,GACnD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;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;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;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;AAEW,QAAA,OAAO,GAA+B;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,EAAE;YACf,GAAG,uBAAe,CAAC,IAAI,CAAC,eAAe;YACvC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;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","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 ApplicationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Application\",\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 ApplicationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationProperties\",\n modelProperties: {\n computeProfile: {\n serializedName: \"computeProfile\",\n type: {\n name: \"Composite\",\n className: \"ComputeProfile\",\n },\n },\n installScriptActions: {\n serializedName: \"installScriptActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptAction\",\n },\n },\n },\n },\n uninstallScriptActions: {\n serializedName: \"uninstallScriptActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptAction\",\n },\n },\n },\n },\n httpsEndpoints: {\n serializedName: \"httpsEndpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationGetHttpsEndpoint\",\n },\n },\n },\n },\n sshEndpoints: {\n serializedName: \"sshEndpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationGetEndpoint\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n applicationType: {\n serializedName: \"applicationType\",\n type: {\n name: \"String\",\n },\n },\n applicationState: {\n serializedName: \"applicationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Errors\",\n },\n },\n },\n },\n createdDate: {\n serializedName: \"createdDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n marketplaceIdentifier: {\n serializedName: \"marketplaceIdentifier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateLinkConfigurations: {\n serializedName: \"privateLinkConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConfiguration\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ComputeProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComputeProfile\",\n modelProperties: {\n roles: {\n serializedName: \"roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Role\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Role: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Role\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n minInstanceCount: {\n serializedName: \"minInstanceCount\",\n type: {\n name: \"Number\",\n },\n },\n targetInstanceCount: {\n serializedName: \"targetInstanceCount\",\n type: {\n name: \"Number\",\n },\n },\n vMGroupName: {\n serializedName: \"VMGroupName\",\n type: {\n name: \"String\",\n },\n },\n autoscaleConfiguration: {\n serializedName: \"autoscale\",\n type: {\n name: \"Composite\",\n className: \"Autoscale\",\n },\n },\n hardwareProfile: {\n serializedName: \"hardwareProfile\",\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\",\n },\n },\n osProfile: {\n serializedName: \"osProfile\",\n type: {\n name: \"Composite\",\n className: \"OsProfile\",\n },\n },\n virtualNetworkProfile: {\n serializedName: \"virtualNetworkProfile\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkProfile\",\n },\n },\n dataDisksGroups: {\n serializedName: \"dataDisksGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDisksGroups\",\n },\n },\n },\n },\n scriptActions: {\n serializedName: \"scriptActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScriptAction\",\n },\n },\n },\n },\n encryptDataDisks: {\n defaultValue: false,\n serializedName: \"encryptDataDisks\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Autoscale: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Autoscale\",\n modelProperties: {\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleCapacity\",\n },\n },\n recurrence: {\n serializedName: \"recurrence\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleRecurrence\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleCapacity\",\n modelProperties: {\n minInstanceCount: {\n serializedName: \"minInstanceCount\",\n type: {\n name: \"Number\",\n },\n },\n maxInstanceCount: {\n serializedName: \"maxInstanceCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleRecurrence: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleRecurrence\",\n modelProperties: {\n timeZone: {\n serializedName: \"timeZone\",\n type: {\n name: \"String\",\n },\n },\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoscaleSchedule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AutoscaleSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleSchedule\",\n modelProperties: {\n days: {\n serializedName: \"days\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n timeAndCapacity: {\n serializedName: \"timeAndCapacity\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleTimeAndCapacity\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleTimeAndCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleTimeAndCapacity\",\n modelProperties: {\n time: {\n serializedName: \"time\",\n type: {\n name: \"String\",\n },\n },\n minInstanceCount: {\n serializedName: \"minInstanceCount\",\n type: {\n name: \"Number\",\n },\n },\n maxInstanceCount: {\n serializedName: \"maxInstanceCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HardwareProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\",\n modelProperties: {\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OsProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OsProfile\",\n modelProperties: {\n linuxOperatingSystemProfile: {\n serializedName: \"linuxOperatingSystemProfile\",\n type: {\n name: \"Composite\",\n className: \"LinuxOperatingSystemProfile\",\n },\n },\n },\n },\n};\n\nexport const LinuxOperatingSystemProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinuxOperatingSystemProfile\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n sshProfile: {\n serializedName: \"sshProfile\",\n type: {\n name: \"Composite\",\n className: \"SshProfile\",\n },\n },\n },\n },\n};\n\nexport const SshProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SshProfile\",\n modelProperties: {\n publicKeys: {\n serializedName: \"publicKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SshPublicKey\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SshPublicKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SshPublicKey\",\n modelProperties: {\n certificateData: {\n serializedName: \"certificateData\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkProfile\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n subnet: {\n serializedName: \"subnet\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataDisksGroups: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataDisksGroups\",\n modelProperties: {\n disksPerNode: {\n serializedName: \"disksPerNode\",\n type: {\n name: \"Number\",\n },\n },\n storageAccountType: {\n serializedName: \"storageAccountType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n diskSizeGB: {\n serializedName: \"diskSizeGB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ScriptAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScriptAction\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n uri: {\n serializedName: \"uri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuntimeScriptAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptAction\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n uri: {\n serializedName: \"uri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"String\",\n },\n },\n roles: {\n serializedName: \"roles\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n applicationName: {\n serializedName: \"applicationName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ApplicationGetHttpsEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationGetHttpsEndpoint\",\n modelProperties: {\n accessModes: {\n serializedName: \"accessModes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n destinationPort: {\n serializedName: \"destinationPort\",\n type: {\n name: \"Number\",\n },\n },\n publicPort: {\n serializedName: \"publicPort\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n privateIPAddress: {\n serializedName: \"privateIPAddress\",\n type: {\n name: \"String\",\n },\n },\n subDomainSuffix: {\n serializedName: \"subDomainSuffix\",\n type: {\n name: \"String\",\n },\n },\n disableGatewayAuth: {\n serializedName: \"disableGatewayAuth\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ApplicationGetEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationGetEndpoint\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n destinationPort: {\n serializedName: \"destinationPort\",\n type: {\n name: \"Number\",\n },\n },\n publicPort: {\n serializedName: \"publicPort\",\n type: {\n name: \"Number\",\n },\n },\n privateIPAddress: {\n serializedName: \"privateIPAddress\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Errors: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Errors\",\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 PrivateLinkConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConfiguration\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"properties.groupId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ipConfigurations: {\n serializedName: \"properties.ipConfigurations\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPConfiguration\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IPConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IPConfiguration\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n primary: {\n serializedName: \"properties.primary\",\n type: {\n name: \"Boolean\",\n },\n },\n privateIPAddress: {\n serializedName: \"properties.privateIPAddress\",\n type: {\n name: \"String\",\n },\n },\n privateIPAllocationMethod: {\n serializedName: \"properties.privateIPAllocationMethod\",\n type: {\n name: \"String\",\n },\n },\n subnet: {\n serializedName: \"properties.subnet\",\n type: {\n name: \"Composite\",\n className: \"ResourceId\",\n },\n },\n },\n },\n};\n\nexport const ResourceId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceId\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\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 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 },\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 AsyncOperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AsyncOperationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"Errors\",\n },\n },\n },\n },\n};\n\nexport const ClusterCreateParametersExtended: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterCreateParametersExtended\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ClusterCreateProperties\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ClusterIdentity\",\n },\n },\n },\n },\n};\n\nexport const ClusterCreateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterCreateProperties\",\n modelProperties: {\n clusterVersion: {\n serializedName: \"clusterVersion\",\n type: {\n name: \"String\",\n },\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n clusterDefinition: {\n serializedName: \"clusterDefinition\",\n type: {\n name: \"Composite\",\n className: \"ClusterDefinition\",\n },\n },\n kafkaRestProperties: {\n serializedName: \"kafkaRestProperties\",\n type: {\n name: \"Composite\",\n className: \"KafkaRestProperties\",\n },\n },\n securityProfile: {\n serializedName: \"securityProfile\",\n type: {\n name: \"Composite\",\n className: \"SecurityProfile\",\n },\n },\n computeProfile: {\n serializedName: \"computeProfile\",\n type: {\n name: \"Composite\",\n className: \"ComputeProfile\",\n },\n },\n storageProfile: {\n serializedName: \"storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\",\n },\n },\n diskEncryptionProperties: {\n serializedName: \"diskEncryptionProperties\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionProperties\",\n },\n },\n encryptionInTransitProperties: {\n serializedName: \"encryptionInTransitProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionInTransitProperties\",\n },\n },\n minSupportedTlsVersion: {\n serializedName: \"minSupportedTlsVersion\",\n type: {\n name: \"String\",\n },\n },\n networkProperties: {\n serializedName: \"networkProperties\",\n type: {\n name: \"Composite\",\n className: \"NetworkProperties\",\n },\n },\n computeIsolationProperties: {\n serializedName: \"computeIsolationProperties\",\n type: {\n name: \"Composite\",\n className: \"ComputeIsolationProperties\",\n },\n },\n privateLinkConfigurations: {\n serializedName: \"privateLinkConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConfiguration\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ClusterDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterDefinition\",\n modelProperties: {\n blueprint: {\n serializedName: \"blueprint\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n componentVersion: {\n serializedName: \"componentVersion\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n configurations: {\n serializedName: \"configurations\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const KafkaRestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KafkaRestProperties\",\n modelProperties: {\n clientGroupInfo: {\n serializedName: \"clientGroupInfo\",\n type: {\n name: \"Composite\",\n className: \"ClientGroupInfo\",\n },\n },\n configurationOverride: {\n serializedName: \"configurationOverride\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ClientGroupInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientGroupInfo\",\n modelProperties: {\n groupName: {\n serializedName: \"groupName\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityProfile\",\n modelProperties: {\n directoryType: {\n serializedName: \"directoryType\",\n type: {\n name: \"String\",\n },\n },\n domain: {\n serializedName: \"domain\",\n type: {\n name: \"String\",\n },\n },\n organizationalUnitDN: {\n serializedName: \"organizationalUnitDN\",\n type: {\n name: \"String\",\n },\n },\n ldapsUrls: {\n serializedName: \"ldapsUrls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n domainUsername: {\n serializedName: \"domainUsername\",\n type: {\n name: \"String\",\n },\n },\n domainUserPassword: {\n serializedName: \"domainUserPassword\",\n type: {\n name: \"String\",\n },\n },\n clusterUsersGroupDNs: {\n serializedName: \"clusterUsersGroupDNs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n aaddsResourceId: {\n serializedName: \"aaddsResourceId\",\n type: {\n name: \"String\",\n },\n },\n msiResourceId: {\n serializedName: \"msiResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageProfile\",\n modelProperties: {\n storageaccounts: {\n serializedName: \"storageaccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const StorageAccount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n isDefault: {\n serializedName: \"isDefault\",\n type: {\n name: \"Boolean\",\n },\n },\n container: {\n serializedName: \"container\",\n type: {\n name: \"String\",\n },\n },\n fileSystem: {\n serializedName: \"fileSystem\",\n type: {\n name: \"String\",\n },\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n msiResourceId: {\n serializedName: \"msiResourceId\",\n type: {\n name: \"String\",\n },\n },\n saskey: {\n serializedName: \"saskey\",\n type: {\n name: \"String\",\n },\n },\n fileshare: {\n serializedName: \"fileshare\",\n type: {\n name: \"String\",\n },\n },\n enableSecureChannel: {\n serializedName: \"enableSecureChannel\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const DiskEncryptionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionProperties\",\n modelProperties: {\n vaultUri: {\n serializedName: \"vaultUri\",\n type: {\n name: \"String\",\n },\n },\n keyName: {\n serializedName: \"keyName\",\n type: {\n name: \"String\",\n },\n },\n keyVersion: {\n serializedName: \"keyVersion\",\n type: {\n name: \"String\",\n },\n },\n encryptionAlgorithm: {\n serializedName: \"encryptionAlgorithm\",\n type: {\n name: \"String\",\n },\n },\n msiResourceId: {\n serializedName: \"msiResourceId\",\n type: {\n name: \"String\",\n },\n },\n encryptionAtHost: {\n defaultValue: false,\n serializedName: \"encryptionAtHost\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const EncryptionInTransitProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionInTransitProperties\",\n modelProperties: {\n isEncryptionInTransitEnabled: {\n defaultValue: false,\n serializedName: \"isEncryptionInTransitEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const NetworkProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkProperties\",\n modelProperties: {\n outboundDependenciesManagedType: {\n serializedName: \"outboundDependenciesManagedType\",\n type: {\n name: \"String\",\n },\n },\n resourceProviderConnection: {\n serializedName: \"resourceProviderConnection\",\n type: {\n name: \"String\",\n },\n },\n privateLink: {\n serializedName: \"privateLink\",\n type: {\n name: \"String\",\n },\n },\n publicIpTag: {\n serializedName: \"publicIpTag\",\n type: {\n name: \"Composite\",\n className: \"IpTag\",\n },\n },\n },\n },\n};\n\nexport const IpTag: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpTag\",\n modelProperties: {\n ipTagType: {\n serializedName: \"ipTagType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tag: {\n serializedName: \"tag\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ComputeIsolationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComputeIsolationProperties\",\n modelProperties: {\n enableComputeIsolation: {\n defaultValue: false,\n serializedName: \"enableComputeIsolation\",\n type: {\n name: \"Boolean\",\n },\n },\n hostSku: {\n serializedName: \"hostSku\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterGetProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterGetProperties\",\n modelProperties: {\n clusterVersion: {\n serializedName: \"clusterVersion\",\n type: {\n name: \"String\",\n },\n },\n clusterHdpVersion: {\n serializedName: \"clusterHdpVersion\",\n type: {\n name: \"String\",\n },\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n clusterId: {\n serializedName: \"clusterId\",\n type: {\n name: \"String\",\n },\n },\n clusterDefinition: {\n serializedName: \"clusterDefinition\",\n type: {\n name: \"Composite\",\n className: \"ClusterDefinition\",\n },\n },\n kafkaRestProperties: {\n serializedName: \"kafkaRestProperties\",\n type: {\n name: \"Composite\",\n className: \"KafkaRestProperties\",\n },\n },\n securityProfile: {\n serializedName: \"securityProfile\",\n type: {\n name: \"Composite\",\n className: \"SecurityProfile\",\n },\n },\n computeProfile: {\n serializedName: \"computeProfile\",\n type: {\n name: \"Composite\",\n className: \"ComputeProfile\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n createdDate: {\n serializedName: \"createdDate\",\n type: {\n name: \"String\",\n },\n },\n clusterState: {\n serializedName: \"clusterState\",\n type: {\n name: \"String\",\n },\n },\n quotaInfo: {\n serializedName: \"quotaInfo\",\n type: {\n name: \"Composite\",\n className: \"QuotaInfo\",\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Errors\",\n },\n },\n },\n },\n connectivityEndpoints: {\n serializedName: \"connectivityEndpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectivityEndpoint\",\n },\n },\n },\n },\n diskEncryptionProperties: {\n serializedName: \"diskEncryptionProperties\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionProperties\",\n },\n },\n encryptionInTransitProperties: {\n serializedName: \"encryptionInTransitProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionInTransitProperties\",\n },\n },\n storageProfile: {\n serializedName: \"storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\",\n },\n },\n minSupportedTlsVersion: {\n serializedName: \"minSupportedTlsVersion\",\n type: {\n name: \"String\",\n },\n },\n excludedServicesConfig: {\n serializedName: \"excludedServicesConfig\",\n type: {\n name: \"Composite\",\n className: \"ExcludedServicesConfig\",\n },\n },\n networkProperties: {\n serializedName: \"networkProperties\",\n type: {\n name: \"Composite\",\n className: \"NetworkProperties\",\n },\n },\n computeIsolationProperties: {\n serializedName: \"computeIsolationProperties\",\n type: {\n name: \"Composite\",\n className: \"ComputeIsolationProperties\",\n },\n },\n privateLinkConfigurations: {\n serializedName: \"privateLinkConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConfiguration\",\n },\n },\n },\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const QuotaInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaInfo\",\n modelProperties: {\n coresUsed: {\n serializedName: \"coresUsed\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ConnectivityEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectivityEndpoint\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n privateIPAddress: {\n serializedName: \"privateIPAddress\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExcludedServicesConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExcludedServicesConfig\",\n modelProperties: {\n excludedServicesConfigId: {\n serializedName: \"excludedServicesConfigId\",\n type: {\n name: \"String\",\n },\n },\n excludedServicesList: {\n serializedName: \"excludedServicesList\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated\",\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 },\n },\n};\n\nexport const ClusterPatchParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterPatchParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ClusterIdentity\",\n },\n },\n },\n },\n};\n\nexport const ClusterListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Cluster\",\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 ClusterResizeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterResizeParameters\",\n modelProperties: {\n targetInstanceCount: {\n serializedName: \"targetInstanceCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleConfigurationUpdateParameter: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutoscaleConfigurationUpdateParameter\",\n modelProperties: {\n autoscale: {\n serializedName: \"autoscale\",\n type: {\n name: \"Composite\",\n className: \"Autoscale\",\n },\n },\n },\n },\n };\n\nexport const ClusterDiskEncryptionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterDiskEncryptionParameters\",\n modelProperties: {\n vaultUri: {\n serializedName: \"vaultUri\",\n type: {\n name: \"String\",\n },\n },\n keyName: {\n serializedName: \"keyName\",\n type: {\n name: \"String\",\n },\n },\n keyVersion: {\n serializedName: \"keyVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GatewaySettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewaySettings\",\n modelProperties: {\n isCredentialEnabled: {\n serializedName: \"restAuthCredential\\\\.isEnabled\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"restAuthCredential\\\\.username\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"restAuthCredential\\\\.password\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpdateGatewaySettingsParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateGatewaySettingsParameters\",\n modelProperties: {\n isCredentialEnabled: {\n defaultValue: true,\n serializedName: \"restAuthCredential\\\\.isEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n userName: {\n serializedName: \"restAuthCredential\\\\.username\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"restAuthCredential\\\\.password\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpdateClusterIdentityCertificateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"UpdateClusterIdentityCertificateParameters\",\n modelProperties: {\n applicationId: {\n serializedName: \"applicationId\",\n type: {\n name: \"String\",\n },\n },\n certificate: {\n serializedName: \"certificate\",\n type: {\n name: \"String\",\n },\n },\n certificatePassword: {\n serializedName: \"certificatePassword\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ClusterConfigurations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterConfigurations\",\n modelProperties: {\n configurations: {\n serializedName: \"configurations\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"String\" } } },\n },\n },\n },\n },\n },\n};\n\nexport const ClusterMonitoringRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterMonitoringRequest\",\n modelProperties: {\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\",\n },\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterMonitoringResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterMonitoringResponse\",\n modelProperties: {\n clusterMonitoringEnabled: {\n serializedName: \"clusterMonitoringEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureMonitorRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorRequest\",\n modelProperties: {\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\",\n },\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n type: {\n name: \"String\",\n },\n },\n selectedConfigurations: {\n serializedName: \"selectedConfigurations\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorSelectedConfigurations\",\n },\n },\n },\n },\n};\n\nexport const AzureMonitorSelectedConfigurations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorSelectedConfigurations\",\n modelProperties: {\n configurationVersion: {\n serializedName: \"configurationVersion\",\n type: {\n name: \"String\",\n },\n },\n globalConfigurations: {\n serializedName: \"globalConfigurations\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n tableList: {\n serializedName: \"tableList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorTableConfiguration\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AzureMonitorTableConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorTableConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureMonitorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorResponse\",\n modelProperties: {\n clusterMonitoringEnabled: {\n serializedName: \"clusterMonitoringEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\",\n },\n },\n selectedConfigurations: {\n serializedName: \"selectedConfigurations\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorSelectedConfigurations\",\n },\n },\n },\n },\n};\n\nexport const Extension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Extension\",\n modelProperties: {\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\",\n },\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CapabilitiesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapabilitiesResult\",\n modelProperties: {\n versions: {\n serializedName: \"versions\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"VersionsCapability\" },\n },\n },\n },\n regions: {\n serializedName: \"regions\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"RegionsCapability\" },\n },\n },\n },\n features: {\n serializedName: \"features\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n quota: {\n serializedName: \"quota\",\n type: {\n name: \"Composite\",\n className: \"QuotaCapability\",\n },\n },\n },\n },\n};\n\nexport const VersionsCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VersionsCapability\",\n modelProperties: {\n available: {\n serializedName: \"available\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VersionSpec\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VersionSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VersionSpec\",\n modelProperties: {\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n isDefault: {\n serializedName: \"isDefault\",\n type: {\n name: \"Boolean\",\n },\n },\n componentVersions: {\n serializedName: \"componentVersions\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const RegionsCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegionsCapability\",\n modelProperties: {\n available: {\n serializedName: \"available\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const QuotaCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaCapability\",\n modelProperties: {\n coresUsed: {\n serializedName: \"coresUsed\",\n type: {\n name: \"Number\",\n },\n },\n maxCoresAllowed: {\n serializedName: \"maxCoresAllowed\",\n type: {\n name: \"Number\",\n },\n },\n regionalQuotas: {\n serializedName: \"regionalQuotas\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegionalQuotaCapability\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RegionalQuotaCapability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegionalQuotaCapability\",\n modelProperties: {\n regionName: {\n serializedName: \"regionName\",\n type: {\n name: \"String\",\n },\n },\n coresUsed: {\n serializedName: \"coresUsed\",\n type: {\n name: \"Number\",\n },\n },\n coresAvailable: {\n serializedName: \"coresAvailable\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const UsagesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsagesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Usage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"LocalizedName\",\n },\n },\n },\n },\n};\n\nexport const LocalizedName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocalizedName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BillingResponseListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingResponseListResult\",\n modelProperties: {\n vmSizes: {\n serializedName: \"vmSizes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n vmSizesWithEncryptionAtHost: {\n serializedName: \"vmSizesWithEncryptionAtHost\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n vmSizeFilters: {\n serializedName: \"vmSizeFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmSizeCompatibilityFilterV2\",\n },\n },\n },\n },\n vmSizeProperties: {\n serializedName: \"vmSizeProperties\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmSizeProperty\",\n },\n },\n },\n },\n billingResources: {\n serializedName: \"billingResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingResources\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VmSizeCompatibilityFilterV2: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmSizeCompatibilityFilterV2\",\n modelProperties: {\n filterMode: {\n serializedName: \"filterMode\",\n type: {\n name: \"String\",\n },\n },\n regions: {\n serializedName: \"regions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n clusterFlavors: {\n serializedName: \"clusterFlavors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nodeTypes: {\n serializedName: \"nodeTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n clusterVersions: {\n serializedName: \"clusterVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n vmSizes: {\n serializedName: \"vmSizes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n espApplied: {\n serializedName: \"espApplied\",\n type: {\n name: \"String\",\n },\n },\n computeIsolationSupported: {\n serializedName: \"computeIsolationSupported\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VmSizeProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmSizeProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n cores: {\n serializedName: \"cores\",\n type: {\n name: \"Number\",\n },\n },\n dataDiskStorageTier: {\n serializedName: \"dataDiskStorageTier\",\n type: {\n name: \"String\",\n },\n },\n label: {\n serializedName: \"label\",\n type: {\n name: \"String\",\n },\n },\n maxDataDiskCount: {\n serializedName: \"maxDataDiskCount\",\n type: {\n name: \"Number\",\n },\n },\n memoryInMb: {\n serializedName: \"memoryInMb\",\n type: {\n name: \"Number\",\n },\n },\n supportedByVirtualMachines: {\n serializedName: \"supportedByVirtualMachines\",\n type: {\n name: \"Boolean\",\n },\n },\n supportedByWebWorkerRoles: {\n serializedName: \"supportedByWebWorkerRoles\",\n type: {\n name: \"Boolean\",\n },\n },\n virtualMachineResourceDiskSizeInMb: {\n serializedName: \"virtualMachineResourceDiskSizeInMb\",\n type: {\n name: \"Number\",\n },\n },\n webWorkerResourceDiskSizeInMb: {\n serializedName: \"webWorkerResourceDiskSizeInMb\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const BillingResources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingResources\",\n modelProperties: {\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\",\n },\n },\n billingMeters: {\n serializedName: \"billingMeters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingMeters\",\n },\n },\n },\n },\n diskBillingMeters: {\n serializedName: \"diskBillingMeters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiskBillingMeters\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BillingMeters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingMeters\",\n modelProperties: {\n meterParameter: {\n serializedName: \"meterParameter\",\n type: {\n name: \"String\",\n },\n },\n meter: {\n serializedName: \"meter\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DiskBillingMeters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskBillingMeters\",\n modelProperties: {\n diskRpMeter: {\n serializedName: \"diskRpMeter\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NameAvailabilityCheckRequestParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityCheckRequestParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const NameAvailabilityCheckResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityCheckResult\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterCreateValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterCreateValidationResult\",\n modelProperties: {\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationErrorInfo\",\n },\n },\n },\n },\n validationWarnings: {\n serializedName: \"validationWarnings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationErrorInfo\",\n },\n },\n },\n },\n estimatedCreationDuration: {\n serializedName: \"estimatedCreationDuration\",\n type: {\n name: \"TimeSpan\",\n },\n },\n aaddsResourcesDetails: {\n serializedName: \"aaddsResourcesDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AaddsResourceDetails\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidationErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationErrorInfo\",\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 errorResource: {\n serializedName: \"errorResource\",\n type: {\n name: \"String\",\n },\n },\n messageArguments: {\n serializedName: \"messageArguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AaddsResourceDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AaddsResourceDetails\",\n modelProperties: {\n domainName: {\n serializedName: \"domainName\",\n type: {\n name: \"String\",\n },\n },\n initialSyncComplete: {\n serializedName: \"initialSyncComplete\",\n type: {\n name: \"Boolean\",\n },\n },\n ldapsEnabled: {\n serializedName: \"ldapsEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n ldapsPublicCertificateInBase64: {\n serializedName: \"ldapsPublicCertificateInBase64\",\n type: {\n name: \"String\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n subnetId: {\n serializedName: \"subnetId\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\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 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 type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OperationProperties\",\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 type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationProperties\",\n modelProperties: {\n serviceSpecification: {\n serializedName: \"serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n },\n },\n },\n },\n};\n\nexport const ServiceSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSpecifications\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricSpecifications: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricSpecifications\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\",\n },\n },\n supportedAggregationTypes: {\n serializedName: \"supportedAggregationTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n supportedTimeGrainTypes: {\n serializedName: \"supportedTimeGrainTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n enableRegionalMdmAccount: {\n serializedName: \"enableRegionalMdmAccount\",\n type: {\n name: \"Boolean\",\n },\n },\n sourceMdmAccount: {\n serializedName: \"sourceMdmAccount\",\n type: {\n name: \"String\",\n },\n },\n sourceMdmNamespace: {\n serializedName: \"sourceMdmNamespace\",\n type: {\n name: \"String\",\n },\n },\n metricFilterPattern: {\n serializedName: \"metricFilterPattern\",\n type: {\n name: \"String\",\n },\n },\n fillGapWithZero: {\n serializedName: \"fillGapWithZero\",\n type: {\n name: \"Boolean\",\n },\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n resourceIdDimensionNameOverride: {\n serializedName: \"resourceIdDimensionNameOverride\",\n type: {\n name: \"String\",\n },\n },\n isInternal: {\n serializedName: \"isInternal\",\n type: {\n name: \"Boolean\",\n },\n },\n delegateMetricNameOverride: {\n serializedName: \"delegateMetricNameOverride\",\n type: {\n name: \"String\",\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Dimension\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Dimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n internalName: {\n serializedName: \"internalName\",\n type: {\n name: \"String\",\n },\n },\n toBeExportedForShoebox: {\n serializedName: \"toBeExportedForShoebox\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\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 PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ExecuteScriptActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExecuteScriptActionParameters\",\n modelProperties: {\n scriptActions: {\n serializedName: \"scriptActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptAction\",\n },\n },\n },\n },\n persistOnSuccess: {\n serializedName: \"persistOnSuccess\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ScriptActionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScriptActionsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptActionDetail\",\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 ScriptActionExecutionSummary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScriptActionExecutionSummary\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n instanceCount: {\n serializedName: \"instanceCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ScriptActionExecutionHistoryList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScriptActionExecutionHistoryList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptActionDetail\",\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 HostInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HostInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n fqdn: {\n serializedName: \"fqdn\",\n type: {\n name: \"String\",\n },\n },\n effectiveDiskEncryptionKeyUrl: {\n serializedName: \"effectiveDiskEncryptionKeyUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterListPersistedScriptActionsResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ClusterListPersistedScriptActionsResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptAction\",\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 ScriptActionPersistedGetResponseSpec: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ScriptActionPersistedGetResponseSpec\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"String\",\n },\n },\n roles: {\n serializedName: \"roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n applicationName: {\n serializedName: \"applicationName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const RuntimeScriptActionDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptActionDetail\",\n modelProperties: {\n ...RuntimeScriptAction.type.modelProperties,\n scriptExecutionId: {\n serializedName: \"scriptExecutionId\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\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 executionSummary: {\n serializedName: \"executionSummary\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScriptActionExecutionSummary\",\n },\n },\n },\n },\n debugInformation: {\n serializedName: \"debugInformation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n linkIdentifier: {\n serializedName: \"properties.linkIdentifier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterCreateRequestValidationParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ClusterCreateRequestValidationParameters\",\n modelProperties: {\n ...ClusterCreateParametersExtended.type.modelProperties,\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n fetchAaddsResource: {\n serializedName: \"fetchAaddsResource\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...ResourceAutoGenerated.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...ResourceAutoGenerated.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Application: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Application\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ApplicationProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const Cluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ClusterGetProperties\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ClusterIdentity\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n"]}
@@ -0,0 +1,37 @@
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 subscriptionId: OperationURLParameter;
5
+ export declare const resourceGroupName: OperationURLParameter;
6
+ export declare const clusterName: OperationURLParameter;
7
+ export declare const apiVersion: OperationQueryParameter;
8
+ export declare const applicationName: OperationURLParameter;
9
+ export declare const contentType: OperationParameter;
10
+ export declare const parameters: OperationParameter;
11
+ export declare const operationId: OperationURLParameter;
12
+ export declare const nextLink: OperationURLParameter;
13
+ export declare const parameters1: OperationParameter;
14
+ export declare const parameters2: OperationParameter;
15
+ export declare const parameters3: OperationParameter;
16
+ export declare const roleName: OperationURLParameter;
17
+ export declare const parameters4: OperationParameter;
18
+ export declare const parameters5: OperationParameter;
19
+ export declare const parameters6: OperationParameter;
20
+ export declare const parameters7: OperationParameter;
21
+ export declare const parameters8: OperationParameter;
22
+ export declare const parameters9: OperationParameter;
23
+ export declare const configurationName: OperationURLParameter;
24
+ export declare const parameters10: OperationParameter;
25
+ export declare const parameters11: OperationParameter;
26
+ export declare const parameters12: OperationParameter;
27
+ export declare const extensionName: OperationURLParameter;
28
+ export declare const location: OperationURLParameter;
29
+ export declare const parameters13: OperationParameter;
30
+ export declare const parameters14: OperationParameter;
31
+ export declare const parameters15: OperationParameter;
32
+ export declare const privateEndpointConnectionName: OperationURLParameter;
33
+ export declare const privateLinkResourceName: OperationURLParameter;
34
+ export declare const scriptName: OperationURLParameter;
35
+ export declare const scriptExecutionId: OperationURLParameter;
36
+ export declare const hosts: OperationParameter;
37
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
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;AAmB5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,qBAS7B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,qBASrC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,qBASxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAcnB,CAAC"}