@azure/arm-security 4.0.0-beta.1 → 4.0.0

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 (560) hide show
  1. package/CHANGELOG.md +6 -11
  2. package/README.md +4 -0
  3. package/dist/index.js +20327 -574
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/src/index.d.ts +0 -1
  8. package/dist-esm/src/index.d.ts.map +1 -1
  9. package/dist-esm/src/index.js +0 -1
  10. package/dist-esm/src/index.js.map +1 -1
  11. package/dist-esm/src/lroImpl.d.ts +16 -0
  12. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  13. package/dist-esm/src/lroImpl.js +29 -0
  14. package/dist-esm/src/lroImpl.js.map +1 -0
  15. package/dist-esm/src/models/index.d.ts +6009 -182
  16. package/dist-esm/src/models/index.d.ts.map +1 -1
  17. package/dist-esm/src/models/index.js +838 -0
  18. package/dist-esm/src/models/index.js.map +1 -1
  19. package/dist-esm/src/models/mappers.d.ts +322 -13
  20. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  21. package/dist-esm/src/models/mappers.js +7571 -195
  22. package/dist-esm/src/models/mappers.js.map +1 -1
  23. package/dist-esm/src/models/parameters.d.ts +101 -4
  24. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  25. package/dist-esm/src/models/parameters.js +855 -14
  26. package/dist-esm/src/models/parameters.js.map +1 -1
  27. package/dist-esm/src/operations/adaptiveApplicationControls.d.ts +37 -0
  28. package/dist-esm/src/operations/adaptiveApplicationControls.d.ts.map +1 -0
  29. package/dist-esm/src/operations/adaptiveApplicationControls.js +140 -0
  30. package/dist-esm/src/operations/adaptiveApplicationControls.js.map +1 -0
  31. package/dist-esm/src/operations/adaptiveNetworkHardenings.d.ts +83 -0
  32. package/dist-esm/src/operations/adaptiveNetworkHardenings.d.ts.map +1 -0
  33. package/dist-esm/src/operations/adaptiveNetworkHardenings.js +304 -0
  34. package/dist-esm/src/operations/adaptiveNetworkHardenings.js.map +1 -0
  35. package/dist-esm/src/operations/advancedThreatProtection.d.ts +26 -0
  36. package/dist-esm/src/operations/advancedThreatProtection.d.ts.map +1 -0
  37. package/dist-esm/src/operations/advancedThreatProtection.js +82 -0
  38. package/dist-esm/src/operations/advancedThreatProtection.js.map +1 -0
  39. package/dist-esm/src/operations/alerts.d.ts +171 -0
  40. package/dist-esm/src/operations/alerts.d.ts.map +1 -0
  41. package/dist-esm/src/operations/alerts.js +759 -0
  42. package/dist-esm/src/operations/alerts.js.map +1 -0
  43. package/dist-esm/src/operations/alertsSuppressionRules.d.ts +51 -0
  44. package/dist-esm/src/operations/alertsSuppressionRules.d.ts.map +1 -0
  45. package/dist-esm/src/operations/alertsSuppressionRules.js +209 -0
  46. package/dist-esm/src/operations/alertsSuppressionRules.js.map +1 -0
  47. package/dist-esm/src/operations/allowedConnections.d.ts +59 -0
  48. package/dist-esm/src/operations/allowedConnections.d.ts.map +1 -0
  49. package/dist-esm/src/operations/allowedConnections.js +261 -0
  50. package/dist-esm/src/operations/allowedConnections.js.map +1 -0
  51. package/dist-esm/src/operations/assessments.d.ts +65 -0
  52. package/dist-esm/src/operations/assessments.d.ts.map +1 -0
  53. package/dist-esm/src/operations/assessments.js +223 -0
  54. package/dist-esm/src/operations/assessments.js.map +1 -0
  55. package/dist-esm/src/operations/assessmentsMetadata.d.ts +76 -0
  56. package/dist-esm/src/operations/assessmentsMetadata.d.ts.map +1 -0
  57. package/dist-esm/src/operations/assessmentsMetadata.js +329 -0
  58. package/dist-esm/src/operations/assessmentsMetadata.js.map +1 -0
  59. package/dist-esm/src/operations/autoProvisioningSettings.d.ts +45 -0
  60. package/dist-esm/src/operations/autoProvisioningSettings.d.ts.map +1 -0
  61. package/dist-esm/src/operations/autoProvisioningSettings.js +183 -0
  62. package/dist-esm/src/operations/autoProvisioningSettings.js.map +1 -0
  63. package/dist-esm/src/operations/automations.d.ts +96 -0
  64. package/dist-esm/src/operations/automations.d.ts.map +1 -0
  65. package/dist-esm/src/operations/automations.js +371 -0
  66. package/dist-esm/src/operations/automations.js.map +1 -0
  67. package/dist-esm/src/operations/complianceResults.d.ts +48 -0
  68. package/dist-esm/src/operations/complianceResults.d.ts.map +1 -0
  69. package/dist-esm/src/operations/complianceResults.js +158 -0
  70. package/dist-esm/src/operations/complianceResults.js.map +1 -0
  71. package/dist-esm/src/operations/compliances.d.ts +50 -0
  72. package/dist-esm/src/operations/compliances.d.ts.map +1 -0
  73. package/dist-esm/src/operations/compliances.js +160 -0
  74. package/dist-esm/src/operations/compliances.js.map +1 -0
  75. package/dist-esm/src/operations/connectors.d.ts +53 -0
  76. package/dist-esm/src/operations/connectors.d.ts.map +1 -0
  77. package/dist-esm/src/operations/connectors.js +212 -0
  78. package/dist-esm/src/operations/connectors.js.map +1 -0
  79. package/dist-esm/src/operations/customAssessmentAutomations.d.ts +82 -0
  80. package/dist-esm/src/operations/customAssessmentAutomations.d.ts.map +1 -0
  81. package/dist-esm/src/operations/{standards.js → customAssessmentAutomations.js} +115 -110
  82. package/dist-esm/src/operations/customAssessmentAutomations.js.map +1 -0
  83. package/dist-esm/src/operations/customEntityStoreAssignments.d.ts +85 -0
  84. package/dist-esm/src/operations/customEntityStoreAssignments.d.ts.map +1 -0
  85. package/dist-esm/src/operations/{assignments.js → customEntityStoreAssignments.js} +124 -109
  86. package/dist-esm/src/operations/customEntityStoreAssignments.js.map +1 -0
  87. package/dist-esm/src/operations/deviceSecurityGroups.d.ts +60 -0
  88. package/dist-esm/src/operations/deviceSecurityGroups.d.ts.map +1 -0
  89. package/dist-esm/src/operations/deviceSecurityGroups.js +218 -0
  90. package/dist-esm/src/operations/deviceSecurityGroups.js.map +1 -0
  91. package/dist-esm/src/operations/discoveredSecuritySolutions.d.ts +58 -0
  92. package/dist-esm/src/operations/discoveredSecuritySolutions.d.ts.map +1 -0
  93. package/dist-esm/src/operations/discoveredSecuritySolutions.js +260 -0
  94. package/dist-esm/src/operations/discoveredSecuritySolutions.js.map +1 -0
  95. package/dist-esm/src/operations/externalSecuritySolutions.d.ts +58 -0
  96. package/dist-esm/src/operations/externalSecuritySolutions.d.ts.map +1 -0
  97. package/dist-esm/src/operations/externalSecuritySolutions.js +260 -0
  98. package/dist-esm/src/operations/externalSecuritySolutions.js.map +1 -0
  99. package/dist-esm/src/operations/index.d.ts +49 -2
  100. package/dist-esm/src/operations/index.d.ts.map +1 -1
  101. package/dist-esm/src/operations/index.js +49 -2
  102. package/dist-esm/src/operations/index.js.map +1 -1
  103. package/dist-esm/src/operations/informationProtectionPolicies.d.ts +60 -0
  104. package/dist-esm/src/operations/informationProtectionPolicies.d.ts.map +1 -0
  105. package/dist-esm/src/operations/informationProtectionPolicies.js +202 -0
  106. package/dist-esm/src/operations/informationProtectionPolicies.js.map +1 -0
  107. package/dist-esm/src/operations/ingestionSettings.d.ts +68 -0
  108. package/dist-esm/src/operations/ingestionSettings.d.ts.map +1 -0
  109. package/dist-esm/src/operations/ingestionSettings.js +271 -0
  110. package/dist-esm/src/operations/ingestionSettings.js.map +1 -0
  111. package/dist-esm/src/operations/iotSecuritySolution.d.ts +91 -0
  112. package/dist-esm/src/operations/iotSecuritySolution.d.ts.map +1 -0
  113. package/dist-esm/src/operations/iotSecuritySolution.js +372 -0
  114. package/dist-esm/src/operations/iotSecuritySolution.js.map +1 -0
  115. package/dist-esm/src/operations/iotSecuritySolutionAnalytics.d.ts +29 -0
  116. package/dist-esm/src/operations/iotSecuritySolutionAnalytics.d.ts.map +1 -0
  117. package/dist-esm/src/operations/iotSecuritySolutionAnalytics.js +85 -0
  118. package/dist-esm/src/operations/iotSecuritySolutionAnalytics.js.map +1 -0
  119. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +60 -0
  120. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -0
  121. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js +205 -0
  122. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -0
  123. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts +53 -0
  124. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -0
  125. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.js +181 -0
  126. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -0
  127. package/dist-esm/src/operations/jitNetworkAccessPolicies.d.ts +133 -0
  128. package/dist-esm/src/operations/jitNetworkAccessPolicies.d.ts.map +1 -0
  129. package/dist-esm/src/operations/jitNetworkAccessPolicies.js +585 -0
  130. package/dist-esm/src/operations/jitNetworkAccessPolicies.js.map +1 -0
  131. package/dist-esm/src/operations/locations.d.ts +41 -0
  132. package/dist-esm/src/operations/locations.d.ts.map +1 -0
  133. package/dist-esm/src/operations/locations.js +155 -0
  134. package/dist-esm/src/operations/locations.js.map +1 -0
  135. package/dist-esm/src/operations/mdeOnboardings.d.ts +23 -0
  136. package/dist-esm/src/operations/mdeOnboardings.d.ts.map +1 -0
  137. package/dist-esm/src/operations/mdeOnboardings.js +69 -0
  138. package/dist-esm/src/operations/mdeOnboardings.js.map +1 -0
  139. package/dist-esm/src/operations/operations.d.ts +32 -0
  140. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  141. package/dist-esm/src/operations/operations.js +120 -0
  142. package/dist-esm/src/operations/operations.js.map +1 -0
  143. package/dist-esm/src/operations/pricings.d.ts +31 -0
  144. package/dist-esm/src/operations/pricings.d.ts.map +1 -0
  145. package/dist-esm/src/operations/pricings.js +105 -0
  146. package/dist-esm/src/operations/pricings.js.map +1 -0
  147. package/dist-esm/src/operations/regulatoryComplianceAssessments.d.ts +46 -0
  148. package/dist-esm/src/operations/regulatoryComplianceAssessments.d.ts.map +1 -0
  149. package/dist-esm/src/operations/regulatoryComplianceAssessments.js +183 -0
  150. package/dist-esm/src/operations/regulatoryComplianceAssessments.js.map +1 -0
  151. package/dist-esm/src/operations/regulatoryComplianceControls.d.ts +42 -0
  152. package/dist-esm/src/operations/regulatoryComplianceControls.d.ts.map +1 -0
  153. package/dist-esm/src/operations/regulatoryComplianceControls.js +166 -0
  154. package/dist-esm/src/operations/regulatoryComplianceControls.js.map +1 -0
  155. package/dist-esm/src/operations/regulatoryComplianceStandards.d.ts +38 -0
  156. package/dist-esm/src/operations/regulatoryComplianceStandards.d.ts.map +1 -0
  157. package/dist-esm/src/operations/regulatoryComplianceStandards.js +152 -0
  158. package/dist-esm/src/operations/regulatoryComplianceStandards.js.map +1 -0
  159. package/dist-esm/src/operations/secureScoreControlDefinitions.d.ts +52 -0
  160. package/dist-esm/src/operations/secureScoreControlDefinitions.d.ts.map +1 -0
  161. package/dist-esm/src/operations/secureScoreControlDefinitions.js +221 -0
  162. package/dist-esm/src/operations/secureScoreControlDefinitions.js.map +1 -0
  163. package/dist-esm/src/operations/secureScoreControls.d.ts +56 -0
  164. package/dist-esm/src/operations/secureScoreControls.d.ts.map +1 -0
  165. package/dist-esm/src/operations/secureScoreControls.js +234 -0
  166. package/dist-esm/src/operations/secureScoreControls.js.map +1 -0
  167. package/dist-esm/src/operations/secureScores.d.ts +40 -0
  168. package/dist-esm/src/operations/secureScores.d.ts.map +1 -0
  169. package/dist-esm/src/operations/secureScores.js +154 -0
  170. package/dist-esm/src/operations/secureScores.js.map +1 -0
  171. package/dist-esm/src/operations/securityConnectors.d.ts +95 -0
  172. package/dist-esm/src/operations/securityConnectors.d.ts.map +1 -0
  173. package/dist-esm/src/operations/securityConnectors.js +371 -0
  174. package/dist-esm/src/operations/securityConnectors.js.map +1 -0
  175. package/dist-esm/src/operations/securityContacts.d.ts +58 -0
  176. package/dist-esm/src/operations/securityContacts.d.ts.map +1 -0
  177. package/dist-esm/src/operations/securityContacts.js +240 -0
  178. package/dist-esm/src/operations/securityContacts.js.map +1 -0
  179. package/dist-esm/src/operations/securitySolutions.d.ts +40 -0
  180. package/dist-esm/src/operations/securitySolutions.d.ts.map +1 -0
  181. package/dist-esm/src/operations/securitySolutions.js +156 -0
  182. package/dist-esm/src/operations/securitySolutions.js.map +1 -0
  183. package/dist-esm/src/operations/securitySolutionsReferenceDataOperations.d.ts +23 -0
  184. package/dist-esm/src/operations/securitySolutionsReferenceDataOperations.d.ts.map +1 -0
  185. package/dist-esm/src/operations/securitySolutionsReferenceDataOperations.js +73 -0
  186. package/dist-esm/src/operations/securitySolutionsReferenceDataOperations.js.map +1 -0
  187. package/dist-esm/src/operations/serverVulnerabilityAssessmentOperations.d.ts +65 -0
  188. package/dist-esm/src/operations/serverVulnerabilityAssessmentOperations.d.ts.map +1 -0
  189. package/dist-esm/src/operations/serverVulnerabilityAssessmentOperations.js +239 -0
  190. package/dist-esm/src/operations/serverVulnerabilityAssessmentOperations.js.map +1 -0
  191. package/dist-esm/src/operations/settings.d.ts +45 -0
  192. package/dist-esm/src/operations/settings.d.ts.map +1 -0
  193. package/dist-esm/src/operations/settings.js +183 -0
  194. package/dist-esm/src/operations/settings.js.map +1 -0
  195. package/dist-esm/src/operations/softwareInventories.d.ts +76 -0
  196. package/dist-esm/src/operations/softwareInventories.d.ts.map +1 -0
  197. package/dist-esm/src/operations/softwareInventories.js +306 -0
  198. package/dist-esm/src/operations/softwareInventories.js.map +1 -0
  199. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts +51 -0
  200. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +1 -0
  201. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselineRules.js +154 -0
  202. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselineRules.js.map +1 -0
  203. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResults.d.ts +30 -0
  204. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResults.d.ts.map +1 -0
  205. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResults.js +81 -0
  206. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResults.js.map +1 -0
  207. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.d.ts +28 -0
  208. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.d.ts.map +1 -0
  209. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.js +74 -0
  210. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.js.map +1 -0
  211. package/dist-esm/src/operations/subAssessments.d.ts +81 -0
  212. package/dist-esm/src/operations/subAssessments.d.ts.map +1 -0
  213. package/dist-esm/src/operations/subAssessments.js +278 -0
  214. package/dist-esm/src/operations/subAssessments.js.map +1 -0
  215. package/dist-esm/src/operations/tasks.d.ts +104 -0
  216. package/dist-esm/src/operations/tasks.d.ts.map +1 -0
  217. package/dist-esm/src/operations/tasks.js +462 -0
  218. package/dist-esm/src/operations/tasks.js.map +1 -0
  219. package/dist-esm/src/operations/topology.d.ts +58 -0
  220. package/dist-esm/src/operations/topology.d.ts.map +1 -0
  221. package/dist-esm/src/operations/topology.js +260 -0
  222. package/dist-esm/src/operations/topology.js.map +1 -0
  223. package/dist-esm/src/operations/workspaceSettings.d.ts +62 -0
  224. package/dist-esm/src/operations/workspaceSettings.d.ts.map +1 -0
  225. package/dist-esm/src/operations/workspaceSettings.js +244 -0
  226. package/dist-esm/src/operations/workspaceSettings.js.map +1 -0
  227. package/dist-esm/src/operationsInterfaces/adaptiveApplicationControls.d.ts +29 -0
  228. package/dist-esm/src/operationsInterfaces/adaptiveApplicationControls.d.ts.map +1 -0
  229. package/dist-esm/src/operationsInterfaces/adaptiveApplicationControls.js +9 -0
  230. package/dist-esm/src/operationsInterfaces/adaptiveApplicationControls.js.map +1 -0
  231. package/dist-esm/src/operationsInterfaces/adaptiveNetworkHardenings.d.ts +52 -0
  232. package/dist-esm/src/operationsInterfaces/adaptiveNetworkHardenings.d.ts.map +1 -0
  233. package/dist-esm/src/operationsInterfaces/adaptiveNetworkHardenings.js +9 -0
  234. package/dist-esm/src/operationsInterfaces/adaptiveNetworkHardenings.js.map +1 -0
  235. package/dist-esm/src/operationsInterfaces/advancedThreatProtection.d.ts +18 -0
  236. package/dist-esm/src/operationsInterfaces/advancedThreatProtection.d.ts.map +1 -0
  237. package/dist-esm/src/operationsInterfaces/advancedThreatProtection.js +9 -0
  238. package/dist-esm/src/operationsInterfaces/advancedThreatProtection.js.map +1 -0
  239. package/dist-esm/src/operationsInterfaces/alerts.d.ts +100 -0
  240. package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +1 -0
  241. package/dist-esm/src/operationsInterfaces/{standards.js → alerts.js} +1 -1
  242. package/dist-esm/src/operationsInterfaces/alerts.js.map +1 -0
  243. package/dist-esm/src/operationsInterfaces/alertsSuppressionRules.d.ts +30 -0
  244. package/dist-esm/src/operationsInterfaces/alertsSuppressionRules.d.ts.map +1 -0
  245. package/dist-esm/src/operationsInterfaces/alertsSuppressionRules.js +9 -0
  246. package/dist-esm/src/operationsInterfaces/alertsSuppressionRules.js.map +1 -0
  247. package/dist-esm/src/operationsInterfaces/allowedConnections.d.ts +25 -0
  248. package/dist-esm/src/operationsInterfaces/allowedConnections.d.ts.map +1 -0
  249. package/dist-esm/src/operationsInterfaces/allowedConnections.js +9 -0
  250. package/dist-esm/src/operationsInterfaces/allowedConnections.js.map +1 -0
  251. package/dist-esm/src/operationsInterfaces/assessments.d.ts +38 -0
  252. package/dist-esm/src/operationsInterfaces/assessments.d.ts.map +1 -0
  253. package/dist-esm/src/operationsInterfaces/{assignments.js → assessments.js} +1 -1
  254. package/dist-esm/src/operationsInterfaces/assessments.js.map +1 -0
  255. package/dist-esm/src/operationsInterfaces/assessmentsMetadata.d.ts +42 -0
  256. package/dist-esm/src/operationsInterfaces/assessmentsMetadata.d.ts.map +1 -0
  257. package/dist-esm/src/operationsInterfaces/assessmentsMetadata.js +9 -0
  258. package/dist-esm/src/operationsInterfaces/assessmentsMetadata.js.map +1 -0
  259. package/dist-esm/src/operationsInterfaces/autoProvisioningSettings.d.ts +24 -0
  260. package/dist-esm/src/operationsInterfaces/autoProvisioningSettings.d.ts.map +1 -0
  261. package/dist-esm/src/operationsInterfaces/autoProvisioningSettings.js +9 -0
  262. package/dist-esm/src/operationsInterfaces/autoProvisioningSettings.js.map +1 -0
  263. package/dist-esm/src/operationsInterfaces/automations.d.ts +56 -0
  264. package/dist-esm/src/operationsInterfaces/automations.d.ts.map +1 -0
  265. package/dist-esm/src/operationsInterfaces/automations.js +9 -0
  266. package/dist-esm/src/operationsInterfaces/automations.js.map +1 -0
  267. package/dist-esm/src/operationsInterfaces/complianceResults.d.ts +21 -0
  268. package/dist-esm/src/operationsInterfaces/complianceResults.d.ts.map +1 -0
  269. package/dist-esm/src/operationsInterfaces/complianceResults.js +9 -0
  270. package/dist-esm/src/operationsInterfaces/complianceResults.js.map +1 -0
  271. package/dist-esm/src/operationsInterfaces/compliances.d.ts +23 -0
  272. package/dist-esm/src/operationsInterfaces/compliances.d.ts.map +1 -0
  273. package/dist-esm/src/operationsInterfaces/compliances.js +9 -0
  274. package/dist-esm/src/operationsInterfaces/compliances.js.map +1 -0
  275. package/dist-esm/src/operationsInterfaces/connectors.d.ts +32 -0
  276. package/dist-esm/src/operationsInterfaces/connectors.d.ts.map +1 -0
  277. package/dist-esm/src/operationsInterfaces/connectors.js +9 -0
  278. package/dist-esm/src/operationsInterfaces/connectors.js.map +1 -0
  279. package/dist-esm/src/operationsInterfaces/customAssessmentAutomations.d.ts +44 -0
  280. package/dist-esm/src/operationsInterfaces/customAssessmentAutomations.d.ts.map +1 -0
  281. package/dist-esm/src/operationsInterfaces/customAssessmentAutomations.js +9 -0
  282. package/dist-esm/src/operationsInterfaces/customAssessmentAutomations.js.map +1 -0
  283. package/dist-esm/src/operationsInterfaces/customEntityStoreAssignments.d.ts +47 -0
  284. package/dist-esm/src/operationsInterfaces/customEntityStoreAssignments.d.ts.map +1 -0
  285. package/dist-esm/src/operationsInterfaces/customEntityStoreAssignments.js +9 -0
  286. package/dist-esm/src/operationsInterfaces/customEntityStoreAssignments.js.map +1 -0
  287. package/dist-esm/src/operationsInterfaces/deviceSecurityGroups.d.ts +37 -0
  288. package/dist-esm/src/operationsInterfaces/deviceSecurityGroups.d.ts.map +1 -0
  289. package/dist-esm/src/operationsInterfaces/deviceSecurityGroups.js +9 -0
  290. package/dist-esm/src/operationsInterfaces/deviceSecurityGroups.js.map +1 -0
  291. package/dist-esm/src/operationsInterfaces/discoveredSecuritySolutions.d.ts +24 -0
  292. package/dist-esm/src/operationsInterfaces/discoveredSecuritySolutions.d.ts.map +1 -0
  293. package/dist-esm/src/operationsInterfaces/discoveredSecuritySolutions.js +9 -0
  294. package/dist-esm/src/operationsInterfaces/discoveredSecuritySolutions.js.map +1 -0
  295. package/dist-esm/src/operationsInterfaces/externalSecuritySolutions.d.ts +24 -0
  296. package/dist-esm/src/operationsInterfaces/externalSecuritySolutions.d.ts.map +1 -0
  297. package/dist-esm/src/operationsInterfaces/externalSecuritySolutions.js +9 -0
  298. package/dist-esm/src/operationsInterfaces/externalSecuritySolutions.js.map +1 -0
  299. package/dist-esm/src/operationsInterfaces/index.d.ts +49 -2
  300. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  301. package/dist-esm/src/operationsInterfaces/index.js +49 -2
  302. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  303. package/dist-esm/src/operationsInterfaces/informationProtectionPolicies.d.ts +33 -0
  304. package/dist-esm/src/operationsInterfaces/informationProtectionPolicies.d.ts.map +1 -0
  305. package/dist-esm/src/operationsInterfaces/informationProtectionPolicies.js +9 -0
  306. package/dist-esm/src/operationsInterfaces/informationProtectionPolicies.js.map +1 -0
  307. package/dist-esm/src/operationsInterfaces/ingestionSettings.d.ts +46 -0
  308. package/dist-esm/src/operationsInterfaces/ingestionSettings.d.ts.map +1 -0
  309. package/dist-esm/src/operationsInterfaces/ingestionSettings.js +9 -0
  310. package/dist-esm/src/operationsInterfaces/ingestionSettings.js.map +1 -0
  311. package/dist-esm/src/operationsInterfaces/iotSecuritySolution.d.ts +53 -0
  312. package/dist-esm/src/operationsInterfaces/iotSecuritySolution.d.ts.map +1 -0
  313. package/dist-esm/src/operationsInterfaces/iotSecuritySolution.js +9 -0
  314. package/dist-esm/src/operationsInterfaces/iotSecuritySolution.js.map +1 -0
  315. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts +21 -0
  316. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts.map +1 -0
  317. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionAnalytics.js +9 -0
  318. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionAnalytics.js.map +1 -0
  319. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +33 -0
  320. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -0
  321. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js +9 -0
  322. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -0
  323. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts +25 -0
  324. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -0
  325. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js +9 -0
  326. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -0
  327. package/dist-esm/src/operationsInterfaces/jitNetworkAccessPolicies.d.ts +64 -0
  328. package/dist-esm/src/operationsInterfaces/jitNetworkAccessPolicies.d.ts.map +1 -0
  329. package/dist-esm/src/operationsInterfaces/jitNetworkAccessPolicies.js +9 -0
  330. package/dist-esm/src/operationsInterfaces/jitNetworkAccessPolicies.js.map +1 -0
  331. package/dist-esm/src/operationsInterfaces/locations.d.ts +18 -0
  332. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
  333. package/dist-esm/src/operationsInterfaces/locations.js +9 -0
  334. package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
  335. package/dist-esm/src/operationsInterfaces/mdeOnboardings.d.ts +15 -0
  336. package/dist-esm/src/operationsInterfaces/mdeOnboardings.d.ts.map +1 -0
  337. package/dist-esm/src/operationsInterfaces/mdeOnboardings.js +9 -0
  338. package/dist-esm/src/operationsInterfaces/mdeOnboardings.js.map +1 -0
  339. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  340. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  341. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  342. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  343. package/dist-esm/src/operationsInterfaces/pricings.d.ts +23 -0
  344. package/dist-esm/src/operationsInterfaces/pricings.d.ts.map +1 -0
  345. package/dist-esm/src/operationsInterfaces/pricings.js +9 -0
  346. package/dist-esm/src/operationsInterfaces/pricings.js.map +1 -0
  347. package/dist-esm/src/operationsInterfaces/regulatoryComplianceAssessments.d.ts +21 -0
  348. package/dist-esm/src/operationsInterfaces/regulatoryComplianceAssessments.d.ts.map +1 -0
  349. package/dist-esm/src/operationsInterfaces/regulatoryComplianceAssessments.js +9 -0
  350. package/dist-esm/src/operationsInterfaces/regulatoryComplianceAssessments.js.map +1 -0
  351. package/dist-esm/src/operationsInterfaces/regulatoryComplianceControls.d.ts +19 -0
  352. package/dist-esm/src/operationsInterfaces/regulatoryComplianceControls.d.ts.map +1 -0
  353. package/dist-esm/src/operationsInterfaces/regulatoryComplianceControls.js +9 -0
  354. package/dist-esm/src/operationsInterfaces/regulatoryComplianceControls.js.map +1 -0
  355. package/dist-esm/src/operationsInterfaces/regulatoryComplianceStandards.d.ts +17 -0
  356. package/dist-esm/src/operationsInterfaces/regulatoryComplianceStandards.d.ts.map +1 -0
  357. package/dist-esm/src/operationsInterfaces/regulatoryComplianceStandards.js +9 -0
  358. package/dist-esm/src/operationsInterfaces/regulatoryComplianceStandards.js.map +1 -0
  359. package/dist-esm/src/operationsInterfaces/secureScoreControlDefinitions.d.ts +17 -0
  360. package/dist-esm/src/operationsInterfaces/secureScoreControlDefinitions.d.ts.map +1 -0
  361. package/dist-esm/src/operationsInterfaces/secureScoreControlDefinitions.js +9 -0
  362. package/dist-esm/src/operationsInterfaces/secureScoreControlDefinitions.js.map +1 -0
  363. package/dist-esm/src/operationsInterfaces/secureScoreControls.d.ts +18 -0
  364. package/dist-esm/src/operationsInterfaces/secureScoreControls.d.ts.map +1 -0
  365. package/dist-esm/src/operationsInterfaces/secureScoreControls.js +9 -0
  366. package/dist-esm/src/operationsInterfaces/secureScoreControls.js.map +1 -0
  367. package/dist-esm/src/operationsInterfaces/secureScores.d.ts +19 -0
  368. package/dist-esm/src/operationsInterfaces/secureScores.d.ts.map +1 -0
  369. package/dist-esm/src/operationsInterfaces/secureScores.js +9 -0
  370. package/dist-esm/src/operationsInterfaces/secureScores.js.map +1 -0
  371. package/dist-esm/src/operationsInterfaces/securityConnectors.d.ts +55 -0
  372. package/dist-esm/src/operationsInterfaces/securityConnectors.d.ts.map +1 -0
  373. package/dist-esm/src/operationsInterfaces/securityConnectors.js +9 -0
  374. package/dist-esm/src/operationsInterfaces/securityConnectors.js.map +1 -0
  375. package/dist-esm/src/operationsInterfaces/securityContacts.d.ts +37 -0
  376. package/dist-esm/src/operationsInterfaces/securityContacts.d.ts.map +1 -0
  377. package/dist-esm/src/operationsInterfaces/securityContacts.js +9 -0
  378. package/dist-esm/src/operationsInterfaces/securityContacts.js.map +1 -0
  379. package/dist-esm/src/operationsInterfaces/securitySolutions.d.ts +19 -0
  380. package/dist-esm/src/operationsInterfaces/securitySolutions.d.ts.map +1 -0
  381. package/dist-esm/src/operationsInterfaces/securitySolutions.js +9 -0
  382. package/dist-esm/src/operationsInterfaces/securitySolutions.js.map +1 -0
  383. package/dist-esm/src/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts +15 -0
  384. package/dist-esm/src/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts.map +1 -0
  385. package/dist-esm/src/operationsInterfaces/securitySolutionsReferenceDataOperations.js +9 -0
  386. package/dist-esm/src/operationsInterfaces/securitySolutionsReferenceDataOperations.js.map +1 -0
  387. package/dist-esm/src/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts +57 -0
  388. package/dist-esm/src/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts.map +1 -0
  389. package/dist-esm/src/operationsInterfaces/serverVulnerabilityAssessmentOperations.js +9 -0
  390. package/dist-esm/src/operationsInterfaces/serverVulnerabilityAssessmentOperations.js.map +1 -0
  391. package/dist-esm/src/operationsInterfaces/settings.d.ts +24 -0
  392. package/dist-esm/src/operationsInterfaces/settings.d.ts.map +1 -0
  393. package/dist-esm/src/operationsInterfaces/settings.js +9 -0
  394. package/dist-esm/src/operationsInterfaces/settings.js.map +1 -0
  395. package/dist-esm/src/operationsInterfaces/softwareInventories.d.ts +32 -0
  396. package/dist-esm/src/operationsInterfaces/softwareInventories.d.ts.map +1 -0
  397. package/dist-esm/src/operationsInterfaces/softwareInventories.js +9 -0
  398. package/dist-esm/src/operationsInterfaces/softwareInventories.js.map +1 -0
  399. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts +43 -0
  400. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +1 -0
  401. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js +9 -0
  402. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js.map +1 -0
  403. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts +22 -0
  404. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts.map +1 -0
  405. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js +9 -0
  406. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js.map +1 -0
  407. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts +20 -0
  408. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts.map +1 -0
  409. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScans.js +9 -0
  410. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScans.js.map +1 -0
  411. package/dist-esm/src/operationsInterfaces/subAssessments.d.ts +33 -0
  412. package/dist-esm/src/operationsInterfaces/subAssessments.d.ts.map +1 -0
  413. package/dist-esm/src/operationsInterfaces/subAssessments.js +9 -0
  414. package/dist-esm/src/operationsInterfaces/subAssessments.js.map +1 -0
  415. package/dist-esm/src/operationsInterfaces/tasks.d.ts +53 -0
  416. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +1 -0
  417. package/dist-esm/src/operationsInterfaces/tasks.js +9 -0
  418. package/dist-esm/src/operationsInterfaces/tasks.js.map +1 -0
  419. package/dist-esm/src/operationsInterfaces/topology.d.ts +24 -0
  420. package/dist-esm/src/operationsInterfaces/topology.d.ts.map +1 -0
  421. package/dist-esm/src/operationsInterfaces/topology.js +9 -0
  422. package/dist-esm/src/operationsInterfaces/topology.js.map +1 -0
  423. package/dist-esm/src/operationsInterfaces/workspaceSettings.d.ts +40 -0
  424. package/dist-esm/src/operationsInterfaces/workspaceSettings.d.ts.map +1 -0
  425. package/dist-esm/src/operationsInterfaces/workspaceSettings.js +9 -0
  426. package/dist-esm/src/operationsInterfaces/workspaceSettings.js.map +1 -0
  427. package/dist-esm/src/securityCenter.d.ts +58 -6
  428. package/dist-esm/src/securityCenter.d.ts.map +1 -1
  429. package/dist-esm/src/securityCenter.js +88 -7
  430. package/dist-esm/src/securityCenter.js.map +1 -1
  431. package/package.json +10 -8
  432. package/review/arm-security.api.md +5199 -135
  433. package/src/index.ts +0 -1
  434. package/src/lroImpl.ts +34 -0
  435. package/src/models/index.ts +7015 -195
  436. package/src/models/mappers.ts +8411 -212
  437. package/src/models/parameters.ts +977 -15
  438. package/src/operations/adaptiveApplicationControls.ts +186 -0
  439. package/src/operations/adaptiveNetworkHardenings.ts +437 -0
  440. package/src/operations/advancedThreatProtection.ts +112 -0
  441. package/src/operations/alerts.ts +956 -0
  442. package/src/operations/alertsSuppressionRules.ts +257 -0
  443. package/src/operations/allowedConnections.ts +303 -0
  444. package/src/operations/assessments.ts +282 -0
  445. package/src/operations/assessmentsMetadata.ts +398 -0
  446. package/src/operations/autoProvisioningSettings.ts +222 -0
  447. package/src/operations/automations.ts +458 -0
  448. package/src/operations/complianceResults.ts +194 -0
  449. package/src/operations/compliances.ts +195 -0
  450. package/src/operations/connectors.ts +260 -0
  451. package/src/operations/{standards.ts → customAssessmentAutomations.ts} +181 -171
  452. package/src/operations/customEntityStoreAssignments.ts +421 -0
  453. package/src/operations/deviceSecurityGroups.ts +276 -0
  454. package/src/operations/discoveredSecuritySolutions.ts +302 -0
  455. package/src/operations/externalSecuritySolutions.ts +302 -0
  456. package/src/operations/index.ts +49 -2
  457. package/src/operations/informationProtectionPolicies.ts +252 -0
  458. package/src/operations/ingestionSettings.ts +339 -0
  459. package/src/operations/iotSecuritySolution.ts +463 -0
  460. package/src/operations/iotSecuritySolutionAnalytics.ts +116 -0
  461. package/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.ts +269 -0
  462. package/src/operations/iotSecuritySolutionsAnalyticsRecommendation.ts +234 -0
  463. package/src/operations/jitNetworkAccessPolicies.ts +718 -0
  464. package/src/operations/locations.ts +177 -0
  465. package/src/operations/mdeOnboardings.ts +89 -0
  466. package/src/operations/operations.ts +137 -0
  467. package/src/operations/pricings.ts +138 -0
  468. package/src/operations/regulatoryComplianceAssessments.ts +248 -0
  469. package/src/operations/regulatoryComplianceControls.ts +211 -0
  470. package/src/operations/regulatoryComplianceStandards.ts +181 -0
  471. package/src/operations/secureScoreControlDefinitions.ts +251 -0
  472. package/src/operations/secureScoreControls.ts +276 -0
  473. package/src/operations/secureScores.ts +182 -0
  474. package/src/operations/securityConnectors.ts +458 -0
  475. package/src/operations/securityContacts.ts +299 -0
  476. package/src/operations/securitySolutions.ts +185 -0
  477. package/src/operations/securitySolutionsReferenceDataOperations.ts +97 -0
  478. package/src/operations/serverVulnerabilityAssessmentOperations.ts +325 -0
  479. package/src/operations/settings.ts +222 -0
  480. package/src/operations/softwareInventories.ts +404 -0
  481. package/src/operations/sqlVulnerabilityAssessmentBaselineRules.ts +220 -0
  482. package/src/operations/sqlVulnerabilityAssessmentScanResults.ts +115 -0
  483. package/src/operations/sqlVulnerabilityAssessmentScans.ts +106 -0
  484. package/src/operations/subAssessments.ts +346 -0
  485. package/src/operations/tasks.ts +556 -0
  486. package/src/operations/topology.ts +301 -0
  487. package/src/operations/workspaceSettings.ts +303 -0
  488. package/src/operationsInterfaces/adaptiveApplicationControls.ts +58 -0
  489. package/src/operationsInterfaces/adaptiveNetworkHardenings.ts +97 -0
  490. package/src/operationsInterfaces/advancedThreatProtection.ts +39 -0
  491. package/src/operationsInterfaces/alerts.ts +169 -0
  492. package/src/operationsInterfaces/alertsSuppressionRules.ts +59 -0
  493. package/src/operationsInterfaces/allowedConnections.ts +49 -0
  494. package/src/operationsInterfaces/assessments.ts +72 -0
  495. package/src/operationsInterfaces/assessmentsMetadata.ts +79 -0
  496. package/src/operationsInterfaces/autoProvisioningSettings.ts +49 -0
  497. package/src/operationsInterfaces/automations.ts +99 -0
  498. package/src/operationsInterfaces/complianceResults.ts +42 -0
  499. package/src/operationsInterfaces/compliances.ts +44 -0
  500. package/src/operationsInterfaces/connectors.ts +61 -0
  501. package/src/operationsInterfaces/customAssessmentAutomations.ts +81 -0
  502. package/src/operationsInterfaces/customEntityStoreAssignments.ts +84 -0
  503. package/src/operationsInterfaces/deviceSecurityGroups.ts +70 -0
  504. package/src/operationsInterfaces/discoveredSecuritySolutions.ts +47 -0
  505. package/src/operationsInterfaces/externalSecuritySolutions.ts +47 -0
  506. package/src/operationsInterfaces/index.ts +49 -2
  507. package/src/operationsInterfaces/informationProtectionPolicies.ts +62 -0
  508. package/src/operationsInterfaces/ingestionSettings.ts +85 -0
  509. package/src/operationsInterfaces/iotSecuritySolution.ts +97 -0
  510. package/src/operationsInterfaces/iotSecuritySolutionAnalytics.ts +42 -0
  511. package/src/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.ts +62 -0
  512. package/src/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.ts +48 -0
  513. package/src/operationsInterfaces/jitNetworkAccessPolicies.ts +115 -0
  514. package/src/operationsInterfaces/locations.ts +34 -0
  515. package/src/operationsInterfaces/mdeOnboardings.ts +32 -0
  516. package/src/operationsInterfaces/operations.ts +22 -0
  517. package/src/operationsInterfaces/pricings.ts +46 -0
  518. package/src/operationsInterfaces/regulatoryComplianceAssessments.ts +44 -0
  519. package/src/operationsInterfaces/regulatoryComplianceControls.ts +40 -0
  520. package/src/operationsInterfaces/regulatoryComplianceStandards.ts +36 -0
  521. package/src/operationsInterfaces/secureScoreControlDefinitions.ts +34 -0
  522. package/src/operationsInterfaces/secureScoreControls.ts +36 -0
  523. package/src/operationsInterfaces/secureScores.ts +38 -0
  524. package/src/operationsInterfaces/securityConnectors.ts +98 -0
  525. package/src/operationsInterfaces/securityContacts.ts +72 -0
  526. package/src/operationsInterfaces/securitySolutions.ts +39 -0
  527. package/src/operationsInterfaces/securitySolutionsReferenceDataOperations.ts +32 -0
  528. package/src/operationsInterfaces/serverVulnerabilityAssessmentOperations.ts +103 -0
  529. package/src/operationsInterfaces/settings.ts +50 -0
  530. package/src/operationsInterfaces/softwareInventories.ts +62 -0
  531. package/src/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.ts +84 -0
  532. package/src/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.ts +46 -0
  533. package/src/operationsInterfaces/sqlVulnerabilityAssessmentScans.ts +42 -0
  534. package/src/operationsInterfaces/subAssessments.ts +60 -0
  535. package/src/operationsInterfaces/tasks.ts +97 -0
  536. package/src/operationsInterfaces/topology.ts +47 -0
  537. package/src/operationsInterfaces/workspaceSettings.ts +75 -0
  538. package/src/securityCenter.ts +286 -9
  539. package/types/arm-security.d.ts +8424 -287
  540. package/types/tsdoc-metadata.json +1 -1
  541. package/dist-esm/src/operations/assignments.d.ts +0 -82
  542. package/dist-esm/src/operations/assignments.d.ts.map +0 -1
  543. package/dist-esm/src/operations/assignments.js.map +0 -1
  544. package/dist-esm/src/operations/standards.d.ts +0 -82
  545. package/dist-esm/src/operations/standards.d.ts.map +0 -1
  546. package/dist-esm/src/operations/standards.js.map +0 -1
  547. package/dist-esm/src/operationsInterfaces/assignments.d.ts +0 -44
  548. package/dist-esm/src/operationsInterfaces/assignments.d.ts.map +0 -1
  549. package/dist-esm/src/operationsInterfaces/assignments.js.map +0 -1
  550. package/dist-esm/src/operationsInterfaces/standards.d.ts +0 -44
  551. package/dist-esm/src/operationsInterfaces/standards.d.ts.map +0 -1
  552. package/dist-esm/src/operationsInterfaces/standards.js.map +0 -1
  553. package/dist-esm/src/securityCenterContext.d.ts +0 -16
  554. package/dist-esm/src/securityCenterContext.d.ts.map +0 -1
  555. package/dist-esm/src/securityCenterContext.js +0 -49
  556. package/dist-esm/src/securityCenterContext.js.map +0 -1
  557. package/src/operations/assignments.ts +0 -401
  558. package/src/operationsInterfaces/assignments.ts +0 -80
  559. package/src/operationsInterfaces/standards.ts +0 -80
  560. package/src/securityCenterContext.ts +0 -70
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/standards.ts","../src/operations/assignments.ts","../src/securityCenterContext.ts","../src/securityCenter.ts"],"sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Page of a Standard list */\nexport interface StandardList {\n /**\n * Collection of standards in this page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Standard[];\n /**\n * The URI to fetch the next page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes an Azure resource. */\nexport interface Resource {\n /**\n * Resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Describes an Azure resource with location */\nexport interface AzureTrackedResourceLocation {\n /** Location where the resource is stored */\n location?: string;\n}\n\n/** Describes an Azure resource with kind */\nexport interface Kind {\n /** Kind of the resource */\n kind?: string;\n}\n\n/** Entity tag is used for comparing two or more entities from the same requested resource. */\nexport interface ETag {\n /** Entity tag is used for comparing two or more entities from the same requested resource. */\n etag?: string;\n}\n\n/** A list of key value pairs that describe the resource. */\nexport interface Tags {\n /** A list of key value pairs that describe the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Describes properties of an component as related to the standard */\nexport interface StandardComponentProperties {\n /** Component Key matching componentMetadata */\n key?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface CloudError {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: CloudErrorBody[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The error detail. */\nexport interface CloudErrorBody {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: CloudErrorBody[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Page of a standard assignment list */\nexport interface AssignmentList {\n /**\n * Collection of standardAssignments in this page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Assignment[];\n /**\n * The URI to fetch the next page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** describe the properties of a of a security standard object reference */\nexport interface AssignedStandardItem {\n /** full resourceId of the Microsoft.Security/standard object */\n id?: string;\n}\n\n/** describe the properties of a security assessment object reference (by key) */\nexport interface AssignedComponentItem {\n /** unique key to a security assessment object */\n key?: string;\n}\n\n/** Additional data about the assignment */\nexport interface AssignmentPropertiesAdditionalData {\n /** Exemption category of this assignment */\n exemptionCategory?: string;\n}\n\n/** Describes an Azure tracked resource. */\nexport type TrackedResource = Resource &\n AzureTrackedResourceLocation &\n Kind &\n ETag &\n Tags & {};\n\n/** Security Standard on a resource */\nexport type Standard = TrackedResource & {\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** display name of the standard, equivalent to the standardId */\n displayName?: string;\n /**\n * standard type (Custom or BuiltIn only currently)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly standardType?: string;\n /** description of the standard */\n description?: string;\n /** category of the standard provided */\n category?: string;\n /** List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. Currently only supports assessment keys. */\n components?: StandardComponentProperties[];\n};\n\n/** Security Assignment on a resource group over a given scope */\nexport type Assignment = TrackedResource & {\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** display name of the standardAssignment */\n displayName?: string;\n /** description of the standardAssignment */\n description?: string;\n /** Standard item with key as applied to this standard assignment over the given scope */\n assignedStandard?: AssignedStandardItem;\n /** Component item with key as applied to this standard assignment over the given scope */\n assignedComponent?: AssignedComponentItem;\n /** Scope to which the standardAssignment applies - can be a subscription path or a resource group under that subscription */\n scope?: string;\n /** expected effect of this assignment (Disable/Exempt/etc) */\n effect?: string;\n /** Expiration date of this assignment as a full ISO date */\n expiresOn?: Date;\n /** Additional data about the assignment */\n additionalData?: AssignmentPropertiesAdditionalData;\n /** The assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs. */\n metadata?: Record<string, unknown>;\n};\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n User = \"User\",\n Application = \"Application\",\n ManagedIdentity = \"ManagedIdentity\",\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Optional parameters. */\nexport interface StandardsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type StandardsListBySubscriptionResponse = StandardList;\n\n/** Optional parameters. */\nexport interface StandardsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type StandardsListResponse = StandardList;\n\n/** Optional parameters. */\nexport interface StandardsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type StandardsGetResponse = Standard;\n\n/** Optional parameters. */\nexport interface StandardsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type StandardsCreateOrUpdateResponse = Standard;\n\n/** Optional parameters. */\nexport interface StandardsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface StandardsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type StandardsListBySubscriptionNextResponse = StandardList;\n\n/** Optional parameters. */\nexport interface StandardsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type StandardsListNextResponse = StandardList;\n\n/** Optional parameters. */\nexport interface AssignmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AssignmentsListBySubscriptionResponse = AssignmentList;\n\n/** Optional parameters. */\nexport interface AssignmentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AssignmentsListResponse = AssignmentList;\n\n/** Optional parameters. */\nexport interface AssignmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AssignmentsGetResponse = Assignment;\n\n/** Optional parameters. */\nexport interface AssignmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AssignmentsCreateOrUpdateResponse = Assignment;\n\n/** Optional parameters. */\nexport interface AssignmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AssignmentsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AssignmentsListBySubscriptionNextResponse = AssignmentList;\n\n/** Optional parameters. */\nexport interface AssignmentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AssignmentsListNextResponse = AssignmentList;\n\n/** Optional parameters. */\nexport interface SecurityCenterOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\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 StandardList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StandardList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Standard\"\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 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 AzureTrackedResourceLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureTrackedResourceLocation\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Kind: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Kind\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ETag: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ETag\",\n modelProperties: {\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Tags: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Tags\",\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 StandardComponentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StandardComponentProperties\",\n modelProperties: {\n key: {\n serializedName: \"key\",\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 CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n code: {\n serializedName: \"error.code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"error.message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"error.target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"error.details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"error.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 CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\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: \"CloudErrorBody\"\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 AssignmentList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssignmentList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Assignment\"\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 AssignedStandardItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssignedStandardItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssignedComponentItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssignedComponentItem\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AssignmentPropertiesAdditionalData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssignmentPropertiesAdditionalData\",\n modelProperties: {\n exemptionCategory: {\n serializedName: \"exemptionCategory\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...AzureTrackedResourceLocation.type.modelProperties,\n ...Kind.type.modelProperties,\n ...ETag.type.modelProperties,\n ...Tags.type.modelProperties\n }\n }\n};\n\nexport const Standard: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Standard\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n standardType: {\n serializedName: \"properties.standardType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n category: {\n serializedName: \"properties.category\",\n type: {\n name: \"String\"\n }\n },\n components: {\n serializedName: \"properties.components\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StandardComponentProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Assignment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Assignment\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n assignedStandard: {\n serializedName: \"properties.assignedStandard\",\n type: {\n name: \"Composite\",\n className: \"AssignedStandardItem\"\n }\n },\n assignedComponent: {\n serializedName: \"properties.assignedComponent\",\n type: {\n name: \"Composite\",\n className: \"AssignedComponentItem\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n effect: {\n serializedName: \"properties.effect\",\n type: {\n name: \"String\"\n }\n },\n expiresOn: {\n serializedName: \"properties.expiresOn\",\n type: {\n name: \"DateTime\"\n }\n },\n additionalData: {\n serializedName: \"properties.additionalData\",\n type: {\n name: \"Composite\",\n className: \"AssignmentPropertiesAdditionalData\"\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n","/*\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 Standard as StandardMapper,\n Assignment as AssignmentMapper\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-08-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$\"\n )\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const standardId: OperationURLParameter = {\n parameterPath: \"standardId\",\n mapper: {\n serializedName: \"standardId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const standard: OperationParameter = {\n parameterPath: \"standard\",\n mapper: StandardMapper\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 assignmentId: OperationURLParameter = {\n parameterPath: \"assignmentId\",\n mapper: {\n serializedName: \"assignmentId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const assignment: OperationParameter = {\n parameterPath: \"assignment\",\n mapper: AssignmentMapper\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Standards } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenterContext } from \"../securityCenterContext\";\nimport {\n Standard,\n StandardsListBySubscriptionNextOptionalParams,\n StandardsListBySubscriptionOptionalParams,\n StandardsListNextOptionalParams,\n StandardsListOptionalParams,\n StandardsListBySubscriptionResponse,\n StandardsListResponse,\n StandardsGetOptionalParams,\n StandardsGetResponse,\n StandardsCreateOrUpdateOptionalParams,\n StandardsCreateOrUpdateResponse,\n StandardsDeleteOptionalParams,\n StandardsListBySubscriptionNextResponse,\n StandardsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Standards operations. */\nexport class StandardsImpl implements Standards {\n private readonly client: SecurityCenterContext;\n\n /**\n * Initialize a new instance of the class Standards class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenterContext) {\n this.client = client;\n }\n\n /**\n * Get a list of all relevant security standards over a subscription level scope.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: StandardsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Standard> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: StandardsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Standard[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: StandardsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Standard> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get security standards on all your resources inside a scope\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n options?: StandardsListOptionalParams\n ): PagedAsyncIterableIterator<Standard> {\n const iter = this.listPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n options?: StandardsListOptionalParams\n ): AsyncIterableIterator<Standard[]> {\n let result = await this._list(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n options?: StandardsListOptionalParams\n ): AsyncIterableIterator<Standard> {\n for await (const page of this.listPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of all relevant security standards over a subscription level scope.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: StandardsListBySubscriptionOptionalParams\n ): Promise<StandardsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Get security standards on all your resources inside a scope\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n options?: StandardsListOptionalParams\n ): Promise<StandardsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get a specific security standard for the requested scope\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param standardId The Security Standard key - unique key for the standard type\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n standardId: string,\n options?: StandardsGetOptionalParams\n ): Promise<StandardsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, standardId, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a security standard on the given scope. Available only for custom standards. Will\n * create/update the required standard definitions.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param standardId The Security Standard key - unique key for the standard type\n * @param standard Custom security standard over a pre-defined scope\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n standardId: string,\n standard: Standard,\n options?: StandardsCreateOrUpdateOptionalParams\n ): Promise<StandardsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, standardId, standard, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete a security standard on a scope.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param standardId The Security Standard key - unique key for the standard type\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n standardId: string,\n options?: StandardsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, standardId, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: StandardsListBySubscriptionNextOptionalParams\n ): Promise<StandardsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n nextLink: string,\n options?: StandardsListNextOptionalParams\n ): Promise<StandardsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/standards\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StandardList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/standards\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StandardList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/standards/{standardId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Standard\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.standardId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/standards/{standardId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Standard\n },\n 201: {\n bodyMapper: Mappers.Standard\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.standard,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.standardId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/standards/{standardId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.standardId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StandardList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StandardList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Assignments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenterContext } from \"../securityCenterContext\";\nimport {\n Assignment,\n AssignmentsListBySubscriptionNextOptionalParams,\n AssignmentsListBySubscriptionOptionalParams,\n AssignmentsListNextOptionalParams,\n AssignmentsListOptionalParams,\n AssignmentsListBySubscriptionResponse,\n AssignmentsListResponse,\n AssignmentsGetOptionalParams,\n AssignmentsGetResponse,\n AssignmentsCreateOrUpdateOptionalParams,\n AssignmentsCreateOrUpdateResponse,\n AssignmentsDeleteOptionalParams,\n AssignmentsListBySubscriptionNextResponse,\n AssignmentsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Assignments operations. */\nexport class AssignmentsImpl implements Assignments {\n private readonly client: SecurityCenterContext;\n\n /**\n * Initialize a new instance of the class Assignments class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenterContext) {\n this.client = client;\n }\n\n /**\n * Get a list of all relevant standardAssignments over a subscription level scope\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: AssignmentsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Assignment> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: AssignmentsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Assignment[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: AssignmentsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Assignment> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of all relevant standardAssignments available for scope\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n options?: AssignmentsListOptionalParams\n ): PagedAsyncIterableIterator<Assignment> {\n const iter = this.listPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n options?: AssignmentsListOptionalParams\n ): AsyncIterableIterator<Assignment[]> {\n let result = await this._list(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n options?: AssignmentsListOptionalParams\n ): AsyncIterableIterator<Assignment> {\n for await (const page of this.listPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of all relevant standardAssignments over a subscription level scope\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: AssignmentsListBySubscriptionOptionalParams\n ): Promise<AssignmentsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Get a list of all relevant standardAssignments available for scope\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n options?: AssignmentsListOptionalParams\n ): Promise<AssignmentsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get a specific standard assignment for the requested scope by resourceId\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param assignmentId The security assignment key - unique key for the standard assignment\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n assignmentId: string,\n options?: AssignmentsGetOptionalParams\n ): Promise<AssignmentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, assignmentId, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a security assignment on the given scope. Will create/update the required standard\n * assignment.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param assignmentId The security assignment key - unique key for the standard assignment\n * @param assignment Custom standard assignment over a pre-defined scope\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n assignmentId: string,\n assignment: Assignment,\n options?: AssignmentsCreateOrUpdateOptionalParams\n ): Promise<AssignmentsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, assignmentId, assignment, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete a standard assignment over a given scope\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param assignmentId The security assignment key - unique key for the standard assignment\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n assignmentId: string,\n options?: AssignmentsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, assignmentId, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: AssignmentsListBySubscriptionNextOptionalParams\n ): Promise<AssignmentsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n nextLink: string,\n options?: AssignmentsListNextOptionalParams\n ): Promise<AssignmentsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/assignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssignmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/assignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssignmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/assignments/{assignmentId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Assignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.assignmentId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/assignments/{assignmentId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Assignment\n },\n 201: {\n bodyMapper: Mappers.Assignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.assignment,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.assignmentId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/assignments/{assignmentId}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.assignmentId\n ],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssignmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssignmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport { SecurityCenterOptionalParams } from \"./models\";\n\nexport class SecurityCenterContext extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the SecurityCenterContext class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Azure subscription ID\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: SecurityCenterOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: SecurityCenterOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-security/4.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n if (!options.credentialScopes) {\n options.credentialScopes = [\"https://management.azure.com/.default\"];\n }\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n baseUri: options.endpoint || \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2021-08-01-preview\";\n }\n}\n","/*\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 coreAuth from \"@azure/core-auth\";\nimport { StandardsImpl, AssignmentsImpl } from \"./operations\";\nimport { Standards, Assignments } from \"./operationsInterfaces\";\nimport { SecurityCenterContext } from \"./securityCenterContext\";\nimport { SecurityCenterOptionalParams } from \"./models\";\n\nexport class SecurityCenter extends SecurityCenterContext {\n /**\n * Initializes a new instance of the SecurityCenter class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Azure subscription ID\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: SecurityCenterOptionalParams\n ) {\n super(credentials, subscriptionId, options);\n this.standards = new StandardsImpl(this);\n this.assignments = new AssignmentsImpl(this);\n }\n\n standards: Standards;\n assignments: Assignments;\n}\n"],"names":["KnownCreatedByType","StandardMapper","AssignmentMapper","__asyncValues","__asyncDelegator","coreClient.createSerializer","Mappers.StandardList","Mappers.CloudError","Parameters.apiVersion","Parameters.$host","Parameters.subscriptionId","Parameters.accept","Parameters.resourceGroupName","Mappers.Standard","Parameters.standardId","Parameters.standard","Parameters.contentType","Parameters.nextLink","listBySubscriptionOperationSpec","listOperationSpec","getOperationSpec","createOrUpdateOperationSpec","deleteOperationSpec","listBySubscriptionNextOperationSpec","listNextOperationSpec","serializer","Mappers.AssignmentList","Mappers.Assignment","Parameters.assignmentId","Parameters.assignment","coreClient.ServiceClient"],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sources":["../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/mdeOnboardings.ts","../src/operations/customAssessmentAutomations.ts","../src/operations/customEntityStoreAssignments.ts","../src/operations/complianceResults.ts","../src/operations/pricings.ts","../src/operations/advancedThreatProtection.ts","../src/operations/deviceSecurityGroups.ts","../src/operations/iotSecuritySolution.ts","../src/operations/iotSecuritySolutionAnalytics.ts","../src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.ts","../src/operations/iotSecuritySolutionsAnalyticsRecommendation.ts","../src/operations/locations.ts","../src/operations/operations.ts","../src/operations/tasks.ts","../src/operations/autoProvisioningSettings.ts","../src/operations/compliances.ts","../src/operations/informationProtectionPolicies.ts","../src/operations/securityContacts.ts","../src/operations/workspaceSettings.ts","../src/operations/regulatoryComplianceStandards.ts","../src/operations/regulatoryComplianceControls.ts","../src/operations/regulatoryComplianceAssessments.ts","../src/operations/subAssessments.ts","../src/operations/automations.ts","../src/operations/alertsSuppressionRules.ts","../src/lroImpl.ts","../src/operations/serverVulnerabilityAssessmentOperations.ts","../src/operations/assessmentsMetadata.ts","../src/operations/assessments.ts","../src/operations/adaptiveApplicationControls.ts","../src/operations/adaptiveNetworkHardenings.ts","../src/operations/allowedConnections.ts","../src/operations/topology.ts","../src/operations/jitNetworkAccessPolicies.ts","../src/operations/discoveredSecuritySolutions.ts","../src/operations/securitySolutionsReferenceDataOperations.ts","../src/operations/externalSecuritySolutions.ts","../src/operations/secureScores.ts","../src/operations/secureScoreControls.ts","../src/operations/secureScoreControlDefinitions.ts","../src/operations/securitySolutions.ts","../src/operations/connectors.ts","../src/operations/sqlVulnerabilityAssessmentScans.ts","../src/operations/sqlVulnerabilityAssessmentScanResults.ts","../src/operations/sqlVulnerabilityAssessmentBaselineRules.ts","../src/operations/alerts.ts","../src/operations/settings.ts","../src/operations/ingestionSettings.ts","../src/operations/softwareInventories.ts","../src/operations/securityConnectors.ts","../src/securityCenter.ts"],"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 type CustomAlertRuleUnion =\n | CustomAlertRule\n | ThresholdCustomAlertRuleUnion\n | ListCustomAlertRuleUnion;\nexport type ResourceDetailsUnion =\n | ResourceDetails\n | AzureResourceDetails\n | OnPremiseResourceDetailsUnion;\nexport type AdditionalDataUnion =\n | AdditionalData\n | SqlServerVulnerabilityProperties\n | ContainerRegistryVulnerabilityProperties\n | ServerVulnerabilityProperties;\nexport type AutomationActionUnion =\n | AutomationAction\n | AutomationActionLogicApp\n | AutomationActionEventHub\n | AutomationActionWorkspace;\nexport type AuthenticationDetailsPropertiesUnion =\n | AuthenticationDetailsProperties\n | AwsCredsAuthenticationDetailsProperties\n | AwAssumeRoleAuthenticationDetailsProperties\n | GcpCredentialsDetailsProperties;\nexport type ResourceIdentifierUnion =\n | ResourceIdentifier\n | AzureResourceIdentifier\n | LogAnalyticsIdentifier;\nexport type AlertSimulatorRequestPropertiesUnion =\n | AlertSimulatorRequestProperties\n | AlertSimulatorBundlesRequestProperties;\nexport type CloudOfferingUnion =\n | CloudOffering\n | CspmMonitorAwsOffering\n | DefenderForContainersAwsOffering\n | DefenderForServersAwsOffering;\nexport type ExternalSecuritySolutionUnion =\n | ExternalSecuritySolution\n | CefExternalSecuritySolution\n | AtaExternalSecuritySolution\n | AadExternalSecuritySolution;\nexport type SettingUnion = Setting | DataExportSettings | AlertSyncSettings;\nexport type ThresholdCustomAlertRuleUnion =\n | ThresholdCustomAlertRule\n | TimeWindowCustomAlertRuleUnion;\nexport type ListCustomAlertRuleUnion =\n | ListCustomAlertRule\n | AllowlistCustomAlertRuleUnion\n | DenylistCustomAlertRule;\nexport type OnPremiseResourceDetailsUnion =\n | OnPremiseResourceDetails\n | OnPremiseSqlResourceDetails;\nexport type TimeWindowCustomAlertRuleUnion =\n | TimeWindowCustomAlertRule\n | ActiveConnectionsNotInAllowedRange\n | AmqpC2DMessagesNotInAllowedRange\n | MqttC2DMessagesNotInAllowedRange\n | HttpC2DMessagesNotInAllowedRange\n | AmqpC2DRejectedMessagesNotInAllowedRange\n | MqttC2DRejectedMessagesNotInAllowedRange\n | HttpC2DRejectedMessagesNotInAllowedRange\n | AmqpD2CMessagesNotInAllowedRange\n | MqttD2CMessagesNotInAllowedRange\n | HttpD2CMessagesNotInAllowedRange\n | DirectMethodInvokesNotInAllowedRange\n | FailedLocalLoginsNotInAllowedRange\n | FileUploadsNotInAllowedRange\n | QueuePurgesNotInAllowedRange\n | TwinUpdatesNotInAllowedRange\n | UnauthorizedOperationsNotInAllowedRange;\nexport type AllowlistCustomAlertRuleUnion =\n | AllowlistCustomAlertRule\n | ConnectionToIpNotAllowed\n | ConnectionFromIpNotAllowed\n | LocalUserNotAllowed\n | ProcessNotAllowed;\n\n/** List of all MDE onboarding data resources */\nexport interface MdeOnboardingDataList {\n /** List of the resources of the configuration or data needed to onboard the machine to MDE */\n value?: MdeOnboardingData[];\n}\n\n/** Describes an Azure resource. */\nexport interface Resource {\n /**\n * Resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface CloudError {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: CloudErrorBody[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The error detail. */\nexport interface CloudErrorBody {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: CloudErrorBody[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** A list of Custom Assessment Automations */\nexport interface CustomAssessmentAutomationsListResult {\n /**\n * Collection of Custom Assessment Automations\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: CustomAssessmentAutomation[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** describes the custom entity store assignment request */\nexport interface CustomEntityStoreAssignmentRequest {\n /** The principal assigned with entity store. If not provided, will use caller principal. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId] */\n principal?: string;\n}\n\n/** A list of custom entity store assignments */\nexport interface CustomEntityStoreAssignmentsListResult {\n /**\n * Collection of custom entity store assignments\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: CustomEntityStoreAssignment[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** List of compliance results response */\nexport interface ComplianceResultList {\n /** List of compliance results */\n value: ComplianceResult[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of pricing configurations response. */\nexport interface PricingList {\n /** List of pricing configurations */\n value: Pricing[];\n}\n\n/** List of device security groups */\nexport interface DeviceSecurityGroupList {\n /** List of device security group objects */\n value?: DeviceSecurityGroup[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A custom alert rule. */\nexport interface CustomAlertRule {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType:\n | \"ThresholdCustomAlertRule\"\n | \"TimeWindowCustomAlertRule\"\n | \"ListCustomAlertRule\"\n | \"AllowlistCustomAlertRule\"\n | \"DenylistCustomAlertRule\"\n | \"ConnectionToIpNotAllowed\"\n | \"ConnectionFromIpNotAllowed\"\n | \"LocalUserNotAllowed\"\n | \"ProcessNotAllowed\"\n | \"ActiveConnectionsNotInAllowedRange\"\n | \"AmqpC2DMessagesNotInAllowedRange\"\n | \"MqttC2DMessagesNotInAllowedRange\"\n | \"HttpC2DMessagesNotInAllowedRange\"\n | \"AmqpC2DRejectedMessagesNotInAllowedRange\"\n | \"MqttC2DRejectedMessagesNotInAllowedRange\"\n | \"HttpC2DRejectedMessagesNotInAllowedRange\"\n | \"AmqpD2CMessagesNotInAllowedRange\"\n | \"MqttD2CMessagesNotInAllowedRange\"\n | \"HttpD2CMessagesNotInAllowedRange\"\n | \"DirectMethodInvokesNotInAllowedRange\"\n | \"FailedLocalLoginsNotInAllowedRange\"\n | \"FileUploadsNotInAllowedRange\"\n | \"QueuePurgesNotInAllowedRange\"\n | \"TwinUpdatesNotInAllowedRange\"\n | \"UnauthorizedOperationsNotInAllowedRange\";\n /**\n * The display name of the custom alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The description of the custom alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /** Status of the custom alert. */\n isEnabled: boolean;\n}\n\n/** List of IoT Security solutions. */\nexport interface IoTSecuritySolutionsList {\n /** List of IoT Security solutions */\n value: IoTSecuritySolutionModel[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Properties of the IoT Security solution's user defined resources. */\nexport interface UserDefinedResourcesProperties {\n /** Azure Resource Graph query which represents the security solution's user defined resources. Required to start with \"where type != \"Microsoft.Devices/IotHubs\"\" */\n query: string | null;\n /** List of Azure subscription ids on which the user defined resources query should be executed. */\n querySubscriptions: string[] | null;\n}\n\n/** The type of IoT Security recommendation. */\nexport interface RecommendationConfigurationProperties {\n /** The type of IoT Security recommendation. */\n recommendationType: RecommendationType;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly name?: string;\n /** Recommendation status. When the recommendation status is disabled recommendations are not generated. */\n status: RecommendationConfigStatus;\n}\n\n/** Properties of the additional workspaces. */\nexport interface AdditionalWorkspacesProperties {\n /** Workspace resource id */\n workspace?: string;\n /** Workspace type. */\n type?: AdditionalWorkspaceType;\n /** List of data types sent to workspace */\n dataTypes?: AdditionalWorkspaceDataType[];\n}\n\n/** A container holding only the Tags for a resource, allowing the user to update the tags. */\nexport interface TagsResource {\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** List of Security analytics of your IoT Security solution */\nexport interface IoTSecuritySolutionAnalyticsModelList {\n /** List of Security analytics of your IoT Security solution */\n value: IoTSecuritySolutionAnalyticsModel[];\n /**\n * When there is too much alert data for one page, use this URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** IoT Security solution analytics severity metrics. */\nexport interface IoTSeverityMetrics {\n /** Count of high severity alerts/recommendations. */\n high?: number;\n /** Count of medium severity alerts/recommendations. */\n medium?: number;\n /** Count of low severity alerts/recommendations. */\n low?: number;\n}\n\nexport interface IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem {\n /** Aggregation of IoT Security solution device alert metrics by date. */\n date?: Date;\n /** Device alert count by severity. */\n devicesMetrics?: IoTSeverityMetrics;\n}\n\n/** Statistical information about the number of alerts per device during last set number of days. */\nexport interface IoTSecurityAlertedDevice {\n /**\n * Device identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deviceId?: string;\n /**\n * Number of alerts raised for this device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertsCount?: number;\n}\n\n/** Statistical information about the number of alerts per alert type during last set number of days */\nexport interface IoTSecurityDeviceAlert {\n /**\n * Display name of the alert\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertDisplayName?: string;\n /**\n * Assessed Alert severity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reportedSeverity?: ReportedSeverity;\n /**\n * Number of alerts raised for this alert type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertsCount?: number;\n}\n\n/** Statistical information about the number of recommendations per device, per recommendation type. */\nexport interface IoTSecurityDeviceRecommendation {\n /**\n * Display name of the recommendation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendationDisplayName?: string;\n /**\n * Assessed recommendation severity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reportedSeverity?: ReportedSeverity;\n /**\n * Number of devices with this recommendation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly devicesCount?: number;\n}\n\n/** List of IoT Security solution aggregated alert data. */\nexport interface IoTSecurityAggregatedAlertList {\n /** List of aggregated alerts data. */\n value: IoTSecurityAggregatedAlert[];\n /**\n * When there is too much alert data for one page, use this URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface IoTSecurityAggregatedAlertPropertiesTopDevicesListItem {\n /**\n * Name of the device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deviceId?: string;\n /**\n * Number of alerts raised for this device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertsCount?: number;\n /**\n * Most recent time this alert was raised for this device, on this day.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastOccurrence?: string;\n}\n\n/** List of IoT Security solution aggregated recommendations. */\nexport interface IoTSecurityAggregatedRecommendationList {\n /** List of aggregated recommendations data. */\n value: IoTSecurityAggregatedRecommendation[];\n /**\n * When there is too much alert data for one page, use this URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of locations where ASC saves your data */\nexport interface AscLocationList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: AscLocation[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of possible operations for Microsoft.Security resource provider */\nexport interface OperationList {\n /** List of Security operations */\n value?: Operation[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Possible operation in the REST API of Microsoft.Security */\nexport interface Operation {\n /**\n * Name of the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Where the operation is originated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: string;\n /** Security operation display */\n display?: OperationDisplay;\n}\n\n/** Security operation display */\nexport interface OperationDisplay {\n /**\n * The resource provider for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The display name of the resource the operation applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The display name of the security operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The description of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** List of security task recommendations */\nexport interface SecurityTaskList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: SecurityTask[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Changing set of properties, depending on the task type that is derived from the name field */\nexport interface SecurityTaskParameters {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * Name of the task type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** List of all the auto provisioning settings response */\nexport interface AutoProvisioningSettingList {\n /** List of all the auto provisioning settings */\n value?: AutoProvisioningSetting[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of Compliance objects response */\nexport interface ComplianceList {\n /** List of Compliance objects */\n value?: Compliance[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A segment of a compliance assessment. */\nexport interface ComplianceSegment {\n /**\n * The segment type, e.g. compliant, non-compliance, insufficient coverage, N/A, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly segmentType?: string;\n /**\n * The size (%) of the segment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly percentage?: number;\n}\n\n/** The sensitivity label. */\nexport interface SensitivityLabel {\n /** The name of the sensitivity label. */\n displayName?: string;\n /** The description of the sensitivity label. */\n description?: string;\n /** The rank of the sensitivity label. */\n rank?: Rank;\n /** The order of the sensitivity label. */\n order?: number;\n /** Indicates whether the label is enabled or not. */\n enabled?: boolean;\n}\n\n/** The information type. */\nexport interface InformationType {\n /** The name of the information type. */\n displayName?: string;\n /** The description of the information type. */\n description?: string;\n /** The order of the information type. */\n order?: number;\n /** The recommended label id to be associated with this information type. */\n recommendedLabelId?: string;\n /** Indicates whether the information type is enabled or not. */\n enabled?: boolean;\n /** Indicates whether the information type is custom or not. */\n custom?: boolean;\n /** The information type keywords. */\n keywords?: InformationProtectionKeyword[];\n}\n\n/** The information type keyword. */\nexport interface InformationProtectionKeyword {\n /** The keyword pattern. */\n pattern?: string;\n /** Indicates whether the keyword is custom or not. */\n custom?: boolean;\n /** Indicates whether the keyword can be applied on numeric types or not. */\n canBeNumeric?: boolean;\n /** Indicates whether the keyword is excluded or not. */\n excluded?: boolean;\n}\n\n/** Information protection policies response. */\nexport interface InformationProtectionPolicyList {\n /** List of information protection policies. */\n value?: InformationProtectionPolicy[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of security contacts response */\nexport interface SecurityContactList {\n /**\n * List of security contacts\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SecurityContact[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of workspace settings response */\nexport interface WorkspaceSettingList {\n /** List of workspace settings */\n value: WorkspaceSetting[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of regulatory compliance standards response */\nexport interface RegulatoryComplianceStandardList {\n value: RegulatoryComplianceStandard[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of regulatory compliance controls response */\nexport interface RegulatoryComplianceControlList {\n /** List of regulatory compliance controls */\n value: RegulatoryComplianceControl[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of regulatory compliance assessment response */\nexport interface RegulatoryComplianceAssessmentList {\n value: RegulatoryComplianceAssessment[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of security sub-assessments */\nexport interface SecuritySubAssessmentList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: SecuritySubAssessment[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Status of the sub-assessment */\nexport interface SubAssessmentStatus {\n /**\n * Programmatic code for the status of the assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: SubAssessmentStatusCode;\n /**\n * Programmatic code for the cause of the assessment status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cause?: string;\n /**\n * Human readable description of the assessment status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The sub-assessment severity level\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly severity?: Severity;\n}\n\n/** Details of the resource that was assessed */\nexport interface ResourceDetails {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n source: \"Azure\" | \"OnPremise\" | \"OnPremiseSql\";\n}\n\n/** Details of the sub-assessment */\nexport interface AdditionalData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n assessedResourceType:\n | \"SqlServerVulnerability\"\n | \"ContainerRegistryVulnerability\"\n | \"ServerVulnerabilityAssessment\";\n}\n\n/** List of security automations response. */\nexport interface AutomationList {\n /** The list of security automations under the given scope. */\n value: Automation[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A single automation scope. */\nexport interface AutomationScope {\n /** The resources scope description. */\n description?: string;\n /** The resources scope path. Can be the subscription on which the automation is defined on or a resource group under that subscription (fully qualified Azure resource IDs). */\n scopePath?: string;\n}\n\n/** The source event types which evaluate the security automation set of rules. For example - security alerts and security assessments. To learn more about the supported security events data models schemas - please visit https://aka.ms/ASCAutomationSchemas. */\nexport interface AutomationSource {\n /** A valid event source type. */\n eventSource?: EventSource;\n /** A set of rules which evaluate upon event interception. A logical disjunction is applied between defined rule sets (logical 'or'). */\n ruleSets?: AutomationRuleSet[];\n}\n\n/** A rule set which evaluates all its rules upon an event interception. Only when all the included rules in the rule set will be evaluated as 'true', will the event trigger the defined actions. */\nexport interface AutomationRuleSet {\n rules?: AutomationTriggeringRule[];\n}\n\n/** A rule which is evaluated upon event interception. The rule is configured by comparing a specific value from the event model to an expected value. This comparison is done by using one of the supported operators set. */\nexport interface AutomationTriggeringRule {\n /** The JPath of the entity model property that should be checked. */\n propertyJPath?: string;\n /** The data type of the compared operands (string, integer, floating point number or a boolean [true/false]] */\n propertyType?: PropertyType;\n /** The expected value. */\n expectedValue?: string;\n /** A valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType. */\n operator?: Operator;\n}\n\n/** The action that should be triggered. */\nexport interface AutomationAction {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n actionType: \"LogicApp\" | \"EventHub\" | \"Workspace\";\n}\n\n/** Describes an Azure resource with location */\nexport interface AzureTrackedResourceLocation {\n /** Location where the resource is stored */\n location?: string;\n}\n\n/** Describes an Azure resource with kind */\nexport interface KindAutoGenerated {\n /** Kind of the resource */\n kind?: string;\n}\n\n/** Entity tag is used for comparing two or more entities from the same requested resource. */\nexport interface ETag {\n /** Entity tag is used for comparing two or more entities from the same requested resource. */\n etag?: string;\n}\n\n/** A list of key value pairs that describe the resource. */\nexport interface Tags {\n /** A list of key value pairs that describe the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The security automation model state property bag. */\nexport interface AutomationValidationStatus {\n /** Indicates whether the model is valid or not. */\n isValid?: boolean;\n /** The validation message. */\n message?: string;\n}\n\n/** Suppression rules list for subscription. */\nexport interface AlertsSuppressionRulesList {\n value: AlertsSuppressionRule[];\n /**\n * URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface SuppressionAlertsScope {\n /** All the conditions inside need to be true in order to suppress the alert */\n allOf: ScopeElement[];\n}\n\n/** A more specific scope used to identify the alerts to suppress. */\nexport interface ScopeElement {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** The alert entity type to suppress by. */\n field?: string;\n}\n\n/** List of server vulnerability assessments */\nexport interface ServerVulnerabilityAssessmentsList {\n value?: ServerVulnerabilityAssessment[];\n}\n\n/** List of security assessment metadata */\nexport interface SecurityAssessmentMetadataResponseList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: SecurityAssessmentMetadataResponse[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface SecurityAssessmentMetadataPropertiesResponsePublishDates {\n ga?: string;\n public: string;\n}\n\n/** Describes properties of an assessment metadata. */\nexport interface SecurityAssessmentMetadataProperties {\n /** User friendly display name of the assessment */\n displayName: string;\n /**\n * Azure resource ID of the policy definition that turns this assessment calculation on\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionId?: string;\n /** Human readable description of the assessment */\n description?: string;\n /** Human readable description of what you should do to mitigate this security issue */\n remediationDescription?: string;\n categories?: Categories[];\n /** The severity level of the assessment */\n severity: Severity;\n /** The user impact of the assessment */\n userImpact?: UserImpact;\n /** The implementation effort required to remediate this assessment */\n implementationEffort?: ImplementationEffort;\n threats?: Threats[];\n /** True if this assessment is in preview release status */\n preview?: boolean;\n /** BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition */\n assessmentType: AssessmentType;\n /** Describes the partner that created the assessment */\n partnerData?: SecurityAssessmentMetadataPartnerData;\n}\n\n/** Describes the partner that created the assessment */\nexport interface SecurityAssessmentMetadataPartnerData {\n /** Name of the company of the partner */\n partnerName: string;\n /** Name of the product of the partner that created the assessment */\n productName?: string;\n /** Secret to authenticate the partner and verify it created the assessment - write only */\n secret: string;\n}\n\n/** Page of a security assessments list */\nexport interface SecurityAssessmentList {\n /**\n * Collection of security assessments in this page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SecurityAssessmentResponse[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The result of the assessment */\nexport interface AssessmentStatus {\n /** Programmatic code for the status of the assessment */\n code: AssessmentStatusCode;\n /** Programmatic code for the cause of the assessment status */\n cause?: string;\n /** Human readable description of the assessment status */\n description?: string;\n}\n\n/** Describes properties of an assessment. */\nexport interface SecurityAssessmentPropertiesBase {\n /** Details of the resource that was assessed */\n resourceDetails: ResourceDetailsUnion;\n /**\n * User friendly display name of the assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** Additional data regarding the assessment */\n additionalData?: { [propertyName: string]: string };\n /**\n * Links relevant to the assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly links?: AssessmentLinks;\n /** Describes properties of an assessment metadata. */\n metadata?: SecurityAssessmentMetadataProperties;\n /** Data regarding 3rd party partner integration */\n partnersData?: SecurityAssessmentPartnerData;\n}\n\n/** Links relevant to the assessment */\nexport interface AssessmentLinks {\n /**\n * Link to assessment in Azure Portal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azurePortalUri?: string;\n}\n\n/** Data regarding 3rd party partner integration */\nexport interface SecurityAssessmentPartnerData {\n /** Name of the company of the partner */\n partnerName: string;\n /** secret to authenticate the partner - write only */\n secret: string;\n}\n\n/** Represents a list of machine groups and set of rules that are recommended by Azure Security Center to be allowed */\nexport interface AdaptiveApplicationControlGroups {\n value?: AdaptiveApplicationControlGroup[];\n}\n\n/** The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux. */\nexport interface ProtectionMode {\n /** The application control policy enforcement/protection mode of the machine group */\n exe?: EnforcementMode;\n /** The application control policy enforcement/protection mode of the machine group */\n msi?: EnforcementMode;\n /** The application control policy enforcement/protection mode of the machine group */\n script?: EnforcementMode;\n /** The application control policy enforcement/protection mode of the machine group */\n executable?: EnforcementMode;\n}\n\n/** Represents a summary of the alerts of the machine group */\nexport interface AdaptiveApplicationControlIssueSummary {\n /** An alert that machines within a group can have */\n issue?: AdaptiveApplicationControlIssue;\n /** The number of machines in the group that have this alert */\n numberOfVms?: number;\n}\n\n/** Represents a machine that is part of a machine group */\nexport interface VmRecommendation {\n /** The configuration status of the machines group or machine or rule */\n configurationStatus?: ConfigurationStatus;\n /** The recommendation action of the machine or rule */\n recommendationAction?: RecommendationAction;\n /** The full resource id of the machine */\n resourceId?: string;\n /** The machine supportability of Enforce feature */\n enforcementSupport?: EnforcementSupport;\n}\n\n/** Represents a path that is recommended to be allowed and its properties */\nexport interface PathRecommendation {\n /** The full path of the file, or an identifier of the application */\n path?: string;\n /** The recommendation action of the machine or rule */\n action?: RecommendationAction;\n /** The type of IoT Security recommendation. */\n type?: RecommendationType;\n /** Represents the publisher information of a process/rule */\n publisherInfo?: PublisherInfo;\n /** Whether the application is commonly run on the machine */\n common?: boolean;\n userSids?: string[];\n usernames?: UserRecommendation[];\n /** The type of the file (for Linux files - Executable is used) */\n fileType?: FileType;\n /** The configuration status of the machines group or machine or rule */\n configurationStatus?: ConfigurationStatus;\n}\n\n/** Represents the publisher information of a process/rule */\nexport interface PublisherInfo {\n /** The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country */\n publisherName?: string;\n /** The product name taken from the file's version resource */\n productName?: string;\n /** The \"OriginalName\" field taken from the file's version resource */\n binaryName?: string;\n /** The binary file version taken from the file's version resource */\n version?: string;\n}\n\n/** Represents a user that is recommended to be allowed for a certain rule */\nexport interface UserRecommendation {\n /** Represents a user that is recommended to be allowed for a certain rule */\n username?: string;\n /** The recommendation action of the machine or rule */\n recommendationAction?: RecommendationAction;\n}\n\n/** Describes an Azure resource with location */\nexport interface Location {\n /**\n * Location where the resource is stored\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n}\n\n/** Response for ListAdaptiveNetworkHardenings API service call */\nexport interface AdaptiveNetworkHardeningsList {\n /** A list of Adaptive Network Hardenings resources */\n value?: AdaptiveNetworkHardening[];\n /** The URL to get the next set of results */\n nextLink?: string;\n}\n\n/** Describes remote addresses that is recommended to communicate with the Azure resource on some (Protocol, Port, Direction). All other remote addresses are recommended to be blocked */\nexport interface Rule {\n /** The name of the rule */\n name?: string;\n /** The rule's direction */\n direction?: Direction;\n /** The rule's destination port */\n destinationPort?: number;\n /** The rule's transport protocols */\n protocols?: TransportProtocol[];\n /** The remote IP addresses that should be able to communicate with the Azure resource on the rule's destination port and protocol */\n ipAddresses?: string[];\n}\n\n/** Describes the Network Security Groups effective on a network interface */\nexport interface EffectiveNetworkSecurityGroups {\n /** The Azure resource ID of the network interface */\n networkInterface?: string;\n /** The Network Security Groups effective on the network interface */\n networkSecurityGroups?: string[];\n}\n\nexport interface AdaptiveNetworkHardeningEnforceRequest {\n /** The rules to enforce */\n rules: Rule[];\n /** The Azure resource IDs of the effective network security groups that will be updated with the created security rules from the Adaptive Network Hardening rules */\n networkSecurityGroups: string[];\n}\n\n/** List of all possible traffic between Azure resources */\nexport interface AllowedConnectionsList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: AllowedConnectionsResource[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes the allowed inbound and outbound traffic of an Azure resource */\nexport interface ConnectableResource {\n /**\n * The Azure resource id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The list of Azure resources that the resource has inbound allowed connection from\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inboundConnectedResources?: ConnectedResource[];\n /**\n * The list of Azure resources that the resource has outbound allowed connection to\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundConnectedResources?: ConnectedResource[];\n}\n\n/** Describes properties of a connected resource */\nexport interface ConnectedResource {\n /**\n * The Azure resource id of the connected resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectedResourceId?: string;\n /**\n * The allowed tcp ports\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tcpPorts?: string;\n /**\n * The allowed udp ports\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly udpPorts?: string;\n}\n\nexport interface TopologyList {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: TopologyResource[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface TopologySingleResource {\n /**\n * Azure resource id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /**\n * The security severity of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly severity?: string;\n /**\n * Indicates if the resource has security recommendations\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendationsExist?: boolean;\n /**\n * Indicates the resource connectivity level to the Internet (InternetFacing, Internal ,etc.)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkZones?: string;\n /**\n * Score of the resource based on its security severity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly topologyScore?: number;\n /**\n * The location of this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Azure resources connected to this resource which are in higher level in the topology view\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly parents?: TopologySingleResourceParent[];\n /**\n * Azure resources connected to this resource which are in lower level in the topology view\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly children?: TopologySingleResourceChild[];\n}\n\nexport interface TopologySingleResourceParent {\n /**\n * Azure resource id which serves as parent resource in topology view\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n}\n\nexport interface TopologySingleResourceChild {\n /**\n * Azure resource id which serves as child resource in topology view\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n}\n\nexport interface JitNetworkAccessPoliciesList {\n value?: JitNetworkAccessPolicy[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface JitNetworkAccessPolicyVirtualMachine {\n /** Resource ID of the virtual machine that is linked to this policy */\n id: string;\n /** Port configurations for the virtual machine */\n ports: JitNetworkAccessPortRule[];\n /** Public IP address of the Azure Firewall that is linked to this policy, if applicable */\n publicIpAddress?: string;\n}\n\nexport interface JitNetworkAccessPortRule {\n number: number;\n protocol: Protocol;\n /** Mutually exclusive with the \"allowedSourceAddressPrefixes\" parameter. Should be an IP address or CIDR, for example \"192.168.0.3\" or \"192.168.0.0/16\". */\n allowedSourceAddressPrefix?: string;\n /** Mutually exclusive with the \"allowedSourceAddressPrefix\" parameter. */\n allowedSourceAddressPrefixes?: string[];\n /** Maximum duration requests can be made for. In ISO 8601 duration format. Minimum 5 minutes, maximum 1 day */\n maxRequestAccessDuration: string;\n}\n\nexport interface JitNetworkAccessRequest {\n virtualMachines: JitNetworkAccessRequestVirtualMachine[];\n /** The start time of the request in UTC */\n startTimeUtc: Date;\n /** The identity of the person who made the request */\n requestor: string;\n /** The justification for making the initiate request */\n justification?: string;\n}\n\nexport interface JitNetworkAccessRequestVirtualMachine {\n /** Resource ID of the virtual machine that is linked to this policy */\n id: string;\n /** The ports that were opened for the virtual machine */\n ports: JitNetworkAccessRequestPort[];\n}\n\nexport interface JitNetworkAccessRequestPort {\n number: number;\n /** Mutually exclusive with the \"allowedSourceAddressPrefixes\" parameter. Should be an IP address or CIDR, for example \"192.168.0.3\" or \"192.168.0.0/16\". */\n allowedSourceAddressPrefix?: string;\n /** Mutually exclusive with the \"allowedSourceAddressPrefix\" parameter. */\n allowedSourceAddressPrefixes?: string[];\n /** The date & time at which the request ends in UTC */\n endTimeUtc: Date;\n /** The status of the port */\n status: Status;\n /** A description of why the `status` has its value */\n statusReason: StatusReason;\n /** The port which is mapped to this port's `number` in the Azure Firewall, if applicable */\n mappedPort?: number;\n}\n\nexport interface JitNetworkAccessPolicyInitiateRequest {\n /** A list of virtual machines & ports to open access for */\n virtualMachines: JitNetworkAccessPolicyInitiateVirtualMachine[];\n /** The justification for making the initiate request */\n justification?: string;\n}\n\nexport interface JitNetworkAccessPolicyInitiateVirtualMachine {\n /** Resource ID of the virtual machine that is linked to this policy */\n id: string;\n /** The ports to open for the resource with the `id` */\n ports: JitNetworkAccessPolicyInitiatePort[];\n}\n\nexport interface JitNetworkAccessPolicyInitiatePort {\n number: number;\n /** Source of the allowed traffic. If omitted, the request will be for the source IP address of the initiate request. */\n allowedSourceAddressPrefix?: string;\n /** The time to close the request in UTC */\n endTimeUtc: Date;\n}\n\nexport interface DiscoveredSecuritySolutionList {\n value?: DiscoveredSecuritySolution[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface SecuritySolutionsReferenceDataList {\n value?: SecuritySolutionsReferenceData[];\n}\n\nexport interface ExternalSecuritySolutionList {\n value?: ExternalSecuritySolutionUnion[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes an Azure resource with kind */\nexport interface ExternalSecuritySolutionKindAutoGenerated {\n /** The kind of the external solution */\n kind?: ExternalSecuritySolutionKind;\n}\n\n/** List of secure scores */\nexport interface SecureScoresList {\n /**\n * Collection of secure scores in this page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SecureScoreItem[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of security controls */\nexport interface SecureScoreControlList {\n /**\n * Collection of security controls in this page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SecureScoreControlDetails[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The type of the security control (For example, BuiltIn) */\nexport interface SecureScoreControlDefinitionSource {\n /** The type of security control (for example, BuiltIn) */\n sourceType?: ControlType;\n}\n\n/** Describes an Azure resource with kind */\nexport interface AzureResourceLink {\n /**\n * Azure resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** List of security controls definition */\nexport interface SecureScoreControlDefinitionList {\n /**\n * Collection of security controls definition in this page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SecureScoreControlDefinitionItem[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface SecuritySolutionList {\n value?: SecuritySolution[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** For a subscription, list of all cloud account connectors and their settings */\nexport interface ConnectorSettingList {\n /** List of all the cloud account connector settings */\n value?: ConnectorSetting[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Settings for hybrid compute management */\nexport interface HybridComputeSettingsProperties {\n /**\n * State of the service principal and its secret\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hybridComputeProvisioningState?: HybridComputeProvisioningState;\n /** Whether or not to automatically install Azure Arc (hybrid compute) agents on machines */\n autoProvision: AutoProvision;\n /** The name of the resource group where Arc (Hybrid Compute) connectors are connected. */\n resourceGroupName?: string;\n /** The location where the metadata of machines will be stored */\n region?: string;\n /** For a non-Azure machine that is not connected directly to the internet, specify a proxy server that the non-Azure machine can use. */\n proxyServer?: ProxyServerProperties;\n /** An object to access resources that are secured by an Azure AD tenant. */\n servicePrincipal?: ServicePrincipalProperties;\n}\n\n/** For a non-Azure machine that is not connected directly to the internet, specify a proxy server that the non-Azure machine can use. */\nexport interface ProxyServerProperties {\n /** Proxy server IP */\n ip?: string;\n /** Proxy server port */\n port?: string;\n}\n\n/** Details of the service principal. */\nexport interface ServicePrincipalProperties {\n /** Application ID of service principal. */\n applicationId?: string;\n /** A secret string that the application uses to prove its identity, also can be referred to as application password (write only). */\n secret?: string;\n}\n\n/** Settings for cloud authentication management */\nexport interface AuthenticationDetailsProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authenticationType: \"awsCreds\" | \"awsAssumeRole\" | \"gcpCredentials\";\n /**\n * State of the multi-cloud connector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly authenticationProvisioningState?: AuthenticationProvisioningState;\n /**\n * The permissions detected in the cloud account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly grantedPermissions?: PermissionProperty[];\n}\n\n/** A vulnerability assessment scan record properties. */\nexport interface ScanProperties {\n /** The scan trigger type. */\n triggerType?: ScanTriggerType;\n /** The scan status. */\n state?: ScanState;\n /** The server name. */\n server?: string;\n /** The database name. */\n database?: string;\n /** The SQL version. */\n sqlVersion?: string;\n /** The scan start time (UTC). */\n startTime?: Date;\n /** Scan results are valid until end time (UTC). */\n endTime?: Date;\n /** The number of failed rules with high severity. */\n highSeverityFailedRulesCount?: number;\n /** The number of failed rules with medium severity. */\n mediumSeverityFailedRulesCount?: number;\n /** The number of failed rules with low severity. */\n lowSeverityFailedRulesCount?: number;\n /** The number of total passed rules. */\n totalPassedRulesCount?: number;\n /** The number of total failed rules. */\n totalFailedRulesCount?: number;\n /** The number of total rules assessed. */\n totalRulesCount?: number;\n /** Baseline created for this database, and has one or more rules. */\n isBaselineApplied?: boolean;\n}\n\n/** A list of vulnerability assessment scan records. */\nexport interface Scans {\n /** List of vulnerability assessment scan records. */\n value?: Scan[];\n}\n\n/** A vulnerability assessment scan result properties for a single rule. */\nexport interface ScanResultProperties {\n /** The rule Id. */\n ruleId?: string;\n /** The rule result status. */\n status?: RuleStatus;\n /** Indicated whether the results specified here are trimmed. */\n isTrimmed?: boolean;\n /** The results of the query that was run. */\n queryResults?: string[][];\n /** Remediation details. */\n remediation?: Remediation;\n /** The rule result adjusted with baseline. */\n baselineAdjustedResult?: BaselineAdjustedResult;\n /** vulnerability assessment rule metadata details. */\n ruleMetadata?: VaRule;\n}\n\n/** Remediation details. */\nexport interface Remediation {\n /** Remediation description. */\n description?: string;\n /** Remediation script. */\n scripts?: string[];\n /** Is remediation automated. */\n automated?: boolean;\n /** Optional link to remediate in Azure Portal. */\n portalLink?: string;\n}\n\n/** The rule result adjusted with baseline. */\nexport interface BaselineAdjustedResult {\n /** Baseline details. */\n baseline?: Baseline;\n /** The rule result status. */\n status?: RuleStatus;\n /** Results the are not in baseline. */\n resultsNotInBaseline?: string[][];\n /** Results the are in baseline. */\n resultsOnlyInBaseline?: string[][];\n}\n\n/** Baseline details. */\nexport interface Baseline {\n /** Expected results. */\n expectedResults?: string[][];\n /** Baseline update time (UTC). */\n updatedTime?: Date;\n}\n\n/** vulnerability assessment rule metadata details. */\nexport interface VaRule {\n /** The rule Id. */\n ruleId?: string;\n /** The rule severity. */\n severity?: RuleSeverity;\n /** The rule category. */\n category?: string;\n /** The rule type. */\n ruleType?: RuleType;\n /** The rule title. */\n title?: string;\n /** The rule description. */\n description?: string;\n /** The rule rationale. */\n rationale?: string;\n /** The rule query details. */\n queryCheck?: QueryCheck;\n /** The benchmark references. */\n benchmarkReferences?: BenchmarkReference[];\n}\n\n/** The rule query details. */\nexport interface QueryCheck {\n /** The rule query. */\n query?: string;\n /** Expected result. */\n expectedResult?: string[][];\n /** Column names of expected result. */\n columnNames?: string[];\n}\n\n/** The benchmark references. */\nexport interface BenchmarkReference {\n /** The benchmark name. */\n benchmark?: string;\n /** The benchmark reference. */\n reference?: string;\n}\n\n/** A list of vulnerability assessment scan results. */\nexport interface ScanResults {\n /** List of vulnerability assessment scan results. */\n value?: ScanResult[];\n}\n\n/** Rule results input. */\nexport interface RuleResultsInput {\n /** Take results from latest scan. */\n latestScan?: boolean;\n /**\n * Expected results to be inserted into the baseline.\n * Leave this field empty it LatestScan == true.\n */\n results?: string[][];\n}\n\n/** Rule results properties. */\nexport interface RuleResultsProperties {\n /** Expected results in the baseline. */\n results?: string[][];\n}\n\n/** A list of rules results. */\nexport interface RulesResults {\n /** List of rule results. */\n value?: RuleResults[];\n}\n\n/** Rules results input. */\nexport interface RulesResultsInput {\n /** Take results from latest scan. */\n latestScan?: boolean;\n /**\n * Expected results to be inserted into the baseline.\n * Leave this field empty it LatestScan == true.\n */\n results?: { [propertyName: string]: string[][] };\n}\n\n/** List of security alerts */\nexport interface AlertList {\n /** describes security alert properties. */\n value?: Alert[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A resource identifier for an alert which can be used to direct the alert to the right product exposure group (tenant, workspace, subscription etc.). */\nexport interface ResourceIdentifier {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"AzureResource\" | \"LogAnalytics\";\n}\n\n/** Changing set of properties depending on the entity type. */\nexport interface AlertEntity {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * Type of entity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Alert Simulator request body. */\nexport interface AlertSimulatorRequestBody {\n /** Alert Simulator request body data. */\n properties?: AlertSimulatorRequestPropertiesUnion;\n}\n\n/** Describes properties of an alert simulation request */\nexport interface AlertSimulatorRequestProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Bundles\";\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n}\n\n/** Subscription settings list. */\nexport interface SettingsList {\n /** The settings list. */\n value?: SettingUnion[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of ingestion settings */\nexport interface IngestionSettingList {\n /**\n * List of ingestion settings\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: IngestionSetting[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Configures how to correlate scan data and logs with resources associated with the subscription. */\nexport interface IngestionSettingToken {\n /**\n * The token is used for correlating security data and logs with the resources in the subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly token?: string;\n}\n\n/** Connection string for ingesting security data and logs */\nexport interface ConnectionStrings {\n /** Connection strings */\n value: IngestionConnectionString[];\n}\n\n/** Connection string for ingesting security data and logs */\nexport interface IngestionConnectionString {\n /**\n * The region where ingested logs and data resides\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * Connection string value\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** Represents the software inventory of the virtual machine. */\nexport interface SoftwaresList {\n value?: Software[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of security connectors response. */\nexport interface SecurityConnectorsList {\n /** The list of security connectors under the given scope. */\n value: SecurityConnector[];\n /**\n * The URI to fetch the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The security offering details */\nexport interface CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType:\n | \"CspmMonitorAws\"\n | \"DefenderForContainersAws\"\n | \"DefenderForServersAWS\";\n /**\n * The offering description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The multi cloud account's organizational data */\nexport interface SecurityConnectorPropertiesOrganizationalData {\n /** The multi cloud account's membership type in the organization */\n organizationMembershipType?: OrganizationMembershipType;\n /** If the multi cloud account is not of membership type organization, this will be the ID of the account's parent */\n parentHierarchyId?: string;\n /** If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset */\n stacksetName?: string;\n /** If the multi cloud account is of membership type organization, list of accounts excluded from offering */\n excludedAccountIds?: string[];\n}\n\n/** CVSS details */\nexport interface Cvss {\n /**\n * CVSS base\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly base?: number;\n}\n\n/** CVE details */\nexport interface Cve {\n /**\n * CVE title\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * Link url\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly link?: string;\n}\n\n/** Vendor reference */\nexport interface VendorReference {\n /**\n * Link title\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * Link url\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly link?: string;\n}\n\n/** The solution properties (correspond to the solution kind) */\nexport interface ExternalSecuritySolutionProperties {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n deviceVendor?: string;\n deviceType?: string;\n /** Represents an OMS workspace to which the solution is connected */\n workspace?: ConnectedWorkspace;\n}\n\n/** Represents an OMS workspace to which the solution is connected */\nexport interface ConnectedWorkspace {\n /** Azure resource ID of the connected OMS workspace */\n id?: string;\n}\n\n/** Describes an Azure resource with kind */\nexport interface AadConnectivityStateAutoGenerated {\n /** The connectivity state of the external AAD solution */\n connectivityState?: AadConnectivityState;\n}\n\n/** Calculation result data */\nexport interface SecureScoreControlScore {\n /**\n * Maximum control score (0..10)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly max?: number;\n /**\n * Actual score for the control = (achieved points / total points) * max score. if total points is zeroed, the return number is 0.00\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly current?: number;\n /**\n * Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly percentage?: number;\n}\n\n/** The native cloud connection configuration */\nexport interface CspmMonitorAwsOfferingNativeCloudConnection {\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The kubernetes service connection configuration */\nexport interface DefenderForContainersAwsOfferingKubernetesService {\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The kubernetes to scuba connection configuration */\nexport interface DefenderForContainersAwsOfferingKubernetesScubaReader {\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The cloudwatch to kinesis connection configuration */\nexport interface DefenderForContainersAwsOfferingCloudWatchToKinesis {\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The kinesis to s3 connection configuration */\nexport interface DefenderForContainersAwsOfferingKinesisToS3 {\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The Defender for servers connection configuration */\nexport interface DefenderForServersAwsOfferingDefenderForServers {\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The ARC autoprovisioning configuration */\nexport interface DefenderForServersAwsOfferingArcAutoProvisioning {\n /** Is arc auto provisioning enabled */\n enabled?: boolean;\n /** Metadata of Service Principal secret for autoprovisioning */\n servicePrincipalSecretMetadata?: DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata;\n}\n\n/** Metadata of Service Principal secret for autoprovisioning */\nexport interface DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata {\n /** expiration date of service principal secret */\n expiryDate?: string;\n /** region of parameter store where secret is kept */\n parameterStoreRegion?: string;\n /** name of secret resource in parameter store */\n parameterNameInStore?: string;\n}\n\n/** The resource of the configuration or data needed to onboard the machine to MDE */\nexport type MdeOnboardingData = Resource & {\n /** The onboarding package used to onboard Windows machines to MDE, coded in base64. This can also be used for onboarding using the dedicated VM Extension */\n onboardingPackageWindows?: Uint8Array;\n /** The onboarding package used to onboard Linux machines to MDE, coded in base64. This can also be used for onboarding using the dedicated VM Extension */\n onboardingPackageLinux?: Uint8Array;\n};\n\n/** Custom Assessment Automation */\nexport type CustomAssessmentAutomation = Resource & {\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** GZip encoded KQL query representing the assessment automation results required. */\n compressedQuery?: string;\n /** Relevant cloud for the custom assessment automation. */\n supportedCloud?: SupportedCloudEnum;\n /** The severity to relate to the assessments generated by this assessment automation. */\n severity?: SeverityEnum;\n /** The display name of the assessments generated by this assessment automation. */\n displayName?: string;\n /** The description to relate to the assessments generated by this assessment automation. */\n description?: string;\n /** The remediation description to relate to the assessments generated by this assessment automation. */\n remediationDescription?: string;\n /** The assessment metadata key used when an assessment is generated for this assessment automation. */\n assessmentKey?: string;\n};\n\n/** Custom Assessment Automation request */\nexport type CustomAssessmentAutomationRequest = Resource & {\n /** Base 64 encoded KQL query representing the assessment automation results required. */\n compressedQuery?: string;\n /** Relevant cloud for the custom assessment automation. */\n supportedCloud?: SupportedCloudEnum;\n /** The severity to relate to the assessments generated by this assessment automation. */\n severity?: SeverityEnum;\n /** The display name of the assessments generated by this assessment automation. */\n displayName?: string;\n /** The description to relate to the assessments generated by this assessment automation. */\n description?: string;\n /** The remediation description to relate to the assessments generated by this assessment automation. */\n remediationDescription?: string;\n};\n\n/** Custom entity store assignment */\nexport type CustomEntityStoreAssignment = Resource & {\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The principal assigned with entity store. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId] */\n principal?: string;\n /** The link to entity store database. */\n entityStoreDatabaseLink?: string;\n};\n\n/** a compliance result */\nexport type ComplianceResult = Resource & {\n /**\n * The status of the resource regarding a single assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceStatus?: ResourceStatus;\n};\n\n/** Azure Security Center is provided in two pricing tiers: free and standard, with the standard tier available with a trial period. The standard tier offers advanced security capabilities, while the free tier offers basic security features. */\nexport type Pricing = Resource & {\n /** The pricing tier value. Azure Security Center is provided in two pricing tiers: free and standard, with the standard tier available with a trial period. The standard tier offers advanced security capabilities, while the free tier offers basic security features. */\n pricingTier?: PricingTier;\n /**\n * The duration left for the subscriptions free trial period - in ISO 8601 format (e.g. P3Y6M4DT12H30M5S).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly freeTrialRemainingTime?: string;\n};\n\n/** The Advanced Threat Protection resource. */\nexport type AdvancedThreatProtectionSetting = Resource & {\n /** Indicates whether Advanced Threat Protection is enabled. */\n isEnabled?: boolean;\n};\n\n/** The device security group resource */\nexport type DeviceSecurityGroup = Resource & {\n /** The list of custom alert threshold rules. */\n thresholdRules?: ThresholdCustomAlertRuleUnion[];\n /** The list of custom alert time-window rules. */\n timeWindowRules?: TimeWindowCustomAlertRuleUnion[];\n /** The allow-list custom alert rules. */\n allowlistRules?: AllowlistCustomAlertRuleUnion[];\n /** The deny-list custom alert rules. */\n denylistRules?: DenylistCustomAlertRule[];\n};\n\n/** IoT Security solution configuration and resource information. */\nexport type IoTSecuritySolutionModel = Resource &\n TagsResource & {\n /** The resource location. */\n location?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Workspace resource ID */\n workspace?: string;\n /** Resource display name. */\n displayName?: string;\n /** Status of the IoT Security solution. */\n status?: SecuritySolutionStatus;\n /** List of additional options for exporting to workspace data. */\n export?: ExportData[];\n /** Disabled data sources. Disabling these data sources compromises the system. */\n disabledDataSources?: DataSource[];\n /** IoT Hub resource IDs */\n iotHubs?: string[];\n /** Properties of the IoT Security solution's user defined resources. */\n userDefinedResources?: UserDefinedResourcesProperties;\n /**\n * List of resources that were automatically discovered as relevant to the security solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly autoDiscoveredResources?: string[];\n /** List of the configuration status for each recommendation type. */\n recommendationsConfiguration?: RecommendationConfigurationProperties[];\n /** Unmasked IP address logging status */\n unmaskedIpLoggingStatus?: UnmaskedIpLoggingStatus;\n /** List of additional workspaces */\n additionalWorkspaces?: AdditionalWorkspacesProperties[];\n };\n\n/** Security analytics of your IoT Security solution */\nexport type IoTSecuritySolutionAnalyticsModel = Resource & {\n /**\n * Security analytics of your IoT Security solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metrics?: IoTSeverityMetrics;\n /**\n * Number of unhealthy devices within your IoT Security solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unhealthyDeviceCount?: number;\n /**\n * List of device metrics by the aggregation date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly devicesMetrics?: IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem[];\n /** List of the 3 devices with the most alerts. */\n topAlertedDevices?: IoTSecurityAlertedDevice[];\n /** List of the 3 most prevalent device alerts. */\n mostPrevalentDeviceAlerts?: IoTSecurityDeviceAlert[];\n /** List of the 3 most prevalent device recommendations. */\n mostPrevalentDeviceRecommendations?: IoTSecurityDeviceRecommendation[];\n};\n\n/** Security Solution Aggregated Alert information */\nexport type IoTSecurityAggregatedAlert = Resource &\n TagsResource & {\n /**\n * Name of the alert type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertType?: string;\n /**\n * Display name of the alert type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertDisplayName?: string;\n /**\n * Date of detection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly aggregatedDateUtc?: Date;\n /**\n * Name of the organization that raised the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vendorName?: string;\n /**\n * Assessed alert severity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reportedSeverity?: ReportedSeverity;\n /**\n * Recommended steps for remediation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly remediationSteps?: string;\n /**\n * Description of the suspected vulnerability and meaning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Number of alerts occurrences within the aggregated time window.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly count?: number;\n /**\n * Azure resource ID of the resource that received the alerts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly effectedResourceType?: string;\n /**\n * The type of the alerted resource (Azure, Non-Azure).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemSource?: string;\n /**\n * IoT Security solution alert response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionTaken?: string;\n /**\n * Log analytics query for getting the list of affected devices/alerts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logAnalyticsQuery?: string;\n /**\n * 10 devices with the highest number of occurrences of this alert type, on this day.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly topDevicesList?: IoTSecurityAggregatedAlertPropertiesTopDevicesListItem[];\n };\n\n/** IoT Security solution recommendation information. */\nexport type IoTSecurityAggregatedRecommendation = Resource &\n TagsResource & {\n /** Name of the recommendation. */\n recommendationName?: string;\n /**\n * Display name of the recommendation type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendationDisplayName?: string;\n /**\n * Description of the suspected vulnerability and meaning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Recommendation-type GUID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendationTypeId?: string;\n /**\n * Name of the organization that made the recommendation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly detectedBy?: string;\n /**\n * Recommended steps for remediation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly remediationSteps?: string;\n /**\n * Assessed recommendation severity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reportedSeverity?: ReportedSeverity;\n /**\n * Number of healthy devices within the IoT Security solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthyDevices?: number;\n /**\n * Number of unhealthy devices within the IoT Security solution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unhealthyDeviceCount?: number;\n /**\n * Log analytics query for getting the list of affected devices/alerts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logAnalyticsQuery?: string;\n };\n\n/** The ASC location of the subscription is in the \"name\" field */\nexport type AscLocation = Resource & {\n /** Any object */\n properties?: Record<string, unknown>;\n};\n\n/** Security task that we recommend to do in order to strengthen security */\nexport type SecurityTask = Resource & {\n /**\n * State of the task (Active, Resolved etc.)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: string;\n /**\n * The time this task was discovered in UTC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTimeUtc?: Date;\n /** Changing set of properties, depending on the task type that is derived from the name field */\n securityTaskParameters?: SecurityTaskParameters;\n /**\n * The time this task's details were last changed in UTC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStateChangeTimeUtc?: Date;\n /**\n * Additional data on the state of the task\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subState?: string;\n};\n\n/** Auto provisioning setting */\nexport type AutoProvisioningSetting = Resource & {\n /** Describes what kind of security agent provisioning action to take */\n autoProvision?: AutoProvision;\n};\n\n/** Compliance of a scope */\nexport type Compliance = Resource & {\n /**\n * The timestamp when the Compliance calculation was conducted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assessmentTimestampUtcDate?: Date;\n /**\n * The resource count of the given subscription for which the Compliance calculation was conducted (needed for Management Group Compliance calculation).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceCount?: number;\n /**\n * An array of segment, which is the actually the compliance assessment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assessmentResult?: ComplianceSegment[];\n};\n\n/** Information protection policy. */\nexport type InformationProtectionPolicy = Resource & {\n /**\n * Describes the last UTC time the policy was modified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedUtc?: Date;\n /**\n * Describes the version of the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /** Dictionary of sensitivity labels. */\n labels?: { [propertyName: string]: SensitivityLabel };\n /** The sensitivity information types. */\n informationTypes?: { [propertyName: string]: InformationType };\n};\n\n/** Contact details for security issues */\nexport type SecurityContact = Resource & {\n /** The email of this security contact */\n email?: string;\n /** The phone number of this security contact */\n phone?: string;\n /** Whether to send security alerts notifications to the security contact */\n alertNotifications?: AlertNotifications;\n /** Whether to send security alerts notifications to subscription admins */\n alertsToAdmins?: AlertsToAdmins;\n};\n\n/** Configures where to store the OMS agent data for workspaces under a scope */\nexport type WorkspaceSetting = Resource & {\n /** The full Azure ID of the workspace to save the data in */\n workspaceId?: string;\n /** All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope */\n scope?: string;\n};\n\n/** Regulatory compliance standard details and state */\nexport type RegulatoryComplianceStandard = Resource & {\n /** Aggregative state based on the standard's supported controls states */\n state?: State;\n /**\n * The number of supported regulatory compliance controls of the given standard with a passed state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly passedControls?: number;\n /**\n * The number of supported regulatory compliance controls of the given standard with a failed state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failedControls?: number;\n /**\n * The number of supported regulatory compliance controls of the given standard with a skipped state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly skippedControls?: number;\n /**\n * The number of regulatory compliance controls of the given standard which are unsupported by automated assessments\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unsupportedControls?: number;\n};\n\n/** Regulatory compliance control details and state */\nexport type RegulatoryComplianceControl = Resource & {\n /**\n * The description of the regulatory compliance control\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /** Aggregative state based on the control's supported assessments states */\n state?: State;\n /**\n * The number of supported regulatory compliance assessments of the given control with a passed state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly passedAssessments?: number;\n /**\n * The number of supported regulatory compliance assessments of the given control with a failed state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failedAssessments?: number;\n /**\n * The number of supported regulatory compliance assessments of the given control with a skipped state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly skippedAssessments?: number;\n};\n\n/** Regulatory compliance assessment details and state */\nexport type RegulatoryComplianceAssessment = Resource & {\n /**\n * The description of the regulatory compliance assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The expected type of assessment contained in the AssessmentDetailsLink\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assessmentType?: string;\n /**\n * Link to more detailed assessment results data. The response type will be according to the assessmentType field\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assessmentDetailsLink?: string;\n /** Aggregative state based on the assessment's scanned resources states */\n state?: State;\n /**\n * The given assessment's related resources count with passed state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly passedResources?: number;\n /**\n * The given assessment's related resources count with failed state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failedResources?: number;\n /**\n * The given assessment's related resources count with skipped state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly skippedResources?: number;\n /**\n * The given assessment's related resources count with unsupported state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unsupportedResources?: number;\n};\n\n/** Security sub-assessment on a resource */\nexport type SecuritySubAssessment = Resource & {\n /**\n * Vulnerability ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly idPropertiesId?: string;\n /**\n * User friendly display name of the sub-assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** Status of the sub-assessment */\n status?: SubAssessmentStatus;\n /**\n * Information on how to remediate this sub-assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly remediation?: string;\n /**\n * Description of the impact of this sub-assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly impact?: string;\n /**\n * Category of the sub-assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * Human readable description of the assessment status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The date and time the sub-assessment was generated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeGenerated?: Date;\n /** Details of the resource that was assessed */\n resourceDetails?: ResourceDetailsUnion;\n /** Details of the sub-assessment */\n additionalData?: AdditionalDataUnion;\n};\n\n/** Describes an Azure tracked resource. */\nexport type TrackedResource = Resource &\n AzureTrackedResourceLocation &\n KindAutoGenerated &\n ETag &\n Tags & {};\n\n/** Describes the suppression rule */\nexport type AlertsSuppressionRule = Resource & {\n /** Type of the alert to automatically suppress. For all alert types, use '*' */\n alertType?: string;\n /**\n * The last time this rule was modified\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedUtc?: Date;\n /** Expiration date of the rule, if value is not provided or provided as null this field will default to the maximum allowed expiration date. */\n expirationDateUtc?: Date;\n /** The reason for dismissing the alert */\n reason?: string;\n /** Possible states of the rule */\n state?: RuleState;\n /** Any comment regarding the rule */\n comment?: string;\n /** The suppression conditions */\n suppressionAlertsScope?: SuppressionAlertsScope;\n};\n\n/** Describes the server vulnerability assessment details on a resource */\nexport type ServerVulnerabilityAssessment = Resource & {\n /**\n * The provisioningState of the vulnerability assessment capability on the VM\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ServerVulnerabilityAssessmentPropertiesProvisioningState;\n};\n\n/** Security assessment metadata response */\nexport type SecurityAssessmentMetadataResponse = Resource & {\n /** User friendly display name of the assessment */\n displayName?: string;\n /**\n * Azure resource ID of the policy definition that turns this assessment calculation on\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionId?: string;\n /** Human readable description of the assessment */\n description?: string;\n /** Human readable description of what you should do to mitigate this security issue */\n remediationDescription?: string;\n categories?: Categories[];\n /** The severity level of the assessment */\n severity?: Severity;\n /** The user impact of the assessment */\n userImpact?: UserImpact;\n /** The implementation effort required to remediate this assessment */\n implementationEffort?: ImplementationEffort;\n threats?: Threats[];\n /** True if this assessment is in preview release status */\n preview?: boolean;\n /** BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition */\n assessmentType?: AssessmentType;\n /** Describes the partner that created the assessment */\n partnerData?: SecurityAssessmentMetadataPartnerData;\n publishDates?: SecurityAssessmentMetadataPropertiesResponsePublishDates;\n plannedDeprecationDate?: string;\n tactics?: Tactics[];\n techniques?: Techniques[];\n};\n\n/** Security assessment on a resource - response format */\nexport type SecurityAssessmentResponse = Resource & {\n /** Details of the resource that was assessed */\n resourceDetails?: ResourceDetailsUnion;\n /**\n * User friendly display name of the assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** Additional data regarding the assessment */\n additionalData?: { [propertyName: string]: string };\n /**\n * Links relevant to the assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly links?: AssessmentLinks;\n /** Describes properties of an assessment metadata. */\n metadata?: SecurityAssessmentMetadataProperties;\n /** Data regarding 3rd party partner integration */\n partnersData?: SecurityAssessmentPartnerData;\n /** The result of the assessment */\n status?: AssessmentStatusResponse;\n};\n\n/** Security assessment on a resource */\nexport type SecurityAssessment = Resource & {\n /** Details of the resource that was assessed */\n resourceDetails?: ResourceDetailsUnion;\n /**\n * User friendly display name of the assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** Additional data regarding the assessment */\n additionalData?: { [propertyName: string]: string };\n /**\n * Links relevant to the assessment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly links?: AssessmentLinks;\n /** Describes properties of an assessment metadata. */\n metadata?: SecurityAssessmentMetadataProperties;\n /** Data regarding 3rd party partner integration */\n partnersData?: SecurityAssessmentPartnerData;\n /** The result of the assessment */\n status?: AssessmentStatus;\n};\n\nexport type AdaptiveApplicationControlGroup = Resource &\n Location & {\n /** The application control policy enforcement/protection mode of the machine group */\n enforcementMode?: EnforcementMode;\n /** The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux. */\n protectionMode?: ProtectionMode;\n /**\n * The configuration status of the machines group or machine or rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configurationStatus?: ConfigurationStatus;\n /**\n * The initial recommendation status of the machine group or machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendationStatus?: RecommendationStatus;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly issues?: AdaptiveApplicationControlIssueSummary[];\n /**\n * The source type of the machine group\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceSystem?: SourceSystem;\n vmRecommendations?: VmRecommendation[];\n pathRecommendations?: PathRecommendation[];\n };\n\n/** The resource whose properties describes the Adaptive Network Hardening settings for some Azure resource */\nexport type AdaptiveNetworkHardening = Resource & {\n /** The security rules which are recommended to be effective on the VM */\n rules?: Rule[];\n /** The UTC time on which the rules were calculated */\n rulesCalculationTime?: Date;\n /** The Network Security Groups effective on the network interfaces of the protected resource */\n effectiveNetworkSecurityGroups?: EffectiveNetworkSecurityGroups[];\n};\n\n/** The resource whose properties describes the allowed traffic between Azure resources */\nexport type AllowedConnectionsResource = Resource &\n Location & {\n /**\n * The UTC time on which the allowed connections resource was calculated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly calculatedDateTime?: Date;\n /**\n * List of connectable resources\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectableResources?: ConnectableResource[];\n };\n\nexport type TopologyResource = Resource &\n Location & {\n /**\n * The UTC time on which the topology was calculated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly calculatedDateTime?: Date;\n /**\n * Azure resources which are part of this topology resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly topologyResources?: TopologySingleResource[];\n };\n\nexport type JitNetworkAccessPolicy = Resource &\n KindAutoGenerated &\n Location & {\n /** Configurations for Microsoft.Compute/virtualMachines resource type. */\n virtualMachines: JitNetworkAccessPolicyVirtualMachine[];\n requests?: JitNetworkAccessRequest[];\n /**\n * Gets the provisioning state of the Just-in-Time policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n };\n\nexport type DiscoveredSecuritySolution = Resource &\n Location & {\n /** The security family of the discovered solution */\n securityFamily: SecurityFamily;\n /** The security solutions' image offer */\n offer: string;\n /** The security solutions' image publisher */\n publisher: string;\n /** The security solutions' image sku */\n sku: string;\n };\n\nexport type SecuritySolutionsReferenceData = Resource &\n Location & {\n /** The security family of the security solution */\n securityFamily: SecurityFamily;\n /** The security solutions' vendor name */\n alertVendorName: string;\n /** The security solutions' package info url */\n packageInfoUrl: string;\n /** The security solutions' product name */\n productName: string;\n /** The security solutions' publisher */\n publisher: string;\n /** The security solutions' publisher display name */\n publisherDisplayName: string;\n /** The security solutions' template */\n template: string;\n };\n\n/** Represents a security solution external to Azure Security Center which sends information to an OMS workspace and whose data is displayed by Azure Security Center. */\nexport type ExternalSecuritySolution = Resource &\n ExternalSecuritySolutionKindAutoGenerated &\n Location & {};\n\n/** Secure score item data model */\nexport type SecureScoreItem = Resource & {\n /**\n * The initiative’s name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The relative weight for each subscription. Used when calculating an aggregated secure score for multiple subscriptions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly weight?: number;\n /**\n * Maximum score available\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly max?: number;\n /**\n * Current score\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly current?: number;\n /**\n * Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly percentage?: number;\n};\n\n/** Information about the security control. */\nexport type SecureScoreControlDefinitionItem = Resource & {\n /**\n * User friendly display name of the control\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * User friendly description of the control\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Maximum control score (0..10)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxScore?: number;\n /**\n * Source object from which the control was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly source?: SecureScoreControlDefinitionSource;\n /**\n * Array of assessments metadata IDs that are included in this security control\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assessmentDefinitions?: AzureResourceLink[];\n};\n\n/** Details of the security control, its score, and the health status of the relevant resources. */\nexport type SecureScoreControlDetails = Resource & {\n /**\n * User friendly display name of the control\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Number of healthy resources in the control\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthyResourceCount?: number;\n /**\n * Number of unhealthy resources in the control\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unhealthyResourceCount?: number;\n /**\n * Number of not applicable resources in the control\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly notApplicableResourceCount?: number;\n /**\n * The relative weight for this specific control in each of your subscriptions. Used when calculating an aggregated score for this control across all of your subscriptions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly weight?: number;\n /** Information about the security control. */\n definition?: SecureScoreControlDefinitionItem;\n /**\n * Maximum score available\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly max?: number;\n /**\n * Current score\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly current?: number;\n /**\n * Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly percentage?: number;\n};\n\nexport type SecuritySolution = Resource &\n Location & {\n /** The security family of the security solution */\n securityFamily?: SecurityFamily;\n /** The security family provisioning State */\n provisioningState?: ProvisioningState;\n /** The security solutions' template */\n template?: string;\n /** The security solutions' status */\n protectionStatus?: string;\n };\n\n/** The connector setting */\nexport type ConnectorSetting = Resource & {\n /** Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute). */\n hybridComputeSettings?: HybridComputeSettingsProperties;\n /** Settings for authentication management, these settings are relevant only for the cloud connector. */\n authenticationDetails?: AuthenticationDetailsPropertiesUnion;\n};\n\n/** A vulnerability assessment scan record. */\nexport type Scan = Resource & {\n /** A vulnerability assessment scan record properties. */\n properties?: ScanProperties;\n};\n\n/** A vulnerability assessment scan result for a single rule. */\nexport type ScanResult = Resource & {\n /** A vulnerability assessment scan result properties for a single rule. */\n properties?: ScanResultProperties;\n};\n\n/** Rule results. */\nexport type RuleResults = Resource & {\n /** Rule results properties. */\n properties?: RuleResultsProperties;\n};\n\n/** Security alert */\nexport type Alert = Resource & {\n /**\n * Unique identifier for the detection logic (all alert instances from the same detection logic will have the same alertType).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertType?: string;\n /**\n * Unique identifier for the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemAlertId?: string;\n /**\n * The name of Azure Security Center pricing tier which powering this alert. Learn more: https://docs.microsoft.com/en-us/azure/security-center/security-center-pricing\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly productComponentName?: string;\n /**\n * The display name of the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertDisplayName?: string;\n /**\n * Description of the suspicious activity that was detected.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The risk level of the threat that was detected. Learn more: https://docs.microsoft.com/en-us/azure/security-center/security-center-alerts-overview#how-are-alerts-classified.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly severity?: AlertSeverity;\n /**\n * The kill chain related intent behind the alert. For list of supported values, and explanations of Azure Security Center's supported kill chain intents.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly intent?: Intent;\n /**\n * The UTC time of the first event or activity included in the alert in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTimeUtc?: Date;\n /**\n * The UTC time of the last event or activity included in the alert in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTimeUtc?: Date;\n /**\n * The resource identifiers that can be used to direct the alert to the right product exposure group (tenant, workspace, subscription etc.). There can be multiple identifiers of different type per alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceIdentifiers?: ResourceIdentifierUnion[];\n /**\n * Manual action items to take to remediate the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly remediationSteps?: string[];\n /**\n * The name of the vendor that raises the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vendorName?: string;\n /**\n * The life cycle status of the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: AlertStatus;\n /**\n * Links related to the alert\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extendedLinks?: { [propertyName: string]: string }[];\n /**\n * A direct link to the alert page in Azure Portal.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly alertUri?: string;\n /**\n * The UTC time the alert was generated in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeGeneratedUtc?: Date;\n /**\n * The name of the product which published this alert (Azure Security Center, Azure ATP, Microsoft Defender ATP, O365 ATP, MCAS, and so on).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly productName?: string;\n /**\n * The UTC processing end time of the alert in ISO8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly processingEndTimeUtc?: Date;\n /**\n * A list of entities related to the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly entities?: AlertEntity[];\n /**\n * This field determines whether the alert is an incident (a compound grouping of several alerts) or a single alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isIncident?: boolean;\n /**\n * Key for corelating related alerts. Alerts with the same correlation key considered to be related.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly correlationKey?: string;\n /** Custom properties for the alert. */\n extendedProperties?: { [propertyName: string]: string };\n /**\n * The display name of the resource most related to this alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly compromisedEntity?: string;\n};\n\n/** The kind of the security setting */\nexport type Setting = Resource & {\n /** the kind of the settings string */\n kind: SettingKind;\n};\n\n/** Configures how to correlate scan data and logs with resources associated with the subscription. */\nexport type IngestionSetting = Resource & {\n /** Ingestion setting data */\n properties?: Record<string, unknown>;\n};\n\n/** Represents a software data */\nexport type Software = Resource & {\n /** Unique identifier for the virtual machine in the service. */\n deviceId?: string;\n /** Platform of the operating system running on the device. */\n osPlatform?: string;\n /** Name of the software vendor. */\n vendor?: string;\n /** Name of the software product. */\n softwareName?: string;\n /** Version number of the software product. */\n version?: string;\n /** End of support status. */\n endOfSupportStatus?: EndOfSupportStatus;\n /** The end of support date in case the product is upcoming end of support. */\n endOfSupportDate?: string;\n /** Number of weaknesses. */\n numberOfKnownVulnerabilities?: number;\n /** First time that the software was seen in the device. */\n firstSeenAt?: string;\n};\n\n/** Security assessment metadata */\nexport type SecurityAssessmentMetadata = Resource & {\n /** User friendly display name of the assessment */\n displayName?: string;\n /**\n * Azure resource ID of the policy definition that turns this assessment calculation on\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policyDefinitionId?: string;\n /** Human readable description of the assessment */\n description?: string;\n /** Human readable description of what you should do to mitigate this security issue */\n remediationDescription?: string;\n categories?: Categories[];\n /** The severity level of the assessment */\n severity?: Severity;\n /** The user impact of the assessment */\n userImpact?: UserImpact;\n /** The implementation effort required to remediate this assessment */\n implementationEffort?: ImplementationEffort;\n threats?: Threats[];\n /** True if this assessment is in preview release status */\n preview?: boolean;\n /** BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition */\n assessmentType?: AssessmentType;\n /** Describes the partner that created the assessment */\n partnerData?: SecurityAssessmentMetadataPartnerData;\n};\n\n/** A custom alert rule that checks if a value (depends on the custom alert type) is within the given range. */\nexport type ThresholdCustomAlertRule = CustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType:\n | \"ThresholdCustomAlertRule\"\n | \"TimeWindowCustomAlertRule\"\n | \"ActiveConnectionsNotInAllowedRange\"\n | \"AmqpC2DMessagesNotInAllowedRange\"\n | \"MqttC2DMessagesNotInAllowedRange\"\n | \"HttpC2DMessagesNotInAllowedRange\"\n | \"AmqpC2DRejectedMessagesNotInAllowedRange\"\n | \"MqttC2DRejectedMessagesNotInAllowedRange\"\n | \"HttpC2DRejectedMessagesNotInAllowedRange\"\n | \"AmqpD2CMessagesNotInAllowedRange\"\n | \"MqttD2CMessagesNotInAllowedRange\"\n | \"HttpD2CMessagesNotInAllowedRange\"\n | \"DirectMethodInvokesNotInAllowedRange\"\n | \"FailedLocalLoginsNotInAllowedRange\"\n | \"FileUploadsNotInAllowedRange\"\n | \"QueuePurgesNotInAllowedRange\"\n | \"TwinUpdatesNotInAllowedRange\"\n | \"UnauthorizedOperationsNotInAllowedRange\";\n /** The minimum threshold. */\n minThreshold: number;\n /** The maximum threshold. */\n maxThreshold: number;\n};\n\n/** A List custom alert rule. */\nexport type ListCustomAlertRule = CustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType:\n | \"ListCustomAlertRule\"\n | \"AllowlistCustomAlertRule\"\n | \"DenylistCustomAlertRule\"\n | \"ConnectionToIpNotAllowed\"\n | \"ConnectionFromIpNotAllowed\"\n | \"LocalUserNotAllowed\"\n | \"ProcessNotAllowed\";\n /**\n * The value type of the items in the list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valueType?: ValueType;\n};\n\nexport type UpdateIotSecuritySolutionData = TagsResource & {\n /** Properties of the IoT Security solution's user defined resources. */\n userDefinedResources?: UserDefinedResourcesProperties;\n /** List of the configuration status for each recommendation type. */\n recommendationsConfiguration?: RecommendationConfigurationProperties[];\n};\n\n/** Details of the Azure resource that was assessed */\nexport type AzureResourceDetails = ResourceDetails & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n source: \"Azure\";\n /**\n * Azure resource Id of the assessed resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n};\n\n/** Details of the On Premise resource that was assessed */\nexport type OnPremiseResourceDetails = ResourceDetails & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n source: \"OnPremise\" | \"OnPremiseSql\";\n /** Azure resource Id of the workspace the machine is attached to */\n workspaceId: string;\n /** The unique Id of the machine */\n vmuuid: string;\n /** The oms agent Id installed on the machine */\n sourceComputerId: string;\n /** The name of the machine */\n machineName: string;\n};\n\n/** Details of the resource that was assessed */\nexport type SqlServerVulnerabilityProperties = AdditionalData & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n assessedResourceType: \"SqlServerVulnerability\";\n /**\n * The resource type the sub assessment refers to in its resource details\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The T-SQL query that runs on your SQL database to perform the particular check\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly query?: string;\n};\n\n/** Additional context fields for container registry Vulnerability assessment */\nexport type ContainerRegistryVulnerabilityProperties = AdditionalData & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n assessedResourceType: \"ContainerRegistryVulnerability\";\n /**\n * Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered, Vulnerability\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Dictionary from cvss version to cvss details object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cvss?: { [propertyName: string]: Cvss };\n /**\n * Indicates whether a patch is available or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly patchable?: boolean;\n /**\n * List of CVEs\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cve?: Cve[];\n /**\n * Published time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publishedTime?: Date;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly vendorReferences?: VendorReference[];\n /**\n * Name of the repository which the vulnerable image belongs to\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly repositoryName?: string;\n /**\n * Digest of the vulnerable image\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly imageDigest?: string;\n};\n\n/** Additional context fields for server vulnerability assessment */\nexport type ServerVulnerabilityProperties = AdditionalData & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n assessedResourceType: \"ServerVulnerabilityAssessment\";\n /**\n * Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Dictionary from cvss version to cvss details object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cvss?: { [propertyName: string]: Cvss };\n /**\n * Indicates whether a patch is available or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly patchable?: boolean;\n /**\n * List of CVEs\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cve?: Cve[];\n /**\n * Threat name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly threat?: string;\n /**\n * Published time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publishedTime?: Date;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly vendorReferences?: VendorReference[];\n};\n\n/** The logic app action that should be triggered. To learn more about Security Center's Workflow Automation capabilities, visit https://aka.ms/ASCWorkflowAutomationLearnMore */\nexport type AutomationActionLogicApp = AutomationAction & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n actionType: \"LogicApp\";\n /** The triggered Logic App Azure Resource ID. This can also reside on other subscriptions, given that you have permissions to trigger the Logic App */\n logicAppResourceId?: string;\n /** The Logic App trigger URI endpoint (it will not be included in any response). */\n uri?: string;\n};\n\n/** The target Event Hub to which event data will be exported. To learn more about Security Center continuous export capabilities, visit https://aka.ms/ASCExportLearnMore */\nexport type AutomationActionEventHub = AutomationAction & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n actionType: \"EventHub\";\n /** The target Event Hub Azure Resource ID. */\n eventHubResourceId?: string;\n /**\n * The target Event Hub SAS policy name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sasPolicyName?: string;\n /** The target Event Hub connection string (it will not be included in any response). */\n connectionString?: string;\n};\n\n/** The Log Analytics Workspace to which event data will be exported. Security alerts data will reside in the 'SecurityAlert' table and the assessments data will reside in the 'SecurityRecommendation' table (under the 'Security'/'SecurityCenterFree' solutions). Note that in order to view the data in the workspace, the Security Center Log Analytics free/standard solution needs to be enabled on that workspace. To learn more about Security Center continuous export capabilities, visit https://aka.ms/ASCExportLearnMore */\nexport type AutomationActionWorkspace = AutomationAction & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n actionType: \"Workspace\";\n /** The fully qualified Log Analytics Workspace Azure Resource ID. */\n workspaceResourceId?: string;\n};\n\n/** Describes properties of an assessment metadata response. */\nexport type SecurityAssessmentMetadataPropertiesResponse = SecurityAssessmentMetadataProperties & {\n publishDates?: SecurityAssessmentMetadataPropertiesResponsePublishDates;\n plannedDeprecationDate?: string;\n tactics?: Tactics[];\n techniques?: Techniques[];\n};\n\n/** The result of the assessment */\nexport type AssessmentStatusResponse = AssessmentStatus & {\n /**\n * The time that the assessment was created and first evaluated. Returned as UTC time in ISO 8601 format\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firstEvaluationDate?: Date;\n /**\n * The time that the status of the assessment last changed. Returned as UTC time in ISO 8601 format\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusChangeDate?: Date;\n};\n\n/** Describes properties of an assessment. */\nexport type SecurityAssessmentPropertiesResponse = SecurityAssessmentPropertiesBase & {\n /** The result of the assessment */\n status: AssessmentStatusResponse;\n};\n\n/** Describes properties of an assessment. */\nexport type SecurityAssessmentProperties = SecurityAssessmentPropertiesBase & {\n /** The result of the assessment */\n status: AssessmentStatus;\n};\n\n/** AWS cloud account connector based credentials, the credentials is composed of access key ID and secret key, for more details, refer to <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html\">Creating an IAM User in Your AWS Account (write only)</a> */\nexport type AwsCredsAuthenticationDetailsProperties = AuthenticationDetailsProperties & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authenticationType: \"awsCreds\";\n /**\n * The ID of the cloud account\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /** Public key element of the AWS credential object (write only) */\n awsAccessKeyId: string;\n /** Secret key element of the AWS credential object (write only) */\n awsSecretAccessKey: string;\n};\n\n/** AWS cloud account connector based assume role, the role enables delegating access to your AWS resources. The role is composed of role Amazon Resource Name (ARN) and external ID. For more details, refer to <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user.html\">Creating a Role to Delegate Permissions to an IAM User (write only)</a> */\nexport type AwAssumeRoleAuthenticationDetailsProperties = AuthenticationDetailsProperties & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authenticationType: \"awsAssumeRole\";\n /**\n * The ID of the cloud account\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountId?: string;\n /** Assumed role ID is an identifier that you can use to create temporary security credentials. */\n awsAssumeRoleArn: string;\n /** A unique identifier that is required when you assume a role in another account. */\n awsExternalId: string;\n};\n\n/** GCP cloud account connector based service to service credentials, the credentials are composed of the organization ID and a JSON API key (write only) */\nexport type GcpCredentialsDetailsProperties = AuthenticationDetailsProperties & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n authenticationType: \"gcpCredentials\";\n /** The organization ID of the GCP cloud account */\n organizationId: string;\n /** Type field of the API key (write only) */\n type: string;\n /** Project ID field of the API key (write only) */\n projectId: string;\n /** Private key ID field of the API key (write only) */\n privateKeyId: string;\n /** Private key field of the API key (write only) */\n privateKey: string;\n /** Client email field of the API key (write only) */\n clientEmail: string;\n /** Client ID field of the API key (write only) */\n clientId: string;\n /** Auth URI field of the API key (write only) */\n authUri: string;\n /** Token URI field of the API key (write only) */\n tokenUri: string;\n /** Auth provider x509 certificate URL field of the API key (write only) */\n authProviderX509CertUrl: string;\n /** Client x509 certificate URL field of the API key (write only) */\n clientX509CertUrl: string;\n};\n\n/** Azure resource identifier. */\nexport type AzureResourceIdentifier = ResourceIdentifier & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"AzureResource\";\n /**\n * ARM resource identifier for the cloud resource being alerted on\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly azureResourceId?: string;\n};\n\n/** Represents a Log Analytics workspace scope identifier. */\nexport type LogAnalyticsIdentifier = ResourceIdentifier & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"LogAnalytics\";\n /**\n * The LogAnalytics workspace id that stores this alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workspaceId?: string;\n /**\n * The azure subscription id for the LogAnalytics workspace storing this alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workspaceSubscriptionId?: string;\n /**\n * The azure resource group for the LogAnalytics workspace storing this alert\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workspaceResourceGroup?: string;\n /**\n * (optional) The LogAnalytics agent id reporting the event that this alert is based on.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly agentId?: string;\n};\n\n/** Simulate alerts according to this bundles. */\nexport type AlertSimulatorBundlesRequestProperties = AlertSimulatorRequestProperties & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Bundles\";\n /** Bundles list. */\n bundles?: BundleType[];\n};\n\n/** The CSPM monitoring for AWS offering configurations */\nexport type CspmMonitorAwsOffering = CloudOffering & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"CspmMonitorAws\";\n /** The native cloud connection configuration */\n nativeCloudConnection?: CspmMonitorAwsOfferingNativeCloudConnection;\n};\n\n/** The Defender for Containers AWS offering configurations */\nexport type DefenderForContainersAwsOffering = CloudOffering & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderForContainersAws\";\n /** The kubernetes service connection configuration */\n kubernetesService?: DefenderForContainersAwsOfferingKubernetesService;\n /** The kubernetes to scuba connection configuration */\n kubernetesScubaReader?: DefenderForContainersAwsOfferingKubernetesScubaReader;\n /** The cloudwatch to kinesis connection configuration */\n cloudWatchToKinesis?: DefenderForContainersAwsOfferingCloudWatchToKinesis;\n /** The kinesis to s3 connection configuration */\n kinesisToS3?: DefenderForContainersAwsOfferingKinesisToS3;\n};\n\n/** The Defender for Servers AWS offering configurations */\nexport type DefenderForServersAwsOffering = CloudOffering & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderForServersAWS\";\n /** The Defender for servers connection configuration */\n defenderForServers?: DefenderForServersAwsOfferingDefenderForServers;\n /** The ARC autoprovisioning configuration */\n arcAutoProvisioning?: DefenderForServersAwsOfferingArcAutoProvisioning;\n};\n\n/** The external security solution properties for CEF solutions */\nexport type CefSolutionProperties = ExternalSecuritySolutionProperties & {\n hostname?: string;\n agent?: string;\n lastEventReceived?: string;\n};\n\n/** The external security solution properties for ATA solutions */\nexport type AtaSolutionProperties = ExternalSecuritySolutionProperties & {\n lastEventReceived?: string;\n};\n\n/** The external security solution properties for AAD solutions */\nexport type AadSolutionProperties = ExternalSecuritySolutionProperties &\n AadConnectivityStateAutoGenerated & {};\n\n/** The security automation resource. */\nexport type Automation = TrackedResource & {\n /** The security automation description. */\n description?: string;\n /** Indicates whether the security automation is enabled. */\n isEnabled?: boolean;\n /** A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes. */\n scopes?: AutomationScope[];\n /** A collection of the source event types which evaluate the security automation set of rules. */\n sources?: AutomationSource[];\n /** A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true. */\n actions?: AutomationActionUnion[];\n};\n\n/** The security connector resource. */\nexport type SecurityConnector = TrackedResource & {\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The multi cloud resource identifier (account id in case of AWS connector). */\n hierarchyIdentifier?: string;\n /** The multi cloud resource's cloud name. */\n cloudName?: CloudName;\n /** A collection of offerings for the security connector. */\n offerings?: CloudOfferingUnion[];\n /** The multi cloud account's organizational data */\n organizationalData?: SecurityConnectorPropertiesOrganizationalData;\n};\n\n/** Represents a security solution which sends CEF logs to an OMS workspace */\nexport type CefExternalSecuritySolution = ExternalSecuritySolution & {\n /** The external security solution properties for CEF solutions */\n properties?: CefSolutionProperties;\n};\n\n/** Represents an ATA security solution which sends logs to an OMS workspace */\nexport type AtaExternalSecuritySolution = ExternalSecuritySolution & {\n /** The external security solution properties for ATA solutions */\n properties?: AtaSolutionProperties;\n};\n\n/** Represents an AAD identity protection solution which sends logs to an OMS workspace. */\nexport type AadExternalSecuritySolution = ExternalSecuritySolution & {\n /** The external security solution properties for AAD solutions */\n properties?: AadSolutionProperties;\n};\n\n/** Represents a data export setting */\nexport type DataExportSettings = Setting & {\n /** Is the data export setting enabled */\n enabled?: boolean;\n};\n\n/** Represents an alert sync setting */\nexport type AlertSyncSettings = Setting & {\n /** Is the alert sync setting enabled */\n enabled?: boolean;\n};\n\n/** A custom alert rule that checks if the number of activities (depends on the custom alert type) in a time window is within the given range. */\nexport type TimeWindowCustomAlertRule = ThresholdCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType:\n | \"TimeWindowCustomAlertRule\"\n | \"ActiveConnectionsNotInAllowedRange\"\n | \"AmqpC2DMessagesNotInAllowedRange\"\n | \"MqttC2DMessagesNotInAllowedRange\"\n | \"HttpC2DMessagesNotInAllowedRange\"\n | \"AmqpC2DRejectedMessagesNotInAllowedRange\"\n | \"MqttC2DRejectedMessagesNotInAllowedRange\"\n | \"HttpC2DRejectedMessagesNotInAllowedRange\"\n | \"AmqpD2CMessagesNotInAllowedRange\"\n | \"MqttD2CMessagesNotInAllowedRange\"\n | \"HttpD2CMessagesNotInAllowedRange\"\n | \"DirectMethodInvokesNotInAllowedRange\"\n | \"FailedLocalLoginsNotInAllowedRange\"\n | \"FileUploadsNotInAllowedRange\"\n | \"QueuePurgesNotInAllowedRange\"\n | \"TwinUpdatesNotInAllowedRange\"\n | \"UnauthorizedOperationsNotInAllowedRange\";\n /** The time window size in iso8601 format. */\n timeWindowSize: string;\n};\n\n/** A custom alert rule that checks if a value (depends on the custom alert type) is allowed. */\nexport type AllowlistCustomAlertRule = ListCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType:\n | \"AllowlistCustomAlertRule\"\n | \"ConnectionToIpNotAllowed\"\n | \"ConnectionFromIpNotAllowed\"\n | \"LocalUserNotAllowed\"\n | \"ProcessNotAllowed\";\n /** The values to allow. The format of the values depends on the rule type. */\n allowlistValues: string[];\n};\n\n/** A custom alert rule that checks if a value (depends on the custom alert type) is denied. */\nexport type DenylistCustomAlertRule = ListCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"DenylistCustomAlertRule\";\n /** The values to deny. The format of the values depends on the rule type. */\n denylistValues: string[];\n};\n\n/** Details of the On Premise Sql resource that was assessed */\nexport type OnPremiseSqlResourceDetails = OnPremiseResourceDetails & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n source: \"OnPremiseSql\";\n /** The Sql server name installed on the machine */\n serverName: string;\n /** The Sql database name installed on the machine */\n databaseName: string;\n};\n\n/** Number of active connections is not in allowed range. */\nexport type ActiveConnectionsNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"ActiveConnectionsNotInAllowedRange\";\n};\n\n/** Number of cloud to device messages (AMQP protocol) is not in allowed range. */\nexport type AmqpC2DMessagesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"AmqpC2DMessagesNotInAllowedRange\";\n};\n\n/** Number of cloud to device messages (MQTT protocol) is not in allowed range. */\nexport type MqttC2DMessagesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"MqttC2DMessagesNotInAllowedRange\";\n};\n\n/** Number of cloud to device messages (HTTP protocol) is not in allowed range. */\nexport type HttpC2DMessagesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"HttpC2DMessagesNotInAllowedRange\";\n};\n\n/** Number of rejected cloud to device messages (AMQP protocol) is not in allowed range. */\nexport type AmqpC2DRejectedMessagesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"AmqpC2DRejectedMessagesNotInAllowedRange\";\n};\n\n/** Number of rejected cloud to device messages (MQTT protocol) is not in allowed range. */\nexport type MqttC2DRejectedMessagesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"MqttC2DRejectedMessagesNotInAllowedRange\";\n};\n\n/** Number of rejected cloud to device messages (HTTP protocol) is not in allowed range. */\nexport type HttpC2DRejectedMessagesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"HttpC2DRejectedMessagesNotInAllowedRange\";\n};\n\n/** Number of device to cloud messages (AMQP protocol) is not in allowed range. */\nexport type AmqpD2CMessagesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"AmqpD2CMessagesNotInAllowedRange\";\n};\n\n/** Number of device to cloud messages (MQTT protocol) is not in allowed range. */\nexport type MqttD2CMessagesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"MqttD2CMessagesNotInAllowedRange\";\n};\n\n/** Number of device to cloud messages (HTTP protocol) is not in allowed range. */\nexport type HttpD2CMessagesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"HttpD2CMessagesNotInAllowedRange\";\n};\n\n/** Number of direct method invokes is not in allowed range. */\nexport type DirectMethodInvokesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"DirectMethodInvokesNotInAllowedRange\";\n};\n\n/** Number of failed local logins is not in allowed range. */\nexport type FailedLocalLoginsNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"FailedLocalLoginsNotInAllowedRange\";\n};\n\n/** Number of file uploads is not in allowed range. */\nexport type FileUploadsNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"FileUploadsNotInAllowedRange\";\n};\n\n/** Number of device queue purges is not in allowed range. */\nexport type QueuePurgesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"QueuePurgesNotInAllowedRange\";\n};\n\n/** Number of twin updates is not in allowed range. */\nexport type TwinUpdatesNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"TwinUpdatesNotInAllowedRange\";\n};\n\n/** Number of unauthorized operations is not in allowed range. */\nexport type UnauthorizedOperationsNotInAllowedRange = TimeWindowCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"UnauthorizedOperationsNotInAllowedRange\";\n};\n\n/** Outbound connection to an ip that isn't allowed. Allow list consists of ipv4 or ipv6 range in CIDR notation. */\nexport type ConnectionToIpNotAllowed = AllowlistCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"ConnectionToIpNotAllowed\";\n};\n\n/** Inbound connection from an ip that isn't allowed. Allow list consists of ipv4 or ipv6 range in CIDR notation. */\nexport type ConnectionFromIpNotAllowed = AllowlistCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"ConnectionFromIpNotAllowed\";\n};\n\n/** Login by a local user that isn't allowed. Allow list consists of login names to allow. */\nexport type LocalUserNotAllowed = AllowlistCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"LocalUserNotAllowed\";\n};\n\n/** Execution of a process that isn't allowed. Allow list consists of process names to allow. */\nexport type ProcessNotAllowed = AllowlistCustomAlertRule & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"ProcessNotAllowed\";\n};\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n User = \"User\",\n Application = \"Application\",\n ManagedIdentity = \"ManagedIdentity\",\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link SupportedCloudEnum} that the service accepts. */\nexport enum KnownSupportedCloudEnum {\n AWS = \"AWS\"\n}\n\n/**\n * Defines values for SupportedCloudEnum. \\\n * {@link KnownSupportedCloudEnum} can be used interchangeably with SupportedCloudEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AWS**\n */\nexport type SupportedCloudEnum = string;\n\n/** Known values of {@link SeverityEnum} that the service accepts. */\nexport enum KnownSeverityEnum {\n High = \"High\",\n Medium = \"Medium\",\n Low = \"Low\"\n}\n\n/**\n * Defines values for SeverityEnum. \\\n * {@link KnownSeverityEnum} can be used interchangeably with SeverityEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **High** \\\n * **Medium** \\\n * **Low**\n */\nexport type SeverityEnum = string;\n\n/** Known values of {@link ResourceStatus} that the service accepts. */\nexport enum KnownResourceStatus {\n /** This assessment on the resource is healthy */\n Healthy = \"Healthy\",\n /** This assessment is not applicable to this resource */\n NotApplicable = \"NotApplicable\",\n /** This assessment is turned off by policy on this subscription */\n OffByPolicy = \"OffByPolicy\",\n /** This assessment on the resource is not healthy */\n NotHealthy = \"NotHealthy\"\n}\n\n/**\n * Defines values for ResourceStatus. \\\n * {@link KnownResourceStatus} can be used interchangeably with ResourceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy**: This assessment on the resource is healthy \\\n * **NotApplicable**: This assessment is not applicable to this resource \\\n * **OffByPolicy**: This assessment is turned off by policy on this subscription \\\n * **NotHealthy**: This assessment on the resource is not healthy\n */\nexport type ResourceStatus = string;\n\n/** Known values of {@link PricingTier} that the service accepts. */\nexport enum KnownPricingTier {\n /** Get free Azure security center experience with basic security features */\n Free = \"Free\",\n /** Get the standard Azure security center experience with advanced security features */\n Standard = \"Standard\"\n}\n\n/**\n * Defines values for PricingTier. \\\n * {@link KnownPricingTier} can be used interchangeably with PricingTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free**: Get free Azure security center experience with basic security features \\\n * **Standard**: Get the standard Azure security center experience with advanced security features\n */\nexport type PricingTier = string;\n\n/** Known values of {@link ValueType} that the service accepts. */\nexport enum KnownValueType {\n /** An IP range in CIDR format (e.g. '192.168.0.1/8'). */\n IpCidr = \"IpCidr\",\n /** Any string value. */\n String = \"String\"\n}\n\n/**\n * Defines values for ValueType. \\\n * {@link KnownValueType} can be used interchangeably with ValueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IpCidr**: An IP range in CIDR format (e.g. '192.168.0.1\\/8'). \\\n * **String**: Any string value.\n */\nexport type ValueType = string;\n\n/** Known values of {@link SecuritySolutionStatus} that the service accepts. */\nexport enum KnownSecuritySolutionStatus {\n Enabled = \"Enabled\",\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for SecuritySolutionStatus. \\\n * {@link KnownSecuritySolutionStatus} can be used interchangeably with SecuritySolutionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SecuritySolutionStatus = string;\n\n/** Known values of {@link ExportData} that the service accepts. */\nexport enum KnownExportData {\n /** Agent raw events */\n RawEvents = \"RawEvents\"\n}\n\n/**\n * Defines values for ExportData. \\\n * {@link KnownExportData} can be used interchangeably with ExportData,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RawEvents**: Agent raw events\n */\nexport type ExportData = string;\n\n/** Known values of {@link DataSource} that the service accepts. */\nexport enum KnownDataSource {\n /** Devices twin data */\n TwinData = \"TwinData\"\n}\n\n/**\n * Defines values for DataSource. \\\n * {@link KnownDataSource} can be used interchangeably with DataSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TwinData**: Devices twin data\n */\nexport type DataSource = string;\n\n/** Known values of {@link RecommendationType} that the service accepts. */\nexport enum KnownRecommendationType {\n /** Authentication schema used for pull an edge module from an ACR repository does not use Service Principal Authentication. */\n IoTAcrauthentication = \"IoT_ACRAuthentication\",\n /** IoT agent message size capacity is currently underutilized, causing an increase in the number of sent messages. Adjust message intervals for better utilization. */\n IoTAgentSendsUnutilizedMessages = \"IoT_AgentSendsUnutilizedMessages\",\n /** Identified security related system configuration issues. */\n IoTBaseline = \"IoT_Baseline\",\n /** You can optimize Edge Hub memory usage by turning off protocol heads for any protocols not used by Edge modules in your solution. */\n IoTEdgeHubMemOptimize = \"IoT_EdgeHubMemOptimize\",\n /** Logging is disabled for this edge module. */\n IoTEdgeLoggingOptions = \"IoT_EdgeLoggingOptions\",\n /** A minority within a device security group has inconsistent Edge Module settings with the rest of their group. */\n IoTInconsistentModuleSettings = \"IoT_InconsistentModuleSettings\",\n /** Install the Azure Security of Things Agent. */\n IoTInstallAgent = \"IoT_InstallAgent\",\n /** IP Filter Configuration should have rules defined for allowed traffic and should deny all other traffic by default. */\n IoTIpfilterDenyAll = \"IoT_IPFilter_DenyAll\",\n /** An Allow IP Filter rules source IP range is too large. Overly permissive rules might expose your IoT hub to malicious intenders. */\n IoTIpfilterPermissiveRule = \"IoT_IPFilter_PermissiveRule\",\n /** A listening endpoint was found on the device. */\n IoTOpenPorts = \"IoT_OpenPorts\",\n /** An Allowed firewall policy was found (INPUT/OUTPUT). The policy should Deny all traffic by default and define rules to allow necessary communication to/from the device. */\n IoTPermissiveFirewallPolicy = \"IoT_PermissiveFirewallPolicy\",\n /** A rule in the firewall has been found that contains a permissive pattern for a wide range of IP addresses or Ports. */\n IoTPermissiveInputFirewallRules = \"IoT_PermissiveInputFirewallRules\",\n /** A rule in the firewall has been found that contains a permissive pattern for a wide range of IP addresses or Ports. */\n IoTPermissiveOutputFirewallRules = \"IoT_PermissiveOutputFirewallRules\",\n /** Edge module is configured to run in privileged mode, with extensive Linux capabilities or with host-level network access (send/receive data to host machine). */\n IoTPrivilegedDockerOptions = \"IoT_PrivilegedDockerOptions\",\n /** Same authentication credentials to the IoT Hub used by multiple devices. This could indicate an illegitimate device impersonating a legitimate device. It also exposes the risk of device impersonation by an attacker. */\n IoTSharedCredentials = \"IoT_SharedCredentials\",\n /** Insecure TLS configurations detected. Immediate upgrade recommended. */\n IoTVulnerableTLSCipherSuite = \"IoT_VulnerableTLSCipherSuite\"\n}\n\n/**\n * Defines values for RecommendationType. \\\n * {@link KnownRecommendationType} can be used interchangeably with RecommendationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IoT_ACRAuthentication**: Authentication schema used for pull an edge module from an ACR repository does not use Service Principal Authentication. \\\n * **IoT_AgentSendsUnutilizedMessages**: IoT agent message size capacity is currently underutilized, causing an increase in the number of sent messages. Adjust message intervals for better utilization. \\\n * **IoT_Baseline**: Identified security related system configuration issues. \\\n * **IoT_EdgeHubMemOptimize**: You can optimize Edge Hub memory usage by turning off protocol heads for any protocols not used by Edge modules in your solution. \\\n * **IoT_EdgeLoggingOptions**: Logging is disabled for this edge module. \\\n * **IoT_InconsistentModuleSettings**: A minority within a device security group has inconsistent Edge Module settings with the rest of their group. \\\n * **IoT_InstallAgent**: Install the Azure Security of Things Agent. \\\n * **IoT_IPFilter_DenyAll**: IP Filter Configuration should have rules defined for allowed traffic and should deny all other traffic by default. \\\n * **IoT_IPFilter_PermissiveRule**: An Allow IP Filter rules source IP range is too large. Overly permissive rules might expose your IoT hub to malicious intenders. \\\n * **IoT_OpenPorts**: A listening endpoint was found on the device. \\\n * **IoT_PermissiveFirewallPolicy**: An Allowed firewall policy was found (INPUT\\/OUTPUT). The policy should Deny all traffic by default and define rules to allow necessary communication to\\/from the device. \\\n * **IoT_PermissiveInputFirewallRules**: A rule in the firewall has been found that contains a permissive pattern for a wide range of IP addresses or Ports. \\\n * **IoT_PermissiveOutputFirewallRules**: A rule in the firewall has been found that contains a permissive pattern for a wide range of IP addresses or Ports. \\\n * **IoT_PrivilegedDockerOptions**: Edge module is configured to run in privileged mode, with extensive Linux capabilities or with host-level network access (send\\/receive data to host machine). \\\n * **IoT_SharedCredentials**: Same authentication credentials to the IoT Hub used by multiple devices. This could indicate an illegitimate device impersonating a legitimate device. It also exposes the risk of device impersonation by an attacker. \\\n * **IoT_VulnerableTLSCipherSuite**: Insecure TLS configurations detected. Immediate upgrade recommended.\n */\nexport type RecommendationType = string;\n\n/** Known values of {@link RecommendationConfigStatus} that the service accepts. */\nexport enum KnownRecommendationConfigStatus {\n Disabled = \"Disabled\",\n Enabled = \"Enabled\"\n}\n\n/**\n * Defines values for RecommendationConfigStatus. \\\n * {@link KnownRecommendationConfigStatus} can be used interchangeably with RecommendationConfigStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type RecommendationConfigStatus = string;\n\n/** Known values of {@link UnmaskedIpLoggingStatus} that the service accepts. */\nexport enum KnownUnmaskedIpLoggingStatus {\n /** Unmasked IP logging is disabled */\n Disabled = \"Disabled\",\n /** Unmasked IP logging is enabled */\n Enabled = \"Enabled\"\n}\n\n/**\n * Defines values for UnmaskedIpLoggingStatus. \\\n * {@link KnownUnmaskedIpLoggingStatus} can be used interchangeably with UnmaskedIpLoggingStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Unmasked IP logging is disabled \\\n * **Enabled**: Unmasked IP logging is enabled\n */\nexport type UnmaskedIpLoggingStatus = string;\n\n/** Known values of {@link AdditionalWorkspaceType} that the service accepts. */\nexport enum KnownAdditionalWorkspaceType {\n Sentinel = \"Sentinel\"\n}\n\n/**\n * Defines values for AdditionalWorkspaceType. \\\n * {@link KnownAdditionalWorkspaceType} can be used interchangeably with AdditionalWorkspaceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Sentinel**\n */\nexport type AdditionalWorkspaceType = string;\n\n/** Known values of {@link AdditionalWorkspaceDataType} that the service accepts. */\nexport enum KnownAdditionalWorkspaceDataType {\n Alerts = \"Alerts\",\n RawEvents = \"RawEvents\"\n}\n\n/**\n * Defines values for AdditionalWorkspaceDataType. \\\n * {@link KnownAdditionalWorkspaceDataType} can be used interchangeably with AdditionalWorkspaceDataType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Alerts** \\\n * **RawEvents**\n */\nexport type AdditionalWorkspaceDataType = string;\n\n/** Known values of {@link ReportedSeverity} that the service accepts. */\nexport enum KnownReportedSeverity {\n Informational = \"Informational\",\n Low = \"Low\",\n Medium = \"Medium\",\n High = \"High\"\n}\n\n/**\n * Defines values for ReportedSeverity. \\\n * {@link KnownReportedSeverity} can be used interchangeably with ReportedSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Informational** \\\n * **Low** \\\n * **Medium** \\\n * **High**\n */\nexport type ReportedSeverity = string;\n\n/** Known values of {@link Enum15} that the service accepts. */\nexport enum KnownEnum15 {\n Activate = \"Activate\",\n Dismiss = \"Dismiss\",\n Start = \"Start\",\n Resolve = \"Resolve\",\n Close = \"Close\"\n}\n\n/**\n * Defines values for Enum15. \\\n * {@link KnownEnum15} can be used interchangeably with Enum15,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Activate** \\\n * **Dismiss** \\\n * **Start** \\\n * **Resolve** \\\n * **Close**\n */\nexport type Enum15 = string;\n\n/** Known values of {@link AutoProvision} that the service accepts. */\nexport enum KnownAutoProvision {\n /** Install missing security agent on VMs automatically */\n On = \"On\",\n /** Do not install security agent on the VMs automatically */\n Off = \"Off\"\n}\n\n/**\n * Defines values for AutoProvision. \\\n * {@link KnownAutoProvision} can be used interchangeably with AutoProvision,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **On**: Install missing security agent on VMs automatically \\\n * **Off**: Do not install security agent on the VMs automatically\n */\nexport type AutoProvision = string;\n\n/** Known values of {@link Enum17} that the service accepts. */\nexport enum KnownEnum17 {\n Effective = \"effective\",\n Custom = \"custom\"\n}\n\n/**\n * Defines values for Enum17. \\\n * {@link KnownEnum17} can be used interchangeably with Enum17,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **effective** \\\n * **custom**\n */\nexport type Enum17 = string;\n\n/** Known values of {@link AlertNotifications} that the service accepts. */\nexport enum KnownAlertNotifications {\n /** Get notifications on new alerts */\n On = \"On\",\n /** Don't get notifications on new alerts */\n Off = \"Off\"\n}\n\n/**\n * Defines values for AlertNotifications. \\\n * {@link KnownAlertNotifications} can be used interchangeably with AlertNotifications,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **On**: Get notifications on new alerts \\\n * **Off**: Don't get notifications on new alerts\n */\nexport type AlertNotifications = string;\n\n/** Known values of {@link AlertsToAdmins} that the service accepts. */\nexport enum KnownAlertsToAdmins {\n /** Send notification on new alerts to the subscription's admins */\n On = \"On\",\n /** Don't send notification on new alerts to the subscription's admins */\n Off = \"Off\"\n}\n\n/**\n * Defines values for AlertsToAdmins. \\\n * {@link KnownAlertsToAdmins} can be used interchangeably with AlertsToAdmins,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **On**: Send notification on new alerts to the subscription's admins \\\n * **Off**: Don't send notification on new alerts to the subscription's admins\n */\nexport type AlertsToAdmins = string;\n\n/** Known values of {@link State} that the service accepts. */\nexport enum KnownState {\n /** All supported regulatory compliance controls in the given standard have a passed state */\n Passed = \"Passed\",\n /** At least one supported regulatory compliance control in the given standard has a state of failed */\n Failed = \"Failed\",\n /** All supported regulatory compliance controls in the given standard have a state of skipped */\n Skipped = \"Skipped\",\n /** No supported regulatory compliance data for the given standard */\n Unsupported = \"Unsupported\"\n}\n\n/**\n * Defines values for State. \\\n * {@link KnownState} can be used interchangeably with State,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Passed**: All supported regulatory compliance controls in the given standard have a passed state \\\n * **Failed**: At least one supported regulatory compliance control in the given standard has a state of failed \\\n * **Skipped**: All supported regulatory compliance controls in the given standard have a state of skipped \\\n * **Unsupported**: No supported regulatory compliance data for the given standard\n */\nexport type State = string;\n\n/** Known values of {@link SubAssessmentStatusCode} that the service accepts. */\nexport enum KnownSubAssessmentStatusCode {\n /** The resource is healthy */\n Healthy = \"Healthy\",\n /** The resource has a security issue that needs to be addressed */\n Unhealthy = \"Unhealthy\",\n /** Assessment for this resource did not happen */\n NotApplicable = \"NotApplicable\"\n}\n\n/**\n * Defines values for SubAssessmentStatusCode. \\\n * {@link KnownSubAssessmentStatusCode} can be used interchangeably with SubAssessmentStatusCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy**: The resource is healthy \\\n * **Unhealthy**: The resource has a security issue that needs to be addressed \\\n * **NotApplicable**: Assessment for this resource did not happen\n */\nexport type SubAssessmentStatusCode = string;\n\n/** Known values of {@link Severity} that the service accepts. */\nexport enum KnownSeverity {\n Low = \"Low\",\n Medium = \"Medium\",\n High = \"High\"\n}\n\n/**\n * Defines values for Severity. \\\n * {@link KnownSeverity} can be used interchangeably with Severity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Low** \\\n * **Medium** \\\n * **High**\n */\nexport type Severity = string;\n\n/** Known values of {@link Source} that the service accepts. */\nexport enum KnownSource {\n /** Resource is in Azure */\n Azure = \"Azure\",\n /** Resource in an on premise machine connected to Azure cloud */\n OnPremise = \"OnPremise\",\n /** SQL Resource in an on premise machine connected to Azure cloud */\n OnPremiseSql = \"OnPremiseSql\"\n}\n\n/**\n * Defines values for Source. \\\n * {@link KnownSource} can be used interchangeably with Source,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Azure**: Resource is in Azure \\\n * **OnPremise**: Resource in an on premise machine connected to Azure cloud \\\n * **OnPremiseSql**: SQL Resource in an on premise machine connected to Azure cloud\n */\nexport type Source = string;\n\n/** Known values of {@link AssessedResourceType} that the service accepts. */\nexport enum KnownAssessedResourceType {\n SqlServerVulnerability = \"SqlServerVulnerability\",\n ContainerRegistryVulnerability = \"ContainerRegistryVulnerability\",\n ServerVulnerability = \"ServerVulnerability\"\n}\n\n/**\n * Defines values for AssessedResourceType. \\\n * {@link KnownAssessedResourceType} can be used interchangeably with AssessedResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SqlServerVulnerability** \\\n * **ContainerRegistryVulnerability** \\\n * **ServerVulnerability**\n */\nexport type AssessedResourceType = string;\n\n/** Known values of {@link EventSource} that the service accepts. */\nexport enum KnownEventSource {\n Assessments = \"Assessments\",\n AssessmentsSnapshot = \"AssessmentsSnapshot\",\n SubAssessments = \"SubAssessments\",\n SubAssessmentsSnapshot = \"SubAssessmentsSnapshot\",\n Alerts = \"Alerts\",\n SecureScores = \"SecureScores\",\n SecureScoresSnapshot = \"SecureScoresSnapshot\",\n SecureScoreControls = \"SecureScoreControls\",\n SecureScoreControlsSnapshot = \"SecureScoreControlsSnapshot\",\n RegulatoryComplianceAssessment = \"RegulatoryComplianceAssessment\",\n RegulatoryComplianceAssessmentSnapshot = \"RegulatoryComplianceAssessmentSnapshot\"\n}\n\n/**\n * Defines values for EventSource. \\\n * {@link KnownEventSource} can be used interchangeably with EventSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Assessments** \\\n * **AssessmentsSnapshot** \\\n * **SubAssessments** \\\n * **SubAssessmentsSnapshot** \\\n * **Alerts** \\\n * **SecureScores** \\\n * **SecureScoresSnapshot** \\\n * **SecureScoreControls** \\\n * **SecureScoreControlsSnapshot** \\\n * **RegulatoryComplianceAssessment** \\\n * **RegulatoryComplianceAssessmentSnapshot**\n */\nexport type EventSource = string;\n\n/** Known values of {@link PropertyType} that the service accepts. */\nexport enum KnownPropertyType {\n String = \"String\",\n Integer = \"Integer\",\n Number = \"Number\",\n Boolean = \"Boolean\"\n}\n\n/**\n * Defines values for PropertyType. \\\n * {@link KnownPropertyType} can be used interchangeably with PropertyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **String** \\\n * **Integer** \\\n * **Number** \\\n * **Boolean**\n */\nexport type PropertyType = string;\n\n/** Known values of {@link Operator} that the service accepts. */\nexport enum KnownOperator {\n /** Applies for decimal and non-decimal operands */\n Equals = \"Equals\",\n /** Applies only for decimal operands */\n GreaterThan = \"GreaterThan\",\n /** Applies only for decimal operands */\n GreaterThanOrEqualTo = \"GreaterThanOrEqualTo\",\n /** Applies only for decimal operands */\n LesserThan = \"LesserThan\",\n /** Applies only for decimal operands */\n LesserThanOrEqualTo = \"LesserThanOrEqualTo\",\n /** Applies for decimal and non-decimal operands */\n NotEquals = \"NotEquals\",\n /** Applies only for non-decimal operands */\n Contains = \"Contains\",\n /** Applies only for non-decimal operands */\n StartsWith = \"StartsWith\",\n /** Applies only for non-decimal operands */\n EndsWith = \"EndsWith\"\n}\n\n/**\n * Defines values for Operator. \\\n * {@link KnownOperator} can be used interchangeably with Operator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Equals**: Applies for decimal and non-decimal operands \\\n * **GreaterThan**: Applies only for decimal operands \\\n * **GreaterThanOrEqualTo**: Applies only for decimal operands \\\n * **LesserThan**: Applies only for decimal operands \\\n * **LesserThanOrEqualTo**: Applies only for decimal operands \\\n * **NotEquals**: Applies for decimal and non-decimal operands \\\n * **Contains**: Applies only for non-decimal operands \\\n * **StartsWith**: Applies only for non-decimal operands \\\n * **EndsWith**: Applies only for non-decimal operands\n */\nexport type Operator = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n LogicApp = \"LogicApp\",\n EventHub = \"EventHub\",\n Workspace = \"Workspace\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LogicApp** \\\n * **EventHub** \\\n * **Workspace**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ServerVulnerabilityAssessmentPropertiesProvisioningState} that the service accepts. */\nexport enum KnownServerVulnerabilityAssessmentPropertiesProvisioningState {\n Succeeded = \"Succeeded\",\n Failed = \"Failed\",\n Canceled = \"Canceled\",\n Provisioning = \"Provisioning\",\n Deprovisioning = \"Deprovisioning\"\n}\n\n/**\n * Defines values for ServerVulnerabilityAssessmentPropertiesProvisioningState. \\\n * {@link KnownServerVulnerabilityAssessmentPropertiesProvisioningState} can be used interchangeably with ServerVulnerabilityAssessmentPropertiesProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Provisioning** \\\n * **Deprovisioning**\n */\nexport type ServerVulnerabilityAssessmentPropertiesProvisioningState = string;\n\n/** Known values of {@link Tactics} that the service accepts. */\nexport enum KnownTactics {\n Reconnaissance = \"Reconnaissance\",\n ResourceDevelopment = \"Resource Development\",\n InitialAccess = \"Initial Access\",\n Execution = \"Execution\",\n Persistence = \"Persistence\",\n PrivilegeEscalation = \"Privilege Escalation\",\n DefenseEvasion = \"Defense Evasion\",\n CredentialAccess = \"Credential Access\",\n Discovery = \"Discovery\",\n LateralMovement = \"Lateral Movement\",\n Collection = \"Collection\",\n CommandAndControl = \"Command and Control\",\n Exfiltration = \"Exfiltration\",\n Impact = \"Impact\"\n}\n\n/**\n * Defines values for Tactics. \\\n * {@link KnownTactics} can be used interchangeably with Tactics,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Reconnaissance** \\\n * **Resource Development** \\\n * **Initial Access** \\\n * **Execution** \\\n * **Persistence** \\\n * **Privilege Escalation** \\\n * **Defense Evasion** \\\n * **Credential Access** \\\n * **Discovery** \\\n * **Lateral Movement** \\\n * **Collection** \\\n * **Command and Control** \\\n * **Exfiltration** \\\n * **Impact**\n */\nexport type Tactics = string;\n\n/** Known values of {@link Techniques} that the service accepts. */\nexport enum KnownTechniques {\n AbuseElevationControlMechanism = \"Abuse Elevation Control Mechanism\",\n AccessTokenManipulation = \"Access Token Manipulation\",\n AccountDiscovery = \"Account Discovery\",\n AccountManipulation = \"Account Manipulation\",\n ActiveScanning = \"Active Scanning\",\n ApplicationLayerProtocol = \"Application Layer Protocol\",\n AudioCapture = \"Audio Capture\",\n BootOrLogonAutostartExecution = \"Boot or Logon Autostart Execution\",\n BootOrLogonInitializationScripts = \"Boot or Logon Initialization Scripts\",\n BruteForce = \"Brute Force\",\n CloudInfrastructureDiscovery = \"Cloud Infrastructure Discovery\",\n CloudServiceDashboard = \"Cloud Service Dashboard\",\n CloudServiceDiscovery = \"Cloud Service Discovery\",\n CommandAndScriptingInterpreter = \"Command and Scripting Interpreter\",\n CompromiseClientSoftwareBinary = \"Compromise Client Software Binary\",\n CompromiseInfrastructure = \"Compromise Infrastructure\",\n ContainerAndResourceDiscovery = \"Container and Resource Discovery\",\n CreateAccount = \"Create Account\",\n CreateOrModifySystemProcess = \"Create or Modify System Process\",\n CredentialsFromPasswordStores = \"Credentials from Password Stores\",\n DataDestruction = \"Data Destruction\",\n DataEncryptedForImpact = \"Data Encrypted for Impact\",\n DataFromCloudStorageObject = \"Data from Cloud Storage Object\",\n DataFromConfigurationRepository = \"Data from Configuration Repository\",\n DataFromInformationRepositories = \"Data from Information Repositories\",\n DataFromLocalSystem = \"Data from Local System\",\n DataManipulation = \"Data Manipulation\",\n DataStaged = \"Data Staged\",\n Defacement = \"Defacement\",\n DeobfuscateDecodeFilesOrInformation = \"Deobfuscate/Decode Files or Information\",\n DiskWipe = \"Disk Wipe\",\n DomainTrustDiscovery = \"Domain Trust Discovery\",\n DriveByCompromise = \"Drive-by Compromise\",\n DynamicResolution = \"Dynamic Resolution\",\n EndpointDenialOfService = \"Endpoint Denial of Service\",\n EventTriggeredExecution = \"Event Triggered Execution\",\n ExfiltrationOverAlternativeProtocol = \"Exfiltration Over Alternative Protocol\",\n ExploitPublicFacingApplication = \"Exploit Public-Facing Application\",\n ExploitationForClientExecution = \"Exploitation for Client Execution\",\n ExploitationForCredentialAccess = \"Exploitation for Credential Access\",\n ExploitationForDefenseEvasion = \"Exploitation for Defense Evasion\",\n ExploitationForPrivilegeEscalation = \"Exploitation for Privilege Escalation\",\n ExploitationOfRemoteServices = \"Exploitation of Remote Services\",\n ExternalRemoteServices = \"External Remote Services\",\n FallbackChannels = \"Fallback Channels\",\n FileAndDirectoryDiscovery = \"File and Directory Discovery\",\n GatherVictimNetworkInformation = \"Gather Victim Network Information\",\n HideArtifacts = \"Hide Artifacts\",\n HijackExecutionFlow = \"Hijack Execution Flow\",\n ImpairDefenses = \"Impair Defenses\",\n ImplantContainerImage = \"Implant Container Image\",\n IndicatorRemovalOnHost = \"Indicator Removal on Host\",\n IndirectCommandExecution = \"Indirect Command Execution\",\n IngressToolTransfer = \"Ingress Tool Transfer\",\n InputCapture = \"Input Capture\",\n InterProcessCommunication = \"Inter-Process Communication\",\n LateralToolTransfer = \"Lateral Tool Transfer\",\n ManInTheMiddle = \"Man-in-the-Middle\",\n Masquerading = \"Masquerading\",\n ModifyAuthenticationProcess = \"Modify Authentication Process\",\n ModifyRegistry = \"Modify Registry\",\n NetworkDenialOfService = \"Network Denial of Service\",\n NetworkServiceScanning = \"Network Service Scanning\",\n NetworkSniffing = \"Network Sniffing\",\n NonApplicationLayerProtocol = \"Non-Application Layer Protocol\",\n NonStandardPort = \"Non-Standard Port\",\n ObtainCapabilities = \"Obtain Capabilities\",\n ObfuscatedFilesOrInformation = \"Obfuscated Files or Information\",\n OfficeApplicationStartup = \"Office Application Startup\",\n OSCredentialDumping = \"OS Credential Dumping\",\n PermissionGroupsDiscovery = \"Permission Groups Discovery\",\n Phishing = \"Phishing\",\n PreOSBoot = \"Pre-OS Boot\",\n ProcessDiscovery = \"Process Discovery\",\n ProcessInjection = \"Process Injection\",\n ProtocolTunneling = \"Protocol Tunneling\",\n Proxy = \"Proxy\",\n QueryRegistry = \"Query Registry\",\n RemoteAccessSoftware = \"Remote Access Software\",\n RemoteServiceSessionHijacking = \"Remote Service Session Hijacking\",\n RemoteServices = \"Remote Services\",\n RemoteSystemDiscovery = \"Remote System Discovery\",\n ResourceHijacking = \"Resource Hijacking\",\n ScheduledTaskJob = \"Scheduled Task/Job\",\n ScreenCapture = \"Screen Capture\",\n SearchVictimOwnedWebsites = \"Search Victim-Owned Websites\",\n ServerSoftwareComponent = \"Server Software Component\",\n ServiceStop = \"Service Stop\",\n SignedBinaryProxyExecution = \"Signed Binary Proxy Execution\",\n SoftwareDeploymentTools = \"Software Deployment Tools\",\n SQLStoredProcedures = \"SQL Stored Procedures\",\n StealOrForgeKerberosTickets = \"Steal or Forge Kerberos Tickets\",\n SubvertTrustControls = \"Subvert Trust Controls\",\n SupplyChainCompromise = \"Supply Chain Compromise\",\n SystemInformationDiscovery = \"System Information Discovery\",\n TaintSharedContent = \"Taint Shared Content\",\n TrafficSignaling = \"Traffic Signaling\",\n TransferDataToCloudAccount = \"Transfer Data to Cloud Account\",\n TrustedRelationship = \"Trusted Relationship\",\n UnsecuredCredentials = \"Unsecured Credentials\",\n UserExecution = \"User Execution\",\n ValidAccounts = \"Valid Accounts\",\n WindowsManagementInstrumentation = \"Windows Management Instrumentation\",\n FileAndDirectoryPermissionsModification = \"File and Directory Permissions Modification\"\n}\n\n/**\n * Defines values for Techniques. \\\n * {@link KnownTechniques} can be used interchangeably with Techniques,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Abuse Elevation Control Mechanism** \\\n * **Access Token Manipulation** \\\n * **Account Discovery** \\\n * **Account Manipulation** \\\n * **Active Scanning** \\\n * **Application Layer Protocol** \\\n * **Audio Capture** \\\n * **Boot or Logon Autostart Execution** \\\n * **Boot or Logon Initialization Scripts** \\\n * **Brute Force** \\\n * **Cloud Infrastructure Discovery** \\\n * **Cloud Service Dashboard** \\\n * **Cloud Service Discovery** \\\n * **Command and Scripting Interpreter** \\\n * **Compromise Client Software Binary** \\\n * **Compromise Infrastructure** \\\n * **Container and Resource Discovery** \\\n * **Create Account** \\\n * **Create or Modify System Process** \\\n * **Credentials from Password Stores** \\\n * **Data Destruction** \\\n * **Data Encrypted for Impact** \\\n * **Data from Cloud Storage Object** \\\n * **Data from Configuration Repository** \\\n * **Data from Information Repositories** \\\n * **Data from Local System** \\\n * **Data Manipulation** \\\n * **Data Staged** \\\n * **Defacement** \\\n * **Deobfuscate\\/Decode Files or Information** \\\n * **Disk Wipe** \\\n * **Domain Trust Discovery** \\\n * **Drive-by Compromise** \\\n * **Dynamic Resolution** \\\n * **Endpoint Denial of Service** \\\n * **Event Triggered Execution** \\\n * **Exfiltration Over Alternative Protocol** \\\n * **Exploit Public-Facing Application** \\\n * **Exploitation for Client Execution** \\\n * **Exploitation for Credential Access** \\\n * **Exploitation for Defense Evasion** \\\n * **Exploitation for Privilege Escalation** \\\n * **Exploitation of Remote Services** \\\n * **External Remote Services** \\\n * **Fallback Channels** \\\n * **File and Directory Discovery** \\\n * **Gather Victim Network Information** \\\n * **Hide Artifacts** \\\n * **Hijack Execution Flow** \\\n * **Impair Defenses** \\\n * **Implant Container Image** \\\n * **Indicator Removal on Host** \\\n * **Indirect Command Execution** \\\n * **Ingress Tool Transfer** \\\n * **Input Capture** \\\n * **Inter-Process Communication** \\\n * **Lateral Tool Transfer** \\\n * **Man-in-the-Middle** \\\n * **Masquerading** \\\n * **Modify Authentication Process** \\\n * **Modify Registry** \\\n * **Network Denial of Service** \\\n * **Network Service Scanning** \\\n * **Network Sniffing** \\\n * **Non-Application Layer Protocol** \\\n * **Non-Standard Port** \\\n * **Obtain Capabilities** \\\n * **Obfuscated Files or Information** \\\n * **Office Application Startup** \\\n * **OS Credential Dumping** \\\n * **Permission Groups Discovery** \\\n * **Phishing** \\\n * **Pre-OS Boot** \\\n * **Process Discovery** \\\n * **Process Injection** \\\n * **Protocol Tunneling** \\\n * **Proxy** \\\n * **Query Registry** \\\n * **Remote Access Software** \\\n * **Remote Service Session Hijacking** \\\n * **Remote Services** \\\n * **Remote System Discovery** \\\n * **Resource Hijacking** \\\n * **Scheduled Task\\/Job** \\\n * **Screen Capture** \\\n * **Search Victim-Owned Websites** \\\n * **Server Software Component** \\\n * **Service Stop** \\\n * **Signed Binary Proxy Execution** \\\n * **Software Deployment Tools** \\\n * **SQL Stored Procedures** \\\n * **Steal or Forge Kerberos Tickets** \\\n * **Subvert Trust Controls** \\\n * **Supply Chain Compromise** \\\n * **System Information Discovery** \\\n * **Taint Shared Content** \\\n * **Traffic Signaling** \\\n * **Transfer Data to Cloud Account** \\\n * **Trusted Relationship** \\\n * **Unsecured Credentials** \\\n * **User Execution** \\\n * **Valid Accounts** \\\n * **Windows Management Instrumentation** \\\n * **File and Directory Permissions Modification**\n */\nexport type Techniques = string;\n\n/** Known values of {@link Categories} that the service accepts. */\nexport enum KnownCategories {\n Compute = \"Compute\",\n Networking = \"Networking\",\n Data = \"Data\",\n IdentityAndAccess = \"IdentityAndAccess\",\n IoT = \"IoT\"\n}\n\n/**\n * Defines values for Categories. \\\n * {@link KnownCategories} can be used interchangeably with Categories,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Compute** \\\n * **Networking** \\\n * **Data** \\\n * **IdentityAndAccess** \\\n * **IoT**\n */\nexport type Categories = string;\n\n/** Known values of {@link UserImpact} that the service accepts. */\nexport enum KnownUserImpact {\n Low = \"Low\",\n Moderate = \"Moderate\",\n High = \"High\"\n}\n\n/**\n * Defines values for UserImpact. \\\n * {@link KnownUserImpact} can be used interchangeably with UserImpact,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Low** \\\n * **Moderate** \\\n * **High**\n */\nexport type UserImpact = string;\n\n/** Known values of {@link ImplementationEffort} that the service accepts. */\nexport enum KnownImplementationEffort {\n Low = \"Low\",\n Moderate = \"Moderate\",\n High = \"High\"\n}\n\n/**\n * Defines values for ImplementationEffort. \\\n * {@link KnownImplementationEffort} can be used interchangeably with ImplementationEffort,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Low** \\\n * **Moderate** \\\n * **High**\n */\nexport type ImplementationEffort = string;\n\n/** Known values of {@link Threats} that the service accepts. */\nexport enum KnownThreats {\n AccountBreach = \"accountBreach\",\n DataExfiltration = \"dataExfiltration\",\n DataSpillage = \"dataSpillage\",\n MaliciousInsider = \"maliciousInsider\",\n ElevationOfPrivilege = \"elevationOfPrivilege\",\n ThreatResistance = \"threatResistance\",\n MissingCoverage = \"missingCoverage\",\n DenialOfService = \"denialOfService\"\n}\n\n/**\n * Defines values for Threats. \\\n * {@link KnownThreats} can be used interchangeably with Threats,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **accountBreach** \\\n * **dataExfiltration** \\\n * **dataSpillage** \\\n * **maliciousInsider** \\\n * **elevationOfPrivilege** \\\n * **threatResistance** \\\n * **missingCoverage** \\\n * **denialOfService**\n */\nexport type Threats = string;\n\n/** Known values of {@link AssessmentType} that the service accepts. */\nexport enum KnownAssessmentType {\n /** Azure Security Center managed assessments */\n BuiltIn = \"BuiltIn\",\n /** User defined policies that are automatically ingested from Azure Policy to Azure Security Center */\n CustomPolicy = \"CustomPolicy\",\n /** User assessments pushed directly by the user or other third party to Azure Security Center */\n CustomerManaged = \"CustomerManaged\",\n /** An assessment that was created by a verified 3rd party if the user connected it to ASC */\n VerifiedPartner = \"VerifiedPartner\"\n}\n\n/**\n * Defines values for AssessmentType. \\\n * {@link KnownAssessmentType} can be used interchangeably with AssessmentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BuiltIn**: Azure Security Center managed assessments \\\n * **CustomPolicy**: User defined policies that are automatically ingested from Azure Policy to Azure Security Center \\\n * **CustomerManaged**: User assessments pushed directly by the user or other third party to Azure Security Center \\\n * **VerifiedPartner**: An assessment that was created by a verified 3rd party if the user connected it to ASC\n */\nexport type AssessmentType = string;\n\n/** Known values of {@link AssessmentStatusCode} that the service accepts. */\nexport enum KnownAssessmentStatusCode {\n /** The resource is healthy */\n Healthy = \"Healthy\",\n /** The resource has a security issue that needs to be addressed */\n Unhealthy = \"Unhealthy\",\n /** Assessment for this resource did not happen */\n NotApplicable = \"NotApplicable\"\n}\n\n/**\n * Defines values for AssessmentStatusCode. \\\n * {@link KnownAssessmentStatusCode} can be used interchangeably with AssessmentStatusCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy**: The resource is healthy \\\n * **Unhealthy**: The resource has a security issue that needs to be addressed \\\n * **NotApplicable**: Assessment for this resource did not happen\n */\nexport type AssessmentStatusCode = string;\n\n/** Known values of {@link ExpandEnum} that the service accepts. */\nexport enum KnownExpandEnum {\n /** All links associated with an assessment */\n Links = \"links\",\n /** Assessment metadata */\n Metadata = \"metadata\"\n}\n\n/**\n * Defines values for ExpandEnum. \\\n * {@link KnownExpandEnum} can be used interchangeably with ExpandEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **links**: All links associated with an assessment \\\n * **metadata**: Assessment metadata\n */\nexport type ExpandEnum = string;\n\n/** Known values of {@link EnforcementMode} that the service accepts. */\nexport enum KnownEnforcementMode {\n Audit = \"Audit\",\n Enforce = \"Enforce\",\n None = \"None\"\n}\n\n/**\n * Defines values for EnforcementMode. \\\n * {@link KnownEnforcementMode} can be used interchangeably with EnforcementMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Audit** \\\n * **Enforce** \\\n * **None**\n */\nexport type EnforcementMode = string;\n\n/** Known values of {@link ConfigurationStatus} that the service accepts. */\nexport enum KnownConfigurationStatus {\n Configured = \"Configured\",\n NotConfigured = \"NotConfigured\",\n InProgress = \"InProgress\",\n Failed = \"Failed\",\n NoStatus = \"NoStatus\"\n}\n\n/**\n * Defines values for ConfigurationStatus. \\\n * {@link KnownConfigurationStatus} can be used interchangeably with ConfigurationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Configured** \\\n * **NotConfigured** \\\n * **InProgress** \\\n * **Failed** \\\n * **NoStatus**\n */\nexport type ConfigurationStatus = string;\n\n/** Known values of {@link RecommendationStatus} that the service accepts. */\nexport enum KnownRecommendationStatus {\n Recommended = \"Recommended\",\n NotRecommended = \"NotRecommended\",\n NotAvailable = \"NotAvailable\",\n NoStatus = \"NoStatus\"\n}\n\n/**\n * Defines values for RecommendationStatus. \\\n * {@link KnownRecommendationStatus} can be used interchangeably with RecommendationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Recommended** \\\n * **NotRecommended** \\\n * **NotAvailable** \\\n * **NoStatus**\n */\nexport type RecommendationStatus = string;\n\n/** Known values of {@link AdaptiveApplicationControlIssue} that the service accepts. */\nexport enum KnownAdaptiveApplicationControlIssue {\n ViolationsAudited = \"ViolationsAudited\",\n ViolationsBlocked = \"ViolationsBlocked\",\n MsiAndScriptViolationsAudited = \"MsiAndScriptViolationsAudited\",\n MsiAndScriptViolationsBlocked = \"MsiAndScriptViolationsBlocked\",\n ExecutableViolationsAudited = \"ExecutableViolationsAudited\",\n RulesViolatedManually = \"RulesViolatedManually\"\n}\n\n/**\n * Defines values for AdaptiveApplicationControlIssue. \\\n * {@link KnownAdaptiveApplicationControlIssue} can be used interchangeably with AdaptiveApplicationControlIssue,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ViolationsAudited** \\\n * **ViolationsBlocked** \\\n * **MsiAndScriptViolationsAudited** \\\n * **MsiAndScriptViolationsBlocked** \\\n * **ExecutableViolationsAudited** \\\n * **RulesViolatedManually**\n */\nexport type AdaptiveApplicationControlIssue = string;\n\n/** Known values of {@link SourceSystem} that the service accepts. */\nexport enum KnownSourceSystem {\n AzureAppLocker = \"Azure_AppLocker\",\n AzureAuditD = \"Azure_AuditD\",\n NonAzureAppLocker = \"NonAzure_AppLocker\",\n NonAzureAuditD = \"NonAzure_AuditD\",\n None = \"None\"\n}\n\n/**\n * Defines values for SourceSystem. \\\n * {@link KnownSourceSystem} can be used interchangeably with SourceSystem,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Azure_AppLocker** \\\n * **Azure_AuditD** \\\n * **NonAzure_AppLocker** \\\n * **NonAzure_AuditD** \\\n * **None**\n */\nexport type SourceSystem = string;\n\n/** Known values of {@link RecommendationAction} that the service accepts. */\nexport enum KnownRecommendationAction {\n Recommended = \"Recommended\",\n Add = \"Add\",\n Remove = \"Remove\"\n}\n\n/**\n * Defines values for RecommendationAction. \\\n * {@link KnownRecommendationAction} can be used interchangeably with RecommendationAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Recommended** \\\n * **Add** \\\n * **Remove**\n */\nexport type RecommendationAction = string;\n\n/** Known values of {@link EnforcementSupport} that the service accepts. */\nexport enum KnownEnforcementSupport {\n Supported = \"Supported\",\n NotSupported = \"NotSupported\",\n Unknown = \"Unknown\"\n}\n\n/**\n * Defines values for EnforcementSupport. \\\n * {@link KnownEnforcementSupport} can be used interchangeably with EnforcementSupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Supported** \\\n * **NotSupported** \\\n * **Unknown**\n */\nexport type EnforcementSupport = string;\n\n/** Known values of {@link FileType} that the service accepts. */\nexport enum KnownFileType {\n Exe = \"Exe\",\n Dll = \"Dll\",\n Msi = \"Msi\",\n Script = \"Script\",\n Executable = \"Executable\",\n Unknown = \"Unknown\"\n}\n\n/**\n * Defines values for FileType. \\\n * {@link KnownFileType} can be used interchangeably with FileType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Exe** \\\n * **Dll** \\\n * **Msi** \\\n * **Script** \\\n * **Executable** \\\n * **Unknown**\n */\nexport type FileType = string;\n\n/** Known values of {@link Direction} that the service accepts. */\nexport enum KnownDirection {\n Inbound = \"Inbound\",\n Outbound = \"Outbound\"\n}\n\n/**\n * Defines values for Direction. \\\n * {@link KnownDirection} can be used interchangeably with Direction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound** \\\n * **Outbound**\n */\nexport type Direction = string;\n\n/** Known values of {@link TransportProtocol} that the service accepts. */\nexport enum KnownTransportProtocol {\n TCP = \"TCP\",\n UDP = \"UDP\"\n}\n\n/**\n * Defines values for TransportProtocol. \\\n * {@link KnownTransportProtocol} can be used interchangeably with TransportProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TCP** \\\n * **UDP**\n */\nexport type TransportProtocol = string;\n\n/** Known values of {@link ConnectionType} that the service accepts. */\nexport enum KnownConnectionType {\n Internal = \"Internal\",\n External = \"External\"\n}\n\n/**\n * Defines values for ConnectionType. \\\n * {@link KnownConnectionType} can be used interchangeably with ConnectionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal** \\\n * **External**\n */\nexport type ConnectionType = string;\n\n/** Known values of {@link Protocol} that the service accepts. */\nexport enum KnownProtocol {\n TCP = \"TCP\",\n UDP = \"UDP\",\n All = \"*\"\n}\n\n/**\n * Defines values for Protocol. \\\n * {@link KnownProtocol} can be used interchangeably with Protocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TCP** \\\n * **UDP** \\\n * *****\n */\nexport type Protocol = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n Revoked = \"Revoked\",\n Initiated = \"Initiated\"\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Revoked** \\\n * **Initiated**\n */\nexport type Status = string;\n\n/** Known values of {@link StatusReason} that the service accepts. */\nexport enum KnownStatusReason {\n Expired = \"Expired\",\n UserRequested = \"UserRequested\",\n NewerRequestInitiated = \"NewerRequestInitiated\"\n}\n\n/**\n * Defines values for StatusReason. \\\n * {@link KnownStatusReason} can be used interchangeably with StatusReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Expired** \\\n * **UserRequested** \\\n * **NewerRequestInitiated**\n */\nexport type StatusReason = string;\n\n/** Known values of {@link SecurityFamily} that the service accepts. */\nexport enum KnownSecurityFamily {\n Waf = \"Waf\",\n Ngfw = \"Ngfw\",\n SaasWaf = \"SaasWaf\",\n Va = \"Va\"\n}\n\n/**\n * Defines values for SecurityFamily. \\\n * {@link KnownSecurityFamily} can be used interchangeably with SecurityFamily,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Waf** \\\n * **Ngfw** \\\n * **SaasWaf** \\\n * **Va**\n */\nexport type SecurityFamily = string;\n\n/** Known values of {@link ExternalSecuritySolutionKind} that the service accepts. */\nexport enum KnownExternalSecuritySolutionKind {\n CEF = \"CEF\",\n ATA = \"ATA\",\n AAD = \"AAD\"\n}\n\n/**\n * Defines values for ExternalSecuritySolutionKind. \\\n * {@link KnownExternalSecuritySolutionKind} can be used interchangeably with ExternalSecuritySolutionKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CEF** \\\n * **ATA** \\\n * **AAD**\n */\nexport type ExternalSecuritySolutionKind = string;\n\n/** Known values of {@link ExpandControlsEnum} that the service accepts. */\nexport enum KnownExpandControlsEnum {\n /** Add definition object for each control */\n Definition = \"definition\"\n}\n\n/**\n * Defines values for ExpandControlsEnum. \\\n * {@link KnownExpandControlsEnum} can be used interchangeably with ExpandControlsEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **definition**: Add definition object for each control\n */\nexport type ExpandControlsEnum = string;\n\n/** Known values of {@link ControlType} that the service accepts. */\nexport enum KnownControlType {\n /** Azure Security Center managed assessments */\n BuiltIn = \"BuiltIn\",\n /** Non Azure Security Center managed assessments */\n Custom = \"Custom\"\n}\n\n/**\n * Defines values for ControlType. \\\n * {@link KnownControlType} can be used interchangeably with ControlType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BuiltIn**: Azure Security Center managed assessments \\\n * **Custom**: Non Azure Security Center managed assessments\n */\nexport type ControlType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n Succeeded = \"Succeeded\",\n Failed = \"Failed\",\n Updating = \"Updating\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Updating**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link HybridComputeProvisioningState} that the service accepts. */\nexport enum KnownHybridComputeProvisioningState {\n /** Valid service principal details. */\n Valid = \"Valid\",\n /** Invalid service principal details. */\n Invalid = \"Invalid\",\n /** the service principal details are expired */\n Expired = \"Expired\"\n}\n\n/**\n * Defines values for HybridComputeProvisioningState. \\\n * {@link KnownHybridComputeProvisioningState} can be used interchangeably with HybridComputeProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Valid**: Valid service principal details. \\\n * **Invalid**: Invalid service principal details. \\\n * **Expired**: the service principal details are expired\n */\nexport type HybridComputeProvisioningState = string;\n\n/** Known values of {@link AuthenticationProvisioningState} that the service accepts. */\nexport enum KnownAuthenticationProvisioningState {\n /** Valid connector */\n Valid = \"Valid\",\n /** Invalid connector */\n Invalid = \"Invalid\",\n /** the connection has expired */\n Expired = \"Expired\",\n /** Incorrect policy of the connector */\n IncorrectPolicy = \"IncorrectPolicy\"\n}\n\n/**\n * Defines values for AuthenticationProvisioningState. \\\n * {@link KnownAuthenticationProvisioningState} can be used interchangeably with AuthenticationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Valid**: Valid connector \\\n * **Invalid**: Invalid connector \\\n * **Expired**: the connection has expired \\\n * **IncorrectPolicy**: Incorrect policy of the connector\n */\nexport type AuthenticationProvisioningState = string;\n\n/** Known values of {@link PermissionProperty} that the service accepts. */\nexport enum KnownPermissionProperty {\n /** This permission provides read only access to AWS Security Hub resources. */\n AWSAWSSecurityHubReadOnlyAccess = \"AWS::AWSSecurityHubReadOnlyAccess\",\n /** This permission grants access to read security configuration metadata. */\n AWSSecurityAudit = \"AWS::SecurityAudit\",\n /** The permission provides for EC2 Automation service to execute activities defined within Automation documents. */\n AWSAmazonSSMAutomationRole = \"AWS::AmazonSSMAutomationRole\",\n /** This permission provides read only access to GCP Security Command Center. */\n GCPSecurityCenterAdminViewer = \"GCP::Security Center Admin Viewer\"\n}\n\n/**\n * Defines values for PermissionProperty. \\\n * {@link KnownPermissionProperty} can be used interchangeably with PermissionProperty,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AWS::AWSSecurityHubReadOnlyAccess**: This permission provides read only access to AWS Security Hub resources. \\\n * **AWS::SecurityAudit**: This permission grants access to read security configuration metadata. \\\n * **AWS::AmazonSSMAutomationRole**: The permission provides for EC2 Automation service to execute activities defined within Automation documents. \\\n * **GCP::Security Center Admin Viewer**: This permission provides read only access to GCP Security Command Center.\n */\nexport type PermissionProperty = string;\n\n/** Known values of {@link AuthenticationType} that the service accepts. */\nexport enum KnownAuthenticationType {\n /** AWS cloud account connector user credentials authentication */\n AwsCreds = \"awsCreds\",\n /** AWS account connector assume role authentication */\n AwsAssumeRole = \"awsAssumeRole\",\n /** GCP account connector service to service authentication */\n GcpCredentials = \"gcpCredentials\"\n}\n\n/**\n * Defines values for AuthenticationType. \\\n * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **awsCreds**: AWS cloud account connector user credentials authentication \\\n * **awsAssumeRole**: AWS account connector assume role authentication \\\n * **gcpCredentials**: GCP account connector service to service authentication\n */\nexport type AuthenticationType = string;\n\n/** Known values of {@link ScanTriggerType} that the service accepts. */\nexport enum KnownScanTriggerType {\n /** OnDemand */\n OnDemand = \"OnDemand\",\n /** Recurring */\n Recurring = \"Recurring\"\n}\n\n/**\n * Defines values for ScanTriggerType. \\\n * {@link KnownScanTriggerType} can be used interchangeably with ScanTriggerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnDemand**: OnDemand \\\n * **Recurring**: Recurring\n */\nexport type ScanTriggerType = string;\n\n/** Known values of {@link ScanState} that the service accepts. */\nexport enum KnownScanState {\n /** Failed */\n Failed = \"Failed\",\n /** FailedToRun */\n FailedToRun = \"FailedToRun\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Passed */\n Passed = \"Passed\"\n}\n\n/**\n * Defines values for ScanState. \\\n * {@link KnownScanState} can be used interchangeably with ScanState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Failed**: Failed \\\n * **FailedToRun**: FailedToRun \\\n * **InProgress**: InProgress \\\n * **Passed**: Passed\n */\nexport type ScanState = string;\n\n/** Known values of {@link RuleStatus} that the service accepts. */\nexport enum KnownRuleStatus {\n /** NonFinding */\n NonFinding = \"NonFinding\",\n /** Finding */\n Finding = \"Finding\",\n /** InternalError */\n InternalError = \"InternalError\"\n}\n\n/**\n * Defines values for RuleStatus. \\\n * {@link KnownRuleStatus} can be used interchangeably with RuleStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NonFinding**: NonFinding \\\n * **Finding**: Finding \\\n * **InternalError**: InternalError\n */\nexport type RuleStatus = string;\n\n/** Known values of {@link RuleSeverity} that the service accepts. */\nexport enum KnownRuleSeverity {\n /** High */\n High = \"High\",\n /** Medium */\n Medium = \"Medium\",\n /** Low */\n Low = \"Low\",\n /** Informational */\n Informational = \"Informational\",\n /** Obsolete */\n Obsolete = \"Obsolete\"\n}\n\n/**\n * Defines values for RuleSeverity. \\\n * {@link KnownRuleSeverity} can be used interchangeably with RuleSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **High**: High \\\n * **Medium**: Medium \\\n * **Low**: Low \\\n * **Informational**: Informational \\\n * **Obsolete**: Obsolete\n */\nexport type RuleSeverity = string;\n\n/** Known values of {@link RuleType} that the service accepts. */\nexport enum KnownRuleType {\n /** Binary */\n Binary = \"Binary\",\n /** BaselineExpected */\n BaselineExpected = \"BaselineExpected\",\n /** PositiveList */\n PositiveList = \"PositiveList\",\n /** NegativeList */\n NegativeList = \"NegativeList\"\n}\n\n/**\n * Defines values for RuleType. \\\n * {@link KnownRuleType} can be used interchangeably with RuleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Binary**: Binary \\\n * **BaselineExpected**: BaselineExpected \\\n * **PositiveList**: PositiveList \\\n * **NegativeList**: NegativeList\n */\nexport type RuleType = string;\n\n/** Known values of {@link AlertSeverity} that the service accepts. */\nexport enum KnownAlertSeverity {\n /** Informational */\n Informational = \"Informational\",\n /** Low */\n Low = \"Low\",\n /** Medium */\n Medium = \"Medium\",\n /** High */\n High = \"High\"\n}\n\n/**\n * Defines values for AlertSeverity. \\\n * {@link KnownAlertSeverity} can be used interchangeably with AlertSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Informational**: Informational \\\n * **Low**: Low \\\n * **Medium**: Medium \\\n * **High**: High\n */\nexport type AlertSeverity = string;\n\n/** Known values of {@link Intent} that the service accepts. */\nexport enum KnownIntent {\n /** Unknown */\n Unknown = \"Unknown\",\n /** PreAttack could be either an attempt to access a certain resource regardless of a malicious intent, or a failed attempt to gain access to a target system to gather information prior to exploitation. This step is usually detected as an attempt, originating from outside the network, to scan the target system and find a way in. Further details on the PreAttack stage can be read in [MITRE Pre-Att&ck matrix](https://attack.mitre.org/matrices/pre/). */\n PreAttack = \"PreAttack\",\n /** InitialAccess is the stage where an attacker manages to get foothold on the attacked resource. */\n InitialAccess = \"InitialAccess\",\n /** Persistence is any access, action, or configuration change to a system that gives a threat actor a persistent presence on that system. */\n Persistence = \"Persistence\",\n /** Privilege escalation is the result of actions that allow an adversary to obtain a higher level of permissions on a system or network. */\n PrivilegeEscalation = \"PrivilegeEscalation\",\n /** Defense evasion consists of techniques an adversary may use to evade detection or avoid other defenses. */\n DefenseEvasion = \"DefenseEvasion\",\n /** Credential access represents techniques resulting in access to or control over system, domain, or service credentials that are used within an enterprise environment. */\n CredentialAccess = \"CredentialAccess\",\n /** Discovery consists of techniques that allow the adversary to gain knowledge about the system and internal network. */\n Discovery = \"Discovery\",\n /** Lateral movement consists of techniques that enable an adversary to access and control remote systems on a network and could, but does not necessarily, include execution of tools on remote systems. */\n LateralMovement = \"LateralMovement\",\n /** The execution tactic represents techniques that result in execution of adversary-controlled code on a local or remote system. */\n Execution = \"Execution\",\n /** Collection consists of techniques used to identify and gather information, such as sensitive files, from a target network prior to exfiltration. */\n Collection = \"Collection\",\n /** Exfiltration refers to techniques and attributes that result or aid in the adversary removing files and information from a target network. */\n Exfiltration = \"Exfiltration\",\n /** The command and control tactic represents how adversaries communicate with systems under their control within a target network. */\n CommandAndControl = \"CommandAndControl\",\n /** Impact events primarily try to directly reduce the availability or integrity of a system, service, or network; including manipulation of data to impact a business or operational process. */\n Impact = \"Impact\",\n /** Probing could be either an attempt to access a certain resource regardless of a malicious intent, or a failed attempt to gain access to a target system to gather information prior to exploitation. */\n Probing = \"Probing\",\n /** Exploitation is the stage where an attacker manages to get a foothold on the attacked resource. This stage is relevant for compute hosts and resources such as user accounts, certificates etc. */\n Exploitation = \"Exploitation\"\n}\n\n/**\n * Defines values for Intent. \\\n * {@link KnownIntent} can be used interchangeably with Intent,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **PreAttack**: PreAttack could be either an attempt to access a certain resource regardless of a malicious intent, or a failed attempt to gain access to a target system to gather information prior to exploitation. This step is usually detected as an attempt, originating from outside the network, to scan the target system and find a way in. Further details on the PreAttack stage can be read in [MITRE Pre-Att&ck matrix](https:\\/\\/attack.mitre.org\\/matrices\\/pre\\/). \\\n * **InitialAccess**: InitialAccess is the stage where an attacker manages to get foothold on the attacked resource. \\\n * **Persistence**: Persistence is any access, action, or configuration change to a system that gives a threat actor a persistent presence on that system. \\\n * **PrivilegeEscalation**: Privilege escalation is the result of actions that allow an adversary to obtain a higher level of permissions on a system or network. \\\n * **DefenseEvasion**: Defense evasion consists of techniques an adversary may use to evade detection or avoid other defenses. \\\n * **CredentialAccess**: Credential access represents techniques resulting in access to or control over system, domain, or service credentials that are used within an enterprise environment. \\\n * **Discovery**: Discovery consists of techniques that allow the adversary to gain knowledge about the system and internal network. \\\n * **LateralMovement**: Lateral movement consists of techniques that enable an adversary to access and control remote systems on a network and could, but does not necessarily, include execution of tools on remote systems. \\\n * **Execution**: The execution tactic represents techniques that result in execution of adversary-controlled code on a local or remote system. \\\n * **Collection**: Collection consists of techniques used to identify and gather information, such as sensitive files, from a target network prior to exfiltration. \\\n * **Exfiltration**: Exfiltration refers to techniques and attributes that result or aid in the adversary removing files and information from a target network. \\\n * **CommandAndControl**: The command and control tactic represents how adversaries communicate with systems under their control within a target network. \\\n * **Impact**: Impact events primarily try to directly reduce the availability or integrity of a system, service, or network; including manipulation of data to impact a business or operational process. \\\n * **Probing**: Probing could be either an attempt to access a certain resource regardless of a malicious intent, or a failed attempt to gain access to a target system to gather information prior to exploitation. \\\n * **Exploitation**: Exploitation is the stage where an attacker manages to get a foothold on the attacked resource. This stage is relevant for compute hosts and resources such as user accounts, certificates etc.\n */\nexport type Intent = string;\n\n/** Known values of {@link ResourceIdentifierType} that the service accepts. */\nexport enum KnownResourceIdentifierType {\n AzureResource = \"AzureResource\",\n LogAnalytics = \"LogAnalytics\"\n}\n\n/**\n * Defines values for ResourceIdentifierType. \\\n * {@link KnownResourceIdentifierType} can be used interchangeably with ResourceIdentifierType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureResource** \\\n * **LogAnalytics**\n */\nexport type ResourceIdentifierType = string;\n\n/** Known values of {@link AlertStatus} that the service accepts. */\nexport enum KnownAlertStatus {\n /** An alert which doesn't specify a value is assigned the status 'Active' */\n Active = \"Active\",\n /** Alert closed after handling */\n Resolved = \"Resolved\",\n /** Alert dismissed as false positive */\n Dismissed = \"Dismissed\"\n}\n\n/**\n * Defines values for AlertStatus. \\\n * {@link KnownAlertStatus} can be used interchangeably with AlertStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: An alert which doesn't specify a value is assigned the status 'Active' \\\n * **Resolved**: Alert closed after handling \\\n * **Dismissed**: Alert dismissed as false positive\n */\nexport type AlertStatus = string;\n\n/** Known values of {@link Kind} that the service accepts. */\nexport enum KnownKind {\n /** Simulate alerts according to bundles */\n Bundles = \"Bundles\"\n}\n\n/**\n * Defines values for Kind. \\\n * {@link KnownKind} can be used interchangeably with Kind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Bundles**: Simulate alerts according to bundles\n */\nexport type Kind = string;\n\n/** Known values of {@link SettingKind} that the service accepts. */\nexport enum KnownSettingKind {\n DataExportSettings = \"DataExportSettings\",\n AlertSuppressionSetting = \"AlertSuppressionSetting\",\n AlertSyncSettings = \"AlertSyncSettings\"\n}\n\n/**\n * Defines values for SettingKind. \\\n * {@link KnownSettingKind} can be used interchangeably with SettingKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DataExportSettings** \\\n * **AlertSuppressionSetting** \\\n * **AlertSyncSettings**\n */\nexport type SettingKind = string;\n\n/** Known values of {@link Enum73} that the service accepts. */\nexport enum KnownEnum73 {\n Mcas = \"MCAS\",\n Wdatp = \"WDATP\",\n WdatpExcludeLinuxPublicPreview = \"WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW\",\n Sentinel = \"Sentinel\"\n}\n\n/**\n * Defines values for Enum73. \\\n * {@link KnownEnum73} can be used interchangeably with Enum73,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MCAS** \\\n * **WDATP** \\\n * **WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW** \\\n * **Sentinel**\n */\nexport type Enum73 = string;\n\n/** Known values of {@link EndOfSupportStatus} that the service accepts. */\nexport enum KnownEndOfSupportStatus {\n None = \"None\",\n NoLongerSupported = \"noLongerSupported\",\n VersionNoLongerSupported = \"versionNoLongerSupported\",\n UpcomingNoLongerSupported = \"upcomingNoLongerSupported\",\n UpcomingVersionNoLongerSupported = \"upcomingVersionNoLongerSupported\"\n}\n\n/**\n * Defines values for EndOfSupportStatus. \\\n * {@link KnownEndOfSupportStatus} can be used interchangeably with EndOfSupportStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **noLongerSupported** \\\n * **versionNoLongerSupported** \\\n * **upcomingNoLongerSupported** \\\n * **upcomingVersionNoLongerSupported**\n */\nexport type EndOfSupportStatus = string;\n\n/** Known values of {@link CloudName} that the service accepts. */\nexport enum KnownCloudName {\n Azure = \"Azure\",\n AWS = \"AWS\",\n GCP = \"GCP\"\n}\n\n/**\n * Defines values for CloudName. \\\n * {@link KnownCloudName} can be used interchangeably with CloudName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Azure** \\\n * **AWS** \\\n * **GCP**\n */\nexport type CloudName = string;\n\n/** Known values of {@link OfferingType} that the service accepts. */\nexport enum KnownOfferingType {\n CspmMonitorAws = \"CspmMonitorAws\",\n DefenderForContainersAws = \"DefenderForContainersAws\",\n DefenderForServersAws = \"DefenderForServersAws\"\n}\n\n/**\n * Defines values for OfferingType. \\\n * {@link KnownOfferingType} can be used interchangeably with OfferingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CspmMonitorAws** \\\n * **DefenderForContainersAws** \\\n * **DefenderForServersAws**\n */\nexport type OfferingType = string;\n\n/** Known values of {@link OrganizationMembershipType} that the service accepts. */\nexport enum KnownOrganizationMembershipType {\n Member = \"Member\",\n Organization = \"Organization\"\n}\n\n/**\n * Defines values for OrganizationMembershipType. \\\n * {@link KnownOrganizationMembershipType} can be used interchangeably with OrganizationMembershipType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Member** \\\n * **Organization**\n */\nexport type OrganizationMembershipType = string;\n\n/** Known values of {@link AadConnectivityState} that the service accepts. */\nexport enum KnownAadConnectivityState {\n Discovered = \"Discovered\",\n NotLicensed = \"NotLicensed\",\n Connected = \"Connected\"\n}\n\n/**\n * Defines values for AadConnectivityState. \\\n * {@link KnownAadConnectivityState} can be used interchangeably with AadConnectivityState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Discovered** \\\n * **NotLicensed** \\\n * **Connected**\n */\nexport type AadConnectivityState = string;\n\n/** Known values of {@link BundleType} that the service accepts. */\nexport enum KnownBundleType {\n AppServices = \"AppServices\",\n DNS = \"DNS\",\n KeyVaults = \"KeyVaults\",\n KubernetesService = \"KubernetesService\",\n ResourceManager = \"ResourceManager\",\n SqlServers = \"SqlServers\",\n StorageAccounts = \"StorageAccounts\",\n VirtualMachines = \"VirtualMachines\"\n}\n\n/**\n * Defines values for BundleType. \\\n * {@link KnownBundleType} can be used interchangeably with BundleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AppServices** \\\n * **DNS** \\\n * **KeyVaults** \\\n * **KubernetesService** \\\n * **ResourceManager** \\\n * **SqlServers** \\\n * **StorageAccounts** \\\n * **VirtualMachines**\n */\nexport type BundleType = string;\n/** Defines values for Rank. */\nexport type Rank = \"None\" | \"Low\" | \"Medium\" | \"High\" | \"Critical\";\n/** Defines values for RuleState. */\nexport type RuleState = \"Enabled\" | \"Disabled\" | \"Expired\";\n\n/** Optional parameters. */\nexport interface MdeOnboardingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MdeOnboardingsListResponse = MdeOnboardingDataList;\n\n/** Optional parameters. */\nexport interface MdeOnboardingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MdeOnboardingsGetResponse = MdeOnboardingData;\n\n/** Optional parameters. */\nexport interface CustomAssessmentAutomationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CustomAssessmentAutomationsGetResponse = CustomAssessmentAutomation;\n\n/** Optional parameters. */\nexport interface CustomAssessmentAutomationsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type CustomAssessmentAutomationsCreateResponse = CustomAssessmentAutomation;\n\n/** Optional parameters. */\nexport interface CustomAssessmentAutomationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CustomAssessmentAutomationsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CustomAssessmentAutomationsListByResourceGroupResponse = CustomAssessmentAutomationsListResult;\n\n/** Optional parameters. */\nexport interface CustomAssessmentAutomationsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type CustomAssessmentAutomationsListBySubscriptionResponse = CustomAssessmentAutomationsListResult;\n\n/** Optional parameters. */\nexport interface CustomAssessmentAutomationsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CustomAssessmentAutomationsListByResourceGroupNextResponse = CustomAssessmentAutomationsListResult;\n\n/** Optional parameters. */\nexport interface CustomAssessmentAutomationsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type CustomAssessmentAutomationsListBySubscriptionNextResponse = CustomAssessmentAutomationsListResult;\n\n/** Optional parameters. */\nexport interface CustomEntityStoreAssignmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CustomEntityStoreAssignmentsGetResponse = CustomEntityStoreAssignment;\n\n/** Optional parameters. */\nexport interface CustomEntityStoreAssignmentsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type CustomEntityStoreAssignmentsCreateResponse = CustomEntityStoreAssignment;\n\n/** Optional parameters. */\nexport interface CustomEntityStoreAssignmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CustomEntityStoreAssignmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CustomEntityStoreAssignmentsListByResourceGroupResponse = CustomEntityStoreAssignmentsListResult;\n\n/** Optional parameters. */\nexport interface CustomEntityStoreAssignmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type CustomEntityStoreAssignmentsListBySubscriptionResponse = CustomEntityStoreAssignmentsListResult;\n\n/** Optional parameters. */\nexport interface CustomEntityStoreAssignmentsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CustomEntityStoreAssignmentsListByResourceGroupNextResponse = CustomEntityStoreAssignmentsListResult;\n\n/** Optional parameters. */\nexport interface CustomEntityStoreAssignmentsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type CustomEntityStoreAssignmentsListBySubscriptionNextResponse = CustomEntityStoreAssignmentsListResult;\n\n/** Optional parameters. */\nexport interface ComplianceResultsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ComplianceResultsListResponse = ComplianceResultList;\n\n/** Optional parameters. */\nexport interface ComplianceResultsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ComplianceResultsGetResponse = ComplianceResult;\n\n/** Optional parameters. */\nexport interface ComplianceResultsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ComplianceResultsListNextResponse = ComplianceResultList;\n\n/** Optional parameters. */\nexport interface PricingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PricingsListResponse = PricingList;\n\n/** Optional parameters. */\nexport interface PricingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PricingsGetResponse = Pricing;\n\n/** Optional parameters. */\nexport interface PricingsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type PricingsUpdateResponse = Pricing;\n\n/** Optional parameters. */\nexport interface AdvancedThreatProtectionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AdvancedThreatProtectionGetResponse = AdvancedThreatProtectionSetting;\n\n/** Optional parameters. */\nexport interface AdvancedThreatProtectionCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type AdvancedThreatProtectionCreateResponse = AdvancedThreatProtectionSetting;\n\n/** Optional parameters. */\nexport interface DeviceSecurityGroupsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DeviceSecurityGroupsListResponse = DeviceSecurityGroupList;\n\n/** Optional parameters. */\nexport interface DeviceSecurityGroupsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DeviceSecurityGroupsGetResponse = DeviceSecurityGroup;\n\n/** Optional parameters. */\nexport interface DeviceSecurityGroupsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DeviceSecurityGroupsCreateOrUpdateResponse = DeviceSecurityGroup;\n\n/** Optional parameters. */\nexport interface DeviceSecurityGroupsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeviceSecurityGroupsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DeviceSecurityGroupsListNextResponse = DeviceSecurityGroupList;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Filter the IoT Security solution with OData syntax. Supports filtering by iotHubs. */\n filter?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type IotSecuritySolutionListBySubscriptionResponse = IoTSecuritySolutionsList;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Filter the IoT Security solution with OData syntax. Supports filtering by iotHubs. */\n filter?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type IotSecuritySolutionListByResourceGroupResponse = IoTSecuritySolutionsList;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type IotSecuritySolutionGetResponse = IoTSecuritySolutionModel;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type IotSecuritySolutionCreateOrUpdateResponse = IoTSecuritySolutionModel;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type IotSecuritySolutionUpdateResponse = IoTSecuritySolutionModel;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** Filter the IoT Security solution with OData syntax. Supports filtering by iotHubs. */\n filter?: string;\n}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type IotSecuritySolutionListBySubscriptionNextResponse = IoTSecuritySolutionsList;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** Filter the IoT Security solution with OData syntax. Supports filtering by iotHubs. */\n filter?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type IotSecuritySolutionListByResourceGroupNextResponse = IoTSecuritySolutionsList;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionAnalyticsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type IotSecuritySolutionAnalyticsListResponse = IoTSecuritySolutionAnalyticsModelList;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionAnalyticsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type IotSecuritySolutionAnalyticsGetResponse = IoTSecuritySolutionAnalyticsModel;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams\n extends coreClient.OperationOptions {\n /** Number of results to retrieve. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type IotSecuritySolutionsAnalyticsAggregatedAlertListResponse = IoTSecurityAggregatedAlertList;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionsAnalyticsAggregatedAlertGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type IotSecuritySolutionsAnalyticsAggregatedAlertGetResponse = IoTSecurityAggregatedAlert;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionsAnalyticsAggregatedAlertDismissOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionsAnalyticsAggregatedAlertListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Number of results to retrieve. */\n top?: number;\n}\n\n/** Contains response data for the listNext operation. */\nexport type IotSecuritySolutionsAnalyticsAggregatedAlertListNextResponse = IoTSecurityAggregatedAlertList;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionsAnalyticsRecommendationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type IotSecuritySolutionsAnalyticsRecommendationGetResponse = IoTSecurityAggregatedRecommendation;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionsAnalyticsRecommendationListOptionalParams\n extends coreClient.OperationOptions {\n /** Number of results to retrieve. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type IotSecuritySolutionsAnalyticsRecommendationListResponse = IoTSecurityAggregatedRecommendationList;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionsAnalyticsRecommendationListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Number of results to retrieve. */\n top?: number;\n}\n\n/** Contains response data for the listNext operation. */\nexport type IotSecuritySolutionsAnalyticsRecommendationListNextResponse = IoTSecurityAggregatedRecommendationList;\n\n/** Optional parameters. */\nexport interface LocationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type LocationsListResponse = AscLocationList;\n\n/** Optional parameters. */\nexport interface LocationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LocationsGetResponse = AscLocation;\n\n/** Optional parameters. */\nexport interface LocationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type LocationsListNextResponse = AscLocationList;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationList;\n\n/** Optional parameters. */\nexport interface TasksListOptionalParams extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type TasksListResponse = SecurityTaskList;\n\n/** Optional parameters. */\nexport interface TasksListByHomeRegionOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the listByHomeRegion operation. */\nexport type TasksListByHomeRegionResponse = SecurityTaskList;\n\n/** Optional parameters. */\nexport interface TasksGetSubscriptionLevelTaskOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSubscriptionLevelTask operation. */\nexport type TasksGetSubscriptionLevelTaskResponse = SecurityTask;\n\n/** Optional parameters. */\nexport interface TasksUpdateSubscriptionLevelTaskStateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TasksListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type TasksListByResourceGroupResponse = SecurityTaskList;\n\n/** Optional parameters. */\nexport interface TasksGetResourceGroupLevelTaskOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getResourceGroupLevelTask operation. */\nexport type TasksGetResourceGroupLevelTaskResponse = SecurityTask;\n\n/** Optional parameters. */\nexport interface TasksUpdateResourceGroupLevelTaskStateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TasksListNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type TasksListNextResponse = SecurityTaskList;\n\n/** Optional parameters. */\nexport interface TasksListByHomeRegionNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the listByHomeRegionNext operation. */\nexport type TasksListByHomeRegionNextResponse = SecurityTaskList;\n\n/** Optional parameters. */\nexport interface TasksListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type TasksListByResourceGroupNextResponse = SecurityTaskList;\n\n/** Optional parameters. */\nexport interface AutoProvisioningSettingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AutoProvisioningSettingsListResponse = AutoProvisioningSettingList;\n\n/** Optional parameters. */\nexport interface AutoProvisioningSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutoProvisioningSettingsGetResponse = AutoProvisioningSetting;\n\n/** Optional parameters. */\nexport interface AutoProvisioningSettingsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type AutoProvisioningSettingsCreateResponse = AutoProvisioningSetting;\n\n/** Optional parameters. */\nexport interface AutoProvisioningSettingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AutoProvisioningSettingsListNextResponse = AutoProvisioningSettingList;\n\n/** Optional parameters. */\nexport interface CompliancesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CompliancesListResponse = ComplianceList;\n\n/** Optional parameters. */\nexport interface CompliancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CompliancesGetResponse = Compliance;\n\n/** Optional parameters. */\nexport interface CompliancesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CompliancesListNextResponse = ComplianceList;\n\n/** Optional parameters. */\nexport interface InformationProtectionPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type InformationProtectionPoliciesGetResponse = InformationProtectionPolicy;\n\n/** Optional parameters. */\nexport interface InformationProtectionPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type InformationProtectionPoliciesCreateOrUpdateResponse = InformationProtectionPolicy;\n\n/** Optional parameters. */\nexport interface InformationProtectionPoliciesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type InformationProtectionPoliciesListResponse = InformationProtectionPolicyList;\n\n/** Optional parameters. */\nexport interface InformationProtectionPoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type InformationProtectionPoliciesListNextResponse = InformationProtectionPolicyList;\n\n/** Optional parameters. */\nexport interface SecurityContactsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SecurityContactsListResponse = SecurityContactList;\n\n/** Optional parameters. */\nexport interface SecurityContactsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecurityContactsGetResponse = SecurityContact;\n\n/** Optional parameters. */\nexport interface SecurityContactsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type SecurityContactsCreateResponse = SecurityContact;\n\n/** Optional parameters. */\nexport interface SecurityContactsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SecurityContactsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SecurityContactsUpdateResponse = SecurityContact;\n\n/** Optional parameters. */\nexport interface SecurityContactsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SecurityContactsListNextResponse = SecurityContactList;\n\n/** Optional parameters. */\nexport interface WorkspaceSettingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type WorkspaceSettingsListResponse = WorkspaceSettingList;\n\n/** Optional parameters. */\nexport interface WorkspaceSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WorkspaceSettingsGetResponse = WorkspaceSetting;\n\n/** Optional parameters. */\nexport interface WorkspaceSettingsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type WorkspaceSettingsCreateResponse = WorkspaceSetting;\n\n/** Optional parameters. */\nexport interface WorkspaceSettingsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type WorkspaceSettingsUpdateResponse = WorkspaceSetting;\n\n/** Optional parameters. */\nexport interface WorkspaceSettingsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WorkspaceSettingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type WorkspaceSettingsListNextResponse = WorkspaceSettingList;\n\n/** Optional parameters. */\nexport interface RegulatoryComplianceStandardsListOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type RegulatoryComplianceStandardsListResponse = RegulatoryComplianceStandardList;\n\n/** Optional parameters. */\nexport interface RegulatoryComplianceStandardsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RegulatoryComplianceStandardsGetResponse = RegulatoryComplianceStandard;\n\n/** Optional parameters. */\nexport interface RegulatoryComplianceStandardsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type RegulatoryComplianceStandardsListNextResponse = RegulatoryComplianceStandardList;\n\n/** Optional parameters. */\nexport interface RegulatoryComplianceControlsListOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type RegulatoryComplianceControlsListResponse = RegulatoryComplianceControlList;\n\n/** Optional parameters. */\nexport interface RegulatoryComplianceControlsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RegulatoryComplianceControlsGetResponse = RegulatoryComplianceControl;\n\n/** Optional parameters. */\nexport interface RegulatoryComplianceControlsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type RegulatoryComplianceControlsListNextResponse = RegulatoryComplianceControlList;\n\n/** Optional parameters. */\nexport interface RegulatoryComplianceAssessmentsListOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type RegulatoryComplianceAssessmentsListResponse = RegulatoryComplianceAssessmentList;\n\n/** Optional parameters. */\nexport interface RegulatoryComplianceAssessmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RegulatoryComplianceAssessmentsGetResponse = RegulatoryComplianceAssessment;\n\n/** Optional parameters. */\nexport interface RegulatoryComplianceAssessmentsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData filter. Optional. */\n filter?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type RegulatoryComplianceAssessmentsListNextResponse = RegulatoryComplianceAssessmentList;\n\n/** Optional parameters. */\nexport interface SubAssessmentsListAllOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAll operation. */\nexport type SubAssessmentsListAllResponse = SecuritySubAssessmentList;\n\n/** Optional parameters. */\nexport interface SubAssessmentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SubAssessmentsListResponse = SecuritySubAssessmentList;\n\n/** Optional parameters. */\nexport interface SubAssessmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SubAssessmentsGetResponse = SecuritySubAssessment;\n\n/** Optional parameters. */\nexport interface SubAssessmentsListAllNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAllNext operation. */\nexport type SubAssessmentsListAllNextResponse = SecuritySubAssessmentList;\n\n/** Optional parameters. */\nexport interface SubAssessmentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SubAssessmentsListNextResponse = SecuritySubAssessmentList;\n\n/** Optional parameters. */\nexport interface AutomationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AutomationsListResponse = AutomationList;\n\n/** Optional parameters. */\nexport interface AutomationsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AutomationsListByResourceGroupResponse = AutomationList;\n\n/** Optional parameters. */\nexport interface AutomationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutomationsGetResponse = Automation;\n\n/** Optional parameters. */\nexport interface AutomationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AutomationsCreateOrUpdateResponse = Automation;\n\n/** Optional parameters. */\nexport interface AutomationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AutomationsValidateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validate operation. */\nexport type AutomationsValidateResponse = AutomationValidationStatus;\n\n/** Optional parameters. */\nexport interface AutomationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AutomationsListNextResponse = AutomationList;\n\n/** Optional parameters. */\nexport interface AutomationsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AutomationsListByResourceGroupNextResponse = AutomationList;\n\n/** Optional parameters. */\nexport interface AlertsSuppressionRulesListOptionalParams\n extends coreClient.OperationOptions {\n /** Type of the alert to get rules for */\n alertType?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type AlertsSuppressionRulesListResponse = AlertsSuppressionRulesList;\n\n/** Optional parameters. */\nexport interface AlertsSuppressionRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AlertsSuppressionRulesGetResponse = AlertsSuppressionRule;\n\n/** Optional parameters. */\nexport interface AlertsSuppressionRulesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AlertsSuppressionRulesUpdateResponse = AlertsSuppressionRule;\n\n/** Optional parameters. */\nexport interface AlertsSuppressionRulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertsSuppressionRulesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Type of the alert to get rules for */\n alertType?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type AlertsSuppressionRulesListNextResponse = AlertsSuppressionRulesList;\n\n/** Optional parameters. */\nexport interface ServerVulnerabilityAssessmentListByExtendedResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByExtendedResource operation. */\nexport type ServerVulnerabilityAssessmentListByExtendedResourceResponse = ServerVulnerabilityAssessmentsList;\n\n/** Optional parameters. */\nexport interface ServerVulnerabilityAssessmentGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServerVulnerabilityAssessmentGetResponse = ServerVulnerabilityAssessment;\n\n/** Optional parameters. */\nexport interface ServerVulnerabilityAssessmentCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServerVulnerabilityAssessmentCreateOrUpdateResponse = ServerVulnerabilityAssessment;\n\n/** Optional parameters. */\nexport interface ServerVulnerabilityAssessmentDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AssessmentsMetadataListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AssessmentsMetadataListResponse = SecurityAssessmentMetadataResponseList;\n\n/** Optional parameters. */\nexport interface AssessmentsMetadataGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AssessmentsMetadataGetResponse = SecurityAssessmentMetadataResponse;\n\n/** Optional parameters. */\nexport interface AssessmentsMetadataListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AssessmentsMetadataListBySubscriptionResponse = SecurityAssessmentMetadataResponseList;\n\n/** Optional parameters. */\nexport interface AssessmentsMetadataGetInSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getInSubscription operation. */\nexport type AssessmentsMetadataGetInSubscriptionResponse = SecurityAssessmentMetadataResponse;\n\n/** Optional parameters. */\nexport interface AssessmentsMetadataCreateInSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createInSubscription operation. */\nexport type AssessmentsMetadataCreateInSubscriptionResponse = SecurityAssessmentMetadataResponse;\n\n/** Optional parameters. */\nexport interface AssessmentsMetadataDeleteInSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AssessmentsMetadataListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AssessmentsMetadataListNextResponse = SecurityAssessmentMetadataResponseList;\n\n/** Optional parameters. */\nexport interface AssessmentsMetadataListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AssessmentsMetadataListBySubscriptionNextResponse = SecurityAssessmentMetadataResponseList;\n\n/** Optional parameters. */\nexport interface AssessmentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AssessmentsListResponse = SecurityAssessmentList;\n\n/** Optional parameters. */\nexport interface AssessmentsGetOptionalParams\n extends coreClient.OperationOptions {\n /** OData expand. Optional. */\n expand?: ExpandEnum;\n}\n\n/** Contains response data for the get operation. */\nexport type AssessmentsGetResponse = SecurityAssessmentResponse;\n\n/** Optional parameters. */\nexport interface AssessmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AssessmentsCreateOrUpdateResponse = SecurityAssessmentResponse;\n\n/** Optional parameters. */\nexport interface AssessmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AssessmentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AssessmentsListNextResponse = SecurityAssessmentList;\n\n/** Optional parameters. */\nexport interface AdaptiveApplicationControlsListOptionalParams\n extends coreClient.OperationOptions {\n /** Include the policy rules */\n includePathRecommendations?: boolean;\n /** Return output in a summarized form */\n summary?: boolean;\n}\n\n/** Contains response data for the list operation. */\nexport type AdaptiveApplicationControlsListResponse = AdaptiveApplicationControlGroups;\n\n/** Optional parameters. */\nexport interface AdaptiveApplicationControlsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AdaptiveApplicationControlsGetResponse = AdaptiveApplicationControlGroup;\n\n/** Optional parameters. */\nexport interface AdaptiveApplicationControlsPutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type AdaptiveApplicationControlsPutResponse = AdaptiveApplicationControlGroup;\n\n/** Optional parameters. */\nexport interface AdaptiveApplicationControlsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AdaptiveNetworkHardeningsListByExtendedResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByExtendedResource operation. */\nexport type AdaptiveNetworkHardeningsListByExtendedResourceResponse = AdaptiveNetworkHardeningsList;\n\n/** Optional parameters. */\nexport interface AdaptiveNetworkHardeningsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AdaptiveNetworkHardeningsGetResponse = AdaptiveNetworkHardening;\n\n/** Optional parameters. */\nexport interface AdaptiveNetworkHardeningsEnforceOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AdaptiveNetworkHardeningsListByExtendedResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByExtendedResourceNext operation. */\nexport type AdaptiveNetworkHardeningsListByExtendedResourceNextResponse = AdaptiveNetworkHardeningsList;\n\n/** Optional parameters. */\nexport interface AllowedConnectionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AllowedConnectionsListResponse = AllowedConnectionsList;\n\n/** Optional parameters. */\nexport interface AllowedConnectionsListByHomeRegionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHomeRegion operation. */\nexport type AllowedConnectionsListByHomeRegionResponse = AllowedConnectionsList;\n\n/** Optional parameters. */\nexport interface AllowedConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AllowedConnectionsGetResponse = AllowedConnectionsResource;\n\n/** Optional parameters. */\nexport interface AllowedConnectionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AllowedConnectionsListNextResponse = AllowedConnectionsList;\n\n/** Optional parameters. */\nexport interface AllowedConnectionsListByHomeRegionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHomeRegionNext operation. */\nexport type AllowedConnectionsListByHomeRegionNextResponse = AllowedConnectionsList;\n\n/** Optional parameters. */\nexport interface TopologyListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TopologyListResponse = TopologyList;\n\n/** Optional parameters. */\nexport interface TopologyListByHomeRegionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHomeRegion operation. */\nexport type TopologyListByHomeRegionResponse = TopologyList;\n\n/** Optional parameters. */\nexport interface TopologyGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopologyGetResponse = TopologyResource;\n\n/** Optional parameters. */\nexport interface TopologyListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TopologyListNextResponse = TopologyList;\n\n/** Optional parameters. */\nexport interface TopologyListByHomeRegionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHomeRegionNext operation. */\nexport type TopologyListByHomeRegionNextResponse = TopologyList;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type JitNetworkAccessPoliciesListResponse = JitNetworkAccessPoliciesList;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesListByRegionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByRegion operation. */\nexport type JitNetworkAccessPoliciesListByRegionResponse = JitNetworkAccessPoliciesList;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type JitNetworkAccessPoliciesListByResourceGroupResponse = JitNetworkAccessPoliciesList;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupAndRegion operation. */\nexport type JitNetworkAccessPoliciesListByResourceGroupAndRegionResponse = JitNetworkAccessPoliciesList;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JitNetworkAccessPoliciesGetResponse = JitNetworkAccessPolicy;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type JitNetworkAccessPoliciesCreateOrUpdateResponse = JitNetworkAccessPolicy;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesInitiateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the initiate operation. */\nexport type JitNetworkAccessPoliciesInitiateResponse = JitNetworkAccessRequest;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type JitNetworkAccessPoliciesListNextResponse = JitNetworkAccessPoliciesList;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesListByRegionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByRegionNext operation. */\nexport type JitNetworkAccessPoliciesListByRegionNextResponse = JitNetworkAccessPoliciesList;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type JitNetworkAccessPoliciesListByResourceGroupNextResponse = JitNetworkAccessPoliciesList;\n\n/** Optional parameters. */\nexport interface JitNetworkAccessPoliciesListByResourceGroupAndRegionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupAndRegionNext operation. */\nexport type JitNetworkAccessPoliciesListByResourceGroupAndRegionNextResponse = JitNetworkAccessPoliciesList;\n\n/** Optional parameters. */\nexport interface DiscoveredSecuritySolutionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DiscoveredSecuritySolutionsListResponse = DiscoveredSecuritySolutionList;\n\n/** Optional parameters. */\nexport interface DiscoveredSecuritySolutionsListByHomeRegionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHomeRegion operation. */\nexport type DiscoveredSecuritySolutionsListByHomeRegionResponse = DiscoveredSecuritySolutionList;\n\n/** Optional parameters. */\nexport interface DiscoveredSecuritySolutionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DiscoveredSecuritySolutionsGetResponse = DiscoveredSecuritySolution;\n\n/** Optional parameters. */\nexport interface DiscoveredSecuritySolutionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DiscoveredSecuritySolutionsListNextResponse = DiscoveredSecuritySolutionList;\n\n/** Optional parameters. */\nexport interface DiscoveredSecuritySolutionsListByHomeRegionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHomeRegionNext operation. */\nexport type DiscoveredSecuritySolutionsListByHomeRegionNextResponse = DiscoveredSecuritySolutionList;\n\n/** Optional parameters. */\nexport interface SecuritySolutionsReferenceDataListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SecuritySolutionsReferenceDataListResponse = SecuritySolutionsReferenceDataList;\n\n/** Optional parameters. */\nexport interface SecuritySolutionsReferenceDataListByHomeRegionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHomeRegion operation. */\nexport type SecuritySolutionsReferenceDataListByHomeRegionResponse = SecuritySolutionsReferenceDataList;\n\n/** Optional parameters. */\nexport interface ExternalSecuritySolutionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ExternalSecuritySolutionsListResponse = ExternalSecuritySolutionList;\n\n/** Optional parameters. */\nexport interface ExternalSecuritySolutionsListByHomeRegionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHomeRegion operation. */\nexport type ExternalSecuritySolutionsListByHomeRegionResponse = ExternalSecuritySolutionList;\n\n/** Optional parameters. */\nexport interface ExternalSecuritySolutionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ExternalSecuritySolutionsGetResponse = ExternalSecuritySolutionUnion;\n\n/** Optional parameters. */\nexport interface ExternalSecuritySolutionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ExternalSecuritySolutionsListNextResponse = ExternalSecuritySolutionList;\n\n/** Optional parameters. */\nexport interface ExternalSecuritySolutionsListByHomeRegionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByHomeRegionNext operation. */\nexport type ExternalSecuritySolutionsListByHomeRegionNextResponse = ExternalSecuritySolutionList;\n\n/** Optional parameters. */\nexport interface SecureScoresListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SecureScoresListResponse = SecureScoresList;\n\n/** Optional parameters. */\nexport interface SecureScoresGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecureScoresGetResponse = SecureScoreItem;\n\n/** Optional parameters. */\nexport interface SecureScoresListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SecureScoresListNextResponse = SecureScoresList;\n\n/** Optional parameters. */\nexport interface SecureScoreControlsListBySecureScoreOptionalParams\n extends coreClient.OperationOptions {\n /** OData expand. Optional. */\n expand?: ExpandControlsEnum;\n}\n\n/** Contains response data for the listBySecureScore operation. */\nexport type SecureScoreControlsListBySecureScoreResponse = SecureScoreControlList;\n\n/** Optional parameters. */\nexport interface SecureScoreControlsListOptionalParams\n extends coreClient.OperationOptions {\n /** OData expand. Optional. */\n expand?: ExpandControlsEnum;\n}\n\n/** Contains response data for the list operation. */\nexport type SecureScoreControlsListResponse = SecureScoreControlList;\n\n/** Optional parameters. */\nexport interface SecureScoreControlsListBySecureScoreNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData expand. Optional. */\n expand?: ExpandControlsEnum;\n}\n\n/** Contains response data for the listBySecureScoreNext operation. */\nexport type SecureScoreControlsListBySecureScoreNextResponse = SecureScoreControlList;\n\n/** Optional parameters. */\nexport interface SecureScoreControlsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** OData expand. Optional. */\n expand?: ExpandControlsEnum;\n}\n\n/** Contains response data for the listNext operation. */\nexport type SecureScoreControlsListNextResponse = SecureScoreControlList;\n\n/** Optional parameters. */\nexport interface SecureScoreControlDefinitionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SecureScoreControlDefinitionsListResponse = SecureScoreControlDefinitionList;\n\n/** Optional parameters. */\nexport interface SecureScoreControlDefinitionsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SecureScoreControlDefinitionsListBySubscriptionResponse = SecureScoreControlDefinitionList;\n\n/** Optional parameters. */\nexport interface SecureScoreControlDefinitionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SecureScoreControlDefinitionsListNextResponse = SecureScoreControlDefinitionList;\n\n/** Optional parameters. */\nexport interface SecureScoreControlDefinitionsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SecureScoreControlDefinitionsListBySubscriptionNextResponse = SecureScoreControlDefinitionList;\n\n/** Optional parameters. */\nexport interface SecuritySolutionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SecuritySolutionsListResponse = SecuritySolutionList;\n\n/** Optional parameters. */\nexport interface SecuritySolutionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecuritySolutionsGetResponse = SecuritySolution;\n\n/** Optional parameters. */\nexport interface SecuritySolutionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SecuritySolutionsListNextResponse = SecuritySolutionList;\n\n/** Optional parameters. */\nexport interface ConnectorsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConnectorsListResponse = ConnectorSettingList;\n\n/** Optional parameters. */\nexport interface ConnectorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectorsGetResponse = ConnectorSetting;\n\n/** Optional parameters. */\nexport interface ConnectorsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectorsCreateOrUpdateResponse = ConnectorSetting;\n\n/** Optional parameters. */\nexport interface ConnectorsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectorsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ConnectorsListNextResponse = ConnectorSettingList;\n\n/** Optional parameters. */\nexport interface SqlVulnerabilityAssessmentScansGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SqlVulnerabilityAssessmentScansGetResponse = Scan;\n\n/** Optional parameters. */\nexport interface SqlVulnerabilityAssessmentScansListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SqlVulnerabilityAssessmentScansListResponse = Scans;\n\n/** Optional parameters. */\nexport interface SqlVulnerabilityAssessmentScanResultsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SqlVulnerabilityAssessmentScanResultsGetResponse = ScanResult;\n\n/** Optional parameters. */\nexport interface SqlVulnerabilityAssessmentScanResultsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SqlVulnerabilityAssessmentScanResultsListResponse = ScanResults;\n\n/** Optional parameters. */\nexport interface SqlVulnerabilityAssessmentBaselineRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The baseline results for this rule. */\n body?: RuleResultsInput;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SqlVulnerabilityAssessmentBaselineRulesCreateOrUpdateResponse = RuleResults;\n\n/** Optional parameters. */\nexport interface SqlVulnerabilityAssessmentBaselineRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SqlVulnerabilityAssessmentBaselineRulesGetResponse = RuleResults;\n\n/** Optional parameters. */\nexport interface SqlVulnerabilityAssessmentBaselineRulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SqlVulnerabilityAssessmentBaselineRulesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SqlVulnerabilityAssessmentBaselineRulesListResponse = RulesResults;\n\n/** Optional parameters. */\nexport interface SqlVulnerabilityAssessmentBaselineRulesAddOptionalParams\n extends coreClient.OperationOptions {\n /** The baseline rules. */\n body?: RulesResultsInput;\n}\n\n/** Contains response data for the add operation. */\nexport type SqlVulnerabilityAssessmentBaselineRulesAddResponse = RulesResults;\n\n/** Optional parameters. */\nexport interface AlertsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AlertsListResponse = AlertList;\n\n/** Optional parameters. */\nexport interface AlertsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AlertsListByResourceGroupResponse = AlertList;\n\n/** Optional parameters. */\nexport interface AlertsListSubscriptionLevelByRegionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSubscriptionLevelByRegion operation. */\nexport type AlertsListSubscriptionLevelByRegionResponse = AlertList;\n\n/** Optional parameters. */\nexport interface AlertsListResourceGroupLevelByRegionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceGroupLevelByRegion operation. */\nexport type AlertsListResourceGroupLevelByRegionResponse = AlertList;\n\n/** Optional parameters. */\nexport interface AlertsGetSubscriptionLevelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSubscriptionLevel operation. */\nexport type AlertsGetSubscriptionLevelResponse = Alert;\n\n/** Optional parameters. */\nexport interface AlertsGetResourceGroupLevelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getResourceGroupLevel operation. */\nexport type AlertsGetResourceGroupLevelResponse = Alert;\n\n/** Optional parameters. */\nexport interface AlertsUpdateSubscriptionLevelStateToDismissOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertsUpdateSubscriptionLevelStateToResolveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertsUpdateSubscriptionLevelStateToActivateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertsUpdateResourceGroupLevelStateToResolveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertsUpdateResourceGroupLevelStateToDismissOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertsUpdateResourceGroupLevelStateToActivateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AlertsSimulateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AlertsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AlertsListNextResponse = AlertList;\n\n/** Optional parameters. */\nexport interface AlertsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AlertsListByResourceGroupNextResponse = AlertList;\n\n/** Optional parameters. */\nexport interface AlertsListSubscriptionLevelByRegionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSubscriptionLevelByRegionNext operation. */\nexport type AlertsListSubscriptionLevelByRegionNextResponse = AlertList;\n\n/** Optional parameters. */\nexport interface AlertsListResourceGroupLevelByRegionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceGroupLevelByRegionNext operation. */\nexport type AlertsListResourceGroupLevelByRegionNextResponse = AlertList;\n\n/** Optional parameters. */\nexport interface SettingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SettingsListResponse = SettingsList;\n\n/** Optional parameters. */\nexport interface SettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SettingsGetResponse = SettingUnion;\n\n/** Optional parameters. */\nexport interface SettingsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SettingsUpdateResponse = SettingUnion;\n\n/** Optional parameters. */\nexport interface SettingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SettingsListNextResponse = SettingsList;\n\n/** Optional parameters. */\nexport interface IngestionSettingsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type IngestionSettingsListResponse = IngestionSettingList;\n\n/** Optional parameters. */\nexport interface IngestionSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type IngestionSettingsGetResponse = IngestionSetting;\n\n/** Optional parameters. */\nexport interface IngestionSettingsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type IngestionSettingsCreateResponse = IngestionSetting;\n\n/** Optional parameters. */\nexport interface IngestionSettingsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface IngestionSettingsListTokensOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listTokens operation. */\nexport type IngestionSettingsListTokensResponse = IngestionSettingToken;\n\n/** Optional parameters. */\nexport interface IngestionSettingsListConnectionStringsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listConnectionStrings operation. */\nexport type IngestionSettingsListConnectionStringsResponse = ConnectionStrings;\n\n/** Optional parameters. */\nexport interface IngestionSettingsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type IngestionSettingsListNextResponse = IngestionSettingList;\n\n/** Optional parameters. */\nexport interface SoftwareInventoriesListByExtendedResourceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByExtendedResource operation. */\nexport type SoftwareInventoriesListByExtendedResourceResponse = SoftwaresList;\n\n/** Optional parameters. */\nexport interface SoftwareInventoriesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SoftwareInventoriesListBySubscriptionResponse = SoftwaresList;\n\n/** Optional parameters. */\nexport interface SoftwareInventoriesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SoftwareInventoriesGetResponse = Software;\n\n/** Optional parameters. */\nexport interface SoftwareInventoriesListByExtendedResourceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByExtendedResourceNext operation. */\nexport type SoftwareInventoriesListByExtendedResourceNextResponse = SoftwaresList;\n\n/** Optional parameters. */\nexport interface SoftwareInventoriesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SoftwareInventoriesListBySubscriptionNextResponse = SoftwaresList;\n\n/** Optional parameters. */\nexport interface SecurityConnectorsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SecurityConnectorsListResponse = SecurityConnectorsList;\n\n/** Optional parameters. */\nexport interface SecurityConnectorsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SecurityConnectorsListByResourceGroupResponse = SecurityConnectorsList;\n\n/** Optional parameters. */\nexport interface SecurityConnectorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecurityConnectorsGetResponse = SecurityConnector;\n\n/** Optional parameters. */\nexport interface SecurityConnectorsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SecurityConnectorsCreateOrUpdateResponse = SecurityConnector;\n\n/** Optional parameters. */\nexport interface SecurityConnectorsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SecurityConnectorsUpdateResponse = SecurityConnector;\n\n/** Optional parameters. */\nexport interface SecurityConnectorsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SecurityConnectorsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SecurityConnectorsListNextResponse = SecurityConnectorsList;\n\n/** Optional parameters. */\nexport interface SecurityConnectorsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SecurityConnectorsListByResourceGroupNextResponse = SecurityConnectorsList;\n\n/** Optional parameters. */\nexport interface SecurityCenterOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\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 MdeOnboardingDataList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MdeOnboardingDataList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MdeOnboardingData\"\n }\n }\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 CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n code: {\n serializedName: \"error.code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"error.message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"error.target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"error.details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"error.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 CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\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: \"CloudErrorBody\"\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 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 CustomAssessmentAutomationsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomAssessmentAutomationsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomAssessmentAutomation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomEntityStoreAssignmentRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomEntityStoreAssignmentRequest\",\n modelProperties: {\n principal: {\n serializedName: \"properties.principal\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomEntityStoreAssignmentsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomEntityStoreAssignmentsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomEntityStoreAssignment\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComplianceResultList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComplianceResultList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComplianceResult\"\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 PricingList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PricingList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Pricing\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DeviceSecurityGroupList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeviceSecurityGroupList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeviceSecurityGroup\"\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 CustomAlertRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomAlertRule\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: {\n serializedName: \"ruleType\",\n clientName: \"ruleType\"\n },\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\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 isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n ruleType: {\n serializedName: \"ruleType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTSecuritySolutionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecuritySolutionsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IoTSecuritySolutionModel\"\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 UserDefinedResourcesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserDefinedResourcesProperties\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n required: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n querySubscriptions: {\n serializedName: \"querySubscriptions\",\n required: true,\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$\"\n )\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RecommendationConfigurationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RecommendationConfigurationProperties\",\n modelProperties: {\n recommendationType: {\n serializedName: \"recommendationType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n defaultValue: \"Enabled\",\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AdditionalWorkspacesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdditionalWorkspacesProperties\",\n modelProperties: {\n workspace: {\n serializedName: \"workspace\",\n type: {\n name: \"String\"\n }\n },\n type: {\n defaultValue: \"Sentinel\",\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TagsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsResource\",\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 IoTSecuritySolutionAnalyticsModelList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecuritySolutionAnalyticsModelList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IoTSecuritySolutionAnalyticsModel\"\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 IoTSeverityMetrics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSeverityMetrics\",\n modelProperties: {\n high: {\n serializedName: \"high\",\n type: {\n name: \"Number\"\n }\n },\n medium: {\n serializedName: \"medium\",\n type: {\n name: \"Number\"\n }\n },\n low: {\n serializedName: \"low\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n type: {\n name: \"DateTime\"\n }\n },\n devicesMetrics: {\n serializedName: \"devicesMetrics\",\n type: {\n name: \"Composite\",\n className: \"IoTSeverityMetrics\"\n }\n }\n }\n }\n};\n\nexport const IoTSecurityAlertedDevice: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityAlertedDevice\",\n modelProperties: {\n deviceId: {\n serializedName: \"deviceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n alertsCount: {\n serializedName: \"alertsCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const IoTSecurityDeviceAlert: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityDeviceAlert\",\n modelProperties: {\n alertDisplayName: {\n serializedName: \"alertDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reportedSeverity: {\n serializedName: \"reportedSeverity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n alertsCount: {\n serializedName: \"alertsCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const IoTSecurityDeviceRecommendation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityDeviceRecommendation\",\n modelProperties: {\n recommendationDisplayName: {\n serializedName: \"recommendationDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reportedSeverity: {\n serializedName: \"reportedSeverity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n devicesCount: {\n serializedName: \"devicesCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const IoTSecurityAggregatedAlertList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityAggregatedAlertList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityAggregatedAlert\"\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 IoTSecurityAggregatedAlertPropertiesTopDevicesListItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityAggregatedAlertPropertiesTopDevicesListItem\",\n modelProperties: {\n deviceId: {\n serializedName: \"deviceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n alertsCount: {\n serializedName: \"alertsCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n lastOccurrence: {\n serializedName: \"lastOccurrence\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTSecurityAggregatedRecommendationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityAggregatedRecommendationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityAggregatedRecommendation\"\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 AscLocationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AscLocationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AscLocation\"\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 OperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n 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 origin: {\n serializedName: \"origin\",\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 }\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 SecurityTaskList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityTaskList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityTask\"\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 SecurityTaskParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityTaskParameters\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoProvisioningSettingList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoProvisioningSettingList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoProvisioningSetting\"\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 ComplianceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComplianceList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Compliance\"\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 ComplianceSegment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComplianceSegment\",\n modelProperties: {\n segmentType: {\n serializedName: \"segmentType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n percentage: {\n serializedName: \"percentage\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SensitivityLabel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SensitivityLabel\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n rank: {\n serializedName: \"rank\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"Low\", \"Medium\", \"High\", \"Critical\"]\n }\n },\n order: {\n serializedName: \"order\",\n type: {\n name: \"Number\"\n }\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const InformationType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InformationType\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n order: {\n serializedName: \"order\",\n type: {\n name: \"Number\"\n }\n },\n recommendedLabelId: {\n serializedName: \"recommendedLabelId\",\n type: {\n name: \"Uuid\"\n }\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n custom: {\n serializedName: \"custom\",\n type: {\n name: \"Boolean\"\n }\n },\n keywords: {\n serializedName: \"keywords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InformationProtectionKeyword\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InformationProtectionKeyword: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InformationProtectionKeyword\",\n modelProperties: {\n pattern: {\n serializedName: \"pattern\",\n type: {\n name: \"String\"\n }\n },\n custom: {\n serializedName: \"custom\",\n type: {\n name: \"Boolean\"\n }\n },\n canBeNumeric: {\n serializedName: \"canBeNumeric\",\n type: {\n name: \"Boolean\"\n }\n },\n excluded: {\n serializedName: \"excluded\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const InformationProtectionPolicyList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InformationProtectionPolicyList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InformationProtectionPolicy\"\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 SecurityContactList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityContactList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityContact\"\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 WorkspaceSettingList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspaceSettingList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WorkspaceSetting\"\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 RegulatoryComplianceStandardList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegulatoryComplianceStandardList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegulatoryComplianceStandard\"\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 RegulatoryComplianceControlList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegulatoryComplianceControlList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegulatoryComplianceControl\"\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 RegulatoryComplianceAssessmentList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegulatoryComplianceAssessmentList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegulatoryComplianceAssessment\"\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 SecuritySubAssessmentList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecuritySubAssessmentList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecuritySubAssessment\"\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 SubAssessmentStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubAssessmentStatus\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cause: {\n serializedName: \"cause\",\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 severity: {\n serializedName: \"severity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceDetails\",\n uberParent: \"ResourceDetails\",\n polymorphicDiscriminator: {\n serializedName: \"source\",\n clientName: \"source\"\n },\n modelProperties: {\n source: {\n serializedName: \"source\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AdditionalData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdditionalData\",\n uberParent: \"AdditionalData\",\n polymorphicDiscriminator: {\n serializedName: \"assessedResourceType\",\n clientName: \"assessedResourceType\"\n },\n modelProperties: {\n assessedResourceType: {\n serializedName: \"assessedResourceType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Automation\"\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 AutomationScope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationScope\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n scopePath: {\n serializedName: \"scopePath\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationSource\",\n modelProperties: {\n eventSource: {\n serializedName: \"eventSource\",\n type: {\n name: \"String\"\n }\n },\n ruleSets: {\n serializedName: \"ruleSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationRuleSet\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AutomationRuleSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRuleSet\",\n modelProperties: {\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationTriggeringRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AutomationTriggeringRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationTriggeringRule\",\n modelProperties: {\n propertyJPath: {\n serializedName: \"propertyJPath\",\n type: {\n name: \"String\"\n }\n },\n propertyType: {\n serializedName: \"propertyType\",\n type: {\n name: \"String\"\n }\n },\n expectedValue: {\n serializedName: \"expectedValue\",\n type: {\n name: \"String\"\n }\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationAction\",\n uberParent: \"AutomationAction\",\n polymorphicDiscriminator: {\n serializedName: \"actionType\",\n clientName: \"actionType\"\n },\n modelProperties: {\n actionType: {\n serializedName: \"actionType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureTrackedResourceLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureTrackedResourceLocation\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KindAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KindAutoGenerated\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ETag: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ETag\",\n modelProperties: {\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Tags: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Tags\",\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 AutomationValidationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationValidationStatus\",\n modelProperties: {\n isValid: {\n serializedName: \"isValid\",\n type: {\n name: \"Boolean\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertsSuppressionRulesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertsSuppressionRulesList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertsSuppressionRule\"\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 SuppressionAlertsScope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SuppressionAlertsScope\",\n modelProperties: {\n allOf: {\n serializedName: \"allOf\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScopeElement\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ScopeElement: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopeElement\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n field: {\n serializedName: \"field\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerVulnerabilityAssessmentsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerVulnerabilityAssessmentsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerVulnerabilityAssessment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentMetadataResponseList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataResponseList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataResponse\"\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 SecurityAssessmentMetadataPropertiesResponsePublishDates: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataPropertiesResponsePublishDates\",\n modelProperties: {\n ga: {\n constraints: {\n Pattern: new RegExp(\"^([0-9]{2}\\\\/){2}[0-9]{4}$\")\n },\n serializedName: \"GA\",\n type: {\n name: \"String\"\n }\n },\n public: {\n constraints: {\n Pattern: new RegExp(\"^([0-9]{2}\\\\/){2}[0-9]{4}$\")\n },\n serializedName: \"public\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentMetadataProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n policyDefinitionId: {\n serializedName: \"policyDefinitionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n remediationDescription: {\n serializedName: \"remediationDescription\",\n type: {\n name: \"String\"\n }\n },\n categories: {\n serializedName: \"categories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n severity: {\n serializedName: \"severity\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n userImpact: {\n serializedName: \"userImpact\",\n type: {\n name: \"String\"\n }\n },\n implementationEffort: {\n serializedName: \"implementationEffort\",\n type: {\n name: \"String\"\n }\n },\n threats: {\n serializedName: \"threats\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n preview: {\n serializedName: \"preview\",\n type: {\n name: \"Boolean\"\n }\n },\n assessmentType: {\n serializedName: \"assessmentType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n partnerData: {\n serializedName: \"partnerData\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataPartnerData\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentMetadataPartnerData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataPartnerData\",\n modelProperties: {\n partnerName: {\n serializedName: \"partnerName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n productName: {\n serializedName: \"productName\",\n type: {\n name: \"String\"\n }\n },\n secret: {\n serializedName: \"secret\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentResponse\"\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 AssessmentStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentStatus\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n cause: {\n serializedName: \"cause\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentPropertiesBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentPropertiesBase\",\n modelProperties: {\n resourceDetails: {\n serializedName: \"resourceDetails\",\n type: {\n name: \"Composite\",\n className: \"ResourceDetails\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n additionalData: {\n serializedName: \"additionalData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n links: {\n serializedName: \"links\",\n type: {\n name: \"Composite\",\n className: \"AssessmentLinks\"\n }\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataProperties\"\n }\n },\n partnersData: {\n serializedName: \"partnersData\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentPartnerData\"\n }\n }\n }\n }\n};\n\nexport const AssessmentLinks: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentLinks\",\n modelProperties: {\n azurePortalUri: {\n serializedName: \"azurePortalUri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentPartnerData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentPartnerData\",\n modelProperties: {\n partnerName: {\n serializedName: \"partnerName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n secret: {\n serializedName: \"secret\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AdaptiveApplicationControlGroups: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdaptiveApplicationControlGroups\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AdaptiveApplicationControlGroup\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ProtectionMode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProtectionMode\",\n modelProperties: {\n exe: {\n serializedName: \"exe\",\n type: {\n name: \"String\"\n }\n },\n msi: {\n serializedName: \"msi\",\n type: {\n name: \"String\"\n }\n },\n script: {\n serializedName: \"script\",\n type: {\n name: \"String\"\n }\n },\n executable: {\n serializedName: \"executable\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AdaptiveApplicationControlIssueSummary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdaptiveApplicationControlIssueSummary\",\n modelProperties: {\n issue: {\n serializedName: \"issue\",\n type: {\n name: \"String\"\n }\n },\n numberOfVms: {\n serializedName: \"numberOfVms\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const VmRecommendation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmRecommendation\",\n modelProperties: {\n configurationStatus: {\n serializedName: \"configurationStatus\",\n type: {\n name: \"String\"\n }\n },\n recommendationAction: {\n serializedName: \"recommendationAction\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n enforcementSupport: {\n serializedName: \"enforcementSupport\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PathRecommendation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PathRecommendation\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\"\n }\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n publisherInfo: {\n serializedName: \"publisherInfo\",\n type: {\n name: \"Composite\",\n className: \"PublisherInfo\"\n }\n },\n common: {\n serializedName: \"common\",\n type: {\n name: \"Boolean\"\n }\n },\n userSids: {\n serializedName: \"userSids\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n usernames: {\n serializedName: \"usernames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UserRecommendation\"\n }\n }\n }\n },\n fileType: {\n serializedName: \"fileType\",\n type: {\n name: \"String\"\n }\n },\n configurationStatus: {\n serializedName: \"configurationStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PublisherInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PublisherInfo\",\n modelProperties: {\n publisherName: {\n serializedName: \"publisherName\",\n type: {\n name: \"String\"\n }\n },\n productName: {\n serializedName: \"productName\",\n type: {\n name: \"String\"\n }\n },\n binaryName: {\n serializedName: \"binaryName\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserRecommendation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserRecommendation\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n },\n recommendationAction: {\n serializedName: \"recommendationAction\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Location: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Location\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AdaptiveNetworkHardeningsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdaptiveNetworkHardeningsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AdaptiveNetworkHardening\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Rule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Rule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n direction: {\n serializedName: \"direction\",\n type: {\n name: \"String\"\n }\n },\n destinationPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 0\n },\n serializedName: \"destinationPort\",\n type: {\n name: \"Number\"\n }\n },\n protocols: {\n serializedName: \"protocols\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n ipAddresses: {\n serializedName: \"ipAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EffectiveNetworkSecurityGroups: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EffectiveNetworkSecurityGroups\",\n modelProperties: {\n networkInterface: {\n serializedName: \"networkInterface\",\n type: {\n name: \"String\"\n }\n },\n networkSecurityGroups: {\n serializedName: \"networkSecurityGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AdaptiveNetworkHardeningEnforceRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdaptiveNetworkHardeningEnforceRequest\",\n modelProperties: {\n rules: {\n serializedName: \"rules\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Rule\"\n }\n }\n }\n },\n networkSecurityGroups: {\n serializedName: \"networkSecurityGroups\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AllowedConnectionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AllowedConnectionsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AllowedConnectionsResource\"\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 ConnectableResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectableResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n inboundConnectedResources: {\n serializedName: \"inboundConnectedResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedResource\"\n }\n }\n }\n },\n outboundConnectedResources: {\n serializedName: \"outboundConnectedResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedResource\",\n modelProperties: {\n connectedResourceId: {\n serializedName: \"connectedResourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tcpPorts: {\n serializedName: \"tcpPorts\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n udpPorts: {\n serializedName: \"udpPorts\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TopologyList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopologyList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TopologyResource\"\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 TopologySingleResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopologySingleResource\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"severity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n recommendationsExist: {\n serializedName: \"recommendationsExist\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n networkZones: {\n serializedName: \"networkZones\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n topologyScore: {\n serializedName: \"topologyScore\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n parents: {\n serializedName: \"parents\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TopologySingleResourceParent\"\n }\n }\n }\n },\n children: {\n serializedName: \"children\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TopologySingleResourceChild\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TopologySingleResourceParent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopologySingleResourceParent\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TopologySingleResourceChild: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopologySingleResourceChild\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JitNetworkAccessPoliciesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPoliciesList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPolicy\"\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 JitNetworkAccessPolicyVirtualMachine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPolicyVirtualMachine\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n ports: {\n serializedName: \"ports\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPortRule\"\n }\n }\n }\n },\n publicIpAddress: {\n serializedName: \"publicIpAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JitNetworkAccessPortRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPortRule\",\n modelProperties: {\n number: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 0\n },\n serializedName: \"number\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n protocol: {\n serializedName: \"protocol\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n allowedSourceAddressPrefix: {\n serializedName: \"allowedSourceAddressPrefix\",\n type: {\n name: \"String\"\n }\n },\n allowedSourceAddressPrefixes: {\n serializedName: \"allowedSourceAddressPrefixes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n maxRequestAccessDuration: {\n serializedName: \"maxRequestAccessDuration\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JitNetworkAccessRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessRequest\",\n modelProperties: {\n virtualMachines: {\n serializedName: \"virtualMachines\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessRequestVirtualMachine\"\n }\n }\n }\n },\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n requestor: {\n serializedName: \"requestor\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n justification: {\n serializedName: \"justification\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JitNetworkAccessRequestVirtualMachine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessRequestVirtualMachine\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n ports: {\n serializedName: \"ports\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessRequestPort\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const JitNetworkAccessRequestPort: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessRequestPort\",\n modelProperties: {\n number: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 0\n },\n serializedName: \"number\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n allowedSourceAddressPrefix: {\n serializedName: \"allowedSourceAddressPrefix\",\n type: {\n name: \"String\"\n }\n },\n allowedSourceAddressPrefixes: {\n serializedName: \"allowedSourceAddressPrefixes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n statusReason: {\n serializedName: \"statusReason\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n mappedPort: {\n serializedName: \"mappedPort\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const JitNetworkAccessPolicyInitiateRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPolicyInitiateRequest\",\n modelProperties: {\n virtualMachines: {\n serializedName: \"virtualMachines\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPolicyInitiateVirtualMachine\"\n }\n }\n }\n },\n justification: {\n serializedName: \"justification\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JitNetworkAccessPolicyInitiateVirtualMachine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPolicyInitiateVirtualMachine\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n ports: {\n serializedName: \"ports\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPolicyInitiatePort\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const JitNetworkAccessPolicyInitiatePort: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPolicyInitiatePort\",\n modelProperties: {\n number: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 0\n },\n serializedName: \"number\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n allowedSourceAddressPrefix: {\n serializedName: \"allowedSourceAddressPrefix\",\n type: {\n name: \"String\"\n }\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const DiscoveredSecuritySolutionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiscoveredSecuritySolutionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiscoveredSecuritySolution\"\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 SecuritySolutionsReferenceDataList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecuritySolutionsReferenceDataList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecuritySolutionsReferenceData\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ExternalSecuritySolutionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExternalSecuritySolutionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExternalSecuritySolution\"\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 ExternalSecuritySolutionKindAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExternalSecuritySolutionKindAutoGenerated\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecureScoresList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecureScoresList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecureScoreItem\"\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 SecureScoreControlList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecureScoreControlList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecureScoreControlDetails\"\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 SecureScoreControlDefinitionSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecureScoreControlDefinitionSource\",\n modelProperties: {\n sourceType: {\n serializedName: \"sourceType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureResourceLink: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureResourceLink\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecureScoreControlDefinitionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecureScoreControlDefinitionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecureScoreControlDefinitionItem\"\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 SecuritySolutionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecuritySolutionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecuritySolution\"\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 ConnectorSettingList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorSettingList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectorSetting\"\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 HybridComputeSettingsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridComputeSettingsProperties\",\n modelProperties: {\n hybridComputeProvisioningState: {\n serializedName: \"hybridComputeProvisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n autoProvision: {\n serializedName: \"autoProvision\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\"\n }\n },\n proxyServer: {\n serializedName: \"proxyServer\",\n type: {\n name: \"Composite\",\n className: \"ProxyServerProperties\"\n }\n },\n servicePrincipal: {\n serializedName: \"servicePrincipal\",\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\"\n }\n }\n }\n }\n};\n\nexport const ProxyServerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyServerProperties\",\n modelProperties: {\n ip: {\n serializedName: \"ip\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServicePrincipalProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\",\n modelProperties: {\n applicationId: {\n serializedName: \"applicationId\",\n type: {\n name: \"String\"\n }\n },\n secret: {\n serializedName: \"secret\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AuthenticationDetailsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthenticationDetailsProperties\",\n uberParent: \"AuthenticationDetailsProperties\",\n polymorphicDiscriminator: {\n serializedName: \"authenticationType\",\n clientName: \"authenticationType\"\n },\n modelProperties: {\n authenticationProvisioningState: {\n serializedName: \"authenticationProvisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n grantedPermissions: {\n serializedName: \"grantedPermissions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n authenticationType: {\n serializedName: \"authenticationType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScanProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScanProperties\",\n modelProperties: {\n triggerType: {\n serializedName: \"triggerType\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\"\n }\n },\n database: {\n serializedName: \"database\",\n type: {\n name: \"String\"\n }\n },\n sqlVersion: {\n serializedName: \"sqlVersion\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n highSeverityFailedRulesCount: {\n serializedName: \"highSeverityFailedRulesCount\",\n type: {\n name: \"Number\"\n }\n },\n mediumSeverityFailedRulesCount: {\n serializedName: \"mediumSeverityFailedRulesCount\",\n type: {\n name: \"Number\"\n }\n },\n lowSeverityFailedRulesCount: {\n serializedName: \"lowSeverityFailedRulesCount\",\n type: {\n name: \"Number\"\n }\n },\n totalPassedRulesCount: {\n serializedName: \"totalPassedRulesCount\",\n type: {\n name: \"Number\"\n }\n },\n totalFailedRulesCount: {\n serializedName: \"totalFailedRulesCount\",\n type: {\n name: \"Number\"\n }\n },\n totalRulesCount: {\n serializedName: \"totalRulesCount\",\n type: {\n name: \"Number\"\n }\n },\n isBaselineApplied: {\n serializedName: \"isBaselineApplied\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Scans: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Scans\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Scan\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ScanResultProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScanResultProperties\",\n modelProperties: {\n ruleId: {\n serializedName: \"ruleId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n isTrimmed: {\n serializedName: \"isTrimmed\",\n type: {\n name: \"Boolean\"\n }\n },\n queryResults: {\n serializedName: \"queryResults\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n },\n remediation: {\n serializedName: \"remediation\",\n type: {\n name: \"Composite\",\n className: \"Remediation\"\n }\n },\n baselineAdjustedResult: {\n serializedName: \"baselineAdjustedResult\",\n type: {\n name: \"Composite\",\n className: \"BaselineAdjustedResult\"\n }\n },\n ruleMetadata: {\n serializedName: \"ruleMetadata\",\n type: {\n name: \"Composite\",\n className: \"VaRule\"\n }\n }\n }\n }\n};\n\nexport const Remediation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Remediation\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n scripts: {\n serializedName: \"scripts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n automated: {\n serializedName: \"automated\",\n type: {\n name: \"Boolean\"\n }\n },\n portalLink: {\n serializedName: \"portalLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BaselineAdjustedResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BaselineAdjustedResult\",\n modelProperties: {\n baseline: {\n serializedName: \"baseline\",\n type: {\n name: \"Composite\",\n className: \"Baseline\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n resultsNotInBaseline: {\n serializedName: \"resultsNotInBaseline\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n },\n resultsOnlyInBaseline: {\n serializedName: \"resultsOnlyInBaseline\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const Baseline: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Baseline\",\n modelProperties: {\n expectedResults: {\n serializedName: \"expectedResults\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n },\n updatedTime: {\n serializedName: \"updatedTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const VaRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VaRule\",\n modelProperties: {\n ruleId: {\n serializedName: \"ruleId\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\"\n }\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n },\n ruleType: {\n serializedName: \"ruleType\",\n type: {\n name: \"String\"\n }\n },\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n rationale: {\n serializedName: \"rationale\",\n type: {\n name: \"String\"\n }\n },\n queryCheck: {\n serializedName: \"queryCheck\",\n type: {\n name: \"Composite\",\n className: \"QueryCheck\"\n }\n },\n benchmarkReferences: {\n serializedName: \"benchmarkReferences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BenchmarkReference\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const QueryCheck: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryCheck\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\"\n }\n },\n expectedResult: {\n serializedName: \"expectedResult\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n },\n columnNames: {\n serializedName: \"columnNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BenchmarkReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BenchmarkReference\",\n modelProperties: {\n benchmark: {\n serializedName: \"benchmark\",\n type: {\n name: \"String\"\n }\n },\n reference: {\n serializedName: \"reference\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScanResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScanResults\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScanResult\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RuleResultsInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleResultsInput\",\n modelProperties: {\n latestScan: {\n serializedName: \"latestScan\",\n type: {\n name: \"Boolean\"\n }\n },\n results: {\n serializedName: \"results\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const RuleResultsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleResultsProperties\",\n modelProperties: {\n results: {\n serializedName: \"results\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const RulesResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RulesResults\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuleResults\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RulesResultsInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RulesResultsInput\",\n modelProperties: {\n latestScan: {\n serializedName: \"latestScan\",\n type: {\n name: \"Boolean\"\n }\n },\n results: {\n serializedName: \"results\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Sequence\",\n element: { type: { name: \"String\" } }\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const AlertList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Alert\"\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 ResourceIdentifier: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceIdentifier\",\n uberParent: \"ResourceIdentifier\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertEntity\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertSimulatorRequestBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertSimulatorRequestBody\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AlertSimulatorRequestProperties\"\n }\n }\n }\n }\n};\n\nexport const AlertSimulatorRequestProperties: coreClient.CompositeMapper = {\n serializedName: \"AlertSimulatorRequestProperties\",\n type: {\n name: \"Composite\",\n className: \"AlertSimulatorRequestProperties\",\n uberParent: \"AlertSimulatorRequestProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SettingsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SettingsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Setting\"\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 IngestionSettingList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngestionSettingList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IngestionSetting\"\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 IngestionSettingToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngestionSettingToken\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionStrings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionStrings\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IngestionConnectionString\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IngestionConnectionString: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngestionConnectionString\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftwaresList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwaresList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Software\"\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 SecurityConnectorsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityConnectorsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityConnector\"\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 CloudOffering: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: {\n serializedName: \"offeringType\",\n clientName: \"offeringType\"\n },\n modelProperties: {\n offeringType: {\n serializedName: \"offeringType\",\n required: 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 SecurityConnectorPropertiesOrganizationalData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityConnectorPropertiesOrganizationalData\",\n modelProperties: {\n organizationMembershipType: {\n serializedName: \"organizationMembershipType\",\n type: {\n name: \"String\"\n }\n },\n parentHierarchyId: {\n serializedName: \"parentHierarchyId\",\n type: {\n name: \"String\"\n }\n },\n stacksetName: {\n serializedName: \"stacksetName\",\n type: {\n name: \"String\"\n }\n },\n excludedAccountIds: {\n serializedName: \"excludedAccountIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Cvss: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Cvss\",\n modelProperties: {\n base: {\n serializedName: \"base\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Cve: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Cve\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n link: {\n serializedName: \"link\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VendorReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VendorReference\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n link: {\n serializedName: \"link\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExternalSecuritySolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExternalSecuritySolutionProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n deviceVendor: {\n serializedName: \"deviceVendor\",\n type: {\n name: \"String\"\n }\n },\n deviceType: {\n serializedName: \"deviceType\",\n type: {\n name: \"String\"\n }\n },\n workspace: {\n serializedName: \"workspace\",\n type: {\n name: \"Composite\",\n className: \"ConnectedWorkspace\"\n }\n }\n }\n }\n};\n\nexport const ConnectedWorkspace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedWorkspace\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AadConnectivityStateAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AadConnectivityStateAutoGenerated\",\n modelProperties: {\n connectivityState: {\n serializedName: \"connectivityState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecureScoreControlScore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecureScoreControlScore\",\n modelProperties: {\n max: {\n constraints: {\n InclusiveMaximum: 10,\n InclusiveMinimum: 0\n },\n serializedName: \"max\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n current: {\n constraints: {\n InclusiveMaximum: 10,\n InclusiveMinimum: 0\n },\n serializedName: \"current\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n percentage: {\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 0\n },\n serializedName: \"percentage\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CspmMonitorAwsOfferingNativeCloudConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CspmMonitorAwsOfferingNativeCloudConnection\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForContainersAwsOfferingKubernetesService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersAwsOfferingKubernetesService\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForContainersAwsOfferingKubernetesScubaReader: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersAwsOfferingKubernetesScubaReader\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForContainersAwsOfferingCloudWatchToKinesis: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersAwsOfferingCloudWatchToKinesis\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForContainersAwsOfferingKinesisToS3: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersAwsOfferingKinesisToS3\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOfferingDefenderForServers: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingDefenderForServers\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOfferingArcAutoProvisioning: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingArcAutoProvisioning\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n servicePrincipalSecretMetadata: {\n serializedName: \"servicePrincipalSecretMetadata\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata\",\n modelProperties: {\n expiryDate: {\n serializedName: \"expiryDate\",\n type: {\n name: \"String\"\n }\n },\n parameterStoreRegion: {\n serializedName: \"parameterStoreRegion\",\n type: {\n name: \"String\"\n }\n },\n parameterNameInStore: {\n serializedName: \"parameterNameInStore\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MdeOnboardingData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MdeOnboardingData\",\n modelProperties: {\n ...Resource.type.modelProperties,\n onboardingPackageWindows: {\n serializedName: \"properties.onboardingPackageWindows\",\n type: {\n name: \"ByteArray\"\n }\n },\n onboardingPackageLinux: {\n serializedName: \"properties.onboardingPackageLinux\",\n type: {\n name: \"ByteArray\"\n }\n }\n }\n }\n};\n\nexport const CustomAssessmentAutomation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomAssessmentAutomation\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n compressedQuery: {\n serializedName: \"properties.compressedQuery\",\n type: {\n name: \"String\"\n }\n },\n supportedCloud: {\n serializedName: \"properties.supportedCloud\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n remediationDescription: {\n serializedName: \"properties.remediationDescription\",\n type: {\n name: \"String\"\n }\n },\n assessmentKey: {\n serializedName: \"properties.assessmentKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomAssessmentAutomationRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomAssessmentAutomationRequest\",\n modelProperties: {\n ...Resource.type.modelProperties,\n compressedQuery: {\n serializedName: \"properties.compressedQuery\",\n type: {\n name: \"String\"\n }\n },\n supportedCloud: {\n serializedName: \"properties.supportedCloud\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n remediationDescription: {\n serializedName: \"properties.remediationDescription\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomEntityStoreAssignment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomEntityStoreAssignment\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n principal: {\n serializedName: \"properties.principal\",\n type: {\n name: \"String\"\n }\n },\n entityStoreDatabaseLink: {\n serializedName: \"properties.entityStoreDatabaseLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComplianceResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComplianceResult\",\n modelProperties: {\n ...Resource.type.modelProperties,\n resourceStatus: {\n serializedName: \"properties.resourceStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Pricing: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Pricing\",\n modelProperties: {\n ...Resource.type.modelProperties,\n pricingTier: {\n serializedName: \"properties.pricingTier\",\n type: {\n name: \"String\"\n }\n },\n freeTrialRemainingTime: {\n serializedName: \"properties.freeTrialRemainingTime\",\n readOnly: true,\n type: {\n name: \"TimeSpan\"\n }\n }\n }\n }\n};\n\nexport const AdvancedThreatProtectionSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedThreatProtectionSetting\",\n modelProperties: {\n ...Resource.type.modelProperties,\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DeviceSecurityGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeviceSecurityGroup\",\n modelProperties: {\n ...Resource.type.modelProperties,\n thresholdRules: {\n serializedName: \"properties.thresholdRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThresholdCustomAlertRule\"\n }\n }\n }\n },\n timeWindowRules: {\n serializedName: \"properties.timeWindowRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeWindowCustomAlertRule\"\n }\n }\n }\n },\n allowlistRules: {\n serializedName: \"properties.allowlistRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AllowlistCustomAlertRule\"\n }\n }\n }\n },\n denylistRules: {\n serializedName: \"properties.denylistRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DenylistCustomAlertRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IoTSecuritySolutionModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecuritySolutionModel\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...TagsResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n workspace: {\n serializedName: \"properties.workspace\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n status: {\n defaultValue: \"Enabled\",\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n export: {\n serializedName: \"properties.export\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n disabledDataSources: {\n serializedName: \"properties.disabledDataSources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n iotHubs: {\n serializedName: \"properties.iotHubs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n userDefinedResources: {\n serializedName: \"properties.userDefinedResources\",\n type: {\n name: \"Composite\",\n className: \"UserDefinedResourcesProperties\"\n }\n },\n autoDiscoveredResources: {\n serializedName: \"properties.autoDiscoveredResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n recommendationsConfiguration: {\n serializedName: \"properties.recommendationsConfiguration\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecommendationConfigurationProperties\"\n }\n }\n }\n },\n unmaskedIpLoggingStatus: {\n defaultValue: \"Disabled\",\n serializedName: \"properties.unmaskedIpLoggingStatus\",\n type: {\n name: \"String\"\n }\n },\n additionalWorkspaces: {\n serializedName: \"properties.additionalWorkspaces\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AdditionalWorkspacesProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IoTSecuritySolutionAnalyticsModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecuritySolutionAnalyticsModel\",\n modelProperties: {\n ...Resource.type.modelProperties,\n metrics: {\n serializedName: \"properties.metrics\",\n type: {\n name: \"Composite\",\n className: \"IoTSeverityMetrics\"\n }\n },\n unhealthyDeviceCount: {\n serializedName: \"properties.unhealthyDeviceCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n devicesMetrics: {\n serializedName: \"properties.devicesMetrics\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem\"\n }\n }\n }\n },\n topAlertedDevices: {\n serializedName: \"properties.topAlertedDevices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityAlertedDevice\"\n }\n }\n }\n },\n mostPrevalentDeviceAlerts: {\n serializedName: \"properties.mostPrevalentDeviceAlerts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityDeviceAlert\"\n }\n }\n }\n },\n mostPrevalentDeviceRecommendations: {\n serializedName: \"properties.mostPrevalentDeviceRecommendations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityDeviceRecommendation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IoTSecurityAggregatedAlert: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityAggregatedAlert\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...TagsResource.type.modelProperties,\n alertType: {\n serializedName: \"properties.alertType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n alertDisplayName: {\n serializedName: \"properties.alertDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n aggregatedDateUtc: {\n serializedName: \"properties.aggregatedDateUtc\",\n readOnly: true,\n type: {\n name: \"Date\"\n }\n },\n vendorName: {\n serializedName: \"properties.vendorName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reportedSeverity: {\n serializedName: \"properties.reportedSeverity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n remediationSteps: {\n serializedName: \"properties.remediationSteps\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n count: {\n serializedName: \"properties.count\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n effectedResourceType: {\n serializedName: \"properties.effectedResourceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemSource: {\n serializedName: \"properties.systemSource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionTaken: {\n serializedName: \"properties.actionTaken\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n logAnalyticsQuery: {\n serializedName: \"properties.logAnalyticsQuery\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n topDevicesList: {\n serializedName: \"properties.topDevicesList\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"IoTSecurityAggregatedAlertPropertiesTopDevicesListItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IoTSecurityAggregatedRecommendation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTSecurityAggregatedRecommendation\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...TagsResource.type.modelProperties,\n recommendationName: {\n serializedName: \"properties.recommendationName\",\n type: {\n name: \"String\"\n }\n },\n recommendationDisplayName: {\n serializedName: \"properties.recommendationDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n recommendationTypeId: {\n serializedName: \"properties.recommendationTypeId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n detectedBy: {\n serializedName: \"properties.detectedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n remediationSteps: {\n serializedName: \"properties.remediationSteps\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reportedSeverity: {\n serializedName: \"properties.reportedSeverity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n healthyDevices: {\n serializedName: \"properties.healthyDevices\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n unhealthyDeviceCount: {\n serializedName: \"properties.unhealthyDeviceCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n logAnalyticsQuery: {\n serializedName: \"properties.logAnalyticsQuery\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AscLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AscLocation\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const SecurityTask: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityTask\",\n modelProperties: {\n ...Resource.type.modelProperties,\n state: {\n serializedName: \"properties.state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTimeUtc: {\n serializedName: \"properties.creationTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n securityTaskParameters: {\n serializedName: \"properties.securityTaskParameters\",\n type: {\n name: \"Composite\",\n className: \"SecurityTaskParameters\"\n }\n },\n lastStateChangeTimeUtc: {\n serializedName: \"properties.lastStateChangeTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n subState: {\n serializedName: \"properties.subState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoProvisioningSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoProvisioningSetting\",\n modelProperties: {\n ...Resource.type.modelProperties,\n autoProvision: {\n serializedName: \"properties.autoProvision\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Compliance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Compliance\",\n modelProperties: {\n ...Resource.type.modelProperties,\n assessmentTimestampUtcDate: {\n serializedName: \"properties.assessmentTimestampUtcDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n resourceCount: {\n serializedName: \"properties.resourceCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n assessmentResult: {\n serializedName: \"properties.assessmentResult\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComplianceSegment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InformationProtectionPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InformationProtectionPolicy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n lastModifiedUtc: {\n serializedName: \"properties.lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n labels: {\n serializedName: \"properties.labels\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"SensitivityLabel\" } }\n }\n },\n informationTypes: {\n serializedName: \"properties.informationTypes\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"InformationType\" } }\n }\n }\n }\n }\n};\n\nexport const SecurityContact: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityContact\",\n modelProperties: {\n ...Resource.type.modelProperties,\n email: {\n serializedName: \"properties.email\",\n type: {\n name: \"String\"\n }\n },\n phone: {\n serializedName: \"properties.phone\",\n type: {\n name: \"String\"\n }\n },\n alertNotifications: {\n serializedName: \"properties.alertNotifications\",\n type: {\n name: \"String\"\n }\n },\n alertsToAdmins: {\n serializedName: \"properties.alertsToAdmins\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WorkspaceSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspaceSetting\",\n modelProperties: {\n ...Resource.type.modelProperties,\n workspaceId: {\n serializedName: \"properties.workspaceId\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegulatoryComplianceStandard: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegulatoryComplianceStandard\",\n modelProperties: {\n ...Resource.type.modelProperties,\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n passedControls: {\n serializedName: \"properties.passedControls\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n failedControls: {\n serializedName: \"properties.failedControls\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n skippedControls: {\n serializedName: \"properties.skippedControls\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n unsupportedControls: {\n serializedName: \"properties.unsupportedControls\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RegulatoryComplianceControl: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegulatoryComplianceControl\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n passedAssessments: {\n serializedName: \"properties.passedAssessments\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n failedAssessments: {\n serializedName: \"properties.failedAssessments\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n skippedAssessments: {\n serializedName: \"properties.skippedAssessments\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RegulatoryComplianceAssessment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegulatoryComplianceAssessment\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assessmentType: {\n serializedName: \"properties.assessmentType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n assessmentDetailsLink: {\n serializedName: \"properties.assessmentDetailsLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n passedResources: {\n serializedName: \"properties.passedResources\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n failedResources: {\n serializedName: \"properties.failedResources\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n skippedResources: {\n serializedName: \"properties.skippedResources\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n unsupportedResources: {\n serializedName: \"properties.unsupportedResources\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SecuritySubAssessment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecuritySubAssessment\",\n modelProperties: {\n ...Resource.type.modelProperties,\n idPropertiesId: {\n serializedName: \"properties.id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"SubAssessmentStatus\"\n }\n },\n remediation: {\n serializedName: \"properties.remediation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n impact: {\n serializedName: \"properties.impact\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n category: {\n serializedName: \"properties.category\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n timeGenerated: {\n serializedName: \"properties.timeGenerated\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n resourceDetails: {\n serializedName: \"properties.resourceDetails\",\n type: {\n name: \"Composite\",\n className: \"ResourceDetails\"\n }\n },\n additionalData: {\n serializedName: \"properties.additionalData\",\n type: {\n name: \"Composite\",\n className: \"AdditionalData\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...AzureTrackedResourceLocation.type.modelProperties,\n ...KindAutoGenerated.type.modelProperties,\n ...ETag.type.modelProperties,\n ...Tags.type.modelProperties\n }\n }\n};\n\nexport const AlertsSuppressionRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertsSuppressionRule\",\n modelProperties: {\n ...Resource.type.modelProperties,\n alertType: {\n serializedName: \"properties.alertType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedUtc: {\n serializedName: \"properties.lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n expirationDateUtc: {\n serializedName: \"properties.expirationDateUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n reason: {\n serializedName: \"properties.reason\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\", \"Expired\"]\n }\n },\n comment: {\n serializedName: \"properties.comment\",\n type: {\n name: \"String\"\n }\n },\n suppressionAlertsScope: {\n serializedName: \"properties.suppressionAlertsScope\",\n type: {\n name: \"Composite\",\n className: \"SuppressionAlertsScope\"\n }\n }\n }\n }\n};\n\nexport const ServerVulnerabilityAssessment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerVulnerabilityAssessment\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentMetadataResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataResponse\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionId: {\n serializedName: \"properties.policyDefinitionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n remediationDescription: {\n serializedName: \"properties.remediationDescription\",\n type: {\n name: \"String\"\n }\n },\n categories: {\n serializedName: \"properties.categories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n },\n userImpact: {\n serializedName: \"properties.userImpact\",\n type: {\n name: \"String\"\n }\n },\n implementationEffort: {\n serializedName: \"properties.implementationEffort\",\n type: {\n name: \"String\"\n }\n },\n threats: {\n serializedName: \"properties.threats\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n preview: {\n serializedName: \"properties.preview\",\n type: {\n name: \"Boolean\"\n }\n },\n assessmentType: {\n serializedName: \"properties.assessmentType\",\n type: {\n name: \"String\"\n }\n },\n partnerData: {\n serializedName: \"properties.partnerData\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataPartnerData\"\n }\n },\n publishDates: {\n serializedName: \"properties.publishDates\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataPropertiesResponsePublishDates\"\n }\n },\n plannedDeprecationDate: {\n constraints: {\n Pattern: new RegExp(\"^[0-9]{2}\\\\/[0-9]{4}$\")\n },\n serializedName: \"properties.plannedDeprecationDate\",\n type: {\n name: \"String\"\n }\n },\n tactics: {\n serializedName: \"properties.tactics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n techniques: {\n serializedName: \"properties.techniques\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentResponse\",\n modelProperties: {\n ...Resource.type.modelProperties,\n resourceDetails: {\n serializedName: \"properties.resourceDetails\",\n type: {\n name: \"Composite\",\n className: \"ResourceDetails\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n additionalData: {\n serializedName: \"properties.additionalData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n links: {\n serializedName: \"properties.links\",\n type: {\n name: \"Composite\",\n className: \"AssessmentLinks\"\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataProperties\"\n }\n },\n partnersData: {\n serializedName: \"properties.partnersData\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentPartnerData\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"AssessmentStatusResponse\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessment\",\n modelProperties: {\n ...Resource.type.modelProperties,\n resourceDetails: {\n serializedName: \"properties.resourceDetails\",\n type: {\n name: \"Composite\",\n className: \"ResourceDetails\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n additionalData: {\n serializedName: \"properties.additionalData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n links: {\n serializedName: \"properties.links\",\n type: {\n name: \"Composite\",\n className: \"AssessmentLinks\"\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataProperties\"\n }\n },\n partnersData: {\n serializedName: \"properties.partnersData\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentPartnerData\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"AssessmentStatus\"\n }\n }\n }\n }\n};\n\nexport const AdaptiveApplicationControlGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdaptiveApplicationControlGroup\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...Location.type.modelProperties,\n enforcementMode: {\n serializedName: \"properties.enforcementMode\",\n type: {\n name: \"String\"\n }\n },\n protectionMode: {\n serializedName: \"properties.protectionMode\",\n type: {\n name: \"Composite\",\n className: \"ProtectionMode\"\n }\n },\n configurationStatus: {\n serializedName: \"properties.configurationStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n recommendationStatus: {\n serializedName: \"properties.recommendationStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n issues: {\n serializedName: \"properties.issues\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AdaptiveApplicationControlIssueSummary\"\n }\n }\n }\n },\n sourceSystem: {\n serializedName: \"properties.sourceSystem\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vmRecommendations: {\n serializedName: \"properties.vmRecommendations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmRecommendation\"\n }\n }\n }\n },\n pathRecommendations: {\n serializedName: \"properties.pathRecommendations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PathRecommendation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AdaptiveNetworkHardening: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdaptiveNetworkHardening\",\n modelProperties: {\n ...Resource.type.modelProperties,\n rules: {\n serializedName: \"properties.rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Rule\"\n }\n }\n }\n },\n rulesCalculationTime: {\n serializedName: \"properties.rulesCalculationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n effectiveNetworkSecurityGroups: {\n serializedName: \"properties.effectiveNetworkSecurityGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EffectiveNetworkSecurityGroups\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AllowedConnectionsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AllowedConnectionsResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...Location.type.modelProperties,\n calculatedDateTime: {\n serializedName: \"properties.calculatedDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n connectableResources: {\n serializedName: \"properties.connectableResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectableResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TopologyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopologyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...Location.type.modelProperties,\n calculatedDateTime: {\n serializedName: \"properties.calculatedDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n topologyResources: {\n serializedName: \"properties.topologyResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TopologySingleResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const JitNetworkAccessPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPolicy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...KindAutoGenerated.type.modelProperties,\n ...Location.type.modelProperties,\n virtualMachines: {\n serializedName: \"properties.virtualMachines\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessPolicyVirtualMachine\"\n }\n }\n }\n },\n requests: {\n serializedName: \"properties.requests\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JitNetworkAccessRequest\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiscoveredSecuritySolution: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiscoveredSecuritySolution\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...Location.type.modelProperties,\n securityFamily: {\n serializedName: \"properties.securityFamily\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n offer: {\n serializedName: \"properties.offer\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"properties.publisher\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"properties.sku\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecuritySolutionsReferenceData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecuritySolutionsReferenceData\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...Location.type.modelProperties,\n securityFamily: {\n serializedName: \"properties.securityFamily\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n alertVendorName: {\n serializedName: \"properties.alertVendorName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n packageInfoUrl: {\n serializedName: \"properties.packageInfoUrl\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n productName: {\n serializedName: \"properties.productName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"properties.publisher\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n publisherDisplayName: {\n serializedName: \"properties.publisherDisplayName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n template: {\n serializedName: \"properties.template\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExternalSecuritySolution: coreClient.CompositeMapper = {\n serializedName: \"ExternalSecuritySolution\",\n type: {\n name: \"Composite\",\n className: \"ExternalSecuritySolution\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,\n modelProperties: {\n ...Resource.type.modelProperties,\n ...ExternalSecuritySolutionKindAutoGenerated.type.modelProperties,\n ...Location.type.modelProperties\n }\n }\n};\n\nexport const SecureScoreItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecureScoreItem\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n weight: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.weight\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n max: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.score.max\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n current: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.score.current\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n percentage: {\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 0\n },\n serializedName: \"properties.score.percentage\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SecureScoreControlDefinitionItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecureScoreControlDefinitionItem\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n constraints: {\n MaxLength: 256\n },\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n maxScore: {\n constraints: {\n InclusiveMaximum: 10,\n InclusiveMinimum: 0\n },\n serializedName: \"properties.maxScore\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"SecureScoreControlDefinitionSource\"\n }\n },\n assessmentDefinitions: {\n serializedName: \"properties.assessmentDefinitions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureResourceLink\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SecureScoreControlDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecureScoreControlDetails\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n healthyResourceCount: {\n serializedName: \"properties.healthyResourceCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n unhealthyResourceCount: {\n serializedName: \"properties.unhealthyResourceCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n notApplicableResourceCount: {\n serializedName: \"properties.notApplicableResourceCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n weight: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.weight\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n definition: {\n serializedName: \"properties.definition\",\n type: {\n name: \"Composite\",\n className: \"SecureScoreControlDefinitionItem\"\n }\n },\n max: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.score.max\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n current: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"properties.score.current\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n percentage: {\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 0\n },\n serializedName: \"properties.score.percentage\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SecuritySolution: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecuritySolution\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ...Location.type.modelProperties,\n securityFamily: {\n serializedName: \"properties.securityFamily\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n template: {\n serializedName: \"properties.template\",\n type: {\n name: \"String\"\n }\n },\n protectionStatus: {\n serializedName: \"properties.protectionStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectorSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorSetting\",\n modelProperties: {\n ...Resource.type.modelProperties,\n hybridComputeSettings: {\n serializedName: \"properties.hybridComputeSettings\",\n type: {\n name: \"Composite\",\n className: \"HybridComputeSettingsProperties\"\n }\n },\n authenticationDetails: {\n serializedName: \"properties.authenticationDetails\",\n type: {\n name: \"Composite\",\n className: \"AuthenticationDetailsProperties\"\n }\n }\n }\n }\n};\n\nexport const Scan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Scan\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ScanProperties\"\n }\n }\n }\n }\n};\n\nexport const ScanResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScanResult\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ScanResultProperties\"\n }\n }\n }\n }\n};\n\nexport const RuleResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleResults\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"RuleResultsProperties\"\n }\n }\n }\n }\n};\n\nexport const Alert: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Alert\",\n modelProperties: {\n ...Resource.type.modelProperties,\n alertType: {\n serializedName: \"properties.alertType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemAlertId: {\n serializedName: \"properties.systemAlertId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n productComponentName: {\n serializedName: \"properties.productComponentName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n alertDisplayName: {\n serializedName: \"properties.alertDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n intent: {\n serializedName: \"properties.intent\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startTimeUtc: {\n serializedName: \"properties.startTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTimeUtc: {\n serializedName: \"properties.endTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n resourceIdentifiers: {\n serializedName: \"properties.resourceIdentifiers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceIdentifier\"\n }\n }\n }\n },\n remediationSteps: {\n serializedName: \"properties.remediationSteps\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n vendorName: {\n serializedName: \"properties.vendorName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n extendedLinks: {\n serializedName: \"properties.extendedLinks\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n },\n alertUri: {\n serializedName: \"properties.alertUri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n timeGeneratedUtc: {\n serializedName: \"properties.timeGeneratedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n productName: {\n serializedName: \"properties.productName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n processingEndTimeUtc: {\n serializedName: \"properties.processingEndTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n entities: {\n serializedName: \"properties.entities\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertEntity\"\n }\n }\n }\n },\n isIncident: {\n serializedName: \"properties.isIncident\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n correlationKey: {\n serializedName: \"properties.correlationKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n extendedProperties: {\n serializedName: \"properties.extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n compromisedEntity: {\n serializedName: \"properties.compromisedEntity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Setting: coreClient.CompositeMapper = {\n serializedName: \"Setting\",\n type: {\n name: \"Composite\",\n className: \"Setting\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...Resource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IngestionSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngestionSetting\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const Software: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Software\",\n modelProperties: {\n ...Resource.type.modelProperties,\n deviceId: {\n serializedName: \"properties.deviceId\",\n type: {\n name: \"String\"\n }\n },\n osPlatform: {\n serializedName: \"properties.osPlatform\",\n type: {\n name: \"String\"\n }\n },\n vendor: {\n serializedName: \"properties.vendor\",\n type: {\n name: \"String\"\n }\n },\n softwareName: {\n serializedName: \"properties.softwareName\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n endOfSupportStatus: {\n serializedName: \"properties.endOfSupportStatus\",\n type: {\n name: \"String\"\n }\n },\n endOfSupportDate: {\n serializedName: \"properties.endOfSupportDate\",\n type: {\n name: \"String\"\n }\n },\n numberOfKnownVulnerabilities: {\n serializedName: \"properties.numberOfKnownVulnerabilities\",\n type: {\n name: \"Number\"\n }\n },\n firstSeenAt: {\n serializedName: \"properties.firstSeenAt\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadata\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionId: {\n serializedName: \"properties.policyDefinitionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n remediationDescription: {\n serializedName: \"properties.remediationDescription\",\n type: {\n name: \"String\"\n }\n },\n categories: {\n serializedName: \"properties.categories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n },\n userImpact: {\n serializedName: \"properties.userImpact\",\n type: {\n name: \"String\"\n }\n },\n implementationEffort: {\n serializedName: \"properties.implementationEffort\",\n type: {\n name: \"String\"\n }\n },\n threats: {\n serializedName: \"properties.threats\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n preview: {\n serializedName: \"properties.preview\",\n type: {\n name: \"Boolean\"\n }\n },\n assessmentType: {\n serializedName: \"properties.assessmentType\",\n type: {\n name: \"String\"\n }\n },\n partnerData: {\n serializedName: \"properties.partnerData\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataPartnerData\"\n }\n }\n }\n }\n};\n\nexport const ThresholdCustomAlertRule: coreClient.CompositeMapper = {\n serializedName: \"ThresholdCustomAlertRule\",\n type: {\n name: \"Composite\",\n className: \"ThresholdCustomAlertRule\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: {\n serializedName: \"ruleType\",\n clientName: \"ruleType\"\n },\n modelProperties: {\n ...CustomAlertRule.type.modelProperties,\n minThreshold: {\n serializedName: \"minThreshold\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n maxThreshold: {\n serializedName: \"maxThreshold\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ListCustomAlertRule: coreClient.CompositeMapper = {\n serializedName: \"ListCustomAlertRule\",\n type: {\n name: \"Composite\",\n className: \"ListCustomAlertRule\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: {\n serializedName: \"ruleType\",\n clientName: \"ruleType\"\n },\n modelProperties: {\n ...CustomAlertRule.type.modelProperties,\n valueType: {\n serializedName: \"valueType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateIotSecuritySolutionData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateIotSecuritySolutionData\",\n modelProperties: {\n ...TagsResource.type.modelProperties,\n userDefinedResources: {\n serializedName: \"properties.userDefinedResources\",\n type: {\n name: \"Composite\",\n className: \"UserDefinedResourcesProperties\"\n }\n },\n recommendationsConfiguration: {\n serializedName: \"properties.recommendationsConfiguration\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecommendationConfigurationProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureResourceDetails: coreClient.CompositeMapper = {\n serializedName: \"Azure\",\n type: {\n name: \"Composite\",\n className: \"AzureResourceDetails\",\n uberParent: \"ResourceDetails\",\n polymorphicDiscriminator: ResourceDetails.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceDetails.type.modelProperties,\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OnPremiseResourceDetails: coreClient.CompositeMapper = {\n serializedName: \"OnPremise\",\n type: {\n name: \"Composite\",\n className: \"OnPremiseResourceDetails\",\n uberParent: \"ResourceDetails\",\n polymorphicDiscriminator: {\n serializedName: \"source\",\n clientName: \"source\"\n },\n modelProperties: {\n ...ResourceDetails.type.modelProperties,\n workspaceId: {\n serializedName: \"workspaceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n vmuuid: {\n serializedName: \"vmuuid\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n sourceComputerId: {\n serializedName: \"sourceComputerId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n machineName: {\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlServerVulnerabilityProperties: coreClient.CompositeMapper = {\n serializedName: \"SqlServerVulnerability\",\n type: {\n name: \"Composite\",\n className: \"SqlServerVulnerabilityProperties\",\n uberParent: \"AdditionalData\",\n polymorphicDiscriminator: AdditionalData.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdditionalData.type.modelProperties,\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n query: {\n serializedName: \"query\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerRegistryVulnerabilityProperties: coreClient.CompositeMapper = {\n serializedName: \"ContainerRegistryVulnerability\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryVulnerabilityProperties\",\n uberParent: \"AdditionalData\",\n polymorphicDiscriminator: AdditionalData.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdditionalData.type.modelProperties,\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cvss: {\n serializedName: \"cvss\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"Cvss\" } }\n }\n },\n patchable: {\n serializedName: \"patchable\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n cve: {\n serializedName: \"cve\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Cve\"\n }\n }\n }\n },\n publishedTime: {\n serializedName: \"publishedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n vendorReferences: {\n serializedName: \"vendorReferences\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VendorReference\"\n }\n }\n }\n },\n repositoryName: {\n serializedName: \"repositoryName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n imageDigest: {\n serializedName: \"imageDigest\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServerVulnerabilityProperties: coreClient.CompositeMapper = {\n serializedName: \"ServerVulnerabilityAssessment\",\n type: {\n name: \"Composite\",\n className: \"ServerVulnerabilityProperties\",\n uberParent: \"AdditionalData\",\n polymorphicDiscriminator: AdditionalData.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdditionalData.type.modelProperties,\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n cvss: {\n serializedName: \"cvss\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"Cvss\" } }\n }\n },\n patchable: {\n serializedName: \"patchable\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n cve: {\n serializedName: \"cve\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Cve\"\n }\n }\n }\n },\n threat: {\n serializedName: \"threat\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publishedTime: {\n serializedName: \"publishedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n vendorReferences: {\n serializedName: \"vendorReferences\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VendorReference\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AutomationActionLogicApp: coreClient.CompositeMapper = {\n serializedName: \"LogicApp\",\n type: {\n name: \"Composite\",\n className: \"AutomationActionLogicApp\",\n uberParent: \"AutomationAction\",\n polymorphicDiscriminator: AutomationAction.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutomationAction.type.modelProperties,\n logicAppResourceId: {\n serializedName: \"logicAppResourceId\",\n type: {\n name: \"String\"\n }\n },\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationActionEventHub: coreClient.CompositeMapper = {\n serializedName: \"EventHub\",\n type: {\n name: \"Composite\",\n className: \"AutomationActionEventHub\",\n uberParent: \"AutomationAction\",\n polymorphicDiscriminator: AutomationAction.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutomationAction.type.modelProperties,\n eventHubResourceId: {\n serializedName: \"eventHubResourceId\",\n type: {\n name: \"String\"\n }\n },\n sasPolicyName: {\n serializedName: \"sasPolicyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n connectionString: {\n serializedName: \"connectionString\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationActionWorkspace: coreClient.CompositeMapper = {\n serializedName: \"Workspace\",\n type: {\n name: \"Composite\",\n className: \"AutomationActionWorkspace\",\n uberParent: \"AutomationAction\",\n polymorphicDiscriminator: AutomationAction.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutomationAction.type.modelProperties,\n workspaceResourceId: {\n serializedName: \"workspaceResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentMetadataPropertiesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataPropertiesResponse\",\n modelProperties: {\n ...SecurityAssessmentMetadataProperties.type.modelProperties,\n publishDates: {\n serializedName: \"publishDates\",\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentMetadataPropertiesResponsePublishDates\"\n }\n },\n plannedDeprecationDate: {\n constraints: {\n Pattern: new RegExp(\"^[0-9]{2}\\\\/[0-9]{4}$\")\n },\n serializedName: \"plannedDeprecationDate\",\n type: {\n name: \"String\"\n }\n },\n tactics: {\n serializedName: \"tactics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n techniques: {\n serializedName: \"techniques\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AssessmentStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssessmentStatusResponse\",\n modelProperties: {\n ...AssessmentStatus.type.modelProperties,\n firstEvaluationDate: {\n serializedName: \"firstEvaluationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n statusChangeDate: {\n serializedName: \"statusChangeDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentPropertiesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentPropertiesResponse\",\n modelProperties: {\n ...SecurityAssessmentPropertiesBase.type.modelProperties,\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"AssessmentStatusResponse\"\n }\n }\n }\n }\n};\n\nexport const SecurityAssessmentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAssessmentProperties\",\n modelProperties: {\n ...SecurityAssessmentPropertiesBase.type.modelProperties,\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"AssessmentStatus\"\n }\n }\n }\n }\n};\n\nexport const AwsCredsAuthenticationDetailsProperties: coreClient.CompositeMapper = {\n serializedName: \"awsCreds\",\n type: {\n name: \"Composite\",\n className: \"AwsCredsAuthenticationDetailsProperties\",\n uberParent: \"AuthenticationDetailsProperties\",\n polymorphicDiscriminator:\n AuthenticationDetailsProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AuthenticationDetailsProperties.type.modelProperties,\n accountId: {\n serializedName: \"accountId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n awsAccessKeyId: {\n serializedName: \"awsAccessKeyId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n awsSecretAccessKey: {\n serializedName: \"awsSecretAccessKey\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AwAssumeRoleAuthenticationDetailsProperties: coreClient.CompositeMapper = {\n serializedName: \"awsAssumeRole\",\n type: {\n name: \"Composite\",\n className: \"AwAssumeRoleAuthenticationDetailsProperties\",\n uberParent: \"AuthenticationDetailsProperties\",\n polymorphicDiscriminator:\n AuthenticationDetailsProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AuthenticationDetailsProperties.type.modelProperties,\n accountId: {\n serializedName: \"accountId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n awsAssumeRoleArn: {\n serializedName: \"awsAssumeRoleArn\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n awsExternalId: {\n serializedName: \"awsExternalId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GcpCredentialsDetailsProperties: coreClient.CompositeMapper = {\n serializedName: \"gcpCredentials\",\n type: {\n name: \"Composite\",\n className: \"GcpCredentialsDetailsProperties\",\n uberParent: \"AuthenticationDetailsProperties\",\n polymorphicDiscriminator:\n AuthenticationDetailsProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AuthenticationDetailsProperties.type.modelProperties,\n organizationId: {\n serializedName: \"organizationId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n projectId: {\n serializedName: \"projectId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n privateKeyId: {\n serializedName: \"privateKeyId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n privateKey: {\n serializedName: \"privateKey\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n clientEmail: {\n serializedName: \"clientEmail\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n authUri: {\n serializedName: \"authUri\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tokenUri: {\n serializedName: \"tokenUri\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n authProviderX509CertUrl: {\n serializedName: \"authProviderX509CertUrl\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n clientX509CertUrl: {\n serializedName: \"clientX509CertUrl\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureResourceIdentifier: coreClient.CompositeMapper = {\n serializedName: \"AzureResource\",\n type: {\n name: \"Composite\",\n className: \"AzureResourceIdentifier\",\n uberParent: \"ResourceIdentifier\",\n polymorphicDiscriminator: ResourceIdentifier.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceIdentifier.type.modelProperties,\n azureResourceId: {\n serializedName: \"azureResourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LogAnalyticsIdentifier: coreClient.CompositeMapper = {\n serializedName: \"LogAnalytics\",\n type: {\n name: \"Composite\",\n className: \"LogAnalyticsIdentifier\",\n uberParent: \"ResourceIdentifier\",\n polymorphicDiscriminator: ResourceIdentifier.type.polymorphicDiscriminator,\n modelProperties: {\n ...ResourceIdentifier.type.modelProperties,\n workspaceId: {\n serializedName: \"workspaceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n workspaceSubscriptionId: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$\"\n )\n },\n serializedName: \"workspaceSubscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n workspaceResourceGroup: {\n serializedName: \"workspaceResourceGroup\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n agentId: {\n serializedName: \"agentId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertSimulatorBundlesRequestProperties: coreClient.CompositeMapper = {\n serializedName: \"Bundles\",\n type: {\n name: \"Composite\",\n className: \"AlertSimulatorBundlesRequestProperties\",\n uberParent: \"AlertSimulatorRequestProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n AlertSimulatorRequestProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertSimulatorRequestProperties.type.modelProperties,\n bundles: {\n serializedName: \"bundles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CspmMonitorAwsOffering: coreClient.CompositeMapper = {\n serializedName: \"CspmMonitorAws\",\n type: {\n name: \"Composite\",\n className: \"CspmMonitorAwsOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties,\n nativeCloudConnection: {\n serializedName: \"nativeCloudConnection\",\n type: {\n name: \"Composite\",\n className: \"CspmMonitorAwsOfferingNativeCloudConnection\"\n }\n }\n }\n }\n};\n\nexport const DefenderForContainersAwsOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderForContainersAws\",\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersAwsOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties,\n kubernetesService: {\n serializedName: \"kubernetesService\",\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersAwsOfferingKubernetesService\"\n }\n },\n kubernetesScubaReader: {\n serializedName: \"kubernetesScubaReader\",\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersAwsOfferingKubernetesScubaReader\"\n }\n },\n cloudWatchToKinesis: {\n serializedName: \"cloudWatchToKinesis\",\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersAwsOfferingCloudWatchToKinesis\"\n }\n },\n kinesisToS3: {\n serializedName: \"kinesisToS3\",\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersAwsOfferingKinesisToS3\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderForServersAWS\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties,\n defenderForServers: {\n serializedName: \"defenderForServers\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingDefenderForServers\"\n }\n },\n arcAutoProvisioning: {\n serializedName: \"arcAutoProvisioning\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingArcAutoProvisioning\"\n }\n }\n }\n }\n};\n\nexport const CefSolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CefSolutionProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n ...ExternalSecuritySolutionProperties.type.modelProperties,\n hostname: {\n serializedName: \"hostname\",\n type: {\n name: \"String\"\n }\n },\n agent: {\n serializedName: \"agent\",\n type: {\n name: \"String\"\n }\n },\n lastEventReceived: {\n serializedName: \"lastEventReceived\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AtaSolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AtaSolutionProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n ...ExternalSecuritySolutionProperties.type.modelProperties,\n lastEventReceived: {\n serializedName: \"lastEventReceived\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AadSolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AadSolutionProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n ...ExternalSecuritySolutionProperties.type.modelProperties,\n ...AadConnectivityStateAutoGenerated.type.modelProperties\n }\n }\n};\n\nexport const Automation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Automation\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationScope\"\n }\n }\n }\n },\n sources: {\n serializedName: \"properties.sources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationSource\"\n }\n }\n }\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationAction\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SecurityConnector: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityConnector\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n hierarchyIdentifier: {\n serializedName: \"properties.hierarchyIdentifier\",\n type: {\n name: \"String\"\n }\n },\n cloudName: {\n serializedName: \"properties.cloudName\",\n type: {\n name: \"String\"\n }\n },\n offerings: {\n serializedName: \"properties.offerings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudOffering\"\n }\n }\n }\n },\n organizationalData: {\n serializedName: \"properties.organizationalData\",\n type: {\n name: \"Composite\",\n className: \"SecurityConnectorPropertiesOrganizationalData\"\n }\n }\n }\n }\n};\n\nexport const CefExternalSecuritySolution: coreClient.CompositeMapper = {\n serializedName: \"CEF\",\n type: {\n name: \"Composite\",\n className: \"CefExternalSecuritySolution\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExternalSecuritySolution.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CefSolutionProperties\"\n }\n }\n }\n }\n};\n\nexport const AtaExternalSecuritySolution: coreClient.CompositeMapper = {\n serializedName: \"ATA\",\n type: {\n name: \"Composite\",\n className: \"AtaExternalSecuritySolution\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExternalSecuritySolution.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AtaSolutionProperties\"\n }\n }\n }\n }\n};\n\nexport const AadExternalSecuritySolution: coreClient.CompositeMapper = {\n serializedName: \"AAD\",\n type: {\n name: \"Composite\",\n className: \"AadExternalSecuritySolution\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,\n modelProperties: {\n ...ExternalSecuritySolution.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AadSolutionProperties\"\n }\n }\n }\n }\n};\n\nexport const DataExportSettings: coreClient.CompositeMapper = {\n serializedName: \"DataExportSettings\",\n type: {\n name: \"Composite\",\n className: \"DataExportSettings\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,\n modelProperties: {\n ...Setting.type.modelProperties,\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AlertSyncSettings: coreClient.CompositeMapper = {\n serializedName: \"AlertSyncSettings\",\n type: {\n name: \"Composite\",\n className: \"AlertSyncSettings\",\n uberParent: \"Resource\",\n polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,\n modelProperties: {\n ...Setting.type.modelProperties,\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const TimeWindowCustomAlertRule: coreClient.CompositeMapper = {\n serializedName: \"TimeWindowCustomAlertRule\",\n type: {\n name: \"Composite\",\n className: \"TimeWindowCustomAlertRule\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: {\n serializedName: \"ruleType\",\n clientName: \"ruleType\"\n },\n modelProperties: {\n ...ThresholdCustomAlertRule.type.modelProperties,\n timeWindowSize: {\n serializedName: \"timeWindowSize\",\n required: true,\n type: {\n name: \"TimeSpan\"\n }\n }\n }\n }\n};\n\nexport const AllowlistCustomAlertRule: coreClient.CompositeMapper = {\n serializedName: \"AllowlistCustomAlertRule\",\n type: {\n name: \"Composite\",\n className: \"AllowlistCustomAlertRule\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: {\n serializedName: \"ruleType\",\n clientName: \"ruleType\"\n },\n modelProperties: {\n ...ListCustomAlertRule.type.modelProperties,\n allowlistValues: {\n serializedName: \"allowlistValues\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DenylistCustomAlertRule: coreClient.CompositeMapper = {\n serializedName: \"DenylistCustomAlertRule\",\n type: {\n name: \"Composite\",\n className: \"DenylistCustomAlertRule\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...ListCustomAlertRule.type.modelProperties,\n denylistValues: {\n serializedName: \"denylistValues\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OnPremiseSqlResourceDetails: coreClient.CompositeMapper = {\n serializedName: \"OnPremiseSql\",\n type: {\n name: \"Composite\",\n className: \"OnPremiseSqlResourceDetails\",\n uberParent: \"ResourceDetails\",\n polymorphicDiscriminator: ResourceDetails.type.polymorphicDiscriminator,\n modelProperties: {\n ...OnPremiseResourceDetails.type.modelProperties,\n serverName: {\n serializedName: \"serverName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n serializedName: \"databaseName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActiveConnectionsNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"ActiveConnectionsNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"ActiveConnectionsNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const AmqpC2DMessagesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"AmqpC2DMessagesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"AmqpC2DMessagesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const MqttC2DMessagesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"MqttC2DMessagesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"MqttC2DMessagesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const HttpC2DMessagesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"HttpC2DMessagesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"HttpC2DMessagesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const AmqpC2DRejectedMessagesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"AmqpC2DRejectedMessagesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"AmqpC2DRejectedMessagesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const MqttC2DRejectedMessagesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"MqttC2DRejectedMessagesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"MqttC2DRejectedMessagesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const HttpC2DRejectedMessagesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"HttpC2DRejectedMessagesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"HttpC2DRejectedMessagesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const AmqpD2CMessagesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"AmqpD2CMessagesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"AmqpD2CMessagesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const MqttD2CMessagesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"MqttD2CMessagesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"MqttD2CMessagesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const HttpD2CMessagesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"HttpD2CMessagesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"HttpD2CMessagesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const DirectMethodInvokesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"DirectMethodInvokesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"DirectMethodInvokesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const FailedLocalLoginsNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"FailedLocalLoginsNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"FailedLocalLoginsNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const FileUploadsNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"FileUploadsNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"FileUploadsNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const QueuePurgesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"QueuePurgesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"QueuePurgesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const TwinUpdatesNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"TwinUpdatesNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"TwinUpdatesNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const UnauthorizedOperationsNotInAllowedRange: coreClient.CompositeMapper = {\n serializedName: \"UnauthorizedOperationsNotInAllowedRange\",\n type: {\n name: \"Composite\",\n className: \"UnauthorizedOperationsNotInAllowedRange\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeWindowCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const ConnectionToIpNotAllowed: coreClient.CompositeMapper = {\n serializedName: \"ConnectionToIpNotAllowed\",\n type: {\n name: \"Composite\",\n className: \"ConnectionToIpNotAllowed\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AllowlistCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const ConnectionFromIpNotAllowed: coreClient.CompositeMapper = {\n serializedName: \"ConnectionFromIpNotAllowed\",\n type: {\n name: \"Composite\",\n className: \"ConnectionFromIpNotAllowed\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AllowlistCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const LocalUserNotAllowed: coreClient.CompositeMapper = {\n serializedName: \"LocalUserNotAllowed\",\n type: {\n name: \"Composite\",\n className: \"LocalUserNotAllowed\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AllowlistCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const ProcessNotAllowed: coreClient.CompositeMapper = {\n serializedName: \"ProcessNotAllowed\",\n type: {\n name: \"Composite\",\n className: \"ProcessNotAllowed\",\n uberParent: \"CustomAlertRule\",\n polymorphicDiscriminator: CustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AllowlistCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport let discriminators = {\n CustomAlertRule: CustomAlertRule,\n ResourceDetails: ResourceDetails,\n AdditionalData: AdditionalData,\n AutomationAction: AutomationAction,\n AuthenticationDetailsProperties: AuthenticationDetailsProperties,\n ResourceIdentifier: ResourceIdentifier,\n AlertSimulatorRequestProperties: AlertSimulatorRequestProperties,\n CloudOffering: CloudOffering,\n \"Resource.ExternalSecuritySolution\": ExternalSecuritySolution,\n \"Resource.Setting\": Setting,\n \"CustomAlertRule.ThresholdCustomAlertRule\": ThresholdCustomAlertRule,\n \"CustomAlertRule.ListCustomAlertRule\": ListCustomAlertRule,\n \"ResourceDetails.Azure\": AzureResourceDetails,\n \"ResourceDetails.OnPremise\": OnPremiseResourceDetails,\n \"AdditionalData.SqlServerVulnerability\": SqlServerVulnerabilityProperties,\n \"AdditionalData.ContainerRegistryVulnerability\": ContainerRegistryVulnerabilityProperties,\n \"AdditionalData.ServerVulnerabilityAssessment\": ServerVulnerabilityProperties,\n \"AutomationAction.LogicApp\": AutomationActionLogicApp,\n \"AutomationAction.EventHub\": AutomationActionEventHub,\n \"AutomationAction.Workspace\": AutomationActionWorkspace,\n \"AuthenticationDetailsProperties.awsCreds\": AwsCredsAuthenticationDetailsProperties,\n \"AuthenticationDetailsProperties.awsAssumeRole\": AwAssumeRoleAuthenticationDetailsProperties,\n \"AuthenticationDetailsProperties.gcpCredentials\": GcpCredentialsDetailsProperties,\n \"ResourceIdentifier.AzureResource\": AzureResourceIdentifier,\n \"ResourceIdentifier.LogAnalytics\": LogAnalyticsIdentifier,\n \"AlertSimulatorRequestProperties.Bundles\": AlertSimulatorBundlesRequestProperties,\n \"CloudOffering.CspmMonitorAws\": CspmMonitorAwsOffering,\n \"CloudOffering.DefenderForContainersAws\": DefenderForContainersAwsOffering,\n \"CloudOffering.DefenderForServersAWS\": DefenderForServersAwsOffering,\n \"Resource.CEF\": CefExternalSecuritySolution,\n \"Resource.ATA\": AtaExternalSecuritySolution,\n \"Resource.AAD\": AadExternalSecuritySolution,\n \"Resource.DataExportSettings\": DataExportSettings,\n \"Resource.AlertSyncSettings\": AlertSyncSettings,\n \"CustomAlertRule.TimeWindowCustomAlertRule\": TimeWindowCustomAlertRule,\n \"CustomAlertRule.AllowlistCustomAlertRule\": AllowlistCustomAlertRule,\n \"CustomAlertRule.DenylistCustomAlertRule\": DenylistCustomAlertRule,\n \"ResourceDetails.OnPremiseSql\": OnPremiseSqlResourceDetails,\n \"CustomAlertRule.ActiveConnectionsNotInAllowedRange\": ActiveConnectionsNotInAllowedRange,\n \"CustomAlertRule.AmqpC2DMessagesNotInAllowedRange\": AmqpC2DMessagesNotInAllowedRange,\n \"CustomAlertRule.MqttC2DMessagesNotInAllowedRange\": MqttC2DMessagesNotInAllowedRange,\n \"CustomAlertRule.HttpC2DMessagesNotInAllowedRange\": HttpC2DMessagesNotInAllowedRange,\n \"CustomAlertRule.AmqpC2DRejectedMessagesNotInAllowedRange\": AmqpC2DRejectedMessagesNotInAllowedRange,\n \"CustomAlertRule.MqttC2DRejectedMessagesNotInAllowedRange\": MqttC2DRejectedMessagesNotInAllowedRange,\n \"CustomAlertRule.HttpC2DRejectedMessagesNotInAllowedRange\": HttpC2DRejectedMessagesNotInAllowedRange,\n \"CustomAlertRule.AmqpD2CMessagesNotInAllowedRange\": AmqpD2CMessagesNotInAllowedRange,\n \"CustomAlertRule.MqttD2CMessagesNotInAllowedRange\": MqttD2CMessagesNotInAllowedRange,\n \"CustomAlertRule.HttpD2CMessagesNotInAllowedRange\": HttpD2CMessagesNotInAllowedRange,\n \"CustomAlertRule.DirectMethodInvokesNotInAllowedRange\": DirectMethodInvokesNotInAllowedRange,\n \"CustomAlertRule.FailedLocalLoginsNotInAllowedRange\": FailedLocalLoginsNotInAllowedRange,\n \"CustomAlertRule.FileUploadsNotInAllowedRange\": FileUploadsNotInAllowedRange,\n \"CustomAlertRule.QueuePurgesNotInAllowedRange\": QueuePurgesNotInAllowedRange,\n \"CustomAlertRule.TwinUpdatesNotInAllowedRange\": TwinUpdatesNotInAllowedRange,\n \"CustomAlertRule.UnauthorizedOperationsNotInAllowedRange\": UnauthorizedOperationsNotInAllowedRange,\n \"CustomAlertRule.ConnectionToIpNotAllowed\": ConnectionToIpNotAllowed,\n \"CustomAlertRule.ConnectionFromIpNotAllowed\": ConnectionFromIpNotAllowed,\n \"CustomAlertRule.LocalUserNotAllowed\": LocalUserNotAllowed,\n \"CustomAlertRule.ProcessNotAllowed\": ProcessNotAllowed\n};\n","/*\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 CustomAssessmentAutomationRequest as CustomAssessmentAutomationRequestMapper,\n CustomEntityStoreAssignmentRequest as CustomEntityStoreAssignmentRequestMapper,\n Pricing as PricingMapper,\n AdvancedThreatProtectionSetting as AdvancedThreatProtectionSettingMapper,\n DeviceSecurityGroup as DeviceSecurityGroupMapper,\n IoTSecuritySolutionModel as IoTSecuritySolutionModelMapper,\n UpdateIotSecuritySolutionData as UpdateIotSecuritySolutionDataMapper,\n AutoProvisioningSetting as AutoProvisioningSettingMapper,\n InformationProtectionPolicy as InformationProtectionPolicyMapper,\n SecurityContact as SecurityContactMapper,\n WorkspaceSetting as WorkspaceSettingMapper,\n Automation as AutomationMapper,\n AlertsSuppressionRule as AlertsSuppressionRuleMapper,\n SecurityAssessmentMetadataResponse as SecurityAssessmentMetadataResponseMapper,\n SecurityAssessment as SecurityAssessmentMapper,\n AdaptiveApplicationControlGroup as AdaptiveApplicationControlGroupMapper,\n AdaptiveNetworkHardeningEnforceRequest as AdaptiveNetworkHardeningEnforceRequestMapper,\n JitNetworkAccessPolicy as JitNetworkAccessPolicyMapper,\n JitNetworkAccessPolicyInitiateRequest as JitNetworkAccessPolicyInitiateRequestMapper,\n ConnectorSetting as ConnectorSettingMapper,\n RuleResultsInput as RuleResultsInputMapper,\n RulesResultsInput as RulesResultsInputMapper,\n AlertSimulatorRequestBody as AlertSimulatorRequestBodyMapper,\n Setting as SettingMapper,\n IngestionSetting as IngestionSettingMapper,\n SecurityConnector as SecurityConnectorMapper\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-10-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$\"\n )\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-07-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const customAssessmentAutomationName: OperationURLParameter = {\n parameterPath: \"customAssessmentAutomationName\",\n mapper: {\n serializedName: \"customAssessmentAutomationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const customAssessmentAutomationBody: OperationParameter = {\n parameterPath: \"customAssessmentAutomationBody\",\n mapper: CustomAssessmentAutomationRequestMapper\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 customEntityStoreAssignmentName: OperationURLParameter = {\n parameterPath: \"customEntityStoreAssignmentName\",\n mapper: {\n serializedName: \"customEntityStoreAssignmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const customEntityStoreAssignmentRequestBody: OperationParameter = {\n parameterPath: \"customEntityStoreAssignmentRequestBody\",\n mapper: CustomEntityStoreAssignmentRequestMapper\n};\n\nexport const apiVersion2: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2017-08-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const scope: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const resourceId: OperationURLParameter = {\n parameterPath: \"resourceId\",\n mapper: {\n serializedName: \"resourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const complianceResultName: OperationURLParameter = {\n parameterPath: \"complianceResultName\",\n mapper: {\n serializedName: \"complianceResultName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion3: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2018-06-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const pricingName: OperationURLParameter = {\n parameterPath: \"pricingName\",\n mapper: {\n serializedName: \"pricingName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const pricing: OperationParameter = {\n parameterPath: \"pricing\",\n mapper: PricingMapper\n};\n\nexport const apiVersion4: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2019-01-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const settingName: OperationURLParameter = {\n parameterPath: \"settingName\",\n mapper: {\n defaultValue: \"current\",\n isConstant: true,\n serializedName: \"settingName\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const advancedThreatProtectionSetting: OperationParameter = {\n parameterPath: \"advancedThreatProtectionSetting\",\n mapper: AdvancedThreatProtectionSettingMapper\n};\n\nexport const apiVersion5: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2019-08-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const deviceSecurityGroupName: OperationURLParameter = {\n parameterPath: \"deviceSecurityGroupName\",\n mapper: {\n serializedName: \"deviceSecurityGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const deviceSecurityGroup: OperationParameter = {\n parameterPath: \"deviceSecurityGroup\",\n mapper: DeviceSecurityGroupMapper\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const solutionName: OperationURLParameter = {\n parameterPath: \"solutionName\",\n mapper: {\n serializedName: \"solutionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const iotSecuritySolutionData: OperationParameter = {\n parameterPath: \"iotSecuritySolutionData\",\n mapper: IoTSecuritySolutionModelMapper\n};\n\nexport const updateIotSecuritySolutionData: OperationParameter = {\n parameterPath: \"updateIotSecuritySolutionData\",\n mapper: UpdateIotSecuritySolutionDataMapper\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const aggregatedAlertName: OperationURLParameter = {\n parameterPath: \"aggregatedAlertName\",\n mapper: {\n serializedName: \"aggregatedAlertName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const aggregatedRecommendationName: OperationURLParameter = {\n parameterPath: \"aggregatedRecommendationName\",\n mapper: {\n serializedName: \"aggregatedRecommendationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion6: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2015-06-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const ascLocation: OperationURLParameter = {\n parameterPath: \"ascLocation\",\n mapper: {\n serializedName: \"ascLocation\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const taskName: OperationURLParameter = {\n parameterPath: \"taskName\",\n mapper: {\n serializedName: \"taskName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const taskUpdateActionType: OperationURLParameter = {\n parameterPath: \"taskUpdateActionType\",\n mapper: {\n serializedName: \"taskUpdateActionType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion7: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2017-08-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const settingName1: OperationURLParameter = {\n parameterPath: \"settingName\",\n mapper: {\n serializedName: \"settingName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const setting: OperationParameter = {\n parameterPath: \"setting\",\n mapper: AutoProvisioningSettingMapper\n};\n\nexport const complianceName: OperationURLParameter = {\n parameterPath: \"complianceName\",\n mapper: {\n serializedName: \"complianceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const informationProtectionPolicyName: OperationURLParameter = {\n parameterPath: \"informationProtectionPolicyName\",\n mapper: {\n serializedName: \"informationProtectionPolicyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const informationProtectionPolicy: OperationParameter = {\n parameterPath: \"informationProtectionPolicy\",\n mapper: InformationProtectionPolicyMapper\n};\n\nexport const securityContactName: OperationURLParameter = {\n parameterPath: \"securityContactName\",\n mapper: {\n serializedName: \"securityContactName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const securityContact: OperationParameter = {\n parameterPath: \"securityContact\",\n mapper: SecurityContactMapper\n};\n\nexport const workspaceSettingName: OperationURLParameter = {\n parameterPath: \"workspaceSettingName\",\n mapper: {\n serializedName: \"workspaceSettingName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workspaceSetting: OperationParameter = {\n parameterPath: \"workspaceSetting\",\n mapper: WorkspaceSettingMapper\n};\n\nexport const apiVersion8: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2019-01-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const regulatoryComplianceStandardName: OperationURLParameter = {\n parameterPath: \"regulatoryComplianceStandardName\",\n mapper: {\n serializedName: \"regulatoryComplianceStandardName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const regulatoryComplianceControlName: OperationURLParameter = {\n parameterPath: \"regulatoryComplianceControlName\",\n mapper: {\n serializedName: \"regulatoryComplianceControlName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const regulatoryComplianceAssessmentName: OperationURLParameter = {\n parameterPath: \"regulatoryComplianceAssessmentName\",\n mapper: {\n serializedName: \"regulatoryComplianceAssessmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const assessmentName: OperationURLParameter = {\n parameterPath: \"assessmentName\",\n mapper: {\n serializedName: \"assessmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subAssessmentName: OperationURLParameter = {\n parameterPath: \"subAssessmentName\",\n mapper: {\n serializedName: \"subAssessmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const automationName: OperationURLParameter = {\n parameterPath: \"automationName\",\n mapper: {\n serializedName: \"automationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const automation: OperationParameter = {\n parameterPath: \"automation\",\n mapper: AutomationMapper\n};\n\nexport const alertType: OperationQueryParameter = {\n parameterPath: [\"options\", \"alertType\"],\n mapper: {\n serializedName: \"AlertType\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const alertsSuppressionRuleName: OperationURLParameter = {\n parameterPath: \"alertsSuppressionRuleName\",\n mapper: {\n serializedName: \"alertsSuppressionRuleName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const alertsSuppressionRule: OperationParameter = {\n parameterPath: \"alertsSuppressionRule\",\n mapper: AlertsSuppressionRuleMapper\n};\n\nexport const resourceNamespace: OperationURLParameter = {\n parameterPath: \"resourceNamespace\",\n mapper: {\n serializedName: \"resourceNamespace\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceType: OperationURLParameter = {\n parameterPath: \"resourceType\",\n mapper: {\n serializedName: \"resourceType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion9: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-01-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const serverVulnerabilityAssessment: OperationURLParameter = {\n parameterPath: \"serverVulnerabilityAssessment\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"serverVulnerabilityAssessment\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion10: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-06-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const assessmentMetadataName: OperationURLParameter = {\n parameterPath: \"assessmentMetadataName\",\n mapper: {\n serializedName: \"assessmentMetadataName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const assessmentMetadata: OperationParameter = {\n parameterPath: \"assessmentMetadata\",\n mapper: SecurityAssessmentMetadataResponseMapper\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 assessment: OperationParameter = {\n parameterPath: \"assessment\",\n mapper: SecurityAssessmentMapper\n};\n\nexport const includePathRecommendations: OperationQueryParameter = {\n parameterPath: [\"options\", \"includePathRecommendations\"],\n mapper: {\n serializedName: \"includePathRecommendations\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const summary: OperationQueryParameter = {\n parameterPath: [\"options\", \"summary\"],\n mapper: {\n serializedName: \"summary\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const groupName: OperationURLParameter = {\n parameterPath: \"groupName\",\n mapper: {\n serializedName: \"groupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body: OperationParameter = {\n parameterPath: \"body\",\n mapper: AdaptiveApplicationControlGroupMapper\n};\n\nexport const adaptiveNetworkHardeningResourceName: OperationURLParameter = {\n parameterPath: \"adaptiveNetworkHardeningResourceName\",\n mapper: {\n serializedName: \"adaptiveNetworkHardeningResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body1: OperationParameter = {\n parameterPath: \"body\",\n mapper: AdaptiveNetworkHardeningEnforceRequestMapper\n};\n\nexport const adaptiveNetworkHardeningEnforceAction: OperationURLParameter = {\n parameterPath: \"adaptiveNetworkHardeningEnforceAction\",\n mapper: {\n defaultValue: \"enforce\",\n isConstant: true,\n serializedName: \"adaptiveNetworkHardeningEnforceAction\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const connectionType: OperationURLParameter = {\n parameterPath: \"connectionType\",\n mapper: {\n serializedName: \"connectionType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const topologyResourceName: OperationURLParameter = {\n parameterPath: \"topologyResourceName\",\n mapper: {\n serializedName: \"topologyResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const jitNetworkAccessPolicyName: OperationURLParameter = {\n parameterPath: \"jitNetworkAccessPolicyName\",\n mapper: {\n serializedName: \"jitNetworkAccessPolicyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body2: OperationParameter = {\n parameterPath: \"body\",\n mapper: JitNetworkAccessPolicyMapper\n};\n\nexport const body3: OperationParameter = {\n parameterPath: \"body\",\n mapper: JitNetworkAccessPolicyInitiateRequestMapper\n};\n\nexport const jitNetworkAccessPolicyInitiateType: OperationURLParameter = {\n parameterPath: \"jitNetworkAccessPolicyInitiateType\",\n mapper: {\n defaultValue: \"initiate\",\n isConstant: true,\n serializedName: \"jitNetworkAccessPolicyInitiateType\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const discoveredSecuritySolutionName: OperationURLParameter = {\n parameterPath: \"discoveredSecuritySolutionName\",\n mapper: {\n serializedName: \"discoveredSecuritySolutionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const externalSecuritySolutionsName: OperationURLParameter = {\n parameterPath: \"externalSecuritySolutionsName\",\n mapper: {\n serializedName: \"externalSecuritySolutionsName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const secureScoreName: OperationURLParameter = {\n parameterPath: \"secureScoreName\",\n mapper: {\n serializedName: \"secureScoreName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const expand1: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const securitySolutionName: OperationURLParameter = {\n parameterPath: \"securitySolutionName\",\n mapper: {\n serializedName: \"securitySolutionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion11: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-01-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const connectorName: OperationURLParameter = {\n parameterPath: \"connectorName\",\n mapper: {\n serializedName: \"connectorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const connectorSetting: OperationParameter = {\n parameterPath: \"connectorSetting\",\n mapper: ConnectorSettingMapper\n};\n\nexport const scanId: OperationURLParameter = {\n parameterPath: \"scanId\",\n mapper: {\n serializedName: \"scanId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workspaceId: OperationQueryParameter = {\n parameterPath: \"workspaceId\",\n mapper: {\n serializedName: \"workspaceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion12: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-07-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const scanResultId: OperationURLParameter = {\n parameterPath: \"scanResultId\",\n mapper: {\n serializedName: \"scanResultId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body4: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: RuleResultsInputMapper\n};\n\nexport const ruleId: OperationURLParameter = {\n parameterPath: \"ruleId\",\n mapper: {\n serializedName: \"ruleId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const body5: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: RulesResultsInputMapper\n};\n\nexport const apiVersion13: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-01-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const alertName: OperationURLParameter = {\n parameterPath: \"alertName\",\n mapper: {\n serializedName: \"alertName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const alertSimulatorRequestBody: OperationParameter = {\n parameterPath: \"alertSimulatorRequestBody\",\n mapper: AlertSimulatorRequestBodyMapper\n};\n\nexport const apiVersion14: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-07-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const settingName2: OperationURLParameter = {\n parameterPath: \"settingName\",\n mapper: {\n serializedName: \"settingName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const setting1: OperationParameter = {\n parameterPath: \"setting\",\n mapper: SettingMapper\n};\n\nexport const apiVersion15: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-01-15-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const ingestionSettingName: OperationURLParameter = {\n parameterPath: \"ingestionSettingName\",\n mapper: {\n serializedName: \"ingestionSettingName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const ingestionSetting: OperationParameter = {\n parameterPath: \"ingestionSetting\",\n mapper: IngestionSettingMapper\n};\n\nexport const apiVersion16: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-05-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const softwareName: OperationURLParameter = {\n parameterPath: \"softwareName\",\n mapper: {\n serializedName: \"softwareName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const securityConnectorName: OperationURLParameter = {\n parameterPath: \"securityConnectorName\",\n mapper: {\n serializedName: \"securityConnectorName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const securityConnector: OperationParameter = {\n parameterPath: \"securityConnector\",\n mapper: SecurityConnectorMapper\n};\n","/*\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 { MdeOnboardings } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n MdeOnboardingsListOptionalParams,\n MdeOnboardingsListResponse,\n MdeOnboardingsGetOptionalParams,\n MdeOnboardingsGetResponse\n} from \"../models\";\n\n/** Class containing MdeOnboardings operations. */\nexport class MdeOnboardingsImpl implements MdeOnboardings {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class MdeOnboardings class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * The configuration or data needed to onboard the machine to MDE\n * @param options The options parameters.\n */\n list(\n options?: MdeOnboardingsListOptionalParams\n ): Promise<MdeOnboardingsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * The default configuration or data needed to onboard the machine to MDE\n * @param options The options parameters.\n */\n get(\n options?: MdeOnboardingsGetOptionalParams\n ): Promise<MdeOnboardingsGetResponse> {\n return this.client.sendOperationRequest({ options }, getOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MdeOnboardingDataList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MdeOnboardingData\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { CustomAssessmentAutomations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n CustomAssessmentAutomation,\n CustomAssessmentAutomationsListByResourceGroupNextOptionalParams,\n CustomAssessmentAutomationsListByResourceGroupOptionalParams,\n CustomAssessmentAutomationsListBySubscriptionNextOptionalParams,\n CustomAssessmentAutomationsListBySubscriptionOptionalParams,\n CustomAssessmentAutomationsGetOptionalParams,\n CustomAssessmentAutomationsGetResponse,\n CustomAssessmentAutomationRequest,\n CustomAssessmentAutomationsCreateOptionalParams,\n CustomAssessmentAutomationsCreateResponse,\n CustomAssessmentAutomationsDeleteOptionalParams,\n CustomAssessmentAutomationsListByResourceGroupResponse,\n CustomAssessmentAutomationsListBySubscriptionResponse,\n CustomAssessmentAutomationsListByResourceGroupNextResponse,\n CustomAssessmentAutomationsListBySubscriptionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CustomAssessmentAutomations operations. */\nexport class CustomAssessmentAutomationsImpl\n implements CustomAssessmentAutomations {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class CustomAssessmentAutomations class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * List custom assessment automations by provided subscription and resource group\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: CustomAssessmentAutomationsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<CustomAssessmentAutomation> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: CustomAssessmentAutomationsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<CustomAssessmentAutomation[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: CustomAssessmentAutomationsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<CustomAssessmentAutomation> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List custom assessment automations by provided subscription\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: CustomAssessmentAutomationsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<CustomAssessmentAutomation> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: CustomAssessmentAutomationsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<CustomAssessmentAutomation[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: CustomAssessmentAutomationsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<CustomAssessmentAutomation> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a single custom assessment automation by name for the provided subscription and resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param customAssessmentAutomationName Name of the Custom Assessment Automation.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n customAssessmentAutomationName: string,\n options?: CustomAssessmentAutomationsGetOptionalParams\n ): Promise<CustomAssessmentAutomationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, customAssessmentAutomationName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a custom assessment automation for the provided subscription. Please note that\n * providing an existing custom assessment automation will replace the existing record.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param customAssessmentAutomationName Name of the Custom Assessment Automation.\n * @param customAssessmentAutomationBody Custom Assessment Automation body\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n customAssessmentAutomationName: string,\n customAssessmentAutomationBody: CustomAssessmentAutomationRequest,\n options?: CustomAssessmentAutomationsCreateOptionalParams\n ): Promise<CustomAssessmentAutomationsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n customAssessmentAutomationName,\n customAssessmentAutomationBody,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Deletes a custom assessment automation by name for a provided subscription\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param customAssessmentAutomationName Name of the Custom Assessment Automation.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n customAssessmentAutomationName: string,\n options?: CustomAssessmentAutomationsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, customAssessmentAutomationName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * List custom assessment automations by provided subscription and resource group\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: CustomAssessmentAutomationsListByResourceGroupOptionalParams\n ): Promise<CustomAssessmentAutomationsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * List custom assessment automations by provided subscription\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: CustomAssessmentAutomationsListBySubscriptionOptionalParams\n ): Promise<CustomAssessmentAutomationsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: CustomAssessmentAutomationsListByResourceGroupNextOptionalParams\n ): Promise<CustomAssessmentAutomationsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: CustomAssessmentAutomationsListBySubscriptionNextOptionalParams\n ): Promise<CustomAssessmentAutomationsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomAssessmentAutomation\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.customAssessmentAutomationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomAssessmentAutomation\n },\n 201: {\n bodyMapper: Mappers.CustomAssessmentAutomation\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.customAssessmentAutomationBody,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.customAssessmentAutomationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.customAssessmentAutomationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomAssessmentAutomationsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/customAssessmentAutomations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomAssessmentAutomationsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomAssessmentAutomationsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomAssessmentAutomationsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { CustomEntityStoreAssignments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n CustomEntityStoreAssignment,\n CustomEntityStoreAssignmentsListByResourceGroupNextOptionalParams,\n CustomEntityStoreAssignmentsListByResourceGroupOptionalParams,\n CustomEntityStoreAssignmentsListBySubscriptionNextOptionalParams,\n CustomEntityStoreAssignmentsListBySubscriptionOptionalParams,\n CustomEntityStoreAssignmentsGetOptionalParams,\n CustomEntityStoreAssignmentsGetResponse,\n CustomEntityStoreAssignmentRequest,\n CustomEntityStoreAssignmentsCreateOptionalParams,\n CustomEntityStoreAssignmentsCreateResponse,\n CustomEntityStoreAssignmentsDeleteOptionalParams,\n CustomEntityStoreAssignmentsListByResourceGroupResponse,\n CustomEntityStoreAssignmentsListBySubscriptionResponse,\n CustomEntityStoreAssignmentsListByResourceGroupNextResponse,\n CustomEntityStoreAssignmentsListBySubscriptionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CustomEntityStoreAssignments operations. */\nexport class CustomEntityStoreAssignmentsImpl\n implements CustomEntityStoreAssignments {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class CustomEntityStoreAssignments class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * List custom entity store assignments by a provided subscription and resource group\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: CustomEntityStoreAssignmentsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<CustomEntityStoreAssignment> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: CustomEntityStoreAssignmentsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<CustomEntityStoreAssignment[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: CustomEntityStoreAssignmentsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<CustomEntityStoreAssignment> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List custom entity store assignments by provided subscription\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: CustomEntityStoreAssignmentsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<CustomEntityStoreAssignment> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: CustomEntityStoreAssignmentsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<CustomEntityStoreAssignment[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: CustomEntityStoreAssignmentsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<CustomEntityStoreAssignment> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a single custom entity store assignment by name for the provided subscription and resource\n * group.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param customEntityStoreAssignmentName Name of the custom entity store assignment. Generated name is\n * GUID.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n customEntityStoreAssignmentName: string,\n options?: CustomEntityStoreAssignmentsGetOptionalParams\n ): Promise<CustomEntityStoreAssignmentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, customEntityStoreAssignmentName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates a custom entity store assignment for the provided subscription, if not already exists.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param customEntityStoreAssignmentName Name of the custom entity store assignment. Generated name is\n * GUID.\n * @param customEntityStoreAssignmentRequestBody Custom entity store assignment body\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n customEntityStoreAssignmentName: string,\n customEntityStoreAssignmentRequestBody: CustomEntityStoreAssignmentRequest,\n options?: CustomEntityStoreAssignmentsCreateOptionalParams\n ): Promise<CustomEntityStoreAssignmentsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n customEntityStoreAssignmentName,\n customEntityStoreAssignmentRequestBody,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Delete a custom entity store assignment by name for a provided subscription\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param customEntityStoreAssignmentName Name of the custom entity store assignment. Generated name is\n * GUID.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n customEntityStoreAssignmentName: string,\n options?: CustomEntityStoreAssignmentsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, customEntityStoreAssignmentName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * List custom entity store assignments by a provided subscription and resource group\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: CustomEntityStoreAssignmentsListByResourceGroupOptionalParams\n ): Promise<CustomEntityStoreAssignmentsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * List custom entity store assignments by provided subscription\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: CustomEntityStoreAssignmentsListBySubscriptionOptionalParams\n ): Promise<CustomEntityStoreAssignmentsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: CustomEntityStoreAssignmentsListByResourceGroupNextOptionalParams\n ): Promise<CustomEntityStoreAssignmentsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: CustomEntityStoreAssignmentsListBySubscriptionNextOptionalParams\n ): Promise<CustomEntityStoreAssignmentsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments/{customEntityStoreAssignmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomEntityStoreAssignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.customEntityStoreAssignmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments/{customEntityStoreAssignmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomEntityStoreAssignment\n },\n 201: {\n bodyMapper: Mappers.CustomEntityStoreAssignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.customEntityStoreAssignmentRequestBody,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.customEntityStoreAssignmentName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments/{customEntityStoreAssignmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.customEntityStoreAssignmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomEntityStoreAssignmentsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/customEntityStoreAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomEntityStoreAssignmentsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomEntityStoreAssignmentsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomEntityStoreAssignmentsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ComplianceResults } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n ComplianceResult,\n ComplianceResultsListNextOptionalParams,\n ComplianceResultsListOptionalParams,\n ComplianceResultsListResponse,\n ComplianceResultsGetOptionalParams,\n ComplianceResultsGetResponse,\n ComplianceResultsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ComplianceResults operations. */\nexport class ComplianceResultsImpl implements ComplianceResults {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class ComplianceResults class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Security compliance results in the subscription\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: ComplianceResultsListOptionalParams\n ): PagedAsyncIterableIterator<ComplianceResult> {\n const iter = this.listPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(scope, options);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: ComplianceResultsListOptionalParams\n ): AsyncIterableIterator<ComplianceResult[]> {\n let result = await this._list(scope, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: ComplianceResultsListOptionalParams\n ): AsyncIterableIterator<ComplianceResult> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Security compliance results in the subscription\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: ComplianceResultsListOptionalParams\n ): Promise<ComplianceResultsListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * Security Compliance Result\n * @param resourceId The identifier of the resource.\n * @param complianceResultName name of the desired assessment compliance result\n * @param options The options parameters.\n */\n get(\n resourceId: string,\n complianceResultName: string,\n options?: ComplianceResultsGetOptionalParams\n ): Promise<ComplianceResultsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceId, complianceResultName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n nextLink: string,\n options?: ComplianceResultsListNextOptionalParams\n ): Promise<ComplianceResultsListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Security/complianceResults\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ComplianceResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/complianceResults/{complianceResultName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ComplianceResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.complianceResultName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ComplianceResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { Pricings } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n PricingsListOptionalParams,\n PricingsListResponse,\n PricingsGetOptionalParams,\n PricingsGetResponse,\n Pricing,\n PricingsUpdateOptionalParams,\n PricingsUpdateResponse\n} from \"../models\";\n\n/** Class containing Pricings operations. */\nexport class PricingsImpl implements Pricings {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Pricings class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Lists Security Center pricing configurations in the subscription.\n * @param options The options parameters.\n */\n list(options?: PricingsListOptionalParams): Promise<PricingsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets a provided Security Center pricing configuration in the subscription.\n * @param pricingName name of the pricing configuration\n * @param options The options parameters.\n */\n get(\n pricingName: string,\n options?: PricingsGetOptionalParams\n ): Promise<PricingsGetResponse> {\n return this.client.sendOperationRequest(\n { pricingName, options },\n getOperationSpec\n );\n }\n\n /**\n * Updates a provided Security Center pricing configuration in the subscription.\n * @param pricingName name of the pricing configuration\n * @param pricing Pricing object\n * @param options The options parameters.\n */\n update(\n pricingName: string,\n pricing: Pricing,\n options?: PricingsUpdateOptionalParams\n ): Promise<PricingsUpdateResponse> {\n return this.client.sendOperationRequest(\n { pricingName, pricing, options },\n updateOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PricingList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Pricing\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.pricingName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Pricing\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.pricing,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.pricingName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\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 { AdvancedThreatProtection } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n AdvancedThreatProtectionGetOptionalParams,\n AdvancedThreatProtectionGetResponse,\n AdvancedThreatProtectionSetting,\n AdvancedThreatProtectionCreateOptionalParams,\n AdvancedThreatProtectionCreateResponse\n} from \"../models\";\n\n/** Class containing AdvancedThreatProtection operations. */\nexport class AdvancedThreatProtectionImpl implements AdvancedThreatProtection {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class AdvancedThreatProtection class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets the Advanced Threat Protection settings for the specified resource.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n get(\n resourceId: string,\n options?: AdvancedThreatProtectionGetOptionalParams\n ): Promise<AdvancedThreatProtectionGetResponse> {\n return this.client.sendOperationRequest(\n { resourceId, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates the Advanced Threat Protection settings on a specified resource.\n * @param resourceId The identifier of the resource.\n * @param advancedThreatProtectionSetting Advanced Threat Protection Settings\n * @param options The options parameters.\n */\n create(\n resourceId: string,\n advancedThreatProtectionSetting: AdvancedThreatProtectionSetting,\n options?: AdvancedThreatProtectionCreateOptionalParams\n ): Promise<AdvancedThreatProtectionCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceId, advancedThreatProtectionSetting, options },\n createOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/advancedThreatProtectionSettings/{settingName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdvancedThreatProtectionSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.settingName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/advancedThreatProtectionSettings/{settingName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdvancedThreatProtectionSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.advancedThreatProtectionSetting,\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.settingName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { DeviceSecurityGroups } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n DeviceSecurityGroup,\n DeviceSecurityGroupsListNextOptionalParams,\n DeviceSecurityGroupsListOptionalParams,\n DeviceSecurityGroupsListResponse,\n DeviceSecurityGroupsGetOptionalParams,\n DeviceSecurityGroupsGetResponse,\n DeviceSecurityGroupsCreateOrUpdateOptionalParams,\n DeviceSecurityGroupsCreateOrUpdateResponse,\n DeviceSecurityGroupsDeleteOptionalParams,\n DeviceSecurityGroupsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DeviceSecurityGroups operations. */\nexport class DeviceSecurityGroupsImpl implements DeviceSecurityGroups {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class DeviceSecurityGroups class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Use this method get the list of device security groups for the specified IoT Hub resource.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n public list(\n resourceId: string,\n options?: DeviceSecurityGroupsListOptionalParams\n ): PagedAsyncIterableIterator<DeviceSecurityGroup> {\n const iter = this.listPagingAll(resourceId, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceId, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceId: string,\n options?: DeviceSecurityGroupsListOptionalParams\n ): AsyncIterableIterator<DeviceSecurityGroup[]> {\n let result = await this._list(resourceId, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(resourceId, continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceId: string,\n options?: DeviceSecurityGroupsListOptionalParams\n ): AsyncIterableIterator<DeviceSecurityGroup> {\n for await (const page of this.listPagingPage(resourceId, options)) {\n yield* page;\n }\n }\n\n /**\n * Use this method get the list of device security groups for the specified IoT Hub resource.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n private _list(\n resourceId: string,\n options?: DeviceSecurityGroupsListOptionalParams\n ): Promise<DeviceSecurityGroupsListResponse> {\n return this.client.sendOperationRequest(\n { resourceId, options },\n listOperationSpec\n );\n }\n\n /**\n * Use this method to get the device security group for the specified IoT Hub resource.\n * @param resourceId The identifier of the resource.\n * @param deviceSecurityGroupName The name of the device security group. Note that the name of the\n * device security group is case insensitive.\n * @param options The options parameters.\n */\n get(\n resourceId: string,\n deviceSecurityGroupName: string,\n options?: DeviceSecurityGroupsGetOptionalParams\n ): Promise<DeviceSecurityGroupsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceId, deviceSecurityGroupName, options },\n getOperationSpec\n );\n }\n\n /**\n * Use this method to creates or updates the device security group on a specified IoT Hub resource.\n * @param resourceId The identifier of the resource.\n * @param deviceSecurityGroupName The name of the device security group. Note that the name of the\n * device security group is case insensitive.\n * @param deviceSecurityGroup Security group object.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceId: string,\n deviceSecurityGroupName: string,\n deviceSecurityGroup: DeviceSecurityGroup,\n options?: DeviceSecurityGroupsCreateOrUpdateOptionalParams\n ): Promise<DeviceSecurityGroupsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceId, deviceSecurityGroupName, deviceSecurityGroup, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * User this method to deletes the device security group.\n * @param resourceId The identifier of the resource.\n * @param deviceSecurityGroupName The name of the device security group. Note that the name of the\n * device security group is case insensitive.\n * @param options The options parameters.\n */\n delete(\n resourceId: string,\n deviceSecurityGroupName: string,\n options?: DeviceSecurityGroupsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceId, deviceSecurityGroupName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceId The identifier of the resource.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceId: string,\n nextLink: string,\n options?: DeviceSecurityGroupsListNextOptionalParams\n ): Promise<DeviceSecurityGroupsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceId, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceId}/providers/Microsoft.Security/deviceSecurityGroups\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeviceSecurityGroupList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.$host, Parameters.resourceId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/deviceSecurityGroups/{deviceSecurityGroupName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeviceSecurityGroup\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.deviceSecurityGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/deviceSecurityGroups/{deviceSecurityGroupName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeviceSecurityGroup\n },\n 201: {\n bodyMapper: Mappers.DeviceSecurityGroup\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.deviceSecurityGroup,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.deviceSecurityGroupName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/deviceSecurityGroups/{deviceSecurityGroupName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.deviceSecurityGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeviceSecurityGroupList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.resourceId],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { IotSecuritySolution } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n IoTSecuritySolutionModel,\n IotSecuritySolutionListBySubscriptionNextOptionalParams,\n IotSecuritySolutionListBySubscriptionOptionalParams,\n IotSecuritySolutionListByResourceGroupNextOptionalParams,\n IotSecuritySolutionListByResourceGroupOptionalParams,\n IotSecuritySolutionListBySubscriptionResponse,\n IotSecuritySolutionListByResourceGroupResponse,\n IotSecuritySolutionGetOptionalParams,\n IotSecuritySolutionGetResponse,\n IotSecuritySolutionCreateOrUpdateOptionalParams,\n IotSecuritySolutionCreateOrUpdateResponse,\n UpdateIotSecuritySolutionData,\n IotSecuritySolutionUpdateOptionalParams,\n IotSecuritySolutionUpdateResponse,\n IotSecuritySolutionDeleteOptionalParams,\n IotSecuritySolutionListBySubscriptionNextResponse,\n IotSecuritySolutionListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing IotSecuritySolution operations. */\nexport class IotSecuritySolutionImpl implements IotSecuritySolution {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class IotSecuritySolution class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Use this method to get the list of IoT Security solutions by subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: IotSecuritySolutionListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<IoTSecuritySolutionModel> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: IotSecuritySolutionListBySubscriptionOptionalParams\n ): AsyncIterableIterator<IoTSecuritySolutionModel[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: IotSecuritySolutionListBySubscriptionOptionalParams\n ): AsyncIterableIterator<IoTSecuritySolutionModel> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Use this method to get the list IoT Security solutions organized by resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: IotSecuritySolutionListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<IoTSecuritySolutionModel> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: IotSecuritySolutionListByResourceGroupOptionalParams\n ): AsyncIterableIterator<IoTSecuritySolutionModel[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: IotSecuritySolutionListByResourceGroupOptionalParams\n ): AsyncIterableIterator<IoTSecuritySolutionModel> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Use this method to get the list of IoT Security solutions by subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: IotSecuritySolutionListBySubscriptionOptionalParams\n ): Promise<IotSecuritySolutionListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Use this method to get the list IoT Security solutions organized by resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: IotSecuritySolutionListByResourceGroupOptionalParams\n ): Promise<IotSecuritySolutionListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * User this method to get details of a specific IoT Security solution based on solution name\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionGetOptionalParams\n ): Promise<IotSecuritySolutionGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, options },\n getOperationSpec\n );\n }\n\n /**\n * Use this method to create or update yours IoT Security solution\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param iotSecuritySolutionData The security solution data\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n solutionName: string,\n iotSecuritySolutionData: IoTSecuritySolutionModel,\n options?: IotSecuritySolutionCreateOrUpdateOptionalParams\n ): Promise<IotSecuritySolutionCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, iotSecuritySolutionData, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Use this method to update existing IoT Security solution tags or user defined resources. To update\n * other fields use the CreateOrUpdate method.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param updateIotSecuritySolutionData The security solution data\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n solutionName: string,\n updateIotSecuritySolutionData: UpdateIotSecuritySolutionData,\n options?: IotSecuritySolutionUpdateOptionalParams\n ): Promise<IotSecuritySolutionUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n solutionName,\n updateIotSecuritySolutionData,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Use this method to delete yours IoT Security solution\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: IotSecuritySolutionListBySubscriptionNextOptionalParams\n ): Promise<IotSecuritySolutionListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: IotSecuritySolutionListByResourceGroupNextOptionalParams\n ): Promise<IotSecuritySolutionListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/iotSecuritySolutions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecuritySolutionsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5, Parameters.filter],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecuritySolutionsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecuritySolutionModel\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecuritySolutionModel\n },\n 201: {\n bodyMapper: Mappers.IoTSecuritySolutionModel\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.iotSecuritySolutionData,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecuritySolutionModel\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.updateIotSecuritySolutionData,\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecuritySolutionsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecuritySolutionsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { IotSecuritySolutionAnalytics } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n IotSecuritySolutionAnalyticsListOptionalParams,\n IotSecuritySolutionAnalyticsListResponse,\n IotSecuritySolutionAnalyticsGetOptionalParams,\n IotSecuritySolutionAnalyticsGetResponse\n} from \"../models\";\n\n/** Class containing IotSecuritySolutionAnalytics operations. */\nexport class IotSecuritySolutionAnalyticsImpl\n implements IotSecuritySolutionAnalytics {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class IotSecuritySolutionAnalytics class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Use this method to get IoT security Analytics metrics in an array.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionAnalyticsListOptionalParams\n ): Promise<IotSecuritySolutionAnalyticsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, options },\n listOperationSpec\n );\n }\n\n /**\n * Use this method to get IoT Security Analytics metrics.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionAnalyticsGetOptionalParams\n ): Promise<IotSecuritySolutionAnalyticsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecuritySolutionAnalyticsModelList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecuritySolutionAnalyticsModel\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { IotSecuritySolutionsAnalyticsAggregatedAlert } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n IoTSecurityAggregatedAlert,\n IotSecuritySolutionsAnalyticsAggregatedAlertListNextOptionalParams,\n IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams,\n IotSecuritySolutionsAnalyticsAggregatedAlertListResponse,\n IotSecuritySolutionsAnalyticsAggregatedAlertGetOptionalParams,\n IotSecuritySolutionsAnalyticsAggregatedAlertGetResponse,\n IotSecuritySolutionsAnalyticsAggregatedAlertDismissOptionalParams,\n IotSecuritySolutionsAnalyticsAggregatedAlertListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing IotSecuritySolutionsAnalyticsAggregatedAlert operations. */\nexport class IotSecuritySolutionsAnalyticsAggregatedAlertImpl\n implements IotSecuritySolutionsAnalyticsAggregatedAlert {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class IotSecuritySolutionsAnalyticsAggregatedAlert class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Use this method to get the aggregated alert list of yours IoT Security solution.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams\n ): PagedAsyncIterableIterator<IoTSecurityAggregatedAlert> {\n const iter = this.listPagingAll(resourceGroupName, solutionName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, solutionName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams\n ): AsyncIterableIterator<IoTSecurityAggregatedAlert[]> {\n let result = await this._list(resourceGroupName, solutionName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n solutionName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams\n ): AsyncIterableIterator<IoTSecurityAggregatedAlert> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n solutionName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Use this method to get the aggregated alert list of yours IoT Security solution.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams\n ): Promise<IotSecuritySolutionsAnalyticsAggregatedAlertListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, options },\n listOperationSpec\n );\n }\n\n /**\n * Use this method to get a single the aggregated alert of yours IoT Security solution. This\n * aggregation is performed by alert name.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param aggregatedAlertName Identifier of the aggregated alert.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n solutionName: string,\n aggregatedAlertName: string,\n options?: IotSecuritySolutionsAnalyticsAggregatedAlertGetOptionalParams\n ): Promise<IotSecuritySolutionsAnalyticsAggregatedAlertGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, aggregatedAlertName, options },\n getOperationSpec\n );\n }\n\n /**\n * Use this method to dismiss an aggregated IoT Security Solution Alert.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param aggregatedAlertName Identifier of the aggregated alert.\n * @param options The options parameters.\n */\n dismiss(\n resourceGroupName: string,\n solutionName: string,\n aggregatedAlertName: string,\n options?: IotSecuritySolutionsAnalyticsAggregatedAlertDismissOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, aggregatedAlertName, options },\n dismissOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n solutionName: string,\n nextLink: string,\n options?: IotSecuritySolutionsAnalyticsAggregatedAlertListNextOptionalParams\n ): Promise<IotSecuritySolutionsAnalyticsAggregatedAlertListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedAlerts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecurityAggregatedAlertList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedAlerts/{aggregatedAlertName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecurityAggregatedAlert\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName,\n Parameters.aggregatedAlertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst dismissOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedAlerts/{aggregatedAlertName}/dismiss\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName,\n Parameters.aggregatedAlertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecurityAggregatedAlertList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { IotSecuritySolutionsAnalyticsRecommendation } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n IoTSecurityAggregatedRecommendation,\n IotSecuritySolutionsAnalyticsRecommendationListNextOptionalParams,\n IotSecuritySolutionsAnalyticsRecommendationListOptionalParams,\n IotSecuritySolutionsAnalyticsRecommendationGetOptionalParams,\n IotSecuritySolutionsAnalyticsRecommendationGetResponse,\n IotSecuritySolutionsAnalyticsRecommendationListResponse,\n IotSecuritySolutionsAnalyticsRecommendationListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing IotSecuritySolutionsAnalyticsRecommendation operations. */\nexport class IotSecuritySolutionsAnalyticsRecommendationImpl\n implements IotSecuritySolutionsAnalyticsRecommendation {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class IotSecuritySolutionsAnalyticsRecommendation class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Use this method to get the list of aggregated security analytics recommendations of yours IoT\n * Security solution.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionsAnalyticsRecommendationListOptionalParams\n ): PagedAsyncIterableIterator<IoTSecurityAggregatedRecommendation> {\n const iter = this.listPagingAll(resourceGroupName, solutionName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, solutionName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionsAnalyticsRecommendationListOptionalParams\n ): AsyncIterableIterator<IoTSecurityAggregatedRecommendation[]> {\n let result = await this._list(resourceGroupName, solutionName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n solutionName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionsAnalyticsRecommendationListOptionalParams\n ): AsyncIterableIterator<IoTSecurityAggregatedRecommendation> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n solutionName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Use this method to get the aggregated security analytics recommendation of yours IoT Security\n * solution. This aggregation is performed by recommendation name.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param aggregatedRecommendationName Name of the recommendation aggregated for this query.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n solutionName: string,\n aggregatedRecommendationName: string,\n options?: IotSecuritySolutionsAnalyticsRecommendationGetOptionalParams\n ): Promise<IotSecuritySolutionsAnalyticsRecommendationGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n solutionName,\n aggregatedRecommendationName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Use this method to get the list of aggregated security analytics recommendations of yours IoT\n * Security solution.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionsAnalyticsRecommendationListOptionalParams\n ): Promise<IotSecuritySolutionsAnalyticsRecommendationListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param solutionName The name of the IoT Security solution.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n solutionName: string,\n nextLink: string,\n options?: IotSecuritySolutionsAnalyticsRecommendationListNextOptionalParams\n ): Promise<IotSecuritySolutionsAnalyticsRecommendationListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, solutionName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedRecommendations/{aggregatedRecommendationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecurityAggregatedRecommendation\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName,\n Parameters.aggregatedRecommendationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/iotSecuritySolutions/{solutionName}/analyticsModels/default/aggregatedRecommendations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecurityAggregatedRecommendationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IoTSecurityAggregatedRecommendationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion5, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.solutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Locations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n AscLocation,\n LocationsListNextOptionalParams,\n LocationsListOptionalParams,\n LocationsListResponse,\n LocationsGetOptionalParams,\n LocationsGetResponse,\n LocationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Locations operations. */\nexport class LocationsImpl implements Locations {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Locations class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * The location of the responsible ASC of the specific subscription (home region). For each\n * subscription there is only one responsible location. The location in the response should be used to\n * read or write other resources in ASC according to their ID.\n * @param options The options parameters.\n */\n public list(\n options?: LocationsListOptionalParams\n ): PagedAsyncIterableIterator<AscLocation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: LocationsListOptionalParams\n ): AsyncIterableIterator<AscLocation[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: LocationsListOptionalParams\n ): AsyncIterableIterator<AscLocation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * The location of the responsible ASC of the specific subscription (home region). For each\n * subscription there is only one responsible location. The location in the response should be used to\n * read or write other resources in ASC according to their ID.\n * @param options The options parameters.\n */\n private _list(\n options?: LocationsListOptionalParams\n ): Promise<LocationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Details of a specific location\n * @param options The options parameters.\n */\n get(options?: LocationsGetOptionalParams): Promise<LocationsGetResponse> {\n return this.client.sendOperationRequest({ options }, getOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: LocationsListNextOptionalParams\n ): Promise<LocationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AscLocationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AscLocation\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AscLocationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Exposes all available operations for discovery purposes.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Exposes all available operations for discovery purposes.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Security/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Tasks } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecurityTask,\n TasksListNextOptionalParams,\n TasksListOptionalParams,\n TasksListByHomeRegionNextOptionalParams,\n TasksListByHomeRegionOptionalParams,\n TasksListByResourceGroupNextOptionalParams,\n TasksListByResourceGroupOptionalParams,\n TasksListResponse,\n TasksListByHomeRegionResponse,\n TasksGetSubscriptionLevelTaskOptionalParams,\n TasksGetSubscriptionLevelTaskResponse,\n Enum15,\n TasksUpdateSubscriptionLevelTaskStateOptionalParams,\n TasksListByResourceGroupResponse,\n TasksGetResourceGroupLevelTaskOptionalParams,\n TasksGetResourceGroupLevelTaskResponse,\n TasksUpdateResourceGroupLevelTaskStateOptionalParams,\n TasksListNextResponse,\n TasksListByHomeRegionNextResponse,\n TasksListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Tasks operations. */\nexport class TasksImpl implements Tasks {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Tasks class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param options The options parameters.\n */\n public list(\n options?: TasksListOptionalParams\n ): PagedAsyncIterableIterator<SecurityTask> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: TasksListOptionalParams\n ): AsyncIterableIterator<SecurityTask[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: TasksListOptionalParams\n ): AsyncIterableIterator<SecurityTask> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param options The options parameters.\n */\n public listByHomeRegion(\n options?: TasksListByHomeRegionOptionalParams\n ): PagedAsyncIterableIterator<SecurityTask> {\n const iter = this.listByHomeRegionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHomeRegionPagingPage(options);\n }\n };\n }\n\n private async *listByHomeRegionPagingPage(\n options?: TasksListByHomeRegionOptionalParams\n ): AsyncIterableIterator<SecurityTask[]> {\n let result = await this._listByHomeRegion(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHomeRegionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHomeRegionPagingAll(\n options?: TasksListByHomeRegionOptionalParams\n ): AsyncIterableIterator<SecurityTask> {\n for await (const page of this.listByHomeRegionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: TasksListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<SecurityTask> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: TasksListByResourceGroupOptionalParams\n ): AsyncIterableIterator<SecurityTask[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: TasksListByResourceGroupOptionalParams\n ): AsyncIterableIterator<SecurityTask> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param options The options parameters.\n */\n private _list(options?: TasksListOptionalParams): Promise<TasksListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param options The options parameters.\n */\n private _listByHomeRegion(\n options?: TasksListByHomeRegionOptionalParams\n ): Promise<TasksListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listByHomeRegionOperationSpec\n );\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param taskName Name of the task object, will be a GUID\n * @param options The options parameters.\n */\n getSubscriptionLevelTask(\n taskName: string,\n options?: TasksGetSubscriptionLevelTaskOptionalParams\n ): Promise<TasksGetSubscriptionLevelTaskResponse> {\n return this.client.sendOperationRequest(\n { taskName, options },\n getSubscriptionLevelTaskOperationSpec\n );\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param taskName Name of the task object, will be a GUID\n * @param taskUpdateActionType Type of the action to do on the task\n * @param options The options parameters.\n */\n updateSubscriptionLevelTaskState(\n taskName: string,\n taskUpdateActionType: Enum15,\n options?: TasksUpdateSubscriptionLevelTaskStateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { taskName, taskUpdateActionType, options },\n updateSubscriptionLevelTaskStateOperationSpec\n );\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: TasksListByResourceGroupOptionalParams\n ): Promise<TasksListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param taskName Name of the task object, will be a GUID\n * @param options The options parameters.\n */\n getResourceGroupLevelTask(\n resourceGroupName: string,\n taskName: string,\n options?: TasksGetResourceGroupLevelTaskOptionalParams\n ): Promise<TasksGetResourceGroupLevelTaskResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, taskName, options },\n getResourceGroupLevelTaskOperationSpec\n );\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param taskName Name of the task object, will be a GUID\n * @param taskUpdateActionType Type of the action to do on the task\n * @param options The options parameters.\n */\n updateResourceGroupLevelTaskState(\n resourceGroupName: string,\n taskName: string,\n taskUpdateActionType: Enum15,\n options?: TasksUpdateResourceGroupLevelTaskStateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, taskName, taskUpdateActionType, options },\n updateResourceGroupLevelTaskStateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: TasksListNextOptionalParams\n ): Promise<TasksListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByHomeRegionNext\n * @param nextLink The nextLink from the previous successful call to the ListByHomeRegion method.\n * @param options The options parameters.\n */\n private _listByHomeRegionNext(\n nextLink: string,\n options?: TasksListByHomeRegionNextOptionalParams\n ): Promise<TasksListByHomeRegionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listByHomeRegionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: TasksListByResourceGroupNextOptionalParams\n ): Promise<TasksListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/tasks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityTaskList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion6],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/tasks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityTaskList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getSubscriptionLevelTaskOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/tasks/{taskName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityTask\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation,\n Parameters.taskName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateSubscriptionLevelTaskStateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/tasks/{taskName}/{taskUpdateActionType}\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation,\n Parameters.taskName,\n Parameters.taskUpdateActionType\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/tasks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityTaskList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getResourceGroupLevelTaskOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/tasks/{taskName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityTask\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.taskName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateResourceGroupLevelTaskStateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/tasks/{taskName}/{taskUpdateActionType}\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.taskName,\n Parameters.taskUpdateActionType\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityTaskList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityTaskList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityTaskList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { AutoProvisioningSettings } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n AutoProvisioningSetting,\n AutoProvisioningSettingsListNextOptionalParams,\n AutoProvisioningSettingsListOptionalParams,\n AutoProvisioningSettingsListResponse,\n AutoProvisioningSettingsGetOptionalParams,\n AutoProvisioningSettingsGetResponse,\n AutoProvisioningSettingsCreateOptionalParams,\n AutoProvisioningSettingsCreateResponse,\n AutoProvisioningSettingsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AutoProvisioningSettings operations. */\nexport class AutoProvisioningSettingsImpl implements AutoProvisioningSettings {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class AutoProvisioningSettings class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Exposes the auto provisioning settings of the subscriptions\n * @param options The options parameters.\n */\n public list(\n options?: AutoProvisioningSettingsListOptionalParams\n ): PagedAsyncIterableIterator<AutoProvisioningSetting> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AutoProvisioningSettingsListOptionalParams\n ): AsyncIterableIterator<AutoProvisioningSetting[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: AutoProvisioningSettingsListOptionalParams\n ): AsyncIterableIterator<AutoProvisioningSetting> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Exposes the auto provisioning settings of the subscriptions\n * @param options The options parameters.\n */\n private _list(\n options?: AutoProvisioningSettingsListOptionalParams\n ): Promise<AutoProvisioningSettingsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Details of a specific setting\n * @param settingName Auto provisioning setting key\n * @param options The options parameters.\n */\n get(\n settingName: string,\n options?: AutoProvisioningSettingsGetOptionalParams\n ): Promise<AutoProvisioningSettingsGetResponse> {\n return this.client.sendOperationRequest(\n { settingName, options },\n getOperationSpec\n );\n }\n\n /**\n * Details of a specific setting\n * @param settingName Auto provisioning setting key\n * @param setting Auto provisioning setting key\n * @param options The options parameters.\n */\n create(\n settingName: string,\n setting: AutoProvisioningSetting,\n options?: AutoProvisioningSettingsCreateOptionalParams\n ): Promise<AutoProvisioningSettingsCreateResponse> {\n return this.client.sendOperationRequest(\n { settingName, setting, options },\n createOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AutoProvisioningSettingsListNextOptionalParams\n ): Promise<AutoProvisioningSettingsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/autoProvisioningSettings\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutoProvisioningSettingList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/autoProvisioningSettings/{settingName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutoProvisioningSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.settingName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/autoProvisioningSettings/{settingName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutoProvisioningSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.setting,\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.settingName1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutoProvisioningSettingList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Compliances } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n Compliance,\n CompliancesListNextOptionalParams,\n CompliancesListOptionalParams,\n CompliancesListResponse,\n CompliancesGetOptionalParams,\n CompliancesGetResponse,\n CompliancesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Compliances operations. */\nexport class CompliancesImpl implements Compliances {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Compliances class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * The Compliance scores of the specific management group.\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: CompliancesListOptionalParams\n ): PagedAsyncIterableIterator<Compliance> {\n const iter = this.listPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(scope, options);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: CompliancesListOptionalParams\n ): AsyncIterableIterator<Compliance[]> {\n let result = await this._list(scope, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: CompliancesListOptionalParams\n ): AsyncIterableIterator<Compliance> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * The Compliance scores of the specific management group.\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: CompliancesListOptionalParams\n ): Promise<CompliancesListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * Details of a specific Compliance.\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param complianceName name of the Compliance\n * @param options The options parameters.\n */\n get(\n scope: string,\n complianceName: string,\n options?: CompliancesGetOptionalParams\n ): Promise<CompliancesGetResponse> {\n return this.client.sendOperationRequest(\n { scope, complianceName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n nextLink: string,\n options?: CompliancesListNextOptionalParams\n ): Promise<CompliancesListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Security/compliances\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ComplianceList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Security/compliances/{complianceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Compliance\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.complianceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ComplianceList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { InformationProtectionPolicies } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n InformationProtectionPolicy,\n InformationProtectionPoliciesListNextOptionalParams,\n InformationProtectionPoliciesListOptionalParams,\n Enum17,\n InformationProtectionPoliciesGetOptionalParams,\n InformationProtectionPoliciesGetResponse,\n InformationProtectionPoliciesCreateOrUpdateOptionalParams,\n InformationProtectionPoliciesCreateOrUpdateResponse,\n InformationProtectionPoliciesListResponse,\n InformationProtectionPoliciesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing InformationProtectionPolicies operations. */\nexport class InformationProtectionPoliciesImpl\n implements InformationProtectionPolicies {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class InformationProtectionPolicies class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Information protection policies of a specific management group.\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: InformationProtectionPoliciesListOptionalParams\n ): PagedAsyncIterableIterator<InformationProtectionPolicy> {\n const iter = this.listPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(scope, options);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: InformationProtectionPoliciesListOptionalParams\n ): AsyncIterableIterator<InformationProtectionPolicy[]> {\n let result = await this._list(scope, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: InformationProtectionPoliciesListOptionalParams\n ): AsyncIterableIterator<InformationProtectionPolicy> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Details of the information protection policy.\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param informationProtectionPolicyName Name of the information protection policy.\n * @param options The options parameters.\n */\n get(\n scope: string,\n informationProtectionPolicyName: Enum17,\n options?: InformationProtectionPoliciesGetOptionalParams\n ): Promise<InformationProtectionPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n { scope, informationProtectionPolicyName, options },\n getOperationSpec\n );\n }\n\n /**\n * Details of the information protection policy.\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param informationProtectionPolicyName Name of the information protection policy.\n * @param informationProtectionPolicy Information protection policy.\n * @param options The options parameters.\n */\n createOrUpdate(\n scope: string,\n informationProtectionPolicyName: Enum17,\n informationProtectionPolicy: InformationProtectionPolicy,\n options?: InformationProtectionPoliciesCreateOrUpdateOptionalParams\n ): Promise<InformationProtectionPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n scope,\n informationProtectionPolicyName,\n informationProtectionPolicy,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Information protection policies of a specific management group.\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: InformationProtectionPoliciesListOptionalParams\n ): Promise<InformationProtectionPoliciesListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n nextLink: string,\n options?: InformationProtectionPoliciesListNextOptionalParams\n ): Promise<InformationProtectionPoliciesListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InformationProtectionPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.informationProtectionPolicyName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.InformationProtectionPolicy\n },\n 201: {\n bodyMapper: Mappers.InformationProtectionPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.informationProtectionPolicy,\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.informationProtectionPolicyName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Security/informationProtectionPolicies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InformationProtectionPolicyList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InformationProtectionPolicyList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SecurityContacts } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecurityContact,\n SecurityContactsListNextOptionalParams,\n SecurityContactsListOptionalParams,\n SecurityContactsListResponse,\n SecurityContactsGetOptionalParams,\n SecurityContactsGetResponse,\n SecurityContactsCreateOptionalParams,\n SecurityContactsCreateResponse,\n SecurityContactsDeleteOptionalParams,\n SecurityContactsUpdateOptionalParams,\n SecurityContactsUpdateResponse,\n SecurityContactsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SecurityContacts operations. */\nexport class SecurityContactsImpl implements SecurityContacts {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SecurityContacts class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Security contact configurations for the subscription\n * @param options The options parameters.\n */\n public list(\n options?: SecurityContactsListOptionalParams\n ): PagedAsyncIterableIterator<SecurityContact> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecurityContactsListOptionalParams\n ): AsyncIterableIterator<SecurityContact[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: SecurityContactsListOptionalParams\n ): AsyncIterableIterator<SecurityContact> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Security contact configurations for the subscription\n * @param options The options parameters.\n */\n private _list(\n options?: SecurityContactsListOptionalParams\n ): Promise<SecurityContactsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Security contact configurations for the subscription\n * @param securityContactName Name of the security contact object\n * @param options The options parameters.\n */\n get(\n securityContactName: string,\n options?: SecurityContactsGetOptionalParams\n ): Promise<SecurityContactsGetResponse> {\n return this.client.sendOperationRequest(\n { securityContactName, options },\n getOperationSpec\n );\n }\n\n /**\n * Security contact configurations for the subscription\n * @param securityContactName Name of the security contact object\n * @param securityContact Security contact object\n * @param options The options parameters.\n */\n create(\n securityContactName: string,\n securityContact: SecurityContact,\n options?: SecurityContactsCreateOptionalParams\n ): Promise<SecurityContactsCreateResponse> {\n return this.client.sendOperationRequest(\n { securityContactName, securityContact, options },\n createOperationSpec\n );\n }\n\n /**\n * Security contact configurations for the subscription\n * @param securityContactName Name of the security contact object\n * @param options The options parameters.\n */\n delete(\n securityContactName: string,\n options?: SecurityContactsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { securityContactName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Security contact configurations for the subscription\n * @param securityContactName Name of the security contact object\n * @param securityContact Security contact object\n * @param options The options parameters.\n */\n update(\n securityContactName: string,\n securityContact: SecurityContact,\n options?: SecurityContactsUpdateOptionalParams\n ): Promise<SecurityContactsUpdateResponse> {\n return this.client.sendOperationRequest(\n { securityContactName, securityContact, options },\n updateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: SecurityContactsListNextOptionalParams\n ): Promise<SecurityContactsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityContactList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityContact\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.securityContactName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityContact\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.securityContact,\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.securityContactName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.securityContactName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityContact\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.securityContact,\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.securityContactName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityContactList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { WorkspaceSettings } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n WorkspaceSetting,\n WorkspaceSettingsListNextOptionalParams,\n WorkspaceSettingsListOptionalParams,\n WorkspaceSettingsListResponse,\n WorkspaceSettingsGetOptionalParams,\n WorkspaceSettingsGetResponse,\n WorkspaceSettingsCreateOptionalParams,\n WorkspaceSettingsCreateResponse,\n WorkspaceSettingsUpdateOptionalParams,\n WorkspaceSettingsUpdateResponse,\n WorkspaceSettingsDeleteOptionalParams,\n WorkspaceSettingsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing WorkspaceSettings operations. */\nexport class WorkspaceSettingsImpl implements WorkspaceSettings {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class WorkspaceSettings class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Settings about where we should store your security data and logs. If the result is empty, it means\n * that no custom-workspace configuration was set\n * @param options The options parameters.\n */\n public list(\n options?: WorkspaceSettingsListOptionalParams\n ): PagedAsyncIterableIterator<WorkspaceSetting> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: WorkspaceSettingsListOptionalParams\n ): AsyncIterableIterator<WorkspaceSetting[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: WorkspaceSettingsListOptionalParams\n ): AsyncIterableIterator<WorkspaceSetting> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Settings about where we should store your security data and logs. If the result is empty, it means\n * that no custom-workspace configuration was set\n * @param options The options parameters.\n */\n private _list(\n options?: WorkspaceSettingsListOptionalParams\n ): Promise<WorkspaceSettingsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Settings about where we should store your security data and logs. If the result is empty, it means\n * that no custom-workspace configuration was set\n * @param workspaceSettingName Name of the security setting\n * @param options The options parameters.\n */\n get(\n workspaceSettingName: string,\n options?: WorkspaceSettingsGetOptionalParams\n ): Promise<WorkspaceSettingsGetResponse> {\n return this.client.sendOperationRequest(\n { workspaceSettingName, options },\n getOperationSpec\n );\n }\n\n /**\n * creating settings about where we should store your security data and logs\n * @param workspaceSettingName Name of the security setting\n * @param workspaceSetting Security data setting object\n * @param options The options parameters.\n */\n create(\n workspaceSettingName: string,\n workspaceSetting: WorkspaceSetting,\n options?: WorkspaceSettingsCreateOptionalParams\n ): Promise<WorkspaceSettingsCreateResponse> {\n return this.client.sendOperationRequest(\n { workspaceSettingName, workspaceSetting, options },\n createOperationSpec\n );\n }\n\n /**\n * Settings about where we should store your security data and logs\n * @param workspaceSettingName Name of the security setting\n * @param workspaceSetting Security data setting object\n * @param options The options parameters.\n */\n update(\n workspaceSettingName: string,\n workspaceSetting: WorkspaceSetting,\n options?: WorkspaceSettingsUpdateOptionalParams\n ): Promise<WorkspaceSettingsUpdateResponse> {\n return this.client.sendOperationRequest(\n { workspaceSettingName, workspaceSetting, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the custom workspace settings for this subscription. new VMs will report to the default\n * workspace\n * @param workspaceSettingName Name of the security setting\n * @param options The options parameters.\n */\n delete(\n workspaceSettingName: string,\n options?: WorkspaceSettingsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { workspaceSettingName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: WorkspaceSettingsListNextOptionalParams\n ): Promise<WorkspaceSettingsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/workspaceSettings\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceSettingList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.workspaceSettingName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.workspaceSetting,\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.workspaceSettingName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.workspaceSetting,\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.workspaceSettingName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName}\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.workspaceSettingName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WorkspaceSettingList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion7],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { RegulatoryComplianceStandards } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n RegulatoryComplianceStandard,\n RegulatoryComplianceStandardsListNextOptionalParams,\n RegulatoryComplianceStandardsListOptionalParams,\n RegulatoryComplianceStandardsListResponse,\n RegulatoryComplianceStandardsGetOptionalParams,\n RegulatoryComplianceStandardsGetResponse,\n RegulatoryComplianceStandardsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RegulatoryComplianceStandards operations. */\nexport class RegulatoryComplianceStandardsImpl\n implements RegulatoryComplianceStandards {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class RegulatoryComplianceStandards class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Supported regulatory compliance standards details and state\n * @param options The options parameters.\n */\n public list(\n options?: RegulatoryComplianceStandardsListOptionalParams\n ): PagedAsyncIterableIterator<RegulatoryComplianceStandard> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: RegulatoryComplianceStandardsListOptionalParams\n ): AsyncIterableIterator<RegulatoryComplianceStandard[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: RegulatoryComplianceStandardsListOptionalParams\n ): AsyncIterableIterator<RegulatoryComplianceStandard> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Supported regulatory compliance standards details and state\n * @param options The options parameters.\n */\n private _list(\n options?: RegulatoryComplianceStandardsListOptionalParams\n ): Promise<RegulatoryComplianceStandardsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Supported regulatory compliance details state for selected standard\n * @param regulatoryComplianceStandardName Name of the regulatory compliance standard object\n * @param options The options parameters.\n */\n get(\n regulatoryComplianceStandardName: string,\n options?: RegulatoryComplianceStandardsGetOptionalParams\n ): Promise<RegulatoryComplianceStandardsGetResponse> {\n return this.client.sendOperationRequest(\n { regulatoryComplianceStandardName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: RegulatoryComplianceStandardsListNextOptionalParams\n ): Promise<RegulatoryComplianceStandardsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RegulatoryComplianceStandardList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion8],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RegulatoryComplianceStandard\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.regulatoryComplianceStandardName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RegulatoryComplianceStandardList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { RegulatoryComplianceControls } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n RegulatoryComplianceControl,\n RegulatoryComplianceControlsListNextOptionalParams,\n RegulatoryComplianceControlsListOptionalParams,\n RegulatoryComplianceControlsListResponse,\n RegulatoryComplianceControlsGetOptionalParams,\n RegulatoryComplianceControlsGetResponse,\n RegulatoryComplianceControlsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RegulatoryComplianceControls operations. */\nexport class RegulatoryComplianceControlsImpl\n implements RegulatoryComplianceControls {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class RegulatoryComplianceControls class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * All supported regulatory compliance controls details and state for selected standard\n * @param regulatoryComplianceStandardName Name of the regulatory compliance standard object\n * @param options The options parameters.\n */\n public list(\n regulatoryComplianceStandardName: string,\n options?: RegulatoryComplianceControlsListOptionalParams\n ): PagedAsyncIterableIterator<RegulatoryComplianceControl> {\n const iter = this.listPagingAll(regulatoryComplianceStandardName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(regulatoryComplianceStandardName, options);\n }\n };\n }\n\n private async *listPagingPage(\n regulatoryComplianceStandardName: string,\n options?: RegulatoryComplianceControlsListOptionalParams\n ): AsyncIterableIterator<RegulatoryComplianceControl[]> {\n let result = await this._list(regulatoryComplianceStandardName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n regulatoryComplianceStandardName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n regulatoryComplianceStandardName: string,\n options?: RegulatoryComplianceControlsListOptionalParams\n ): AsyncIterableIterator<RegulatoryComplianceControl> {\n for await (const page of this.listPagingPage(\n regulatoryComplianceStandardName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * All supported regulatory compliance controls details and state for selected standard\n * @param regulatoryComplianceStandardName Name of the regulatory compliance standard object\n * @param options The options parameters.\n */\n private _list(\n regulatoryComplianceStandardName: string,\n options?: RegulatoryComplianceControlsListOptionalParams\n ): Promise<RegulatoryComplianceControlsListResponse> {\n return this.client.sendOperationRequest(\n { regulatoryComplianceStandardName, options },\n listOperationSpec\n );\n }\n\n /**\n * Selected regulatory compliance control details and state\n * @param regulatoryComplianceStandardName Name of the regulatory compliance standard object\n * @param regulatoryComplianceControlName Name of the regulatory compliance control object\n * @param options The options parameters.\n */\n get(\n regulatoryComplianceStandardName: string,\n regulatoryComplianceControlName: string,\n options?: RegulatoryComplianceControlsGetOptionalParams\n ): Promise<RegulatoryComplianceControlsGetResponse> {\n return this.client.sendOperationRequest(\n {\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param regulatoryComplianceStandardName Name of the regulatory compliance standard object\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n regulatoryComplianceStandardName: string,\n nextLink: string,\n options?: RegulatoryComplianceControlsListNextOptionalParams\n ): Promise<RegulatoryComplianceControlsListNextResponse> {\n return this.client.sendOperationRequest(\n { regulatoryComplianceStandardName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}/regulatoryComplianceControls\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RegulatoryComplianceControlList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.regulatoryComplianceStandardName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}/regulatoryComplianceControls/{regulatoryComplianceControlName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RegulatoryComplianceControl\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.regulatoryComplianceStandardName,\n Parameters.regulatoryComplianceControlName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RegulatoryComplianceControlList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.regulatoryComplianceStandardName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { RegulatoryComplianceAssessments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n RegulatoryComplianceAssessment,\n RegulatoryComplianceAssessmentsListNextOptionalParams,\n RegulatoryComplianceAssessmentsListOptionalParams,\n RegulatoryComplianceAssessmentsListResponse,\n RegulatoryComplianceAssessmentsGetOptionalParams,\n RegulatoryComplianceAssessmentsGetResponse,\n RegulatoryComplianceAssessmentsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RegulatoryComplianceAssessments operations. */\nexport class RegulatoryComplianceAssessmentsImpl\n implements RegulatoryComplianceAssessments {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class RegulatoryComplianceAssessments class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Details and state of assessments mapped to selected regulatory compliance control\n * @param regulatoryComplianceStandardName Name of the regulatory compliance standard object\n * @param regulatoryComplianceControlName Name of the regulatory compliance control object\n * @param options The options parameters.\n */\n public list(\n regulatoryComplianceStandardName: string,\n regulatoryComplianceControlName: string,\n options?: RegulatoryComplianceAssessmentsListOptionalParams\n ): PagedAsyncIterableIterator<RegulatoryComplianceAssessment> {\n const iter = this.listPagingAll(\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n options\n );\n }\n };\n }\n\n private async *listPagingPage(\n regulatoryComplianceStandardName: string,\n regulatoryComplianceControlName: string,\n options?: RegulatoryComplianceAssessmentsListOptionalParams\n ): AsyncIterableIterator<RegulatoryComplianceAssessment[]> {\n let result = await this._list(\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n regulatoryComplianceStandardName: string,\n regulatoryComplianceControlName: string,\n options?: RegulatoryComplianceAssessmentsListOptionalParams\n ): AsyncIterableIterator<RegulatoryComplianceAssessment> {\n for await (const page of this.listPagingPage(\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Details and state of assessments mapped to selected regulatory compliance control\n * @param regulatoryComplianceStandardName Name of the regulatory compliance standard object\n * @param regulatoryComplianceControlName Name of the regulatory compliance control object\n * @param options The options parameters.\n */\n private _list(\n regulatoryComplianceStandardName: string,\n regulatoryComplianceControlName: string,\n options?: RegulatoryComplianceAssessmentsListOptionalParams\n ): Promise<RegulatoryComplianceAssessmentsListResponse> {\n return this.client.sendOperationRequest(\n {\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n options\n },\n listOperationSpec\n );\n }\n\n /**\n * Supported regulatory compliance details and state for selected assessment\n * @param regulatoryComplianceStandardName Name of the regulatory compliance standard object\n * @param regulatoryComplianceControlName Name of the regulatory compliance control object\n * @param regulatoryComplianceAssessmentName Name of the regulatory compliance assessment object\n * @param options The options parameters.\n */\n get(\n regulatoryComplianceStandardName: string,\n regulatoryComplianceControlName: string,\n regulatoryComplianceAssessmentName: string,\n options?: RegulatoryComplianceAssessmentsGetOptionalParams\n ): Promise<RegulatoryComplianceAssessmentsGetResponse> {\n return this.client.sendOperationRequest(\n {\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n regulatoryComplianceAssessmentName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param regulatoryComplianceStandardName Name of the regulatory compliance standard object\n * @param regulatoryComplianceControlName Name of the regulatory compliance control object\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n regulatoryComplianceStandardName: string,\n regulatoryComplianceControlName: string,\n nextLink: string,\n options?: RegulatoryComplianceAssessmentsListNextOptionalParams\n ): Promise<RegulatoryComplianceAssessmentsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n nextLink,\n options\n },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}/regulatoryComplianceControls/{regulatoryComplianceControlName}/regulatoryComplianceAssessments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RegulatoryComplianceAssessmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.regulatoryComplianceStandardName,\n Parameters.regulatoryComplianceControlName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}/regulatoryComplianceControls/{regulatoryComplianceControlName}/regulatoryComplianceAssessments/{regulatoryComplianceAssessmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RegulatoryComplianceAssessment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.regulatoryComplianceStandardName,\n Parameters.regulatoryComplianceControlName,\n Parameters.regulatoryComplianceAssessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RegulatoryComplianceAssessmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.regulatoryComplianceStandardName,\n Parameters.regulatoryComplianceControlName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SubAssessments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecuritySubAssessment,\n SubAssessmentsListAllNextOptionalParams,\n SubAssessmentsListAllOptionalParams,\n SubAssessmentsListNextOptionalParams,\n SubAssessmentsListOptionalParams,\n SubAssessmentsListAllResponse,\n SubAssessmentsListResponse,\n SubAssessmentsGetOptionalParams,\n SubAssessmentsGetResponse,\n SubAssessmentsListAllNextResponse,\n SubAssessmentsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SubAssessments operations. */\nexport class SubAssessmentsImpl implements SubAssessments {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SubAssessments class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get security sub-assessments on all your scanned resources inside a subscription scope\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param options The options parameters.\n */\n public listAll(\n scope: string,\n options?: SubAssessmentsListAllOptionalParams\n ): PagedAsyncIterableIterator<SecuritySubAssessment> {\n const iter = this.listAllPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listAllPagingPage(scope, options);\n }\n };\n }\n\n private async *listAllPagingPage(\n scope: string,\n options?: SubAssessmentsListAllOptionalParams\n ): AsyncIterableIterator<SecuritySubAssessment[]> {\n let result = await this._listAll(scope, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listAllNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listAllPagingAll(\n scope: string,\n options?: SubAssessmentsListAllOptionalParams\n ): AsyncIterableIterator<SecuritySubAssessment> {\n for await (const page of this.listAllPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get security sub-assessments on all your scanned resources inside a scope\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param assessmentName The Assessment Key - Unique key for the assessment type\n * @param options The options parameters.\n */\n public list(\n scope: string,\n assessmentName: string,\n options?: SubAssessmentsListOptionalParams\n ): PagedAsyncIterableIterator<SecuritySubAssessment> {\n const iter = this.listPagingAll(scope, assessmentName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(scope, assessmentName, options);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n assessmentName: string,\n options?: SubAssessmentsListOptionalParams\n ): AsyncIterableIterator<SecuritySubAssessment[]> {\n let result = await this._list(scope, assessmentName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n scope,\n assessmentName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n scope: string,\n assessmentName: string,\n options?: SubAssessmentsListOptionalParams\n ): AsyncIterableIterator<SecuritySubAssessment> {\n for await (const page of this.listPagingPage(\n scope,\n assessmentName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get security sub-assessments on all your scanned resources inside a subscription scope\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param options The options parameters.\n */\n private _listAll(\n scope: string,\n options?: SubAssessmentsListAllOptionalParams\n ): Promise<SubAssessmentsListAllResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listAllOperationSpec\n );\n }\n\n /**\n * Get security sub-assessments on all your scanned resources inside a scope\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param assessmentName The Assessment Key - Unique key for the assessment type\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n assessmentName: string,\n options?: SubAssessmentsListOptionalParams\n ): Promise<SubAssessmentsListResponse> {\n return this.client.sendOperationRequest(\n { scope, assessmentName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get a security sub-assessment on your scanned resource\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param assessmentName The Assessment Key - Unique key for the assessment type\n * @param subAssessmentName The Sub-Assessment Key - Unique key for the sub-assessment type\n * @param options The options parameters.\n */\n get(\n scope: string,\n assessmentName: string,\n subAssessmentName: string,\n options?: SubAssessmentsGetOptionalParams\n ): Promise<SubAssessmentsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, assessmentName, subAssessmentName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListAllNext\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param nextLink The nextLink from the previous successful call to the ListAll method.\n * @param options The options parameters.\n */\n private _listAllNext(\n scope: string,\n nextLink: string,\n options?: SubAssessmentsListAllNextOptionalParams\n ): Promise<SubAssessmentsListAllNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listAllNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param assessmentName The Assessment Key - Unique key for the assessment type\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n assessmentName: string,\n nextLink: string,\n options?: SubAssessmentsListNextOptionalParams\n ): Promise<SubAssessmentsListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, assessmentName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listAllOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Security/subAssessments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecuritySubAssessmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/subAssessments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecuritySubAssessmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/subAssessments/{subAssessmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecuritySubAssessment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.assessmentName,\n Parameters.subAssessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listAllNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecuritySubAssessmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecuritySubAssessmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.scope,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Automations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n Automation,\n AutomationsListNextOptionalParams,\n AutomationsListOptionalParams,\n AutomationsListByResourceGroupNextOptionalParams,\n AutomationsListByResourceGroupOptionalParams,\n AutomationsListResponse,\n AutomationsListByResourceGroupResponse,\n AutomationsGetOptionalParams,\n AutomationsGetResponse,\n AutomationsCreateOrUpdateOptionalParams,\n AutomationsCreateOrUpdateResponse,\n AutomationsDeleteOptionalParams,\n AutomationsValidateOptionalParams,\n AutomationsValidateResponse,\n AutomationsListNextResponse,\n AutomationsListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Automations operations. */\nexport class AutomationsImpl implements Automations {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Automations class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Lists all the security automations in the specified subscription. Use the 'nextLink' property in the\n * response to get the next page of security automations for the specified subscription.\n * @param options The options parameters.\n */\n public list(\n options?: AutomationsListOptionalParams\n ): PagedAsyncIterableIterator<Automation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AutomationsListOptionalParams\n ): AsyncIterableIterator<Automation[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: AutomationsListOptionalParams\n ): AsyncIterableIterator<Automation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all the security automations in the specified resource group. Use the 'nextLink' property in\n * the response to get the next page of security automations for the specified resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: AutomationsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Automation> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: AutomationsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Automation[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: AutomationsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Automation> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all the security automations in the specified subscription. Use the 'nextLink' property in the\n * response to get the next page of security automations for the specified subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: AutomationsListOptionalParams\n ): Promise<AutomationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Lists all the security automations in the specified resource group. Use the 'nextLink' property in\n * the response to get the next page of security automations for the specified resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: AutomationsListByResourceGroupOptionalParams\n ): Promise<AutomationsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Retrieves information about the model of a security automation.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param automationName The security automation name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationName: string,\n options?: AutomationsGetOptionalParams\n ): Promise<AutomationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a security automation. If a security automation is already created and a\n * subsequent request is issued for the same automation id, then it will be updated.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param automationName The security automation name.\n * @param automation The security automation resource\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationName: string,\n automation: Automation,\n options?: AutomationsCreateOrUpdateOptionalParams\n ): Promise<AutomationsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationName, automation, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Deletes a security automation.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param automationName The security automation name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationName: string,\n options?: AutomationsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Validates the security automation model before create or update. Any validation errors are returned\n * to the client.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param automationName The security automation name.\n * @param automation The security automation resource\n * @param options The options parameters.\n */\n validate(\n resourceGroupName: string,\n automationName: string,\n automation: Automation,\n options?: AutomationsValidateOptionalParams\n ): Promise<AutomationsValidateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationName, automation, options },\n validateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AutomationsListNextOptionalParams\n ): Promise<AutomationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: AutomationsListByResourceGroupNextOptionalParams\n ): Promise<AutomationsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/automations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Automation\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Automation\n },\n 201: {\n bodyMapper: Mappers.Automation\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.automation,\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst validateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}/validate\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationValidationStatus\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.automation,\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { AlertsSuppressionRules } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n AlertsSuppressionRule,\n AlertsSuppressionRulesListNextOptionalParams,\n AlertsSuppressionRulesListOptionalParams,\n AlertsSuppressionRulesListResponse,\n AlertsSuppressionRulesGetOptionalParams,\n AlertsSuppressionRulesGetResponse,\n AlertsSuppressionRulesUpdateOptionalParams,\n AlertsSuppressionRulesUpdateResponse,\n AlertsSuppressionRulesDeleteOptionalParams,\n AlertsSuppressionRulesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AlertsSuppressionRules operations. */\nexport class AlertsSuppressionRulesImpl implements AlertsSuppressionRules {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class AlertsSuppressionRules class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * List of all the dismiss rules for the given subscription\n * @param options The options parameters.\n */\n public list(\n options?: AlertsSuppressionRulesListOptionalParams\n ): PagedAsyncIterableIterator<AlertsSuppressionRule> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AlertsSuppressionRulesListOptionalParams\n ): AsyncIterableIterator<AlertsSuppressionRule[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: AlertsSuppressionRulesListOptionalParams\n ): AsyncIterableIterator<AlertsSuppressionRule> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List of all the dismiss rules for the given subscription\n * @param options The options parameters.\n */\n private _list(\n options?: AlertsSuppressionRulesListOptionalParams\n ): Promise<AlertsSuppressionRulesListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription\n * @param alertsSuppressionRuleName The unique name of the suppression alert rule\n * @param options The options parameters.\n */\n get(\n alertsSuppressionRuleName: string,\n options?: AlertsSuppressionRulesGetOptionalParams\n ): Promise<AlertsSuppressionRulesGetResponse> {\n return this.client.sendOperationRequest(\n { alertsSuppressionRuleName, options },\n getOperationSpec\n );\n }\n\n /**\n * Update existing rule or create new rule if it doesn't exist\n * @param alertsSuppressionRuleName The unique name of the suppression alert rule\n * @param alertsSuppressionRule Suppression rule object\n * @param options The options parameters.\n */\n update(\n alertsSuppressionRuleName: string,\n alertsSuppressionRule: AlertsSuppressionRule,\n options?: AlertsSuppressionRulesUpdateOptionalParams\n ): Promise<AlertsSuppressionRulesUpdateResponse> {\n return this.client.sendOperationRequest(\n { alertsSuppressionRuleName, alertsSuppressionRule, options },\n updateOperationSpec\n );\n }\n\n /**\n * Delete dismiss alert rule for this subscription.\n * @param alertsSuppressionRuleName The unique name of the suppression alert rule\n * @param options The options parameters.\n */\n delete(\n alertsSuppressionRuleName: string,\n options?: AlertsSuppressionRulesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { alertsSuppressionRuleName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AlertsSuppressionRulesListNextOptionalParams\n ): Promise<AlertsSuppressionRulesListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertsSuppressionRulesList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8, Parameters.alertType],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertsSuppressionRule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.alertsSuppressionRuleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertsSuppressionRule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.alertsSuppressionRule,\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.alertsSuppressionRuleName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.alertsSuppressionRuleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertsSuppressionRulesList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8, Parameters.alertType],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n","/*\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 { ServerVulnerabilityAssessmentOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n ServerVulnerabilityAssessmentListByExtendedResourceOptionalParams,\n ServerVulnerabilityAssessmentListByExtendedResourceResponse,\n ServerVulnerabilityAssessmentGetOptionalParams,\n ServerVulnerabilityAssessmentGetResponse,\n ServerVulnerabilityAssessmentCreateOrUpdateOptionalParams,\n ServerVulnerabilityAssessmentCreateOrUpdateResponse,\n ServerVulnerabilityAssessmentDeleteOptionalParams\n} from \"../models\";\n\n/** Class containing ServerVulnerabilityAssessmentOperations operations. */\nexport class ServerVulnerabilityAssessmentOperationsImpl\n implements ServerVulnerabilityAssessmentOperations {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class ServerVulnerabilityAssessmentOperations class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets a list of server vulnerability assessment onboarding statuses on a given resource.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n listByExtendedResource(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: ServerVulnerabilityAssessmentListByExtendedResourceOptionalParams\n ): Promise<ServerVulnerabilityAssessmentListByExtendedResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n },\n listByExtendedResourceOperationSpec\n );\n }\n\n /**\n * Gets a server vulnerability assessment onboarding statuses on a given resource.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: ServerVulnerabilityAssessmentGetOptionalParams\n ): Promise<ServerVulnerabilityAssessmentGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Creating a server vulnerability assessment on a resource, which will onboard a resource for having a\n * vulnerability assessment on it\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: ServerVulnerabilityAssessmentCreateOrUpdateOptionalParams\n ): Promise<ServerVulnerabilityAssessmentCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Removing server vulnerability assessment from a resource.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: ServerVulnerabilityAssessmentDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"location\"\n });\n }\n\n /**\n * Removing server vulnerability assessment from a resource.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: ServerVulnerabilityAssessmentDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByExtendedResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/serverVulnerabilityAssessments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServerVulnerabilityAssessmentsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/serverVulnerabilityAssessments/{serverVulnerabilityAssessment}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServerVulnerabilityAssessment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.serverVulnerabilityAssessment\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/serverVulnerabilityAssessments/{serverVulnerabilityAssessment}\",\n httpMethod: \"PUT\",\n responses: {\n 202: {\n bodyMapper: Mappers.ServerVulnerabilityAssessment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.serverVulnerabilityAssessment\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/serverVulnerabilityAssessments/{serverVulnerabilityAssessment}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.serverVulnerabilityAssessment\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { AssessmentsMetadata } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecurityAssessmentMetadataResponse,\n AssessmentsMetadataListNextOptionalParams,\n AssessmentsMetadataListOptionalParams,\n AssessmentsMetadataListBySubscriptionNextOptionalParams,\n AssessmentsMetadataListBySubscriptionOptionalParams,\n AssessmentsMetadataListResponse,\n AssessmentsMetadataGetOptionalParams,\n AssessmentsMetadataGetResponse,\n AssessmentsMetadataListBySubscriptionResponse,\n AssessmentsMetadataGetInSubscriptionOptionalParams,\n AssessmentsMetadataGetInSubscriptionResponse,\n AssessmentsMetadataCreateInSubscriptionOptionalParams,\n AssessmentsMetadataCreateInSubscriptionResponse,\n AssessmentsMetadataDeleteInSubscriptionOptionalParams,\n AssessmentsMetadataListNextResponse,\n AssessmentsMetadataListBySubscriptionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AssessmentsMetadata operations. */\nexport class AssessmentsMetadataImpl implements AssessmentsMetadata {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class AssessmentsMetadata class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get metadata information on all assessment types\n * @param options The options parameters.\n */\n public list(\n options?: AssessmentsMetadataListOptionalParams\n ): PagedAsyncIterableIterator<SecurityAssessmentMetadataResponse> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AssessmentsMetadataListOptionalParams\n ): AsyncIterableIterator<SecurityAssessmentMetadataResponse[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: AssessmentsMetadataListOptionalParams\n ): AsyncIterableIterator<SecurityAssessmentMetadataResponse> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get metadata information on all assessment types in a specific subscription\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: AssessmentsMetadataListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<SecurityAssessmentMetadataResponse> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: AssessmentsMetadataListBySubscriptionOptionalParams\n ): AsyncIterableIterator<SecurityAssessmentMetadataResponse[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: AssessmentsMetadataListBySubscriptionOptionalParams\n ): AsyncIterableIterator<SecurityAssessmentMetadataResponse> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get metadata information on all assessment types\n * @param options The options parameters.\n */\n private _list(\n options?: AssessmentsMetadataListOptionalParams\n ): Promise<AssessmentsMetadataListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Get metadata information on an assessment type\n * @param assessmentMetadataName The Assessment Key - Unique key for the assessment type\n * @param options The options parameters.\n */\n get(\n assessmentMetadataName: string,\n options?: AssessmentsMetadataGetOptionalParams\n ): Promise<AssessmentsMetadataGetResponse> {\n return this.client.sendOperationRequest(\n { assessmentMetadataName, options },\n getOperationSpec\n );\n }\n\n /**\n * Get metadata information on all assessment types in a specific subscription\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: AssessmentsMetadataListBySubscriptionOptionalParams\n ): Promise<AssessmentsMetadataListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Get metadata information on an assessment type in a specific subscription\n * @param assessmentMetadataName The Assessment Key - Unique key for the assessment type\n * @param options The options parameters.\n */\n getInSubscription(\n assessmentMetadataName: string,\n options?: AssessmentsMetadataGetInSubscriptionOptionalParams\n ): Promise<AssessmentsMetadataGetInSubscriptionResponse> {\n return this.client.sendOperationRequest(\n { assessmentMetadataName, options },\n getInSubscriptionOperationSpec\n );\n }\n\n /**\n * Create metadata information on an assessment type in a specific subscription\n * @param assessmentMetadataName The Assessment Key - Unique key for the assessment type\n * @param assessmentMetadata AssessmentMetadata object\n * @param options The options parameters.\n */\n createInSubscription(\n assessmentMetadataName: string,\n assessmentMetadata: SecurityAssessmentMetadataResponse,\n options?: AssessmentsMetadataCreateInSubscriptionOptionalParams\n ): Promise<AssessmentsMetadataCreateInSubscriptionResponse> {\n return this.client.sendOperationRequest(\n { assessmentMetadataName, assessmentMetadata, options },\n createInSubscriptionOperationSpec\n );\n }\n\n /**\n * Delete metadata information on an assessment type in a specific subscription, will cause the\n * deletion of all the assessments of that type in that subscription\n * @param assessmentMetadataName The Assessment Key - Unique key for the assessment type\n * @param options The options parameters.\n */\n deleteInSubscription(\n assessmentMetadataName: string,\n options?: AssessmentsMetadataDeleteInSubscriptionOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { assessmentMetadataName, options },\n deleteInSubscriptionOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AssessmentsMetadataListNextOptionalParams\n ): Promise<AssessmentsMetadataListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: AssessmentsMetadataListBySubscriptionNextOptionalParams\n ): Promise<AssessmentsMetadataListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Security/assessmentMetadata\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentMetadataResponseList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentMetadataResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [Parameters.$host, Parameters.assessmentMetadataName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentMetadataResponseList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getInSubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentMetadataResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.assessmentMetadataName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createInSubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentMetadataResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.assessmentMetadata,\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.assessmentMetadataName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteInSubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.assessmentMetadataName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentMetadataResponseList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentMetadataResponseList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Assessments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecurityAssessmentResponse,\n AssessmentsListNextOptionalParams,\n AssessmentsListOptionalParams,\n AssessmentsListResponse,\n AssessmentsGetOptionalParams,\n AssessmentsGetResponse,\n SecurityAssessment,\n AssessmentsCreateOrUpdateOptionalParams,\n AssessmentsCreateOrUpdateResponse,\n AssessmentsDeleteOptionalParams,\n AssessmentsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Assessments operations. */\nexport class AssessmentsImpl implements Assessments {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Assessments class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get security assessments on all your scanned resources inside a scope\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: AssessmentsListOptionalParams\n ): PagedAsyncIterableIterator<SecurityAssessmentResponse> {\n const iter = this.listPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(scope, options);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: AssessmentsListOptionalParams\n ): AsyncIterableIterator<SecurityAssessmentResponse[]> {\n let result = await this._list(scope, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: AssessmentsListOptionalParams\n ): AsyncIterableIterator<SecurityAssessmentResponse> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get security assessments on all your scanned resources inside a scope\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: AssessmentsListOptionalParams\n ): Promise<AssessmentsListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * Get a security assessment on your scanned resource\n * @param resourceId The identifier of the resource.\n * @param assessmentName The Assessment Key - Unique key for the assessment type\n * @param options The options parameters.\n */\n get(\n resourceId: string,\n assessmentName: string,\n options?: AssessmentsGetOptionalParams\n ): Promise<AssessmentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceId, assessmentName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a security assessment on your resource. An assessment metadata that describes this assessment\n * must be predefined with the same name before inserting the assessment result\n * @param resourceId The identifier of the resource.\n * @param assessmentName The Assessment Key - Unique key for the assessment type\n * @param assessment Calculated assessment on a pre-defined assessment metadata\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceId: string,\n assessmentName: string,\n assessment: SecurityAssessment,\n options?: AssessmentsCreateOrUpdateOptionalParams\n ): Promise<AssessmentsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceId, assessmentName, assessment, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete a security assessment on your resource. An assessment metadata that describes this assessment\n * must be predefined with the same name before inserting the assessment result\n * @param resourceId The identifier of the resource.\n * @param assessmentName The Assessment Key - Unique key for the assessment type\n * @param options The options parameters.\n */\n delete(\n resourceId: string,\n assessmentName: string,\n options?: AssessmentsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceId, assessmentName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope Scope of the query, can be subscription\n * (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group\n * (/providers/Microsoft.Management/managementGroups/mgName).\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n nextLink: string,\n options?: AssessmentsListNextOptionalParams\n ): Promise<AssessmentsListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Security/assessments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/assessments/{assessmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/assessments/{assessmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentResponse\n },\n 201: {\n bodyMapper: Mappers.SecurityAssessmentResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.assessment,\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/assessments/{assessmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.assessmentName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityAssessmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion10],\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { AdaptiveApplicationControls } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n AdaptiveApplicationControlsListOptionalParams,\n AdaptiveApplicationControlsListResponse,\n AdaptiveApplicationControlsGetOptionalParams,\n AdaptiveApplicationControlsGetResponse,\n AdaptiveApplicationControlGroup,\n AdaptiveApplicationControlsPutOptionalParams,\n AdaptiveApplicationControlsPutResponse,\n AdaptiveApplicationControlsDeleteOptionalParams\n} from \"../models\";\n\n/** Class containing AdaptiveApplicationControls operations. */\nexport class AdaptiveApplicationControlsImpl\n implements AdaptiveApplicationControls {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class AdaptiveApplicationControls class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets a list of application control machine groups for the subscription.\n * @param options The options parameters.\n */\n list(\n options?: AdaptiveApplicationControlsListOptionalParams\n ): Promise<AdaptiveApplicationControlsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets an application control VM/server group.\n * @param groupName Name of an application control machine group\n * @param options The options parameters.\n */\n get(\n groupName: string,\n options?: AdaptiveApplicationControlsGetOptionalParams\n ): Promise<AdaptiveApplicationControlsGetResponse> {\n return this.client.sendOperationRequest(\n { groupName, options },\n getOperationSpec\n );\n }\n\n /**\n * Update an application control machine group\n * @param groupName Name of an application control machine group\n * @param body\n * @param options The options parameters.\n */\n put(\n groupName: string,\n body: AdaptiveApplicationControlGroup,\n options?: AdaptiveApplicationControlsPutOptionalParams\n ): Promise<AdaptiveApplicationControlsPutResponse> {\n return this.client.sendOperationRequest(\n { groupName, body, options },\n putOperationSpec\n );\n }\n\n /**\n * Delete an application control machine group\n * @param groupName Name of an application control machine group\n * @param options The options parameters.\n */\n delete(\n groupName: string,\n options?: AdaptiveApplicationControlsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { groupName, options },\n deleteOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/applicationWhitelistings\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdaptiveApplicationControlGroups\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion9,\n Parameters.includePathRecommendations,\n Parameters.summary\n ],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/applicationWhitelistings/{groupName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdaptiveApplicationControlGroup\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation,\n Parameters.groupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst putOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/applicationWhitelistings/{groupName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdaptiveApplicationControlGroup\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.body,\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation,\n Parameters.groupName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/applicationWhitelistings/{groupName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation,\n Parameters.groupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { AdaptiveNetworkHardenings } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n AdaptiveNetworkHardening,\n AdaptiveNetworkHardeningsListByExtendedResourceNextOptionalParams,\n AdaptiveNetworkHardeningsListByExtendedResourceOptionalParams,\n AdaptiveNetworkHardeningsListByExtendedResourceResponse,\n AdaptiveNetworkHardeningsGetOptionalParams,\n AdaptiveNetworkHardeningsGetResponse,\n AdaptiveNetworkHardeningEnforceRequest,\n AdaptiveNetworkHardeningsEnforceOptionalParams,\n AdaptiveNetworkHardeningsListByExtendedResourceNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AdaptiveNetworkHardenings operations. */\nexport class AdaptiveNetworkHardeningsImpl\n implements AdaptiveNetworkHardenings {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class AdaptiveNetworkHardenings class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets a list of Adaptive Network Hardenings resources in scope of an extended resource.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n public listByExtendedResource(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: AdaptiveNetworkHardeningsListByExtendedResourceOptionalParams\n ): PagedAsyncIterableIterator<AdaptiveNetworkHardening> {\n const iter = this.listByExtendedResourcePagingAll(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByExtendedResourcePagingPage(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n );\n }\n };\n }\n\n private async *listByExtendedResourcePagingPage(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: AdaptiveNetworkHardeningsListByExtendedResourceOptionalParams\n ): AsyncIterableIterator<AdaptiveNetworkHardening[]> {\n let result = await this._listByExtendedResource(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByExtendedResourceNext(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByExtendedResourcePagingAll(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: AdaptiveNetworkHardeningsListByExtendedResourceOptionalParams\n ): AsyncIterableIterator<AdaptiveNetworkHardening> {\n for await (const page of this.listByExtendedResourcePagingPage(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of Adaptive Network Hardenings resources in scope of an extended resource.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n private _listByExtendedResource(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: AdaptiveNetworkHardeningsListByExtendedResourceOptionalParams\n ): Promise<AdaptiveNetworkHardeningsListByExtendedResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n },\n listByExtendedResourceOperationSpec\n );\n }\n\n /**\n * Gets a single Adaptive Network Hardening resource\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param adaptiveNetworkHardeningResourceName The name of the Adaptive Network Hardening resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n adaptiveNetworkHardeningResourceName: string,\n options?: AdaptiveNetworkHardeningsGetOptionalParams\n ): Promise<AdaptiveNetworkHardeningsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n adaptiveNetworkHardeningResourceName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Enforces the given rules on the NSG(s) listed in the request\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param adaptiveNetworkHardeningResourceName The name of the Adaptive Network Hardening resource.\n * @param body\n * @param options The options parameters.\n */\n async beginEnforce(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n adaptiveNetworkHardeningResourceName: string,\n body: AdaptiveNetworkHardeningEnforceRequest,\n options?: AdaptiveNetworkHardeningsEnforceOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n adaptiveNetworkHardeningResourceName,\n body,\n options\n },\n enforceOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Enforces the given rules on the NSG(s) listed in the request\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param adaptiveNetworkHardeningResourceName The name of the Adaptive Network Hardening resource.\n * @param body\n * @param options The options parameters.\n */\n async beginEnforceAndWait(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n adaptiveNetworkHardeningResourceName: string,\n body: AdaptiveNetworkHardeningEnforceRequest,\n options?: AdaptiveNetworkHardeningsEnforceOptionalParams\n ): Promise<void> {\n const poller = await this.beginEnforce(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n adaptiveNetworkHardeningResourceName,\n body,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByExtendedResourceNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The Namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param nextLink The nextLink from the previous successful call to the ListByExtendedResource method.\n * @param options The options parameters.\n */\n private _listByExtendedResourceNext(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n nextLink: string,\n options?: AdaptiveNetworkHardeningsListByExtendedResourceNextOptionalParams\n ): Promise<AdaptiveNetworkHardeningsListByExtendedResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n nextLink,\n options\n },\n listByExtendedResourceNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByExtendedResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/adaptiveNetworkHardenings\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdaptiveNetworkHardeningsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/adaptiveNetworkHardenings/{adaptiveNetworkHardeningResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdaptiveNetworkHardening\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.adaptiveNetworkHardeningResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst enforceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/adaptiveNetworkHardenings/{adaptiveNetworkHardeningResourceName}/{adaptiveNetworkHardeningEnforceAction}\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.body1,\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.adaptiveNetworkHardeningResourceName,\n Parameters.adaptiveNetworkHardeningEnforceAction\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByExtendedResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdaptiveNetworkHardeningsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { AllowedConnections } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n AllowedConnectionsResource,\n AllowedConnectionsListNextOptionalParams,\n AllowedConnectionsListOptionalParams,\n AllowedConnectionsListByHomeRegionNextOptionalParams,\n AllowedConnectionsListByHomeRegionOptionalParams,\n AllowedConnectionsListResponse,\n AllowedConnectionsListByHomeRegionResponse,\n ConnectionType,\n AllowedConnectionsGetOptionalParams,\n AllowedConnectionsGetResponse,\n AllowedConnectionsListNextResponse,\n AllowedConnectionsListByHomeRegionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AllowedConnections operations. */\nexport class AllowedConnectionsImpl implements AllowedConnections {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class AllowedConnections class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets the list of all possible traffic between resources for the subscription\n * @param options The options parameters.\n */\n public list(\n options?: AllowedConnectionsListOptionalParams\n ): PagedAsyncIterableIterator<AllowedConnectionsResource> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AllowedConnectionsListOptionalParams\n ): AsyncIterableIterator<AllowedConnectionsResource[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: AllowedConnectionsListOptionalParams\n ): AsyncIterableIterator<AllowedConnectionsResource> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the list of all possible traffic between resources for the subscription and location.\n * @param options The options parameters.\n */\n public listByHomeRegion(\n options?: AllowedConnectionsListByHomeRegionOptionalParams\n ): PagedAsyncIterableIterator<AllowedConnectionsResource> {\n const iter = this.listByHomeRegionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHomeRegionPagingPage(options);\n }\n };\n }\n\n private async *listByHomeRegionPagingPage(\n options?: AllowedConnectionsListByHomeRegionOptionalParams\n ): AsyncIterableIterator<AllowedConnectionsResource[]> {\n let result = await this._listByHomeRegion(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHomeRegionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHomeRegionPagingAll(\n options?: AllowedConnectionsListByHomeRegionOptionalParams\n ): AsyncIterableIterator<AllowedConnectionsResource> {\n for await (const page of this.listByHomeRegionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the list of all possible traffic between resources for the subscription\n * @param options The options parameters.\n */\n private _list(\n options?: AllowedConnectionsListOptionalParams\n ): Promise<AllowedConnectionsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets the list of all possible traffic between resources for the subscription and location.\n * @param options The options parameters.\n */\n private _listByHomeRegion(\n options?: AllowedConnectionsListByHomeRegionOptionalParams\n ): Promise<AllowedConnectionsListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listByHomeRegionOperationSpec\n );\n }\n\n /**\n * Gets the list of all possible traffic between resources for the subscription and location, based on\n * connection type.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param connectionType The type of allowed connections (Internal, External)\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n connectionType: ConnectionType,\n options?: AllowedConnectionsGetOptionalParams\n ): Promise<AllowedConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, connectionType, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AllowedConnectionsListNextOptionalParams\n ): Promise<AllowedConnectionsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByHomeRegionNext\n * @param nextLink The nextLink from the previous successful call to the ListByHomeRegion method.\n * @param options The options parameters.\n */\n private _listByHomeRegionNext(\n nextLink: string,\n options?: AllowedConnectionsListByHomeRegionNextOptionalParams\n ): Promise<AllowedConnectionsListByHomeRegionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listByHomeRegionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/allowedConnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AllowedConnectionsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/allowedConnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AllowedConnectionsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/allowedConnections/{connectionType}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AllowedConnectionsResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.connectionType\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AllowedConnectionsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AllowedConnectionsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Topology } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n TopologyResource,\n TopologyListNextOptionalParams,\n TopologyListOptionalParams,\n TopologyListByHomeRegionNextOptionalParams,\n TopologyListByHomeRegionOptionalParams,\n TopologyListResponse,\n TopologyListByHomeRegionResponse,\n TopologyGetOptionalParams,\n TopologyGetResponse,\n TopologyListNextResponse,\n TopologyListByHomeRegionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Topology operations. */\nexport class TopologyImpl implements Topology {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Topology class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets a list that allows to build a topology view of a subscription.\n * @param options The options parameters.\n */\n public list(\n options?: TopologyListOptionalParams\n ): PagedAsyncIterableIterator<TopologyResource> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: TopologyListOptionalParams\n ): AsyncIterableIterator<TopologyResource[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: TopologyListOptionalParams\n ): AsyncIterableIterator<TopologyResource> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a list that allows to build a topology view of a subscription and location.\n * @param options The options parameters.\n */\n public listByHomeRegion(\n options?: TopologyListByHomeRegionOptionalParams\n ): PagedAsyncIterableIterator<TopologyResource> {\n const iter = this.listByHomeRegionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHomeRegionPagingPage(options);\n }\n };\n }\n\n private async *listByHomeRegionPagingPage(\n options?: TopologyListByHomeRegionOptionalParams\n ): AsyncIterableIterator<TopologyResource[]> {\n let result = await this._listByHomeRegion(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHomeRegionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHomeRegionPagingAll(\n options?: TopologyListByHomeRegionOptionalParams\n ): AsyncIterableIterator<TopologyResource> {\n for await (const page of this.listByHomeRegionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a list that allows to build a topology view of a subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: TopologyListOptionalParams\n ): Promise<TopologyListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets a list that allows to build a topology view of a subscription and location.\n * @param options The options parameters.\n */\n private _listByHomeRegion(\n options?: TopologyListByHomeRegionOptionalParams\n ): Promise<TopologyListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listByHomeRegionOperationSpec\n );\n }\n\n /**\n * Gets a specific topology component.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param topologyResourceName Name of a topology resources collection.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n topologyResourceName: string,\n options?: TopologyGetOptionalParams\n ): Promise<TopologyGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, topologyResourceName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: TopologyListNextOptionalParams\n ): Promise<TopologyListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByHomeRegionNext\n * @param nextLink The nextLink from the previous successful call to the ListByHomeRegion method.\n * @param options The options parameters.\n */\n private _listByHomeRegionNext(\n nextLink: string,\n options?: TopologyListByHomeRegionNextOptionalParams\n ): Promise<TopologyListByHomeRegionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listByHomeRegionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/topologies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopologyList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/topologies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopologyList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/topologies/{topologyResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopologyResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.topologyResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopologyList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopologyList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { JitNetworkAccessPolicies } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n JitNetworkAccessPolicy,\n JitNetworkAccessPoliciesListNextOptionalParams,\n JitNetworkAccessPoliciesListOptionalParams,\n JitNetworkAccessPoliciesListByRegionNextOptionalParams,\n JitNetworkAccessPoliciesListByRegionOptionalParams,\n JitNetworkAccessPoliciesListByResourceGroupNextOptionalParams,\n JitNetworkAccessPoliciesListByResourceGroupOptionalParams,\n JitNetworkAccessPoliciesListByResourceGroupAndRegionNextOptionalParams,\n JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams,\n JitNetworkAccessPoliciesListResponse,\n JitNetworkAccessPoliciesListByRegionResponse,\n JitNetworkAccessPoliciesListByResourceGroupResponse,\n JitNetworkAccessPoliciesListByResourceGroupAndRegionResponse,\n JitNetworkAccessPoliciesGetOptionalParams,\n JitNetworkAccessPoliciesGetResponse,\n JitNetworkAccessPoliciesCreateOrUpdateOptionalParams,\n JitNetworkAccessPoliciesCreateOrUpdateResponse,\n JitNetworkAccessPoliciesDeleteOptionalParams,\n JitNetworkAccessPolicyInitiateRequest,\n JitNetworkAccessPoliciesInitiateOptionalParams,\n JitNetworkAccessPoliciesInitiateResponse,\n JitNetworkAccessPoliciesListNextResponse,\n JitNetworkAccessPoliciesListByRegionNextResponse,\n JitNetworkAccessPoliciesListByResourceGroupNextResponse,\n JitNetworkAccessPoliciesListByResourceGroupAndRegionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing JitNetworkAccessPolicies operations. */\nexport class JitNetworkAccessPoliciesImpl implements JitNetworkAccessPolicies {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class JitNetworkAccessPolicies class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Policies for protecting resources using Just-in-Time access control.\n * @param options The options parameters.\n */\n public list(\n options?: JitNetworkAccessPoliciesListOptionalParams\n ): PagedAsyncIterableIterator<JitNetworkAccessPolicy> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: JitNetworkAccessPoliciesListOptionalParams\n ): AsyncIterableIterator<JitNetworkAccessPolicy[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: JitNetworkAccessPoliciesListOptionalParams\n ): AsyncIterableIterator<JitNetworkAccessPolicy> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Policies for protecting resources using Just-in-Time access control for the subscription, location\n * @param options The options parameters.\n */\n public listByRegion(\n options?: JitNetworkAccessPoliciesListByRegionOptionalParams\n ): PagedAsyncIterableIterator<JitNetworkAccessPolicy> {\n const iter = this.listByRegionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByRegionPagingPage(options);\n }\n };\n }\n\n private async *listByRegionPagingPage(\n options?: JitNetworkAccessPoliciesListByRegionOptionalParams\n ): AsyncIterableIterator<JitNetworkAccessPolicy[]> {\n let result = await this._listByRegion(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByRegionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByRegionPagingAll(\n options?: JitNetworkAccessPoliciesListByRegionOptionalParams\n ): AsyncIterableIterator<JitNetworkAccessPolicy> {\n for await (const page of this.listByRegionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Policies for protecting resources using Just-in-Time access control for the subscription, location\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<JitNetworkAccessPolicy> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<JitNetworkAccessPolicy[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<JitNetworkAccessPolicy> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Policies for protecting resources using Just-in-Time access control for the subscription, location\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroupAndRegion(\n resourceGroupName: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams\n ): PagedAsyncIterableIterator<JitNetworkAccessPolicy> {\n const iter = this.listByResourceGroupAndRegionPagingAll(\n resourceGroupName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupAndRegionPagingPage(\n resourceGroupName,\n options\n );\n }\n };\n }\n\n private async *listByResourceGroupAndRegionPagingPage(\n resourceGroupName: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams\n ): AsyncIterableIterator<JitNetworkAccessPolicy[]> {\n let result = await this._listByResourceGroupAndRegion(\n resourceGroupName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupAndRegionNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupAndRegionPagingAll(\n resourceGroupName: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams\n ): AsyncIterableIterator<JitNetworkAccessPolicy> {\n for await (const page of this.listByResourceGroupAndRegionPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Policies for protecting resources using Just-in-Time access control.\n * @param options The options parameters.\n */\n private _list(\n options?: JitNetworkAccessPoliciesListOptionalParams\n ): Promise<JitNetworkAccessPoliciesListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Policies for protecting resources using Just-in-Time access control for the subscription, location\n * @param options The options parameters.\n */\n private _listByRegion(\n options?: JitNetworkAccessPoliciesListByRegionOptionalParams\n ): Promise<JitNetworkAccessPoliciesListByRegionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listByRegionOperationSpec\n );\n }\n\n /**\n * Policies for protecting resources using Just-in-Time access control for the subscription, location\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupOptionalParams\n ): Promise<JitNetworkAccessPoliciesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Policies for protecting resources using Just-in-Time access control for the subscription, location\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroupAndRegion(\n resourceGroupName: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams\n ): Promise<JitNetworkAccessPoliciesListByResourceGroupAndRegionResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupAndRegionOperationSpec\n );\n }\n\n /**\n * Policies for protecting resources using Just-in-Time access control for the subscription, location\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jitNetworkAccessPolicyName: string,\n options?: JitNetworkAccessPoliciesGetOptionalParams\n ): Promise<JitNetworkAccessPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jitNetworkAccessPolicyName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a policy for protecting resources using Just-in-Time access control\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.\n * @param body\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n jitNetworkAccessPolicyName: string,\n body: JitNetworkAccessPolicy,\n options?: JitNetworkAccessPoliciesCreateOrUpdateOptionalParams\n ): Promise<JitNetworkAccessPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jitNetworkAccessPolicyName, body, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete a Just-in-Time access control policy.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jitNetworkAccessPolicyName: string,\n options?: JitNetworkAccessPoliciesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jitNetworkAccessPolicyName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Initiate a JIT access from a specific Just-in-Time policy configuration.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.\n * @param body\n * @param options The options parameters.\n */\n initiate(\n resourceGroupName: string,\n jitNetworkAccessPolicyName: string,\n body: JitNetworkAccessPolicyInitiateRequest,\n options?: JitNetworkAccessPoliciesInitiateOptionalParams\n ): Promise<JitNetworkAccessPoliciesInitiateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jitNetworkAccessPolicyName, body, options },\n initiateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: JitNetworkAccessPoliciesListNextOptionalParams\n ): Promise<JitNetworkAccessPoliciesListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByRegionNext\n * @param nextLink The nextLink from the previous successful call to the ListByRegion method.\n * @param options The options parameters.\n */\n private _listByRegionNext(\n nextLink: string,\n options?: JitNetworkAccessPoliciesListByRegionNextOptionalParams\n ): Promise<JitNetworkAccessPoliciesListByRegionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listByRegionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupNextOptionalParams\n ): Promise<JitNetworkAccessPoliciesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupAndRegionNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroupAndRegion\n * method.\n * @param options The options parameters.\n */\n private _listByResourceGroupAndRegionNext(\n resourceGroupName: string,\n nextLink: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupAndRegionNextOptionalParams\n ): Promise<JitNetworkAccessPoliciesListByResourceGroupAndRegionNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupAndRegionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/jitNetworkAccessPolicies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitNetworkAccessPoliciesList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByRegionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/jitNetworkAccessPolicies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitNetworkAccessPoliciesList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/jitNetworkAccessPolicies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitNetworkAccessPoliciesList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupAndRegionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/jitNetworkAccessPolicies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitNetworkAccessPoliciesList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/jitNetworkAccessPolicies/{jitNetworkAccessPolicyName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitNetworkAccessPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.jitNetworkAccessPolicyName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/jitNetworkAccessPolicies/{jitNetworkAccessPolicyName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitNetworkAccessPolicy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.body2,\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.jitNetworkAccessPolicyName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/jitNetworkAccessPolicies/{jitNetworkAccessPolicyName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.jitNetworkAccessPolicyName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst initiateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/jitNetworkAccessPolicies/{jitNetworkAccessPolicyName}/{jitNetworkAccessPolicyInitiateType}\",\n httpMethod: \"POST\",\n responses: {\n 202: {\n bodyMapper: Mappers.JitNetworkAccessRequest\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.body3,\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.jitNetworkAccessPolicyName,\n Parameters.jitNetworkAccessPolicyInitiateType\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitNetworkAccessPoliciesList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByRegionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitNetworkAccessPoliciesList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitNetworkAccessPoliciesList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupAndRegionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JitNetworkAccessPoliciesList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { DiscoveredSecuritySolutions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n DiscoveredSecuritySolution,\n DiscoveredSecuritySolutionsListNextOptionalParams,\n DiscoveredSecuritySolutionsListOptionalParams,\n DiscoveredSecuritySolutionsListByHomeRegionNextOptionalParams,\n DiscoveredSecuritySolutionsListByHomeRegionOptionalParams,\n DiscoveredSecuritySolutionsListResponse,\n DiscoveredSecuritySolutionsListByHomeRegionResponse,\n DiscoveredSecuritySolutionsGetOptionalParams,\n DiscoveredSecuritySolutionsGetResponse,\n DiscoveredSecuritySolutionsListNextResponse,\n DiscoveredSecuritySolutionsListByHomeRegionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DiscoveredSecuritySolutions operations. */\nexport class DiscoveredSecuritySolutionsImpl\n implements DiscoveredSecuritySolutions {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class DiscoveredSecuritySolutions class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets a list of discovered Security Solutions for the subscription.\n * @param options The options parameters.\n */\n public list(\n options?: DiscoveredSecuritySolutionsListOptionalParams\n ): PagedAsyncIterableIterator<DiscoveredSecuritySolution> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: DiscoveredSecuritySolutionsListOptionalParams\n ): AsyncIterableIterator<DiscoveredSecuritySolution[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: DiscoveredSecuritySolutionsListOptionalParams\n ): AsyncIterableIterator<DiscoveredSecuritySolution> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of discovered Security Solutions for the subscription and location.\n * @param options The options parameters.\n */\n public listByHomeRegion(\n options?: DiscoveredSecuritySolutionsListByHomeRegionOptionalParams\n ): PagedAsyncIterableIterator<DiscoveredSecuritySolution> {\n const iter = this.listByHomeRegionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHomeRegionPagingPage(options);\n }\n };\n }\n\n private async *listByHomeRegionPagingPage(\n options?: DiscoveredSecuritySolutionsListByHomeRegionOptionalParams\n ): AsyncIterableIterator<DiscoveredSecuritySolution[]> {\n let result = await this._listByHomeRegion(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHomeRegionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHomeRegionPagingAll(\n options?: DiscoveredSecuritySolutionsListByHomeRegionOptionalParams\n ): AsyncIterableIterator<DiscoveredSecuritySolution> {\n for await (const page of this.listByHomeRegionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of discovered Security Solutions for the subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: DiscoveredSecuritySolutionsListOptionalParams\n ): Promise<DiscoveredSecuritySolutionsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets a list of discovered Security Solutions for the subscription and location.\n * @param options The options parameters.\n */\n private _listByHomeRegion(\n options?: DiscoveredSecuritySolutionsListByHomeRegionOptionalParams\n ): Promise<DiscoveredSecuritySolutionsListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listByHomeRegionOperationSpec\n );\n }\n\n /**\n * Gets a specific discovered Security Solution.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param discoveredSecuritySolutionName Name of a discovered security solution.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n discoveredSecuritySolutionName: string,\n options?: DiscoveredSecuritySolutionsGetOptionalParams\n ): Promise<DiscoveredSecuritySolutionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, discoveredSecuritySolutionName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: DiscoveredSecuritySolutionsListNextOptionalParams\n ): Promise<DiscoveredSecuritySolutionsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByHomeRegionNext\n * @param nextLink The nextLink from the previous successful call to the ListByHomeRegion method.\n * @param options The options parameters.\n */\n private _listByHomeRegionNext(\n nextLink: string,\n options?: DiscoveredSecuritySolutionsListByHomeRegionNextOptionalParams\n ): Promise<DiscoveredSecuritySolutionsListByHomeRegionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listByHomeRegionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/discoveredSecuritySolutions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DiscoveredSecuritySolutionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/discoveredSecuritySolutions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DiscoveredSecuritySolutionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/discoveredSecuritySolutions/{discoveredSecuritySolutionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DiscoveredSecuritySolution\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.discoveredSecuritySolutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DiscoveredSecuritySolutionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DiscoveredSecuritySolutionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { SecuritySolutionsReferenceDataOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecuritySolutionsReferenceDataListOptionalParams,\n SecuritySolutionsReferenceDataListResponse,\n SecuritySolutionsReferenceDataListByHomeRegionOptionalParams,\n SecuritySolutionsReferenceDataListByHomeRegionResponse\n} from \"../models\";\n\n/** Class containing SecuritySolutionsReferenceDataOperations operations. */\nexport class SecuritySolutionsReferenceDataOperationsImpl\n implements SecuritySolutionsReferenceDataOperations {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SecuritySolutionsReferenceDataOperations class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets a list of all supported Security Solutions for the subscription.\n * @param options The options parameters.\n */\n list(\n options?: SecuritySolutionsReferenceDataListOptionalParams\n ): Promise<SecuritySolutionsReferenceDataListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets list of all supported Security Solutions for subscription and location.\n * @param options The options parameters.\n */\n listByHomeRegion(\n options?: SecuritySolutionsReferenceDataListByHomeRegionOptionalParams\n ): Promise<SecuritySolutionsReferenceDataListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listByHomeRegionOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securitySolutionsReferenceData\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecuritySolutionsReferenceDataList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/securitySolutionsReferenceData\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecuritySolutionsReferenceDataList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ExternalSecuritySolutions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n ExternalSecuritySolutionUnion,\n ExternalSecuritySolutionsListNextOptionalParams,\n ExternalSecuritySolutionsListOptionalParams,\n ExternalSecuritySolutionsListByHomeRegionNextOptionalParams,\n ExternalSecuritySolutionsListByHomeRegionOptionalParams,\n ExternalSecuritySolutionsListResponse,\n ExternalSecuritySolutionsListByHomeRegionResponse,\n ExternalSecuritySolutionsGetOptionalParams,\n ExternalSecuritySolutionsGetResponse,\n ExternalSecuritySolutionsListNextResponse,\n ExternalSecuritySolutionsListByHomeRegionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ExternalSecuritySolutions operations. */\nexport class ExternalSecuritySolutionsImpl\n implements ExternalSecuritySolutions {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class ExternalSecuritySolutions class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets a list of external security solutions for the subscription.\n * @param options The options parameters.\n */\n public list(\n options?: ExternalSecuritySolutionsListOptionalParams\n ): PagedAsyncIterableIterator<ExternalSecuritySolutionUnion> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ExternalSecuritySolutionsListOptionalParams\n ): AsyncIterableIterator<ExternalSecuritySolutionUnion[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: ExternalSecuritySolutionsListOptionalParams\n ): AsyncIterableIterator<ExternalSecuritySolutionUnion> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of external Security Solutions for the subscription and location.\n * @param options The options parameters.\n */\n public listByHomeRegion(\n options?: ExternalSecuritySolutionsListByHomeRegionOptionalParams\n ): PagedAsyncIterableIterator<ExternalSecuritySolutionUnion> {\n const iter = this.listByHomeRegionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHomeRegionPagingPage(options);\n }\n };\n }\n\n private async *listByHomeRegionPagingPage(\n options?: ExternalSecuritySolutionsListByHomeRegionOptionalParams\n ): AsyncIterableIterator<ExternalSecuritySolutionUnion[]> {\n let result = await this._listByHomeRegion(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHomeRegionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHomeRegionPagingAll(\n options?: ExternalSecuritySolutionsListByHomeRegionOptionalParams\n ): AsyncIterableIterator<ExternalSecuritySolutionUnion> {\n for await (const page of this.listByHomeRegionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of external security solutions for the subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: ExternalSecuritySolutionsListOptionalParams\n ): Promise<ExternalSecuritySolutionsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets a list of external Security Solutions for the subscription and location.\n * @param options The options parameters.\n */\n private _listByHomeRegion(\n options?: ExternalSecuritySolutionsListByHomeRegionOptionalParams\n ): Promise<ExternalSecuritySolutionsListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listByHomeRegionOperationSpec\n );\n }\n\n /**\n * Gets a specific external Security Solution.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param externalSecuritySolutionsName Name of an external security solution.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n externalSecuritySolutionsName: string,\n options?: ExternalSecuritySolutionsGetOptionalParams\n ): Promise<ExternalSecuritySolutionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, externalSecuritySolutionsName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: ExternalSecuritySolutionsListNextOptionalParams\n ): Promise<ExternalSecuritySolutionsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByHomeRegionNext\n * @param nextLink The nextLink from the previous successful call to the ListByHomeRegion method.\n * @param options The options parameters.\n */\n private _listByHomeRegionNext(\n nextLink: string,\n options?: ExternalSecuritySolutionsListByHomeRegionNextOptionalParams\n ): Promise<ExternalSecuritySolutionsListByHomeRegionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listByHomeRegionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/externalSecuritySolutions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExternalSecuritySolutionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/ExternalSecuritySolutions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExternalSecuritySolutionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/ExternalSecuritySolutions/{externalSecuritySolutionsName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExternalSecuritySolution\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.externalSecuritySolutionsName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExternalSecuritySolutionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHomeRegionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExternalSecuritySolutionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SecureScores } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecureScoreItem,\n SecureScoresListNextOptionalParams,\n SecureScoresListOptionalParams,\n SecureScoresListResponse,\n SecureScoresGetOptionalParams,\n SecureScoresGetResponse,\n SecureScoresListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SecureScores operations. */\nexport class SecureScoresImpl implements SecureScores {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SecureScores class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * List secure scores for all your Security Center initiatives within your current scope.\n * @param options The options parameters.\n */\n public list(\n options?: SecureScoresListOptionalParams\n ): PagedAsyncIterableIterator<SecureScoreItem> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecureScoresListOptionalParams\n ): AsyncIterableIterator<SecureScoreItem[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: SecureScoresListOptionalParams\n ): AsyncIterableIterator<SecureScoreItem> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List secure scores for all your Security Center initiatives within your current scope.\n * @param options The options parameters.\n */\n private _list(\n options?: SecureScoresListOptionalParams\n ): Promise<SecureScoresListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Get secure score for a specific Security Center initiative within your current scope. For the ASC\n * Default initiative, use 'ascScore'.\n * @param secureScoreName The initiative name. For the ASC Default initiative, use 'ascScore' as in the\n * sample request below.\n * @param options The options parameters.\n */\n get(\n secureScoreName: string,\n options?: SecureScoresGetOptionalParams\n ): Promise<SecureScoresGetResponse> {\n return this.client.sendOperationRequest(\n { secureScoreName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: SecureScoresListNextOptionalParams\n ): Promise<SecureScoresListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScores\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoresList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoreItem\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.secureScoreName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoresList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SecureScoreControls } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecureScoreControlDetails,\n SecureScoreControlsListBySecureScoreNextOptionalParams,\n SecureScoreControlsListBySecureScoreOptionalParams,\n SecureScoreControlsListNextOptionalParams,\n SecureScoreControlsListOptionalParams,\n SecureScoreControlsListBySecureScoreResponse,\n SecureScoreControlsListResponse,\n SecureScoreControlsListBySecureScoreNextResponse,\n SecureScoreControlsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SecureScoreControls operations. */\nexport class SecureScoreControlsImpl implements SecureScoreControls {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SecureScoreControls class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get all security controls for a specific initiative within a scope\n * @param secureScoreName The initiative name. For the ASC Default initiative, use 'ascScore' as in the\n * sample request below.\n * @param options The options parameters.\n */\n public listBySecureScore(\n secureScoreName: string,\n options?: SecureScoreControlsListBySecureScoreOptionalParams\n ): PagedAsyncIterableIterator<SecureScoreControlDetails> {\n const iter = this.listBySecureScorePagingAll(secureScoreName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySecureScorePagingPage(secureScoreName, options);\n }\n };\n }\n\n private async *listBySecureScorePagingPage(\n secureScoreName: string,\n options?: SecureScoreControlsListBySecureScoreOptionalParams\n ): AsyncIterableIterator<SecureScoreControlDetails[]> {\n let result = await this._listBySecureScore(secureScoreName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySecureScoreNext(\n secureScoreName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySecureScorePagingAll(\n secureScoreName: string,\n options?: SecureScoreControlsListBySecureScoreOptionalParams\n ): AsyncIterableIterator<SecureScoreControlDetails> {\n for await (const page of this.listBySecureScorePagingPage(\n secureScoreName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all security controls within a scope\n * @param options The options parameters.\n */\n public list(\n options?: SecureScoreControlsListOptionalParams\n ): PagedAsyncIterableIterator<SecureScoreControlDetails> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecureScoreControlsListOptionalParams\n ): AsyncIterableIterator<SecureScoreControlDetails[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: SecureScoreControlsListOptionalParams\n ): AsyncIterableIterator<SecureScoreControlDetails> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get all security controls for a specific initiative within a scope\n * @param secureScoreName The initiative name. For the ASC Default initiative, use 'ascScore' as in the\n * sample request below.\n * @param options The options parameters.\n */\n private _listBySecureScore(\n secureScoreName: string,\n options?: SecureScoreControlsListBySecureScoreOptionalParams\n ): Promise<SecureScoreControlsListBySecureScoreResponse> {\n return this.client.sendOperationRequest(\n { secureScoreName, options },\n listBySecureScoreOperationSpec\n );\n }\n\n /**\n * Get all security controls within a scope\n * @param options The options parameters.\n */\n private _list(\n options?: SecureScoreControlsListOptionalParams\n ): Promise<SecureScoreControlsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListBySecureScoreNext\n * @param secureScoreName The initiative name. For the ASC Default initiative, use 'ascScore' as in the\n * sample request below.\n * @param nextLink The nextLink from the previous successful call to the ListBySecureScore method.\n * @param options The options parameters.\n */\n private _listBySecureScoreNext(\n secureScoreName: string,\n nextLink: string,\n options?: SecureScoreControlsListBySecureScoreNextOptionalParams\n ): Promise<SecureScoreControlsListBySecureScoreNextResponse> {\n return this.client.sendOperationRequest(\n { secureScoreName, nextLink, options },\n listBySecureScoreNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: SecureScoreControlsListNextOptionalParams\n ): Promise<SecureScoreControlsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySecureScoreOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName}/secureScoreControls\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoreControlList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9, Parameters.expand1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.secureScoreName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScoreControls\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoreControlList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9, Parameters.expand1],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySecureScoreNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoreControlList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9, Parameters.expand1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.secureScoreName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoreControlList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9, Parameters.expand1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SecureScoreControlDefinitions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecureScoreControlDefinitionItem,\n SecureScoreControlDefinitionsListNextOptionalParams,\n SecureScoreControlDefinitionsListOptionalParams,\n SecureScoreControlDefinitionsListBySubscriptionNextOptionalParams,\n SecureScoreControlDefinitionsListBySubscriptionOptionalParams,\n SecureScoreControlDefinitionsListResponse,\n SecureScoreControlDefinitionsListBySubscriptionResponse,\n SecureScoreControlDefinitionsListNextResponse,\n SecureScoreControlDefinitionsListBySubscriptionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SecureScoreControlDefinitions operations. */\nexport class SecureScoreControlDefinitionsImpl\n implements SecureScoreControlDefinitions {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SecureScoreControlDefinitions class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * List the available security controls, their assessments, and the max score\n * @param options The options parameters.\n */\n public list(\n options?: SecureScoreControlDefinitionsListOptionalParams\n ): PagedAsyncIterableIterator<SecureScoreControlDefinitionItem> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecureScoreControlDefinitionsListOptionalParams\n ): AsyncIterableIterator<SecureScoreControlDefinitionItem[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: SecureScoreControlDefinitionsListOptionalParams\n ): AsyncIterableIterator<SecureScoreControlDefinitionItem> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * For a specified subscription, list the available security controls, their assessments, and the max\n * score\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: SecureScoreControlDefinitionsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<SecureScoreControlDefinitionItem> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: SecureScoreControlDefinitionsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<SecureScoreControlDefinitionItem[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: SecureScoreControlDefinitionsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<SecureScoreControlDefinitionItem> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List the available security controls, their assessments, and the max score\n * @param options The options parameters.\n */\n private _list(\n options?: SecureScoreControlDefinitionsListOptionalParams\n ): Promise<SecureScoreControlDefinitionsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * For a specified subscription, list the available security controls, their assessments, and the max\n * score\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: SecureScoreControlDefinitionsListBySubscriptionOptionalParams\n ): Promise<SecureScoreControlDefinitionsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: SecureScoreControlDefinitionsListNextOptionalParams\n ): Promise<SecureScoreControlDefinitionsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: SecureScoreControlDefinitionsListBySubscriptionNextOptionalParams\n ): Promise<SecureScoreControlDefinitionsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Security/secureScoreControlDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoreControlDefinitionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScoreControlDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoreControlDefinitionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoreControlDefinitionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecureScoreControlDefinitionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SecuritySolutions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecuritySolution,\n SecuritySolutionsListNextOptionalParams,\n SecuritySolutionsListOptionalParams,\n SecuritySolutionsListResponse,\n SecuritySolutionsGetOptionalParams,\n SecuritySolutionsGetResponse,\n SecuritySolutionsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SecuritySolutions operations. */\nexport class SecuritySolutionsImpl implements SecuritySolutions {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SecuritySolutions class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets a list of Security Solutions for the subscription.\n * @param options The options parameters.\n */\n public list(\n options?: SecuritySolutionsListOptionalParams\n ): PagedAsyncIterableIterator<SecuritySolution> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecuritySolutionsListOptionalParams\n ): AsyncIterableIterator<SecuritySolution[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: SecuritySolutionsListOptionalParams\n ): AsyncIterableIterator<SecuritySolution> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of Security Solutions for the subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: SecuritySolutionsListOptionalParams\n ): Promise<SecuritySolutionsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets a specific Security Solution.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param securitySolutionName Name of security solution.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n securitySolutionName: string,\n options?: SecuritySolutionsGetOptionalParams\n ): Promise<SecuritySolutionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, securitySolutionName, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: SecuritySolutionsListNextOptionalParams\n ): Promise<SecuritySolutionsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securitySolutions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecuritySolutionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/securitySolutions/{securitySolutionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecuritySolution\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.securitySolutionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecuritySolutionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion9],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Connectors } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n ConnectorSetting,\n ConnectorsListNextOptionalParams,\n ConnectorsListOptionalParams,\n ConnectorsListResponse,\n ConnectorsGetOptionalParams,\n ConnectorsGetResponse,\n ConnectorsCreateOrUpdateOptionalParams,\n ConnectorsCreateOrUpdateResponse,\n ConnectorsDeleteOptionalParams,\n ConnectorsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Connectors operations. */\nexport class ConnectorsImpl implements Connectors {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Connectors class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Cloud accounts connectors of a subscription\n * @param options The options parameters.\n */\n public list(\n options?: ConnectorsListOptionalParams\n ): PagedAsyncIterableIterator<ConnectorSetting> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ConnectorsListOptionalParams\n ): AsyncIterableIterator<ConnectorSetting[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: ConnectorsListOptionalParams\n ): AsyncIterableIterator<ConnectorSetting> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Cloud accounts connectors of a subscription\n * @param options The options parameters.\n */\n private _list(\n options?: ConnectorsListOptionalParams\n ): Promise<ConnectorsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Details of a specific cloud account connector\n * @param connectorName Name of the cloud account connector\n * @param options The options parameters.\n */\n get(\n connectorName: string,\n options?: ConnectorsGetOptionalParams\n ): Promise<ConnectorsGetResponse> {\n return this.client.sendOperationRequest(\n { connectorName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a cloud account connector or update an existing one. Connect to your cloud account. For AWS,\n * use either account credentials or role-based authentication. For GCP, use account organization\n * credentials.\n * @param connectorName Name of the cloud account connector\n * @param connectorSetting Settings for the cloud account connector\n * @param options The options parameters.\n */\n createOrUpdate(\n connectorName: string,\n connectorSetting: ConnectorSetting,\n options?: ConnectorsCreateOrUpdateOptionalParams\n ): Promise<ConnectorsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { connectorName, connectorSetting, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete a cloud account connector from a subscription\n * @param connectorName Name of the cloud account connector\n * @param options The options parameters.\n */\n delete(\n connectorName: string,\n options?: ConnectorsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { connectorName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: ConnectorsListNextOptionalParams\n ): Promise<ConnectorsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/connectors\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorSettingList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion11],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion11],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.connectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.connectorSetting,\n queryParameters: [Parameters.apiVersion11],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.connectorName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion11],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.connectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectorSettingList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion11],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { SqlVulnerabilityAssessmentScans } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SqlVulnerabilityAssessmentScansGetOptionalParams,\n SqlVulnerabilityAssessmentScansGetResponse,\n SqlVulnerabilityAssessmentScansListOptionalParams,\n SqlVulnerabilityAssessmentScansListResponse\n} from \"../models\";\n\n/** Class containing SqlVulnerabilityAssessmentScans operations. */\nexport class SqlVulnerabilityAssessmentScansImpl\n implements SqlVulnerabilityAssessmentScans {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SqlVulnerabilityAssessmentScans class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets the scan details of a single scan record.\n * @param scanId The scan Id. Type 'latest' to get the scan record for the latest scan.\n * @param workspaceId The workspace Id.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n get(\n scanId: string,\n workspaceId: string,\n resourceId: string,\n options?: SqlVulnerabilityAssessmentScansGetOptionalParams\n ): Promise<SqlVulnerabilityAssessmentScansGetResponse> {\n return this.client.sendOperationRequest(\n { scanId, workspaceId, resourceId, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets a list of scan records.\n * @param workspaceId The workspace Id.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n list(\n workspaceId: string,\n resourceId: string,\n options?: SqlVulnerabilityAssessmentScansListOptionalParams\n ): Promise<SqlVulnerabilityAssessmentScansListResponse> {\n return this.client.sendOperationRequest(\n { workspaceId, resourceId, options },\n listOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Scan\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.workspaceId, Parameters.apiVersion12],\n urlParameters: [Parameters.$host, Parameters.resourceId, Parameters.scanId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Scans\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.workspaceId, Parameters.apiVersion12],\n urlParameters: [Parameters.$host, Parameters.resourceId],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { SqlVulnerabilityAssessmentScanResults } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SqlVulnerabilityAssessmentScanResultsGetOptionalParams,\n SqlVulnerabilityAssessmentScanResultsGetResponse,\n SqlVulnerabilityAssessmentScanResultsListOptionalParams,\n SqlVulnerabilityAssessmentScanResultsListResponse\n} from \"../models\";\n\n/** Class containing SqlVulnerabilityAssessmentScanResults operations. */\nexport class SqlVulnerabilityAssessmentScanResultsImpl\n implements SqlVulnerabilityAssessmentScanResults {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SqlVulnerabilityAssessmentScanResults class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets the scan results of a single rule in a scan record.\n * @param scanId The scan Id. Type 'latest' to get the scan results for the latest scan.\n * @param scanResultId The rule Id of the results.\n * @param workspaceId The workspace Id.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n get(\n scanId: string,\n scanResultId: string,\n workspaceId: string,\n resourceId: string,\n options?: SqlVulnerabilityAssessmentScanResultsGetOptionalParams\n ): Promise<SqlVulnerabilityAssessmentScanResultsGetResponse> {\n return this.client.sendOperationRequest(\n { scanId, scanResultId, workspaceId, resourceId, options },\n getOperationSpec\n );\n }\n\n /**\n * Gets a list of scan results for a single scan record.\n * @param scanId The scan Id. Type 'latest' to get the scan results for the latest scan.\n * @param workspaceId The workspace Id.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n list(\n scanId: string,\n workspaceId: string,\n resourceId: string,\n options?: SqlVulnerabilityAssessmentScanResultsListOptionalParams\n ): Promise<SqlVulnerabilityAssessmentScanResultsListResponse> {\n return this.client.sendOperationRequest(\n { scanId, workspaceId, resourceId, options },\n listOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}/scanResults/{scanResultId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScanResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.workspaceId, Parameters.apiVersion12],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.scanId,\n Parameters.scanResultId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/{scanId}/scanResults\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScanResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.workspaceId, Parameters.apiVersion12],\n urlParameters: [Parameters.$host, Parameters.resourceId, Parameters.scanId],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { SqlVulnerabilityAssessmentBaselineRules } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SqlVulnerabilityAssessmentBaselineRulesCreateOrUpdateOptionalParams,\n SqlVulnerabilityAssessmentBaselineRulesCreateOrUpdateResponse,\n SqlVulnerabilityAssessmentBaselineRulesGetOptionalParams,\n SqlVulnerabilityAssessmentBaselineRulesGetResponse,\n SqlVulnerabilityAssessmentBaselineRulesDeleteOptionalParams,\n SqlVulnerabilityAssessmentBaselineRulesListOptionalParams,\n SqlVulnerabilityAssessmentBaselineRulesListResponse,\n SqlVulnerabilityAssessmentBaselineRulesAddOptionalParams,\n SqlVulnerabilityAssessmentBaselineRulesAddResponse\n} from \"../models\";\n\n/** Class containing SqlVulnerabilityAssessmentBaselineRules operations. */\nexport class SqlVulnerabilityAssessmentBaselineRulesImpl\n implements SqlVulnerabilityAssessmentBaselineRules {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SqlVulnerabilityAssessmentBaselineRules class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Creates a Baseline for a rule in a database. Will overwrite any previously existing results.\n * @param ruleId The rule Id.\n * @param workspaceId The workspace Id.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n createOrUpdate(\n ruleId: string,\n workspaceId: string,\n resourceId: string,\n options?: SqlVulnerabilityAssessmentBaselineRulesCreateOrUpdateOptionalParams\n ): Promise<SqlVulnerabilityAssessmentBaselineRulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { ruleId, workspaceId, resourceId, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Gets the results for a given rule in the Baseline.\n * @param ruleId The rule Id.\n * @param workspaceId The workspace Id.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n get(\n ruleId: string,\n workspaceId: string,\n resourceId: string,\n options?: SqlVulnerabilityAssessmentBaselineRulesGetOptionalParams\n ): Promise<SqlVulnerabilityAssessmentBaselineRulesGetResponse> {\n return this.client.sendOperationRequest(\n { ruleId, workspaceId, resourceId, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes a rule from the Baseline of a given database.\n * @param ruleId The rule Id.\n * @param workspaceId The workspace Id.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n delete(\n ruleId: string,\n workspaceId: string,\n resourceId: string,\n options?: SqlVulnerabilityAssessmentBaselineRulesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { ruleId, workspaceId, resourceId, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets the results for all rules in the Baseline.\n * @param workspaceId The workspace Id.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n list(\n workspaceId: string,\n resourceId: string,\n options?: SqlVulnerabilityAssessmentBaselineRulesListOptionalParams\n ): Promise<SqlVulnerabilityAssessmentBaselineRulesListResponse> {\n return this.client.sendOperationRequest(\n { workspaceId, resourceId, options },\n listOperationSpec\n );\n }\n\n /**\n * Add a list of baseline rules. Will overwrite any previously existing results (for all rules).\n * @param workspaceId The workspace Id.\n * @param resourceId The identifier of the resource.\n * @param options The options parameters.\n */\n add(\n workspaceId: string,\n resourceId: string,\n options?: SqlVulnerabilityAssessmentBaselineRulesAddOptionalParams\n ): Promise<SqlVulnerabilityAssessmentBaselineRulesAddResponse> {\n return this.client.sendOperationRequest(\n { workspaceId, resourceId, options },\n addOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/baselineRules/{ruleId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.RuleResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.body4,\n queryParameters: [Parameters.workspaceId, Parameters.apiVersion12],\n urlParameters: [Parameters.$host, Parameters.resourceId, Parameters.ruleId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/baselineRules/{ruleId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RuleResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.workspaceId, Parameters.apiVersion12],\n urlParameters: [Parameters.$host, Parameters.resourceId, Parameters.ruleId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/baselineRules/{ruleId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.workspaceId, Parameters.apiVersion12],\n urlParameters: [Parameters.$host, Parameters.resourceId, Parameters.ruleId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/baselineRules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RulesResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.workspaceId, Parameters.apiVersion12],\n urlParameters: [Parameters.$host, Parameters.resourceId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst addOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{resourceId}/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/baselineRules\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RulesResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.body5,\n queryParameters: [Parameters.workspaceId, Parameters.apiVersion12],\n urlParameters: [Parameters.$host, Parameters.resourceId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Alerts } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Alert,\n AlertsListNextOptionalParams,\n AlertsListOptionalParams,\n AlertsListByResourceGroupNextOptionalParams,\n AlertsListByResourceGroupOptionalParams,\n AlertsListSubscriptionLevelByRegionNextOptionalParams,\n AlertsListSubscriptionLevelByRegionOptionalParams,\n AlertsListResourceGroupLevelByRegionNextOptionalParams,\n AlertsListResourceGroupLevelByRegionOptionalParams,\n AlertsListResponse,\n AlertsListByResourceGroupResponse,\n AlertsListSubscriptionLevelByRegionResponse,\n AlertsListResourceGroupLevelByRegionResponse,\n AlertsGetSubscriptionLevelOptionalParams,\n AlertsGetSubscriptionLevelResponse,\n AlertsGetResourceGroupLevelOptionalParams,\n AlertsGetResourceGroupLevelResponse,\n AlertsUpdateSubscriptionLevelStateToDismissOptionalParams,\n AlertsUpdateSubscriptionLevelStateToResolveOptionalParams,\n AlertsUpdateSubscriptionLevelStateToActivateOptionalParams,\n AlertsUpdateResourceGroupLevelStateToResolveOptionalParams,\n AlertsUpdateResourceGroupLevelStateToDismissOptionalParams,\n AlertsUpdateResourceGroupLevelStateToActivateOptionalParams,\n AlertSimulatorRequestBody,\n AlertsSimulateOptionalParams,\n AlertsListNextResponse,\n AlertsListByResourceGroupNextResponse,\n AlertsListSubscriptionLevelByRegionNextResponse,\n AlertsListResourceGroupLevelByRegionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Alerts operations. */\nexport class AlertsImpl implements Alerts {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Alerts class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * List all the alerts that are associated with the subscription\n * @param options The options parameters.\n */\n public list(\n options?: AlertsListOptionalParams\n ): PagedAsyncIterableIterator<Alert> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AlertsListOptionalParams\n ): AsyncIterableIterator<Alert[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: AlertsListOptionalParams\n ): AsyncIterableIterator<Alert> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all the alerts that are associated with the resource group\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: AlertsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Alert> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: AlertsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Alert[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: AlertsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Alert> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all the alerts that are associated with the subscription that are stored in a specific location\n * @param options The options parameters.\n */\n public listSubscriptionLevelByRegion(\n options?: AlertsListSubscriptionLevelByRegionOptionalParams\n ): PagedAsyncIterableIterator<Alert> {\n const iter = this.listSubscriptionLevelByRegionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listSubscriptionLevelByRegionPagingPage(options);\n }\n };\n }\n\n private async *listSubscriptionLevelByRegionPagingPage(\n options?: AlertsListSubscriptionLevelByRegionOptionalParams\n ): AsyncIterableIterator<Alert[]> {\n let result = await this._listSubscriptionLevelByRegion(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listSubscriptionLevelByRegionNext(\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listSubscriptionLevelByRegionPagingAll(\n options?: AlertsListSubscriptionLevelByRegionOptionalParams\n ): AsyncIterableIterator<Alert> {\n for await (const page of this.listSubscriptionLevelByRegionPagingPage(\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all the alerts that are associated with the resource group that are stored in a specific\n * location\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public listResourceGroupLevelByRegion(\n resourceGroupName: string,\n options?: AlertsListResourceGroupLevelByRegionOptionalParams\n ): PagedAsyncIterableIterator<Alert> {\n const iter = this.listResourceGroupLevelByRegionPagingAll(\n resourceGroupName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listResourceGroupLevelByRegionPagingPage(\n resourceGroupName,\n options\n );\n }\n };\n }\n\n private async *listResourceGroupLevelByRegionPagingPage(\n resourceGroupName: string,\n options?: AlertsListResourceGroupLevelByRegionOptionalParams\n ): AsyncIterableIterator<Alert[]> {\n let result = await this._listResourceGroupLevelByRegion(\n resourceGroupName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listResourceGroupLevelByRegionNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listResourceGroupLevelByRegionPagingAll(\n resourceGroupName: string,\n options?: AlertsListResourceGroupLevelByRegionOptionalParams\n ): AsyncIterableIterator<Alert> {\n for await (const page of this.listResourceGroupLevelByRegionPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all the alerts that are associated with the subscription\n * @param options The options parameters.\n */\n private _list(\n options?: AlertsListOptionalParams\n ): Promise<AlertsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * List all the alerts that are associated with the resource group\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: AlertsListByResourceGroupOptionalParams\n ): Promise<AlertsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * List all the alerts that are associated with the subscription that are stored in a specific location\n * @param options The options parameters.\n */\n private _listSubscriptionLevelByRegion(\n options?: AlertsListSubscriptionLevelByRegionOptionalParams\n ): Promise<AlertsListSubscriptionLevelByRegionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listSubscriptionLevelByRegionOperationSpec\n );\n }\n\n /**\n * List all the alerts that are associated with the resource group that are stored in a specific\n * location\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _listResourceGroupLevelByRegion(\n resourceGroupName: string,\n options?: AlertsListResourceGroupLevelByRegionOptionalParams\n ): Promise<AlertsListResourceGroupLevelByRegionResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listResourceGroupLevelByRegionOperationSpec\n );\n }\n\n /**\n * Get an alert that is associated with a subscription\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n getSubscriptionLevel(\n alertName: string,\n options?: AlertsGetSubscriptionLevelOptionalParams\n ): Promise<AlertsGetSubscriptionLevelResponse> {\n return this.client.sendOperationRequest(\n { alertName, options },\n getSubscriptionLevelOperationSpec\n );\n }\n\n /**\n * Get an alert that is associated a resource group or a resource in a resource group\n * @param alertName Name of the alert object\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n getResourceGroupLevel(\n alertName: string,\n resourceGroupName: string,\n options?: AlertsGetResourceGroupLevelOptionalParams\n ): Promise<AlertsGetResourceGroupLevelResponse> {\n return this.client.sendOperationRequest(\n { alertName, resourceGroupName, options },\n getResourceGroupLevelOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateSubscriptionLevelStateToDismiss(\n alertName: string,\n options?: AlertsUpdateSubscriptionLevelStateToDismissOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { alertName, options },\n updateSubscriptionLevelStateToDismissOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateSubscriptionLevelStateToResolve(\n alertName: string,\n options?: AlertsUpdateSubscriptionLevelStateToResolveOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { alertName, options },\n updateSubscriptionLevelStateToResolveOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateSubscriptionLevelStateToActivate(\n alertName: string,\n options?: AlertsUpdateSubscriptionLevelStateToActivateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { alertName, options },\n updateSubscriptionLevelStateToActivateOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param alertName Name of the alert object\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n updateResourceGroupLevelStateToResolve(\n alertName: string,\n resourceGroupName: string,\n options?: AlertsUpdateResourceGroupLevelStateToResolveOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { alertName, resourceGroupName, options },\n updateResourceGroupLevelStateToResolveOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param alertName Name of the alert object\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n updateResourceGroupLevelStateToDismiss(\n alertName: string,\n resourceGroupName: string,\n options?: AlertsUpdateResourceGroupLevelStateToDismissOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { alertName, resourceGroupName, options },\n updateResourceGroupLevelStateToDismissOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param alertName Name of the alert object\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n updateResourceGroupLevelStateToActivate(\n alertName: string,\n resourceGroupName: string,\n options?: AlertsUpdateResourceGroupLevelStateToActivateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { alertName, resourceGroupName, options },\n updateResourceGroupLevelStateToActivateOperationSpec\n );\n }\n\n /**\n * Simulate security alerts\n * @param alertSimulatorRequestBody Alert Simulator Request Properties\n * @param options The options parameters.\n */\n async beginSimulate(\n alertSimulatorRequestBody: AlertSimulatorRequestBody,\n options?: AlertsSimulateOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { alertSimulatorRequestBody, options },\n simulateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"original-uri\"\n });\n }\n\n /**\n * Simulate security alerts\n * @param alertSimulatorRequestBody Alert Simulator Request Properties\n * @param options The options parameters.\n */\n async beginSimulateAndWait(\n alertSimulatorRequestBody: AlertSimulatorRequestBody,\n options?: AlertsSimulateOptionalParams\n ): Promise<void> {\n const poller = await this.beginSimulate(alertSimulatorRequestBody, options);\n return poller.pollUntilDone();\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AlertsListNextOptionalParams\n ): Promise<AlertsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: AlertsListByResourceGroupNextOptionalParams\n ): Promise<AlertsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListSubscriptionLevelByRegionNext\n * @param nextLink The nextLink from the previous successful call to the ListSubscriptionLevelByRegion\n * method.\n * @param options The options parameters.\n */\n private _listSubscriptionLevelByRegionNext(\n nextLink: string,\n options?: AlertsListSubscriptionLevelByRegionNextOptionalParams\n ): Promise<AlertsListSubscriptionLevelByRegionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listSubscriptionLevelByRegionNextOperationSpec\n );\n }\n\n /**\n * ListResourceGroupLevelByRegionNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListResourceGroupLevelByRegion\n * method.\n * @param options The options parameters.\n */\n private _listResourceGroupLevelByRegionNext(\n resourceGroupName: string,\n nextLink: string,\n options?: AlertsListResourceGroupLevelByRegionNextOptionalParams\n ): Promise<AlertsListResourceGroupLevelByRegionNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listResourceGroupLevelByRegionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/alerts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/alerts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listSubscriptionLevelByRegionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/alerts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listResourceGroupLevelByRegionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/alerts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getSubscriptionLevelOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Alert\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation,\n Parameters.alertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getResourceGroupLevelOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Alert\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.alertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateSubscriptionLevelStateToDismissOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}/dismiss\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation,\n Parameters.alertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateSubscriptionLevelStateToResolveOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}/resolve\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation,\n Parameters.alertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateSubscriptionLevelStateToActivateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}/activate\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation,\n Parameters.alertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateResourceGroupLevelStateToResolveOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}/resolve\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.alertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateResourceGroupLevelStateToDismissOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}/dismiss\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.alertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateResourceGroupLevelStateToActivateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}/activate\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.ascLocation,\n Parameters.alertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst simulateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/alerts/default/simulate\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.alertSimulatorRequestBody,\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listSubscriptionLevelByRegionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listResourceGroupLevelByRegionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AlertList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion13],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.ascLocation\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Settings } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SettingUnion,\n SettingsListNextOptionalParams,\n SettingsListOptionalParams,\n SettingsListResponse,\n Enum73,\n SettingsGetOptionalParams,\n SettingsGetResponse,\n SettingsUpdateOptionalParams,\n SettingsUpdateResponse,\n SettingsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Settings operations. */\nexport class SettingsImpl implements Settings {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Settings class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Settings about different configurations in security center\n * @param options The options parameters.\n */\n public list(\n options?: SettingsListOptionalParams\n ): PagedAsyncIterableIterator<SettingUnion> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SettingsListOptionalParams\n ): AsyncIterableIterator<SettingUnion[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: SettingsListOptionalParams\n ): AsyncIterableIterator<SettingUnion> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Settings about different configurations in security center\n * @param options The options parameters.\n */\n private _list(\n options?: SettingsListOptionalParams\n ): Promise<SettingsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Settings of different configurations in security center\n * @param settingName The name of the setting\n * @param options The options parameters.\n */\n get(\n settingName: Enum73,\n options?: SettingsGetOptionalParams\n ): Promise<SettingsGetResponse> {\n return this.client.sendOperationRequest(\n { settingName, options },\n getOperationSpec\n );\n }\n\n /**\n * updating settings about different configurations in security center\n * @param settingName The name of the setting\n * @param setting Setting object\n * @param options The options parameters.\n */\n update(\n settingName: Enum73,\n setting: SettingUnion,\n options?: SettingsUpdateOptionalParams\n ): Promise<SettingsUpdateResponse> {\n return this.client.sendOperationRequest(\n { settingName, setting, options },\n updateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: SettingsListNextOptionalParams\n ): Promise<SettingsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/settings\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SettingsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion14],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/settings/{settingName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Setting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion14],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.settingName2\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/settings/{settingName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Setting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.setting1,\n queryParameters: [Parameters.apiVersion14],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.settingName2\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SettingsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion14],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { IngestionSettings } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n IngestionSetting,\n IngestionSettingsListNextOptionalParams,\n IngestionSettingsListOptionalParams,\n IngestionSettingsListResponse,\n IngestionSettingsGetOptionalParams,\n IngestionSettingsGetResponse,\n IngestionSettingsCreateOptionalParams,\n IngestionSettingsCreateResponse,\n IngestionSettingsDeleteOptionalParams,\n IngestionSettingsListTokensOptionalParams,\n IngestionSettingsListTokensResponse,\n IngestionSettingsListConnectionStringsOptionalParams,\n IngestionSettingsListConnectionStringsResponse,\n IngestionSettingsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing IngestionSettings operations. */\nexport class IngestionSettingsImpl implements IngestionSettings {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class IngestionSettings class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Settings for ingesting security data and logs to correlate with resources associated with the\n * subscription.\n * @param options The options parameters.\n */\n public list(\n options?: IngestionSettingsListOptionalParams\n ): PagedAsyncIterableIterator<IngestionSetting> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: IngestionSettingsListOptionalParams\n ): AsyncIterableIterator<IngestionSetting[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: IngestionSettingsListOptionalParams\n ): AsyncIterableIterator<IngestionSetting> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Settings for ingesting security data and logs to correlate with resources associated with the\n * subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: IngestionSettingsListOptionalParams\n ): Promise<IngestionSettingsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Settings for ingesting security data and logs to correlate with resources associated with the\n * subscription.\n * @param ingestionSettingName Name of the ingestion setting\n * @param options The options parameters.\n */\n get(\n ingestionSettingName: string,\n options?: IngestionSettingsGetOptionalParams\n ): Promise<IngestionSettingsGetResponse> {\n return this.client.sendOperationRequest(\n { ingestionSettingName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create setting for ingesting security data and logs to correlate with resources associated with the\n * subscription.\n * @param ingestionSettingName Name of the ingestion setting\n * @param ingestionSetting Ingestion setting object\n * @param options The options parameters.\n */\n create(\n ingestionSettingName: string,\n ingestionSetting: IngestionSetting,\n options?: IngestionSettingsCreateOptionalParams\n ): Promise<IngestionSettingsCreateResponse> {\n return this.client.sendOperationRequest(\n { ingestionSettingName, ingestionSetting, options },\n createOperationSpec\n );\n }\n\n /**\n * Deletes the ingestion settings for this subscription.\n * @param ingestionSettingName Name of the ingestion setting\n * @param options The options parameters.\n */\n delete(\n ingestionSettingName: string,\n options?: IngestionSettingsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { ingestionSettingName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Returns the token that is used for correlating ingested telemetry with the resources in the\n * subscription.\n * @param ingestionSettingName Name of the ingestion setting\n * @param options The options parameters.\n */\n listTokens(\n ingestionSettingName: string,\n options?: IngestionSettingsListTokensOptionalParams\n ): Promise<IngestionSettingsListTokensResponse> {\n return this.client.sendOperationRequest(\n { ingestionSettingName, options },\n listTokensOperationSpec\n );\n }\n\n /**\n * Connection strings for ingesting security scan logs and data.\n * @param ingestionSettingName Name of the ingestion setting\n * @param options The options parameters.\n */\n listConnectionStrings(\n ingestionSettingName: string,\n options?: IngestionSettingsListConnectionStringsOptionalParams\n ): Promise<IngestionSettingsListConnectionStringsResponse> {\n return this.client.sendOperationRequest(\n { ingestionSettingName, options },\n listConnectionStringsOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: IngestionSettingsListNextOptionalParams\n ): Promise<IngestionSettingsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/ingestionSettings\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IngestionSettingList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion15],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/ingestionSettings/{ingestionSettingName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IngestionSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion15],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ingestionSettingName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/ingestionSettings/{ingestionSettingName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.IngestionSetting\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.ingestionSetting,\n queryParameters: [Parameters.apiVersion15],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ingestionSettingName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/ingestionSettings/{ingestionSettingName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion15],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ingestionSettingName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listTokensOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/ingestionSettings/{ingestionSettingName}/listTokens\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.IngestionSettingToken\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion15],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ingestionSettingName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listConnectionStringsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/ingestionSettings/{ingestionSettingName}/listConnectionStrings\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionStrings\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion15],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ingestionSettingName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.IngestionSettingList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion15],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SoftwareInventories } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n Software,\n SoftwareInventoriesListByExtendedResourceNextOptionalParams,\n SoftwareInventoriesListByExtendedResourceOptionalParams,\n SoftwareInventoriesListBySubscriptionNextOptionalParams,\n SoftwareInventoriesListBySubscriptionOptionalParams,\n SoftwareInventoriesListByExtendedResourceResponse,\n SoftwareInventoriesListBySubscriptionResponse,\n SoftwareInventoriesGetOptionalParams,\n SoftwareInventoriesGetResponse,\n SoftwareInventoriesListByExtendedResourceNextResponse,\n SoftwareInventoriesListBySubscriptionNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SoftwareInventories operations. */\nexport class SoftwareInventoriesImpl implements SoftwareInventories {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SoftwareInventories class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Gets the software inventory of the virtual machine.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n public listByExtendedResource(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: SoftwareInventoriesListByExtendedResourceOptionalParams\n ): PagedAsyncIterableIterator<Software> {\n const iter = this.listByExtendedResourcePagingAll(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByExtendedResourcePagingPage(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n );\n }\n };\n }\n\n private async *listByExtendedResourcePagingPage(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: SoftwareInventoriesListByExtendedResourceOptionalParams\n ): AsyncIterableIterator<Software[]> {\n let result = await this._listByExtendedResource(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByExtendedResourceNext(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByExtendedResourcePagingAll(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: SoftwareInventoriesListByExtendedResourceOptionalParams\n ): AsyncIterableIterator<Software> {\n for await (const page of this.listByExtendedResourcePagingPage(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the software inventory of all virtual machines in the subscriptions.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: SoftwareInventoriesListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Software> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: SoftwareInventoriesListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Software[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: SoftwareInventoriesListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Software> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the software inventory of the virtual machine.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n private _listByExtendedResource(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n options?: SoftwareInventoriesListByExtendedResourceOptionalParams\n ): Promise<SoftwareInventoriesListByExtendedResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n },\n listByExtendedResourceOperationSpec\n );\n }\n\n /**\n * Gets the software inventory of all virtual machines in the subscriptions.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: SoftwareInventoriesListBySubscriptionOptionalParams\n ): Promise<SoftwareInventoriesListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Gets a single software data of the virtual machine.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param softwareName Name of the installed software.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n softwareName: string,\n options?: SoftwareInventoriesGetOptionalParams\n ): Promise<SoftwareInventoriesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n softwareName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * ListByExtendedResourceNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param resourceNamespace The namespace of the resource.\n * @param resourceType The type of the resource.\n * @param resourceName Name of the resource.\n * @param nextLink The nextLink from the previous successful call to the ListByExtendedResource method.\n * @param options The options parameters.\n */\n private _listByExtendedResourceNext(\n resourceGroupName: string,\n resourceNamespace: string,\n resourceType: string,\n resourceName: string,\n nextLink: string,\n options?: SoftwareInventoriesListByExtendedResourceNextOptionalParams\n ): Promise<SoftwareInventoriesListByExtendedResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n nextLink,\n options\n },\n listByExtendedResourceNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: SoftwareInventoriesListBySubscriptionNextOptionalParams\n ): Promise<SoftwareInventoriesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByExtendedResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/softwareInventories\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwaresList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/softwareInventories\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwaresList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/softwareInventories/{softwareName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Software\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.softwareName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByExtendedResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwaresList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.resourceNamespace,\n Parameters.resourceType,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwaresList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SecurityConnectors } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { SecurityCenter } from \"../securityCenter\";\nimport {\n SecurityConnector,\n SecurityConnectorsListNextOptionalParams,\n SecurityConnectorsListOptionalParams,\n SecurityConnectorsListByResourceGroupNextOptionalParams,\n SecurityConnectorsListByResourceGroupOptionalParams,\n SecurityConnectorsListResponse,\n SecurityConnectorsListByResourceGroupResponse,\n SecurityConnectorsGetOptionalParams,\n SecurityConnectorsGetResponse,\n SecurityConnectorsCreateOrUpdateOptionalParams,\n SecurityConnectorsCreateOrUpdateResponse,\n SecurityConnectorsUpdateOptionalParams,\n SecurityConnectorsUpdateResponse,\n SecurityConnectorsDeleteOptionalParams,\n SecurityConnectorsListNextResponse,\n SecurityConnectorsListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SecurityConnectors operations. */\nexport class SecurityConnectorsImpl implements SecurityConnectors {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SecurityConnectors class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Lists all the security connectors in the specified subscription. Use the 'nextLink' property in the\n * response to get the next page of security connectors for the specified subscription.\n * @param options The options parameters.\n */\n public list(\n options?: SecurityConnectorsListOptionalParams\n ): PagedAsyncIterableIterator<SecurityConnector> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecurityConnectorsListOptionalParams\n ): AsyncIterableIterator<SecurityConnector[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: SecurityConnectorsListOptionalParams\n ): AsyncIterableIterator<SecurityConnector> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all the security connectors in the specified resource group. Use the 'nextLink' property in\n * the response to get the next page of security connectors for the specified resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: SecurityConnectorsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<SecurityConnector> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: SecurityConnectorsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<SecurityConnector[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: SecurityConnectorsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<SecurityConnector> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all the security connectors in the specified subscription. Use the 'nextLink' property in the\n * response to get the next page of security connectors for the specified subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: SecurityConnectorsListOptionalParams\n ): Promise<SecurityConnectorsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Lists all the security connectors in the specified resource group. Use the 'nextLink' property in\n * the response to get the next page of security connectors for the specified resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: SecurityConnectorsListByResourceGroupOptionalParams\n ): Promise<SecurityConnectorsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Retrieves details of a specific security connector\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param securityConnectorName The security connector name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n securityConnectorName: string,\n options?: SecurityConnectorsGetOptionalParams\n ): Promise<SecurityConnectorsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, securityConnectorName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a security connector. If a security connector is already created and a subsequent\n * request is issued for the same security connector id, then it will be updated.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param securityConnectorName The security connector name.\n * @param securityConnector The security connector resource\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n securityConnectorName: string,\n securityConnector: SecurityConnector,\n options?: SecurityConnectorsCreateOrUpdateOptionalParams\n ): Promise<SecurityConnectorsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, securityConnectorName, securityConnector, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Updates a security connector\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param securityConnectorName The security connector name.\n * @param securityConnector The security connector resource\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n securityConnectorName: string,\n securityConnector: SecurityConnector,\n options?: SecurityConnectorsUpdateOptionalParams\n ): Promise<SecurityConnectorsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, securityConnectorName, securityConnector, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes a security connector.\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param securityConnectorName The security connector name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n securityConnectorName: string,\n options?: SecurityConnectorsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, securityConnectorName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: SecurityConnectorsListNextOptionalParams\n ): Promise<SecurityConnectorsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: SecurityConnectorsListByResourceGroupNextOptionalParams\n ): Promise<SecurityConnectorsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/securityConnectors\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityConnectorsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityConnectorsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityConnector\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.securityConnectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityConnector\n },\n 201: {\n bodyMapper: Mappers.SecurityConnector\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.securityConnector,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.securityConnectorName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityConnector\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.securityConnector,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.securityConnectorName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.securityConnectorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityConnectorsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityConnectorsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n MdeOnboardingsImpl,\n CustomAssessmentAutomationsImpl,\n CustomEntityStoreAssignmentsImpl,\n ComplianceResultsImpl,\n PricingsImpl,\n AdvancedThreatProtectionImpl,\n DeviceSecurityGroupsImpl,\n IotSecuritySolutionImpl,\n IotSecuritySolutionAnalyticsImpl,\n IotSecuritySolutionsAnalyticsAggregatedAlertImpl,\n IotSecuritySolutionsAnalyticsRecommendationImpl,\n LocationsImpl,\n OperationsImpl,\n TasksImpl,\n AutoProvisioningSettingsImpl,\n CompliancesImpl,\n InformationProtectionPoliciesImpl,\n SecurityContactsImpl,\n WorkspaceSettingsImpl,\n RegulatoryComplianceStandardsImpl,\n RegulatoryComplianceControlsImpl,\n RegulatoryComplianceAssessmentsImpl,\n SubAssessmentsImpl,\n AutomationsImpl,\n AlertsSuppressionRulesImpl,\n ServerVulnerabilityAssessmentOperationsImpl,\n AssessmentsMetadataImpl,\n AssessmentsImpl,\n AdaptiveApplicationControlsImpl,\n AdaptiveNetworkHardeningsImpl,\n AllowedConnectionsImpl,\n TopologyImpl,\n JitNetworkAccessPoliciesImpl,\n DiscoveredSecuritySolutionsImpl,\n SecuritySolutionsReferenceDataOperationsImpl,\n ExternalSecuritySolutionsImpl,\n SecureScoresImpl,\n SecureScoreControlsImpl,\n SecureScoreControlDefinitionsImpl,\n SecuritySolutionsImpl,\n ConnectorsImpl,\n SqlVulnerabilityAssessmentScansImpl,\n SqlVulnerabilityAssessmentScanResultsImpl,\n SqlVulnerabilityAssessmentBaselineRulesImpl,\n AlertsImpl,\n SettingsImpl,\n IngestionSettingsImpl,\n SoftwareInventoriesImpl,\n SecurityConnectorsImpl\n} from \"./operations\";\nimport {\n MdeOnboardings,\n CustomAssessmentAutomations,\n CustomEntityStoreAssignments,\n ComplianceResults,\n Pricings,\n AdvancedThreatProtection,\n DeviceSecurityGroups,\n IotSecuritySolution,\n IotSecuritySolutionAnalytics,\n IotSecuritySolutionsAnalyticsAggregatedAlert,\n IotSecuritySolutionsAnalyticsRecommendation,\n Locations,\n Operations,\n Tasks,\n AutoProvisioningSettings,\n Compliances,\n InformationProtectionPolicies,\n SecurityContacts,\n WorkspaceSettings,\n RegulatoryComplianceStandards,\n RegulatoryComplianceControls,\n RegulatoryComplianceAssessments,\n SubAssessments,\n Automations,\n AlertsSuppressionRules,\n ServerVulnerabilityAssessmentOperations,\n AssessmentsMetadata,\n Assessments,\n AdaptiveApplicationControls,\n AdaptiveNetworkHardenings,\n AllowedConnections,\n Topology,\n JitNetworkAccessPolicies,\n DiscoveredSecuritySolutions,\n SecuritySolutionsReferenceDataOperations,\n ExternalSecuritySolutions,\n SecureScores,\n SecureScoreControls,\n SecureScoreControlDefinitions,\n SecuritySolutions,\n Connectors,\n SqlVulnerabilityAssessmentScans,\n SqlVulnerabilityAssessmentScanResults,\n SqlVulnerabilityAssessmentBaselineRules,\n Alerts,\n Settings,\n IngestionSettings,\n SoftwareInventories,\n SecurityConnectors\n} from \"./operationsInterfaces\";\nimport { SecurityCenterOptionalParams } from \"./models\";\n\nexport class SecurityCenter extends coreClient.ServiceClient {\n $host: string;\n subscriptionId: string;\n ascLocation: string;\n\n /**\n * Initializes a new instance of the SecurityCenter class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Azure subscription ID\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n ascLocation: string,\n options?: SecurityCenterOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n if (ascLocation === undefined) {\n throw new Error(\"'ascLocation' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: SecurityCenterOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-security/4.0.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n if (!options.credentialScopes) {\n options.credentialScopes = [\"https://management.azure.com/.default\"];\n }\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n baseUri: options.endpoint || \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n this.ascLocation = ascLocation;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.mdeOnboardings = new MdeOnboardingsImpl(this);\n this.customAssessmentAutomations = new CustomAssessmentAutomationsImpl(\n this\n );\n this.customEntityStoreAssignments = new CustomEntityStoreAssignmentsImpl(\n this\n );\n this.complianceResults = new ComplianceResultsImpl(this);\n this.pricings = new PricingsImpl(this);\n this.advancedThreatProtection = new AdvancedThreatProtectionImpl(this);\n this.deviceSecurityGroups = new DeviceSecurityGroupsImpl(this);\n this.iotSecuritySolution = new IotSecuritySolutionImpl(this);\n this.iotSecuritySolutionAnalytics = new IotSecuritySolutionAnalyticsImpl(\n this\n );\n this.iotSecuritySolutionsAnalyticsAggregatedAlert = new IotSecuritySolutionsAnalyticsAggregatedAlertImpl(\n this\n );\n this.iotSecuritySolutionsAnalyticsRecommendation = new IotSecuritySolutionsAnalyticsRecommendationImpl(\n this\n );\n this.locations = new LocationsImpl(this);\n this.operations = new OperationsImpl(this);\n this.tasks = new TasksImpl(this);\n this.autoProvisioningSettings = new AutoProvisioningSettingsImpl(this);\n this.compliances = new CompliancesImpl(this);\n this.informationProtectionPolicies = new InformationProtectionPoliciesImpl(\n this\n );\n this.securityContacts = new SecurityContactsImpl(this);\n this.workspaceSettings = new WorkspaceSettingsImpl(this);\n this.regulatoryComplianceStandards = new RegulatoryComplianceStandardsImpl(\n this\n );\n this.regulatoryComplianceControls = new RegulatoryComplianceControlsImpl(\n this\n );\n this.regulatoryComplianceAssessments = new RegulatoryComplianceAssessmentsImpl(\n this\n );\n this.subAssessments = new SubAssessmentsImpl(this);\n this.automations = new AutomationsImpl(this);\n this.alertsSuppressionRules = new AlertsSuppressionRulesImpl(this);\n this.serverVulnerabilityAssessmentOperations = new ServerVulnerabilityAssessmentOperationsImpl(\n this\n );\n this.assessmentsMetadata = new AssessmentsMetadataImpl(this);\n this.assessments = new AssessmentsImpl(this);\n this.adaptiveApplicationControls = new AdaptiveApplicationControlsImpl(\n this\n );\n this.adaptiveNetworkHardenings = new AdaptiveNetworkHardeningsImpl(this);\n this.allowedConnections = new AllowedConnectionsImpl(this);\n this.topology = new TopologyImpl(this);\n this.jitNetworkAccessPolicies = new JitNetworkAccessPoliciesImpl(this);\n this.discoveredSecuritySolutions = new DiscoveredSecuritySolutionsImpl(\n this\n );\n this.securitySolutionsReferenceDataOperations = new SecuritySolutionsReferenceDataOperationsImpl(\n this\n );\n this.externalSecuritySolutions = new ExternalSecuritySolutionsImpl(this);\n this.secureScores = new SecureScoresImpl(this);\n this.secureScoreControls = new SecureScoreControlsImpl(this);\n this.secureScoreControlDefinitions = new SecureScoreControlDefinitionsImpl(\n this\n );\n this.securitySolutions = new SecuritySolutionsImpl(this);\n this.connectors = new ConnectorsImpl(this);\n this.sqlVulnerabilityAssessmentScans = new SqlVulnerabilityAssessmentScansImpl(\n this\n );\n this.sqlVulnerabilityAssessmentScanResults = new SqlVulnerabilityAssessmentScanResultsImpl(\n this\n );\n this.sqlVulnerabilityAssessmentBaselineRules = new SqlVulnerabilityAssessmentBaselineRulesImpl(\n this\n );\n this.alerts = new AlertsImpl(this);\n this.settings = new SettingsImpl(this);\n this.ingestionSettings = new IngestionSettingsImpl(this);\n this.softwareInventories = new SoftwareInventoriesImpl(this);\n this.securityConnectors = new SecurityConnectorsImpl(this);\n }\n\n mdeOnboardings: MdeOnboardings;\n customAssessmentAutomations: CustomAssessmentAutomations;\n customEntityStoreAssignments: CustomEntityStoreAssignments;\n complianceResults: ComplianceResults;\n pricings: Pricings;\n advancedThreatProtection: AdvancedThreatProtection;\n deviceSecurityGroups: DeviceSecurityGroups;\n iotSecuritySolution: IotSecuritySolution;\n iotSecuritySolutionAnalytics: IotSecuritySolutionAnalytics;\n iotSecuritySolutionsAnalyticsAggregatedAlert: IotSecuritySolutionsAnalyticsAggregatedAlert;\n iotSecuritySolutionsAnalyticsRecommendation: IotSecuritySolutionsAnalyticsRecommendation;\n locations: Locations;\n operations: Operations;\n tasks: Tasks;\n autoProvisioningSettings: AutoProvisioningSettings;\n compliances: Compliances;\n informationProtectionPolicies: InformationProtectionPolicies;\n securityContacts: SecurityContacts;\n workspaceSettings: WorkspaceSettings;\n regulatoryComplianceStandards: RegulatoryComplianceStandards;\n regulatoryComplianceControls: RegulatoryComplianceControls;\n regulatoryComplianceAssessments: RegulatoryComplianceAssessments;\n subAssessments: SubAssessments;\n automations: Automations;\n alertsSuppressionRules: AlertsSuppressionRules;\n serverVulnerabilityAssessmentOperations: ServerVulnerabilityAssessmentOperations;\n assessmentsMetadata: AssessmentsMetadata;\n assessments: Assessments;\n adaptiveApplicationControls: AdaptiveApplicationControls;\n adaptiveNetworkHardenings: AdaptiveNetworkHardenings;\n allowedConnections: AllowedConnections;\n topology: Topology;\n jitNetworkAccessPolicies: JitNetworkAccessPolicies;\n discoveredSecuritySolutions: DiscoveredSecuritySolutions;\n securitySolutionsReferenceDataOperations: SecuritySolutionsReferenceDataOperations;\n externalSecuritySolutions: ExternalSecuritySolutions;\n secureScores: SecureScores;\n secureScoreControls: SecureScoreControls;\n secureScoreControlDefinitions: SecureScoreControlDefinitions;\n securitySolutions: SecuritySolutions;\n connectors: Connectors;\n sqlVulnerabilityAssessmentScans: SqlVulnerabilityAssessmentScans;\n sqlVulnerabilityAssessmentScanResults: SqlVulnerabilityAssessmentScanResults;\n sqlVulnerabilityAssessmentBaselineRules: SqlVulnerabilityAssessmentBaselineRules;\n alerts: Alerts;\n settings: Settings;\n ingestionSettings: IngestionSettings;\n softwareInventories: SoftwareInventories;\n securityConnectors: SecurityConnectors;\n}\n"],"names":["KnownCreatedByType","KnownSupportedCloudEnum","KnownSeverityEnum","KnownResourceStatus","KnownPricingTier","KnownValueType","KnownSecuritySolutionStatus","KnownExportData","KnownDataSource","KnownRecommendationType","KnownRecommendationConfigStatus","KnownUnmaskedIpLoggingStatus","KnownAdditionalWorkspaceType","KnownAdditionalWorkspaceDataType","KnownReportedSeverity","KnownEnum15","KnownAutoProvision","KnownEnum17","KnownAlertNotifications","KnownAlertsToAdmins","KnownState","KnownSubAssessmentStatusCode","KnownSeverity","KnownSource","KnownAssessedResourceType","KnownEventSource","KnownPropertyType","KnownOperator","KnownActionType","KnownServerVulnerabilityAssessmentPropertiesProvisioningState","KnownTactics","KnownTechniques","KnownCategories","KnownUserImpact","KnownImplementationEffort","KnownThreats","KnownAssessmentType","KnownAssessmentStatusCode","KnownExpandEnum","KnownEnforcementMode","KnownConfigurationStatus","KnownRecommendationStatus","KnownAdaptiveApplicationControlIssue","KnownSourceSystem","KnownRecommendationAction","KnownEnforcementSupport","KnownFileType","KnownDirection","KnownTransportProtocol","KnownConnectionType","KnownProtocol","KnownStatus","KnownStatusReason","KnownSecurityFamily","KnownExternalSecuritySolutionKind","KnownExpandControlsEnum","KnownControlType","KnownProvisioningState","KnownHybridComputeProvisioningState","KnownAuthenticationProvisioningState","KnownPermissionProperty","KnownAuthenticationType","KnownScanTriggerType","KnownScanState","KnownRuleStatus","KnownRuleSeverity","KnownRuleType","KnownAlertSeverity","KnownIntent","KnownResourceIdentifierType","KnownAlertStatus","KnownKind","KnownSettingKind","KnownEnum73","KnownEndOfSupportStatus","KnownCloudName","KnownOfferingType","KnownOrganizationMembershipType","KnownAadConnectivityState","KnownBundleType","CustomAssessmentAutomationRequestMapper","CustomEntityStoreAssignmentRequestMapper","PricingMapper","AdvancedThreatProtectionSettingMapper","DeviceSecurityGroupMapper","IoTSecuritySolutionModelMapper","UpdateIotSecuritySolutionDataMapper","AutoProvisioningSettingMapper","InformationProtectionPolicyMapper","SecurityContactMapper","WorkspaceSettingMapper","AutomationMapper","AlertsSuppressionRuleMapper","SecurityAssessmentMetadataResponseMapper","SecurityAssessmentMapper","AdaptiveApplicationControlGroupMapper","AdaptiveNetworkHardeningEnforceRequestMapper","JitNetworkAccessPolicyMapper","JitNetworkAccessPolicyInitiateRequestMapper","ConnectorSettingMapper","RuleResultsInputMapper","RulesResultsInputMapper","AlertSimulatorRequestBodyMapper","SettingMapper","IngestionSettingMapper","SecurityConnectorMapper","coreClient.createSerializer","Mappers.MdeOnboardingDataList","Mappers.CloudError","Parameters.apiVersion","Parameters.$host","Parameters.subscriptionId","Parameters.accept","Mappers.MdeOnboardingData","__asyncValues","__asyncDelegator","getOperationSpec","serializer","Mappers.CustomAssessmentAutomation","Parameters.apiVersion1","Parameters.resourceGroupName","Parameters.customAssessmentAutomationName","Parameters.customAssessmentAutomationBody","Parameters.contentType","Mappers.CustomAssessmentAutomationsListResult","Parameters.nextLink","createOperationSpec","deleteOperationSpec","listByResourceGroupOperationSpec","listBySubscriptionOperationSpec","listByResourceGroupNextOperationSpec","listBySubscriptionNextOperationSpec","Mappers.CustomEntityStoreAssignment","Parameters.customEntityStoreAssignmentName","Parameters.customEntityStoreAssignmentRequestBody","Mappers.CustomEntityStoreAssignmentsListResult","listOperationSpec","Mappers.ComplianceResultList","Parameters.apiVersion2","Parameters.scope","Mappers.ComplianceResult","Parameters.resourceId","Parameters.complianceResultName","Mappers.PricingList","Parameters.apiVersion3","Mappers.Pricing","Parameters.pricingName","Parameters.pricing","Mappers.AdvancedThreatProtectionSetting","Parameters.apiVersion4","Parameters.settingName","Parameters.advancedThreatProtectionSetting","listNextOperationSpec","Mappers.DeviceSecurityGroupList","Parameters.apiVersion5","Mappers.DeviceSecurityGroup","Parameters.deviceSecurityGroupName","Parameters.deviceSecurityGroup","createOrUpdateOperationSpec","updateOperationSpec","Mappers.IoTSecuritySolutionsList","Parameters.filter","Mappers.IoTSecuritySolutionModel","Parameters.solutionName","Parameters.iotSecuritySolutionData","Parameters.updateIotSecuritySolutionData","Mappers.IoTSecuritySolutionAnalyticsModelList","Mappers.IoTSecuritySolutionAnalyticsModel","Mappers.IoTSecurityAggregatedAlertList","Parameters.top","Mappers.IoTSecurityAggregatedAlert","Parameters.aggregatedAlertName","Mappers.IoTSecurityAggregatedRecommendation","Parameters.aggregatedRecommendationName","Mappers.IoTSecurityAggregatedRecommendationList","Mappers.AscLocationList","Parameters.apiVersion6","Mappers.AscLocation","Parameters.ascLocation","Mappers.OperationList","Mappers.SecurityTaskList","Mappers.SecurityTask","Parameters.taskName","Parameters.taskUpdateActionType","Mappers.AutoProvisioningSettingList","Parameters.apiVersion7","Mappers.AutoProvisioningSetting","Parameters.settingName1","Parameters.setting","Mappers.ComplianceList","Mappers.Compliance","Parameters.complianceName","Mappers.InformationProtectionPolicy","Parameters.informationProtectionPolicyName","Parameters.informationProtectionPolicy","Mappers.InformationProtectionPolicyList","Mappers.SecurityContactList","Mappers.SecurityContact","Parameters.securityContactName","Parameters.securityContact","Mappers.WorkspaceSettingList","Mappers.WorkspaceSetting","Parameters.workspaceSettingName","Parameters.workspaceSetting","Mappers.RegulatoryComplianceStandardList","Parameters.apiVersion8","Mappers.RegulatoryComplianceStandard","Parameters.regulatoryComplianceStandardName","Mappers.RegulatoryComplianceControlList","Mappers.RegulatoryComplianceControl","Parameters.regulatoryComplianceControlName","Mappers.RegulatoryComplianceAssessmentList","Mappers.RegulatoryComplianceAssessment","Parameters.regulatoryComplianceAssessmentName","Mappers.SecuritySubAssessmentList","Parameters.assessmentName","Mappers.SecuritySubAssessment","Parameters.subAssessmentName","Mappers.AutomationList","Mappers.Automation","Parameters.automationName","Parameters.automation","Mappers.AutomationValidationStatus","Mappers.AlertsSuppressionRulesList","Parameters.alertType","Mappers.AlertsSuppressionRule","Parameters.alertsSuppressionRuleName","Parameters.alertsSuppressionRule","LroEngine","Mappers.ServerVulnerabilityAssessmentsList","Parameters.apiVersion9","Parameters.resourceNamespace","Parameters.resourceType","Parameters.resourceName","Mappers.ServerVulnerabilityAssessment","Parameters.serverVulnerabilityAssessment","Mappers.SecurityAssessmentMetadataResponseList","Parameters.apiVersion10","Mappers.SecurityAssessmentMetadataResponse","Parameters.assessmentMetadataName","Parameters.assessmentMetadata","Mappers.SecurityAssessmentList","Mappers.SecurityAssessmentResponse","Parameters.expand","Parameters.assessment","Mappers.AdaptiveApplicationControlGroups","Parameters.includePathRecommendations","Parameters.summary","Mappers.AdaptiveApplicationControlGroup","Parameters.groupName","Parameters.body","listByExtendedResourceOperationSpec","Mappers.AdaptiveNetworkHardeningsList","Mappers.AdaptiveNetworkHardening","Parameters.adaptiveNetworkHardeningResourceName","Parameters.body1","Parameters.adaptiveNetworkHardeningEnforceAction","listByHomeRegionOperationSpec","listByHomeRegionNextOperationSpec","Mappers.AllowedConnectionsList","Mappers.AllowedConnectionsResource","Parameters.connectionType","Mappers.TopologyList","Mappers.TopologyResource","Parameters.topologyResourceName","Mappers.JitNetworkAccessPoliciesList","Mappers.JitNetworkAccessPolicy","Parameters.jitNetworkAccessPolicyName","Parameters.body2","Mappers.JitNetworkAccessRequest","Parameters.body3","Parameters.jitNetworkAccessPolicyInitiateType","Mappers.DiscoveredSecuritySolutionList","Mappers.DiscoveredSecuritySolution","Parameters.discoveredSecuritySolutionName","Mappers.SecuritySolutionsReferenceDataList","Mappers.ExternalSecuritySolutionList","Mappers.ExternalSecuritySolution","Parameters.externalSecuritySolutionsName","Mappers.SecureScoresList","Mappers.SecureScoreItem","Parameters.secureScoreName","Mappers.SecureScoreControlList","Parameters.expand1","Mappers.SecureScoreControlDefinitionList","Mappers.SecuritySolutionList","Mappers.SecuritySolution","Parameters.securitySolutionName","Mappers.ConnectorSettingList","Parameters.apiVersion11","Mappers.ConnectorSetting","Parameters.connectorName","Parameters.connectorSetting","Mappers.Scan","Parameters.workspaceId","Parameters.apiVersion12","Parameters.scanId","Mappers.Scans","Mappers.ScanResult","Parameters.scanResultId","Mappers.ScanResults","Mappers.RuleResults","Parameters.body4","Parameters.ruleId","Mappers.RulesResults","Parameters.body5","Mappers.AlertList","Parameters.apiVersion13","Mappers.Alert","Parameters.alertName","Parameters.alertSimulatorRequestBody","Mappers.SettingsList","Parameters.apiVersion14","Mappers.Setting","Parameters.settingName2","Parameters.setting1","Mappers.IngestionSettingList","Parameters.apiVersion15","Mappers.IngestionSetting","Parameters.ingestionSettingName","Parameters.ingestionSetting","Mappers.IngestionSettingToken","Mappers.ConnectionStrings","listByExtendedResourceNextOperationSpec","Mappers.SoftwaresList","Parameters.apiVersion16","Mappers.Software","Parameters.softwareName","Mappers.SecurityConnectorsList","Mappers.SecurityConnector","Parameters.securityConnectorName","Parameters.securityConnector","coreClient.ServiceClient"],"mappings":";;;;;;;;AAAA;;;;;;;AA2gHA,WAAY,kBAAkB;IAC5B,mCAAa,CAAA;IACb,iDAA2B,CAAA;IAC3B,yDAAmC,CAAA;IACnC,iCAAW,CAAA;AACb,CAAC,EALWA,0BAAkB,KAAlBA,0BAAkB,QAK7B;AAeD,WAAY,uBAAuB;IACjC,sCAAW,CAAA;AACb,CAAC,EAFWC,+BAAuB,KAAvBA,+BAAuB,QAElC;AAYD,WAAY,iBAAiB;IAC3B,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,gCAAW,CAAA;AACb,CAAC,EAJWC,yBAAiB,KAAjBA,yBAAiB,QAI5B;AAcD,WAAY,mBAAmB;;IAE7B,0CAAmB,CAAA;;IAEnB,sDAA+B,CAAA;;IAE/B,kDAA2B,CAAA;;IAE3B,gDAAyB,CAAA;AAC3B,CAAC,EATWC,2BAAmB,KAAnBA,2BAAmB,QAS9B;AAeD,WAAY,gBAAgB;;IAE1B,iCAAa,CAAA;;IAEb,yCAAqB,CAAA;AACvB,CAAC,EALWC,wBAAgB,KAAhBA,wBAAgB,QAK3B;AAaD,WAAY,cAAc;;IAExB,mCAAiB,CAAA;;IAEjB,mCAAiB,CAAA;AACnB,CAAC,EALWC,sBAAc,KAAdA,sBAAc,QAKzB;AAaD,WAAY,2BAA2B;IACrC,kDAAmB,CAAA;IACnB,oDAAqB,CAAA;AACvB,CAAC,EAHWC,mCAA2B,KAA3BA,mCAA2B,QAGtC;AAaD,WAAY,eAAe;;IAEzB,0CAAuB,CAAA;AACzB,CAAC,EAHWC,uBAAe,KAAfA,uBAAe,QAG1B;AAYD,WAAY,eAAe;;IAEzB,wCAAqB,CAAA;AACvB,CAAC,EAHWC,uBAAe,KAAfA,uBAAe,QAG1B;AAYD,WAAY,uBAAuB;;IAEjC,yEAA8C,CAAA;;IAE9C,+FAAoE,CAAA;;IAEpE,uDAA4B,CAAA;;IAE5B,2EAAgD,CAAA;;IAEhD,2EAAgD,CAAA;;IAEhD,2FAAgE,CAAA;;IAEhE,+DAAoC,CAAA;;IAEpC,sEAA2C,CAAA;;IAE3C,oFAAyD,CAAA;;IAEzD,yDAA8B,CAAA;;IAE9B,uFAA4D,CAAA;;IAE5D,+FAAoE,CAAA;;IAEpE,iGAAsE,CAAA;;IAEtE,qFAA0D,CAAA;;IAE1D,yEAA8C,CAAA;;IAE9C,uFAA4D,CAAA;AAC9D,CAAC,EAjCWC,+BAAuB,KAAvBA,+BAAuB,QAiClC;AA2BD,WAAY,+BAA+B;IACzC,wDAAqB,CAAA;IACrB,sDAAmB,CAAA;AACrB,CAAC,EAHWC,uCAA+B,KAA/BA,uCAA+B,QAG1C;AAaD,WAAY,4BAA4B;;IAEtC,qDAAqB,CAAA;;IAErB,mDAAmB,CAAA;AACrB,CAAC,EALWC,oCAA4B,KAA5BA,oCAA4B,QAKvC;AAaD,WAAY,4BAA4B;IACtC,qDAAqB,CAAA;AACvB,CAAC,EAFWC,oCAA4B,KAA5BA,oCAA4B,QAEvC;AAYD,WAAY,gCAAgC;IAC1C,qDAAiB,CAAA;IACjB,2DAAuB,CAAA;AACzB,CAAC,EAHWC,wCAAgC,KAAhCA,wCAAgC,QAG3C;AAaD,WAAY,qBAAqB;IAC/B,wDAA+B,CAAA;IAC/B,oCAAW,CAAA;IACX,0CAAiB,CAAA;IACjB,sCAAa,CAAA;AACf,CAAC,EALWC,6BAAqB,KAArBA,6BAAqB,QAKhC;AAeD,WAAY,WAAW;IACrB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;IACf,kCAAmB,CAAA;IACnB,8BAAe,CAAA;AACjB,CAAC,EANWC,mBAAW,KAAXA,mBAAW,QAMtB;AAgBD,WAAY,kBAAkB;;IAE5B,+BAAS,CAAA;;IAET,iCAAW,CAAA;AACb,CAAC,EALWC,0BAAkB,KAAlBA,0BAAkB,QAK7B;AAaD,WAAY,WAAW;IACrB,sCAAuB,CAAA;IACvB,gCAAiB,CAAA;AACnB,CAAC,EAHWC,mBAAW,KAAXA,mBAAW,QAGtB;AAaD,WAAY,uBAAuB;;IAEjC,oCAAS,CAAA;;IAET,sCAAW,CAAA;AACb,CAAC,EALWC,+BAAuB,KAAvBA,+BAAuB,QAKlC;AAaD,WAAY,mBAAmB;;IAE7B,gCAAS,CAAA;;IAET,kCAAW,CAAA;AACb,CAAC,EALWC,2BAAmB,KAAnBA,2BAAmB,QAK9B;AAaD,WAAY,UAAU;;IAEpB,+BAAiB,CAAA;;IAEjB,+BAAiB,CAAA;;IAEjB,iCAAmB,CAAA;;IAEnB,yCAA2B,CAAA;AAC7B,CAAC,EATWC,kBAAU,KAAVA,kBAAU,QASrB;AAeD,WAAY,4BAA4B;;IAEtC,mDAAmB,CAAA;;IAEnB,uDAAuB,CAAA;;IAEvB,+DAA+B,CAAA;AACjC,CAAC,EAPWC,oCAA4B,KAA5BA,oCAA4B,QAOvC;AAcD,WAAY,aAAa;IACvB,4BAAW,CAAA;IACX,kCAAiB,CAAA;IACjB,8BAAa,CAAA;AACf,CAAC,EAJWC,qBAAa,KAAbA,qBAAa,QAIxB;AAcD,WAAY,WAAW;;IAErB,8BAAe,CAAA;;IAEf,sCAAuB,CAAA;;IAEvB,4CAA6B,CAAA;AAC/B,CAAC,EAPWC,mBAAW,KAAXA,mBAAW,QAOtB;AAcD,WAAY,yBAAyB;IACnC,8EAAiD,CAAA;IACjD,8FAAiE,CAAA;IACjE,wEAA2C,CAAA;AAC7C,CAAC,EAJWC,iCAAyB,KAAzBA,iCAAyB,QAIpC;AAcD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+DAA2C,CAAA;IAC3C,qDAAiC,CAAA;IACjC,qEAAiD,CAAA;IACjD,qCAAiB,CAAA;IACjB,iDAA6B,CAAA;IAC7B,iEAA6C,CAAA;IAC7C,+DAA2C,CAAA;IAC3C,+EAA2D,CAAA;IAC3D,qFAAiE,CAAA;IACjE,qGAAiF,CAAA;AACnF,CAAC,EAZWC,wBAAgB,KAAhBA,wBAAgB,QAY3B;AAsBD,WAAY,iBAAiB;IAC3B,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;AACrB,CAAC,EALWC,yBAAiB,KAAjBA,yBAAiB,QAK5B;AAeD,WAAY,aAAa;;IAEvB,kCAAiB,CAAA;;IAEjB,4CAA2B,CAAA;;IAE3B,8DAA6C,CAAA;;IAE7C,0CAAyB,CAAA;;IAEzB,4DAA2C,CAAA;;IAE3C,wCAAuB,CAAA;;IAEvB,sCAAqB,CAAA;;IAErB,0CAAyB,CAAA;;IAEzB,sCAAqB,CAAA;AACvB,CAAC,EAnBWC,qBAAa,KAAbA,qBAAa,QAmBxB;AAoBD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,wCAAqB,CAAA;IACrB,0CAAuB,CAAA;AACzB,CAAC,EAJWC,uBAAe,KAAfA,uBAAe,QAI1B;AAcD,WAAY,6DAA6D;IACvE,wFAAuB,CAAA;IACvB,kFAAiB,CAAA;IACjB,sFAAqB,CAAA;IACrB,8FAA6B,CAAA;IAC7B,kGAAiC,CAAA;AACnC,CAAC,EANWC,qEAA6D,KAA7DA,qEAA6D,QAMxE;AAgBD,WAAY,YAAY;IACtB,iDAAiC,CAAA;IACjC,4DAA4C,CAAA;IAC5C,gDAAgC,CAAA;IAChC,uCAAuB,CAAA;IACvB,2CAA2B,CAAA;IAC3B,4DAA4C,CAAA;IAC5C,kDAAkC,CAAA;IAClC,sDAAsC,CAAA;IACtC,uCAAuB,CAAA;IACvB,oDAAoC,CAAA;IACpC,yCAAyB,CAAA;IACzB,yDAAyC,CAAA;IACzC,6CAA6B,CAAA;IAC7B,iCAAiB,CAAA;AACnB,CAAC,EAfWC,oBAAY,KAAZA,oBAAY,QAevB;AAyBD,WAAY,eAAe;IACzB,uFAAoE,CAAA;IACpE,wEAAqD,CAAA;IACrD,yDAAsC,CAAA;IACtC,+DAA4C,CAAA;IAC5C,qDAAkC,CAAA;IAClC,0EAAuD,CAAA;IACvD,iDAA8B,CAAA;IAC9B,sFAAmE,CAAA;IACnE,4FAAyE,CAAA;IACzE,6CAA0B,CAAA;IAC1B,kFAA+D,CAAA;IAC/D,oEAAiD,CAAA;IACjD,oEAAiD,CAAA;IACjD,uFAAoE,CAAA;IACpE,uFAAoE,CAAA;IACpE,yEAAsD,CAAA;IACtD,qFAAkE,CAAA;IAClE,mDAAgC,CAAA;IAChC,kFAA+D,CAAA;IAC/D,qFAAkE,CAAA;IAClE,uDAAoC,CAAA;IACpC,uEAAoD,CAAA;IACpD,gFAA6D,CAAA;IAC7D,yFAAsE,CAAA;IACtE,yFAAsE,CAAA;IACtE,iEAA8C,CAAA;IAC9C,yDAAsC,CAAA;IACtC,6CAA0B,CAAA;IAC1B,4CAAyB,CAAA;IACzB,kGAA+E,CAAA;IAC/E,yCAAsB,CAAA;IACtB,kEAA+C,CAAA;IAC/C,4DAAyC,CAAA;IACzC,2DAAwC,CAAA;IACxC,yEAAsD,CAAA;IACtD,wEAAqD,CAAA;IACrD,iGAA8E,CAAA;IAC9E,uFAAoE,CAAA;IACpE,uFAAoE,CAAA;IACpE,yFAAsE,CAAA;IACtE,qFAAkE,CAAA;IAClE,+FAA4E,CAAA;IAC5E,mFAAgE,CAAA;IAChE,sEAAmD,CAAA;IACnD,yDAAsC,CAAA;IACtC,6EAA0D,CAAA;IAC1D,uFAAoE,CAAA;IACpE,mDAAgC,CAAA;IAChC,gEAA6C,CAAA;IAC7C,qDAAkC,CAAA;IAClC,oEAAiD,CAAA;IACjD,uEAAoD,CAAA;IACpD,0EAAuD,CAAA;IACvD,gEAA6C,CAAA;IAC7C,iDAA8B,CAAA;IAC9B,4EAAyD,CAAA;IACzD,gEAA6C,CAAA;IAC7C,uDAAoC,CAAA;IACpC,gDAA6B,CAAA;IAC7B,gFAA6D,CAAA;IAC7D,qDAAkC,CAAA;IAClC,uEAAoD,CAAA;IACpD,sEAAmD,CAAA;IACnD,uDAAoC,CAAA;IACpC,iFAA8D,CAAA;IAC9D,wDAAqC,CAAA;IACrC,6DAA0C,CAAA;IAC1C,mFAAgE,CAAA;IAChE,0EAAuD,CAAA;IACvD,gEAA6C,CAAA;IAC7C,4EAAyD,CAAA;IACzD,wCAAqB,CAAA;IACrB,4CAAyB,CAAA;IACzB,yDAAsC,CAAA;IACtC,yDAAsC,CAAA;IACtC,2DAAwC,CAAA;IACxC,kCAAe,CAAA;IACf,mDAAgC,CAAA;IAChC,kEAA+C,CAAA;IAC/C,qFAAkE,CAAA;IAClE,qDAAkC,CAAA;IAClC,oEAAiD,CAAA;IACjD,2DAAwC,CAAA;IACxC,0DAAuC,CAAA;IACvC,mDAAgC,CAAA;IAChC,6EAA0D,CAAA;IAC1D,wEAAqD,CAAA;IACrD,+CAA4B,CAAA;IAC5B,+EAA4D,CAAA;IAC5D,wEAAqD,CAAA;IACrD,gEAA6C,CAAA;IAC7C,kFAA+D,CAAA;IAC/D,kEAA+C,CAAA;IAC/C,oEAAiD,CAAA;IACjD,8EAA2D,CAAA;IAC3D,8DAA2C,CAAA;IAC3C,yDAAsC,CAAA;IACtC,gFAA6D,CAAA;IAC7D,+DAA4C,CAAA;IAC5C,iEAA8C,CAAA;IAC9C,mDAAgC,CAAA;IAChC,mDAAgC,CAAA;IAChC,0FAAuE,CAAA;IACvE,0GAAuF,CAAA;AACzF,CAAC,EAzGWC,uBAAe,KAAfA,uBAAe,QAyG1B;AAmHD,WAAY,eAAe;IACzB,sCAAmB,CAAA;IACnB,4CAAyB,CAAA;IACzB,gCAAa,CAAA;IACb,0DAAuC,CAAA;IACvC,8BAAW,CAAA;AACb,CAAC,EANWC,uBAAe,KAAfA,uBAAe,QAM1B;AAgBD,WAAY,eAAe;IACzB,8BAAW,CAAA;IACX,wCAAqB,CAAA;IACrB,gCAAa,CAAA;AACf,CAAC,EAJWC,uBAAe,KAAfA,uBAAe,QAI1B;AAcD,WAAY,yBAAyB;IACnC,wCAAW,CAAA;IACX,kDAAqB,CAAA;IACrB,0CAAa,CAAA;AACf,CAAC,EAJWC,iCAAyB,KAAzBA,iCAAyB,QAIpC;AAcD,WAAY,YAAY;IACtB,+CAA+B,CAAA;IAC/B,qDAAqC,CAAA;IACrC,6CAA6B,CAAA;IAC7B,qDAAqC,CAAA;IACrC,6DAA6C,CAAA;IAC7C,qDAAqC,CAAA;IACrC,mDAAmC,CAAA;IACnC,mDAAmC,CAAA;AACrC,CAAC,EATWC,oBAAY,KAAZA,oBAAY,QASvB;AAmBD,WAAY,mBAAmB;;IAE7B,0CAAmB,CAAA;;IAEnB,oDAA6B,CAAA;;IAE7B,0DAAmC,CAAA;;IAEnC,0DAAmC,CAAA;AACrC,CAAC,EATWC,2BAAmB,KAAnBA,2BAAmB,QAS9B;AAeD,WAAY,yBAAyB;;IAEnC,gDAAmB,CAAA;;IAEnB,oDAAuB,CAAA;;IAEvB,4DAA+B,CAAA;AACjC,CAAC,EAPWC,iCAAyB,KAAzBA,iCAAyB,QAOpC;AAcD,WAAY,eAAe;;IAEzB,kCAAe,CAAA;;IAEf,wCAAqB,CAAA;AACvB,CAAC,EALWC,uBAAe,KAAfA,uBAAe,QAK1B;AAaD,WAAY,oBAAoB;IAC9B,uCAAe,CAAA;IACf,2CAAmB,CAAA;IACnB,qCAAa,CAAA;AACf,CAAC,EAJWC,4BAAoB,KAApBA,4BAAoB,QAI/B;AAcD,WAAY,wBAAwB;IAClC,qDAAyB,CAAA;IACzB,2DAA+B,CAAA;IAC/B,qDAAyB,CAAA;IACzB,6CAAiB,CAAA;IACjB,iDAAqB,CAAA;AACvB,CAAC,EANWC,gCAAwB,KAAxBA,gCAAwB,QAMnC;AAgBD,WAAY,yBAAyB;IACnC,wDAA2B,CAAA;IAC3B,8DAAiC,CAAA;IACjC,0DAA6B,CAAA;IAC7B,kDAAqB,CAAA;AACvB,CAAC,EALWC,iCAAyB,KAAzBA,iCAAyB,QAKpC;AAeD,WAAY,oCAAoC;IAC9C,+EAAuC,CAAA;IACvC,+EAAuC,CAAA;IACvC,uGAA+D,CAAA;IAC/D,uGAA+D,CAAA;IAC/D,mGAA2D,CAAA;IAC3D,uFAA+C,CAAA;AACjD,CAAC,EAPWC,4CAAoC,KAApCA,4CAAoC,QAO/C;AAiBD,WAAY,iBAAiB;IAC3B,uDAAkC,CAAA;IAClC,iDAA4B,CAAA;IAC5B,6DAAwC,CAAA;IACxC,uDAAkC,CAAA;IAClC,kCAAa,CAAA;AACf,CAAC,EANWC,yBAAiB,KAAjBA,yBAAiB,QAM5B;AAgBD,WAAY,yBAAyB;IACnC,wDAA2B,CAAA;IAC3B,wCAAW,CAAA;IACX,8CAAiB,CAAA;AACnB,CAAC,EAJWC,iCAAyB,KAAzBA,iCAAyB,QAIpC;AAcD,WAAY,uBAAuB;IACjC,kDAAuB,CAAA;IACvB,wDAA6B,CAAA;IAC7B,8CAAmB,CAAA;AACrB,CAAC,EAJWC,+BAAuB,KAAvBA,+BAAuB,QAIlC;AAcD,WAAY,aAAa;IACvB,4BAAW,CAAA;IACX,4BAAW,CAAA;IACX,4BAAW,CAAA;IACX,kCAAiB,CAAA;IACjB,0CAAyB,CAAA;IACzB,oCAAmB,CAAA;AACrB,CAAC,EAPWC,qBAAa,KAAbA,qBAAa,QAOxB;AAiBD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;AACvB,CAAC,EAHWC,sBAAc,KAAdA,sBAAc,QAGzB;AAaD,WAAY,sBAAsB;IAChC,qCAAW,CAAA;IACX,qCAAW,CAAA;AACb,CAAC,EAHWC,8BAAsB,KAAtBA,8BAAsB,QAGjC;AAaD,WAAY,mBAAmB;IAC7B,4CAAqB,CAAA;IACrB,4CAAqB,CAAA;AACvB,CAAC,EAHWC,2BAAmB,KAAnBA,2BAAmB,QAG9B;AAaD,WAAY,aAAa;IACvB,4BAAW,CAAA;IACX,4BAAW,CAAA;IACX,0BAAS,CAAA;AACX,CAAC,EAJWC,qBAAa,KAAbA,qBAAa,QAIxB;AAcD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,sCAAuB,CAAA;AACzB,CAAC,EAHWC,mBAAW,KAAXA,mBAAW,QAGtB;AAaD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,oDAA+B,CAAA;IAC/B,oEAA+C,CAAA;AACjD,CAAC,EAJWC,yBAAiB,KAAjBA,yBAAiB,QAI5B;AAcD,WAAY,mBAAmB;IAC7B,kCAAW,CAAA;IACX,oCAAa,CAAA;IACb,0CAAmB,CAAA;IACnB,gCAAS,CAAA;AACX,CAAC,EALWC,2BAAmB,KAAnBA,2BAAmB,QAK9B;AAeD,WAAY,iCAAiC;IAC3C,gDAAW,CAAA;IACX,gDAAW,CAAA;IACX,gDAAW,CAAA;AACb,CAAC,EAJWC,yCAAiC,KAAjCA,yCAAiC,QAI5C;AAcD,WAAY,uBAAuB;;IAEjC,oDAAyB,CAAA;AAC3B,CAAC,EAHWC,+BAAuB,KAAvBA,+BAAuB,QAGlC;AAYD,WAAY,gBAAgB;;IAE1B,uCAAmB,CAAA;;IAEnB,qCAAiB,CAAA;AACnB,CAAC,EALWC,wBAAgB,KAAhBA,wBAAgB,QAK3B;AAaD,WAAY,sBAAsB;IAChC,iDAAuB,CAAA;IACvB,2CAAiB,CAAA;IACjB,+CAAqB,CAAA;AACvB,CAAC,EAJWC,8BAAsB,KAAtBA,8BAAsB,QAIjC;AAcD,WAAY,mCAAmC;;IAE7C,sDAAe,CAAA;;IAEf,0DAAmB,CAAA;;IAEnB,0DAAmB,CAAA;AACrB,CAAC,EAPWC,2CAAmC,KAAnCA,2CAAmC,QAO9C;AAcD,WAAY,oCAAoC;;IAE9C,uDAAe,CAAA;;IAEf,2DAAmB,CAAA;;IAEnB,2DAAmB,CAAA;;IAEnB,2EAAmC,CAAA;AACrC,CAAC,EATWC,4CAAoC,KAApCA,4CAAoC,QAS/C;AAeD,WAAY,uBAAuB;;IAEjC,gGAAqE,CAAA;;IAErE,kEAAuC,CAAA;;IAEvC,sFAA2D,CAAA;;IAE3D,6FAAkE,CAAA;AACpE,CAAC,EATWC,+BAAuB,KAAvBA,+BAAuB,QASlC;AAeD,WAAY,uBAAuB;;IAEjC,gDAAqB,CAAA;;IAErB,0DAA+B,CAAA;;IAE/B,4DAAiC,CAAA;AACnC,CAAC,EAPWC,+BAAuB,KAAvBA,+BAAuB,QAOlC;AAcD,WAAY,oBAAoB;;IAE9B,6CAAqB,CAAA;;IAErB,+CAAuB,CAAA;AACzB,CAAC,EALWC,4BAAoB,KAApBA,4BAAoB,QAK/B;AAaD,WAAY,cAAc;;IAExB,mCAAiB,CAAA;;IAEjB,6CAA2B,CAAA;;IAE3B,2CAAyB,CAAA;;IAEzB,mCAAiB,CAAA;AACnB,CAAC,EATWC,sBAAc,KAAdA,sBAAc,QASzB;AAeD,WAAY,eAAe;;IAEzB,4CAAyB,CAAA;;IAEzB,sCAAmB,CAAA;;IAEnB,kDAA+B,CAAA;AACjC,CAAC,EAPWC,uBAAe,KAAfA,uBAAe,QAO1B;AAcD,WAAY,iBAAiB;;IAE3B,kCAAa,CAAA;;IAEb,sCAAiB,CAAA;;IAEjB,gCAAW,CAAA;;IAEX,oDAA+B,CAAA;;IAE/B,0CAAqB,CAAA;AACvB,CAAC,EAXWC,yBAAiB,KAAjBA,yBAAiB,QAW5B;AAgBD,WAAY,aAAa;;IAEvB,kCAAiB,CAAA;;IAEjB,sDAAqC,CAAA;;IAErC,8CAA6B,CAAA;;IAE7B,8CAA6B,CAAA;AAC/B,CAAC,EATWC,qBAAa,KAAbA,qBAAa,QASxB;AAeD,WAAY,kBAAkB;;IAE5B,qDAA+B,CAAA;;IAE/B,iCAAW,CAAA;;IAEX,uCAAiB,CAAA;;IAEjB,mCAAa,CAAA;AACf,CAAC,EATWC,0BAAkB,KAAlBA,0BAAkB,QAS7B;AAeD,WAAY,WAAW;;IAErB,kCAAmB,CAAA;;IAEnB,sCAAuB,CAAA;;IAEvB,8CAA+B,CAAA;;IAE/B,0CAA2B,CAAA;;IAE3B,0DAA2C,CAAA;;IAE3C,gDAAiC,CAAA;;IAEjC,oDAAqC,CAAA;;IAErC,sCAAuB,CAAA;;IAEvB,kDAAmC,CAAA;;IAEnC,sCAAuB,CAAA;;IAEvB,wCAAyB,CAAA;;IAEzB,4CAA6B,CAAA;;IAE7B,sDAAuC,CAAA;;IAEvC,gCAAiB,CAAA;;IAEjB,kCAAmB,CAAA;;IAEnB,4CAA6B,CAAA;AAC/B,CAAC,EAjCWC,mBAAW,KAAXA,mBAAW,QAiCtB;AA2BD,WAAY,2BAA2B;IACrC,8DAA+B,CAAA;IAC/B,4DAA6B,CAAA;AAC/B,CAAC,EAHWC,mCAA2B,KAA3BA,mCAA2B,QAGtC;AAaD,WAAY,gBAAgB;;IAE1B,qCAAiB,CAAA;;IAEjB,yCAAqB,CAAA;;IAErB,2CAAuB,CAAA;AACzB,CAAC,EAPWC,wBAAgB,KAAhBA,wBAAgB,QAO3B;AAcD,WAAY,SAAS;;IAEnB,gCAAmB,CAAA;AACrB,CAAC,EAHWC,iBAAS,KAATA,iBAAS,QAGpB;AAYD,WAAY,gBAAgB;IAC1B,6DAAyC,CAAA;IACzC,uEAAmD,CAAA;IACnD,2DAAuC,CAAA;AACzC,CAAC,EAJWC,wBAAgB,KAAhBA,wBAAgB,QAI3B;AAcD,WAAY,WAAW;IACrB,4BAAa,CAAA;IACb,8BAAe,CAAA;IACf,oFAAqE,CAAA;IACrE,oCAAqB,CAAA;AACvB,CAAC,EALWC,mBAAW,KAAXA,mBAAW,QAKtB;AAeD,WAAY,uBAAuB;IACjC,wCAAa,CAAA;IACb,kEAAuC,CAAA;IACvC,gFAAqD,CAAA;IACrD,kFAAuD,CAAA;IACvD,gGAAqE,CAAA;AACvE,CAAC,EANWC,+BAAuB,KAAvBA,+BAAuB,QAMlC;AAgBD,WAAY,cAAc;IACxB,iCAAe,CAAA;IACf,6BAAW,CAAA;IACX,6BAAW,CAAA;AACb,CAAC,EAJWC,sBAAc,KAAdA,sBAAc,QAIzB;AAcD,WAAY,iBAAiB;IAC3B,sDAAiC,CAAA;IACjC,0EAAqD,CAAA;IACrD,oEAA+C,CAAA;AACjD,CAAC,EAJWC,yBAAiB,KAAjBA,yBAAiB,QAI5B;AAcD,WAAY,+BAA+B;IACzC,oDAAiB,CAAA;IACjB,gEAA6B,CAAA;AAC/B,CAAC,EAHWC,uCAA+B,KAA/BA,uCAA+B,QAG1C;AAaD,WAAY,yBAAyB;IACnC,sDAAyB,CAAA;IACzB,wDAA2B,CAAA;IAC3B,oDAAuB,CAAA;AACzB,CAAC,EAJWC,iCAAyB,KAAzBA,iCAAyB,QAIpC;AAcD,WAAY,eAAe;IACzB,8CAA2B,CAAA;IAC3B,8BAAW,CAAA;IACX,0CAAuB,CAAA;IACvB,0DAAuC,CAAA;IACvC,sDAAmC,CAAA;IACnC,4CAAyB,CAAA;IACzB,sDAAmC,CAAA;IACnC,sDAAmC,CAAA;AACrC,CAAC,EATWC,uBAAe,KAAfA,uBAAe;;ACl1K3B;;;;;;;AAUA,AAAO,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,AAAO,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,sBAAsB;gBACtC,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,AAAO,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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,gBAAgB;yBAC5B;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,AAAO,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,AAAO,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,AAAO,MAAM,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,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,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,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,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;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,AAAO,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,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,SAAS;yBACrB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB;QACD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,AAAO,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,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,0BAA0B;yBACtC;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,AAAO,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,WAAW,EAAE;4BACX,OAAO,EAAE,IAAI,MAAM,CACjB,sDAAsD,CACvD;yBACF;wBACD,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,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,MAAM,EAAE;gBACN,YAAY,EAAE,SAAS;gBACvB,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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,AAAO,MAAM,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,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,mCAAmC;yBAC/C;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,AAAO,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,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,6DAA6D,GAA+B;IACvG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+DAA+D;QAC1E,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,AAAO,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,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,AAAO,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,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,4BAA4B;yBACxC;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,AAAO,MAAM,sDAAsD,GAA+B;IAChG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wDAAwD;QACnE,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uCAAuC,GAA+B;IACjF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,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,qCAAqC;yBACjD;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,AAAO,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,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,AAAO,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,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,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;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,AAAO,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,CAAC;iBAC7D;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8BAA8B;yBAC1C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;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,AAAO,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,iBAAiB;yBAC7B;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,AAAO,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;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,AAAO,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,8BAA8B;yBAC1C;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,AAAO,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,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,6BAA6B;yBACzC;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,AAAO,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,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,gCAAgC;yBAC5C;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,AAAO,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,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,uBAAuB;yBACnC;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,AAAO,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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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;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,AAAO,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,QAAQ;YACxB,UAAU,EAAE,QAAQ;SACrB;QACD,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE;YACxB,cAAc,EAAE,sBAAsB;YACtC,UAAU,EAAE,sBAAsB;SACnC;QACD,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,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,uBAAuB;yBACnC;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,AAAO,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,+BAA+B;yBAC3C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,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,oCAAoC;yBAChD;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,AAAO,MAAM,wDAAwD,GAA+B;IAClG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0DAA0D;QACrE,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CAAC,4BAA4B,CAAC;iBAClD;gBACD,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CAAC,4BAA4B,CAAC;iBAClD;gBACD,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,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,4BAA4B;yBACxC;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,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,AAAO,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,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,AAAO,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,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,MAAM;yBAClB;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,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,AAAO,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,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,4BAA4B;yBACxC;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,AAAO,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,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,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,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,kBAAkB;yBAC9B;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,AAAO,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,8BAA8B;yBAC1C;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,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,AAAO,MAAM,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,QAAQ;gBACxB,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,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uCAAuC;yBACnD;qBACF;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8CAA8C;yBAC1D;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4CAA4C,GAA+B;IACtF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oCAAoC;yBAChD;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;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,AAAO,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;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,AAAO,MAAM,yCAAyC,GAA+B;IACnF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;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,AAAO,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,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,AAAO,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,kCAAkC;yBAC9C;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,AAAO,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;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,AAAO,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;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,AAAO,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EAAE;YACxB,cAAc,EAAE,oBAAoB;YACpC,UAAU,EAAE,oBAAoB;SACjC;QACD,eAAe,EAAE;YACf,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,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;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,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,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,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;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,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,MAAM;yBAClB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,MAAM,GAA+B;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,eAAe,EAAE;YACf,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,UAAU;oCAChB,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iCACtC;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,OAAO;yBACnB;qBACF;iBACF;aACF;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,AAAO,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,UAAU,EAAE,oBAAoB;QAChC,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,iCAAiC;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,iCAAiC;QAC7C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,SAAS;yBACrB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;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,AAAO,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2BAA2B;yBACvC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;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,AAAO,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,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,AAAO,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE;YACxB,cAAc,EAAE,cAAc;YAC9B,UAAU,EAAE,cAAc;SAC3B;QACD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,AAAO,MAAM,6CAA6C,GAA+B;IACvF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+CAA+C;QAC1D,eAAe,EAAE;YACf,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,GAAG,GAA+B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,KAAK;QAChB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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,AAAO,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,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,AAAO,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,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,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,GAAG,EAAE;gBACH,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2CAA2C,GAA+B;IACrF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iDAAiD,GAA+B;IAC3F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mDAAmD;QAC9D,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qDAAqD,GAA+B;IAC/F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uDAAuD;QAClE,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,mDAAmD,GAA+B;IAC7F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qDAAqD;QAChE,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2CAA2C,GAA+B;IACrF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,+CAA+C,GAA+B;IACzF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gDAAgD,GAA+B;IAC1F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kDAAkD;QAC7D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,gFAAgF;iBACnF;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,8EAA8E,GAA+B;IACxH,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,gFAAgF;QAClF,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,wBAAwB,EAAE;gBACxB,cAAc,EAAE,qCAAqC;gBACrD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;iBAClB;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;iBAClB;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,OAAO,GAA+B;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2BAA2B;yBACvC;qBACF;iBACF;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,YAAY,EAAE,SAAS;gBACvB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,oCAAoC;gBACpD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uCAAuC;yBACnD;qBACF;iBACF;aACF,EACD,uBAAuB,EAAE;gBACvB,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EACP,+DAA+D;yBAClE;qBACF;iBACF;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,sCAAsC;gBACtD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wBAAwB;yBACpC;qBACF;iBACF;aACF,EACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,+CAA+C;gBAC/D,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EACP,wDAAwD;yBAC3D;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,sCAAsC;gBACtD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,kBAAkB,EAAE,EAAE;iBACtE;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,iBAAiB,EAAE,EAAE;iBACrE;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,cAAc,EAAE;gBACd,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,4EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,4BAA4B,CAAC,IAAI,CAAC,eAAe,GACjD,iBAAiB,CAAC,IAAI,CAAC,eAAe,GACtC,IAAI,CAAC,IAAI,CAAC,eAAe,GACzB,IAAI,CAAC,IAAI,CAAC,eAAe,CAC7B;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,SAAS,EAAE,UAAU,EAAE,SAAS,CAAC;iBAClD;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0DAA0D;iBACtE;aACF,EACD,sBAAsB,EAAE;gBACtB,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CAAC,uBAAuB,CAAC;iBAC7C;gBACD,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wCAAwC;yBACpD;qBACF;iBACF;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,MAAM;yBAClB;qBACF;iBACF;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,2CAA2C;gBAC3D,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,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,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,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,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,8DACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,iBAAiB,CAAC,IAAI,CAAC,eAAe,GACtC,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sCAAsC;yBAClD;qBACF;iBACF;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,GAAG,EAAE;gBACH,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE,QAAQ,CAAC,IAAI,CAAC,wBAAwB;QAChE,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,yCAAyC,CAAC,IAAI,CAAC,eAAe,GAC9D,QAAQ,CAAC,IAAI,CAAC,eAAe,CACjC;KACF;CACF,CAAC;AAEF,AAAO,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,GAAG,EAAE;gBACH,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,WAAW,EAAE;oBACX,SAAS,EAAE,GAAG;iBACf;gBACD,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,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,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kCAAkC;iBAC9C;aACF,EACD,GAAG,EAAE;gBACH,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,YAAY;4BAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;yBACpC;qBACF;iBACF;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,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,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,OAAO,GAA+B;IACjD,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,kCACV,QAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB;QACD,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB;QACD,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,kCACV,YAAY,CAAC,IAAI,CAAC,eAAe,KACpC,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF,EACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uCAAuC;yBACnD;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,OAAO;IACvB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,QAAQ;YACxB,UAAU,EAAE,QAAQ;SACrB;QACD,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,wBAAwB;IACxC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,kCACV,cAAc,CAAC,IAAI,CAAC,eAAe,KACtC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wCAAwC,GAA+B;IAClF,cAAc,EAAE,gCAAgC;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,kCACV,cAAc,CAAC,IAAI,CAAC,eAAe,KACtC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,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,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE;iBAC1D;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,KAAK;yBACjB;qBACF;iBACF;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,6BAA6B,GAA+B;IACvE,cAAc,EAAE,+BAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,kCACV,cAAc,CAAC,IAAI,CAAC,eAAe,KACtC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,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,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE;iBAC1D;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,KAAK;yBACjB;qBACF;iBACF;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,yBAAyB,GAA+B;IACnE,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4CAA4C,GAA+B;IACtF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,eAAe,kCACV,oCAAoC,CAAC,IAAI,CAAC,eAAe,KAC5D,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0DAA0D;iBACtE;aACF,EACD,sBAAsB,EAAE;gBACtB,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CAAC,uBAAuB,CAAC;iBAC7C;gBACD,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,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,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,kCACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,kCACV,gCAAgC,CAAC,IAAI,CAAC,eAAe,KACxD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,kCACV,gCAAgC,CAAC,IAAI,CAAC,eAAe,KACxD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uCAAuC,GAA+B;IACjF,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,+BAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2CAA2C,GAA+B;IACrF,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,+BAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,+BAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uBAAuB,GAA+B;IACjE,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,oBAAoB;QAChC,wBAAwB,EAAE,kBAAkB,CAAC,IAAI,CAAC,wBAAwB;QAC1E,eAAe,kCACV,kBAAkB,CAAC,IAAI,CAAC,eAAe,KAC1C,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sBAAsB,GAA+B;IAChE,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,oBAAoB;QAChC,wBAAwB,EAAE,kBAAkB,CAAC,IAAI,CAAC,wBAAwB;QAC1E,eAAe,kCACV,kBAAkB,CAAC,IAAI,CAAC,eAAe,KAC1C,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CACjB,sDAAsD,CACvD;iBACF;gBACD,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sCAAsC,GAA+B;IAChF,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,UAAU,EAAE,iCAAiC;QAC7C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,+BAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sBAAsB,GAA+B;IAChE,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6CAA6C;iBACzD;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mDAAmD;iBAC/D;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uDAAuD;iBACnE;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qDAAqD;iBACjE;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6CAA6C;iBACzD;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,6BAA6B,GAA+B;IACvE,cAAc,EAAE,uBAAuB;IACvC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,kCACV,aAAa,CAAC,IAAI,CAAC,eAAe,KACrC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iDAAiD;iBAC7D;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kDAAkD;iBAC9D;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,kCACV,kCAAkC,CAAC,IAAI,CAAC,eAAe,KAC1D,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,kCACV,kCAAkC,CAAC,IAAI,CAAC,eAAe,KAC1D,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,kCACV,kCAAkC,CAAC,IAAI,CAAC,eAAe,GACvD,iCAAiC,CAAC,IAAI,CAAC,eAAe,CAC1D;KACF;CACF,CAAC;AAEF,AAAO,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,kCACV,eAAe,CAAC,IAAI,CAAC,eAAe,KACvC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+CAA+C;iBAC3D;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE,QAAQ,CAAC,IAAI,CAAC,wBAAwB;QAChE,eAAe,kCACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,KAChD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE,QAAQ,CAAC,IAAI,CAAC,wBAAwB;QAChE,eAAe,kCACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,KAChD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE,QAAQ,CAAC,IAAI,CAAC,wBAAwB;QAChE,eAAe,kCACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,KAChD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kBAAkB,GAA+B;IAC5D,cAAc,EAAE,oBAAoB;IACpC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE,QAAQ,CAAC,IAAI,CAAC,wBAAwB;QAChE,eAAe,kCACV,OAAO,CAAC,IAAI,CAAC,eAAe,KAC/B,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE,QAAQ,CAAC,IAAI,CAAC,wBAAwB;QAChE,eAAe,kCACV,OAAO,CAAC,IAAI,CAAC,eAAe,KAC/B,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,yBAAyB,GAA+B;IACnE,cAAc,EAAE,2BAA2B;IAC3C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB;QACD,eAAe,kCACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,KAChD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB;QACD,eAAe,kCACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,KAC3C,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uBAAuB,GAA+B;IACjE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,kCACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,KAC3C,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,QAAQ;yBACf;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,kCACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,KAChD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,oCAAoC;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wCAAwC,GAA+B;IAClF,cAAc,EAAE,0CAA0C;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wCAAwC,GAA+B;IAClF,cAAc,EAAE,0CAA0C;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wCAAwC,GAA+B;IAClF,cAAc,EAAE,0CAA0C;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,oCAAoC,GAA+B;IAC9E,cAAc,EAAE,sCAAsC;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,oCAAoC;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA+B;IACtE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA+B;IACtE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA+B;IACtE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uCAAuC,GAA+B;IACjF,cAAc,EAAE,yCAAyC;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CACjD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA+B;IACpE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CACjD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CACjD;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,oBACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CACjD;KACF;CACF,CAAC;AAEF,AAAO,IAAI,cAAc,GAAG;IAC1B,eAAe,EAAE,eAAe;IAChC,eAAe,EAAE,eAAe;IAChC,cAAc,EAAE,cAAc;IAC9B,gBAAgB,EAAE,gBAAgB;IAClC,+BAA+B,EAAE,+BAA+B;IAChE,kBAAkB,EAAE,kBAAkB;IACtC,+BAA+B,EAAE,+BAA+B;IAChE,aAAa,EAAE,aAAa;IAC5B,mCAAmC,EAAE,wBAAwB;IAC7D,kBAAkB,EAAE,OAAO;IAC3B,0CAA0C,EAAE,wBAAwB;IACpE,qCAAqC,EAAE,mBAAmB;IAC1D,uBAAuB,EAAE,oBAAoB;IAC7C,2BAA2B,EAAE,wBAAwB;IACrD,uCAAuC,EAAE,gCAAgC;IACzE,+CAA+C,EAAE,wCAAwC;IACzF,8CAA8C,EAAE,6BAA6B;IAC7E,2BAA2B,EAAE,wBAAwB;IACrD,2BAA2B,EAAE,wBAAwB;IACrD,4BAA4B,EAAE,yBAAyB;IACvD,0CAA0C,EAAE,uCAAuC;IACnF,+CAA+C,EAAE,2CAA2C;IAC5F,gDAAgD,EAAE,+BAA+B;IACjF,kCAAkC,EAAE,uBAAuB;IAC3D,iCAAiC,EAAE,sBAAsB;IACzD,yCAAyC,EAAE,sCAAsC;IACjF,8BAA8B,EAAE,sBAAsB;IACtD,wCAAwC,EAAE,gCAAgC;IAC1E,qCAAqC,EAAE,6BAA6B;IACpE,cAAc,EAAE,2BAA2B;IAC3C,cAAc,EAAE,2BAA2B;IAC3C,cAAc,EAAE,2BAA2B;IAC3C,6BAA6B,EAAE,kBAAkB;IACjD,4BAA4B,EAAE,iBAAiB;IAC/C,2CAA2C,EAAE,yBAAyB;IACtE,0CAA0C,EAAE,wBAAwB;IACpE,yCAAyC,EAAE,uBAAuB;IAClE,8BAA8B,EAAE,2BAA2B;IAC3D,oDAAoD,EAAE,kCAAkC;IACxF,kDAAkD,EAAE,gCAAgC;IACpF,kDAAkD,EAAE,gCAAgC;IACpF,kDAAkD,EAAE,gCAAgC;IACpF,0DAA0D,EAAE,wCAAwC;IACpG,0DAA0D,EAAE,wCAAwC;IACpG,0DAA0D,EAAE,wCAAwC;IACpG,kDAAkD,EAAE,gCAAgC;IACpF,kDAAkD,EAAE,gCAAgC;IACpF,kDAAkD,EAAE,gCAAgC;IACpF,sDAAsD,EAAE,oCAAoC;IAC5F,oDAAoD,EAAE,kCAAkC;IACxF,8CAA8C,EAAE,4BAA4B;IAC5E,8CAA8C,EAAE,4BAA4B;IAC5E,8CAA8C,EAAE,4BAA4B;IAC5E,yDAAyD,EAAE,uCAAuC;IAClG,0CAA0C,EAAE,wBAAwB;IACpE,4CAA4C,EAAE,0BAA0B;IACxE,qCAAqC,EAAE,mBAAmB;IAC1D,mCAAmC,EAAE,iBAAiB;CACvD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACpiRF;;;;;;;AAaA,AA6BO,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,AAAO,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CACjB,sDAAsD,CACvD;SACF;QACD,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,qBAAqB,CAAC;YAC1C,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,8BAA8B,GAA0B;IACnE,aAAa,EAAE,gCAAgC;IAC/C,MAAM,EAAE;QACN,cAAc,EAAE,gCAAgC;QAChD,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,8BAA8B,GAAuB;IAChE,aAAa,EAAE,gCAAgC;IAC/C,MAAM,EAAEC,iCAAuC;CAChD,CAAC;AAEF,AAAO,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,AAAO,MAAM,+BAA+B,GAA0B;IACpE,aAAa,EAAE,iCAAiC;IAChD,MAAM,EAAE;QACN,cAAc,EAAE,iCAAiC;QACjD,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sCAAsC,GAAuB;IACxE,aAAa,EAAE,wCAAwC;IACvD,MAAM,EAAEC,kCAAwC;CACjD,CAAC;AAEF,AAAO,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,AAAO,MAAM,UAAU,GAA0B;IAC/C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,AAAO,MAAM,oBAAoB,GAA0B;IACzD,aAAa,EAAE,sBAAsB;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,sBAAsB;QACtC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,SAAS;IACxB,MAAM,EAAEC,OAAa;CACtB,CAAC;AAEF,AAAO,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,YAAY,EAAE,SAAS;QACvB,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,+BAA+B,GAAuB;IACjE,aAAa,EAAE,iCAAiC;IAChD,MAAM,EAAEC,+BAAqC;CAC9C,CAAC;AAEF,AAAO,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uBAAuB,GAA0B;IAC5D,aAAa,EAAE,yBAAyB;IACxC,MAAM,EAAE;QACN,cAAc,EAAE,yBAAyB;QACzC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,mBAAmB,GAAuB;IACrD,aAAa,EAAE,qBAAqB;IACpC,MAAM,EAAEC,mBAAyB;CAClC,CAAC;AAEF,AAAO,MAAM,MAAM,GAA4B;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC;IACpC,MAAM,EAAE;QACN,cAAc,EAAE,SAAS;QACzB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,uBAAuB,GAAuB;IACzD,aAAa,EAAE,yBAAyB;IACxC,MAAM,EAAEC,wBAA8B;CACvC,CAAC;AAEF,AAAO,MAAM,6BAA6B,GAAuB;IAC/D,aAAa,EAAE,+BAA+B;IAC9C,MAAM,EAAEC,6BAAmC;CAC5C,CAAC;AAEF,AAAO,MAAM,GAAG,GAA4B;IAC1C,aAAa,EAAE,CAAC,SAAS,EAAE,KAAK,CAAC;IACjC,MAAM,EAAE;QACN,cAAc,EAAE,MAAM;QACtB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,mBAAmB,GAA0B;IACxD,aAAa,EAAE,qBAAqB;IACpC,MAAM,EAAE;QACN,cAAc,EAAE,qBAAqB;QACrC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,4BAA4B,GAA0B;IACjE,aAAa,EAAE,8BAA8B;IAC7C,MAAM,EAAE;QACN,cAAc,EAAE,8BAA8B;QAC9C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,oBAAoB,GAA0B;IACzD,aAAa,EAAE,sBAAsB;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,sBAAsB;QACtC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,SAAS;IACxB,MAAM,EAAEC,uBAA6B;CACtC,CAAC;AAEF,AAAO,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,+BAA+B,GAA0B;IACpE,aAAa,EAAE,iCAAiC;IAChD,MAAM,EAAE;QACN,cAAc,EAAE,iCAAiC;QACjD,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,2BAA2B,GAAuB;IAC7D,aAAa,EAAE,6BAA6B;IAC5C,MAAM,EAAEC,2BAAiC;CAC1C,CAAC;AAEF,AAAO,MAAM,mBAAmB,GAA0B;IACxD,aAAa,EAAE,qBAAqB;IACpC,MAAM,EAAE;QACN,cAAc,EAAE,qBAAqB;QACrC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,eAAe,GAAuB;IACjD,aAAa,EAAE,iBAAiB;IAChC,MAAM,EAAEC,eAAqB;CAC9B,CAAC;AAEF,AAAO,MAAM,oBAAoB,GAA0B;IACzD,aAAa,EAAE,sBAAsB;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,sBAAsB;QACtC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAAuB;IAClD,aAAa,EAAE,kBAAkB;IACjC,MAAM,EAAEC,gBAAsB;CAC/B,CAAC;AAEF,AAAO,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gCAAgC,GAA0B;IACrE,aAAa,EAAE,kCAAkC;IACjD,MAAM,EAAE;QACN,cAAc,EAAE,kCAAkC;QAClD,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,+BAA+B,GAA0B;IACpE,aAAa,EAAE,iCAAiC;IAChD,MAAM,EAAE;QACN,cAAc,EAAE,iCAAiC;QACjD,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kCAAkC,GAA0B;IACvE,aAAa,EAAE,oCAAoC;IACnD,MAAM,EAAE;QACN,cAAc,EAAE,oCAAoC;QACpD,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,UAAU,GAAuB;IAC5C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAEC,UAAgB;CACzB,CAAC;AAEF,AAAO,MAAM,SAAS,GAA4B;IAChD,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;IACvC,MAAM,EAAE;QACN,cAAc,EAAE,WAAW;QAC3B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,yBAAyB,GAA0B;IAC9D,aAAa,EAAE,2BAA2B;IAC1C,MAAM,EAAE;QACN,cAAc,EAAE,2BAA2B;QAC3C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qBAAqB,GAAuB;IACvD,aAAa,EAAE,uBAAuB;IACtC,MAAM,EAAEC,qBAA2B;CACpC,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,6BAA6B,GAA0B;IAClE,aAAa,EAAE,+BAA+B;IAC9C,MAAM,EAAE;QACN,YAAY,EAAE,SAAS;QACvB,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,+BAA+B;QAC/C,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA4B;IACnD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,sBAAsB,GAA0B;IAC3D,aAAa,EAAE,wBAAwB;IACvC,MAAM,EAAE;QACN,cAAc,EAAE,wBAAwB;QACxC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,kBAAkB,GAAuB;IACpD,aAAa,EAAE,oBAAoB;IACnC,MAAM,EAAEC,kCAAwC;CACjD,CAAC;AAEF,AAAO,MAAM,MAAM,GAA4B;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC;IACpC,MAAM,EAAE;QACN,cAAc,EAAE,SAAS;QACzB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,UAAU,GAAuB;IAC5C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAEC,kBAAwB;CACjC,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA4B;IACjE,aAAa,EAAE,CAAC,SAAS,EAAE,4BAA4B,CAAC;IACxD,MAAM,EAAE;QACN,cAAc,EAAE,4BAA4B;QAC5C,IAAI,EAAE;YACJ,IAAI,EAAE,SAAS;SAChB;KACF;CACF,CAAC;AAEF,AAAO,MAAM,OAAO,GAA4B;IAC9C,aAAa,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,SAAS;QACzB,IAAI,EAAE;YACJ,IAAI,EAAE,SAAS;SAChB;KACF;CACF,CAAC;AAEF,AAAO,MAAM,SAAS,GAA0B;IAC9C,aAAa,EAAE,WAAW;IAC1B,MAAM,EAAE;QACN,cAAc,EAAE,WAAW;QAC3B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,IAAI,GAAuB;IACtC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAEC,+BAAqC;CAC9C,CAAC;AAEF,AAAO,MAAM,oCAAoC,GAA0B;IACzE,aAAa,EAAE,sCAAsC;IACrD,MAAM,EAAE;QACN,cAAc,EAAE,sCAAsC;QACtD,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAEC,sCAA4C;CACrD,CAAC;AAEF,AAAO,MAAM,qCAAqC,GAA0B;IAC1E,aAAa,EAAE,uCAAuC;IACtD,MAAM,EAAE;QACN,YAAY,EAAE,SAAS;QACvB,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,uCAAuC;QACvD,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,oBAAoB,GAA0B;IACzD,aAAa,EAAE,sBAAsB;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,sBAAsB;QACtC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,0BAA0B,GAA0B;IAC/D,aAAa,EAAE,4BAA4B;IAC3C,MAAM,EAAE;QACN,cAAc,EAAE,4BAA4B;QAC5C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAEC,sBAA4B;CACrC,CAAC;AAEF,AAAO,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,MAAM;IACrB,MAAM,EAAEC,qCAA2C;CACpD,CAAC;AAEF,AAAO,MAAM,kCAAkC,GAA0B;IACvE,aAAa,EAAE,oCAAoC;IACnD,MAAM,EAAE;QACN,YAAY,EAAE,UAAU;QACxB,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,oCAAoC;QACpD,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,8BAA8B,GAA0B;IACnE,aAAa,EAAE,gCAAgC;IAC/C,MAAM,EAAE;QACN,cAAc,EAAE,gCAAgC;QAChD,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,6BAA6B,GAA0B;IAClE,aAAa,EAAE,+BAA+B;IAC9C,MAAM,EAAE;QACN,cAAc,EAAE,+BAA+B;QAC/C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,eAAe,GAA0B;IACpD,aAAa,EAAE,iBAAiB;IAChC,MAAM,EAAE;QACN,cAAc,EAAE,iBAAiB;QACjC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,OAAO,GAA4B;IAC9C,aAAa,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC;IACpC,MAAM,EAAE;QACN,cAAc,EAAE,SAAS;QACzB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,oBAAoB,GAA0B;IACzD,aAAa,EAAE,sBAAsB;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,sBAAsB;QACtC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA4B;IACnD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,aAAa,GAA0B;IAClD,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE;QACN,cAAc,EAAE,eAAe;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAAuB;IAClD,aAAa,EAAE,kBAAkB;IACjC,MAAM,EAAEC,gBAAsB;CAC/B,CAAC;AAEF,AAAO,MAAM,MAAM,GAA0B;IAC3C,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,cAAc,EAAE,QAAQ;QACxB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA4B;IACnD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAEC,gBAAsB;CAC/B,CAAC;AAEF,AAAO,MAAM,MAAM,GAA0B;IAC3C,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,cAAc,EAAE,QAAQ;QACxB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,KAAK,GAAuB;IACvC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAEC,iBAAuB;CAChC,CAAC;AAEF,AAAO,MAAM,YAAY,GAA4B;IACnD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,SAAS,GAA0B;IAC9C,aAAa,EAAE,WAAW;IAC1B,MAAM,EAAE;QACN,cAAc,EAAE,WAAW;QAC3B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,yBAAyB,GAAuB;IAC3D,aAAa,EAAE,2BAA2B;IAC1C,MAAM,EAAEC,yBAA+B;CACxC,CAAC;AAEF,AAAO,MAAM,YAAY,GAA4B;IACnD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,QAAQ,GAAuB;IAC1C,aAAa,EAAE,SAAS;IACxB,MAAM,EAAEC,OAAa;CACtB,CAAC;AAEF,AAAO,MAAM,YAAY,GAA4B;IACnD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,oBAAoB,GAA0B;IACzD,aAAa,EAAE,sBAAsB;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,sBAAsB;QACtC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,gBAAgB,GAAuB;IAClD,aAAa,EAAE,kBAAkB;IACjC,MAAM,EAAEC,gBAAsB;CAC/B,CAAC;AAEF,AAAO,MAAM,YAAY,GAA4B;IACnD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,qBAAqB,GAA0B;IAC1D,aAAa,EAAE,uBAAuB;IACtC,MAAM,EAAE;QACN,cAAc,EAAE,uBAAuB;QACvC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,AAAO,MAAM,iBAAiB,GAAuB;IACnD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAEC,iBAAuB;CAChC,CAAC;;AC9kCF;;;;;;;AASA,AAWA;AACA,MAAa,kBAAkB;;;;;IAO7B,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMD,IAAI,CACF,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;KACzE;;;;;IAMD,GAAG,CACD,OAAyC;QAEzC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,gBAAgB,CAAC,CAAC;KACxE;CACF;AACD;AACA,MAAM,UAAU,GAAGC,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EACF,6EAA6E;IAC/E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEC,qBAA6B;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAEC,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACC,UAAqB,CAAC;IACxC,aAAa,EAAE,CAACC,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,qFAAqF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEC,iBAAyB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAEL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACC,UAAqB,CAAC;IACxC,aAAa,EAAE,CAACC,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;IACrC,UAAU;CACX,CAAC;;ACxFF;;;;;;;AAgCA;AACA;AACA,MAAa,+BAA+B;;;;;IAQ1C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;IAQM,mBAAmB,CACxB,iBAAyB,EACzB,OAAsE;QAEtE,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,6BAA6B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;aACvE;SACF,CAAC;KACH;IAEc,6BAA6B,CAC1C,iBAAyB,EACzB,OAAsE;;YAEtE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;YACzE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAsE;;;;gBAEtE,KAAyB,IAAA,KAAAE,oBAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,kBAAkB,CACvB,OAAqE;QAErE,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAC;aACnD;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAAqE;;YAErE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;YACrD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACxE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,2BAA2B,CACxC,OAAqE;;;;gBAErE,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAxD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;IASD,GAAG,CACD,iBAAyB,EACzB,8BAAsC,EACtC,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,8BAA8B,EAAE,OAAO,EAAE,EAC9DE,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;;IAWD,MAAM,CACJ,iBAAyB,EACzB,8BAAsC,EACtC,8BAAiE,EACjE,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,8BAA8B;YAC9B,8BAA8B;YAC9B,OAAO;SACR,EACD,mBAAmB,CACpB,CAAC;KACH;;;;;;;;IASD,MAAM,CACJ,iBAAyB,EACzB,8BAAsC,EACtC,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,8BAA8B,EAAE,OAAO,EAAE,EAC9D,mBAAmB,CACpB,CAAC;KACH;;;;;;;IAQO,oBAAoB,CAC1B,iBAAyB,EACzB,OAAsE;QAEtE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9B,gCAAgC,CACjC,CAAC;KACH;;;;;IAMO,mBAAmB,CACzB,OAAqE;QAErE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,+BAA+B,CAChC,CAAC;KACH;;;;;;;;IASO,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAA0E;QAE1E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,oCAAoC,CACrC,CAAC;KACH;;;;;;IAOO,uBAAuB,CAC7B,QAAgB,EAChB,OAAyE;QAEzE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,mCAAmC,CACpC,CAAC;KACH;CACF;AACD;AACA,MAAMC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMU,kBAAgB,GAA6B;IACjD,IAAI,EACF,8JAA8J;IAChK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEE,0BAAkC;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BC,8BAAyC;KAC1C;IACD,gBAAgB,EAAE,CAACT,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,8JAA8J;IAChK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEC,0BAAkC;SAC/C;QACD,GAAG,EAAE;YACH,UAAU,EAAEA,0BAAkC;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEc,8BAAyC;IACtD,eAAe,EAAE,CAACH,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BC,8BAAyC;KAC1C;IACD,gBAAgB,EAAE,CAACT,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,8JAA8J;IAChK,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BC,8BAAyC;KAC1C;IACD,gBAAgB,EAAE,CAACT,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;IACjE,IAAI,EACF,6HAA6H;IAC/H,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEO,qCAA6C;SAC1D;QACD,OAAO,EAAE;YACP,UAAU,EAAEhB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;KAC7B;IACD,gBAAgB,EAAE,CAACR,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,+BAA+B,GAA6B;IAChE,IAAI,EACF,0FAA0F;IAC5F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEO,qCAA6C;SAC1D;QACD,OAAO,EAAE;YACP,UAAU,EAAEhB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACT,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,oCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEO,qCAA6C;SAC1D;QACD,OAAO,EAAE;YACP,UAAU,EAAEhB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,mCAAmC,GAA6B;IACpE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEO,qCAA6C;SAC1D;QACD,OAAO,EAAE;YACP,UAAU,EAAEhB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACjaF;;;;;;;AAgCA;AACA;AACA,MAAa,gCAAgC;;;;;IAQ3C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;IAQM,mBAAmB,CACxB,iBAAyB,EACzB,OAAuE;QAEvE,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,6BAA6B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;aACvE;SACF,CAAC;KACH;IAEc,6BAA6B,CAC1C,iBAAyB,EACzB,OAAuE;;YAEvE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;YACzE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAuE;;;;gBAEvE,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,kBAAkB,CACvB,OAAsE;QAEtE,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAC;aACnD;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAAsE;;YAEtE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;YACrD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACxE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,2BAA2B,CACxC,OAAsE;;;;gBAEtE,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAxD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;;;IAWD,GAAG,CACD,iBAAyB,EACzB,+BAAuC,EACvC,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,OAAO,EAAE,EAC/DE,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;;IAWD,MAAM,CACJ,iBAAyB,EACzB,+BAAuC,EACvC,sCAA0E,EAC1E,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,+BAA+B;YAC/B,sCAAsC;YACtC,OAAO;SACR,EACDU,qBAAmB,CACpB,CAAC;KACH;;;;;;;;;IAUD,MAAM,CACJ,iBAAyB,EACzB,+BAAuC,EACvC,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,OAAO,EAAE,EAC/DC,qBAAmB,CACpB,CAAC;KACH;;;;;;;IAQO,oBAAoB,CAC1B,iBAAyB,EACzB,OAAuE;QAEvE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BC,kCAAgC,CACjC,CAAC;KACH;;;;;IAMO,mBAAmB,CACzB,OAAsE;QAEtE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXC,iCAA+B,CAChC,CAAC;KACH;;;;;;;;IASO,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAA2E;QAE3E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCC,sCAAoC,CACrC,CAAC;KACH;;;;;;IAOO,uBAAuB,CAC7B,QAAgB,EAChB,OAA0E;QAE1E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBC,qCAAmC,CACpC,CAAC;KACH;CACF;AACD;AACA,MAAMd,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMU,kBAAgB,GAA6B;IACjD,IAAI,EACF,gKAAgK;IAClK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgB,2BAAmC;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAExB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5Ba,+BAA0C;KAC3C;IACD,gBAAgB,EAAE,CAACrB,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMS,qBAAmB,GAA6B;IACpD,IAAI,EACF,gKAAgK;IAClK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEM,2BAAmC;SAChD;QACD,GAAG,EAAE;YACH,UAAU,EAAEA,2BAAmC;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAExB,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE0B,sCAAiD;IAC9D,eAAe,EAAE,CAACf,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5Ba,+BAA0C;KAC3C;IACD,gBAAgB,EAAE,CAACrB,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,gKAAgK;IAClK,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5Ba,+BAA0C;KAC3C;IACD,gBAAgB,EAAE,CAACrB,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMW,kCAAgC,GAA6B;IACjE,IAAI,EACF,8HAA8H;IAChI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEO,sCAA8C;SAC3D;QACD,OAAO,EAAE;YACP,UAAU,EAAE3B,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;KAC7B;IACD,gBAAgB,EAAE,CAACR,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMY,iCAA+B,GAA6B;IAChE,IAAI,EACF,2FAA2F;IAC7F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEM,sCAA8C;SAC3D;QACD,OAAO,EAAE;YACP,UAAU,EAAE3B,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACT,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMa,sCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEK,sCAA8C;SAC3D;QACD,OAAO,EAAE;YACP,UAAU,EAAE3B,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMc,qCAAmC,GAA6B;IACpE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEI,sCAA8C;SAC3D;QACD,OAAO,EAAE;YACP,UAAU,EAAE3B,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACpaF;;;;;;;AAwBA;AACA;AACA,MAAa,qBAAqB;;;;;IAOhC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;IASM,IAAI,CACT,KAAa,EACb,OAA6C;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;aAC5C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,KAAa,EACb,OAA6C;;YAE7C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;YAC9C,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACjE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,OAA6C;;;;gBAE7C,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,IAAA;oBAAjD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;IASO,KAAK,CACX,KAAa,EACb,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClBsB,mBAAiB,CAClB,CAAC;KACH;;;;;;;IAQD,GAAG,CACD,UAAkB,EAClB,oBAA4B,EAC5B,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,oBAAoB,EAAE,OAAO,EAAE,EAC7CpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;IAUO,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B,qBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,yDAAyD;IAC/D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEC,oBAA4B;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE7B,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8B,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC5B,KAAgB,EAAE6B,KAAgB,CAAC;IACnD,gBAAgB,EAAE,CAAC3B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,qFAAqF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwB,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAEhC,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8B,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5B,KAAgB;QAChB+B,UAAqB;QACrBC,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC9B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoB,oBAA4B;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE7B,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8B,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC5B,KAAgB,EAAEe,QAAmB,EAAEc,KAAgB,CAAC;IACxE,gBAAgB,EAAE,CAAC3B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACjMF;;;;;;;AASA,AAcA;AACA,MAAa,YAAY;;;;;IAOvB,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMD,IAAI,CAAC,OAAoC;QACvC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEmB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOD,GAAG,CACD,WAAmB,EACnB,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxBpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;IAQD,MAAM,CACJ,WAAmB,EACnB,OAAgB,EAChB,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,EACjC,mBAAmB,CACpB,CAAC;KACH;CACF;AACD;AACA,MAAMC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,uEAAuE;IAC7E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEO,WAAmB;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAEnC,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoC,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAClC,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,qFAAqF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6B,OAAe;SAC5B;QACD,OAAO,EAAE;YACP,UAAU,EAAErC,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoC,WAAsB,CAAC;IACzC,aAAa,EAAE;QACblC,KAAgB;QAChBC,cAAyB;QACzBmC,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,qFAAqF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4B,OAAe;SAC5B;QACD,OAAO,EAAE;YACP,UAAU,EAAErC,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEuC,OAAkB;IAC/B,eAAe,EAAE,CAACH,WAAsB,CAAC;IACzC,aAAa,EAAE;QACblC,KAAgB;QAChBC,cAAyB;QACzBmC,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClC,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;;ACzIF;;;;;;;AASA,AAYA;AACA,MAAa,4BAA4B;;;;;IAOvC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;IAOD,GAAG,CACD,UAAkB,EAClB,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,OAAO,EAAE,EACvBD,kBAAgB,CACjB,CAAC;KACH;;;;;;;IAQD,MAAM,CACJ,UAAkB,EAClB,+BAAgE,EAChE,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,+BAA+B,EAAE,OAAO,EAAE,EACxDU,qBAAmB,CACpB,CAAC;KACH;CACF;AACD;AACA,MAAMT,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMU,kBAAgB,GAA6B;IACjD,IAAI,EACF,2FAA2F;IAC7F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgC,+BAAuC;SACpD;QACD,OAAO,EAAE;YACP,UAAU,EAAExC,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACyC,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbvC,KAAgB;QAChB+B,UAAqB;QACrBS,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAACtC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMS,qBAAmB,GAA6B;IACpD,IAAI,EACF,2FAA2F;IAC7F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsB,+BAAuC;SACpD;QACD,OAAO,EAAE;YACP,UAAU,EAAExC,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE2C,+BAA0C;IACvD,eAAe,EAAE,CAACF,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbvC,KAAgB;QAChB+B,UAAqB;QACrBS,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAACtC,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;;AC/GF;;;;;;;AA2BA;AACA;AACA,MAAa,wBAAwB;;;;;IAOnC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;IAOM,IAAI,CACT,UAAkB,EAClB,OAAgD;QAEhD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;QACrD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;aACjD;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,UAAkB,EAClB,OAAgD;;YAEhD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA,CAAC;YACnD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACtE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,UAAkB,EAClB,OAAgD;;;;gBAEhD,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA,IAAA;oBAAtD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;IAOO,KAAK,CACX,UAAkB,EAClB,OAAgD;QAEhD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,OAAO,EAAE,EACvBsB,mBAAiB,CAClB,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,UAAkB,EAClB,uBAA+B,EAC/B,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,uBAAuB,EAAE,OAAO,EAAE,EAChDpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;IAUD,cAAc,CACZ,UAAkB,EAClB,uBAA+B,EAC/B,mBAAwC,EACxC,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,OAAO,EAAE,EACrE,2BAA2B,CAC5B,CAAC;KACH;;;;;;;;IASD,MAAM,CACJ,UAAkB,EAClB,uBAA+B,EAC/B,OAAkD;QAElD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,uBAAuB,EAAE,OAAO,EAAE,EAChDW,qBAAmB,CACpB,CAAC;KACH;;;;;;;IAQO,SAAS,CACf,UAAkB,EAClB,QAAgB,EAChB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,EACjCyB,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,iEAAiE;IACvE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEiB,uBAA+B;SAC5C;QACD,OAAO,EAAE;YACP,UAAU,EAAE7C,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC5C,KAAgB,EAAE+B,UAAqB,CAAC;IACxD,gBAAgB,EAAE,CAAC7B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,2FAA2F;IAC7F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEuC,mBAA2B;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE/C,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChB+B,UAAqB;QACrBe,uBAAkC;KACnC;IACD,gBAAgB,EAAE,CAAC5C,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EACF,2FAA2F;IAC7F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsC,mBAA2B;SACxC;QACD,GAAG,EAAE;YACH,UAAU,EAAEA,mBAA2B;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE/C,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEiD,mBAA8B;IAC3C,eAAe,EAAE,CAACH,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChB+B,UAAqB;QACrBe,uBAAkC;KACnC;IACD,gBAAgB,EAAE,CAAC5C,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,2FAA2F;IAC7F,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChB+B,UAAqB;QACrBe,uBAAkC;KACnC;IACD,gBAAgB,EAAE,CAAC5C,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEC,uBAA+B;SAC5C;QACD,OAAO,EAAE;YACP,UAAU,EAAE7C,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC5C,KAAgB,EAAEe,QAAmB,EAAEgB,UAAqB,CAAC;IAC7E,gBAAgB,EAAE,CAAC7B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACnRF;;;;;;;AAkCA;AACA;AACA,MAAa,uBAAuB;;;;;IAOlC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,kBAAkB,CACvB,OAA6D;QAE7D,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAC;aACnD;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAA6D;;YAE7D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;YACrD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACxE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,2BAA2B,CACxC,OAA6D;;;;gBAE7D,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAxD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;IAQM,mBAAmB,CACxB,iBAAyB,EACzB,OAA8D;QAE9D,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,6BAA6B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;aACvE;SACF,CAAC;KACH;IAEc,6BAA6B,CAC1C,iBAAyB,EACzB,OAA8D;;YAE9D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;YACzE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAA8D;;;;gBAE9D,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,mBAAmB,CACzB,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXe,iCAA+B,CAChC,CAAC;KACH;;;;;;;IAQO,oBAAoB,CAC1B,iBAAyB,EACzB,OAA8D;QAE9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BD,kCAAgC,CACjC,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5CZ,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;IAUD,cAAc,CACZ,iBAAyB,EACzB,YAAoB,EACpB,uBAAiD,EACjD,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,OAAO,EAAE,EACrE0C,6BAA2B,CAC5B,CAAC;KACH;;;;;;;;;;IAWD,MAAM,CACJ,iBAAyB,EACzB,YAAoB,EACpB,6BAA4D,EAC5D,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,YAAY;YACZ,6BAA6B;YAC7B,OAAO;SACR,EACDC,qBAAmB,CACpB,CAAC;KACH;;;;;;;;IASD,MAAM,CACJ,iBAAyB,EACzB,YAAoB,EACpB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5ChC,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOO,uBAAuB,CAC7B,QAAgB,EAChB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBI,qCAAmC,CACpC,CAAC;KACH;;;;;;;;IASO,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAkE;QAElE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCD,sCAAoC,CACrC,CAAC;KACH;CACF;AACD;AACA,MAAMb,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMuB,iCAA+B,GAA6B;IAChE,IAAI,EACF,mFAAmF;IACrF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE+B,wBAAgC;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAEpD,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEO,MAAiB,CAAC;IAC5D,aAAa,EAAE,CAACnD,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMW,kCAAgC,GAA6B;IACjE,IAAI,EACF,sHAAsH;IACxH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgC,wBAAgC;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAEpD,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEO,MAAiB,CAAC;IAC5D,aAAa,EAAE;QACbnD,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;KAC7B;IACD,gBAAgB,EAAE,CAACR,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,qIAAqI;IACvI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE8C,wBAAgC;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAEtD,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACnD,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMyC,6BAA2B,GAA6B;IAC5D,IAAI,EACF,qIAAqI;IACvI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEI,wBAAgC;SAC7C;QACD,GAAG,EAAE;YACH,UAAU,EAAEA,wBAAgC;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAEtD,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEwD,uBAAkC;IAC/C,eAAe,EAAE,CAACV,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACnD,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAM0C,qBAAmB,GAA6B;IACpD,IAAI,EACF,qIAAqI;IACvI,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEG,wBAAgC;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAEtD,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEyD,6BAAwC;IACrD,eAAe,EAAE,CAACX,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACnD,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,qIAAqI;IACvI,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACnD,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMc,qCAAmC,GAA6B;IACpE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6B,wBAAgC;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAEpD,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEO,MAAiB,CAAC;IAC5D,aAAa,EAAE;QACbnD,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMa,sCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE8B,wBAAgC;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAEpD,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEO,MAAiB,CAAC;IAC5D,aAAa,EAAE;QACbnD,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC9cF;;;;;;;AASA,AAWA;AACA,MAAa,gCAAgC;;;;;IAQ3C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;IASD,IAAI,CACF,iBAAyB,EACzB,YAAoB,EACpB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5CmB,mBAAiB,CAClB,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5CpB,kBAAgB,CACjB,CAAC;KACH;CACF;AACD;AACA,MAAMC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,qJAAqJ;IACvJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE8B,qCAA6C;SAC1D;QACD,OAAO,EAAE;YACP,UAAU,EAAE1D,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACnD,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,6JAA6J;IAC/J,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEmD,iCAAyC;SACtD;QACD,OAAO,EAAE;YACP,UAAU,EAAE3D,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACnD,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACnHF;;;;;;;AAyBA;AACA;AACA,MAAa,gDAAgD;;;;;IAQ3D,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;IASM,IAAI,CACT,iBAAyB,EACzB,YAAoB,EACpB,OAAwE;QAExE,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;QAC1E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;aACtE;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,iBAAyB,EACzB,YAAoB,EACpB,OAAwE;;YAExE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;YACxE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAC3B,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,iBAAyB,EACzB,YAAoB,EACpB,OAAwE;;;;gBAExE,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAC1C,iBAAiB,EACjB,YAAY,EACZ,OAAO,CACR,CAAA,IAAA;oBAJU,MAAM,IAAI,WAAA,CAAA;oBAKnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;IASO,KAAK,CACX,iBAAyB,EACzB,YAAoB,EACpB,OAAwE;QAExE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5CsB,mBAAiB,CAClB,CAAC;KACH;;;;;;;;;;IAWD,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,mBAA2B,EAC3B,OAAuE;QAEvE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,mBAAmB,EAAE,OAAO,EAAE,EACjEpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;IAUD,OAAO,CACL,iBAAyB,EACzB,YAAoB,EACpB,mBAA2B,EAC3B,OAA2E;QAE3E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,mBAAmB,EAAE,OAAO,EAAE,EACjE,oBAAoB,CACrB,CAAC;KACH;;;;;;;;;IAUO,SAAS,CACf,iBAAyB,EACzB,YAAoB,EACpB,QAAgB,EAChB,OAA4E;QAE5E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,EACtDoC,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,8KAA8K;IAChL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgC,8BAAsC;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE5D,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEe,GAAc,CAAC;IACzD,aAAa,EAAE;QACb3D,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACnD,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,oMAAoM;IACtM,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsD,0BAAkC;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE9D,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;QACvBQ,mBAA8B;KAC/B;IACD,gBAAgB,EAAE,CAAC3D,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,oBAAoB,GAA6B;IACrD,IAAI,EACF,4MAA4M;IAC9M,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;QACvBQ,mBAA8B;KAC/B;IACD,gBAAgB,EAAE,CAAC3D,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgB,8BAAsC;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE5D,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEe,GAAc,CAAC;IACzD,aAAa,EAAE;QACb3D,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;QACnBsC,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACnD,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC5QF;;;;;;;AAwBA;AACA;AACA,MAAa,+CAA+C;;;;;IAQ1D,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;;IAUM,IAAI,CACT,iBAAyB,EACzB,YAAoB,EACpB,OAAuE;QAEvE,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;QAC1E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;aACtE;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,iBAAyB,EACzB,YAAoB,EACpB,OAAuE;;YAEvE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;YACxE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAC3B,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,iBAAyB,EACzB,YAAoB,EACpB,OAAuE;;;;gBAEvE,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAC1C,iBAAiB,EACjB,YAAY,EACZ,OAAO,CACR,CAAA,IAAA;oBAJU,MAAM,IAAI,WAAA,CAAA;oBAKnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;;;IAWD,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,4BAAoC,EACpC,OAAsE;QAEtE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,YAAY;YACZ,4BAA4B;YAC5B,OAAO;SACR,EACDE,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;IAUO,KAAK,CACX,iBAAyB,EACzB,YAAoB,EACpB,OAAuE;QAEvE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5CoB,mBAAiB,CAClB,CAAC;KACH;;;;;;;;;IAUO,SAAS,CACf,iBAAyB,EACzB,YAAoB,EACpB,QAAgB,EAChB,OAA2E;QAE3E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,EACtDgB,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMU,kBAAgB,GAA6B;IACjD,IAAI,EACF,sNAAsN;IACxN,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwD,mCAA2C;SACxD;QACD,OAAO,EAAE;YACP,UAAU,EAAEhE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb5C,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;QACvBU,4BAAuC;KACxC;IACD,gBAAgB,EAAE,CAAC7D,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmB,mBAAiB,GAA6B;IAClD,IAAI,EACF,uLAAuL;IACzL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsC,uCAA+C;SAC5D;QACD,OAAO,EAAE;YACP,UAAU,EAAElE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEe,GAAc,CAAC;IACzD,aAAa,EAAE;QACb3D,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B2C,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACnD,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsB,uCAA+C;SAC5D;QACD,OAAO,EAAE;YACP,UAAU,EAAElE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEe,GAAc,CAAC;IACzD,aAAa,EAAE;QACb3D,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;QACnBsC,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACnD,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACzOF;;;;;;;AAwBA;AACA;AACA,MAAa,aAAa;;;;;IAOxB,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;IAQM,IAAI,CACT,OAAqC;QAErC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAqC;;YAErC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAqC;;;;gBAErC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;IAQO,KAAK,CACX,OAAqC;QAErC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;IAMD,GAAG,CAAC,OAAoC;QACtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEpB,kBAAgB,CAAC,CAAC;KACxE;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAyC;QAEzC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBoC,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,wEAAwE;IAC1E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEuC,eAAuB;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAEnE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoE,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAClE,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,sFAAsF;IACxF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6D,WAAmB;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAErE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoE,WAAsB,CAAC;IACzC,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEuB,eAAuB;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAEnE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoE,WAAsB,CAAC;IACzC,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AChLF;;;;;;;AAsBA;AACA;AACA,MAAa,cAAc;;;;;IAOzB,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAsC;QAEtC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAsC;;YAEtC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAsC;;;;gBAEtC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBgB,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,0CAA0C;IAChD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2C,aAAqB;SAClC;QACD,OAAO,EAAE;YACP,UAAU,EAAEvE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoE,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAClE,KAAgB,CAAC;IACjC,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2B,aAAqB;SAClC;QACD,OAAO,EAAE;YACP,UAAU,EAAEvE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoE,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAClE,KAAgB,EAAEe,QAAmB,CAAC;IACtD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACxIF;;;;;;;AAqCA;AACA;AACA,MAAa,SAAS;;;;;IAOpB,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAiC;QAEjC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAiC;;YAEjC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAiC;;;;gBAEjC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,gBAAgB,CACrB,OAA6C;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,CAAC;QACrD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,CAAC;aACjD;SACF,CAAC;KACH;IAEc,0BAA0B,CACvC,OAA6C;;YAE7C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA,CAAC;YACnD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACtE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,yBAAyB,CACtC,OAA6C;;;;gBAE7C,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAtD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;IAQM,mBAAmB,CACxB,iBAAyB,EACzB,OAAgD;QAEhD,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,6BAA6B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;aACvE;SACF,CAAC;KACH;IAEc,6BAA6B,CAC1C,iBAAyB,EACzB,OAAgD;;YAEhD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;YACzE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAgD;;;;gBAEhD,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CAAC,OAAiC;QAC7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;IAMO,iBAAiB,CACvB,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,6BAA6B,CAC9B,CAAC;KACH;;;;;;IAOD,wBAAwB,CACtB,QAAgB,EAChB,OAAqD;QAErD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,qCAAqC,CACtC,CAAC;KACH;;;;;;;IAQD,gCAAgC,CAC9B,QAAgB,EAChB,oBAA4B,EAC5B,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,oBAAoB,EAAE,OAAO,EAAE,EAC3C,6CAA6C,CAC9C,CAAC;KACH;;;;;;;IAQO,oBAAoB,CAC1B,iBAAyB,EACzB,OAAgD;QAEhD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BR,kCAAgC,CACjC,CAAC;KACH;;;;;;;;IASD,yBAAyB,CACvB,iBAAyB,EACzB,QAAgB,EAChB,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,sCAAsC,CACvC,CAAC;KACH;;;;;;;;;IAUD,iCAAiC,CAC/B,iBAAyB,EACzB,QAAgB,EAChB,oBAA4B,EAC5B,OAA8D;QAE9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,oBAAoB,EAAE,OAAO,EAAE,EAC9D,8CAA8C,CAC/C,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAqC;QAErC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBwB,uBAAqB,CACtB,CAAC;KACH;;;;;;IAOO,qBAAqB,CAC3B,QAAgB,EAChB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,iCAAiC,CAClC,CAAC;KACH;;;;;;;;IASO,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCtB,sCAAoC,CACrC,CAAC;KACH;CACF;AACD;AACA,MAAMb,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,oEAAoE;IAC1E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4C,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAEe,WAAsB,CAAC;IAC5D,aAAa,EAAE,CAAClE,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,6BAA6B,GAA6B;IAC9D,IAAI,EACF,4FAA4F;IAC9F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE+D,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAEe,WAAsB,CAAC;IAC5D,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,qCAAqC,GAA6B;IACtE,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgE,YAAoB;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAEzE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoE,WAAsB,CAAC;IACzC,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;QACtBI,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACtE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,6CAA6C,GAA6B;IAC9E,IAAI,EACF,8HAA8H;IAChI,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoE,WAAsB,CAAC;IACzC,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;QACtBI,QAAmB;QACnBC,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAACvE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMW,kCAAgC,GAA6B;IACjE,IAAI,EACF,+HAA+H;IACjI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoD,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAEe,WAAsB,CAAC;IAC5D,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,sCAAsC,GAA6B;IACvE,IAAI,EACF,0IAA0I;IAC5I,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgE,YAAoB;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAEzE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoE,WAAsB,CAAC;IACzC,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtBI,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACtE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,8CAA8C,GAA6B;IAC/E,IAAI,EACF,iKAAiK;IACnK,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACoE,WAAsB,CAAC;IACzC,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtBI,QAAmB;QACnBC,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAACvE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4B,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAEe,WAAsB,CAAC;IAC5D,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE+D,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAEe,WAAsB,CAAC;IAC5D,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;QACnBqD,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMa,sCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkD,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAEe,WAAsB,CAAC;IAC5D,aAAa,EAAE;QACblE,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;QACnBqD,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC3iBF;;;;;;;AA0BA;AACA;AACA,MAAa,4BAA4B;;;;;IAOvC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAoD;QAEpD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAoD;;YAEpD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAoD;;;;gBAEpD,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOD,GAAG,CACD,WAAmB,EACnB,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxBpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;IAQD,MAAM,CACJ,WAAmB,EACnB,OAAgC,EAChC,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,EACjCU,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB0B,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,uFAAuF;IACzF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgD,2BAAmC;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAE5E,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,qGAAqG;IACvG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsE,uBAA+B;SAC5C;QACD,OAAO,EAAE;YACP,UAAU,EAAE9E,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzB4E,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAAC3E,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMS,qBAAmB,GAA6B;IACpD,IAAI,EACF,qGAAqG;IACvG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4D,uBAA+B;SAC5C;QACD,OAAO,EAAE;YACP,UAAU,EAAE9E,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEgF,OAAkB;IAC/B,eAAe,EAAE,CAACH,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzB4E,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAAC3E,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgC,2BAAmC;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAE5E,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC7NF;;;;;;;AAwBA;AACA;AACA,MAAa,eAAe;;;;;IAO1B,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;IASM,IAAI,CACT,KAAa,EACb,OAAuC;QAEvC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;aAC5C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,KAAa,EACb,OAAuC;;YAEvC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;YAC9C,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACjE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,OAAuC;;;;gBAEvC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,IAAA;oBAAjD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;IASO,KAAK,CACX,KAAa,EACb,OAAuC;QAEvC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClBsB,mBAAiB,CAClB,CAAC;KACH;;;;;;;;;IAUD,GAAG,CACD,KAAa,EACb,cAAsB,EACtB,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,EAClCpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;IAUO,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5BoC,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,mDAAmD;IACzD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEqD,cAAsB;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAEjF,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAE6B,KAAgB,CAAC;IACnD,gBAAgB,EAAE,CAAC3B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EAAE,oEAAoE;IAC1E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0E,UAAkB;SAC/B;QACD,OAAO,EAAE;YACP,UAAU,EAAElF,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChB6B,KAAgB;QAChBoD,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAAC/E,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEqC,cAAsB;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAEjF,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAEe,QAAmB,EAAEc,KAAgB,CAAC;IACxE,gBAAgB,EAAE,CAAC3B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AClMF;;;;;;;AA2BA;AACA;AACA,MAAa,iCAAiC;;;;;IAQ5C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;IASM,IAAI,CACT,KAAa,EACb,OAAyD;QAEzD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;aAC5C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,KAAa,EACb,OAAyD;;YAEzD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;YAC9C,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACjE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,OAAyD;;;;gBAEzD,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,IAAA;oBAAjD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;;IAUD,GAAG,CACD,KAAa,EACb,+BAAuC,EACvC,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,+BAA+B,EAAE,OAAO,EAAE,EACnDE,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;;IAWD,cAAc,CACZ,KAAa,EACb,+BAAuC,EACvC,2BAAwD,EACxD,OAAmE;QAEnE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,KAAK;YACL,+BAA+B;YAC/B,2BAA2B;YAC3B,OAAO;SACR,EACD0C,6BAA2B,CAC5B,CAAC;KACH;;;;;;;;IASO,KAAK,CACX,KAAa,EACb,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClBtB,mBAAiB,CAClB,CAAC;KACH;;;;;;;;;IAUO,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5BgB,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMU,kBAAgB,GAA6B;IACjD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4E,2BAAmC;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAEpF,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChB6B,KAAgB;QAChBsD,+BAA0C;KAC3C;IACD,gBAAgB,EAAE,CAACjF,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMyC,6BAA2B,GAA6B;IAC5D,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkC,2BAAmC;SAChD;QACD,GAAG,EAAE;YACH,UAAU,EAAEA,2BAAmC;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAEpF,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEsF,2BAAsC;IACnD,eAAe,EAAE,CAACT,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChB6B,KAAgB;QAChBsD,+BAA0C;KAC3C;IACD,gBAAgB,EAAE,CAACjF,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMmB,mBAAiB,GAA6B;IAClD,IAAI,EAAE,qEAAqE;IAC3E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2D,+BAAuC;SACpD;QACD,OAAO,EAAE;YACP,UAAU,EAAEvF,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAE6B,KAAgB,CAAC;IACnD,gBAAgB,EAAE,CAAC3B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2C,+BAAuC;SACpD;QACD,OAAO,EAAE;YACP,UAAU,EAAEvF,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAEe,QAAmB,EAAEc,KAAgB,CAAC;IACxE,gBAAgB,EAAE,CAAC3B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC3PF;;;;;;;AA6BA;AACA;AACA,MAAa,oBAAoB;;;;;IAO/B,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAA4C;QAE5C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA4C;;YAE5C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAA4C;;;;gBAE5C,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOD,GAAG,CACD,mBAA2B,EAC3B,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,mBAAmB,EAAE,OAAO,EAAE,EAChCpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;IAQD,MAAM,CACJ,mBAA2B,EAC3B,eAAgC,EAChC,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,mBAAmB,EAAE,eAAe,EAAE,OAAO,EAAE,EACjDU,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOD,MAAM,CACJ,mBAA2B,EAC3B,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,mBAAmB,EAAE,OAAO,EAAE,EAChCC,qBAAmB,CACpB,CAAC;KACH;;;;;;;IAQD,MAAM,CACJ,mBAA2B,EAC3B,eAAgC,EAChC,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,mBAAmB,EAAE,eAAe,EAAE,OAAO,EAAE,EACjDgC,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAgD;QAEhD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBP,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,+EAA+E;IACjF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4D,mBAA2B;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAExF,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,qGAAqG;IACvG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEiF,eAAuB;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAEzF,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzBuF,mBAA8B;KAC/B;IACD,gBAAgB,EAAE,CAACtF,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMS,qBAAmB,GAA6B;IACpD,IAAI,EACF,qGAAqG;IACvG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEuE,eAAuB;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAEzF,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE2F,eAA0B;IACvC,eAAe,EAAE,CAACd,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzBuF,mBAA8B;KAC/B;IACD,gBAAgB,EAAE,CAACtF,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,qGAAqG;IACvG,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzBuF,mBAA8B;KAC/B;IACD,gBAAgB,EAAE,CAACtF,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM0C,qBAAmB,GAA6B;IACpD,IAAI,EACF,qGAAqG;IACvG,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsC,eAAuB;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAEzF,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE2F,eAA0B;IACvC,eAAe,EAAE,CAACd,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzBuF,mBAA8B;KAC/B;IACD,gBAAgB,EAAE,CAACtF,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4C,mBAA2B;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAExF,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC1SF;;;;;;;AA6BA;AACA;AACA,MAAa,qBAAqB;;;;;IAOhC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;IAOM,IAAI,CACT,OAA6C;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA6C;;YAE7C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAA6C;;;;gBAE7C,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;IAOO,KAAK,CACX,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;;IAQD,GAAG,CACD,oBAA4B,EAC5B,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjCpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;IAQD,MAAM,CACJ,oBAA4B,EAC5B,gBAAkC,EAClC,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,OAAO,EAAE,EACnDU,qBAAmB,CACpB,CAAC;KACH;;;;;;;IAQD,MAAM,CACJ,oBAA4B,EAC5B,gBAAkC,EAClC,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,OAAO,EAAE,EACnDiC,qBAAmB,CACpB,CAAC;KACH;;;;;;;IAQD,MAAM,CACJ,oBAA4B,EAC5B,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjChC,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrByB,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,gFAAgF;IAClF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgE,oBAA4B;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE5F,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEqF,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAE7F,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzB2F,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC1F,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMS,qBAAmB,GAA6B;IACpD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2E,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAE7F,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE+F,gBAA2B;IACxC,eAAe,EAAE,CAAClB,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzB2F,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC1F,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAM0C,qBAAmB,GAA6B;IACpD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0C,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAE7F,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE+F,gBAA2B;IACxC,eAAe,EAAE,CAAClB,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzB2F,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC1F,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzB2F,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC1F,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgD,oBAA4B;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE5F,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb3E,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC9SF;;;;;;;AAwBA;AACA;AACA,MAAa,iCAAiC;;;;;IAQ5C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAyD;QAEzD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAyD;;YAEzD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAyD;;;;gBAEzD,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOD,GAAG,CACD,gCAAwC,EACxC,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,gCAAgC,EAAE,OAAO,EAAE,EAC7CpB,kBAAgB,CACjB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBoC,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,4FAA4F;IAC9F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoE,gCAAwC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAEhG,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAE4C,WAAsB,CAAC;IAC5D,aAAa,EAAE,CAAC/F,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,+HAA+H;IACjI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0F,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAElG,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBgG,gCAA2C;KAC5C;IACD,gBAAgB,EAAE,CAAC/F,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoD,gCAAwC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAEhG,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAE4C,WAAsB,CAAC;IAC5D,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACpLF;;;;;;;AAwBA;AACA;AACA,MAAa,gCAAgC;;;;;IAQ3C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;IAOM,IAAI,CACT,gCAAwC,EACxC,OAAwD;QAExD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,gCAAgC,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,gCAAgC,EAAE,OAAO,CAAC,CAAC;aACvE;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,gCAAwC,EACxC,OAAwD;;YAExD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,gCAAgC,EAAE,OAAO,CAAC,CAAA,CAAC;YACzE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAC3B,gCAAgC,EAChC,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,gCAAwC,EACxC,OAAwD;;;;gBAExD,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAC1C,gCAAgC,EAChC,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;IAOO,KAAK,CACX,gCAAwC,EACxC,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,gCAAgC,EAAE,OAAO,EAAE,EAC7CsB,mBAAiB,CAClB,CAAC;KACH;;;;;;;IAQD,GAAG,CACD,gCAAwC,EACxC,+BAAuC,EACvC,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,gCAAgC;YAChC,+BAA+B;YAC/B,OAAO;SACR,EACDpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;IAQO,SAAS,CACf,gCAAwC,EACxC,QAAgB,EAChB,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,gCAAgC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACvDoC,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,4JAA4J;IAC9J,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwE,+BAAuC;SACpD;QACD,OAAO,EAAE;YACP,UAAU,EAAEpG,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAE4C,WAAsB,CAAC;IAC5D,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBgG,gCAA2C;KAC5C;IACD,gBAAgB,EAAE,CAAC/F,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,8LAA8L;IAChM,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6F,2BAAmC;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAErG,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBgG,gCAA2C;QAC3CG,+BAA0C;KAC3C;IACD,gBAAgB,EAAE,CAAClG,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwD,+BAAuC;SACpD;QACD,OAAO,EAAE;YACP,UAAU,EAAEpG,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAE4C,WAAsB,CAAC;IAC5D,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;QACnBkF,gCAA2C;KAC5C;IACD,gBAAgB,EAAE,CAAC/F,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AClNF;;;;;;;AAwBA;AACA;AACA,MAAa,mCAAmC;;;;;IAQ9C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;IAQM,IAAI,CACT,gCAAwC,EACxC,+BAAuC,EACvC,OAA2D;QAE3D,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAC7B,gCAAgC,EAChC,+BAA+B,EAC/B,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CACxB,gCAAgC,EAChC,+BAA+B,EAC/B,OAAO,CACR,CAAC;aACH;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,gCAAwC,EACxC,+BAAuC,EACvC,OAA2D;;YAE3D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAC3B,gCAAgC,EAChC,+BAA+B,EAC/B,OAAO,CACR,CAAA,CAAC;YACF,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAC3B,gCAAgC,EAChC,+BAA+B,EAC/B,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,gCAAwC,EACxC,+BAAuC,EACvC,OAA2D;;;;gBAE3D,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAC1C,gCAAgC,EAChC,+BAA+B,EAC/B,OAAO,CACR,CAAA,IAAA;oBAJU,MAAM,IAAI,WAAA,CAAA;oBAKnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;IAQO,KAAK,CACX,gCAAwC,EACxC,+BAAuC,EACvC,OAA2D;QAE3D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,gCAAgC;YAChC,+BAA+B;YAC/B,OAAO;SACR,EACDsB,mBAAiB,CAClB,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,gCAAwC,EACxC,+BAAuC,EACvC,kCAA0C,EAC1C,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,gCAAgC;YAChC,+BAA+B;YAC/B,kCAAkC;YAClC,OAAO;SACR,EACDpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;;IASO,SAAS,CACf,gCAAwC,EACxC,+BAAuC,EACvC,QAAgB,EAChB,OAA+D;QAE/D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,gCAAgC;YAChC,+BAA+B;YAC/B,QAAQ;YACR,OAAO;SACR,EACDoC,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,8NAA8N;IAChO,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2E,kCAA0C;SACvD;QACD,OAAO,EAAE;YACP,UAAU,EAAEvG,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAE4C,WAAsB,CAAC;IAC5D,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBgG,gCAA2C;QAC3CG,+BAA0C;KAC3C;IACD,gBAAgB,EAAE,CAAClG,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,mQAAmQ;IACrQ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgG,8BAAsC;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAExG,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBgG,gCAA2C;QAC3CG,+BAA0C;QAC1CG,kCAA6C;KAC9C;IACD,gBAAgB,EAAE,CAACrG,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2D,kCAA0C;SACvD;QACD,OAAO,EAAE;YACP,UAAU,EAAEvG,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqD,MAAiB,EAAE4C,WAAsB,CAAC;IAC5D,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;QACnBkF,gCAA2C;QAC3CG,+BAA0C;KAC3C;IACD,gBAAgB,EAAE,CAAClG,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACvPF;;;;;;;AA4BA;AACA;AACA,MAAa,kBAAkB;;;;;IAO7B,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;IASM,OAAO,CACZ,KAAa,EACb,OAA6C;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QACnD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,iBAAiB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,iBAAiB,CAC9B,KAAa,EACb,OAA6C;;YAE7C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;YACjD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACpE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,gBAAgB,CAC7B,KAAa,EACb,OAA6C;;;;gBAE7C,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,iBAAiB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,IAAA;oBAApD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;;IAUM,IAAI,CACT,KAAa,EACb,cAAsB,EACtB,OAA0C;QAE1C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;QAChE,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;aAC5D;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,KAAa,EACb,cAAsB,EACtB,OAA0C;;YAE1C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA,CAAC;YAC9D,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAC3B,KAAK,EACL,cAAc,EACd,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,cAAsB,EACtB,OAA0C;;;;gBAE1C,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,cAAc,CAC1C,KAAK,EACL,cAAc,EACd,OAAO,CACR,CAAA,IAAA;oBAJU,MAAM,IAAI,WAAA,CAAA;oBAKnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;IASO,QAAQ,CACd,KAAa,EACb,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,oBAAoB,CACrB,CAAC;KACH;;;;;;;;;IAUO,KAAK,CACX,KAAa,EACb,cAAsB,EACtB,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,EAClCsB,mBAAiB,CAClB,CAAC;KACH;;;;;;;;;;IAWD,GAAG,CACD,KAAa,EACb,cAAsB,EACtB,iBAAyB,EACzB,OAAyC;QAEzC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACrDpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;IAUO,YAAY,CAClB,KAAa,EACb,QAAgB,EAChB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B,wBAAwB,CACzB,CAAC;KACH;;;;;;;;;;IAWO,SAAS,CACf,KAAa,EACb,cAAsB,EACtB,QAAgB,EAChB,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5CoC,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,oBAAoB,GAA6B;IACrD,IAAI,EAAE,sDAAsD;IAC5D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4G,yBAAiC;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE1G,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC/F,KAAgB,EAAE6B,KAAgB,CAAC;IACnD,gBAAgB,EAAE,CAAC3B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmB,mBAAiB,GAA6B;IAClD,IAAI,EACF,mFAAmF;IACrF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE8E,yBAAiC;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE1G,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChB6B,KAAgB;QAChB4E,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAACvG,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoG,qBAA6B;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE5G,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChB6B,KAAgB;QAChB4E,cAAyB;QACzBE,iBAA4B;KAC7B;IACD,gBAAgB,EAAE,CAACzG,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,wBAAwB,GAA6B;IACzD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEiG,yBAAiC;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE1G,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC/F,KAAgB,EAAEe,QAAmB,EAAEc,KAAgB,CAAC;IACxE,gBAAgB,EAAE,CAAC3B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE8D,yBAAiC;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE1G,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBe,QAAmB;QACnBc,KAAgB;QAChB4E,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAACvG,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACzVF;;;;;;;AAiCA;AACA;AACA,MAAa,eAAe;;;;;IAO1B,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;IAOM,IAAI,CACT,OAAuC;QAEvC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAuC;;YAEvC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAuC;;;;gBAEvC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;IASM,mBAAmB,CACxB,iBAAyB,EACzB,OAAsD;QAEtD,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,6BAA6B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;aACvE;SACF,CAAC;KACH;IAEc,6BAA6B,CAC1C,iBAAyB,EACzB,OAAsD;;YAEtD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;YACzE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAsD;;;;gBAEtD,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;IAOO,KAAK,CACX,OAAuC;QAEvC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;;;IASO,oBAAoB,CAC1B,iBAAyB,EACzB,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BR,kCAAgC,CACjC,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,iBAAyB,EACzB,cAAsB,EACtB,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,EAAE,EAC9CZ,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;;IAWD,cAAc,CACZ,iBAAyB,EACzB,cAAsB,EACtB,UAAsB,EACtB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,EAAE,OAAO,EAAE,EAC1D0C,6BAA2B,CAC5B,CAAC;KACH;;;;;;;;IASD,MAAM,CACJ,iBAAyB,EACzB,cAAsB,EACtB,OAAyC;QAEzC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,EAAE,EAC9C/B,qBAAmB,CACpB,CAAC;KACH;;;;;;;;;;IAWD,QAAQ,CACN,iBAAyB,EACzB,cAAsB,EACtB,UAAsB,EACtB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,EAAE,OAAO,EAAE,EAC1D,qBAAqB,CACtB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrByB,uBAAqB,CACtB,CAAC;KACH;;;;;;;;IASO,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCtB,sCAAoC,CACrC,CAAC;KACH;CACF;AACD;AACA,MAAMb,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,0EAA0E;IAC5E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkF,cAAsB;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE9G,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC/F,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMW,kCAAgC,GAA6B;IACjE,IAAI,EACF,6GAA6G;IAC/G,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0F,cAAsB;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE9G,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;KAC7B;IACD,gBAAgB,EAAE,CAACR,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,8HAA8H;IAChI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEuG,UAAkB;SAC/B;QACD,OAAO,EAAE;YACP,UAAU,EAAE/G,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BoG,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAAC5G,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMyC,6BAA2B,GAA6B;IAC5D,IAAI,EACF,8HAA8H;IAChI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6D,UAAkB;SAC/B;QACD,GAAG,EAAE;YACH,UAAU,EAAEA,UAAkB;SAC/B;QACD,OAAO,EAAE;YACP,UAAU,EAAE/G,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEiH,UAAqB;IAClC,eAAe,EAAE,CAAChB,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BoG,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAAC5G,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,8HAA8H;IAChI,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BoG,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAAC5G,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EACF,uIAAuI;IACzI,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyG,0BAAkC;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAElH,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEiH,UAAqB;IAClC,eAAe,EAAE,CAAChB,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BoG,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAAC5G,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkE,cAAsB;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE9G,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMa,sCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwF,cAAsB;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE9G,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACzcF;;;;;;;AA2BA;AACA;AACA,MAAa,0BAA0B;;;;;IAOrC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAkD;QAElD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAkD;;YAElD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAkD;;;;gBAElD,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAkD;QAElD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOD,GAAG,CACD,yBAAiC,EACjC,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,yBAAyB,EAAE,OAAO,EAAE,EACtCpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;IAQD,MAAM,CACJ,yBAAiC,EACjC,qBAA4C,EAC5C,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EAC7D2C,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOD,MAAM,CACJ,yBAAiC,EACjC,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,yBAAyB,EAAE,OAAO,EAAE,EACtChC,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrByB,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,qFAAqF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEuF,0BAAkC;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAEnH,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,EAAEmB,SAAoB,CAAC;IAC/D,aAAa,EAAE,CAAClH,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,iHAAiH;IACnH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6G,qBAA6B;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAErH,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBmH,yBAAoC;KACrC;IACD,gBAAgB,EAAE,CAAClH,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM0C,qBAAmB,GAA6B;IACpD,IAAI,EACF,iHAAiH;IACnH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkE,qBAA6B;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAErH,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEuH,qBAAgC;IAC7C,eAAe,EAAE,CAACtB,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBmH,yBAAoC;KACrC;IACD,gBAAgB,EAAE,CAAClH,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,iHAAiH;IACnH,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,CAAC;IACzC,aAAa,EAAE;QACb/F,KAAgB;QAChBC,cAAyB;QACzBmH,yBAAoC;KACrC;IACD,gBAAgB,EAAE,CAAClH,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEuE,0BAAkC;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAEnH,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiG,WAAsB,EAAEmB,SAAoB,CAAC;IAC/D,aAAa,EAAE;QACblH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AChQF;;;;;;;MAUa,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;KAC5C;IACS,kBAAkB;;YAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;SACnD;KAAA;IACY,eAAe,CAAC,IAAY;;YACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,AAAkB,QAAQ,oBAA1B,eAA4B,CAAY,CAAC;YAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;SACJ;KAAA;CACF;;ACjCD;;;;;;;AAyBA;AACA,MAAa,2CAA2C;;;;;IAQtD,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;;;IAWD,sBAAsB,CACpB,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAA2E;QAE3E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACD,mCAAmC,CACpC,CAAC;KACH;;;;;;;;;;IAWD,GAAG,CACD,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACDD,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;;;IAYD,cAAc,CACZ,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAmE;QAEnE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACD0C,6BAA2B,CAC5B,CAAC;KACH;;;;;;;;;;IAWK,WAAW,CACf,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAA2D;;YAE3D,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B;gBAE9B,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;aACrD,CAAA,CAAC;YACF,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B;;gBAE9B,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;gBAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB;oBAErB,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;iBAC/C,CAAC;gBACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;oBACZ,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;wBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;qBAC9C;iBACF,CAAC;aACH,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb;gBACE,iBAAiB;gBACjB,iBAAiB;gBACjB,YAAY;gBACZ,YAAY;gBACZ,OAAO;aACR,EACD/B,qBAAmB,CACpB,CAAC;YACF,OAAO,IAAIqG,iBAAS,CAAC,GAAG,EAAE;gBACxB,UAAU,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;gBAC/B,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;gBACzC,yBAAyB,EAAE,UAAU;aACtC,CAAC,CAAC;SACJ;KAAA;;;;;;;;;;IAWK,kBAAkB,CACtB,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAA2D;;YAE3D,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAC;YACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B;KAAA;CACF;AACD;AACA,MAAM/G,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,mCAAmC,GAA6B;IACpE,IAAI,EACF,4LAA4L;IAC9L,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2H,kCAA0C;SACvD;QACD,OAAO,EAAE;YACP,UAAU,EAAEzH,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B+G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACzH,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,4NAA4N;IAC9N,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsH,6BAAqC;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE9H,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B+G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;QACvBE,6BAAwC;KACzC;IACD,gBAAgB,EAAE,CAAC3H,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMyC,6BAA2B,GAA6B;IAC5D,IAAI,EACF,4NAA4N;IAC9N,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4E,6BAAqC;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE9H,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B+G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;QACvBE,6BAAwC;KACzC;IACD,gBAAgB,EAAE,CAAC3H,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,4NAA4N;IAC9N,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B+G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;QACvBE,6BAAwC;KACzC;IACD,gBAAgB,EAAE,CAAC3H,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACpUF;;;;;;;AAiCA;AACA;AACA,MAAa,uBAAuB;;;;;IAOlC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAA+C;QAE/C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA+C;;YAE/C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAA+C;;;;gBAE/C,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,kBAAkB,CACvB,OAA6D;QAE7D,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAC;aACnD;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAA6D;;YAE7D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;YACrD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACxE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,2BAA2B,CACxC,OAA6D;;;;gBAE7D,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAxD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOD,GAAG,CACD,sBAA8B,EAC9B,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,sBAAsB,EAAE,OAAO,EAAE,EACnCpB,kBAAgB,CACjB,CAAC;KACH;;;;;IAMO,mBAAmB,CACzB,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXa,iCAA+B,CAChC,CAAC;KACH;;;;;;IAOD,iBAAiB,CACf,sBAA8B,EAC9B,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,sBAAsB,EAAE,OAAO,EAAE,EACnC,8BAA8B,CAC/B,CAAC;KACH;;;;;;;IAQD,oBAAoB,CAClB,sBAA8B,EAC9B,kBAAsD,EACtD,OAA+D;QAE/D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,OAAO,EAAE,EACvD,iCAAiC,CAClC,CAAC;KACH;;;;;;;IAQD,oBAAoB,CAClB,sBAA8B,EAC9B,OAA+D;QAE/D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,sBAAsB,EAAE,OAAO,EAAE,EACnC,iCAAiC,CAClC,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBuB,uBAAqB,CACtB,CAAC;KACH;;;;;;IAOO,uBAAuB,CAC7B,QAAgB,EAChB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBrB,qCAAmC,CACpC,CAAC;KACH;CACF;AACD;AACA,MAAMd,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,kDAAkD;IACxD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoG,sCAA8C;SAC3D;QACD,OAAO,EAAE;YACP,UAAU,EAAEhI,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC/H,KAAgB,CAAC;IACjC,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,2EAA2E;IAC7E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0H,kCAA0C;SACvD;QACD,OAAO,EAAE;YACP,UAAU,EAAElI,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC/H,KAAgB,EAAEiI,sBAAiC,CAAC;IACpE,gBAAgB,EAAE,CAAC/H,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMY,iCAA+B,GAA6B;IAChE,IAAI,EACF,iFAAiF;IACnF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2G,sCAA8C;SAC3D;QACD,OAAO,EAAE;YACP,UAAU,EAAEhI,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC/H,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EACF,0GAA0G;IAC5G,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyH,kCAA0C;SACvD;QACD,OAAO,EAAE;YACP,UAAU,EAAElI,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/H,KAAgB;QAChBC,cAAyB;QACzBgI,sBAAiC;KAClC;IACD,gBAAgB,EAAE,CAAC/H,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EACF,0GAA0G;IAC5G,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyH,kCAA0C;SACvD;QACD,OAAO,EAAE;YACP,UAAU,EAAElI,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEoI,kBAA6B;IAC1C,eAAe,EAAE,CAACH,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/H,KAAgB;QAChBC,cAAyB;QACzBgI,sBAAiC;KAClC;IACD,gBAAgB,EAAE,CAAC/H,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EACF,0GAA0G;IAC5G,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/H,KAAgB;QAChBC,cAAyB;QACzBgI,sBAAiC;KAClC;IACD,gBAAgB,EAAE,CAAC/H,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoF,sCAA8C;SAC3D;QACD,OAAO,EAAE;YACP,UAAU,EAAEhI,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC/H,KAAgB,EAAEe,QAAmB,CAAC;IACtD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMc,qCAAmC,GAA6B;IACpE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyG,sCAA8C;SAC3D;QACD,OAAO,EAAE;YACP,UAAU,EAAEhI,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/H,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC7YF;;;;;;;AA4BA;AACA;AACA,MAAa,eAAe;;;;;IAO1B,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;IASM,IAAI,CACT,KAAa,EACb,OAAuC;QAEvC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;aAC5C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,KAAa,EACb,OAAuC;;YAEvC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;YAC9C,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACjE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,OAAuC;;;;gBAEvC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,IAAA;oBAAjD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;IASO,KAAK,CACX,KAAa,EACb,OAAuC;QAEvC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClBsB,mBAAiB,CAClB,CAAC;KACH;;;;;;;IAQD,GAAG,CACD,UAAkB,EAClB,cAAsB,EACtB,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,cAAc,EAAE,OAAO,EAAE,EACvCpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;IAUD,cAAc,CACZ,UAAkB,EAClB,cAAsB,EACtB,UAA8B,EAC9B,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,OAAO,EAAE,EACnD0C,6BAA2B,CAC5B,CAAC;KACH;;;;;;;;IASD,MAAM,CACJ,UAAkB,EAClB,cAAsB,EACtB,OAAyC;QAEzC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,cAAc,EAAE,OAAO,EAAE,EACvC/B,qBAAmB,CACpB,CAAC;KACH;;;;;;;;;IAUO,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAA2C;QAE3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5ByB,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,mDAAmD;IACzD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyG,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAErI,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC/H,KAAgB,EAAE6B,KAAgB,CAAC;IACnD,gBAAgB,EAAE,CAAC3B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,yEAAyE;IAC3E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE8H,0BAAkC;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAEtI,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,EAAEM,MAAiB,CAAC;IAC7D,aAAa,EAAE;QACbrI,KAAgB;QAChB+B,UAAqB;QACrB0E,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAACvG,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMyC,6BAA2B,GAA6B;IAC5D,IAAI,EACF,yEAAyE;IAC3E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoF,0BAAkC;SAC/C;QACD,GAAG,EAAE;YACH,UAAU,EAAEA,0BAAkC;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAEtI,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEwI,UAAqB;IAClC,eAAe,EAAE,CAACP,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/H,KAAgB;QAChB+B,UAAqB;QACrB0E,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAACvG,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,yEAAyE;IAC3E,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/H,KAAgB;QAChB+B,UAAqB;QACrB0E,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAACvG,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyF,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAErI,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiI,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC/H,KAAgB,EAAEe,QAAmB,EAAEc,KAAgB,CAAC;IACxE,gBAAgB,EAAE,CAAC3B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACzRF;;;;;;;AASA,AAeA;AACA,MAAa,+BAA+B;;;;;IAQ1C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMD,IAAI,CACF,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEmB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOD,GAAG,CACD,SAAiB,EACjB,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,OAAO,EAAE,EACtBpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;IAQD,GAAG,CACD,SAAiB,EACjB,IAAqC,EACrC,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,EAC5B,gBAAgB,CACjB,CAAC;KACH;;;;;;IAOD,MAAM,CACJ,SAAiB,EACjB,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,OAAO,EAAE,EACtBW,qBAAmB,CACpB,CAAC;KACH;CACF;AACD;AACA,MAAMV,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,uFAAuF;IACzF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6G,gCAAwC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAEzI,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE;QACf0H,WAAsB;QACtBgB,0BAAqC;QACrCC,OAAkB;KACnB;IACD,aAAa,EAAE,CAACzI,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,2HAA2H;IAC7H,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoI,+BAAuC;SACpD;QACD,OAAO,EAAE;YACP,UAAU,EAAE5I,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;QACtBuE,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACzI,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,2HAA2H;IAC7H,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEmI,+BAAuC;SACpD;QACD,OAAO,EAAE;YACP,UAAU,EAAE5I,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE8I,IAAe;IAC5B,eAAe,EAAE,CAACpB,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;QACtBuE,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACzI,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,2HAA2H;IAC7H,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;QACtBuE,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACzI,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACzLF;;;;;;;AA4BA;AACA;AACA,MAAa,6BAA6B;;;;;IAQxC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;;;IAWM,sBAAsB,CAC3B,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAuE;QAEvE,MAAM,IAAI,GAAG,IAAI,CAAC,+BAA+B,CAC/C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,gCAAgC,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAC;aACH;SACF,CAAC;KACH;IAEc,gCAAgC,CAC7C,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAuE;;YAEvE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,uBAAuB,CAC7C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAA,CAAC;YACF,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,2BAA2B,CAC7C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,+BAA+B,CAC5C,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAuE;;;;gBAEvE,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,gCAAgC,CAC5D,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAA,IAAA;oBANU,MAAM,IAAI,WAAA,CAAA;oBAOnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;;;IAWO,uBAAuB,CAC7B,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAuE;QAEvE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACDyI,qCAAmC,CACpC,CAAC;KACH;;;;;;;;;;;IAYD,GAAG,CACD,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,oCAA4C,EAC5C,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,oCAAoC;YACpC,OAAO;SACR,EACDvI,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;;;;IAaK,YAAY,CAChB,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,oCAA4C,EAC5C,IAA4C,EAC5C,OAAwD;;YAExD,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B;gBAE9B,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;aACrD,CAAA,CAAC;YACF,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B;;gBAE9B,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;gBAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB;oBAErB,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;iBAC/C,CAAC;gBACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;oBACZ,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;wBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;qBAC9C;iBACF,CAAC;aACH,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb;gBACE,iBAAiB;gBACjB,iBAAiB;gBACjB,YAAY;gBACZ,YAAY;gBACZ,oCAAoC;gBACpC,IAAI;gBACJ,OAAO;aACR,EACD,oBAAoB,CACrB,CAAC;YACF,OAAO,IAAIgH,iBAAS,CAAC,GAAG,EAAE;gBACxB,UAAU,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;gBAC/B,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;aAC1C,CAAC,CAAC;SACJ;KAAA;;;;;;;;;;;;IAaK,mBAAmB,CACvB,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,oCAA4C,EAC5C,IAA4C,EAC5C,OAAwD;;YAExD,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,YAAY,CACpC,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,oCAAoC,EACpC,IAAI,EACJ,OAAO,CACR,CAAC;YACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B;KAAA;;;;;;;;;;;IAYO,2BAA2B,CACjC,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,QAAgB,EAChB,OAA2E;QAE3E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,QAAQ;YACR,OAAO;SACR,EACD,uCAAuC,CACxC,CAAC;KACH;CACF;AACD;AACA,MAAM/G,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMiJ,qCAAmC,GAA6B;IACpE,IAAI,EACF,uLAAuL;IACzL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEC,6BAAqC;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAEhJ,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B+G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACzH,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,8NAA8N;IAChO,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyI,wBAAgC;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAEjJ,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B+G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;QACvBqB,oCAA+C;KAChD;IACD,gBAAgB,EAAE,CAAC9I,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,oBAAoB,GAA6B;IACrD,IAAI,EACF,sQAAsQ;IACxQ,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEmJ,KAAgB;IAC7B,eAAe,EAAE,CAACzB,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B+G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;QACvBqB,oCAA+C;QAC/CE,qCAAgD;KACjD;IACD,gBAAgB,EAAE,CAAChJ,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAM,uCAAuC,GAA6B;IACxE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEuI,6BAAqC;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAEhJ,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;QACnB0G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACzH,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACpbF;;;;;;;AA6BA;AACA;AACA,MAAa,sBAAsB;;;;;IAOjC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAA8C;QAE9C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA8C;;YAE9C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAA8C;;;;gBAE9C,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,gBAAgB,CACrB,OAA0D;QAE1D,MAAM,IAAI,GAAG,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,CAAC;QACrD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,CAAC;aACjD;SACF,CAAC;KACH;IAEc,0BAA0B,CACvC,OAA0D;;YAE1D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA,CAAC;YACnD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACtE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,yBAAyB,CACtC,OAA0D;;;;gBAE1D,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAtD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;IAMO,iBAAiB,CACvB,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXyH,+BAA6B,CAC9B,CAAC;KACH;;;;;;;;;IAUD,GAAG,CACD,iBAAyB,EACzB,cAA8B,EAC9B,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,EAAE,EAC9C7I,kBAAgB,CACjB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAkD;QAElD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBoC,uBAAqB,CACtB,CAAC;KACH;;;;;;IAOO,qBAAqB,CAC3B,QAAgB,EAChB,OAA8D;QAE9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB0G,mCAAiC,CAClC,CAAC;KACH;CACF;AACD;AACA,MAAM7I,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,iFAAiF;IACnF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2H,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAEvJ,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM4I,+BAA6B,GAA6B;IAC9D,IAAI,EACF,yGAAyG;IAC3G,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEE,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAEvJ,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,6JAA6J;IAC/J,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgJ,0BAAkC;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAExJ,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtBmF,cAAyB;KAC1B;IACD,gBAAgB,EAAE,CAACrJ,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2G,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAEvJ,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM6I,mCAAiC,GAA6B;IAClE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEC,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAEvJ,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;QACnBqD,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC9SF;;;;;;;AA4BA;AACA;AACA,MAAa,YAAY;;;;;IAOvB,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAoC;QAEpC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAoC;;YAEpC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAoC;;;;gBAEpC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,gBAAgB,CACrB,OAAgD;QAEhD,MAAM,IAAI,GAAG,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,CAAC;QACrD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,CAAC;aACjD;SACF,CAAC;KACH;IAEc,0BAA0B,CACvC,OAAgD;;YAEhD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA,CAAC;YACnD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACtE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,yBAAyB,CACtC,OAAgD;;;;gBAEhD,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAtD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAoC;QAEpC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;IAMO,iBAAiB,CACvB,OAAgD;QAEhD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXyH,+BAA6B,CAC9B,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,iBAAyB,EACzB,oBAA4B,EAC5B,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACpD7I,kBAAgB,CACjB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAwC;QAExC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBoC,uBAAqB,CACtB,CAAC;KACH;;;;;;IAOO,qBAAqB,CAC3B,QAAgB,EAChB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB0G,mCAAiC,CAClC,CAAC;KACH;CACF;AACD;AACA,MAAM7I,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,yEAAyE;IAC3E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE8H,YAAoB;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAE1J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM4I,+BAA6B,GAA6B;IAC9D,IAAI,EACF,iGAAiG;IACnG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEK,YAAoB;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAE1J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,2JAA2J;IAC7J,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEmJ,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAE3J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtBsF,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAACxJ,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE8G,YAAoB;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAE1J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM6I,mCAAiC,GAA6B;IAClE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEI,YAAoB;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAE1J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;QACnBqD,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC5SF;;;;;;;AA0CA;AACA;AACA,MAAa,4BAA4B;;;;;IAOvC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAoD;QAEpD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAoD;;YAEpD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAoD;;;;gBAEpD,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,YAAY,CACjB,OAA4D;QAE5D,MAAM,IAAI,GAAG,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAC;QACjD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAAC;aAC7C;SACF,CAAC;KACH;IAEc,sBAAsB,CACnC,OAA4D;;YAE5D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAA,CAAC;YAC/C,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,iBAAiB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAClE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,qBAAqB,CAClC,OAA4D;;;;gBAE5D,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAlD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;IAQM,mBAAmB,CACxB,iBAAyB,EACzB,OAAmE;QAEnE,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,6BAA6B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;aACvE;SACF,CAAC;KACH;IAEc,6BAA6B,CAC1C,iBAAyB,EACzB,OAAmE;;YAEnE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;YACzE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAmE;;;;gBAEnE,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;IAQM,4BAA4B,CACjC,iBAAyB,EACzB,OAA4E;QAE5E,MAAM,IAAI,GAAG,IAAI,CAAC,qCAAqC,CACrD,iBAAiB,EACjB,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,sCAAsC,CAChD,iBAAiB,EACjB,OAAO,CACR,CAAC;aACH;SACF,CAAC;KACH;IAEc,sCAAsC,CACnD,iBAAyB,EACzB,OAA4E;;YAE5E,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,6BAA6B,CACnD,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;YACF,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,iCAAiC,CACnD,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,qCAAqC,CAClD,iBAAyB,EACzB,OAA4E;;;;gBAE5E,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,sCAAsC,CAClE,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;IAMO,aAAa,CACnB,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,yBAAyB,CAC1B,CAAC;KACH;;;;;;;IAQO,oBAAoB,CAC1B,iBAAyB,EACzB,OAAmE;QAEnE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BR,kCAAgC,CACjC,CAAC;KACH;;;;;;;IAQO,6BAA6B,CACnC,iBAAyB,EACzB,OAA4E;QAE5E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9B,yCAAyC,CAC1C,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,iBAAyB,EACzB,0BAAkC,EAClC,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,0BAA0B,EAAE,OAAO,EAAE,EAC1DZ,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;IAUD,cAAc,CACZ,iBAAyB,EACzB,0BAAkC,EAClC,IAA4B,EAC5B,OAA8D;QAE9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,0BAA0B,EAAE,IAAI,EAAE,OAAO,EAAE,EAChE0C,6BAA2B,CAC5B,CAAC;KACH;;;;;;;;IASD,MAAM,CACJ,iBAAyB,EACzB,0BAAkC,EAClC,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,0BAA0B,EAAE,OAAO,EAAE,EAC1D/B,qBAAmB,CACpB,CAAC;KACH;;;;;;;;;IAUD,QAAQ,CACN,iBAAyB,EACzB,0BAAkC,EAClC,IAA2C,EAC3C,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,0BAA0B,EAAE,IAAI,EAAE,OAAO,EAAE,EAChE,qBAAqB,CACtB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrByB,uBAAqB,CACtB,CAAC;KACH;;;;;;IAOO,iBAAiB,CACvB,QAAgB,EAChB,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,6BAA6B,CAC9B,CAAC;KACH;;;;;;;;IASO,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAuE;QAEvE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCtB,sCAAoC,CACrC,CAAC;KACH;;;;;;;;;IAUO,iCAAiC,CACvC,iBAAyB,EACzB,QAAgB,EAChB,OAAgF;QAEhF,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,6CAA6C,CAC9C,CAAC;KACH;CACF;AACD;AACA,MAAMb,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,uFAAuF;IACzF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEiI,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE7J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,yBAAyB,GAA6B;IAC1D,IAAI,EACF,+GAA+G;IACjH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoJ,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE7J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMW,kCAAgC,GAA6B;IACjE,IAAI,EACF,0HAA0H;IAC5H,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyI,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE7J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;KAC7B;IACD,gBAAgB,EAAE,CAACR,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,yCAAyC,GAA6B;IAC1E,IAAI,EACF,kJAAkJ;IACpJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoJ,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE7J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,+KAA+K;IACjL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsJ,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE9J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtByF,0BAAqC;KACtC;IACD,gBAAgB,EAAE,CAAC3J,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMyC,6BAA2B,GAA6B;IAC5D,IAAI,EACF,+KAA+K;IACjL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4G,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE9J,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEgK,KAAgB;IAC7B,eAAe,EAAE,CAACtC,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtByF,0BAAqC;KACtC;IACD,gBAAgB,EAAE,CAAC3J,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,+KAA+K;IACjL,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtByF,0BAAqC;KACtC;IACD,gBAAgB,EAAE,CAAC3J,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EACF,oNAAoN;IACtN,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwJ,uBAA+B;SAC5C;QACD,OAAO,EAAE;YACP,UAAU,EAAEjK,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEkK,KAAgB;IAC7B,eAAe,EAAE,CAACxC,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtByF,0BAAqC;QACrCI,kCAA6C;KAC9C;IACD,gBAAgB,EAAE,CAAC/J,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEiH,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE7J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,6BAA6B,GAA6B;IAC9D,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoJ,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE7J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;QACnBqD,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMa,sCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEuI,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE7J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,6CAA6C,GAA6B;IAC9E,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoJ,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE7J,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;QACnBqD,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC7sBF;;;;;;;AA4BA;AACA;AACA,MAAa,+BAA+B;;;;;IAQ1C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAuD;QAEvD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAuD;;YAEvD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAuD;;;;gBAEvD,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,gBAAgB,CACrB,OAAmE;QAEnE,MAAM,IAAI,GAAG,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,CAAC;QACrD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,CAAC;aACjD;SACF,CAAC;KACH;IAEc,0BAA0B,CACvC,OAAmE;;YAEnE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA,CAAC;YACnD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACtE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,yBAAyB,CACtC,OAAmE;;;;gBAEnE,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAtD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;IAMO,iBAAiB,CACvB,OAAmE;QAEnE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXyH,+BAA6B,CAC9B,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,iBAAyB,EACzB,8BAAsC,EACtC,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,8BAA8B,EAAE,OAAO,EAAE,EAC9D7I,kBAAgB,CACjB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAA2D;QAE3D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBoC,uBAAqB,CACtB,CAAC;KACH;;;;;;IAOO,qBAAqB,CAC3B,QAAgB,EAChB,OAAuE;QAEvE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB0G,mCAAiC,CAClC,CAAC;KACH;CACF;AACD;AACA,MAAM7I,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,0FAA0F;IAC5F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwI,8BAAsC;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAEpK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM4I,+BAA6B,GAA6B;IAC9D,IAAI,EACF,kHAAkH;IACpH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEe,8BAAsC;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAEpK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,sLAAsL;IACxL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6J,0BAAkC;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAErK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtBgG,8BAAyC;KAC1C;IACD,gBAAgB,EAAE,CAAClK,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwH,8BAAsC;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAEpK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM6I,mCAAiC,GAA6B;IAClE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEc,8BAAsC;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAEpK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;QACnBqD,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC7SF;;;;;;;AASA,AAWA;AACA,MAAa,4CAA4C;;;;;IAQvD,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMD,IAAI,CACF,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEmB,mBAAiB,CAAC,CAAC;KACzE;;;;;IAMD,gBAAgB,CACd,OAAsE;QAEtE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXyH,+BAA6B,CAC9B,CAAC;KACH;CACF;AACD;AACA,MAAM5I,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,6FAA6F;IAC/F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2I,kCAA0C;SACvD;QACD,OAAO,EAAE;YACP,UAAU,EAAEvK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM4I,+BAA6B,GAA6B;IAC9D,IAAI,EACF,qHAAqH;IACvH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkB,kCAA0C;SACvD;QACD,OAAO,EAAE;YACP,UAAU,EAAEvK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AChGF;;;;;;;AA4BA;AACA;AACA,MAAa,6BAA6B;;;;;IAQxC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAqD;QAErD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAqD;;YAErD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAqD;;;;gBAErD,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,gBAAgB,CACrB,OAAiE;QAEjE,MAAM,IAAI,GAAG,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,CAAC;QACrD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,CAAC;aACjD;SACF,CAAC;KACH;IAEc,0BAA0B,CACvC,OAAiE;;YAEjE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA,CAAC;YACnD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACtE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,yBAAyB,CACtC,OAAiE;;;;gBAEjE,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAtD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAqD;QAErD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;IAMO,iBAAiB,CACvB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXyH,+BAA6B,CAC9B,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,iBAAyB,EACzB,6BAAqC,EACrC,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,6BAA6B,EAAE,OAAO,EAAE,EAC7D7I,kBAAgB,CACjB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBoC,uBAAqB,CACtB,CAAC;KACH;;;;;;IAOO,qBAAqB,CAC3B,QAAgB,EAChB,OAAqE;QAErE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB0G,mCAAiC,CAClC,CAAC;KACH;CACF;AACD;AACA,MAAM7I,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,wFAAwF;IAC1F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4I,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAExK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM4I,+BAA6B,GAA6B;IAC9D,IAAI,EACF,gHAAgH;IAClH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEmB,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAExK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,mLAAmL;IACrL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEiK,wBAAgC;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAEzK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtBoG,6BAAwC;KACzC;IACD,gBAAgB,EAAE,CAACtK,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4H,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAExK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM6I,mCAAiC,GAA6B;IAClE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkB,4BAAoC;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAExK,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;QACnBqD,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC7SF;;;;;;;AAwBA;AACA;AACA,MAAa,gBAAgB;;;;;IAO3B,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAwC;QAExC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAwC;;YAExC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAwC;;;;gBAExC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAwC;QAExC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;;;IASD,GAAG,CACD,eAAuB,EACvB,OAAuC;QAEvC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5BpB,kBAAgB,CACjB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBoC,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,2EAA2E;IAC7E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE+I,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAE3K,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,6FAA6F;IAC/F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoK,eAAuB;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE5K,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzB0K,eAA0B;KAC3B;IACD,gBAAgB,EAAE,CAACzK,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE+H,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAE3K,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACrLF;;;;;;;AA0BA;AACA;AACA,MAAa,uBAAuB;;;;;IAOlC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;IAQM,iBAAiB,CACtB,eAAuB,EACvB,OAA4D;QAE5D,MAAM,IAAI,GAAG,IAAI,CAAC,0BAA0B,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;QACvE,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,2BAA2B,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;aACnE;SACF,CAAC;KACH;IAEc,2BAA2B,CACxC,eAAuB,EACvB,OAA4D;;YAE5D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,kBAAkB,CAAC,eAAe,EAAE,OAAO,CAAC,CAAA,CAAC;YACrE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,sBAAsB,CACxC,eAAe,EACf,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,0BAA0B,CACvC,eAAuB,EACvB,OAA4D;;;;gBAE5D,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,2BAA2B,CACvD,eAAe,EACf,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,IAAI,CACT,OAA+C;QAE/C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA+C;;YAE/C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAA+C;;;;gBAE/C,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;IAQO,kBAAkB,CACxB,eAAuB,EACvB,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5B,8BAA8B,CAC/B,CAAC;KACH;;;;;IAMO,KAAK,CACX,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;;;IASO,sBAAsB,CAC5B,eAAuB,EACvB,QAAgB,EAChB,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,EACtC,kCAAkC,CACnC,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBgB,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EACF,iHAAiH;IACnH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgL,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE9K,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,EAAEqD,OAAkB,CAAC;IAC7D,aAAa,EAAE;QACb7K,KAAgB;QAChBC,cAAyB;QACzB0K,eAA0B;KAC3B;IACD,gBAAgB,EAAE,CAACzK,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmB,mBAAiB,GAA6B;IAClD,IAAI,EACF,kFAAkF;IACpF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkJ,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE9K,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,EAAEqD,OAAkB,CAAC;IAC7D,aAAa,EAAE,CAAC7K,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEqK,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE9K,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,EAAEqD,OAAkB,CAAC;IAC7D,aAAa,EAAE;QACb7K,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;QACnB4J,eAA0B;KAC3B;IACD,gBAAgB,EAAE,CAACzK,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkI,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE9K,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,EAAEqD,OAAkB,CAAC;IAC7D,aAAa,EAAE;QACb7K,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACnRF;;;;;;;AA0BA;AACA;AACA,MAAa,iCAAiC;;;;;IAQ5C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAyD;QAEzD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAyD;;YAEzD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAyD;;;;gBAEzD,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;IAOM,kBAAkB,CACvB,OAAuE;QAEvE,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAC;aACnD;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAAuE;;YAEvE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;YACrD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACxE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,2BAA2B,CACxC,OAAuE;;;;gBAEvE,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAxD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOO,mBAAmB,CACzB,OAAuE;QAEvE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXP,iCAA+B,CAChC,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBuB,uBAAqB,CACtB,CAAC;KACH;;;;;;IAOO,uBAAuB,CAC7B,QAAgB,EAChB,OAA2E;QAE3E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBrB,qCAAmC,CACpC,CAAC;KACH;CACF;AACD;AACA,MAAMd,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,6DAA6D;IACnE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoJ,gCAAwC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAEhL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,CAAC;IACjC,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMY,iCAA+B,GAA6B;IAChE,IAAI,EACF,4FAA4F;IAC9F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2J,gCAAwC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAEhL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoI,gCAAwC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAEhL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,EAAEe,QAAmB,CAAC;IACtD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMc,qCAAmC,GAA6B;IACpE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyJ,gCAAwC;SACrD;QACD,OAAO,EAAE;YACP,UAAU,EAAEhL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC1PF;;;;;;;AAwBA;AACA;AACA,MAAa,qBAAqB;;;;;IAOhC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAA6C;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA6C;;YAE7C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAA6C;;;;gBAE7C,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;;;IASD,GAAG,CACD,iBAAyB,EACzB,oBAA4B,EAC5B,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACpDpB,kBAAgB,CACjB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBoC,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,gFAAgF;IAClF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEqJ,oBAA4B;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAEjL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACxH,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,kKAAkK;IACpK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0K,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAElL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtB6G,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC/K,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEqI,oBAA4B;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAEjL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0H,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbxH,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACxLF;;;;;;;AA2BA;AACA;AACA,MAAa,cAAc;;;;;IAOzB,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAsC;QAEtC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAsC;;YAEtC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAsC;;;;gBAEtC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOD,GAAG,CACD,aAAqB,EACrB,OAAqC;QAErC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,aAAa,EAAE,OAAO,EAAE,EAC1BpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;IAUD,cAAc,CACZ,aAAqB,EACrB,gBAAkC,EAClC,OAAgD;QAEhD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,aAAa,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAC5C0C,6BAA2B,CAC5B,CAAC;KACH;;;;;;IAOD,MAAM,CACJ,aAAqB,EACrB,OAAwC;QAExC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,aAAa,EAAE,OAAO,EAAE,EAC1B/B,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrByB,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,yEAAyE;IAC3E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwJ,oBAA4B;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAEpL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqL,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAACnL,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,yFAAyF;IAC3F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE8K,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAEtL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqL,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbnL,KAAgB;QAChBC,cAAyB;QACzBoL,aAAwB;KACzB;IACD,gBAAgB,EAAE,CAACnL,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMyC,6BAA2B,GAA6B;IAC5D,IAAI,EACF,yFAAyF;IAC3F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoI,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAEtL,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEwL,gBAA2B;IACxC,eAAe,EAAE,CAACH,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbnL,KAAgB;QAChBC,cAAyB;QACzBoL,aAAwB;KACzB;IACD,gBAAgB,EAAE,CAACnL,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,yFAAyF;IAC3F,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqL,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbnL,KAAgB;QAChBC,cAAyB;QACzBoL,aAAwB;KACzB;IACD,gBAAgB,EAAE,CAACnL,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwI,oBAA4B;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAEpL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACqL,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbnL,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACnQF;;;;;;;AASA,AAWA;AACA,MAAa,mCAAmC;;;;;IAQ9C,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;IASD,GAAG,CACD,MAAc,EACd,WAAmB,EACnB,UAAkB,EAClB,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC5CD,kBAAgB,CACjB,CAAC;KACH;;;;;;;IAQD,IAAI,CACF,WAAmB,EACnB,UAAkB,EAClB,OAA2D;QAE3D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACpCoB,mBAAiB,CAClB,CAAC;KACH;CACF;AACD;AACA,MAAMnB,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMU,kBAAgB,GAA6B;IACjD,IAAI,EACF,+FAA+F;IACjG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEiL,IAAY;SACzB;QACD,OAAO,EAAE;YACP,UAAU,EAAEzL,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0L,WAAsB,EAAEC,YAAuB,CAAC;IAClE,aAAa,EAAE,CAACzL,KAAgB,EAAE+B,UAAqB,EAAE2J,MAAiB,CAAC;IAC3E,gBAAgB,EAAE,CAACxL,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmB,mBAAiB,GAA6B;IAClD,IAAI,EACF,sFAAsF;IACxF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEiK,KAAa;SAC1B;QACD,OAAO,EAAE;YACP,UAAU,EAAE7L,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0L,WAAsB,EAAEC,YAAuB,CAAC;IAClE,aAAa,EAAE,CAACzL,KAAgB,EAAE+B,UAAqB,CAAC;IACxD,gBAAgB,EAAE,CAAC7B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACzGF;;;;;;;AASA,AAWA;AACA,MAAa,yCAAyC;;;;;IAQpD,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;;IAUD,GAAG,CACD,MAAc,EACd,YAAoB,EACpB,WAAmB,EACnB,UAAkB,EAClB,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC1DD,kBAAgB,CACjB,CAAC;KACH;;;;;;;;IASD,IAAI,CACF,MAAc,EACd,WAAmB,EACnB,UAAkB,EAClB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC5CoB,mBAAiB,CAClB,CAAC;KACH;CACF;AACD;AACA,MAAMnB,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMU,kBAAgB,GAA6B;IACjD,IAAI,EACF,0HAA0H;IAC5H,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsL,UAAkB;SAC/B;QACD,OAAO,EAAE;YACP,UAAU,EAAE9L,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0L,WAAsB,EAAEC,YAAuB,CAAC;IAClE,aAAa,EAAE;QACbzL,KAAgB;QAChB+B,UAAqB;QACrB2J,MAAiB;QACjBG,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAAC3L,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmB,mBAAiB,GAA6B;IAClD,IAAI,EACF,2GAA2G;IAC7G,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoK,WAAmB;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAEhM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0L,WAAsB,EAAEC,YAAuB,CAAC;IAClE,aAAa,EAAE,CAACzL,KAAgB,EAAE+B,UAAqB,EAAE2J,MAAiB,CAAC;IAC3E,gBAAgB,EAAE,CAACxL,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AClHF;;;;;;;AASA,AAgBA;AACA,MAAa,2CAA2C;;;;;IAQtD,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;IASD,cAAc,CACZ,MAAc,EACd,WAAmB,EACnB,UAAkB,EAClB,OAA6E;QAE7E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC5CyC,6BAA2B,CAC5B,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,MAAc,EACd,WAAmB,EACnB,UAAkB,EAClB,OAAkE;QAElE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC5C1C,kBAAgB,CACjB,CAAC;KACH;;;;;;;;IASD,MAAM,CACJ,MAAc,EACd,WAAmB,EACnB,UAAkB,EAClB,OAAqE;QAErE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC5CW,qBAAmB,CACpB,CAAC;KACH;;;;;;;IAQD,IAAI,CACF,WAAmB,EACnB,UAAkB,EAClB,OAAmE;QAEnE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACpCS,mBAAiB,CAClB,CAAC;KACH;;;;;;;IAQD,GAAG,CACD,WAAmB,EACnB,UAAkB,EAClB,OAAkE;QAElE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACpC,gBAAgB,CACjB,CAAC;KACH;CACF;AACD;AACA,MAAMnB,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMoD,6BAA2B,GAA6B;IAC5D,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE+I,WAAmB;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAEjM,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEkM,KAAgB;IAC7B,eAAe,EAAE,CAACR,WAAsB,EAAEC,YAAuB,CAAC;IAClE,aAAa,EAAE,CAACzL,KAAgB,EAAE+B,UAAqB,EAAEkK,MAAiB,CAAC;IAC3E,gBAAgB,EAAE,CAAC/L,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyL,WAAmB;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAEjM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0L,WAAsB,EAAEC,YAAuB,CAAC;IAClE,aAAa,EAAE,CAACzL,KAAgB,EAAE+B,UAAqB,EAAEkK,MAAiB,CAAC;IAC3E,gBAAgB,EAAE,CAAC/L,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0L,WAAsB,EAAEC,YAAuB,CAAC;IAClE,aAAa,EAAE,CAACzL,KAAgB,EAAE+B,UAAqB,EAAEkK,MAAiB,CAAC;IAC3E,gBAAgB,EAAE,CAAC/L,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmB,mBAAiB,GAA6B;IAClD,IAAI,EACF,8FAA8F;IAChG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwK,YAAoB;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAEpM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC0L,WAAsB,EAAEC,YAAuB,CAAC;IAClE,aAAa,EAAE,CAACzL,KAAgB,EAAE+B,UAAqB,CAAC;IACxD,gBAAgB,EAAE,CAAC7B,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,8FAA8F;IAChG,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2L,YAAoB;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAEpM,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEqM,KAAgB;IAC7B,eAAe,EAAE,CAACX,WAAsB,EAAEC,YAAuB,CAAC;IAClE,aAAa,EAAE,CAACzL,KAAgB,EAAE+B,UAAqB,CAAC;IACxD,gBAAgB,EAAE,CAAC7B,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;;AC3NF;;;;;;;AAgDA;AACA;AACA,MAAa,UAAU;;;;;IAOrB,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAkC;QAElC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAkC;;YAElC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAkC;;;;gBAElC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;IAQM,mBAAmB,CACxB,iBAAyB,EACzB,OAAiD;QAEjD,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,6BAA6B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;aACvE;SACF,CAAC;KACH;IAEc,6BAA6B,CAC1C,iBAAyB,EACzB,OAAiD;;YAEjD,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;YACzE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAiD;;;;gBAEjD,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,6BAA6B,CAClC,OAA2D;QAE3D,MAAM,IAAI,GAAG,IAAI,CAAC,sCAAsC,CAAC,OAAO,CAAC,CAAC;QAClE,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,uCAAuC,CAAC,OAAO,CAAC,CAAC;aAC9D;SACF,CAAC;KACH;IAEc,uCAAuC,CACpD,OAA2D;;YAE3D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,8BAA8B,CAAC,OAAO,CAAC,CAAA,CAAC;YAChE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,kCAAkC,CACpD,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,sCAAsC,CACnD,OAA2D;;;;gBAE3D,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,uCAAuC,CACnE,OAAO,CACR,CAAA,IAAA;oBAFU,MAAM,IAAI,WAAA,CAAA;oBAGnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;IASM,8BAA8B,CACnC,iBAAyB,EACzB,OAA4D;QAE5D,MAAM,IAAI,GAAG,IAAI,CAAC,uCAAuC,CACvD,iBAAiB,EACjB,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,wCAAwC,CAClD,iBAAiB,EACjB,OAAO,CACR,CAAC;aACH;SACF,CAAC;KACH;IAEc,wCAAwC,CACrD,iBAAyB,EACzB,OAA4D;;YAE5D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,+BAA+B,CACrD,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;YACF,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,mCAAmC,CACrD,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,uCAAuC,CACpD,iBAAyB,EACzB,OAA4D;;;;gBAE5D,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,wCAAwC,CACpE,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAkC;QAElC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;;IAQO,oBAAoB,CAC1B,iBAAyB,EACzB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BR,kCAAgC,CACjC,CAAC;KACH;;;;;IAMO,8BAA8B,CACpC,OAA2D;QAE3D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,0CAA0C,CAC3C,CAAC;KACH;;;;;;;;IASO,+BAA+B,CACrC,iBAAyB,EACzB,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9B,2CAA2C,CAC5C,CAAC;KACH;;;;;;IAOD,oBAAoB,CAClB,SAAiB,EACjB,OAAkD;QAElD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,OAAO,EAAE,EACtB,iCAAiC,CAClC,CAAC;KACH;;;;;;;;IASD,qBAAqB,CACnB,SAAiB,EACjB,iBAAyB,EACzB,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACzC,kCAAkC,CACnC,CAAC;KACH;;;;;;IAOD,qCAAqC,CACnC,SAAiB,EACjB,OAAmE;QAEnE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,OAAO,EAAE,EACtB,kDAAkD,CACnD,CAAC;KACH;;;;;;IAOD,qCAAqC,CACnC,SAAiB,EACjB,OAAmE;QAEnE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,OAAO,EAAE,EACtB,kDAAkD,CACnD,CAAC;KACH;;;;;;IAOD,sCAAsC,CACpC,SAAiB,EACjB,OAAoE;QAEpE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,OAAO,EAAE,EACtB,mDAAmD,CACpD,CAAC;KACH;;;;;;;;IASD,sCAAsC,CACpC,SAAiB,EACjB,iBAAyB,EACzB,OAAoE;QAEpE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACzC,mDAAmD,CACpD,CAAC;KACH;;;;;;;;IASD,sCAAsC,CACpC,SAAiB,EACjB,iBAAyB,EACzB,OAAoE;QAEpE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACzC,mDAAmD,CACpD,CAAC;KACH;;;;;;;;IASD,uCAAuC,CACrC,SAAiB,EACjB,iBAAyB,EACzB,OAAqE;QAErE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,SAAS,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACzC,oDAAoD,CACrD,CAAC;KACH;;;;;;IAOK,aAAa,CACjB,yBAAoD,EACpD,OAAsC;;YAEtC,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B;gBAE9B,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;aACrD,CAAA,CAAC;YACF,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B;;gBAE9B,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;gBAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB;oBAErB,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;iBAC/C,CAAC;gBACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;oBACZ,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;wBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;qBAC9C;iBACF,CAAC;aACH,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb,EAAE,yBAAyB,EAAE,OAAO,EAAE,EACtC,qBAAqB,CACtB,CAAC;YACF,OAAO,IAAIoG,iBAAS,CAAC,GAAG,EAAE;gBACxB,UAAU,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;gBAC/B,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;gBACzC,yBAAyB,EAAE,cAAc;aAC1C,CAAC,CAAC;SACJ;KAAA;;;;;;IAOK,oBAAoB,CACxB,yBAAoD,EACpD,OAAsC;;YAEtC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,yBAAyB,EAAE,OAAO,CAAC,CAAC;YAC5E,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B;KAAA;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB5E,uBAAqB,CACtB,CAAC;KACH;;;;;;;;IASO,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAqD;QAErD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCtB,sCAAoC,CACrC,CAAC;KACH;;;;;;;IAQO,kCAAkC,CACxC,QAAgB,EAChB,OAA+D;QAE/D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,8CAA8C,CAC/C,CAAC;KACH;;;;;;;;;IAUO,mCAAmC,CACzC,iBAAyB,EACzB,QAAgB,EAChB,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,+CAA+C,CAChD,CAAC;KACH;CACF;AACD;AACA,MAAMb,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,qEAAqE;IAC3E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0K,SAAiB;SAC9B;QACD,OAAO,EAAE;YACP,UAAU,EAAEtM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAACrM,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMW,kCAAgC,GAA6B;IACjE,IAAI,EACF,wGAAwG;IAC1G,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkL,SAAiB;SAC9B;QACD,OAAO,EAAE;YACP,UAAU,EAAEtM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;KAC7B;IACD,gBAAgB,EAAE,CAACR,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,0CAA0C,GAA6B;IAC3E,IAAI,EACF,6FAA6F;IAC/F,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6L,SAAiB;SAC9B;QACD,OAAO,EAAE;YACP,UAAU,EAAEtM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,2CAA2C,GAA6B;IAC5E,IAAI,EACF,gIAAgI;IAClI,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6L,SAAiB;SAC9B;QACD,OAAO,EAAE;YACP,UAAU,EAAEtM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EACF,yGAAyG;IAC3G,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE+L,KAAa;SAC1B;QACD,OAAO,EAAE;YACP,UAAU,EAAExM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;QACtBmI,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACrM,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EACF,4IAA4I;IAC9I,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE+L,KAAa;SAC1B;QACD,OAAO,EAAE;YACP,UAAU,EAAExM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtBmI,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACrM,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,kDAAkD,GAA6B;IACnF,IAAI,EACF,iHAAiH;IACnH,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;QACtBmI,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACrM,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,kDAAkD,GAA6B;IACnF,IAAI,EACF,iHAAiH;IACnH,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;QACtBmI,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACrM,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,mDAAmD,GAA6B;IACpF,IAAI,EACF,kHAAkH;IACpH,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;QACtBmI,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACrM,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,mDAAmD,GAA6B;IACpF,IAAI,EACF,oJAAoJ;IACtJ,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtBmI,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACrM,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,mDAAmD,GAA6B;IACpF,IAAI,EACF,oJAAoJ;IACtJ,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtBmI,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACrM,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,oDAAoD,GAA6B;IACrF,IAAI,EACF,qJAAqJ;IACvJ,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B0D,WAAsB;QACtBmI,SAAoB;KACrB;IACD,gBAAgB,EAAE,CAACrM,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EACF,8GAA8G;IAChH,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAET,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE0M,yBAAoC;IACjD,eAAe,EAAE,CAACH,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBmE,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0J,SAAiB;SAC9B;QACD,OAAO,EAAE;YACP,UAAU,EAAEtM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMa,sCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgL,SAAiB;SAC9B;QACD,OAAO,EAAE;YACP,UAAU,EAAEtM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,8CAA8C,GAA6B;IAC/E,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6L,SAAiB;SAC9B;QACD,OAAO,EAAE;YACP,UAAU,EAAEtM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;QACnBqD,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,+CAA+C,GAA6B;IAChF,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6L,SAAiB;SAC9B;QACD,OAAO,EAAE;YACP,UAAU,EAAEtM,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACuM,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbrM,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;QACnBqD,WAAsB;KACvB;IACD,gBAAgB,EAAE,CAAClE,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC37BF;;;;;;;AA2BA;AACA;AACA,MAAa,YAAY;;;;;IAOvB,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;IAMM,IAAI,CACT,OAAoC;QAEpC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAoC;;YAEpC,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAAoC;;;;gBAEpC,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMO,KAAK,CACX,OAAoC;QAEpC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;IAOD,GAAG,CACD,WAAmB,EACnB,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxBpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;IAQD,MAAM,CACJ,WAAmB,EACnB,OAAqB,EACrB,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,EACjC2C,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAwC;QAExC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBP,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EAAE,uEAAuE;IAC7E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE+K,YAAoB;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAE3M,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC4M,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC1M,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,qFAAqF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEqM,OAAe;SAC5B;QACD,OAAO,EAAE;YACP,UAAU,EAAE7M,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC4M,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb1M,KAAgB;QAChBC,cAAyB;QACzB2M,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAAC1M,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM0C,qBAAmB,GAA6B;IACpD,IAAI,EACF,qFAAqF;IACvF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0J,OAAe;SAC5B;QACD,OAAO,EAAE;YACP,UAAU,EAAE7M,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE+M,QAAmB;IAChC,eAAe,EAAE,CAACH,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb1M,KAAgB;QAChBC,cAAyB;QACzB2M,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAAC1M,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE+J,YAAoB;SACjC;QACD,OAAO,EAAE;YACP,UAAU,EAAE3M,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAAC4M,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb1M,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AC7NF;;;;;;;AA+BA;AACA;AACA,MAAa,qBAAqB;;;;;IAOhC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;IAOM,IAAI,CACT,OAA6C;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA6C;;YAE7C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAA6C;;;;gBAE7C,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;IAOO,KAAK,CACX,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;;IAQD,GAAG,CACD,oBAA4B,EAC5B,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjCpB,kBAAgB,CACjB,CAAC;KACH;;;;;;;;IASD,MAAM,CACJ,oBAA4B,EAC5B,gBAAkC,EAClC,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,OAAO,EAAE,EACnDU,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOD,MAAM,CACJ,oBAA4B,EAC5B,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjCC,qBAAmB,CACpB,CAAC;KACH;;;;;;;IAQD,UAAU,CACR,oBAA4B,EAC5B,OAAmD;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjC,uBAAuB,CACxB,CAAC;KACH;;;;;;IAOD,qBAAqB,CACnB,oBAA4B,EAC5B,OAA8D;QAE9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjC,kCAAkC,CACnC,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrByB,uBAAqB,CACtB,CAAC;KACH;CACF;AACD;AACA,MAAMnC,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,gFAAgF;IAClF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoL,oBAA4B;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAEhN,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiN,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC/M,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0M,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAElN,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiN,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/M,KAAgB;QAChBC,cAAyB;QACzBgN,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC/M,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMS,qBAAmB,GAA6B;IACpD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgM,gBAAwB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAElN,UAAkB;SAC/B;KACF;IACD,WAAW,EAAEoN,gBAA2B;IACxC,eAAe,EAAE,CAACH,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/M,KAAgB;QAChBC,cAAyB;QACzBgN,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC/M,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiN,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/M,KAAgB;QAChBC,cAAyB;QACzBgN,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC/M,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EACF,kHAAkH;IACpH,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE4M,qBAA6B;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAErN,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiN,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/M,KAAgB;QAChBC,cAAyB;QACzBgN,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC/M,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EACF,6HAA6H;IAC/H,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE6M,iBAAyB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAEtN,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiN,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/M,KAAgB;QAChBC,cAAyB;QACzBgN,oBAA+B;KAChC;IACD,gBAAgB,EAAE,CAAC/M,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEoK,oBAA4B;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAEhN,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACiN,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACb/M,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;AClVF;;;;;;;AA4BA;AACA;AACA,MAAa,uBAAuB;;;;;IAOlC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;;;;;IAWM,sBAAsB,CAC3B,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAiE;QAEjE,MAAM,IAAI,GAAG,IAAI,CAAC,+BAA+B,CAC/C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,gCAAgC,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAC;aACH;SACF,CAAC;KACH;IAEc,gCAAgC,CAC7C,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAiE;;YAEjE,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,uBAAuB,CAC7C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAA,CAAC;YACF,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,2BAA2B,CAC7C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,+BAA+B,CAC5C,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAiE;;;;gBAEjE,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,gCAAgC,CAC5D,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAA,IAAA;oBANU,MAAM,IAAI,WAAA,CAAA;oBAOnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;IAMM,kBAAkB,CACvB,OAA6D;QAE7D,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAC;aACnD;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAA6D;;YAE7D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;YACrD,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACxE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,2BAA2B,CACxC,OAA6D;;;;gBAE7D,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,IAAA;oBAAxD,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;;;IAWO,uBAAuB,CAC7B,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACDyI,qCAAmC,CACpC,CAAC;KACH;;;;;IAMO,mBAAmB,CACzB,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX1H,iCAA+B,CAChC,CAAC;KACH;;;;;;;;;;;IAYD,GAAG,CACD,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,YAAoB,EACpB,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACDb,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;;;IAYO,2BAA2B,CACjC,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,QAAgB,EAChB,OAAqE;QAErE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,QAAQ;YACR,OAAO;SACR,EACD+M,yCAAuC,CACxC,CAAC;KACH;;;;;;IAOO,uBAAuB,CAC7B,QAAgB,EAChB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBhM,qCAAmC,CACpC,CAAC;KACH;CACF;AACD;AACA,MAAMd,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMiJ,qCAAmC,GAA6B;IACpE,IAAI,EACF,iLAAiL;IACnL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEyE,aAAqB;SAClC;QACD,OAAO,EAAE;YACP,UAAU,EAAExN,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACyN,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbvN,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B+G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACzH,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMY,iCAA+B,GAA6B;IAChE,IAAI,EACF,kFAAkF;IACpF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEmM,aAAqB;SAClC;QACD,OAAO,EAAE;YACP,UAAU,EAAExN,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACyN,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAACvN,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,gMAAgM;IAClM,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEkN,QAAgB;SAC7B;QACD,OAAO,EAAE;YACP,UAAU,EAAE1N,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACyN,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbvN,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5B+G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;QACvB8F,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACvN,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAM8M,yCAAuC,GAA6B;IACxE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEC,aAAqB;SAClC;QACD,OAAO,EAAE;YACP,UAAU,EAAExN,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACyN,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbvN,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;QACnB0G,iBAA4B;QAC5BC,YAAuB;QACvBC,YAAuB;KACxB;IACD,gBAAgB,EAAE,CAACzH,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMc,qCAAmC,GAA6B;IACpE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEiM,aAAqB;SAClC;QACD,OAAO,EAAE;YACP,UAAU,EAAExN,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACyN,YAAuB,CAAC;IAC1C,aAAa,EAAE;QACbvN,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACnZF;;;;;;;AAiCA;AACA;AACA,MAAa,sBAAsB;;;;;IAOjC,YAAY,MAAsB;QAChC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;;;;;;IAOM,IAAI,CACT,OAA8C;QAE9C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;aACrC;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA8C;;YAE9C,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;YACvC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBAC1D,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,aAAa,CAC1B,OAA8C;;;;gBAE9C,KAAyB,IAAA,KAAAH,oBAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA1C,MAAM,IAAI,WAAA,CAAA;oBACnB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;;;IASM,mBAAmB,CACxB,iBAAyB,EACzB,OAA6D;QAE7D,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;aACb;YACD,MAAM,EAAE;gBACN,OAAO,IAAI,CAAC,6BAA6B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;aACvE;SACF,CAAC;KACH;IAEc,6BAA6B,CAC1C,iBAAyB,EACzB,OAA6D;;YAE7D,IAAI,MAAM,GAAG,oBAAM,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;YACzE,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,oBAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,0BAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;SACF;KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAA6D;;;;gBAE7D,KAAyB,IAAA,KAAAA,oBAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,oBAAA,OAAOC,uBAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;SACF;KAAA;;;;;;IAOO,KAAK,CACX,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEsB,mBAAiB,CAAC,CAAC;KACzE;;;;;;;;IASO,oBAAoB,CAC1B,iBAAyB,EACzB,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BR,kCAAgC,CACjC,CAAC;KACH;;;;;;;;IASD,GAAG,CACD,iBAAyB,EACzB,qBAA6B,EAC7B,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACrDZ,kBAAgB,CACjB,CAAC;KACH;;;;;;;;;;IAWD,cAAc,CACZ,iBAAyB,EACzB,qBAA6B,EAC7B,iBAAoC,EACpC,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACxE0C,6BAA2B,CAC5B,CAAC;KACH;;;;;;;;;IAUD,MAAM,CACJ,iBAAyB,EACzB,qBAA6B,EAC7B,iBAAoC,EACpC,OAAgD;QAEhD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACxEC,qBAAmB,CACpB,CAAC;KACH;;;;;;;;IASD,MAAM,CACJ,iBAAyB,EACzB,qBAA6B,EAC7B,OAAgD;QAEhD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACrDhC,qBAAmB,CACpB,CAAC;KACH;;;;;;IAOO,SAAS,CACf,QAAgB,EAChB,OAAkD;QAElD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrByB,uBAAqB,CACtB,CAAC;KACH;;;;;;;;IASO,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCtB,sCAAoC,CACrC,CAAC;KACH;CACF;AACD;AACA,MAAMb,YAAU,GAAGX,2BAA2B,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8B,mBAAiB,GAA6B;IAClD,IAAI,EACF,iFAAiF;IACnF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgM,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE5N,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACT,KAAgB,EAAEC,cAAyB,CAAC;IAC5D,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMW,kCAAgC,GAA6B;IACjE,IAAI,EACF,oHAAoH;IACtH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEwM,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE5N,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;KAC7B;IACD,gBAAgB,EAAE,CAACR,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;IACjD,IAAI,EACF,4IAA4I;IAC9I,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEqN,iBAAyB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE7N,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BkN,qBAAgC;KACjC;IACD,gBAAgB,EAAE,CAAC1N,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMyC,6BAA2B,GAA6B;IAC5D,IAAI,EACF,4IAA4I;IAC9I,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE2K,iBAAyB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAEA,iBAAyB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE7N,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE+N,iBAA4B;IACzC,eAAe,EAAE,CAACpN,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BkN,qBAAgC;KACjC;IACD,gBAAgB,EAAE,CAAC1N,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAM0C,qBAAmB,GAA6B;IACpD,IAAI,EACF,4IAA4I;IAC9I,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE0K,iBAAyB;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE7N,UAAkB;SAC/B;KACF;IACD,WAAW,EAAE+N,iBAA4B;IACzC,eAAe,EAAE,CAACpN,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BkN,qBAAgC;KACjC;IACD,gBAAgB,EAAE,CAAC1N,MAAiB,EAAEW,WAAsB,CAAC;IAC7D,SAAS,EAAE,MAAM;gBACjBN,YAAU;CACX,CAAC;AACF,MAAMU,qBAAmB,GAA6B;IACpD,IAAI,EACF,4IAA4I;IAC9I,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAEnB,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BkN,qBAAgC;KACjC;IACD,gBAAgB,EAAE,CAAC1N,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMmC,uBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEgL,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE5N,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBc,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;AACF,MAAMa,sCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAEsM,sBAA8B;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE5N,UAAkB;SAC/B;KACF;IACD,eAAe,EAAE,CAACW,WAAsB,CAAC;IACzC,aAAa,EAAE;QACbT,KAAgB;QAChBC,cAAyB;QACzBS,iBAA4B;QAC5BK,QAAmB;KACpB;IACD,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCK,YAAU;CACX,CAAC;;ACzcF;;;;;;;AAQA,MA0Ga,cAAe,SAAQuN,wBAAwB;;;;;;;;;IAa1D,YACE,WAAqC,EACrC,cAAsB,EACtB,WAAmB,EACnB,OAAsC;QAEtC,IAAI,WAAW,KAAK,SAAS,EAAE;YAC7B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;SACjD;QACD,IAAI,cAAc,KAAK,SAAS,EAAE;YAChC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,WAAW,KAAK,SAAS,EAAE;YAC7B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;SACjD;;QAGD,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,MAAM,QAAQ,GAAiC;YAC7C,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,6BAA6B,CAAC;QACrD,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;cAChE,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;cAC/D,GAAG,cAAc,EAAE,CAAC;QAE1B,IAAI,CAAC,OAAO,CAAC,gBAAgB,EAAE;YAC7B,OAAO,CAAC,gBAAgB,GAAG,CAAC,uCAAuC,CAAC,CAAC;SACtE;QACD,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,OAAO,EAAE,OAAO,CAAC,QAAQ,IAAI,8BAA8B,GAC5D,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;;QAE3B,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QACrC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;;QAG/B,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,cAAc,GAAG,IAAI,kBAAkB,CAAC,IAAI,CAAC,CAAC;QACnD,IAAI,CAAC,2BAA2B,GAAG,IAAI,+BAA+B,CACpE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,4BAA4B,GAAG,IAAI,gCAAgC,CACtE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,wBAAwB,GAAG,IAAI,4BAA4B,CAAC,IAAI,CAAC,CAAC;QACvE,IAAI,CAAC,oBAAoB,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,mBAAmB,GAAG,IAAI,uBAAuB,CAAC,IAAI,CAAC,CAAC;QAC7D,IAAI,CAAC,4BAA4B,GAAG,IAAI,gCAAgC,CACtE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,4CAA4C,GAAG,IAAI,gDAAgD,CACtG,IAAI,CACL,CAAC;QACF,IAAI,CAAC,2CAA2C,GAAG,IAAI,+CAA+C,CACpG,IAAI,CACL,CAAC;QACF,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,wBAAwB,GAAG,IAAI,4BAA4B,CAAC,IAAI,CAAC,CAAC;QACvE,IAAI,CAAC,WAAW,GAAG,IAAI,eAAe,CAAC,IAAI,CAAC,CAAC;QAC7C,IAAI,CAAC,6BAA6B,GAAG,IAAI,iCAAiC,CACxE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,gBAAgB,GAAG,IAAI,oBAAoB,CAAC,IAAI,CAAC,CAAC;QACvD,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,6BAA6B,GAAG,IAAI,iCAAiC,CACxE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,4BAA4B,GAAG,IAAI,gCAAgC,CACtE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,+BAA+B,GAAG,IAAI,mCAAmC,CAC5E,IAAI,CACL,CAAC;QACF,IAAI,CAAC,cAAc,GAAG,IAAI,kBAAkB,CAAC,IAAI,CAAC,CAAC;QACnD,IAAI,CAAC,WAAW,GAAG,IAAI,eAAe,CAAC,IAAI,CAAC,CAAC;QAC7C,IAAI,CAAC,sBAAsB,GAAG,IAAI,0BAA0B,CAAC,IAAI,CAAC,CAAC;QACnE,IAAI,CAAC,uCAAuC,GAAG,IAAI,2CAA2C,CAC5F,IAAI,CACL,CAAC;QACF,IAAI,CAAC,mBAAmB,GAAG,IAAI,uBAAuB,CAAC,IAAI,CAAC,CAAC;QAC7D,IAAI,CAAC,WAAW,GAAG,IAAI,eAAe,CAAC,IAAI,CAAC,CAAC;QAC7C,IAAI,CAAC,2BAA2B,GAAG,IAAI,+BAA+B,CACpE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,yBAAyB,GAAG,IAAI,6BAA6B,CAAC,IAAI,CAAC,CAAC;QACzE,IAAI,CAAC,kBAAkB,GAAG,IAAI,sBAAsB,CAAC,IAAI,CAAC,CAAC;QAC3D,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,wBAAwB,GAAG,IAAI,4BAA4B,CAAC,IAAI,CAAC,CAAC;QACvE,IAAI,CAAC,2BAA2B,GAAG,IAAI,+BAA+B,CACpE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,wCAAwC,GAAG,IAAI,4CAA4C,CAC9F,IAAI,CACL,CAAC;QACF,IAAI,CAAC,yBAAyB,GAAG,IAAI,6BAA6B,CAAC,IAAI,CAAC,CAAC;QACzE,IAAI,CAAC,YAAY,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,mBAAmB,GAAG,IAAI,uBAAuB,CAAC,IAAI,CAAC,CAAC;QAC7D,IAAI,CAAC,6BAA6B,GAAG,IAAI,iCAAiC,CACxE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,+BAA+B,GAAG,IAAI,mCAAmC,CAC5E,IAAI,CACL,CAAC;QACF,IAAI,CAAC,qCAAqC,GAAG,IAAI,yCAAyC,CACxF,IAAI,CACL,CAAC;QACF,IAAI,CAAC,uCAAuC,GAAG,IAAI,2CAA2C,CAC5F,IAAI,CACL,CAAC;QACF,IAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,mBAAmB,GAAG,IAAI,uBAAuB,CAAC,IAAI,CAAC,CAAC;QAC7D,IAAI,CAAC,kBAAkB,GAAG,IAAI,sBAAsB,CAAC,IAAI,CAAC,CAAC;KAC5D;CAmDF;;;;"}