@azure/arm-sqlvirtualmachine 5.0.0-beta.7 → 5.0.0-beta.9

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 (457) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts +11 -0
  9. package/dist/browser/lroImpl.d.ts.map +1 -0
  10. package/dist/browser/lroImpl.js +18 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +234 -68
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.js +8 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +14 -0
  17. package/dist/browser/models/mappers.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/mappers.js +415 -42
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/models/parameters.d.ts +1 -0
  21. package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
  22. package/{dist-esm/src → dist/browser}/models/parameters.js +11 -2
  23. package/dist/browser/models/parameters.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/availabilityGroupListeners.d.ts +6 -6
  25. package/dist/browser/operations/availabilityGroupListeners.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/availabilityGroupListeners.js +136 -122
  27. package/dist/browser/operations/availabilityGroupListeners.js.map +1 -0
  28. package/dist/browser/operations/index.d.ts +6 -0
  29. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  30. package/dist/browser/operations/index.js +13 -0
  31. package/dist/browser/operations/index.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  33. package/dist/browser/operations/operations.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/operations.js +32 -43
  35. package/dist/browser/operations/operations.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineGroups.d.ts +7 -7
  37. package/dist/browser/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineGroups.js +217 -196
  39. package/dist/browser/operations/sqlVirtualMachineGroups.js.map +1 -0
  40. package/dist/browser/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
  41. package/dist/browser/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  42. package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js +119 -0
  43. package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachines.d.ts +31 -31
  45. package/dist/browser/operations/sqlVirtualMachines.d.ts.map +1 -0
  46. package/dist/browser/operations/sqlVirtualMachines.js +797 -0
  47. package/dist/browser/operations/sqlVirtualMachines.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityGroupListeners.d.ts +4 -4
  49. package/dist/browser/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
  50. package/dist/browser/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
  51. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  52. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  53. package/dist/browser/operationsInterfaces/index.js +13 -0
  54. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  56. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  57. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineGroups.d.ts +5 -5
  59. package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
  61. package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
  62. package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  63. package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
  64. package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
  65. package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachines.d.ts +26 -26
  66. package/dist/browser/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
  67. package/dist/browser/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
  68. package/dist/browser/package.json +3 -0
  69. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  70. package/dist/browser/pagingHelper.js.map +1 -0
  71. package/{dist-esm/src → dist/browser}/sqlVirtualMachineManagementClient.d.ts +3 -2
  72. package/dist/browser/sqlVirtualMachineManagementClient.d.ts.map +1 -0
  73. package/{dist-esm/src → dist/browser}/sqlVirtualMachineManagementClient.js +36 -25
  74. package/dist/browser/sqlVirtualMachineManagementClient.js.map +1 -0
  75. package/dist/commonjs/index.d.ts +5 -0
  76. package/dist/commonjs/index.d.ts.map +1 -0
  77. package/dist/commonjs/index.js +19 -0
  78. package/dist/commonjs/index.js.map +1 -0
  79. package/dist/commonjs/lroImpl.d.ts +11 -0
  80. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  81. package/dist/commonjs/lroImpl.js +21 -0
  82. package/dist/commonjs/lroImpl.js.map +1 -0
  83. package/{types/arm-sqlvirtualmachine.d.ts → dist/commonjs/models/index.d.ts} +1292 -1554
  84. package/dist/commonjs/models/index.d.ts.map +1 -0
  85. package/dist/commonjs/models/index.js +229 -0
  86. package/dist/commonjs/models/index.js.map +1 -0
  87. package/dist/commonjs/models/mappers.d.ts +53 -0
  88. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  89. package/dist/commonjs/models/mappers.js +1757 -0
  90. package/dist/commonjs/models/mappers.js.map +1 -0
  91. package/dist/commonjs/models/parameters.d.ts +19 -0
  92. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  93. package/dist/commonjs/models/parameters.js +155 -0
  94. package/dist/commonjs/models/parameters.js.map +1 -0
  95. package/dist/commonjs/operations/availabilityGroupListeners.d.ts +89 -0
  96. package/dist/commonjs/operations/availabilityGroupListeners.d.ts.map +1 -0
  97. package/dist/commonjs/operations/availabilityGroupListeners.js +372 -0
  98. package/dist/commonjs/operations/availabilityGroupListeners.js.map +1 -0
  99. package/dist/commonjs/operations/index.d.ts +6 -0
  100. package/dist/commonjs/operations/index.d.ts.map +1 -0
  101. package/dist/commonjs/operations/index.js +16 -0
  102. package/dist/commonjs/operations/index.js.map +1 -0
  103. package/dist/commonjs/operations/operations.d.ts +32 -0
  104. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  105. package/dist/commonjs/operations/operations.js +121 -0
  106. package/dist/commonjs/operations/operations.js.map +1 -0
  107. package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts +117 -0
  108. package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
  109. package/dist/commonjs/operations/sqlVirtualMachineGroups.js +540 -0
  110. package/dist/commonjs/operations/sqlVirtualMachineGroups.js.map +1 -0
  111. package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
  112. package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  113. package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js +124 -0
  114. package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
  115. package/dist/commonjs/operations/sqlVirtualMachines.d.ts +176 -0
  116. package/dist/commonjs/operations/sqlVirtualMachines.d.ts.map +1 -0
  117. package/dist/commonjs/operations/sqlVirtualMachines.js +802 -0
  118. package/dist/commonjs/operations/sqlVirtualMachines.js.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
  120. package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js +10 -0
  122. package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  124. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  126. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  128. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  130. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  131. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
  132. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
  133. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js +10 -0
  134. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
  135. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
  136. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +10 -0
  138. package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
  140. package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
  141. package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js +10 -0
  142. package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
  143. package/dist/commonjs/package.json +3 -0
  144. package/dist/commonjs/pagingHelper.d.ts +13 -0
  145. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  146. package/dist/commonjs/pagingHelper.js +34 -0
  147. package/dist/commonjs/pagingHelper.js.map +1 -0
  148. package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts +24 -0
  149. package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts.map +1 -0
  150. package/dist/commonjs/sqlVirtualMachineManagementClient.js +119 -0
  151. package/dist/commonjs/sqlVirtualMachineManagementClient.js.map +1 -0
  152. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  153. package/dist/esm/index.d.ts +5 -0
  154. package/dist/esm/index.d.ts.map +1 -0
  155. package/{src/index.ts → dist/esm/index.js} +5 -5
  156. package/dist/esm/index.js.map +1 -0
  157. package/dist/esm/lroImpl.d.ts +11 -0
  158. package/dist/esm/lroImpl.d.ts.map +1 -0
  159. package/dist/esm/lroImpl.js +18 -0
  160. package/dist/esm/lroImpl.js.map +1 -0
  161. package/dist/esm/models/index.d.ts +1292 -0
  162. package/dist/esm/models/index.d.ts.map +1 -0
  163. package/dist/esm/models/index.js +226 -0
  164. package/dist/esm/models/index.js.map +1 -0
  165. package/dist/esm/models/mappers.d.ts +53 -0
  166. package/dist/esm/models/mappers.d.ts.map +1 -0
  167. package/dist/esm/models/mappers.js +1753 -0
  168. package/dist/esm/models/mappers.js.map +1 -0
  169. package/dist/esm/models/parameters.d.ts +19 -0
  170. package/dist/esm/models/parameters.d.ts.map +1 -0
  171. package/dist/esm/models/parameters.js +152 -0
  172. package/dist/esm/models/parameters.js.map +1 -0
  173. package/dist/esm/operations/availabilityGroupListeners.d.ts +89 -0
  174. package/dist/esm/operations/availabilityGroupListeners.d.ts.map +1 -0
  175. package/dist/esm/operations/availabilityGroupListeners.js +367 -0
  176. package/dist/esm/operations/availabilityGroupListeners.js.map +1 -0
  177. package/dist/esm/operations/index.d.ts +6 -0
  178. package/dist/esm/operations/index.d.ts.map +1 -0
  179. package/dist/esm/operations/index.js +13 -0
  180. package/dist/esm/operations/index.js.map +1 -0
  181. package/dist/esm/operations/operations.d.ts +32 -0
  182. package/dist/esm/operations/operations.d.ts.map +1 -0
  183. package/dist/esm/operations/operations.js +116 -0
  184. package/dist/esm/operations/operations.js.map +1 -0
  185. package/dist/esm/operations/sqlVirtualMachineGroups.d.ts +117 -0
  186. package/dist/esm/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
  187. package/dist/esm/operations/sqlVirtualMachineGroups.js +535 -0
  188. package/dist/esm/operations/sqlVirtualMachineGroups.js.map +1 -0
  189. package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
  190. package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  191. package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js +119 -0
  192. package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
  193. package/dist/esm/operations/sqlVirtualMachines.d.ts +176 -0
  194. package/dist/esm/operations/sqlVirtualMachines.d.ts.map +1 -0
  195. package/dist/esm/operations/sqlVirtualMachines.js +797 -0
  196. package/dist/esm/operations/sqlVirtualMachines.js.map +1 -0
  197. package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
  198. package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
  199. package/dist/esm/operationsInterfaces/availabilityGroupListeners.js +9 -0
  200. package/dist/esm/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
  201. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  202. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  203. package/dist/esm/operationsInterfaces/index.js +13 -0
  204. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  205. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  206. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  207. package/dist/esm/operationsInterfaces/operations.js +9 -0
  208. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  209. package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
  210. package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
  211. package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
  212. package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
  213. package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
  214. package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  215. package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
  216. package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
  217. package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
  218. package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
  219. package/dist/esm/operationsInterfaces/sqlVirtualMachines.js +9 -0
  220. package/dist/esm/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
  221. package/dist/esm/package.json +3 -0
  222. package/dist/esm/pagingHelper.d.ts +13 -0
  223. package/dist/esm/pagingHelper.d.ts.map +1 -0
  224. package/dist/esm/pagingHelper.js +30 -0
  225. package/dist/esm/pagingHelper.js.map +1 -0
  226. package/dist/esm/sqlVirtualMachineManagementClient.d.ts +24 -0
  227. package/dist/esm/sqlVirtualMachineManagementClient.d.ts.map +1 -0
  228. package/dist/esm/sqlVirtualMachineManagementClient.js +114 -0
  229. package/dist/esm/sqlVirtualMachineManagementClient.js.map +1 -0
  230. package/dist/react-native/index.d.ts +5 -0
  231. package/dist/react-native/index.d.ts.map +1 -0
  232. package/dist/react-native/index.js +13 -0
  233. package/dist/react-native/index.js.map +1 -0
  234. package/dist/react-native/lroImpl.d.ts +11 -0
  235. package/dist/react-native/lroImpl.d.ts.map +1 -0
  236. package/dist/react-native/lroImpl.js +18 -0
  237. package/dist/react-native/lroImpl.js.map +1 -0
  238. package/dist/react-native/models/index.d.ts +1292 -0
  239. package/dist/react-native/models/index.d.ts.map +1 -0
  240. package/dist/react-native/models/index.js +226 -0
  241. package/dist/react-native/models/index.js.map +1 -0
  242. package/dist/react-native/models/mappers.d.ts +53 -0
  243. package/dist/react-native/models/mappers.d.ts.map +1 -0
  244. package/dist/react-native/models/mappers.js +1753 -0
  245. package/dist/react-native/models/mappers.js.map +1 -0
  246. package/dist/react-native/models/parameters.d.ts +19 -0
  247. package/dist/react-native/models/parameters.d.ts.map +1 -0
  248. package/dist/react-native/models/parameters.js +152 -0
  249. package/dist/react-native/models/parameters.js.map +1 -0
  250. package/dist/react-native/operations/availabilityGroupListeners.d.ts +89 -0
  251. package/dist/react-native/operations/availabilityGroupListeners.d.ts.map +1 -0
  252. package/dist/react-native/operations/availabilityGroupListeners.js +367 -0
  253. package/dist/react-native/operations/availabilityGroupListeners.js.map +1 -0
  254. package/dist/react-native/operations/index.d.ts +6 -0
  255. package/dist/react-native/operations/index.d.ts.map +1 -0
  256. package/dist/react-native/operations/index.js +13 -0
  257. package/dist/react-native/operations/index.js.map +1 -0
  258. package/dist/react-native/operations/operations.d.ts +32 -0
  259. package/dist/react-native/operations/operations.d.ts.map +1 -0
  260. package/dist/react-native/operations/operations.js +116 -0
  261. package/dist/react-native/operations/operations.js.map +1 -0
  262. package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts +117 -0
  263. package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
  264. package/dist/react-native/operations/sqlVirtualMachineGroups.js +535 -0
  265. package/dist/react-native/operations/sqlVirtualMachineGroups.js.map +1 -0
  266. package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
  267. package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  268. package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js +119 -0
  269. package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
  270. package/dist/react-native/operations/sqlVirtualMachines.d.ts +176 -0
  271. package/dist/react-native/operations/sqlVirtualMachines.d.ts.map +1 -0
  272. package/dist/react-native/operations/sqlVirtualMachines.js +797 -0
  273. package/dist/react-native/operations/sqlVirtualMachines.js.map +1 -0
  274. package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
  275. package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
  276. package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js +9 -0
  277. package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
  278. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  279. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  280. package/dist/react-native/operationsInterfaces/index.js +13 -0
  281. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  282. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  283. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  284. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  285. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  286. package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
  287. package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
  288. package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
  289. package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
  290. package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
  291. package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
  292. package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
  293. package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
  294. package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
  295. package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
  296. package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js +9 -0
  297. package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
  298. package/dist/react-native/package.json +3 -0
  299. package/dist/react-native/pagingHelper.d.ts +13 -0
  300. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  301. package/dist/react-native/pagingHelper.js +30 -0
  302. package/dist/react-native/pagingHelper.js.map +1 -0
  303. package/dist/react-native/sqlVirtualMachineManagementClient.d.ts +24 -0
  304. package/dist/react-native/sqlVirtualMachineManagementClient.d.ts.map +1 -0
  305. package/dist/react-native/sqlVirtualMachineManagementClient.js +114 -0
  306. package/dist/react-native/sqlVirtualMachineManagementClient.js.map +1 -0
  307. package/package.json +84 -73
  308. package/review/{arm-sqlvirtualmachine.api.md → arm-sqlvirtualmachine-node.api.md} +131 -13
  309. package/dist/index.js +0 -3708
  310. package/dist/index.js.map +0 -1
  311. package/dist/index.min.js +0 -1
  312. package/dist/index.min.js.map +0 -1
  313. package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.d.ts +0 -2
  314. package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.d.ts.map +0 -1
  315. package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js +0 -98
  316. package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js.map +0 -1
  317. package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts +0 -2
  318. package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts.map +0 -1
  319. package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js +0 -40
  320. package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js.map +0 -1
  321. package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts +0 -2
  322. package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts.map +0 -1
  323. package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js +0 -40
  324. package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js.map +0 -1
  325. package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.js +0 -53
  328. package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.js.map +0 -1
  329. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/operationsListSample.js +0 -51
  332. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  333. package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts +0 -2
  334. package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js +0 -55
  336. package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js.map +0 -1
  337. package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts +0 -2
  338. package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js +0 -39
  340. package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js.map +0 -1
  341. package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts +0 -2
  342. package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts.map +0 -1
  343. package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js +0 -39
  344. package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js.map +0 -1
  345. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts +0 -2
  346. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts.map +0 -1
  347. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js +0 -52
  348. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js.map +0 -1
  349. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts +0 -2
  350. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts.map +0 -1
  351. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js +0 -51
  352. package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js.map +0 -1
  353. package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts +0 -2
  354. package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts.map +0 -1
  355. package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js +0 -40
  356. package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js.map +0 -1
  357. package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts +0 -2
  358. package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts.map +0 -1
  359. package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js +0 -287
  360. package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js.map +0 -1
  361. package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts +0 -2
  362. package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts.map +0 -1
  363. package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js +0 -39
  364. package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js.map +0 -1
  365. package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts +0 -2
  366. package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts.map +0 -1
  367. package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js +0 -39
  368. package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js.map +0 -1
  369. package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts +0 -2
  370. package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts.map +0 -1
  371. package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js +0 -52
  372. package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js.map +0 -1
  373. package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts +0 -2
  374. package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts.map +0 -1
  375. package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js +0 -53
  376. package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js.map +0 -1
  377. package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts +0 -2
  378. package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts.map +0 -1
  379. package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js +0 -51
  380. package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js.map +0 -1
  381. package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts +0 -2
  382. package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts.map +0 -1
  383. package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js +0 -39
  384. package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js.map +0 -1
  385. package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts +0 -2
  386. package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts.map +0 -1
  387. package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js +0 -39
  388. package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js.map +0 -1
  389. package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts +0 -2
  390. package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts.map +0 -1
  391. package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.js +0 -40
  392. package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.js.map +0 -1
  393. package/dist-esm/src/index.d.ts +0 -6
  394. package/dist-esm/src/index.d.ts.map +0 -1
  395. package/dist-esm/src/index.js.map +0 -1
  396. package/dist-esm/src/lroImpl.d.ts +0 -16
  397. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  398. package/dist-esm/src/lroImpl.js +0 -29
  399. package/dist-esm/src/lroImpl.js.map +0 -1
  400. package/dist-esm/src/models/index.d.ts.map +0 -1
  401. package/dist-esm/src/models/index.js.map +0 -1
  402. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  403. package/dist-esm/src/models/mappers.js.map +0 -1
  404. package/dist-esm/src/models/parameters.js.map +0 -1
  405. package/dist-esm/src/operations/availabilityGroupListeners.d.ts.map +0 -1
  406. package/dist-esm/src/operations/availabilityGroupListeners.js.map +0 -1
  407. package/dist-esm/src/operations/index.d.ts +0 -5
  408. package/dist-esm/src/operations/index.js +0 -12
  409. package/dist-esm/src/operations/index.js.map +0 -1
  410. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  411. package/dist-esm/src/operations/operations.js.map +0 -1
  412. package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
  413. package/dist-esm/src/operations/sqlVirtualMachineGroups.js.map +0 -1
  414. package/dist-esm/src/operations/sqlVirtualMachines.d.ts.map +0 -1
  415. package/dist-esm/src/operations/sqlVirtualMachines.js +0 -767
  416. package/dist-esm/src/operations/sqlVirtualMachines.js.map +0 -1
  417. package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts.map +0 -1
  418. package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js.map +0 -1
  419. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  420. package/dist-esm/src/operationsInterfaces/index.js +0 -12
  421. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  422. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  423. package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +0 -1
  424. package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js.map +0 -1
  425. package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts.map +0 -1
  426. package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js.map +0 -1
  427. package/dist-esm/src/pagingHelper.js.map +0 -1
  428. package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts.map +0 -1
  429. package/dist-esm/src/sqlVirtualMachineManagementClient.js.map +0 -1
  430. package/dist-esm/test/sampleTest.d.ts +0 -2
  431. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  432. package/dist-esm/test/sampleTest.js +0 -38
  433. package/dist-esm/test/sampleTest.js.map +0 -1
  434. package/rollup.config.js +0 -122
  435. package/src/lroImpl.ts +0 -34
  436. package/src/models/index.ts +0 -1285
  437. package/src/models/mappers.ts +0 -1465
  438. package/src/models/parameters.ts +0 -170
  439. package/src/operations/availabilityGroupListeners.ts +0 -501
  440. package/src/operations/index.ts +0 -12
  441. package/src/operations/operations.ts +0 -145
  442. package/src/operations/sqlVirtualMachineGroups.ts +0 -691
  443. package/src/operations/sqlVirtualMachines.ts +0 -1055
  444. package/src/operationsInterfaces/availabilityGroupListeners.ts +0 -115
  445. package/src/operationsInterfaces/index.ts +0 -12
  446. package/src/operationsInterfaces/operations.ts +0 -22
  447. package/src/operationsInterfaces/sqlVirtualMachineGroups.ts +0 -147
  448. package/src/operationsInterfaces/sqlVirtualMachines.ts +0 -210
  449. package/src/pagingHelper.ts +0 -39
  450. package/src/sqlVirtualMachineManagementClient.ts +0 -156
  451. package/tsconfig.json +0 -33
  452. /package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityGroupListeners.js +0 -0
  453. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  454. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineGroups.js +0 -0
  455. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachines.js +0 -0
  456. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  457. /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;AAIH,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,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,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,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,WAAW;yBACvB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,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;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,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,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,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,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,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;AAEF,MAAM,CAAC,MAAM,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,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,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,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,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;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;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,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,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;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,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,wBAAwB;yBACpC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;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,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,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;AAEF,MAAM,CAAC,MAAM,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,SAAS;iBAChB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,UAAU;wBACV,QAAQ;wBACR,SAAS;wBACT,WAAW;wBACX,UAAU;wBACV,QAAQ;wBACR,UAAU;wBACV,QAAQ;qBACT;iBACF;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,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;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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,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,SAAS;iBAChB;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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;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,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,sCAAsC,EAAE;gBACtC,cAAc,EAAE,wCAAwC;gBACxD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wCAAwC;iBACpD;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,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,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,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,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,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,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,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,UAAU;iBACjB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,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;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,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,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,QAAQ;wBACR,SAAS;wBACT,WAAW;wBACX,UAAU;wBACV,QAAQ;wBACR,UAAU;wBACV,QAAQ;qBACT;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,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;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,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,qCAAqC;iBACjD;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;SACjC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,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,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,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,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,wCAAwC;gBACxD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,wCAAwC,EAAE;gBACxC,cAAc,EAAE,qDAAqD;gBACrE,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,2CAA2C;gBAC3D,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;YACvC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;YACvC,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,YAAY;iBACxB;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,qCAAqC;gBACrD,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,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,YAAY,EAAE,QAAQ;gBACtB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gCAAgC,EAAE;gBAChC,cAAc,EAAE,6CAA6C;gBAC7D,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;YACD,sCAAsC,EAAE;gBACtC,cAAc,EAAE,mDAAmD;gBACnE,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wCAAwC;iBACpD;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;YACD,sBAAsB,EAAE;gBACtB,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAA+B;IACjF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+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;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GAA+B;IAClF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gDAAgD,GAA+B;IAC1F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kDAAkD;QAC7D,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const LoadBalancerConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerConfiguration\",\n modelProperties: {\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"Composite\",\n className: \"PrivateIPAddress\"\n }\n },\n publicIpAddressResourceId: {\n serializedName: \"publicIpAddressResourceId\",\n type: {\n name: \"String\"\n }\n },\n loadBalancerResourceId: {\n serializedName: \"loadBalancerResourceId\",\n type: {\n name: \"String\"\n }\n },\n probePort: {\n serializedName: \"probePort\",\n type: {\n name: \"Number\"\n }\n },\n sqlVirtualMachineInstances: {\n serializedName: \"sqlVirtualMachineInstances\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateIPAddress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateIPAddress\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n type: {\n name: \"String\"\n }\n },\n subnetResourceId: {\n serializedName: \"subnetResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MultiSubnetIpConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MultiSubnetIpConfiguration\",\n modelProperties: {\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"Composite\",\n className: \"PrivateIPAddress\"\n }\n },\n sqlVirtualMachineInstance: {\n serializedName: \"sqlVirtualMachineInstance\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgConfiguration\",\n modelProperties: {\n replicas: {\n serializedName: \"replicas\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgReplica\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AgReplica: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgReplica\",\n modelProperties: {\n sqlVirtualMachineInstanceId: {\n serializedName: \"sqlVirtualMachineInstanceId\",\n type: {\n name: \"String\"\n }\n },\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\"\n }\n },\n commit: {\n serializedName: \"commit\",\n type: {\n name: \"String\"\n }\n },\n failover: {\n serializedName: \"failover\",\n type: {\n name: \"String\"\n }\n },\n readableSecondary: {\n serializedName: \"readableSecondary\",\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 error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\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 target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const AvailabilityGroupListenerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityGroupListenerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailabilityGroupListener\"\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 OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WsfcDomainProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WsfcDomainProfile\",\n modelProperties: {\n domainFqdn: {\n serializedName: \"domainFqdn\",\n type: {\n name: \"String\"\n }\n },\n ouPath: {\n serializedName: \"ouPath\",\n type: {\n name: \"String\"\n }\n },\n clusterBootstrapAccount: {\n serializedName: \"clusterBootstrapAccount\",\n type: {\n name: \"String\"\n }\n },\n clusterOperatorAccount: {\n serializedName: \"clusterOperatorAccount\",\n type: {\n name: \"String\"\n }\n },\n sqlServiceAccount: {\n serializedName: \"sqlServiceAccount\",\n type: {\n name: \"String\"\n }\n },\n fileShareWitnessPath: {\n serializedName: \"fileShareWitnessPath\",\n type: {\n name: \"String\"\n }\n },\n storageAccountUrl: {\n serializedName: \"storageAccountUrl\",\n type: {\n name: \"String\"\n }\n },\n storageAccountPrimaryKey: {\n serializedName: \"storageAccountPrimaryKey\",\n type: {\n name: \"String\"\n }\n },\n clusterSubnetType: {\n serializedName: \"clusterSubnetType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineGroupUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineGroupUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineGroupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineGroupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineGroup\"\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 SqlVirtualMachineListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachine\"\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 ResourceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const WsfcDomainCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WsfcDomainCredentials\",\n modelProperties: {\n clusterBootstrapAccountPassword: {\n serializedName: \"clusterBootstrapAccountPassword\",\n type: {\n name: \"String\"\n }\n },\n clusterOperatorAccountPassword: {\n serializedName: \"clusterOperatorAccountPassword\",\n type: {\n name: \"String\"\n }\n },\n sqlServiceAccountPassword: {\n serializedName: \"sqlServiceAccountPassword\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoPatchingSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoPatchingSettings\",\n modelProperties: {\n enable: {\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Everyday\",\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n \"Sunday\"\n ]\n }\n },\n maintenanceWindowStartingHour: {\n serializedName: \"maintenanceWindowStartingHour\",\n type: {\n name: \"Number\"\n }\n },\n maintenanceWindowDuration: {\n serializedName: \"maintenanceWindowDuration\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AutoBackupSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoBackupSettings\",\n modelProperties: {\n enable: {\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n enableEncryption: {\n serializedName: \"enableEncryption\",\n type: {\n name: \"Boolean\"\n }\n },\n retentionPeriod: {\n serializedName: \"retentionPeriod\",\n type: {\n name: \"Number\"\n }\n },\n storageAccountUrl: {\n serializedName: \"storageAccountUrl\",\n type: {\n name: \"String\"\n }\n },\n storageContainerName: {\n serializedName: \"storageContainerName\",\n type: {\n name: \"String\"\n }\n },\n storageAccessKey: {\n serializedName: \"storageAccessKey\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n backupSystemDbs: {\n serializedName: \"backupSystemDbs\",\n type: {\n name: \"Boolean\"\n }\n },\n backupScheduleType: {\n serializedName: \"backupScheduleType\",\n type: {\n name: \"String\"\n }\n },\n fullBackupFrequency: {\n serializedName: \"fullBackupFrequency\",\n type: {\n name: \"String\"\n }\n },\n daysOfWeek: {\n serializedName: \"daysOfWeek\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n fullBackupStartTime: {\n serializedName: \"fullBackupStartTime\",\n type: {\n name: \"Number\"\n }\n },\n fullBackupWindowHours: {\n serializedName: \"fullBackupWindowHours\",\n type: {\n name: \"Number\"\n }\n },\n logBackupFrequency: {\n serializedName: \"logBackupFrequency\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultCredentialSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyVaultCredentialSettings\",\n modelProperties: {\n enable: {\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n credentialName: {\n serializedName: \"credentialName\",\n type: {\n name: \"String\"\n }\n },\n azureKeyVaultUrl: {\n serializedName: \"azureKeyVaultUrl\",\n type: {\n name: \"String\"\n }\n },\n servicePrincipalName: {\n serializedName: \"servicePrincipalName\",\n type: {\n name: \"String\"\n }\n },\n servicePrincipalSecret: {\n serializedName: \"servicePrincipalSecret\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerConfigurationsManagementSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerConfigurationsManagementSettings\",\n modelProperties: {\n sqlConnectivityUpdateSettings: {\n serializedName: \"sqlConnectivityUpdateSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectivityUpdateSettings\"\n }\n },\n sqlWorkloadTypeUpdateSettings: {\n serializedName: \"sqlWorkloadTypeUpdateSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlWorkloadTypeUpdateSettings\"\n }\n },\n sqlStorageUpdateSettings: {\n serializedName: \"sqlStorageUpdateSettings\",\n type: {\n name: \"Composite\",\n className: \"SqlStorageUpdateSettings\"\n }\n },\n additionalFeaturesServerConfigurations: {\n serializedName: \"additionalFeaturesServerConfigurations\",\n type: {\n name: \"Composite\",\n className: \"AdditionalFeaturesServerConfigurations\"\n }\n },\n sqlInstanceSettings: {\n serializedName: \"sqlInstanceSettings\",\n type: {\n name: \"Composite\",\n className: \"SQLInstanceSettings\"\n }\n },\n azureAdAuthenticationSettings: {\n serializedName: \"azureAdAuthenticationSettings\",\n type: {\n name: \"Composite\",\n className: \"AADAuthenticationSettings\"\n }\n }\n }\n }\n};\n\nexport const SqlConnectivityUpdateSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlConnectivityUpdateSettings\",\n modelProperties: {\n connectivityType: {\n serializedName: \"connectivityType\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\"\n }\n },\n sqlAuthUpdateUserName: {\n serializedName: \"sqlAuthUpdateUserName\",\n type: {\n name: \"String\"\n }\n },\n sqlAuthUpdatePassword: {\n serializedName: \"sqlAuthUpdatePassword\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlWorkloadTypeUpdateSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlWorkloadTypeUpdateSettings\",\n modelProperties: {\n sqlWorkloadType: {\n serializedName: \"sqlWorkloadType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlStorageUpdateSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlStorageUpdateSettings\",\n modelProperties: {\n diskCount: {\n serializedName: \"diskCount\",\n type: {\n name: \"Number\"\n }\n },\n startingDeviceId: {\n serializedName: \"startingDeviceId\",\n type: {\n name: \"Number\"\n }\n },\n diskConfigurationType: {\n serializedName: \"diskConfigurationType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AdditionalFeaturesServerConfigurations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdditionalFeaturesServerConfigurations\",\n modelProperties: {\n isRServicesEnabled: {\n serializedName: \"isRServicesEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SQLInstanceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SQLInstanceSettings\",\n modelProperties: {\n collation: {\n serializedName: \"collation\",\n type: {\n name: \"String\"\n }\n },\n maxDop: {\n serializedName: \"maxDop\",\n type: {\n name: \"Number\"\n }\n },\n isOptimizeForAdHocWorkloadsEnabled: {\n serializedName: \"isOptimizeForAdHocWorkloadsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n minServerMemoryMB: {\n serializedName: \"minServerMemoryMB\",\n type: {\n name: \"Number\"\n }\n },\n maxServerMemoryMB: {\n serializedName: \"maxServerMemoryMB\",\n type: {\n name: \"Number\"\n }\n },\n isLpimEnabled: {\n serializedName: \"isLpimEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n isIfiEnabled: {\n serializedName: \"isIfiEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AADAuthenticationSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AADAuthenticationSettings\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageConfigurationSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageConfigurationSettings\",\n modelProperties: {\n sqlDataSettings: {\n serializedName: \"sqlDataSettings\",\n type: {\n name: \"Composite\",\n className: \"SQLStorageSettings\"\n }\n },\n sqlLogSettings: {\n serializedName: \"sqlLogSettings\",\n type: {\n name: \"Composite\",\n className: \"SQLStorageSettings\"\n }\n },\n sqlTempDbSettings: {\n serializedName: \"sqlTempDbSettings\",\n type: {\n name: \"Composite\",\n className: \"SQLTempDbSettings\"\n }\n },\n sqlSystemDbOnDataDisk: {\n serializedName: \"sqlSystemDbOnDataDisk\",\n type: {\n name: \"Boolean\"\n }\n },\n diskConfigurationType: {\n serializedName: \"diskConfigurationType\",\n type: {\n name: \"String\"\n }\n },\n storageWorkloadType: {\n serializedName: \"storageWorkloadType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SQLStorageSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SQLStorageSettings\",\n modelProperties: {\n luns: {\n serializedName: \"luns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n defaultFilePath: {\n serializedName: \"defaultFilePath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SQLTempDbSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SQLTempDbSettings\",\n modelProperties: {\n dataFileSize: {\n serializedName: \"dataFileSize\",\n type: {\n name: \"Number\"\n }\n },\n dataGrowth: {\n serializedName: \"dataGrowth\",\n type: {\n name: \"Number\"\n }\n },\n logFileSize: {\n serializedName: \"logFileSize\",\n type: {\n name: \"Number\"\n }\n },\n logGrowth: {\n serializedName: \"logGrowth\",\n type: {\n name: \"Number\"\n }\n },\n dataFileCount: {\n serializedName: \"dataFileCount\",\n type: {\n name: \"Number\"\n }\n },\n persistFolder: {\n serializedName: \"persistFolder\",\n type: {\n name: \"Boolean\"\n }\n },\n persistFolderPath: {\n serializedName: \"persistFolderPath\",\n type: {\n name: \"String\"\n }\n },\n luns: {\n serializedName: \"luns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n defaultFilePath: {\n serializedName: \"defaultFilePath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TroubleshootingStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TroubleshootingStatus\",\n modelProperties: {\n rootCause: {\n serializedName: \"rootCause\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastTriggerTimeUtc: {\n serializedName: \"lastTriggerTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n troubleshootingScenario: {\n serializedName: \"troubleshootingScenario\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"TroubleshootingAdditionalProperties\"\n }\n }\n }\n }\n};\n\nexport const TroubleshootingAdditionalProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TroubleshootingAdditionalProperties\",\n modelProperties: {\n unhealthyReplicaInfo: {\n serializedName: \"unhealthyReplicaInfo\",\n type: {\n name: \"Composite\",\n className: \"UnhealthyReplicaInfo\"\n }\n }\n }\n }\n};\n\nexport const UnhealthyReplicaInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UnhealthyReplicaInfo\",\n modelProperties: {\n availabilityGroupName: {\n serializedName: \"availabilityGroupName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssessmentSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentSettings\",\n modelProperties: {\n enable: {\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n runImmediately: {\n serializedName: \"runImmediately\",\n type: {\n name: \"Boolean\"\n }\n },\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"Composite\",\n className: \"Schedule\"\n }\n }\n }\n }\n};\n\nexport const Schedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Schedule\",\n modelProperties: {\n enable: {\n serializedName: \"enable\",\n type: {\n name: \"Boolean\"\n }\n },\n weeklyInterval: {\n serializedName: \"weeklyInterval\",\n type: {\n name: \"Number\"\n }\n },\n monthlyOccurrence: {\n serializedName: \"monthlyOccurrence\",\n type: {\n name: \"Number\"\n }\n },\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\",\n \"Saturday\",\n \"Sunday\"\n ]\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const SqlVmTroubleshooting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVmTroubleshooting\",\n modelProperties: {\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n troubleshootingScenario: {\n serializedName: \"troubleshootingScenario\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"TroubleshootingAdditionalProperties\"\n }\n },\n virtualMachineResourceId: {\n serializedName: \"virtualMachineResourceId\",\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 TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n location: {\n serializedName: \"location\",\n required: true,\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 }\n }\n};\n\nexport const AvailabilityGroupListener: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityGroupListener\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n availabilityGroupName: {\n serializedName: \"properties.availabilityGroupName\",\n type: {\n name: \"String\"\n }\n },\n loadBalancerConfigurations: {\n serializedName: \"properties.loadBalancerConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerConfiguration\"\n }\n }\n }\n },\n multiSubnetIpConfigurations: {\n serializedName: \"properties.multiSubnetIpConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MultiSubnetIpConfiguration\"\n }\n }\n }\n },\n createDefaultAvailabilityGroupIfNotExist: {\n serializedName: \"properties.createDefaultAvailabilityGroupIfNotExist\",\n type: {\n name: \"Boolean\"\n }\n },\n port: {\n serializedName: \"properties.port\",\n type: {\n name: \"Number\"\n }\n },\n availabilityGroupConfiguration: {\n serializedName: \"properties.availabilityGroupConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgConfiguration\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineGroup\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sqlImageOffer: {\n serializedName: \"properties.sqlImageOffer\",\n type: {\n name: \"String\"\n }\n },\n sqlImageSku: {\n serializedName: \"properties.sqlImageSku\",\n type: {\n name: \"String\"\n }\n },\n scaleType: {\n serializedName: \"properties.scaleType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clusterManagerType: {\n serializedName: \"properties.clusterManagerType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clusterConfiguration: {\n serializedName: \"properties.clusterConfiguration\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n wsfcDomainProfile: {\n serializedName: \"properties.wsfcDomainProfile\",\n type: {\n name: \"Composite\",\n className: \"WsfcDomainProfile\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachine\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ResourceIdentity\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n virtualMachineResourceId: {\n serializedName: \"properties.virtualMachineResourceId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sqlImageOffer: {\n serializedName: \"properties.sqlImageOffer\",\n type: {\n name: \"String\"\n }\n },\n sqlServerLicenseType: {\n serializedName: \"properties.sqlServerLicenseType\",\n type: {\n name: \"String\"\n }\n },\n sqlManagement: {\n serializedName: \"properties.sqlManagement\",\n type: {\n name: \"String\"\n }\n },\n leastPrivilegeMode: {\n defaultValue: \"NotSet\",\n serializedName: \"properties.leastPrivilegeMode\",\n type: {\n name: \"String\"\n }\n },\n sqlImageSku: {\n serializedName: \"properties.sqlImageSku\",\n type: {\n name: \"String\"\n }\n },\n sqlVirtualMachineGroupResourceId: {\n serializedName: \"properties.sqlVirtualMachineGroupResourceId\",\n type: {\n name: \"String\"\n }\n },\n wsfcDomainCredentials: {\n serializedName: \"properties.wsfcDomainCredentials\",\n type: {\n name: \"Composite\",\n className: \"WsfcDomainCredentials\"\n }\n },\n wsfcStaticIp: {\n serializedName: \"properties.wsfcStaticIp\",\n type: {\n name: \"String\"\n }\n },\n autoPatchingSettings: {\n serializedName: \"properties.autoPatchingSettings\",\n type: {\n name: \"Composite\",\n className: \"AutoPatchingSettings\"\n }\n },\n autoBackupSettings: {\n serializedName: \"properties.autoBackupSettings\",\n type: {\n name: \"Composite\",\n className: \"AutoBackupSettings\"\n }\n },\n keyVaultCredentialSettings: {\n serializedName: \"properties.keyVaultCredentialSettings\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultCredentialSettings\"\n }\n },\n serverConfigurationsManagementSettings: {\n serializedName: \"properties.serverConfigurationsManagementSettings\",\n type: {\n name: \"Composite\",\n className: \"ServerConfigurationsManagementSettings\"\n }\n },\n storageConfigurationSettings: {\n serializedName: \"properties.storageConfigurationSettings\",\n type: {\n name: \"Composite\",\n className: \"StorageConfigurationSettings\"\n }\n },\n troubleshootingStatus: {\n serializedName: \"properties.troubleshootingStatus\",\n type: {\n name: \"Composite\",\n className: \"TroubleshootingStatus\"\n }\n },\n assessmentSettings: {\n serializedName: \"properties.assessmentSettings\",\n type: {\n name: \"Composite\",\n className: \"AssessmentSettings\"\n }\n },\n enableAutomaticUpgrade: {\n defaultValue: false,\n serializedName: \"properties.enableAutomaticUpgrade\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AvailabilityGroupListenersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityGroupListenersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineGroupsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineGroupsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachinesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachinesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachinesStartAssessmentHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachinesStartAssessmentHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachinesRedeployHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachinesRedeployHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlVirtualMachineTroubleshootTroubleshootHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlVirtualMachineTroubleshootTroubleshootHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
@@ -15,4 +15,5 @@ export declare const parameters2: OperationParameter;
15
15
  export declare const sqlVirtualMachineName: OperationURLParameter;
16
16
  export declare const parameters3: OperationParameter;
17
17
  export declare const parameters4: OperationParameter;
18
+ export declare const parameters5: OperationParameter;
18
19
  //# sourceMappingURL=parameters.d.ts.map
@@ -1 +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;AAS5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,qBASxC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,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,qBAAqB,EAAE,qBASnC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC"}
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;AAU5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,qBASxC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,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,qBAAqB,EAAE,qBAgBnC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC"}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { AvailabilityGroupListener as AvailabilityGroupListenerMapper, SqlVirtualMachineGroup as SqlVirtualMachineGroupMapper, SqlVirtualMachineGroupUpdate as SqlVirtualMachineGroupUpdateMapper, SqlVirtualMachine as SqlVirtualMachineMapper, SqlVirtualMachineUpdate as SqlVirtualMachineUpdateMapper } from "../models/mappers";
8
+ import { AvailabilityGroupListener as AvailabilityGroupListenerMapper, SqlVirtualMachineGroup as SqlVirtualMachineGroupMapper, SqlVirtualMachineGroupUpdate as SqlVirtualMachineGroupUpdateMapper, SqlVirtualMachine as SqlVirtualMachineMapper, SqlVirtualMachineUpdate as SqlVirtualMachineUpdateMapper, SqlVmTroubleshooting as SqlVmTroubleshootingMapper } from "../models/mappers.js";
9
9
  export const accept = {
10
10
  parameterPath: "accept",
11
11
  mapper: {
@@ -80,7 +80,7 @@ export const subscriptionId = {
80
80
  export const apiVersion = {
81
81
  parameterPath: "apiVersion",
82
82
  mapper: {
83
- defaultValue: "2022-07-01-preview",
83
+ defaultValue: "2022-08-01-preview",
84
84
  isConstant: true,
85
85
  serializedName: "api-version",
86
86
  type: {
@@ -125,6 +125,11 @@ export const parameters2 = {
125
125
  export const sqlVirtualMachineName = {
126
126
  parameterPath: "sqlVirtualMachineName",
127
127
  mapper: {
128
+ constraints: {
129
+ Pattern: new RegExp("^((?!_)[^\\\\/\"'\\[\\]:|<>+=;,?*@&]{1,64}(?<![.-]))$"),
130
+ MaxLength: 64,
131
+ MinLength: 1
132
+ },
128
133
  serializedName: "sqlVirtualMachineName",
129
134
  required: true,
130
135
  type: {
@@ -140,4 +145,8 @@ export const parameters4 = {
140
145
  parameterPath: "parameters",
141
146
  mapper: SqlVirtualMachineUpdateMapper
142
147
  };
148
+ export const parameters5 = {
149
+ parameterPath: "parameters",
150
+ mapper: SqlVmTroubleshootingMapper
151
+ };
143
152
  //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n AvailabilityGroupListener as AvailabilityGroupListenerMapper,\n SqlVirtualMachineGroup as SqlVirtualMachineGroupMapper,\n SqlVirtualMachineGroupUpdate as SqlVirtualMachineGroupUpdateMapper,\n SqlVirtualMachine as SqlVirtualMachineMapper,\n SqlVirtualMachineUpdate as SqlVirtualMachineUpdateMapper,\n SqlVmTroubleshooting as SqlVmTroubleshootingMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const sqlVirtualMachineGroupName: OperationURLParameter = {\n parameterPath: \"sqlVirtualMachineGroupName\",\n mapper: {\n serializedName: \"sqlVirtualMachineGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const availabilityGroupListenerName: OperationURLParameter = {\n parameterPath: \"availabilityGroupListenerName\",\n mapper: {\n serializedName: \"availabilityGroupListenerName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-08-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AvailabilityGroupListenerMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SqlVirtualMachineGroupMapper\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SqlVirtualMachineGroupUpdateMapper\n};\n\nexport const sqlVirtualMachineName: OperationURLParameter = {\n parameterPath: \"sqlVirtualMachineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^((?!_)[^\\\\\\\\/\\\"'\\\\[\\\\]:|<>+=;,?*@&]{1,64}(?<![.-]))$\"\n ),\n MaxLength: 64,\n MinLength: 1\n },\n serializedName: \"sqlVirtualMachineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SqlVirtualMachineMapper\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SqlVirtualMachineUpdateMapper\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SqlVmTroubleshootingMapper\n};\n"]}
@@ -1,8 +1,8 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { AvailabilityGroupListeners } from "../operationsInterfaces";
3
- import { SqlVirtualMachineManagementClient } from "../sqlVirtualMachineManagementClient";
4
- import { PollerLike, PollOperationState } from "@azure/core-lro";
5
- import { AvailabilityGroupListener, AvailabilityGroupListenersListByGroupOptionalParams, AvailabilityGroupListenersGetOptionalParams, AvailabilityGroupListenersGetResponse, AvailabilityGroupListenersCreateOrUpdateOptionalParams, AvailabilityGroupListenersCreateOrUpdateResponse, AvailabilityGroupListenersDeleteOptionalParams } from "../models";
2
+ import { AvailabilityGroupListeners } from "../operationsInterfaces/index.js";
3
+ import { SqlVirtualMachineManagementClient } from "../sqlVirtualMachineManagementClient.js";
4
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import { AvailabilityGroupListener, AvailabilityGroupListenersListByGroupOptionalParams, AvailabilityGroupListenersGetOptionalParams, AvailabilityGroupListenersGetResponse, AvailabilityGroupListenersCreateOrUpdateOptionalParams, AvailabilityGroupListenersCreateOrUpdateResponse, AvailabilityGroupListenersDeleteOptionalParams } from "../models/index.js";
6
6
  /** Class containing AvailabilityGroupListeners operations. */
7
7
  export declare class AvailabilityGroupListenersImpl implements AvailabilityGroupListeners {
8
8
  private readonly client;
@@ -39,7 +39,7 @@ export declare class AvailabilityGroupListenersImpl implements AvailabilityGroup
39
39
  * @param parameters The availability group listener.
40
40
  * @param options The options parameters.
41
41
  */
42
- beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AvailabilityGroupListenersCreateOrUpdateResponse>, AvailabilityGroupListenersCreateOrUpdateResponse>>;
42
+ beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilityGroupListenersCreateOrUpdateResponse>, AvailabilityGroupListenersCreateOrUpdateResponse>>;
43
43
  /**
44
44
  * Creates or updates an availability group listener.
45
45
  * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
@@ -58,7 +58,7 @@ export declare class AvailabilityGroupListenersImpl implements AvailabilityGroup
58
58
  * @param availabilityGroupListenerName Name of the availability group listener.
59
59
  * @param options The options parameters.
60
60
  */
61
- beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
61
+ beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
62
62
  /**
63
63
  * Deletes an availability group listener.
64
64
  * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
@@ -0,0 +1 @@
1
+ {"version":3,"file":"availabilityGroupListeners.d.ts","sourceRoot":"","sources":["../../../src/operations/availabilityGroupListeners.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAI9E,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,yBAAyB,EAEzB,mDAAmD,EAEnD,2CAA2C,EAC3C,qCAAqC,EACrC,sDAAsD,EACtD,gDAAgD,EAChD,8CAA8C,EAE/C,MAAM,oBAAoB,CAAC;AAG5B,8DAA8D;AAC9D,qBAAa,8BACX,YAAW,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;;;;OAMG;IACI,WAAW,CAChB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,yBAAyB,CAAC;YA2BzC,qBAAqB;YAiCrB,oBAAoB;IAcnC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAYjD;;;;;;;;OAQG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gDAAgD,CAAC,EAChE,gDAAgD,CACjD,CACF;IA+DD;;;;;;;;OAQG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAW5D;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IA2DxD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;OAMG;IACH,OAAO,CAAC,YAAY;IAWpB;;;;;;;OAOG;IACH,OAAO,CAAC,gBAAgB;CAWzB"}