@azure/arm-security 6.0.0-beta.4 → 6.0.0-beta.6

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 (3827) hide show
  1. package/CHANGELOG.md +1656 -31
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts.map +1 -0
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.d.ts +9525 -0
  12. package/dist/browser/models/index.d.ts.map +1 -0
  13. package/dist/browser/models/index.js +1486 -0
  14. package/dist/browser/models/index.js.map +1 -0
  15. package/dist/browser/models/mappers.d.ts +521 -0
  16. package/dist/browser/models/mappers.d.ts.map +1 -0
  17. package/dist/browser/models/mappers.js +13230 -0
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/dist/browser/models/parameters.d.ts +151 -0
  20. package/dist/browser/models/parameters.d.ts.map +1 -0
  21. package/dist/browser/models/parameters.js +1350 -0
  22. package/dist/browser/models/parameters.js.map +1 -0
  23. package/dist/browser/operations/aPICollections.d.ts +133 -0
  24. package/dist/browser/operations/aPICollections.d.ts.map +1 -0
  25. package/dist/browser/operations/aPICollections.js +507 -0
  26. package/dist/browser/operations/aPICollections.js.map +1 -0
  27. package/dist/browser/operations/adaptiveApplicationControls.d.ts +43 -0
  28. package/dist/browser/operations/adaptiveApplicationControls.d.ts.map +1 -0
  29. package/dist/browser/operations/adaptiveApplicationControls.js +147 -0
  30. package/dist/browser/operations/adaptiveApplicationControls.js.map +1 -0
  31. package/dist/browser/operations/adaptiveNetworkHardenings.d.ts +83 -0
  32. package/dist/browser/operations/adaptiveNetworkHardenings.d.ts.map +1 -0
  33. package/dist/browser/operations/adaptiveNetworkHardenings.js +307 -0
  34. package/dist/browser/operations/adaptiveNetworkHardenings.js.map +1 -0
  35. package/dist/browser/operations/advancedThreatProtection.d.ts +26 -0
  36. package/dist/browser/operations/advancedThreatProtection.d.ts.map +1 -0
  37. package/dist/browser/operations/advancedThreatProtection.js +83 -0
  38. package/dist/browser/operations/advancedThreatProtection.js.map +1 -0
  39. package/dist/browser/operations/alerts.d.ts +221 -0
  40. package/dist/browser/operations/alerts.d.ts.map +1 -0
  41. package/dist/browser/operations/alerts.js +840 -0
  42. package/dist/browser/operations/alerts.js.map +1 -0
  43. package/dist/browser/operations/alertsSuppressionRules.d.ts +51 -0
  44. package/dist/browser/operations/alertsSuppressionRules.d.ts.map +1 -0
  45. package/dist/browser/operations/alertsSuppressionRules.js +205 -0
  46. package/dist/browser/operations/alertsSuppressionRules.js.map +1 -0
  47. package/dist/browser/operations/allowedConnections.d.ts +67 -0
  48. package/dist/browser/operations/allowedConnections.d.ts.map +1 -0
  49. package/dist/browser/operations/allowedConnections.js +260 -0
  50. package/dist/browser/operations/allowedConnections.js.map +1 -0
  51. package/dist/browser/operations/applicationOperations.d.ts +32 -0
  52. package/dist/browser/operations/applicationOperations.d.ts.map +1 -0
  53. package/dist/browser/operations/applicationOperations.js +106 -0
  54. package/dist/browser/operations/applicationOperations.js.map +1 -0
  55. package/dist/browser/operations/applications.d.ts +32 -0
  56. package/dist/browser/operations/applications.d.ts.map +1 -0
  57. package/dist/browser/operations/applications.js +120 -0
  58. package/dist/browser/operations/applications.js.map +1 -0
  59. package/dist/browser/operations/assessments.d.ts +65 -0
  60. package/dist/browser/operations/assessments.d.ts.map +1 -0
  61. package/dist/browser/operations/assessments.js +219 -0
  62. package/dist/browser/operations/assessments.js.map +1 -0
  63. package/dist/browser/operations/assessmentsMetadata.d.ts +76 -0
  64. package/dist/browser/operations/assessmentsMetadata.d.ts.map +1 -0
  65. package/dist/browser/operations/assessmentsMetadata.js +320 -0
  66. package/dist/browser/operations/assessmentsMetadata.js.map +1 -0
  67. package/dist/browser/operations/autoProvisioningSettings.d.ts +45 -0
  68. package/dist/browser/operations/autoProvisioningSettings.d.ts.map +1 -0
  69. package/dist/browser/operations/autoProvisioningSettings.js +179 -0
  70. package/dist/browser/operations/autoProvisioningSettings.js.map +1 -0
  71. package/dist/browser/operations/automations.d.ts +105 -0
  72. package/dist/browser/operations/automations.d.ts.map +1 -0
  73. package/dist/browser/operations/automations.js +397 -0
  74. package/dist/browser/operations/automations.js.map +1 -0
  75. package/dist/browser/operations/azureDevOpsOrgs.d.ts +91 -0
  76. package/dist/browser/operations/azureDevOpsOrgs.d.ts.map +1 -0
  77. package/dist/browser/operations/azureDevOpsOrgs.js +398 -0
  78. package/dist/browser/operations/azureDevOpsOrgs.js.map +1 -0
  79. package/dist/browser/operations/azureDevOpsProjects.d.ts +91 -0
  80. package/dist/browser/operations/azureDevOpsProjects.d.ts.map +1 -0
  81. package/dist/browser/operations/azureDevOpsProjects.js +388 -0
  82. package/dist/browser/operations/azureDevOpsProjects.js.map +1 -0
  83. package/dist/browser/operations/azureDevOpsRepos.d.ts +99 -0
  84. package/dist/browser/operations/azureDevOpsRepos.d.ts.map +1 -0
  85. package/dist/browser/operations/azureDevOpsRepos.js +417 -0
  86. package/dist/browser/operations/azureDevOpsRepos.js.map +1 -0
  87. package/dist/browser/operations/complianceResults.d.ts +48 -0
  88. package/dist/browser/operations/complianceResults.d.ts.map +1 -0
  89. package/dist/browser/operations/complianceResults.js +154 -0
  90. package/dist/browser/operations/complianceResults.js.map +1 -0
  91. package/dist/browser/operations/compliances.d.ts +50 -0
  92. package/dist/browser/operations/compliances.d.ts.map +1 -0
  93. package/dist/browser/operations/compliances.js +156 -0
  94. package/dist/browser/operations/compliances.js.map +1 -0
  95. package/dist/browser/operations/connectors.d.ts +53 -0
  96. package/dist/browser/operations/connectors.d.ts.map +1 -0
  97. package/dist/browser/operations/connectors.js +208 -0
  98. package/dist/browser/operations/connectors.js.map +1 -0
  99. package/dist/browser/operations/customAssessmentAutomations.d.ts +82 -0
  100. package/dist/browser/operations/customAssessmentAutomations.d.ts.map +1 -0
  101. package/dist/browser/operations/customAssessmentAutomations.js +329 -0
  102. package/dist/browser/operations/customAssessmentAutomations.js.map +1 -0
  103. package/dist/browser/operations/customEntityStoreAssignments.d.ts +85 -0
  104. package/dist/browser/operations/customEntityStoreAssignments.d.ts.map +1 -0
  105. package/dist/browser/operations/customEntityStoreAssignments.js +332 -0
  106. package/dist/browser/operations/customEntityStoreAssignments.js.map +1 -0
  107. package/dist/browser/operations/defenderForStorage.d.ts +28 -0
  108. package/dist/browser/operations/defenderForStorage.d.ts.map +1 -0
  109. package/dist/browser/operations/defenderForStorage.js +88 -0
  110. package/dist/browser/operations/defenderForStorage.js.map +1 -0
  111. package/dist/browser/operations/devOpsConfigurations.d.ts +92 -0
  112. package/dist/browser/operations/devOpsConfigurations.d.ts.map +1 -0
  113. package/dist/browser/operations/devOpsConfigurations.js +435 -0
  114. package/dist/browser/operations/devOpsConfigurations.js.map +1 -0
  115. package/dist/browser/operations/devOpsOperationResults.d.ts +21 -0
  116. package/dist/browser/operations/devOpsOperationResults.d.ts.map +1 -0
  117. package/dist/browser/operations/devOpsOperationResults.js +56 -0
  118. package/dist/browser/operations/devOpsOperationResults.js.map +1 -0
  119. package/dist/browser/operations/deviceSecurityGroups.d.ts +60 -0
  120. package/dist/browser/operations/deviceSecurityGroups.d.ts.map +1 -0
  121. package/dist/browser/operations/deviceSecurityGroups.js +214 -0
  122. package/dist/browser/operations/deviceSecurityGroups.js.map +1 -0
  123. package/dist/browser/operations/discoveredSecuritySolutions.d.ts +66 -0
  124. package/dist/browser/operations/discoveredSecuritySolutions.d.ts.map +1 -0
  125. package/dist/browser/operations/discoveredSecuritySolutions.js +264 -0
  126. package/dist/browser/operations/discoveredSecuritySolutions.js.map +1 -0
  127. package/dist/browser/operations/externalSecuritySolutions.d.ts +66 -0
  128. package/dist/browser/operations/externalSecuritySolutions.d.ts.map +1 -0
  129. package/dist/browser/operations/externalSecuritySolutions.js +264 -0
  130. package/dist/browser/operations/externalSecuritySolutions.js.map +1 -0
  131. package/dist/browser/operations/gitHubOwners.d.ts +53 -0
  132. package/dist/browser/operations/gitHubOwners.d.ts.map +1 -0
  133. package/dist/browser/operations/gitHubOwners.js +195 -0
  134. package/dist/browser/operations/gitHubOwners.js.map +1 -0
  135. package/dist/browser/operations/gitHubRepos.d.ts +50 -0
  136. package/dist/browser/operations/gitHubRepos.d.ts.map +1 -0
  137. package/dist/browser/operations/gitHubRepos.js +184 -0
  138. package/dist/browser/operations/gitHubRepos.js.map +1 -0
  139. package/dist/browser/operations/gitLabGroups.d.ts +53 -0
  140. package/dist/browser/operations/gitLabGroups.d.ts.map +1 -0
  141. package/dist/browser/operations/gitLabGroups.js +195 -0
  142. package/dist/browser/operations/gitLabGroups.js.map +1 -0
  143. package/dist/browser/operations/gitLabProjects.d.ts +52 -0
  144. package/dist/browser/operations/gitLabProjects.d.ts.map +1 -0
  145. package/dist/browser/operations/gitLabProjects.js +186 -0
  146. package/dist/browser/operations/gitLabProjects.js.map +1 -0
  147. package/dist/browser/operations/gitLabSubgroups.d.ts +21 -0
  148. package/dist/browser/operations/gitLabSubgroups.d.ts.map +1 -0
  149. package/dist/browser/operations/gitLabSubgroups.js +56 -0
  150. package/dist/browser/operations/gitLabSubgroups.js.map +1 -0
  151. package/dist/browser/operations/governanceAssignments.d.ts +78 -0
  152. package/dist/browser/operations/governanceAssignments.d.ts.map +1 -0
  153. package/dist/browser/operations/governanceAssignments.js +237 -0
  154. package/dist/browser/operations/governanceAssignments.js.map +1 -0
  155. package/dist/browser/operations/governanceRules.d.ts +117 -0
  156. package/dist/browser/operations/governanceRules.d.ts.map +1 -0
  157. package/dist/browser/operations/governanceRules.js +390 -0
  158. package/dist/browser/operations/governanceRules.js.map +1 -0
  159. package/dist/browser/operations/healthReports.d.ts +46 -0
  160. package/dist/browser/operations/healthReports.d.ts.map +1 -0
  161. package/dist/browser/operations/healthReports.js +152 -0
  162. package/dist/browser/operations/healthReports.js.map +1 -0
  163. package/dist/browser/operations/index.d.ts +71 -0
  164. package/dist/browser/operations/index.d.ts.map +1 -0
  165. package/dist/browser/operations/index.js +78 -0
  166. package/dist/browser/operations/index.js.map +1 -0
  167. package/dist/browser/operations/informationProtectionPolicies.d.ts +60 -0
  168. package/dist/browser/operations/informationProtectionPolicies.d.ts.map +1 -0
  169. package/dist/browser/operations/informationProtectionPolicies.js +198 -0
  170. package/dist/browser/operations/informationProtectionPolicies.js.map +1 -0
  171. package/dist/browser/operations/iotSecuritySolution.d.ts +91 -0
  172. package/dist/browser/operations/iotSecuritySolution.d.ts.map +1 -0
  173. package/dist/browser/operations/iotSecuritySolution.js +363 -0
  174. package/dist/browser/operations/iotSecuritySolution.js.map +1 -0
  175. package/dist/browser/operations/iotSecuritySolutionAnalytics.d.ts +29 -0
  176. package/dist/browser/operations/iotSecuritySolutionAnalytics.d.ts.map +1 -0
  177. package/dist/browser/operations/iotSecuritySolutionAnalytics.js +86 -0
  178. package/dist/browser/operations/iotSecuritySolutionAnalytics.js.map +1 -0
  179. package/dist/browser/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +60 -0
  180. package/dist/browser/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -0
  181. package/dist/browser/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js +201 -0
  182. package/dist/browser/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -0
  183. package/dist/browser/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts +53 -0
  184. package/dist/browser/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -0
  185. package/dist/browser/operations/iotSecuritySolutionsAnalyticsRecommendation.js +177 -0
  186. package/dist/browser/operations/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -0
  187. package/dist/browser/operations/jitNetworkAccessPolicies.d.ts +153 -0
  188. package/dist/browser/operations/jitNetworkAccessPolicies.d.ts.map +1 -0
  189. package/dist/browser/operations/jitNetworkAccessPolicies.js +598 -0
  190. package/dist/browser/operations/jitNetworkAccessPolicies.js.map +1 -0
  191. package/dist/browser/operations/locations.d.ts +43 -0
  192. package/dist/browser/operations/locations.d.ts.map +1 -0
  193. package/dist/browser/operations/locations.js +153 -0
  194. package/dist/browser/operations/locations.js.map +1 -0
  195. package/dist/browser/operations/mdeOnboardings.d.ts +23 -0
  196. package/dist/browser/operations/mdeOnboardings.d.ts.map +1 -0
  197. package/dist/browser/operations/mdeOnboardings.js +70 -0
  198. package/dist/browser/operations/mdeOnboardings.js.map +1 -0
  199. package/dist/browser/operations/operations.d.ts +32 -0
  200. package/dist/browser/operations/operations.d.ts.map +1 -0
  201. package/dist/browser/operations/operations.js +116 -0
  202. package/dist/browser/operations/operations.js.map +1 -0
  203. package/dist/browser/operations/pricings.d.ts +61 -0
  204. package/dist/browser/operations/pricings.d.ts.map +1 -0
  205. package/dist/browser/operations/pricings.js +160 -0
  206. package/dist/browser/operations/pricings.js.map +1 -0
  207. package/dist/browser/operations/regulatoryComplianceAssessments.d.ts +46 -0
  208. package/dist/browser/operations/regulatoryComplianceAssessments.d.ts.map +1 -0
  209. package/dist/browser/operations/regulatoryComplianceAssessments.js +179 -0
  210. package/dist/browser/operations/regulatoryComplianceAssessments.js.map +1 -0
  211. package/dist/browser/operations/regulatoryComplianceControls.d.ts +42 -0
  212. package/dist/browser/operations/regulatoryComplianceControls.d.ts.map +1 -0
  213. package/dist/browser/operations/regulatoryComplianceControls.js +162 -0
  214. package/dist/browser/operations/regulatoryComplianceControls.js.map +1 -0
  215. package/dist/browser/operations/regulatoryComplianceStandards.d.ts +38 -0
  216. package/dist/browser/operations/regulatoryComplianceStandards.d.ts.map +1 -0
  217. package/dist/browser/operations/regulatoryComplianceStandards.js +148 -0
  218. package/dist/browser/operations/regulatoryComplianceStandards.js.map +1 -0
  219. package/dist/browser/operations/secureScoreControlDefinitions.d.ts +52 -0
  220. package/dist/browser/operations/secureScoreControlDefinitions.d.ts.map +1 -0
  221. package/dist/browser/operations/secureScoreControlDefinitions.js +212 -0
  222. package/dist/browser/operations/secureScoreControlDefinitions.js.map +1 -0
  223. package/dist/browser/operations/secureScoreControls.d.ts +56 -0
  224. package/dist/browser/operations/secureScoreControls.d.ts.map +1 -0
  225. package/dist/browser/operations/secureScoreControls.js +225 -0
  226. package/dist/browser/operations/secureScoreControls.js.map +1 -0
  227. package/dist/browser/operations/secureScores.d.ts +40 -0
  228. package/dist/browser/operations/secureScores.d.ts.map +1 -0
  229. package/dist/browser/operations/secureScores.js +150 -0
  230. package/dist/browser/operations/secureScores.js.map +1 -0
  231. package/dist/browser/operations/securityConnectorApplication.d.ts +41 -0
  232. package/dist/browser/operations/securityConnectorApplication.d.ts.map +1 -0
  233. package/dist/browser/operations/securityConnectorApplication.js +127 -0
  234. package/dist/browser/operations/securityConnectorApplication.js.map +1 -0
  235. package/dist/browser/operations/securityConnectorApplications.d.ts +41 -0
  236. package/dist/browser/operations/securityConnectorApplications.d.ts.map +1 -0
  237. package/dist/browser/operations/securityConnectorApplications.js +136 -0
  238. package/dist/browser/operations/securityConnectorApplications.js.map +1 -0
  239. package/dist/browser/operations/securityConnectors.d.ts +95 -0
  240. package/dist/browser/operations/securityConnectors.d.ts.map +1 -0
  241. package/dist/browser/operations/securityConnectors.js +362 -0
  242. package/dist/browser/operations/securityConnectors.js.map +1 -0
  243. package/dist/browser/operations/securityContacts.d.ts +51 -0
  244. package/dist/browser/operations/securityContacts.d.ts.map +1 -0
  245. package/dist/browser/operations/securityContacts.js +209 -0
  246. package/dist/browser/operations/securityContacts.js.map +1 -0
  247. package/dist/browser/operations/securityOperators.d.ts +40 -0
  248. package/dist/browser/operations/securityOperators.d.ts.map +1 -0
  249. package/dist/browser/operations/securityOperators.js +141 -0
  250. package/dist/browser/operations/securityOperators.js.map +1 -0
  251. package/dist/browser/operations/securitySolutions.d.ts +42 -0
  252. package/dist/browser/operations/securitySolutions.d.ts.map +1 -0
  253. package/dist/browser/operations/securitySolutions.js +154 -0
  254. package/dist/browser/operations/securitySolutions.js.map +1 -0
  255. package/dist/browser/operations/securitySolutionsReferenceDataOperations.d.ts +25 -0
  256. package/dist/browser/operations/securitySolutionsReferenceDataOperations.d.ts.map +1 -0
  257. package/dist/browser/operations/securitySolutionsReferenceDataOperations.js +76 -0
  258. package/dist/browser/operations/securitySolutionsReferenceDataOperations.js.map +1 -0
  259. package/dist/browser/operations/sensitivitySettings.d.ts +18 -0
  260. package/dist/browser/operations/sensitivitySettings.d.ts.map +1 -0
  261. package/dist/browser/operations/sensitivitySettings.js +47 -0
  262. package/dist/browser/operations/sensitivitySettings.js.map +1 -0
  263. package/dist/browser/operations/serverVulnerabilityAssessmentOperations.d.ts +65 -0
  264. package/dist/browser/operations/serverVulnerabilityAssessmentOperations.d.ts.map +1 -0
  265. package/dist/browser/operations/serverVulnerabilityAssessmentOperations.js +246 -0
  266. package/dist/browser/operations/serverVulnerabilityAssessmentOperations.js.map +1 -0
  267. package/dist/browser/operations/serverVulnerabilityAssessmentsSettings.d.ts +54 -0
  268. package/dist/browser/operations/serverVulnerabilityAssessmentsSettings.d.ts.map +1 -0
  269. package/dist/browser/operations/serverVulnerabilityAssessmentsSettings.js +212 -0
  270. package/dist/browser/operations/serverVulnerabilityAssessmentsSettings.js.map +1 -0
  271. package/dist/browser/operations/settings.d.ts +45 -0
  272. package/dist/browser/operations/settings.d.ts.map +1 -0
  273. package/dist/browser/operations/settings.js +179 -0
  274. package/dist/browser/operations/settings.js.map +1 -0
  275. package/dist/browser/operations/softwareInventories.d.ts +76 -0
  276. package/dist/browser/operations/softwareInventories.d.ts.map +1 -0
  277. package/dist/browser/operations/softwareInventories.js +297 -0
  278. package/dist/browser/operations/softwareInventories.js.map +1 -0
  279. package/dist/browser/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts +51 -0
  280. package/dist/browser/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +1 -0
  281. package/dist/browser/operations/sqlVulnerabilityAssessmentBaselineRules.js +155 -0
  282. package/dist/browser/operations/sqlVulnerabilityAssessmentBaselineRules.js.map +1 -0
  283. package/dist/browser/operations/sqlVulnerabilityAssessmentScanResults.d.ts +30 -0
  284. package/dist/browser/operations/sqlVulnerabilityAssessmentScanResults.d.ts.map +1 -0
  285. package/dist/browser/operations/sqlVulnerabilityAssessmentScanResults.js +82 -0
  286. package/dist/browser/operations/sqlVulnerabilityAssessmentScanResults.js.map +1 -0
  287. package/dist/browser/operations/sqlVulnerabilityAssessmentScans.d.ts +28 -0
  288. package/dist/browser/operations/sqlVulnerabilityAssessmentScans.d.ts.map +1 -0
  289. package/dist/browser/operations/sqlVulnerabilityAssessmentScans.js +75 -0
  290. package/dist/browser/operations/sqlVulnerabilityAssessmentScans.js.map +1 -0
  291. package/dist/browser/operations/subAssessments.d.ts +81 -0
  292. package/dist/browser/operations/subAssessments.d.ts.map +1 -0
  293. package/dist/browser/operations/subAssessments.js +269 -0
  294. package/dist/browser/operations/subAssessments.js.map +1 -0
  295. package/dist/browser/operations/tasks.d.ts +124 -0
  296. package/dist/browser/operations/tasks.d.ts.map +1 -0
  297. package/dist/browser/operations/tasks.js +474 -0
  298. package/dist/browser/operations/tasks.js.map +1 -0
  299. package/dist/browser/operations/topology.d.ts +66 -0
  300. package/dist/browser/operations/topology.d.ts.map +1 -0
  301. package/dist/browser/operations/topology.js +259 -0
  302. package/dist/browser/operations/topology.js.map +1 -0
  303. package/dist/browser/operations/workspaceSettings.d.ts +62 -0
  304. package/dist/browser/operations/workspaceSettings.d.ts.map +1 -0
  305. package/dist/browser/operations/workspaceSettings.js +240 -0
  306. package/dist/browser/operations/workspaceSettings.js.map +1 -0
  307. package/dist/browser/operationsInterfaces/aPICollections.d.ts +74 -0
  308. package/dist/browser/operationsInterfaces/aPICollections.d.ts.map +1 -0
  309. package/dist/browser/operationsInterfaces/aPICollections.js +9 -0
  310. package/dist/browser/operationsInterfaces/aPICollections.js.map +1 -0
  311. package/dist/browser/operationsInterfaces/adaptiveApplicationControls.d.ts +35 -0
  312. package/dist/browser/operationsInterfaces/adaptiveApplicationControls.d.ts.map +1 -0
  313. package/dist/browser/operationsInterfaces/adaptiveApplicationControls.js.map +1 -0
  314. package/dist/browser/operationsInterfaces/adaptiveNetworkHardenings.d.ts +52 -0
  315. package/dist/browser/operationsInterfaces/adaptiveNetworkHardenings.d.ts.map +1 -0
  316. package/dist/browser/operationsInterfaces/adaptiveNetworkHardenings.js.map +1 -0
  317. package/dist/browser/operationsInterfaces/advancedThreatProtection.d.ts +18 -0
  318. package/dist/browser/operationsInterfaces/advancedThreatProtection.d.ts.map +1 -0
  319. package/dist/browser/operationsInterfaces/advancedThreatProtection.js.map +1 -0
  320. package/dist/browser/operationsInterfaces/alerts.d.ts +142 -0
  321. package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
  322. package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
  323. package/dist/browser/operationsInterfaces/alertsSuppressionRules.d.ts +30 -0
  324. package/dist/browser/operationsInterfaces/alertsSuppressionRules.d.ts.map +1 -0
  325. package/dist/browser/operationsInterfaces/alertsSuppressionRules.js.map +1 -0
  326. package/dist/browser/operationsInterfaces/allowedConnections.d.ts +29 -0
  327. package/dist/browser/operationsInterfaces/allowedConnections.d.ts.map +1 -0
  328. package/dist/browser/operationsInterfaces/allowedConnections.js.map +1 -0
  329. package/dist/browser/operationsInterfaces/applicationOperations.d.ts +24 -0
  330. package/dist/browser/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  331. package/dist/browser/operationsInterfaces/applicationOperations.js.map +1 -0
  332. package/dist/browser/operationsInterfaces/applications.d.ts +11 -0
  333. package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
  334. package/dist/browser/operationsInterfaces/applications.js.map +1 -0
  335. package/dist/browser/operationsInterfaces/assessments.d.ts +38 -0
  336. package/dist/browser/operationsInterfaces/assessments.d.ts.map +1 -0
  337. package/dist/browser/operationsInterfaces/assessments.js.map +1 -0
  338. package/dist/browser/operationsInterfaces/assessmentsMetadata.d.ts +42 -0
  339. package/dist/browser/operationsInterfaces/assessmentsMetadata.d.ts.map +1 -0
  340. package/dist/browser/operationsInterfaces/assessmentsMetadata.js.map +1 -0
  341. package/dist/browser/operationsInterfaces/autoProvisioningSettings.d.ts +24 -0
  342. package/dist/browser/operationsInterfaces/autoProvisioningSettings.d.ts.map +1 -0
  343. package/dist/browser/operationsInterfaces/autoProvisioningSettings.js.map +1 -0
  344. package/dist/browser/operationsInterfaces/automations.d.ts +65 -0
  345. package/dist/browser/operationsInterfaces/automations.d.ts.map +1 -0
  346. package/dist/browser/operationsInterfaces/automations.js.map +1 -0
  347. package/dist/browser/operationsInterfaces/azureDevOpsOrgs.d.ts +66 -0
  348. package/dist/browser/operationsInterfaces/azureDevOpsOrgs.d.ts.map +1 -0
  349. package/dist/browser/operationsInterfaces/azureDevOpsOrgs.js +9 -0
  350. package/dist/browser/operationsInterfaces/azureDevOpsOrgs.js.map +1 -0
  351. package/dist/browser/operationsInterfaces/azureDevOpsProjects.d.ts +64 -0
  352. package/dist/browser/operationsInterfaces/azureDevOpsProjects.d.ts.map +1 -0
  353. package/dist/browser/operationsInterfaces/azureDevOpsProjects.js +9 -0
  354. package/dist/browser/operationsInterfaces/azureDevOpsProjects.js.map +1 -0
  355. package/dist/browser/operationsInterfaces/azureDevOpsRepos.d.ts +70 -0
  356. package/dist/browser/operationsInterfaces/azureDevOpsRepos.d.ts.map +1 -0
  357. package/dist/browser/operationsInterfaces/azureDevOpsRepos.js +9 -0
  358. package/dist/browser/operationsInterfaces/azureDevOpsRepos.js.map +1 -0
  359. package/dist/browser/operationsInterfaces/complianceResults.d.ts +21 -0
  360. package/dist/browser/operationsInterfaces/complianceResults.d.ts.map +1 -0
  361. package/dist/browser/operationsInterfaces/complianceResults.js.map +1 -0
  362. package/dist/browser/operationsInterfaces/compliances.d.ts +23 -0
  363. package/dist/browser/operationsInterfaces/compliances.d.ts.map +1 -0
  364. package/dist/browser/operationsInterfaces/compliances.js.map +1 -0
  365. package/dist/browser/operationsInterfaces/connectors.d.ts +32 -0
  366. package/dist/browser/operationsInterfaces/connectors.d.ts.map +1 -0
  367. package/dist/browser/operationsInterfaces/connectors.js.map +1 -0
  368. package/dist/browser/operationsInterfaces/customAssessmentAutomations.d.ts +44 -0
  369. package/dist/browser/operationsInterfaces/customAssessmentAutomations.d.ts.map +1 -0
  370. package/dist/browser/operationsInterfaces/customAssessmentAutomations.js.map +1 -0
  371. package/dist/browser/operationsInterfaces/customEntityStoreAssignments.d.ts +47 -0
  372. package/dist/browser/operationsInterfaces/customEntityStoreAssignments.d.ts.map +1 -0
  373. package/dist/browser/operationsInterfaces/customEntityStoreAssignments.js.map +1 -0
  374. package/dist/browser/operationsInterfaces/defenderForStorage.d.ts +20 -0
  375. package/dist/browser/operationsInterfaces/defenderForStorage.d.ts.map +1 -0
  376. package/dist/browser/operationsInterfaces/defenderForStorage.js +9 -0
  377. package/dist/browser/operationsInterfaces/defenderForStorage.js.map +1 -0
  378. package/dist/browser/operationsInterfaces/devOpsConfigurations.d.ts +67 -0
  379. package/dist/browser/operationsInterfaces/devOpsConfigurations.d.ts.map +1 -0
  380. package/dist/browser/operationsInterfaces/devOpsConfigurations.js +9 -0
  381. package/dist/browser/operationsInterfaces/devOpsConfigurations.js.map +1 -0
  382. package/dist/browser/operationsInterfaces/devOpsOperationResults.d.ts +13 -0
  383. package/dist/browser/operationsInterfaces/devOpsOperationResults.d.ts.map +1 -0
  384. package/dist/browser/operationsInterfaces/devOpsOperationResults.js +9 -0
  385. package/dist/browser/operationsInterfaces/devOpsOperationResults.js.map +1 -0
  386. package/dist/browser/operationsInterfaces/deviceSecurityGroups.d.ts +37 -0
  387. package/dist/browser/operationsInterfaces/deviceSecurityGroups.d.ts.map +1 -0
  388. package/dist/browser/operationsInterfaces/deviceSecurityGroups.js.map +1 -0
  389. package/dist/browser/operationsInterfaces/discoveredSecuritySolutions.d.ts +28 -0
  390. package/dist/browser/operationsInterfaces/discoveredSecuritySolutions.d.ts.map +1 -0
  391. package/dist/browser/operationsInterfaces/discoveredSecuritySolutions.js.map +1 -0
  392. package/dist/browser/operationsInterfaces/externalSecuritySolutions.d.ts +28 -0
  393. package/dist/browser/operationsInterfaces/externalSecuritySolutions.d.ts.map +1 -0
  394. package/dist/browser/operationsInterfaces/externalSecuritySolutions.js.map +1 -0
  395. package/dist/browser/operationsInterfaces/gitHubOwners.d.ts +28 -0
  396. package/dist/browser/operationsInterfaces/gitHubOwners.d.ts.map +1 -0
  397. package/dist/browser/operationsInterfaces/gitHubOwners.js +9 -0
  398. package/dist/browser/operationsInterfaces/gitHubOwners.js.map +1 -0
  399. package/dist/browser/operationsInterfaces/gitHubRepos.d.ts +23 -0
  400. package/dist/browser/operationsInterfaces/gitHubRepos.d.ts.map +1 -0
  401. package/dist/browser/operationsInterfaces/gitHubRepos.js +9 -0
  402. package/dist/browser/operationsInterfaces/gitHubRepos.js.map +1 -0
  403. package/dist/browser/operationsInterfaces/gitLabGroups.d.ts +28 -0
  404. package/dist/browser/operationsInterfaces/gitLabGroups.d.ts.map +1 -0
  405. package/dist/browser/operationsInterfaces/gitLabGroups.js +9 -0
  406. package/dist/browser/operationsInterfaces/gitLabGroups.js.map +1 -0
  407. package/dist/browser/operationsInterfaces/gitLabProjects.d.ts +24 -0
  408. package/dist/browser/operationsInterfaces/gitLabProjects.d.ts.map +1 -0
  409. package/dist/browser/operationsInterfaces/gitLabProjects.js +9 -0
  410. package/dist/browser/operationsInterfaces/gitLabProjects.js.map +1 -0
  411. package/dist/browser/operationsInterfaces/gitLabSubgroups.d.ts +13 -0
  412. package/dist/browser/operationsInterfaces/gitLabSubgroups.d.ts.map +1 -0
  413. package/dist/browser/operationsInterfaces/gitLabSubgroups.js +9 -0
  414. package/dist/browser/operationsInterfaces/gitLabSubgroups.js.map +1 -0
  415. package/dist/browser/operationsInterfaces/governanceAssignments.d.ts +49 -0
  416. package/dist/browser/operationsInterfaces/governanceAssignments.d.ts.map +1 -0
  417. package/dist/browser/operationsInterfaces/governanceAssignments.js.map +1 -0
  418. package/dist/browser/operationsInterfaces/governanceRules.d.ts +88 -0
  419. package/dist/browser/operationsInterfaces/governanceRules.d.ts.map +1 -0
  420. package/dist/browser/operationsInterfaces/governanceRules.js.map +1 -0
  421. package/dist/browser/operationsInterfaces/healthReports.d.ts +21 -0
  422. package/dist/browser/operationsInterfaces/healthReports.d.ts.map +1 -0
  423. package/dist/browser/operationsInterfaces/healthReports.js.map +1 -0
  424. package/dist/browser/operationsInterfaces/index.d.ts +71 -0
  425. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  426. package/dist/browser/operationsInterfaces/index.js +78 -0
  427. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  428. package/dist/browser/operationsInterfaces/informationProtectionPolicies.d.ts +33 -0
  429. package/dist/browser/operationsInterfaces/informationProtectionPolicies.d.ts.map +1 -0
  430. package/dist/browser/operationsInterfaces/informationProtectionPolicies.js.map +1 -0
  431. package/dist/browser/operationsInterfaces/iotSecuritySolution.d.ts +53 -0
  432. package/dist/browser/operationsInterfaces/iotSecuritySolution.d.ts.map +1 -0
  433. package/dist/browser/operationsInterfaces/iotSecuritySolution.js.map +1 -0
  434. package/dist/browser/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts +21 -0
  435. package/dist/browser/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts.map +1 -0
  436. package/dist/browser/operationsInterfaces/iotSecuritySolutionAnalytics.js.map +1 -0
  437. package/dist/browser/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +33 -0
  438. package/dist/browser/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -0
  439. package/dist/browser/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -0
  440. package/dist/browser/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts +25 -0
  441. package/dist/browser/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -0
  442. package/dist/browser/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -0
  443. package/dist/browser/operationsInterfaces/jitNetworkAccessPolicies.d.ts +76 -0
  444. package/dist/browser/operationsInterfaces/jitNetworkAccessPolicies.d.ts.map +1 -0
  445. package/dist/browser/operationsInterfaces/jitNetworkAccessPolicies.js.map +1 -0
  446. package/dist/browser/operationsInterfaces/locations.d.ts +20 -0
  447. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  448. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  449. package/dist/browser/operationsInterfaces/mdeOnboardings.d.ts +15 -0
  450. package/dist/browser/operationsInterfaces/mdeOnboardings.d.ts.map +1 -0
  451. package/dist/browser/operationsInterfaces/mdeOnboardings.js.map +1 -0
  452. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  453. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  454. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  455. package/dist/browser/operationsInterfaces/pricings.d.ts +53 -0
  456. package/dist/browser/operationsInterfaces/pricings.d.ts.map +1 -0
  457. package/dist/browser/operationsInterfaces/pricings.js.map +1 -0
  458. package/dist/browser/operationsInterfaces/regulatoryComplianceAssessments.d.ts +21 -0
  459. package/dist/browser/operationsInterfaces/regulatoryComplianceAssessments.d.ts.map +1 -0
  460. package/dist/browser/operationsInterfaces/regulatoryComplianceAssessments.js.map +1 -0
  461. package/dist/browser/operationsInterfaces/regulatoryComplianceControls.d.ts +19 -0
  462. package/dist/browser/operationsInterfaces/regulatoryComplianceControls.d.ts.map +1 -0
  463. package/dist/browser/operationsInterfaces/regulatoryComplianceControls.js.map +1 -0
  464. package/dist/browser/operationsInterfaces/regulatoryComplianceStandards.d.ts +17 -0
  465. package/dist/browser/operationsInterfaces/regulatoryComplianceStandards.d.ts.map +1 -0
  466. package/dist/browser/operationsInterfaces/regulatoryComplianceStandards.js.map +1 -0
  467. package/dist/browser/operationsInterfaces/secureScoreControlDefinitions.d.ts +17 -0
  468. package/dist/browser/operationsInterfaces/secureScoreControlDefinitions.d.ts.map +1 -0
  469. package/dist/browser/operationsInterfaces/secureScoreControlDefinitions.js.map +1 -0
  470. package/dist/browser/operationsInterfaces/secureScoreControls.d.ts +18 -0
  471. package/dist/browser/operationsInterfaces/secureScoreControls.d.ts.map +1 -0
  472. package/dist/browser/operationsInterfaces/secureScoreControls.js.map +1 -0
  473. package/dist/browser/operationsInterfaces/secureScores.d.ts +19 -0
  474. package/dist/browser/operationsInterfaces/secureScores.d.ts.map +1 -0
  475. package/dist/browser/operationsInterfaces/secureScores.js.map +1 -0
  476. package/dist/browser/operationsInterfaces/securityConnectorApplication.d.ts +33 -0
  477. package/dist/browser/operationsInterfaces/securityConnectorApplication.d.ts.map +1 -0
  478. package/dist/browser/operationsInterfaces/securityConnectorApplication.js.map +1 -0
  479. package/dist/browser/operationsInterfaces/securityConnectorApplications.d.ts +14 -0
  480. package/dist/browser/operationsInterfaces/securityConnectorApplications.d.ts.map +1 -0
  481. package/dist/browser/operationsInterfaces/securityConnectorApplications.js.map +1 -0
  482. package/dist/browser/operationsInterfaces/securityConnectors.d.ts +55 -0
  483. package/dist/browser/operationsInterfaces/securityConnectors.d.ts.map +1 -0
  484. package/dist/browser/operationsInterfaces/securityConnectors.js.map +1 -0
  485. package/dist/browser/operationsInterfaces/securityContacts.d.ts +30 -0
  486. package/dist/browser/operationsInterfaces/securityContacts.d.ts.map +1 -0
  487. package/dist/browser/operationsInterfaces/securityContacts.js.map +1 -0
  488. package/dist/browser/operationsInterfaces/securityOperators.d.ts +32 -0
  489. package/dist/browser/operationsInterfaces/securityOperators.d.ts.map +1 -0
  490. package/dist/browser/operationsInterfaces/securityOperators.js.map +1 -0
  491. package/dist/browser/operationsInterfaces/securitySolutions.d.ts +21 -0
  492. package/dist/browser/operationsInterfaces/securitySolutions.d.ts.map +1 -0
  493. package/dist/browser/operationsInterfaces/securitySolutions.js.map +1 -0
  494. package/dist/browser/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts +17 -0
  495. package/dist/browser/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts.map +1 -0
  496. package/dist/browser/operationsInterfaces/securitySolutionsReferenceDataOperations.js.map +1 -0
  497. package/dist/browser/operationsInterfaces/sensitivitySettings.d.ts +10 -0
  498. package/dist/browser/operationsInterfaces/sensitivitySettings.d.ts.map +1 -0
  499. package/dist/browser/operationsInterfaces/sensitivitySettings.js +9 -0
  500. package/dist/browser/operationsInterfaces/sensitivitySettings.js.map +1 -0
  501. package/dist/browser/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts +57 -0
  502. package/dist/browser/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts.map +1 -0
  503. package/dist/browser/operationsInterfaces/serverVulnerabilityAssessmentOperations.js.map +1 -0
  504. package/dist/browser/operationsInterfaces/serverVulnerabilityAssessmentsSettings.d.ts +33 -0
  505. package/dist/browser/operationsInterfaces/serverVulnerabilityAssessmentsSettings.d.ts.map +1 -0
  506. package/dist/browser/operationsInterfaces/serverVulnerabilityAssessmentsSettings.js +9 -0
  507. package/dist/browser/operationsInterfaces/serverVulnerabilityAssessmentsSettings.js.map +1 -0
  508. package/dist/browser/operationsInterfaces/settings.d.ts +24 -0
  509. package/dist/browser/operationsInterfaces/settings.d.ts.map +1 -0
  510. package/dist/browser/operationsInterfaces/settings.js.map +1 -0
  511. package/dist/browser/operationsInterfaces/softwareInventories.d.ts +32 -0
  512. package/dist/browser/operationsInterfaces/softwareInventories.d.ts.map +1 -0
  513. package/dist/browser/operationsInterfaces/softwareInventories.js.map +1 -0
  514. package/dist/browser/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts +43 -0
  515. package/dist/browser/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +1 -0
  516. package/dist/browser/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js.map +1 -0
  517. package/dist/browser/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts +22 -0
  518. package/dist/browser/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts.map +1 -0
  519. package/dist/browser/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js.map +1 -0
  520. package/dist/browser/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts +20 -0
  521. package/dist/browser/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts.map +1 -0
  522. package/dist/browser/operationsInterfaces/sqlVulnerabilityAssessmentScans.js.map +1 -0
  523. package/dist/browser/operationsInterfaces/subAssessments.d.ts +33 -0
  524. package/dist/browser/operationsInterfaces/subAssessments.d.ts.map +1 -0
  525. package/dist/browser/operationsInterfaces/subAssessments.js.map +1 -0
  526. package/dist/browser/operationsInterfaces/tasks.d.ts +65 -0
  527. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -0
  528. package/dist/browser/operationsInterfaces/tasks.js.map +1 -0
  529. package/dist/browser/operationsInterfaces/topology.d.ts +28 -0
  530. package/dist/browser/operationsInterfaces/topology.d.ts.map +1 -0
  531. package/dist/browser/operationsInterfaces/topology.js.map +1 -0
  532. package/dist/browser/operationsInterfaces/workspaceSettings.d.ts +40 -0
  533. package/dist/browser/operationsInterfaces/workspaceSettings.d.ts.map +1 -0
  534. package/dist/browser/operationsInterfaces/workspaceSettings.js.map +1 -0
  535. package/dist/browser/package.json +3 -0
  536. package/dist/browser/pagingHelper.js +30 -0
  537. package/dist/browser/pagingHelper.js.map +1 -0
  538. package/dist/browser/securityCenter.d.ts +98 -0
  539. package/dist/browser/securityCenter.d.ts.map +1 -0
  540. package/dist/browser/securityCenter.js +276 -0
  541. package/dist/browser/securityCenter.js.map +1 -0
  542. package/dist/commonjs/index.d.ts +5 -0
  543. package/dist/commonjs/index.d.ts.map +1 -0
  544. package/dist/commonjs/index.js +19 -0
  545. package/dist/commonjs/index.js.map +1 -0
  546. package/dist/commonjs/lroImpl.d.ts +11 -0
  547. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  548. package/dist/commonjs/lroImpl.js +21 -0
  549. package/dist/commonjs/lroImpl.js.map +1 -0
  550. package/dist/commonjs/models/index.d.ts +9525 -0
  551. package/dist/commonjs/models/index.d.ts.map +1 -0
  552. package/dist/commonjs/models/index.js +1491 -0
  553. package/dist/commonjs/models/index.js.map +1 -0
  554. package/dist/commonjs/models/mappers.d.ts +521 -0
  555. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  556. package/dist/commonjs/models/mappers.js +13241 -0
  557. package/dist/commonjs/models/mappers.js.map +1 -0
  558. package/dist/commonjs/models/parameters.d.ts +151 -0
  559. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  560. package/dist/commonjs/models/parameters.js +1355 -0
  561. package/dist/commonjs/models/parameters.js.map +1 -0
  562. package/dist/commonjs/operations/aPICollections.d.ts +133 -0
  563. package/dist/commonjs/operations/aPICollections.d.ts.map +1 -0
  564. package/dist/commonjs/operations/aPICollections.js +512 -0
  565. package/dist/commonjs/operations/aPICollections.js.map +1 -0
  566. package/dist/commonjs/operations/adaptiveApplicationControls.d.ts +43 -0
  567. package/dist/commonjs/operations/adaptiveApplicationControls.d.ts.map +1 -0
  568. package/dist/commonjs/operations/adaptiveApplicationControls.js +152 -0
  569. package/dist/commonjs/operations/adaptiveApplicationControls.js.map +1 -0
  570. package/dist/commonjs/operations/adaptiveNetworkHardenings.d.ts +83 -0
  571. package/dist/commonjs/operations/adaptiveNetworkHardenings.d.ts.map +1 -0
  572. package/dist/commonjs/operations/adaptiveNetworkHardenings.js +312 -0
  573. package/dist/commonjs/operations/adaptiveNetworkHardenings.js.map +1 -0
  574. package/dist/commonjs/operations/advancedThreatProtection.d.ts +26 -0
  575. package/dist/commonjs/operations/advancedThreatProtection.d.ts.map +1 -0
  576. package/dist/commonjs/operations/advancedThreatProtection.js +88 -0
  577. package/dist/commonjs/operations/advancedThreatProtection.js.map +1 -0
  578. package/dist/commonjs/operations/alerts.d.ts +221 -0
  579. package/dist/commonjs/operations/alerts.d.ts.map +1 -0
  580. package/dist/commonjs/operations/alerts.js +845 -0
  581. package/dist/commonjs/operations/alerts.js.map +1 -0
  582. package/dist/commonjs/operations/alertsSuppressionRules.d.ts +51 -0
  583. package/dist/commonjs/operations/alertsSuppressionRules.d.ts.map +1 -0
  584. package/dist/commonjs/operations/alertsSuppressionRules.js +210 -0
  585. package/dist/commonjs/operations/alertsSuppressionRules.js.map +1 -0
  586. package/dist/commonjs/operations/allowedConnections.d.ts +67 -0
  587. package/dist/commonjs/operations/allowedConnections.d.ts.map +1 -0
  588. package/dist/commonjs/operations/allowedConnections.js +265 -0
  589. package/dist/commonjs/operations/allowedConnections.js.map +1 -0
  590. package/dist/commonjs/operations/applicationOperations.d.ts +32 -0
  591. package/dist/commonjs/operations/applicationOperations.d.ts.map +1 -0
  592. package/dist/commonjs/operations/applicationOperations.js +111 -0
  593. package/dist/commonjs/operations/applicationOperations.js.map +1 -0
  594. package/dist/commonjs/operations/applications.d.ts +32 -0
  595. package/dist/commonjs/operations/applications.d.ts.map +1 -0
  596. package/dist/commonjs/operations/applications.js +125 -0
  597. package/dist/commonjs/operations/applications.js.map +1 -0
  598. package/dist/commonjs/operations/assessments.d.ts +65 -0
  599. package/dist/commonjs/operations/assessments.d.ts.map +1 -0
  600. package/dist/commonjs/operations/assessments.js +224 -0
  601. package/dist/commonjs/operations/assessments.js.map +1 -0
  602. package/dist/commonjs/operations/assessmentsMetadata.d.ts +76 -0
  603. package/dist/commonjs/operations/assessmentsMetadata.d.ts.map +1 -0
  604. package/dist/commonjs/operations/assessmentsMetadata.js +325 -0
  605. package/dist/commonjs/operations/assessmentsMetadata.js.map +1 -0
  606. package/dist/commonjs/operations/autoProvisioningSettings.d.ts +45 -0
  607. package/dist/commonjs/operations/autoProvisioningSettings.d.ts.map +1 -0
  608. package/dist/commonjs/operations/autoProvisioningSettings.js +184 -0
  609. package/dist/commonjs/operations/autoProvisioningSettings.js.map +1 -0
  610. package/dist/commonjs/operations/automations.d.ts +105 -0
  611. package/dist/commonjs/operations/automations.d.ts.map +1 -0
  612. package/dist/commonjs/operations/automations.js +402 -0
  613. package/dist/commonjs/operations/automations.js.map +1 -0
  614. package/dist/commonjs/operations/azureDevOpsOrgs.d.ts +91 -0
  615. package/dist/commonjs/operations/azureDevOpsOrgs.d.ts.map +1 -0
  616. package/dist/commonjs/operations/azureDevOpsOrgs.js +403 -0
  617. package/dist/commonjs/operations/azureDevOpsOrgs.js.map +1 -0
  618. package/dist/commonjs/operations/azureDevOpsProjects.d.ts +91 -0
  619. package/dist/commonjs/operations/azureDevOpsProjects.d.ts.map +1 -0
  620. package/dist/commonjs/operations/azureDevOpsProjects.js +393 -0
  621. package/dist/commonjs/operations/azureDevOpsProjects.js.map +1 -0
  622. package/dist/commonjs/operations/azureDevOpsRepos.d.ts +99 -0
  623. package/dist/commonjs/operations/azureDevOpsRepos.d.ts.map +1 -0
  624. package/dist/commonjs/operations/azureDevOpsRepos.js +422 -0
  625. package/dist/commonjs/operations/azureDevOpsRepos.js.map +1 -0
  626. package/dist/commonjs/operations/complianceResults.d.ts +48 -0
  627. package/dist/commonjs/operations/complianceResults.d.ts.map +1 -0
  628. package/dist/commonjs/operations/complianceResults.js +159 -0
  629. package/dist/commonjs/operations/complianceResults.js.map +1 -0
  630. package/dist/commonjs/operations/compliances.d.ts +50 -0
  631. package/dist/commonjs/operations/compliances.d.ts.map +1 -0
  632. package/dist/commonjs/operations/compliances.js +161 -0
  633. package/dist/commonjs/operations/compliances.js.map +1 -0
  634. package/dist/commonjs/operations/connectors.d.ts +53 -0
  635. package/dist/commonjs/operations/connectors.d.ts.map +1 -0
  636. package/dist/commonjs/operations/connectors.js +213 -0
  637. package/dist/commonjs/operations/connectors.js.map +1 -0
  638. package/dist/commonjs/operations/customAssessmentAutomations.d.ts +82 -0
  639. package/dist/commonjs/operations/customAssessmentAutomations.d.ts.map +1 -0
  640. package/dist/commonjs/operations/customAssessmentAutomations.js +334 -0
  641. package/dist/commonjs/operations/customAssessmentAutomations.js.map +1 -0
  642. package/dist/commonjs/operations/customEntityStoreAssignments.d.ts +85 -0
  643. package/dist/commonjs/operations/customEntityStoreAssignments.d.ts.map +1 -0
  644. package/dist/commonjs/operations/customEntityStoreAssignments.js +337 -0
  645. package/dist/commonjs/operations/customEntityStoreAssignments.js.map +1 -0
  646. package/dist/commonjs/operations/defenderForStorage.d.ts +28 -0
  647. package/dist/commonjs/operations/defenderForStorage.d.ts.map +1 -0
  648. package/dist/commonjs/operations/defenderForStorage.js +93 -0
  649. package/dist/commonjs/operations/defenderForStorage.js.map +1 -0
  650. package/dist/commonjs/operations/devOpsConfigurations.d.ts +92 -0
  651. package/dist/commonjs/operations/devOpsConfigurations.d.ts.map +1 -0
  652. package/dist/commonjs/operations/devOpsConfigurations.js +440 -0
  653. package/dist/commonjs/operations/devOpsConfigurations.js.map +1 -0
  654. package/dist/commonjs/operations/devOpsOperationResults.d.ts +21 -0
  655. package/dist/commonjs/operations/devOpsOperationResults.d.ts.map +1 -0
  656. package/dist/commonjs/operations/devOpsOperationResults.js +61 -0
  657. package/dist/commonjs/operations/devOpsOperationResults.js.map +1 -0
  658. package/dist/commonjs/operations/deviceSecurityGroups.d.ts +60 -0
  659. package/dist/commonjs/operations/deviceSecurityGroups.d.ts.map +1 -0
  660. package/dist/commonjs/operations/deviceSecurityGroups.js +219 -0
  661. package/dist/commonjs/operations/deviceSecurityGroups.js.map +1 -0
  662. package/dist/commonjs/operations/discoveredSecuritySolutions.d.ts +66 -0
  663. package/dist/commonjs/operations/discoveredSecuritySolutions.d.ts.map +1 -0
  664. package/dist/commonjs/operations/discoveredSecuritySolutions.js +269 -0
  665. package/dist/commonjs/operations/discoveredSecuritySolutions.js.map +1 -0
  666. package/dist/commonjs/operations/externalSecuritySolutions.d.ts +66 -0
  667. package/dist/commonjs/operations/externalSecuritySolutions.d.ts.map +1 -0
  668. package/dist/commonjs/operations/externalSecuritySolutions.js +269 -0
  669. package/dist/commonjs/operations/externalSecuritySolutions.js.map +1 -0
  670. package/dist/commonjs/operations/gitHubOwners.d.ts +53 -0
  671. package/dist/commonjs/operations/gitHubOwners.d.ts.map +1 -0
  672. package/dist/commonjs/operations/gitHubOwners.js +200 -0
  673. package/dist/commonjs/operations/gitHubOwners.js.map +1 -0
  674. package/dist/commonjs/operations/gitHubRepos.d.ts +50 -0
  675. package/dist/commonjs/operations/gitHubRepos.d.ts.map +1 -0
  676. package/dist/commonjs/operations/gitHubRepos.js +189 -0
  677. package/dist/commonjs/operations/gitHubRepos.js.map +1 -0
  678. package/dist/commonjs/operations/gitLabGroups.d.ts +53 -0
  679. package/dist/commonjs/operations/gitLabGroups.d.ts.map +1 -0
  680. package/dist/commonjs/operations/gitLabGroups.js +200 -0
  681. package/dist/commonjs/operations/gitLabGroups.js.map +1 -0
  682. package/dist/commonjs/operations/gitLabProjects.d.ts +52 -0
  683. package/dist/commonjs/operations/gitLabProjects.d.ts.map +1 -0
  684. package/dist/commonjs/operations/gitLabProjects.js +191 -0
  685. package/dist/commonjs/operations/gitLabProjects.js.map +1 -0
  686. package/dist/commonjs/operations/gitLabSubgroups.d.ts +21 -0
  687. package/dist/commonjs/operations/gitLabSubgroups.d.ts.map +1 -0
  688. package/dist/commonjs/operations/gitLabSubgroups.js +61 -0
  689. package/dist/commonjs/operations/gitLabSubgroups.js.map +1 -0
  690. package/dist/commonjs/operations/governanceAssignments.d.ts +78 -0
  691. package/dist/commonjs/operations/governanceAssignments.d.ts.map +1 -0
  692. package/dist/commonjs/operations/governanceAssignments.js +242 -0
  693. package/dist/commonjs/operations/governanceAssignments.js.map +1 -0
  694. package/dist/commonjs/operations/governanceRules.d.ts +117 -0
  695. package/dist/commonjs/operations/governanceRules.d.ts.map +1 -0
  696. package/dist/commonjs/operations/governanceRules.js +395 -0
  697. package/dist/commonjs/operations/governanceRules.js.map +1 -0
  698. package/dist/commonjs/operations/healthReports.d.ts +46 -0
  699. package/dist/commonjs/operations/healthReports.d.ts.map +1 -0
  700. package/dist/commonjs/operations/healthReports.js +157 -0
  701. package/dist/commonjs/operations/healthReports.js.map +1 -0
  702. package/dist/commonjs/operations/index.d.ts +71 -0
  703. package/dist/commonjs/operations/index.d.ts.map +1 -0
  704. package/dist/commonjs/operations/index.js +81 -0
  705. package/dist/commonjs/operations/index.js.map +1 -0
  706. package/dist/commonjs/operations/informationProtectionPolicies.d.ts +60 -0
  707. package/dist/commonjs/operations/informationProtectionPolicies.d.ts.map +1 -0
  708. package/dist/commonjs/operations/informationProtectionPolicies.js +203 -0
  709. package/dist/commonjs/operations/informationProtectionPolicies.js.map +1 -0
  710. package/dist/commonjs/operations/iotSecuritySolution.d.ts +91 -0
  711. package/dist/commonjs/operations/iotSecuritySolution.d.ts.map +1 -0
  712. package/dist/commonjs/operations/iotSecuritySolution.js +368 -0
  713. package/dist/commonjs/operations/iotSecuritySolution.js.map +1 -0
  714. package/dist/commonjs/operations/iotSecuritySolutionAnalytics.d.ts +29 -0
  715. package/dist/commonjs/operations/iotSecuritySolutionAnalytics.d.ts.map +1 -0
  716. package/dist/commonjs/operations/iotSecuritySolutionAnalytics.js +91 -0
  717. package/dist/commonjs/operations/iotSecuritySolutionAnalytics.js.map +1 -0
  718. package/dist/commonjs/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +60 -0
  719. package/dist/commonjs/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -0
  720. package/dist/commonjs/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js +206 -0
  721. package/dist/commonjs/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -0
  722. package/dist/commonjs/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts +53 -0
  723. package/dist/commonjs/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -0
  724. package/dist/commonjs/operations/iotSecuritySolutionsAnalyticsRecommendation.js +182 -0
  725. package/dist/commonjs/operations/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -0
  726. package/dist/commonjs/operations/jitNetworkAccessPolicies.d.ts +153 -0
  727. package/dist/commonjs/operations/jitNetworkAccessPolicies.d.ts.map +1 -0
  728. package/dist/commonjs/operations/jitNetworkAccessPolicies.js +603 -0
  729. package/dist/commonjs/operations/jitNetworkAccessPolicies.js.map +1 -0
  730. package/dist/commonjs/operations/locations.d.ts +43 -0
  731. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  732. package/dist/commonjs/operations/locations.js +158 -0
  733. package/dist/commonjs/operations/locations.js.map +1 -0
  734. package/dist/commonjs/operations/mdeOnboardings.d.ts +23 -0
  735. package/dist/commonjs/operations/mdeOnboardings.d.ts.map +1 -0
  736. package/dist/commonjs/operations/mdeOnboardings.js +75 -0
  737. package/dist/commonjs/operations/mdeOnboardings.js.map +1 -0
  738. package/dist/commonjs/operations/operations.d.ts +32 -0
  739. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  740. package/dist/commonjs/operations/operations.js +121 -0
  741. package/dist/commonjs/operations/operations.js.map +1 -0
  742. package/dist/commonjs/operations/pricings.d.ts +61 -0
  743. package/dist/commonjs/operations/pricings.d.ts.map +1 -0
  744. package/dist/commonjs/operations/pricings.js +165 -0
  745. package/dist/commonjs/operations/pricings.js.map +1 -0
  746. package/dist/commonjs/operations/regulatoryComplianceAssessments.d.ts +46 -0
  747. package/dist/commonjs/operations/regulatoryComplianceAssessments.d.ts.map +1 -0
  748. package/dist/commonjs/operations/regulatoryComplianceAssessments.js +184 -0
  749. package/dist/commonjs/operations/regulatoryComplianceAssessments.js.map +1 -0
  750. package/dist/commonjs/operations/regulatoryComplianceControls.d.ts +42 -0
  751. package/dist/commonjs/operations/regulatoryComplianceControls.d.ts.map +1 -0
  752. package/dist/commonjs/operations/regulatoryComplianceControls.js +167 -0
  753. package/dist/commonjs/operations/regulatoryComplianceControls.js.map +1 -0
  754. package/dist/commonjs/operations/regulatoryComplianceStandards.d.ts +38 -0
  755. package/dist/commonjs/operations/regulatoryComplianceStandards.d.ts.map +1 -0
  756. package/dist/commonjs/operations/regulatoryComplianceStandards.js +153 -0
  757. package/dist/commonjs/operations/regulatoryComplianceStandards.js.map +1 -0
  758. package/dist/commonjs/operations/secureScoreControlDefinitions.d.ts +52 -0
  759. package/dist/commonjs/operations/secureScoreControlDefinitions.d.ts.map +1 -0
  760. package/dist/commonjs/operations/secureScoreControlDefinitions.js +217 -0
  761. package/dist/commonjs/operations/secureScoreControlDefinitions.js.map +1 -0
  762. package/dist/commonjs/operations/secureScoreControls.d.ts +56 -0
  763. package/dist/commonjs/operations/secureScoreControls.d.ts.map +1 -0
  764. package/dist/commonjs/operations/secureScoreControls.js +230 -0
  765. package/dist/commonjs/operations/secureScoreControls.js.map +1 -0
  766. package/dist/commonjs/operations/secureScores.d.ts +40 -0
  767. package/dist/commonjs/operations/secureScores.d.ts.map +1 -0
  768. package/dist/commonjs/operations/secureScores.js +155 -0
  769. package/dist/commonjs/operations/secureScores.js.map +1 -0
  770. package/dist/commonjs/operations/securityConnectorApplication.d.ts +41 -0
  771. package/dist/commonjs/operations/securityConnectorApplication.d.ts.map +1 -0
  772. package/dist/commonjs/operations/securityConnectorApplication.js +132 -0
  773. package/dist/commonjs/operations/securityConnectorApplication.js.map +1 -0
  774. package/dist/commonjs/operations/securityConnectorApplications.d.ts +41 -0
  775. package/dist/commonjs/operations/securityConnectorApplications.d.ts.map +1 -0
  776. package/dist/commonjs/operations/securityConnectorApplications.js +141 -0
  777. package/dist/commonjs/operations/securityConnectorApplications.js.map +1 -0
  778. package/dist/commonjs/operations/securityConnectors.d.ts +95 -0
  779. package/dist/commonjs/operations/securityConnectors.d.ts.map +1 -0
  780. package/dist/commonjs/operations/securityConnectors.js +367 -0
  781. package/dist/commonjs/operations/securityConnectors.js.map +1 -0
  782. package/dist/commonjs/operations/securityContacts.d.ts +51 -0
  783. package/dist/commonjs/operations/securityContacts.d.ts.map +1 -0
  784. package/dist/commonjs/operations/securityContacts.js +214 -0
  785. package/dist/commonjs/operations/securityContacts.js.map +1 -0
  786. package/dist/commonjs/operations/securityOperators.d.ts +40 -0
  787. package/dist/commonjs/operations/securityOperators.d.ts.map +1 -0
  788. package/dist/commonjs/operations/securityOperators.js +146 -0
  789. package/dist/commonjs/operations/securityOperators.js.map +1 -0
  790. package/dist/commonjs/operations/securitySolutions.d.ts +42 -0
  791. package/dist/commonjs/operations/securitySolutions.d.ts.map +1 -0
  792. package/dist/commonjs/operations/securitySolutions.js +159 -0
  793. package/dist/commonjs/operations/securitySolutions.js.map +1 -0
  794. package/dist/commonjs/operations/securitySolutionsReferenceDataOperations.d.ts +25 -0
  795. package/dist/commonjs/operations/securitySolutionsReferenceDataOperations.d.ts.map +1 -0
  796. package/dist/commonjs/operations/securitySolutionsReferenceDataOperations.js +81 -0
  797. package/dist/commonjs/operations/securitySolutionsReferenceDataOperations.js.map +1 -0
  798. package/dist/commonjs/operations/sensitivitySettings.d.ts +18 -0
  799. package/dist/commonjs/operations/sensitivitySettings.d.ts.map +1 -0
  800. package/dist/commonjs/operations/sensitivitySettings.js +52 -0
  801. package/dist/commonjs/operations/sensitivitySettings.js.map +1 -0
  802. package/dist/commonjs/operations/serverVulnerabilityAssessmentOperations.d.ts +65 -0
  803. package/dist/commonjs/operations/serverVulnerabilityAssessmentOperations.d.ts.map +1 -0
  804. package/dist/commonjs/operations/serverVulnerabilityAssessmentOperations.js +251 -0
  805. package/dist/commonjs/operations/serverVulnerabilityAssessmentOperations.js.map +1 -0
  806. package/dist/commonjs/operations/serverVulnerabilityAssessmentsSettings.d.ts +54 -0
  807. package/dist/commonjs/operations/serverVulnerabilityAssessmentsSettings.d.ts.map +1 -0
  808. package/dist/commonjs/operations/serverVulnerabilityAssessmentsSettings.js +217 -0
  809. package/dist/commonjs/operations/serverVulnerabilityAssessmentsSettings.js.map +1 -0
  810. package/dist/commonjs/operations/settings.d.ts +45 -0
  811. package/dist/commonjs/operations/settings.d.ts.map +1 -0
  812. package/dist/commonjs/operations/settings.js +184 -0
  813. package/dist/commonjs/operations/settings.js.map +1 -0
  814. package/dist/commonjs/operations/softwareInventories.d.ts +76 -0
  815. package/dist/commonjs/operations/softwareInventories.d.ts.map +1 -0
  816. package/dist/commonjs/operations/softwareInventories.js +302 -0
  817. package/dist/commonjs/operations/softwareInventories.js.map +1 -0
  818. package/dist/commonjs/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts +51 -0
  819. package/dist/commonjs/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +1 -0
  820. package/dist/commonjs/operations/sqlVulnerabilityAssessmentBaselineRules.js +160 -0
  821. package/dist/commonjs/operations/sqlVulnerabilityAssessmentBaselineRules.js.map +1 -0
  822. package/dist/commonjs/operations/sqlVulnerabilityAssessmentScanResults.d.ts +30 -0
  823. package/dist/commonjs/operations/sqlVulnerabilityAssessmentScanResults.d.ts.map +1 -0
  824. package/dist/commonjs/operations/sqlVulnerabilityAssessmentScanResults.js +87 -0
  825. package/dist/commonjs/operations/sqlVulnerabilityAssessmentScanResults.js.map +1 -0
  826. package/dist/commonjs/operations/sqlVulnerabilityAssessmentScans.d.ts +28 -0
  827. package/dist/commonjs/operations/sqlVulnerabilityAssessmentScans.d.ts.map +1 -0
  828. package/dist/commonjs/operations/sqlVulnerabilityAssessmentScans.js +80 -0
  829. package/dist/commonjs/operations/sqlVulnerabilityAssessmentScans.js.map +1 -0
  830. package/dist/commonjs/operations/subAssessments.d.ts +81 -0
  831. package/dist/commonjs/operations/subAssessments.d.ts.map +1 -0
  832. package/dist/commonjs/operations/subAssessments.js +274 -0
  833. package/dist/commonjs/operations/subAssessments.js.map +1 -0
  834. package/dist/commonjs/operations/tasks.d.ts +124 -0
  835. package/dist/commonjs/operations/tasks.d.ts.map +1 -0
  836. package/dist/commonjs/operations/tasks.js +479 -0
  837. package/dist/commonjs/operations/tasks.js.map +1 -0
  838. package/dist/commonjs/operations/topology.d.ts +66 -0
  839. package/dist/commonjs/operations/topology.d.ts.map +1 -0
  840. package/dist/commonjs/operations/topology.js +264 -0
  841. package/dist/commonjs/operations/topology.js.map +1 -0
  842. package/dist/commonjs/operations/workspaceSettings.d.ts +62 -0
  843. package/dist/commonjs/operations/workspaceSettings.d.ts.map +1 -0
  844. package/dist/commonjs/operations/workspaceSettings.js +245 -0
  845. package/dist/commonjs/operations/workspaceSettings.js.map +1 -0
  846. package/dist/commonjs/operationsInterfaces/aPICollections.d.ts +74 -0
  847. package/dist/commonjs/operationsInterfaces/aPICollections.d.ts.map +1 -0
  848. package/dist/commonjs/operationsInterfaces/aPICollections.js +10 -0
  849. package/dist/commonjs/operationsInterfaces/aPICollections.js.map +1 -0
  850. package/dist/commonjs/operationsInterfaces/adaptiveApplicationControls.d.ts +35 -0
  851. package/dist/commonjs/operationsInterfaces/adaptiveApplicationControls.d.ts.map +1 -0
  852. package/dist/commonjs/operationsInterfaces/adaptiveApplicationControls.js +10 -0
  853. package/dist/commonjs/operationsInterfaces/adaptiveApplicationControls.js.map +1 -0
  854. package/dist/commonjs/operationsInterfaces/adaptiveNetworkHardenings.d.ts +52 -0
  855. package/dist/commonjs/operationsInterfaces/adaptiveNetworkHardenings.d.ts.map +1 -0
  856. package/dist/commonjs/operationsInterfaces/adaptiveNetworkHardenings.js +10 -0
  857. package/dist/commonjs/operationsInterfaces/adaptiveNetworkHardenings.js.map +1 -0
  858. package/dist/commonjs/operationsInterfaces/advancedThreatProtection.d.ts +18 -0
  859. package/dist/commonjs/operationsInterfaces/advancedThreatProtection.d.ts.map +1 -0
  860. package/dist/commonjs/operationsInterfaces/advancedThreatProtection.js +10 -0
  861. package/dist/commonjs/operationsInterfaces/advancedThreatProtection.js.map +1 -0
  862. package/dist/commonjs/operationsInterfaces/alerts.d.ts +142 -0
  863. package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
  864. package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
  865. package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
  866. package/dist/commonjs/operationsInterfaces/alertsSuppressionRules.d.ts +30 -0
  867. package/dist/commonjs/operationsInterfaces/alertsSuppressionRules.d.ts.map +1 -0
  868. package/dist/commonjs/operationsInterfaces/alertsSuppressionRules.js +10 -0
  869. package/dist/commonjs/operationsInterfaces/alertsSuppressionRules.js.map +1 -0
  870. package/dist/commonjs/operationsInterfaces/allowedConnections.d.ts +29 -0
  871. package/dist/commonjs/operationsInterfaces/allowedConnections.d.ts.map +1 -0
  872. package/dist/commonjs/operationsInterfaces/allowedConnections.js +10 -0
  873. package/dist/commonjs/operationsInterfaces/allowedConnections.js.map +1 -0
  874. package/dist/commonjs/operationsInterfaces/applicationOperations.d.ts +24 -0
  875. package/dist/commonjs/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  876. package/dist/commonjs/operationsInterfaces/applicationOperations.js +10 -0
  877. package/dist/commonjs/operationsInterfaces/applicationOperations.js.map +1 -0
  878. package/dist/commonjs/operationsInterfaces/applications.d.ts +11 -0
  879. package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
  880. package/dist/commonjs/operationsInterfaces/applications.js +10 -0
  881. package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
  882. package/dist/commonjs/operationsInterfaces/assessments.d.ts +38 -0
  883. package/dist/commonjs/operationsInterfaces/assessments.d.ts.map +1 -0
  884. package/dist/commonjs/operationsInterfaces/assessments.js +10 -0
  885. package/dist/commonjs/operationsInterfaces/assessments.js.map +1 -0
  886. package/dist/commonjs/operationsInterfaces/assessmentsMetadata.d.ts +42 -0
  887. package/dist/commonjs/operationsInterfaces/assessmentsMetadata.d.ts.map +1 -0
  888. package/dist/commonjs/operationsInterfaces/assessmentsMetadata.js +10 -0
  889. package/dist/commonjs/operationsInterfaces/assessmentsMetadata.js.map +1 -0
  890. package/dist/commonjs/operationsInterfaces/autoProvisioningSettings.d.ts +24 -0
  891. package/dist/commonjs/operationsInterfaces/autoProvisioningSettings.d.ts.map +1 -0
  892. package/dist/commonjs/operationsInterfaces/autoProvisioningSettings.js +10 -0
  893. package/dist/commonjs/operationsInterfaces/autoProvisioningSettings.js.map +1 -0
  894. package/dist/commonjs/operationsInterfaces/automations.d.ts +65 -0
  895. package/dist/commonjs/operationsInterfaces/automations.d.ts.map +1 -0
  896. package/dist/commonjs/operationsInterfaces/automations.js +10 -0
  897. package/dist/commonjs/operationsInterfaces/automations.js.map +1 -0
  898. package/dist/commonjs/operationsInterfaces/azureDevOpsOrgs.d.ts +66 -0
  899. package/dist/commonjs/operationsInterfaces/azureDevOpsOrgs.d.ts.map +1 -0
  900. package/dist/commonjs/operationsInterfaces/azureDevOpsOrgs.js +10 -0
  901. package/dist/commonjs/operationsInterfaces/azureDevOpsOrgs.js.map +1 -0
  902. package/dist/commonjs/operationsInterfaces/azureDevOpsProjects.d.ts +64 -0
  903. package/dist/commonjs/operationsInterfaces/azureDevOpsProjects.d.ts.map +1 -0
  904. package/dist/commonjs/operationsInterfaces/azureDevOpsProjects.js +10 -0
  905. package/dist/commonjs/operationsInterfaces/azureDevOpsProjects.js.map +1 -0
  906. package/dist/commonjs/operationsInterfaces/azureDevOpsRepos.d.ts +70 -0
  907. package/dist/commonjs/operationsInterfaces/azureDevOpsRepos.d.ts.map +1 -0
  908. package/dist/commonjs/operationsInterfaces/azureDevOpsRepos.js +10 -0
  909. package/dist/commonjs/operationsInterfaces/azureDevOpsRepos.js.map +1 -0
  910. package/dist/commonjs/operationsInterfaces/complianceResults.d.ts +21 -0
  911. package/dist/commonjs/operationsInterfaces/complianceResults.d.ts.map +1 -0
  912. package/dist/commonjs/operationsInterfaces/complianceResults.js +10 -0
  913. package/dist/commonjs/operationsInterfaces/complianceResults.js.map +1 -0
  914. package/dist/commonjs/operationsInterfaces/compliances.d.ts +23 -0
  915. package/dist/commonjs/operationsInterfaces/compliances.d.ts.map +1 -0
  916. package/dist/commonjs/operationsInterfaces/compliances.js +10 -0
  917. package/dist/commonjs/operationsInterfaces/compliances.js.map +1 -0
  918. package/dist/commonjs/operationsInterfaces/connectors.d.ts +32 -0
  919. package/dist/commonjs/operationsInterfaces/connectors.d.ts.map +1 -0
  920. package/dist/commonjs/operationsInterfaces/connectors.js +10 -0
  921. package/dist/commonjs/operationsInterfaces/connectors.js.map +1 -0
  922. package/dist/commonjs/operationsInterfaces/customAssessmentAutomations.d.ts +44 -0
  923. package/dist/commonjs/operationsInterfaces/customAssessmentAutomations.d.ts.map +1 -0
  924. package/dist/commonjs/operationsInterfaces/customAssessmentAutomations.js +10 -0
  925. package/dist/commonjs/operationsInterfaces/customAssessmentAutomations.js.map +1 -0
  926. package/dist/commonjs/operationsInterfaces/customEntityStoreAssignments.d.ts +47 -0
  927. package/dist/commonjs/operationsInterfaces/customEntityStoreAssignments.d.ts.map +1 -0
  928. package/dist/commonjs/operationsInterfaces/customEntityStoreAssignments.js +10 -0
  929. package/dist/commonjs/operationsInterfaces/customEntityStoreAssignments.js.map +1 -0
  930. package/dist/commonjs/operationsInterfaces/defenderForStorage.d.ts +20 -0
  931. package/dist/commonjs/operationsInterfaces/defenderForStorage.d.ts.map +1 -0
  932. package/dist/commonjs/operationsInterfaces/defenderForStorage.js +10 -0
  933. package/dist/commonjs/operationsInterfaces/defenderForStorage.js.map +1 -0
  934. package/dist/commonjs/operationsInterfaces/devOpsConfigurations.d.ts +67 -0
  935. package/dist/commonjs/operationsInterfaces/devOpsConfigurations.d.ts.map +1 -0
  936. package/dist/commonjs/operationsInterfaces/devOpsConfigurations.js +10 -0
  937. package/dist/commonjs/operationsInterfaces/devOpsConfigurations.js.map +1 -0
  938. package/dist/commonjs/operationsInterfaces/devOpsOperationResults.d.ts +13 -0
  939. package/dist/commonjs/operationsInterfaces/devOpsOperationResults.d.ts.map +1 -0
  940. package/dist/commonjs/operationsInterfaces/devOpsOperationResults.js +10 -0
  941. package/dist/commonjs/operationsInterfaces/devOpsOperationResults.js.map +1 -0
  942. package/dist/commonjs/operationsInterfaces/deviceSecurityGroups.d.ts +37 -0
  943. package/dist/commonjs/operationsInterfaces/deviceSecurityGroups.d.ts.map +1 -0
  944. package/dist/commonjs/operationsInterfaces/deviceSecurityGroups.js +10 -0
  945. package/dist/commonjs/operationsInterfaces/deviceSecurityGroups.js.map +1 -0
  946. package/dist/commonjs/operationsInterfaces/discoveredSecuritySolutions.d.ts +28 -0
  947. package/dist/commonjs/operationsInterfaces/discoveredSecuritySolutions.d.ts.map +1 -0
  948. package/dist/commonjs/operationsInterfaces/discoveredSecuritySolutions.js +10 -0
  949. package/dist/commonjs/operationsInterfaces/discoveredSecuritySolutions.js.map +1 -0
  950. package/dist/commonjs/operationsInterfaces/externalSecuritySolutions.d.ts +28 -0
  951. package/dist/commonjs/operationsInterfaces/externalSecuritySolutions.d.ts.map +1 -0
  952. package/dist/commonjs/operationsInterfaces/externalSecuritySolutions.js +10 -0
  953. package/dist/commonjs/operationsInterfaces/externalSecuritySolutions.js.map +1 -0
  954. package/dist/commonjs/operationsInterfaces/gitHubOwners.d.ts +28 -0
  955. package/dist/commonjs/operationsInterfaces/gitHubOwners.d.ts.map +1 -0
  956. package/dist/commonjs/operationsInterfaces/gitHubOwners.js +10 -0
  957. package/dist/commonjs/operationsInterfaces/gitHubOwners.js.map +1 -0
  958. package/dist/commonjs/operationsInterfaces/gitHubRepos.d.ts +23 -0
  959. package/dist/commonjs/operationsInterfaces/gitHubRepos.d.ts.map +1 -0
  960. package/dist/commonjs/operationsInterfaces/gitHubRepos.js +10 -0
  961. package/dist/commonjs/operationsInterfaces/gitHubRepos.js.map +1 -0
  962. package/dist/commonjs/operationsInterfaces/gitLabGroups.d.ts +28 -0
  963. package/dist/commonjs/operationsInterfaces/gitLabGroups.d.ts.map +1 -0
  964. package/dist/commonjs/operationsInterfaces/gitLabGroups.js +10 -0
  965. package/dist/commonjs/operationsInterfaces/gitLabGroups.js.map +1 -0
  966. package/dist/commonjs/operationsInterfaces/gitLabProjects.d.ts +24 -0
  967. package/dist/commonjs/operationsInterfaces/gitLabProjects.d.ts.map +1 -0
  968. package/dist/commonjs/operationsInterfaces/gitLabProjects.js +10 -0
  969. package/dist/commonjs/operationsInterfaces/gitLabProjects.js.map +1 -0
  970. package/dist/commonjs/operationsInterfaces/gitLabSubgroups.d.ts +13 -0
  971. package/dist/commonjs/operationsInterfaces/gitLabSubgroups.d.ts.map +1 -0
  972. package/dist/commonjs/operationsInterfaces/gitLabSubgroups.js +10 -0
  973. package/dist/commonjs/operationsInterfaces/gitLabSubgroups.js.map +1 -0
  974. package/dist/commonjs/operationsInterfaces/governanceAssignments.d.ts +49 -0
  975. package/dist/commonjs/operationsInterfaces/governanceAssignments.d.ts.map +1 -0
  976. package/dist/commonjs/operationsInterfaces/governanceAssignments.js +10 -0
  977. package/dist/commonjs/operationsInterfaces/governanceAssignments.js.map +1 -0
  978. package/dist/commonjs/operationsInterfaces/governanceRules.d.ts +88 -0
  979. package/dist/commonjs/operationsInterfaces/governanceRules.d.ts.map +1 -0
  980. package/dist/commonjs/operationsInterfaces/governanceRules.js +10 -0
  981. package/dist/commonjs/operationsInterfaces/governanceRules.js.map +1 -0
  982. package/dist/commonjs/operationsInterfaces/healthReports.d.ts +21 -0
  983. package/dist/commonjs/operationsInterfaces/healthReports.d.ts.map +1 -0
  984. package/dist/commonjs/operationsInterfaces/healthReports.js +10 -0
  985. package/dist/commonjs/operationsInterfaces/healthReports.js.map +1 -0
  986. package/dist/commonjs/operationsInterfaces/index.d.ts +71 -0
  987. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  988. package/dist/commonjs/operationsInterfaces/index.js +81 -0
  989. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  990. package/dist/commonjs/operationsInterfaces/informationProtectionPolicies.d.ts +33 -0
  991. package/dist/commonjs/operationsInterfaces/informationProtectionPolicies.d.ts.map +1 -0
  992. package/dist/commonjs/operationsInterfaces/informationProtectionPolicies.js +10 -0
  993. package/dist/commonjs/operationsInterfaces/informationProtectionPolicies.js.map +1 -0
  994. package/dist/commonjs/operationsInterfaces/iotSecuritySolution.d.ts +53 -0
  995. package/dist/commonjs/operationsInterfaces/iotSecuritySolution.d.ts.map +1 -0
  996. package/dist/commonjs/operationsInterfaces/iotSecuritySolution.js +10 -0
  997. package/dist/commonjs/operationsInterfaces/iotSecuritySolution.js.map +1 -0
  998. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts +21 -0
  999. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts.map +1 -0
  1000. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionAnalytics.js +10 -0
  1001. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionAnalytics.js.map +1 -0
  1002. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +33 -0
  1003. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -0
  1004. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js +10 -0
  1005. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -0
  1006. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts +25 -0
  1007. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -0
  1008. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js +10 -0
  1009. package/dist/commonjs/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -0
  1010. package/dist/commonjs/operationsInterfaces/jitNetworkAccessPolicies.d.ts +76 -0
  1011. package/dist/commonjs/operationsInterfaces/jitNetworkAccessPolicies.d.ts.map +1 -0
  1012. package/dist/commonjs/operationsInterfaces/jitNetworkAccessPolicies.js +10 -0
  1013. package/dist/commonjs/operationsInterfaces/jitNetworkAccessPolicies.js.map +1 -0
  1014. package/dist/commonjs/operationsInterfaces/locations.d.ts +20 -0
  1015. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  1016. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  1017. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  1018. package/dist/commonjs/operationsInterfaces/mdeOnboardings.d.ts +15 -0
  1019. package/dist/commonjs/operationsInterfaces/mdeOnboardings.d.ts.map +1 -0
  1020. package/dist/commonjs/operationsInterfaces/mdeOnboardings.js +10 -0
  1021. package/dist/commonjs/operationsInterfaces/mdeOnboardings.js.map +1 -0
  1022. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  1023. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  1024. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  1025. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  1026. package/dist/commonjs/operationsInterfaces/pricings.d.ts +53 -0
  1027. package/dist/commonjs/operationsInterfaces/pricings.d.ts.map +1 -0
  1028. package/dist/commonjs/operationsInterfaces/pricings.js +10 -0
  1029. package/dist/commonjs/operationsInterfaces/pricings.js.map +1 -0
  1030. package/dist/commonjs/operationsInterfaces/regulatoryComplianceAssessments.d.ts +21 -0
  1031. package/dist/commonjs/operationsInterfaces/regulatoryComplianceAssessments.d.ts.map +1 -0
  1032. package/dist/commonjs/operationsInterfaces/regulatoryComplianceAssessments.js +10 -0
  1033. package/dist/commonjs/operationsInterfaces/regulatoryComplianceAssessments.js.map +1 -0
  1034. package/dist/commonjs/operationsInterfaces/regulatoryComplianceControls.d.ts +19 -0
  1035. package/dist/commonjs/operationsInterfaces/regulatoryComplianceControls.d.ts.map +1 -0
  1036. package/dist/commonjs/operationsInterfaces/regulatoryComplianceControls.js +10 -0
  1037. package/dist/commonjs/operationsInterfaces/regulatoryComplianceControls.js.map +1 -0
  1038. package/dist/commonjs/operationsInterfaces/regulatoryComplianceStandards.d.ts +17 -0
  1039. package/dist/commonjs/operationsInterfaces/regulatoryComplianceStandards.d.ts.map +1 -0
  1040. package/dist/commonjs/operationsInterfaces/regulatoryComplianceStandards.js +10 -0
  1041. package/dist/commonjs/operationsInterfaces/regulatoryComplianceStandards.js.map +1 -0
  1042. package/dist/commonjs/operationsInterfaces/secureScoreControlDefinitions.d.ts +17 -0
  1043. package/dist/commonjs/operationsInterfaces/secureScoreControlDefinitions.d.ts.map +1 -0
  1044. package/dist/commonjs/operationsInterfaces/secureScoreControlDefinitions.js +10 -0
  1045. package/dist/commonjs/operationsInterfaces/secureScoreControlDefinitions.js.map +1 -0
  1046. package/dist/commonjs/operationsInterfaces/secureScoreControls.d.ts +18 -0
  1047. package/dist/commonjs/operationsInterfaces/secureScoreControls.d.ts.map +1 -0
  1048. package/dist/commonjs/operationsInterfaces/secureScoreControls.js +10 -0
  1049. package/dist/commonjs/operationsInterfaces/secureScoreControls.js.map +1 -0
  1050. package/dist/commonjs/operationsInterfaces/secureScores.d.ts +19 -0
  1051. package/dist/commonjs/operationsInterfaces/secureScores.d.ts.map +1 -0
  1052. package/dist/commonjs/operationsInterfaces/secureScores.js +10 -0
  1053. package/dist/commonjs/operationsInterfaces/secureScores.js.map +1 -0
  1054. package/dist/commonjs/operationsInterfaces/securityConnectorApplication.d.ts +33 -0
  1055. package/dist/commonjs/operationsInterfaces/securityConnectorApplication.d.ts.map +1 -0
  1056. package/dist/commonjs/operationsInterfaces/securityConnectorApplication.js +10 -0
  1057. package/dist/commonjs/operationsInterfaces/securityConnectorApplication.js.map +1 -0
  1058. package/dist/commonjs/operationsInterfaces/securityConnectorApplications.d.ts +14 -0
  1059. package/dist/commonjs/operationsInterfaces/securityConnectorApplications.d.ts.map +1 -0
  1060. package/dist/commonjs/operationsInterfaces/securityConnectorApplications.js +10 -0
  1061. package/dist/commonjs/operationsInterfaces/securityConnectorApplications.js.map +1 -0
  1062. package/dist/commonjs/operationsInterfaces/securityConnectors.d.ts +55 -0
  1063. package/dist/commonjs/operationsInterfaces/securityConnectors.d.ts.map +1 -0
  1064. package/dist/commonjs/operationsInterfaces/securityConnectors.js +10 -0
  1065. package/dist/commonjs/operationsInterfaces/securityConnectors.js.map +1 -0
  1066. package/dist/commonjs/operationsInterfaces/securityContacts.d.ts +30 -0
  1067. package/dist/commonjs/operationsInterfaces/securityContacts.d.ts.map +1 -0
  1068. package/dist/commonjs/operationsInterfaces/securityContacts.js +10 -0
  1069. package/dist/commonjs/operationsInterfaces/securityContacts.js.map +1 -0
  1070. package/dist/commonjs/operationsInterfaces/securityOperators.d.ts +32 -0
  1071. package/dist/commonjs/operationsInterfaces/securityOperators.d.ts.map +1 -0
  1072. package/dist/commonjs/operationsInterfaces/securityOperators.js +10 -0
  1073. package/dist/commonjs/operationsInterfaces/securityOperators.js.map +1 -0
  1074. package/dist/commonjs/operationsInterfaces/securitySolutions.d.ts +21 -0
  1075. package/dist/commonjs/operationsInterfaces/securitySolutions.d.ts.map +1 -0
  1076. package/dist/commonjs/operationsInterfaces/securitySolutions.js +10 -0
  1077. package/dist/commonjs/operationsInterfaces/securitySolutions.js.map +1 -0
  1078. package/dist/commonjs/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts +17 -0
  1079. package/dist/commonjs/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts.map +1 -0
  1080. package/dist/commonjs/operationsInterfaces/securitySolutionsReferenceDataOperations.js +10 -0
  1081. package/dist/commonjs/operationsInterfaces/securitySolutionsReferenceDataOperations.js.map +1 -0
  1082. package/dist/commonjs/operationsInterfaces/sensitivitySettings.d.ts +10 -0
  1083. package/dist/commonjs/operationsInterfaces/sensitivitySettings.d.ts.map +1 -0
  1084. package/dist/commonjs/operationsInterfaces/sensitivitySettings.js +10 -0
  1085. package/dist/commonjs/operationsInterfaces/sensitivitySettings.js.map +1 -0
  1086. package/dist/commonjs/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts +57 -0
  1087. package/dist/commonjs/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts.map +1 -0
  1088. package/dist/commonjs/operationsInterfaces/serverVulnerabilityAssessmentOperations.js +10 -0
  1089. package/dist/commonjs/operationsInterfaces/serverVulnerabilityAssessmentOperations.js.map +1 -0
  1090. package/dist/commonjs/operationsInterfaces/serverVulnerabilityAssessmentsSettings.d.ts +33 -0
  1091. package/dist/commonjs/operationsInterfaces/serverVulnerabilityAssessmentsSettings.d.ts.map +1 -0
  1092. package/dist/commonjs/operationsInterfaces/serverVulnerabilityAssessmentsSettings.js +10 -0
  1093. package/dist/commonjs/operationsInterfaces/serverVulnerabilityAssessmentsSettings.js.map +1 -0
  1094. package/dist/commonjs/operationsInterfaces/settings.d.ts +24 -0
  1095. package/dist/commonjs/operationsInterfaces/settings.d.ts.map +1 -0
  1096. package/dist/commonjs/operationsInterfaces/settings.js +10 -0
  1097. package/dist/commonjs/operationsInterfaces/settings.js.map +1 -0
  1098. package/dist/commonjs/operationsInterfaces/softwareInventories.d.ts +32 -0
  1099. package/dist/commonjs/operationsInterfaces/softwareInventories.d.ts.map +1 -0
  1100. package/dist/commonjs/operationsInterfaces/softwareInventories.js +10 -0
  1101. package/dist/commonjs/operationsInterfaces/softwareInventories.js.map +1 -0
  1102. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts +43 -0
  1103. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +1 -0
  1104. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js +10 -0
  1105. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js.map +1 -0
  1106. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts +22 -0
  1107. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts.map +1 -0
  1108. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js +10 -0
  1109. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js.map +1 -0
  1110. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts +20 -0
  1111. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts.map +1 -0
  1112. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentScans.js +10 -0
  1113. package/dist/commonjs/operationsInterfaces/sqlVulnerabilityAssessmentScans.js.map +1 -0
  1114. package/dist/commonjs/operationsInterfaces/subAssessments.d.ts +33 -0
  1115. package/dist/commonjs/operationsInterfaces/subAssessments.d.ts.map +1 -0
  1116. package/dist/commonjs/operationsInterfaces/subAssessments.js +10 -0
  1117. package/dist/commonjs/operationsInterfaces/subAssessments.js.map +1 -0
  1118. package/dist/commonjs/operationsInterfaces/tasks.d.ts +65 -0
  1119. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -0
  1120. package/dist/commonjs/operationsInterfaces/tasks.js +10 -0
  1121. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -0
  1122. package/dist/commonjs/operationsInterfaces/topology.d.ts +28 -0
  1123. package/dist/commonjs/operationsInterfaces/topology.d.ts.map +1 -0
  1124. package/dist/commonjs/operationsInterfaces/topology.js +10 -0
  1125. package/dist/commonjs/operationsInterfaces/topology.js.map +1 -0
  1126. package/dist/commonjs/operationsInterfaces/workspaceSettings.d.ts +40 -0
  1127. package/dist/commonjs/operationsInterfaces/workspaceSettings.d.ts.map +1 -0
  1128. package/dist/commonjs/operationsInterfaces/workspaceSettings.js +10 -0
  1129. package/dist/commonjs/operationsInterfaces/workspaceSettings.js.map +1 -0
  1130. package/dist/commonjs/package.json +3 -0
  1131. package/dist/commonjs/pagingHelper.d.ts +13 -0
  1132. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  1133. package/dist/commonjs/pagingHelper.js +34 -0
  1134. package/dist/commonjs/pagingHelper.js.map +1 -0
  1135. package/dist/commonjs/securityCenter.d.ts +98 -0
  1136. package/dist/commonjs/securityCenter.d.ts.map +1 -0
  1137. package/dist/commonjs/securityCenter.js +281 -0
  1138. package/dist/commonjs/securityCenter.js.map +1 -0
  1139. package/dist/commonjs/tsdoc-metadata.json +11 -0
  1140. package/dist/esm/index.d.ts +5 -0
  1141. package/dist/esm/index.d.ts.map +1 -0
  1142. package/dist/esm/index.js +13 -0
  1143. package/dist/esm/index.js.map +1 -0
  1144. package/dist/esm/lroImpl.d.ts +11 -0
  1145. package/dist/esm/lroImpl.d.ts.map +1 -0
  1146. package/dist/esm/lroImpl.js +18 -0
  1147. package/dist/esm/lroImpl.js.map +1 -0
  1148. package/dist/esm/models/index.d.ts +9525 -0
  1149. package/dist/esm/models/index.d.ts.map +1 -0
  1150. package/dist/esm/models/index.js +1486 -0
  1151. package/dist/esm/models/index.js.map +1 -0
  1152. package/dist/esm/models/mappers.d.ts +521 -0
  1153. package/dist/esm/models/mappers.d.ts.map +1 -0
  1154. package/dist/esm/models/mappers.js +13230 -0
  1155. package/dist/esm/models/mappers.js.map +1 -0
  1156. package/dist/esm/models/parameters.d.ts +151 -0
  1157. package/dist/esm/models/parameters.d.ts.map +1 -0
  1158. package/dist/esm/models/parameters.js +1350 -0
  1159. package/dist/esm/models/parameters.js.map +1 -0
  1160. package/dist/esm/operations/aPICollections.d.ts +133 -0
  1161. package/dist/esm/operations/aPICollections.d.ts.map +1 -0
  1162. package/dist/esm/operations/aPICollections.js +507 -0
  1163. package/dist/esm/operations/aPICollections.js.map +1 -0
  1164. package/dist/esm/operations/adaptiveApplicationControls.d.ts +43 -0
  1165. package/dist/esm/operations/adaptiveApplicationControls.d.ts.map +1 -0
  1166. package/dist/esm/operations/adaptiveApplicationControls.js +147 -0
  1167. package/dist/esm/operations/adaptiveApplicationControls.js.map +1 -0
  1168. package/dist/esm/operations/adaptiveNetworkHardenings.d.ts +83 -0
  1169. package/dist/esm/operations/adaptiveNetworkHardenings.d.ts.map +1 -0
  1170. package/dist/esm/operations/adaptiveNetworkHardenings.js +307 -0
  1171. package/dist/esm/operations/adaptiveNetworkHardenings.js.map +1 -0
  1172. package/dist/esm/operations/advancedThreatProtection.d.ts +26 -0
  1173. package/dist/esm/operations/advancedThreatProtection.d.ts.map +1 -0
  1174. package/dist/esm/operations/advancedThreatProtection.js +83 -0
  1175. package/dist/esm/operations/advancedThreatProtection.js.map +1 -0
  1176. package/dist/esm/operations/alerts.d.ts +221 -0
  1177. package/dist/esm/operations/alerts.d.ts.map +1 -0
  1178. package/dist/esm/operations/alerts.js +840 -0
  1179. package/dist/esm/operations/alerts.js.map +1 -0
  1180. package/dist/esm/operations/alertsSuppressionRules.d.ts +51 -0
  1181. package/dist/esm/operations/alertsSuppressionRules.d.ts.map +1 -0
  1182. package/dist/esm/operations/alertsSuppressionRules.js +205 -0
  1183. package/dist/esm/operations/alertsSuppressionRules.js.map +1 -0
  1184. package/dist/esm/operations/allowedConnections.d.ts +67 -0
  1185. package/dist/esm/operations/allowedConnections.d.ts.map +1 -0
  1186. package/dist/esm/operations/allowedConnections.js +260 -0
  1187. package/dist/esm/operations/allowedConnections.js.map +1 -0
  1188. package/dist/esm/operations/applicationOperations.d.ts +32 -0
  1189. package/dist/esm/operations/applicationOperations.d.ts.map +1 -0
  1190. package/dist/esm/operations/applicationOperations.js +106 -0
  1191. package/dist/esm/operations/applicationOperations.js.map +1 -0
  1192. package/dist/esm/operations/applications.d.ts +32 -0
  1193. package/dist/esm/operations/applications.d.ts.map +1 -0
  1194. package/dist/esm/operations/applications.js +120 -0
  1195. package/dist/esm/operations/applications.js.map +1 -0
  1196. package/dist/esm/operations/assessments.d.ts +65 -0
  1197. package/dist/esm/operations/assessments.d.ts.map +1 -0
  1198. package/dist/esm/operations/assessments.js +219 -0
  1199. package/dist/esm/operations/assessments.js.map +1 -0
  1200. package/dist/esm/operations/assessmentsMetadata.d.ts +76 -0
  1201. package/dist/esm/operations/assessmentsMetadata.d.ts.map +1 -0
  1202. package/dist/esm/operations/assessmentsMetadata.js +320 -0
  1203. package/dist/esm/operations/assessmentsMetadata.js.map +1 -0
  1204. package/dist/esm/operations/autoProvisioningSettings.d.ts +45 -0
  1205. package/dist/esm/operations/autoProvisioningSettings.d.ts.map +1 -0
  1206. package/dist/esm/operations/autoProvisioningSettings.js +179 -0
  1207. package/dist/esm/operations/autoProvisioningSettings.js.map +1 -0
  1208. package/dist/esm/operations/automations.d.ts +105 -0
  1209. package/dist/esm/operations/automations.d.ts.map +1 -0
  1210. package/dist/esm/operations/automations.js +397 -0
  1211. package/dist/esm/operations/automations.js.map +1 -0
  1212. package/dist/esm/operations/azureDevOpsOrgs.d.ts +91 -0
  1213. package/dist/esm/operations/azureDevOpsOrgs.d.ts.map +1 -0
  1214. package/dist/esm/operations/azureDevOpsOrgs.js +398 -0
  1215. package/dist/esm/operations/azureDevOpsOrgs.js.map +1 -0
  1216. package/dist/esm/operations/azureDevOpsProjects.d.ts +91 -0
  1217. package/dist/esm/operations/azureDevOpsProjects.d.ts.map +1 -0
  1218. package/dist/esm/operations/azureDevOpsProjects.js +388 -0
  1219. package/dist/esm/operations/azureDevOpsProjects.js.map +1 -0
  1220. package/dist/esm/operations/azureDevOpsRepos.d.ts +99 -0
  1221. package/dist/esm/operations/azureDevOpsRepos.d.ts.map +1 -0
  1222. package/dist/esm/operations/azureDevOpsRepos.js +417 -0
  1223. package/dist/esm/operations/azureDevOpsRepos.js.map +1 -0
  1224. package/dist/esm/operations/complianceResults.d.ts +48 -0
  1225. package/dist/esm/operations/complianceResults.d.ts.map +1 -0
  1226. package/dist/esm/operations/complianceResults.js +154 -0
  1227. package/dist/esm/operations/complianceResults.js.map +1 -0
  1228. package/dist/esm/operations/compliances.d.ts +50 -0
  1229. package/dist/esm/operations/compliances.d.ts.map +1 -0
  1230. package/dist/esm/operations/compliances.js +156 -0
  1231. package/dist/esm/operations/compliances.js.map +1 -0
  1232. package/dist/esm/operations/connectors.d.ts +53 -0
  1233. package/dist/esm/operations/connectors.d.ts.map +1 -0
  1234. package/dist/esm/operations/connectors.js +208 -0
  1235. package/dist/esm/operations/connectors.js.map +1 -0
  1236. package/dist/esm/operations/customAssessmentAutomations.d.ts +82 -0
  1237. package/dist/esm/operations/customAssessmentAutomations.d.ts.map +1 -0
  1238. package/dist/esm/operations/customAssessmentAutomations.js +329 -0
  1239. package/dist/esm/operations/customAssessmentAutomations.js.map +1 -0
  1240. package/dist/esm/operations/customEntityStoreAssignments.d.ts +85 -0
  1241. package/dist/esm/operations/customEntityStoreAssignments.d.ts.map +1 -0
  1242. package/dist/esm/operations/customEntityStoreAssignments.js +332 -0
  1243. package/dist/esm/operations/customEntityStoreAssignments.js.map +1 -0
  1244. package/dist/esm/operations/defenderForStorage.d.ts +28 -0
  1245. package/dist/esm/operations/defenderForStorage.d.ts.map +1 -0
  1246. package/dist/esm/operations/defenderForStorage.js +88 -0
  1247. package/dist/esm/operations/defenderForStorage.js.map +1 -0
  1248. package/dist/esm/operations/devOpsConfigurations.d.ts +92 -0
  1249. package/dist/esm/operations/devOpsConfigurations.d.ts.map +1 -0
  1250. package/dist/esm/operations/devOpsConfigurations.js +435 -0
  1251. package/dist/esm/operations/devOpsConfigurations.js.map +1 -0
  1252. package/dist/esm/operations/devOpsOperationResults.d.ts +21 -0
  1253. package/dist/esm/operations/devOpsOperationResults.d.ts.map +1 -0
  1254. package/dist/esm/operations/devOpsOperationResults.js +56 -0
  1255. package/dist/esm/operations/devOpsOperationResults.js.map +1 -0
  1256. package/dist/esm/operations/deviceSecurityGroups.d.ts +60 -0
  1257. package/dist/esm/operations/deviceSecurityGroups.d.ts.map +1 -0
  1258. package/dist/esm/operations/deviceSecurityGroups.js +214 -0
  1259. package/dist/esm/operations/deviceSecurityGroups.js.map +1 -0
  1260. package/dist/esm/operations/discoveredSecuritySolutions.d.ts +66 -0
  1261. package/dist/esm/operations/discoveredSecuritySolutions.d.ts.map +1 -0
  1262. package/dist/esm/operations/discoveredSecuritySolutions.js +264 -0
  1263. package/dist/esm/operations/discoveredSecuritySolutions.js.map +1 -0
  1264. package/dist/esm/operations/externalSecuritySolutions.d.ts +66 -0
  1265. package/dist/esm/operations/externalSecuritySolutions.d.ts.map +1 -0
  1266. package/dist/esm/operations/externalSecuritySolutions.js +264 -0
  1267. package/dist/esm/operations/externalSecuritySolutions.js.map +1 -0
  1268. package/dist/esm/operations/gitHubOwners.d.ts +53 -0
  1269. package/dist/esm/operations/gitHubOwners.d.ts.map +1 -0
  1270. package/dist/esm/operations/gitHubOwners.js +195 -0
  1271. package/dist/esm/operations/gitHubOwners.js.map +1 -0
  1272. package/dist/esm/operations/gitHubRepos.d.ts +50 -0
  1273. package/dist/esm/operations/gitHubRepos.d.ts.map +1 -0
  1274. package/dist/esm/operations/gitHubRepos.js +184 -0
  1275. package/dist/esm/operations/gitHubRepos.js.map +1 -0
  1276. package/dist/esm/operations/gitLabGroups.d.ts +53 -0
  1277. package/dist/esm/operations/gitLabGroups.d.ts.map +1 -0
  1278. package/dist/esm/operations/gitLabGroups.js +195 -0
  1279. package/dist/esm/operations/gitLabGroups.js.map +1 -0
  1280. package/dist/esm/operations/gitLabProjects.d.ts +52 -0
  1281. package/dist/esm/operations/gitLabProjects.d.ts.map +1 -0
  1282. package/dist/esm/operations/gitLabProjects.js +186 -0
  1283. package/dist/esm/operations/gitLabProjects.js.map +1 -0
  1284. package/dist/esm/operations/gitLabSubgroups.d.ts +21 -0
  1285. package/dist/esm/operations/gitLabSubgroups.d.ts.map +1 -0
  1286. package/dist/esm/operations/gitLabSubgroups.js +56 -0
  1287. package/dist/esm/operations/gitLabSubgroups.js.map +1 -0
  1288. package/dist/esm/operations/governanceAssignments.d.ts +78 -0
  1289. package/dist/esm/operations/governanceAssignments.d.ts.map +1 -0
  1290. package/dist/esm/operations/governanceAssignments.js +237 -0
  1291. package/dist/esm/operations/governanceAssignments.js.map +1 -0
  1292. package/dist/esm/operations/governanceRules.d.ts +117 -0
  1293. package/dist/esm/operations/governanceRules.d.ts.map +1 -0
  1294. package/dist/esm/operations/governanceRules.js +390 -0
  1295. package/dist/esm/operations/governanceRules.js.map +1 -0
  1296. package/dist/esm/operations/healthReports.d.ts +46 -0
  1297. package/dist/esm/operations/healthReports.d.ts.map +1 -0
  1298. package/dist/esm/operations/healthReports.js +152 -0
  1299. package/dist/esm/operations/healthReports.js.map +1 -0
  1300. package/dist/esm/operations/index.d.ts +71 -0
  1301. package/dist/esm/operations/index.d.ts.map +1 -0
  1302. package/dist/esm/operations/index.js +78 -0
  1303. package/dist/esm/operations/index.js.map +1 -0
  1304. package/dist/esm/operations/informationProtectionPolicies.d.ts +60 -0
  1305. package/dist/esm/operations/informationProtectionPolicies.d.ts.map +1 -0
  1306. package/dist/esm/operations/informationProtectionPolicies.js +198 -0
  1307. package/dist/esm/operations/informationProtectionPolicies.js.map +1 -0
  1308. package/dist/esm/operations/iotSecuritySolution.d.ts +91 -0
  1309. package/dist/esm/operations/iotSecuritySolution.d.ts.map +1 -0
  1310. package/dist/esm/operations/iotSecuritySolution.js +363 -0
  1311. package/dist/esm/operations/iotSecuritySolution.js.map +1 -0
  1312. package/dist/esm/operations/iotSecuritySolutionAnalytics.d.ts +29 -0
  1313. package/dist/esm/operations/iotSecuritySolutionAnalytics.d.ts.map +1 -0
  1314. package/dist/esm/operations/iotSecuritySolutionAnalytics.js +86 -0
  1315. package/dist/esm/operations/iotSecuritySolutionAnalytics.js.map +1 -0
  1316. package/dist/esm/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +60 -0
  1317. package/dist/esm/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -0
  1318. package/dist/esm/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js +201 -0
  1319. package/dist/esm/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -0
  1320. package/dist/esm/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts +53 -0
  1321. package/dist/esm/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -0
  1322. package/dist/esm/operations/iotSecuritySolutionsAnalyticsRecommendation.js +177 -0
  1323. package/dist/esm/operations/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -0
  1324. package/dist/esm/operations/jitNetworkAccessPolicies.d.ts +153 -0
  1325. package/dist/esm/operations/jitNetworkAccessPolicies.d.ts.map +1 -0
  1326. package/dist/esm/operations/jitNetworkAccessPolicies.js +598 -0
  1327. package/dist/esm/operations/jitNetworkAccessPolicies.js.map +1 -0
  1328. package/dist/esm/operations/locations.d.ts +43 -0
  1329. package/dist/esm/operations/locations.d.ts.map +1 -0
  1330. package/dist/esm/operations/locations.js +153 -0
  1331. package/dist/esm/operations/locations.js.map +1 -0
  1332. package/dist/esm/operations/mdeOnboardings.d.ts +23 -0
  1333. package/dist/esm/operations/mdeOnboardings.d.ts.map +1 -0
  1334. package/dist/esm/operations/mdeOnboardings.js +70 -0
  1335. package/dist/esm/operations/mdeOnboardings.js.map +1 -0
  1336. package/dist/esm/operations/operations.d.ts +32 -0
  1337. package/dist/esm/operations/operations.d.ts.map +1 -0
  1338. package/dist/esm/operations/operations.js +116 -0
  1339. package/dist/esm/operations/operations.js.map +1 -0
  1340. package/dist/esm/operations/pricings.d.ts +61 -0
  1341. package/dist/esm/operations/pricings.d.ts.map +1 -0
  1342. package/dist/esm/operations/pricings.js +160 -0
  1343. package/dist/esm/operations/pricings.js.map +1 -0
  1344. package/dist/esm/operations/regulatoryComplianceAssessments.d.ts +46 -0
  1345. package/dist/esm/operations/regulatoryComplianceAssessments.d.ts.map +1 -0
  1346. package/dist/esm/operations/regulatoryComplianceAssessments.js +179 -0
  1347. package/dist/esm/operations/regulatoryComplianceAssessments.js.map +1 -0
  1348. package/dist/esm/operations/regulatoryComplianceControls.d.ts +42 -0
  1349. package/dist/esm/operations/regulatoryComplianceControls.d.ts.map +1 -0
  1350. package/dist/esm/operations/regulatoryComplianceControls.js +162 -0
  1351. package/dist/esm/operations/regulatoryComplianceControls.js.map +1 -0
  1352. package/dist/esm/operations/regulatoryComplianceStandards.d.ts +38 -0
  1353. package/dist/esm/operations/regulatoryComplianceStandards.d.ts.map +1 -0
  1354. package/dist/esm/operations/regulatoryComplianceStandards.js +148 -0
  1355. package/dist/esm/operations/regulatoryComplianceStandards.js.map +1 -0
  1356. package/dist/esm/operations/secureScoreControlDefinitions.d.ts +52 -0
  1357. package/dist/esm/operations/secureScoreControlDefinitions.d.ts.map +1 -0
  1358. package/dist/esm/operations/secureScoreControlDefinitions.js +212 -0
  1359. package/dist/esm/operations/secureScoreControlDefinitions.js.map +1 -0
  1360. package/dist/esm/operations/secureScoreControls.d.ts +56 -0
  1361. package/dist/esm/operations/secureScoreControls.d.ts.map +1 -0
  1362. package/dist/esm/operations/secureScoreControls.js +225 -0
  1363. package/dist/esm/operations/secureScoreControls.js.map +1 -0
  1364. package/dist/esm/operations/secureScores.d.ts +40 -0
  1365. package/dist/esm/operations/secureScores.d.ts.map +1 -0
  1366. package/dist/esm/operations/secureScores.js +150 -0
  1367. package/dist/esm/operations/secureScores.js.map +1 -0
  1368. package/dist/esm/operations/securityConnectorApplication.d.ts +41 -0
  1369. package/dist/esm/operations/securityConnectorApplication.d.ts.map +1 -0
  1370. package/dist/esm/operations/securityConnectorApplication.js +127 -0
  1371. package/dist/esm/operations/securityConnectorApplication.js.map +1 -0
  1372. package/dist/esm/operations/securityConnectorApplications.d.ts +41 -0
  1373. package/dist/esm/operations/securityConnectorApplications.d.ts.map +1 -0
  1374. package/dist/esm/operations/securityConnectorApplications.js +136 -0
  1375. package/dist/esm/operations/securityConnectorApplications.js.map +1 -0
  1376. package/dist/esm/operations/securityConnectors.d.ts +95 -0
  1377. package/dist/esm/operations/securityConnectors.d.ts.map +1 -0
  1378. package/dist/esm/operations/securityConnectors.js +362 -0
  1379. package/dist/esm/operations/securityConnectors.js.map +1 -0
  1380. package/dist/esm/operations/securityContacts.d.ts +51 -0
  1381. package/dist/esm/operations/securityContacts.d.ts.map +1 -0
  1382. package/dist/esm/operations/securityContacts.js +209 -0
  1383. package/dist/esm/operations/securityContacts.js.map +1 -0
  1384. package/dist/esm/operations/securityOperators.d.ts +40 -0
  1385. package/dist/esm/operations/securityOperators.d.ts.map +1 -0
  1386. package/dist/esm/operations/securityOperators.js +141 -0
  1387. package/dist/esm/operations/securityOperators.js.map +1 -0
  1388. package/dist/esm/operations/securitySolutions.d.ts +42 -0
  1389. package/dist/esm/operations/securitySolutions.d.ts.map +1 -0
  1390. package/dist/esm/operations/securitySolutions.js +154 -0
  1391. package/dist/esm/operations/securitySolutions.js.map +1 -0
  1392. package/dist/esm/operations/securitySolutionsReferenceDataOperations.d.ts +25 -0
  1393. package/dist/esm/operations/securitySolutionsReferenceDataOperations.d.ts.map +1 -0
  1394. package/dist/esm/operations/securitySolutionsReferenceDataOperations.js +76 -0
  1395. package/dist/esm/operations/securitySolutionsReferenceDataOperations.js.map +1 -0
  1396. package/dist/esm/operations/sensitivitySettings.d.ts +18 -0
  1397. package/dist/esm/operations/sensitivitySettings.d.ts.map +1 -0
  1398. package/dist/esm/operations/sensitivitySettings.js +47 -0
  1399. package/dist/esm/operations/sensitivitySettings.js.map +1 -0
  1400. package/dist/esm/operations/serverVulnerabilityAssessmentOperations.d.ts +65 -0
  1401. package/dist/esm/operations/serverVulnerabilityAssessmentOperations.d.ts.map +1 -0
  1402. package/dist/esm/operations/serverVulnerabilityAssessmentOperations.js +246 -0
  1403. package/dist/esm/operations/serverVulnerabilityAssessmentOperations.js.map +1 -0
  1404. package/dist/esm/operations/serverVulnerabilityAssessmentsSettings.d.ts +54 -0
  1405. package/dist/esm/operations/serverVulnerabilityAssessmentsSettings.d.ts.map +1 -0
  1406. package/dist/esm/operations/serverVulnerabilityAssessmentsSettings.js +212 -0
  1407. package/dist/esm/operations/serverVulnerabilityAssessmentsSettings.js.map +1 -0
  1408. package/dist/esm/operations/settings.d.ts +45 -0
  1409. package/dist/esm/operations/settings.d.ts.map +1 -0
  1410. package/dist/esm/operations/settings.js +179 -0
  1411. package/dist/esm/operations/settings.js.map +1 -0
  1412. package/dist/esm/operations/softwareInventories.d.ts +76 -0
  1413. package/dist/esm/operations/softwareInventories.d.ts.map +1 -0
  1414. package/dist/esm/operations/softwareInventories.js +297 -0
  1415. package/dist/esm/operations/softwareInventories.js.map +1 -0
  1416. package/dist/esm/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts +51 -0
  1417. package/dist/esm/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +1 -0
  1418. package/dist/esm/operations/sqlVulnerabilityAssessmentBaselineRules.js +155 -0
  1419. package/dist/esm/operations/sqlVulnerabilityAssessmentBaselineRules.js.map +1 -0
  1420. package/dist/esm/operations/sqlVulnerabilityAssessmentScanResults.d.ts +30 -0
  1421. package/dist/esm/operations/sqlVulnerabilityAssessmentScanResults.d.ts.map +1 -0
  1422. package/dist/esm/operations/sqlVulnerabilityAssessmentScanResults.js +82 -0
  1423. package/dist/esm/operations/sqlVulnerabilityAssessmentScanResults.js.map +1 -0
  1424. package/dist/esm/operations/sqlVulnerabilityAssessmentScans.d.ts +28 -0
  1425. package/dist/esm/operations/sqlVulnerabilityAssessmentScans.d.ts.map +1 -0
  1426. package/dist/esm/operations/sqlVulnerabilityAssessmentScans.js +75 -0
  1427. package/dist/esm/operations/sqlVulnerabilityAssessmentScans.js.map +1 -0
  1428. package/dist/esm/operations/subAssessments.d.ts +81 -0
  1429. package/dist/esm/operations/subAssessments.d.ts.map +1 -0
  1430. package/dist/esm/operations/subAssessments.js +269 -0
  1431. package/dist/esm/operations/subAssessments.js.map +1 -0
  1432. package/dist/esm/operations/tasks.d.ts +124 -0
  1433. package/dist/esm/operations/tasks.d.ts.map +1 -0
  1434. package/dist/esm/operations/tasks.js +474 -0
  1435. package/dist/esm/operations/tasks.js.map +1 -0
  1436. package/dist/esm/operations/topology.d.ts +66 -0
  1437. package/dist/esm/operations/topology.d.ts.map +1 -0
  1438. package/dist/esm/operations/topology.js +259 -0
  1439. package/dist/esm/operations/topology.js.map +1 -0
  1440. package/dist/esm/operations/workspaceSettings.d.ts +62 -0
  1441. package/dist/esm/operations/workspaceSettings.d.ts.map +1 -0
  1442. package/dist/esm/operations/workspaceSettings.js +240 -0
  1443. package/dist/esm/operations/workspaceSettings.js.map +1 -0
  1444. package/dist/esm/operationsInterfaces/aPICollections.d.ts +74 -0
  1445. package/dist/esm/operationsInterfaces/aPICollections.d.ts.map +1 -0
  1446. package/dist/esm/operationsInterfaces/aPICollections.js +9 -0
  1447. package/dist/esm/operationsInterfaces/aPICollections.js.map +1 -0
  1448. package/dist/esm/operationsInterfaces/adaptiveApplicationControls.d.ts +35 -0
  1449. package/dist/esm/operationsInterfaces/adaptiveApplicationControls.d.ts.map +1 -0
  1450. package/dist/esm/operationsInterfaces/adaptiveApplicationControls.js +9 -0
  1451. package/dist/esm/operationsInterfaces/adaptiveApplicationControls.js.map +1 -0
  1452. package/dist/esm/operationsInterfaces/adaptiveNetworkHardenings.d.ts +52 -0
  1453. package/dist/esm/operationsInterfaces/adaptiveNetworkHardenings.d.ts.map +1 -0
  1454. package/dist/esm/operationsInterfaces/adaptiveNetworkHardenings.js +9 -0
  1455. package/dist/esm/operationsInterfaces/adaptiveNetworkHardenings.js.map +1 -0
  1456. package/dist/esm/operationsInterfaces/advancedThreatProtection.d.ts +18 -0
  1457. package/dist/esm/operationsInterfaces/advancedThreatProtection.d.ts.map +1 -0
  1458. package/dist/esm/operationsInterfaces/advancedThreatProtection.js +9 -0
  1459. package/dist/esm/operationsInterfaces/advancedThreatProtection.js.map +1 -0
  1460. package/dist/esm/operationsInterfaces/alerts.d.ts +142 -0
  1461. package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
  1462. package/dist/esm/operationsInterfaces/alerts.js +9 -0
  1463. package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
  1464. package/dist/esm/operationsInterfaces/alertsSuppressionRules.d.ts +30 -0
  1465. package/dist/esm/operationsInterfaces/alertsSuppressionRules.d.ts.map +1 -0
  1466. package/dist/esm/operationsInterfaces/alertsSuppressionRules.js +9 -0
  1467. package/dist/esm/operationsInterfaces/alertsSuppressionRules.js.map +1 -0
  1468. package/dist/esm/operationsInterfaces/allowedConnections.d.ts +29 -0
  1469. package/dist/esm/operationsInterfaces/allowedConnections.d.ts.map +1 -0
  1470. package/dist/esm/operationsInterfaces/allowedConnections.js +9 -0
  1471. package/dist/esm/operationsInterfaces/allowedConnections.js.map +1 -0
  1472. package/dist/esm/operationsInterfaces/applicationOperations.d.ts +24 -0
  1473. package/dist/esm/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  1474. package/dist/esm/operationsInterfaces/applicationOperations.js +9 -0
  1475. package/dist/esm/operationsInterfaces/applicationOperations.js.map +1 -0
  1476. package/dist/esm/operationsInterfaces/applications.d.ts +11 -0
  1477. package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
  1478. package/dist/esm/operationsInterfaces/applications.js +9 -0
  1479. package/dist/esm/operationsInterfaces/applications.js.map +1 -0
  1480. package/dist/esm/operationsInterfaces/assessments.d.ts +38 -0
  1481. package/dist/esm/operationsInterfaces/assessments.d.ts.map +1 -0
  1482. package/dist/esm/operationsInterfaces/assessments.js +9 -0
  1483. package/dist/esm/operationsInterfaces/assessments.js.map +1 -0
  1484. package/dist/esm/operationsInterfaces/assessmentsMetadata.d.ts +42 -0
  1485. package/dist/esm/operationsInterfaces/assessmentsMetadata.d.ts.map +1 -0
  1486. package/dist/esm/operationsInterfaces/assessmentsMetadata.js +9 -0
  1487. package/dist/esm/operationsInterfaces/assessmentsMetadata.js.map +1 -0
  1488. package/dist/esm/operationsInterfaces/autoProvisioningSettings.d.ts +24 -0
  1489. package/dist/esm/operationsInterfaces/autoProvisioningSettings.d.ts.map +1 -0
  1490. package/dist/esm/operationsInterfaces/autoProvisioningSettings.js +9 -0
  1491. package/dist/esm/operationsInterfaces/autoProvisioningSettings.js.map +1 -0
  1492. package/dist/esm/operationsInterfaces/automations.d.ts +65 -0
  1493. package/dist/esm/operationsInterfaces/automations.d.ts.map +1 -0
  1494. package/dist/esm/operationsInterfaces/automations.js +9 -0
  1495. package/dist/esm/operationsInterfaces/automations.js.map +1 -0
  1496. package/dist/esm/operationsInterfaces/azureDevOpsOrgs.d.ts +66 -0
  1497. package/dist/esm/operationsInterfaces/azureDevOpsOrgs.d.ts.map +1 -0
  1498. package/dist/esm/operationsInterfaces/azureDevOpsOrgs.js +9 -0
  1499. package/dist/esm/operationsInterfaces/azureDevOpsOrgs.js.map +1 -0
  1500. package/dist/esm/operationsInterfaces/azureDevOpsProjects.d.ts +64 -0
  1501. package/dist/esm/operationsInterfaces/azureDevOpsProjects.d.ts.map +1 -0
  1502. package/dist/esm/operationsInterfaces/azureDevOpsProjects.js +9 -0
  1503. package/dist/esm/operationsInterfaces/azureDevOpsProjects.js.map +1 -0
  1504. package/dist/esm/operationsInterfaces/azureDevOpsRepos.d.ts +70 -0
  1505. package/dist/esm/operationsInterfaces/azureDevOpsRepos.d.ts.map +1 -0
  1506. package/dist/esm/operationsInterfaces/azureDevOpsRepos.js +9 -0
  1507. package/dist/esm/operationsInterfaces/azureDevOpsRepos.js.map +1 -0
  1508. package/dist/esm/operationsInterfaces/complianceResults.d.ts +21 -0
  1509. package/dist/esm/operationsInterfaces/complianceResults.d.ts.map +1 -0
  1510. package/dist/esm/operationsInterfaces/complianceResults.js +9 -0
  1511. package/dist/esm/operationsInterfaces/complianceResults.js.map +1 -0
  1512. package/dist/esm/operationsInterfaces/compliances.d.ts +23 -0
  1513. package/dist/esm/operationsInterfaces/compliances.d.ts.map +1 -0
  1514. package/dist/esm/operationsInterfaces/compliances.js +9 -0
  1515. package/dist/esm/operationsInterfaces/compliances.js.map +1 -0
  1516. package/dist/esm/operationsInterfaces/connectors.d.ts +32 -0
  1517. package/dist/esm/operationsInterfaces/connectors.d.ts.map +1 -0
  1518. package/dist/esm/operationsInterfaces/connectors.js +9 -0
  1519. package/dist/esm/operationsInterfaces/connectors.js.map +1 -0
  1520. package/dist/esm/operationsInterfaces/customAssessmentAutomations.d.ts +44 -0
  1521. package/dist/esm/operationsInterfaces/customAssessmentAutomations.d.ts.map +1 -0
  1522. package/dist/esm/operationsInterfaces/customAssessmentAutomations.js +9 -0
  1523. package/dist/esm/operationsInterfaces/customAssessmentAutomations.js.map +1 -0
  1524. package/dist/esm/operationsInterfaces/customEntityStoreAssignments.d.ts +47 -0
  1525. package/dist/esm/operationsInterfaces/customEntityStoreAssignments.d.ts.map +1 -0
  1526. package/dist/esm/operationsInterfaces/customEntityStoreAssignments.js +9 -0
  1527. package/dist/esm/operationsInterfaces/customEntityStoreAssignments.js.map +1 -0
  1528. package/dist/esm/operationsInterfaces/defenderForStorage.d.ts +20 -0
  1529. package/dist/esm/operationsInterfaces/defenderForStorage.d.ts.map +1 -0
  1530. package/dist/esm/operationsInterfaces/defenderForStorage.js +9 -0
  1531. package/dist/esm/operationsInterfaces/defenderForStorage.js.map +1 -0
  1532. package/dist/esm/operationsInterfaces/devOpsConfigurations.d.ts +67 -0
  1533. package/dist/esm/operationsInterfaces/devOpsConfigurations.d.ts.map +1 -0
  1534. package/dist/esm/operationsInterfaces/devOpsConfigurations.js +9 -0
  1535. package/dist/esm/operationsInterfaces/devOpsConfigurations.js.map +1 -0
  1536. package/dist/esm/operationsInterfaces/devOpsOperationResults.d.ts +13 -0
  1537. package/dist/esm/operationsInterfaces/devOpsOperationResults.d.ts.map +1 -0
  1538. package/dist/esm/operationsInterfaces/devOpsOperationResults.js +9 -0
  1539. package/dist/esm/operationsInterfaces/devOpsOperationResults.js.map +1 -0
  1540. package/dist/esm/operationsInterfaces/deviceSecurityGroups.d.ts +37 -0
  1541. package/dist/esm/operationsInterfaces/deviceSecurityGroups.d.ts.map +1 -0
  1542. package/dist/esm/operationsInterfaces/deviceSecurityGroups.js +9 -0
  1543. package/dist/esm/operationsInterfaces/deviceSecurityGroups.js.map +1 -0
  1544. package/dist/esm/operationsInterfaces/discoveredSecuritySolutions.d.ts +28 -0
  1545. package/dist/esm/operationsInterfaces/discoveredSecuritySolutions.d.ts.map +1 -0
  1546. package/dist/esm/operationsInterfaces/discoveredSecuritySolutions.js +9 -0
  1547. package/dist/esm/operationsInterfaces/discoveredSecuritySolutions.js.map +1 -0
  1548. package/dist/esm/operationsInterfaces/externalSecuritySolutions.d.ts +28 -0
  1549. package/dist/esm/operationsInterfaces/externalSecuritySolutions.d.ts.map +1 -0
  1550. package/dist/esm/operationsInterfaces/externalSecuritySolutions.js +9 -0
  1551. package/dist/esm/operationsInterfaces/externalSecuritySolutions.js.map +1 -0
  1552. package/dist/esm/operationsInterfaces/gitHubOwners.d.ts +28 -0
  1553. package/dist/esm/operationsInterfaces/gitHubOwners.d.ts.map +1 -0
  1554. package/dist/esm/operationsInterfaces/gitHubOwners.js +9 -0
  1555. package/dist/esm/operationsInterfaces/gitHubOwners.js.map +1 -0
  1556. package/dist/esm/operationsInterfaces/gitHubRepos.d.ts +23 -0
  1557. package/dist/esm/operationsInterfaces/gitHubRepos.d.ts.map +1 -0
  1558. package/dist/esm/operationsInterfaces/gitHubRepos.js +9 -0
  1559. package/dist/esm/operationsInterfaces/gitHubRepos.js.map +1 -0
  1560. package/dist/esm/operationsInterfaces/gitLabGroups.d.ts +28 -0
  1561. package/dist/esm/operationsInterfaces/gitLabGroups.d.ts.map +1 -0
  1562. package/dist/esm/operationsInterfaces/gitLabGroups.js +9 -0
  1563. package/dist/esm/operationsInterfaces/gitLabGroups.js.map +1 -0
  1564. package/dist/esm/operationsInterfaces/gitLabProjects.d.ts +24 -0
  1565. package/dist/esm/operationsInterfaces/gitLabProjects.d.ts.map +1 -0
  1566. package/dist/esm/operationsInterfaces/gitLabProjects.js +9 -0
  1567. package/dist/esm/operationsInterfaces/gitLabProjects.js.map +1 -0
  1568. package/dist/esm/operationsInterfaces/gitLabSubgroups.d.ts +13 -0
  1569. package/dist/esm/operationsInterfaces/gitLabSubgroups.d.ts.map +1 -0
  1570. package/dist/esm/operationsInterfaces/gitLabSubgroups.js +9 -0
  1571. package/dist/esm/operationsInterfaces/gitLabSubgroups.js.map +1 -0
  1572. package/dist/esm/operationsInterfaces/governanceAssignments.d.ts +49 -0
  1573. package/dist/esm/operationsInterfaces/governanceAssignments.d.ts.map +1 -0
  1574. package/dist/esm/operationsInterfaces/governanceAssignments.js +9 -0
  1575. package/dist/esm/operationsInterfaces/governanceAssignments.js.map +1 -0
  1576. package/dist/esm/operationsInterfaces/governanceRules.d.ts +88 -0
  1577. package/dist/esm/operationsInterfaces/governanceRules.d.ts.map +1 -0
  1578. package/dist/esm/operationsInterfaces/governanceRules.js +9 -0
  1579. package/dist/esm/operationsInterfaces/governanceRules.js.map +1 -0
  1580. package/dist/esm/operationsInterfaces/healthReports.d.ts +21 -0
  1581. package/dist/esm/operationsInterfaces/healthReports.d.ts.map +1 -0
  1582. package/dist/esm/operationsInterfaces/healthReports.js +9 -0
  1583. package/dist/esm/operationsInterfaces/healthReports.js.map +1 -0
  1584. package/dist/esm/operationsInterfaces/index.d.ts +71 -0
  1585. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  1586. package/dist/esm/operationsInterfaces/index.js +78 -0
  1587. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  1588. package/dist/esm/operationsInterfaces/informationProtectionPolicies.d.ts +33 -0
  1589. package/dist/esm/operationsInterfaces/informationProtectionPolicies.d.ts.map +1 -0
  1590. package/dist/esm/operationsInterfaces/informationProtectionPolicies.js +9 -0
  1591. package/dist/esm/operationsInterfaces/informationProtectionPolicies.js.map +1 -0
  1592. package/dist/esm/operationsInterfaces/iotSecuritySolution.d.ts +53 -0
  1593. package/dist/esm/operationsInterfaces/iotSecuritySolution.d.ts.map +1 -0
  1594. package/dist/esm/operationsInterfaces/iotSecuritySolution.js +9 -0
  1595. package/dist/esm/operationsInterfaces/iotSecuritySolution.js.map +1 -0
  1596. package/dist/esm/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts +21 -0
  1597. package/dist/esm/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts.map +1 -0
  1598. package/dist/esm/operationsInterfaces/iotSecuritySolutionAnalytics.js +9 -0
  1599. package/dist/esm/operationsInterfaces/iotSecuritySolutionAnalytics.js.map +1 -0
  1600. package/dist/esm/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +33 -0
  1601. package/dist/esm/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -0
  1602. package/dist/esm/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js +9 -0
  1603. package/dist/esm/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -0
  1604. package/dist/esm/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts +25 -0
  1605. package/dist/esm/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -0
  1606. package/dist/esm/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js +9 -0
  1607. package/dist/esm/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -0
  1608. package/dist/esm/operationsInterfaces/jitNetworkAccessPolicies.d.ts +76 -0
  1609. package/dist/esm/operationsInterfaces/jitNetworkAccessPolicies.d.ts.map +1 -0
  1610. package/dist/esm/operationsInterfaces/jitNetworkAccessPolicies.js +9 -0
  1611. package/dist/esm/operationsInterfaces/jitNetworkAccessPolicies.js.map +1 -0
  1612. package/dist/esm/operationsInterfaces/locations.d.ts +20 -0
  1613. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  1614. package/dist/esm/operationsInterfaces/locations.js +9 -0
  1615. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  1616. package/dist/esm/operationsInterfaces/mdeOnboardings.d.ts +15 -0
  1617. package/dist/esm/operationsInterfaces/mdeOnboardings.d.ts.map +1 -0
  1618. package/dist/esm/operationsInterfaces/mdeOnboardings.js +9 -0
  1619. package/dist/esm/operationsInterfaces/mdeOnboardings.js.map +1 -0
  1620. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  1621. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  1622. package/dist/esm/operationsInterfaces/operations.js +9 -0
  1623. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  1624. package/dist/esm/operationsInterfaces/pricings.d.ts +53 -0
  1625. package/dist/esm/operationsInterfaces/pricings.d.ts.map +1 -0
  1626. package/dist/esm/operationsInterfaces/pricings.js +9 -0
  1627. package/dist/esm/operationsInterfaces/pricings.js.map +1 -0
  1628. package/dist/esm/operationsInterfaces/regulatoryComplianceAssessments.d.ts +21 -0
  1629. package/dist/esm/operationsInterfaces/regulatoryComplianceAssessments.d.ts.map +1 -0
  1630. package/dist/esm/operationsInterfaces/regulatoryComplianceAssessments.js +9 -0
  1631. package/dist/esm/operationsInterfaces/regulatoryComplianceAssessments.js.map +1 -0
  1632. package/dist/esm/operationsInterfaces/regulatoryComplianceControls.d.ts +19 -0
  1633. package/dist/esm/operationsInterfaces/regulatoryComplianceControls.d.ts.map +1 -0
  1634. package/dist/esm/operationsInterfaces/regulatoryComplianceControls.js +9 -0
  1635. package/dist/esm/operationsInterfaces/regulatoryComplianceControls.js.map +1 -0
  1636. package/dist/esm/operationsInterfaces/regulatoryComplianceStandards.d.ts +17 -0
  1637. package/dist/esm/operationsInterfaces/regulatoryComplianceStandards.d.ts.map +1 -0
  1638. package/dist/esm/operationsInterfaces/regulatoryComplianceStandards.js +9 -0
  1639. package/dist/esm/operationsInterfaces/regulatoryComplianceStandards.js.map +1 -0
  1640. package/dist/esm/operationsInterfaces/secureScoreControlDefinitions.d.ts +17 -0
  1641. package/dist/esm/operationsInterfaces/secureScoreControlDefinitions.d.ts.map +1 -0
  1642. package/dist/esm/operationsInterfaces/secureScoreControlDefinitions.js +9 -0
  1643. package/dist/esm/operationsInterfaces/secureScoreControlDefinitions.js.map +1 -0
  1644. package/dist/esm/operationsInterfaces/secureScoreControls.d.ts +18 -0
  1645. package/dist/esm/operationsInterfaces/secureScoreControls.d.ts.map +1 -0
  1646. package/dist/esm/operationsInterfaces/secureScoreControls.js +9 -0
  1647. package/dist/esm/operationsInterfaces/secureScoreControls.js.map +1 -0
  1648. package/dist/esm/operationsInterfaces/secureScores.d.ts +19 -0
  1649. package/dist/esm/operationsInterfaces/secureScores.d.ts.map +1 -0
  1650. package/dist/esm/operationsInterfaces/secureScores.js +9 -0
  1651. package/dist/esm/operationsInterfaces/secureScores.js.map +1 -0
  1652. package/dist/esm/operationsInterfaces/securityConnectorApplication.d.ts +33 -0
  1653. package/dist/esm/operationsInterfaces/securityConnectorApplication.d.ts.map +1 -0
  1654. package/dist/esm/operationsInterfaces/securityConnectorApplication.js +9 -0
  1655. package/dist/esm/operationsInterfaces/securityConnectorApplication.js.map +1 -0
  1656. package/dist/esm/operationsInterfaces/securityConnectorApplications.d.ts +14 -0
  1657. package/dist/esm/operationsInterfaces/securityConnectorApplications.d.ts.map +1 -0
  1658. package/dist/esm/operationsInterfaces/securityConnectorApplications.js +9 -0
  1659. package/dist/esm/operationsInterfaces/securityConnectorApplications.js.map +1 -0
  1660. package/dist/esm/operationsInterfaces/securityConnectors.d.ts +55 -0
  1661. package/dist/esm/operationsInterfaces/securityConnectors.d.ts.map +1 -0
  1662. package/dist/esm/operationsInterfaces/securityConnectors.js +9 -0
  1663. package/dist/esm/operationsInterfaces/securityConnectors.js.map +1 -0
  1664. package/dist/esm/operationsInterfaces/securityContacts.d.ts +30 -0
  1665. package/dist/esm/operationsInterfaces/securityContacts.d.ts.map +1 -0
  1666. package/dist/esm/operationsInterfaces/securityContacts.js +9 -0
  1667. package/dist/esm/operationsInterfaces/securityContacts.js.map +1 -0
  1668. package/dist/esm/operationsInterfaces/securityOperators.d.ts +32 -0
  1669. package/dist/esm/operationsInterfaces/securityOperators.d.ts.map +1 -0
  1670. package/dist/esm/operationsInterfaces/securityOperators.js +9 -0
  1671. package/dist/esm/operationsInterfaces/securityOperators.js.map +1 -0
  1672. package/dist/esm/operationsInterfaces/securitySolutions.d.ts +21 -0
  1673. package/dist/esm/operationsInterfaces/securitySolutions.d.ts.map +1 -0
  1674. package/dist/esm/operationsInterfaces/securitySolutions.js +9 -0
  1675. package/dist/esm/operationsInterfaces/securitySolutions.js.map +1 -0
  1676. package/dist/esm/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts +17 -0
  1677. package/dist/esm/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts.map +1 -0
  1678. package/dist/esm/operationsInterfaces/securitySolutionsReferenceDataOperations.js +9 -0
  1679. package/dist/esm/operationsInterfaces/securitySolutionsReferenceDataOperations.js.map +1 -0
  1680. package/dist/esm/operationsInterfaces/sensitivitySettings.d.ts +10 -0
  1681. package/dist/esm/operationsInterfaces/sensitivitySettings.d.ts.map +1 -0
  1682. package/dist/esm/operationsInterfaces/sensitivitySettings.js +9 -0
  1683. package/dist/esm/operationsInterfaces/sensitivitySettings.js.map +1 -0
  1684. package/dist/esm/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts +57 -0
  1685. package/dist/esm/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts.map +1 -0
  1686. package/dist/esm/operationsInterfaces/serverVulnerabilityAssessmentOperations.js +9 -0
  1687. package/dist/esm/operationsInterfaces/serverVulnerabilityAssessmentOperations.js.map +1 -0
  1688. package/dist/esm/operationsInterfaces/serverVulnerabilityAssessmentsSettings.d.ts +33 -0
  1689. package/dist/esm/operationsInterfaces/serverVulnerabilityAssessmentsSettings.d.ts.map +1 -0
  1690. package/dist/esm/operationsInterfaces/serverVulnerabilityAssessmentsSettings.js +9 -0
  1691. package/dist/esm/operationsInterfaces/serverVulnerabilityAssessmentsSettings.js.map +1 -0
  1692. package/dist/esm/operationsInterfaces/settings.d.ts +24 -0
  1693. package/dist/esm/operationsInterfaces/settings.d.ts.map +1 -0
  1694. package/dist/esm/operationsInterfaces/settings.js +9 -0
  1695. package/dist/esm/operationsInterfaces/settings.js.map +1 -0
  1696. package/dist/esm/operationsInterfaces/softwareInventories.d.ts +32 -0
  1697. package/dist/esm/operationsInterfaces/softwareInventories.d.ts.map +1 -0
  1698. package/dist/esm/operationsInterfaces/softwareInventories.js +9 -0
  1699. package/dist/esm/operationsInterfaces/softwareInventories.js.map +1 -0
  1700. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts +43 -0
  1701. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +1 -0
  1702. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js +9 -0
  1703. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js.map +1 -0
  1704. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts +22 -0
  1705. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts.map +1 -0
  1706. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js +9 -0
  1707. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js.map +1 -0
  1708. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts +20 -0
  1709. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts.map +1 -0
  1710. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentScans.js +9 -0
  1711. package/dist/esm/operationsInterfaces/sqlVulnerabilityAssessmentScans.js.map +1 -0
  1712. package/dist/esm/operationsInterfaces/subAssessments.d.ts +33 -0
  1713. package/dist/esm/operationsInterfaces/subAssessments.d.ts.map +1 -0
  1714. package/dist/esm/operationsInterfaces/subAssessments.js +9 -0
  1715. package/dist/esm/operationsInterfaces/subAssessments.js.map +1 -0
  1716. package/dist/esm/operationsInterfaces/tasks.d.ts +65 -0
  1717. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -0
  1718. package/dist/esm/operationsInterfaces/tasks.js +9 -0
  1719. package/dist/esm/operationsInterfaces/tasks.js.map +1 -0
  1720. package/dist/esm/operationsInterfaces/topology.d.ts +28 -0
  1721. package/dist/esm/operationsInterfaces/topology.d.ts.map +1 -0
  1722. package/dist/esm/operationsInterfaces/topology.js +9 -0
  1723. package/dist/esm/operationsInterfaces/topology.js.map +1 -0
  1724. package/dist/esm/operationsInterfaces/workspaceSettings.d.ts +40 -0
  1725. package/dist/esm/operationsInterfaces/workspaceSettings.d.ts.map +1 -0
  1726. package/dist/esm/operationsInterfaces/workspaceSettings.js +9 -0
  1727. package/dist/esm/operationsInterfaces/workspaceSettings.js.map +1 -0
  1728. package/dist/esm/package.json +3 -0
  1729. package/dist/esm/pagingHelper.d.ts +13 -0
  1730. package/dist/esm/pagingHelper.d.ts.map +1 -0
  1731. package/dist/esm/pagingHelper.js +30 -0
  1732. package/dist/esm/pagingHelper.js.map +1 -0
  1733. package/dist/esm/securityCenter.d.ts +98 -0
  1734. package/dist/esm/securityCenter.d.ts.map +1 -0
  1735. package/dist/esm/securityCenter.js +276 -0
  1736. package/dist/esm/securityCenter.js.map +1 -0
  1737. package/dist/react-native/index.d.ts +5 -0
  1738. package/dist/react-native/index.d.ts.map +1 -0
  1739. package/dist/react-native/index.js +13 -0
  1740. package/dist/react-native/index.js.map +1 -0
  1741. package/dist/react-native/lroImpl.d.ts +11 -0
  1742. package/dist/react-native/lroImpl.d.ts.map +1 -0
  1743. package/dist/react-native/lroImpl.js +18 -0
  1744. package/dist/react-native/lroImpl.js.map +1 -0
  1745. package/dist/react-native/models/index.d.ts +9525 -0
  1746. package/dist/react-native/models/index.d.ts.map +1 -0
  1747. package/dist/react-native/models/index.js +1486 -0
  1748. package/dist/react-native/models/index.js.map +1 -0
  1749. package/dist/react-native/models/mappers.d.ts +521 -0
  1750. package/dist/react-native/models/mappers.d.ts.map +1 -0
  1751. package/dist/react-native/models/mappers.js +13230 -0
  1752. package/dist/react-native/models/mappers.js.map +1 -0
  1753. package/dist/react-native/models/parameters.d.ts +151 -0
  1754. package/dist/react-native/models/parameters.d.ts.map +1 -0
  1755. package/dist/react-native/models/parameters.js +1350 -0
  1756. package/dist/react-native/models/parameters.js.map +1 -0
  1757. package/dist/react-native/operations/aPICollections.d.ts +133 -0
  1758. package/dist/react-native/operations/aPICollections.d.ts.map +1 -0
  1759. package/dist/react-native/operations/aPICollections.js +507 -0
  1760. package/dist/react-native/operations/aPICollections.js.map +1 -0
  1761. package/dist/react-native/operations/adaptiveApplicationControls.d.ts +43 -0
  1762. package/dist/react-native/operations/adaptiveApplicationControls.d.ts.map +1 -0
  1763. package/dist/react-native/operations/adaptiveApplicationControls.js +147 -0
  1764. package/dist/react-native/operations/adaptiveApplicationControls.js.map +1 -0
  1765. package/dist/react-native/operations/adaptiveNetworkHardenings.d.ts +83 -0
  1766. package/dist/react-native/operations/adaptiveNetworkHardenings.d.ts.map +1 -0
  1767. package/dist/react-native/operations/adaptiveNetworkHardenings.js +307 -0
  1768. package/dist/react-native/operations/adaptiveNetworkHardenings.js.map +1 -0
  1769. package/dist/react-native/operations/advancedThreatProtection.d.ts +26 -0
  1770. package/dist/react-native/operations/advancedThreatProtection.d.ts.map +1 -0
  1771. package/dist/react-native/operations/advancedThreatProtection.js +83 -0
  1772. package/dist/react-native/operations/advancedThreatProtection.js.map +1 -0
  1773. package/dist/react-native/operations/alerts.d.ts +221 -0
  1774. package/dist/react-native/operations/alerts.d.ts.map +1 -0
  1775. package/dist/react-native/operations/alerts.js +840 -0
  1776. package/dist/react-native/operations/alerts.js.map +1 -0
  1777. package/dist/react-native/operations/alertsSuppressionRules.d.ts +51 -0
  1778. package/dist/react-native/operations/alertsSuppressionRules.d.ts.map +1 -0
  1779. package/dist/react-native/operations/alertsSuppressionRules.js +205 -0
  1780. package/dist/react-native/operations/alertsSuppressionRules.js.map +1 -0
  1781. package/dist/react-native/operations/allowedConnections.d.ts +67 -0
  1782. package/dist/react-native/operations/allowedConnections.d.ts.map +1 -0
  1783. package/dist/react-native/operations/allowedConnections.js +260 -0
  1784. package/dist/react-native/operations/allowedConnections.js.map +1 -0
  1785. package/dist/react-native/operations/applicationOperations.d.ts +32 -0
  1786. package/dist/react-native/operations/applicationOperations.d.ts.map +1 -0
  1787. package/dist/react-native/operations/applicationOperations.js +106 -0
  1788. package/dist/react-native/operations/applicationOperations.js.map +1 -0
  1789. package/dist/react-native/operations/applications.d.ts +32 -0
  1790. package/dist/react-native/operations/applications.d.ts.map +1 -0
  1791. package/dist/react-native/operations/applications.js +120 -0
  1792. package/dist/react-native/operations/applications.js.map +1 -0
  1793. package/dist/react-native/operations/assessments.d.ts +65 -0
  1794. package/dist/react-native/operations/assessments.d.ts.map +1 -0
  1795. package/dist/react-native/operations/assessments.js +219 -0
  1796. package/dist/react-native/operations/assessments.js.map +1 -0
  1797. package/dist/react-native/operations/assessmentsMetadata.d.ts +76 -0
  1798. package/dist/react-native/operations/assessmentsMetadata.d.ts.map +1 -0
  1799. package/dist/react-native/operations/assessmentsMetadata.js +320 -0
  1800. package/dist/react-native/operations/assessmentsMetadata.js.map +1 -0
  1801. package/dist/react-native/operations/autoProvisioningSettings.d.ts +45 -0
  1802. package/dist/react-native/operations/autoProvisioningSettings.d.ts.map +1 -0
  1803. package/dist/react-native/operations/autoProvisioningSettings.js +179 -0
  1804. package/dist/react-native/operations/autoProvisioningSettings.js.map +1 -0
  1805. package/dist/react-native/operations/automations.d.ts +105 -0
  1806. package/dist/react-native/operations/automations.d.ts.map +1 -0
  1807. package/dist/react-native/operations/automations.js +397 -0
  1808. package/dist/react-native/operations/automations.js.map +1 -0
  1809. package/dist/react-native/operations/azureDevOpsOrgs.d.ts +91 -0
  1810. package/dist/react-native/operations/azureDevOpsOrgs.d.ts.map +1 -0
  1811. package/dist/react-native/operations/azureDevOpsOrgs.js +398 -0
  1812. package/dist/react-native/operations/azureDevOpsOrgs.js.map +1 -0
  1813. package/dist/react-native/operations/azureDevOpsProjects.d.ts +91 -0
  1814. package/dist/react-native/operations/azureDevOpsProjects.d.ts.map +1 -0
  1815. package/dist/react-native/operations/azureDevOpsProjects.js +388 -0
  1816. package/dist/react-native/operations/azureDevOpsProjects.js.map +1 -0
  1817. package/dist/react-native/operations/azureDevOpsRepos.d.ts +99 -0
  1818. package/dist/react-native/operations/azureDevOpsRepos.d.ts.map +1 -0
  1819. package/dist/react-native/operations/azureDevOpsRepos.js +417 -0
  1820. package/dist/react-native/operations/azureDevOpsRepos.js.map +1 -0
  1821. package/dist/react-native/operations/complianceResults.d.ts +48 -0
  1822. package/dist/react-native/operations/complianceResults.d.ts.map +1 -0
  1823. package/dist/react-native/operations/complianceResults.js +154 -0
  1824. package/dist/react-native/operations/complianceResults.js.map +1 -0
  1825. package/dist/react-native/operations/compliances.d.ts +50 -0
  1826. package/dist/react-native/operations/compliances.d.ts.map +1 -0
  1827. package/dist/react-native/operations/compliances.js +156 -0
  1828. package/dist/react-native/operations/compliances.js.map +1 -0
  1829. package/dist/react-native/operations/connectors.d.ts +53 -0
  1830. package/dist/react-native/operations/connectors.d.ts.map +1 -0
  1831. package/dist/react-native/operations/connectors.js +208 -0
  1832. package/dist/react-native/operations/connectors.js.map +1 -0
  1833. package/dist/react-native/operations/customAssessmentAutomations.d.ts +82 -0
  1834. package/dist/react-native/operations/customAssessmentAutomations.d.ts.map +1 -0
  1835. package/dist/react-native/operations/customAssessmentAutomations.js +329 -0
  1836. package/dist/react-native/operations/customAssessmentAutomations.js.map +1 -0
  1837. package/dist/react-native/operations/customEntityStoreAssignments.d.ts +85 -0
  1838. package/dist/react-native/operations/customEntityStoreAssignments.d.ts.map +1 -0
  1839. package/dist/react-native/operations/customEntityStoreAssignments.js +332 -0
  1840. package/dist/react-native/operations/customEntityStoreAssignments.js.map +1 -0
  1841. package/dist/react-native/operations/defenderForStorage.d.ts +28 -0
  1842. package/dist/react-native/operations/defenderForStorage.d.ts.map +1 -0
  1843. package/dist/react-native/operations/defenderForStorage.js +88 -0
  1844. package/dist/react-native/operations/defenderForStorage.js.map +1 -0
  1845. package/dist/react-native/operations/devOpsConfigurations.d.ts +92 -0
  1846. package/dist/react-native/operations/devOpsConfigurations.d.ts.map +1 -0
  1847. package/dist/react-native/operations/devOpsConfigurations.js +435 -0
  1848. package/dist/react-native/operations/devOpsConfigurations.js.map +1 -0
  1849. package/dist/react-native/operations/devOpsOperationResults.d.ts +21 -0
  1850. package/dist/react-native/operations/devOpsOperationResults.d.ts.map +1 -0
  1851. package/dist/react-native/operations/devOpsOperationResults.js +56 -0
  1852. package/dist/react-native/operations/devOpsOperationResults.js.map +1 -0
  1853. package/dist/react-native/operations/deviceSecurityGroups.d.ts +60 -0
  1854. package/dist/react-native/operations/deviceSecurityGroups.d.ts.map +1 -0
  1855. package/dist/react-native/operations/deviceSecurityGroups.js +214 -0
  1856. package/dist/react-native/operations/deviceSecurityGroups.js.map +1 -0
  1857. package/dist/react-native/operations/discoveredSecuritySolutions.d.ts +66 -0
  1858. package/dist/react-native/operations/discoveredSecuritySolutions.d.ts.map +1 -0
  1859. package/dist/react-native/operations/discoveredSecuritySolutions.js +264 -0
  1860. package/dist/react-native/operations/discoveredSecuritySolutions.js.map +1 -0
  1861. package/dist/react-native/operations/externalSecuritySolutions.d.ts +66 -0
  1862. package/dist/react-native/operations/externalSecuritySolutions.d.ts.map +1 -0
  1863. package/dist/react-native/operations/externalSecuritySolutions.js +264 -0
  1864. package/dist/react-native/operations/externalSecuritySolutions.js.map +1 -0
  1865. package/dist/react-native/operations/gitHubOwners.d.ts +53 -0
  1866. package/dist/react-native/operations/gitHubOwners.d.ts.map +1 -0
  1867. package/dist/react-native/operations/gitHubOwners.js +195 -0
  1868. package/dist/react-native/operations/gitHubOwners.js.map +1 -0
  1869. package/dist/react-native/operations/gitHubRepos.d.ts +50 -0
  1870. package/dist/react-native/operations/gitHubRepos.d.ts.map +1 -0
  1871. package/dist/react-native/operations/gitHubRepos.js +184 -0
  1872. package/dist/react-native/operations/gitHubRepos.js.map +1 -0
  1873. package/dist/react-native/operations/gitLabGroups.d.ts +53 -0
  1874. package/dist/react-native/operations/gitLabGroups.d.ts.map +1 -0
  1875. package/dist/react-native/operations/gitLabGroups.js +195 -0
  1876. package/dist/react-native/operations/gitLabGroups.js.map +1 -0
  1877. package/dist/react-native/operations/gitLabProjects.d.ts +52 -0
  1878. package/dist/react-native/operations/gitLabProjects.d.ts.map +1 -0
  1879. package/dist/react-native/operations/gitLabProjects.js +186 -0
  1880. package/dist/react-native/operations/gitLabProjects.js.map +1 -0
  1881. package/dist/react-native/operations/gitLabSubgroups.d.ts +21 -0
  1882. package/dist/react-native/operations/gitLabSubgroups.d.ts.map +1 -0
  1883. package/dist/react-native/operations/gitLabSubgroups.js +56 -0
  1884. package/dist/react-native/operations/gitLabSubgroups.js.map +1 -0
  1885. package/dist/react-native/operations/governanceAssignments.d.ts +78 -0
  1886. package/dist/react-native/operations/governanceAssignments.d.ts.map +1 -0
  1887. package/dist/react-native/operations/governanceAssignments.js +237 -0
  1888. package/dist/react-native/operations/governanceAssignments.js.map +1 -0
  1889. package/dist/react-native/operations/governanceRules.d.ts +117 -0
  1890. package/dist/react-native/operations/governanceRules.d.ts.map +1 -0
  1891. package/dist/react-native/operations/governanceRules.js +390 -0
  1892. package/dist/react-native/operations/governanceRules.js.map +1 -0
  1893. package/dist/react-native/operations/healthReports.d.ts +46 -0
  1894. package/dist/react-native/operations/healthReports.d.ts.map +1 -0
  1895. package/dist/react-native/operations/healthReports.js +152 -0
  1896. package/dist/react-native/operations/healthReports.js.map +1 -0
  1897. package/dist/react-native/operations/index.d.ts +71 -0
  1898. package/dist/react-native/operations/index.d.ts.map +1 -0
  1899. package/dist/react-native/operations/index.js +78 -0
  1900. package/dist/react-native/operations/index.js.map +1 -0
  1901. package/dist/react-native/operations/informationProtectionPolicies.d.ts +60 -0
  1902. package/dist/react-native/operations/informationProtectionPolicies.d.ts.map +1 -0
  1903. package/dist/react-native/operations/informationProtectionPolicies.js +198 -0
  1904. package/dist/react-native/operations/informationProtectionPolicies.js.map +1 -0
  1905. package/dist/react-native/operations/iotSecuritySolution.d.ts +91 -0
  1906. package/dist/react-native/operations/iotSecuritySolution.d.ts.map +1 -0
  1907. package/dist/react-native/operations/iotSecuritySolution.js +363 -0
  1908. package/dist/react-native/operations/iotSecuritySolution.js.map +1 -0
  1909. package/dist/react-native/operations/iotSecuritySolutionAnalytics.d.ts +29 -0
  1910. package/dist/react-native/operations/iotSecuritySolutionAnalytics.d.ts.map +1 -0
  1911. package/dist/react-native/operations/iotSecuritySolutionAnalytics.js +86 -0
  1912. package/dist/react-native/operations/iotSecuritySolutionAnalytics.js.map +1 -0
  1913. package/dist/react-native/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +60 -0
  1914. package/dist/react-native/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -0
  1915. package/dist/react-native/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js +201 -0
  1916. package/dist/react-native/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -0
  1917. package/dist/react-native/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts +53 -0
  1918. package/dist/react-native/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -0
  1919. package/dist/react-native/operations/iotSecuritySolutionsAnalyticsRecommendation.js +177 -0
  1920. package/dist/react-native/operations/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -0
  1921. package/dist/react-native/operations/jitNetworkAccessPolicies.d.ts +153 -0
  1922. package/dist/react-native/operations/jitNetworkAccessPolicies.d.ts.map +1 -0
  1923. package/dist/react-native/operations/jitNetworkAccessPolicies.js +598 -0
  1924. package/dist/react-native/operations/jitNetworkAccessPolicies.js.map +1 -0
  1925. package/dist/react-native/operations/locations.d.ts +43 -0
  1926. package/dist/react-native/operations/locations.d.ts.map +1 -0
  1927. package/dist/react-native/operations/locations.js +153 -0
  1928. package/dist/react-native/operations/locations.js.map +1 -0
  1929. package/dist/react-native/operations/mdeOnboardings.d.ts +23 -0
  1930. package/dist/react-native/operations/mdeOnboardings.d.ts.map +1 -0
  1931. package/dist/react-native/operations/mdeOnboardings.js +70 -0
  1932. package/dist/react-native/operations/mdeOnboardings.js.map +1 -0
  1933. package/dist/react-native/operations/operations.d.ts +32 -0
  1934. package/dist/react-native/operations/operations.d.ts.map +1 -0
  1935. package/dist/react-native/operations/operations.js +116 -0
  1936. package/dist/react-native/operations/operations.js.map +1 -0
  1937. package/dist/react-native/operations/pricings.d.ts +61 -0
  1938. package/dist/react-native/operations/pricings.d.ts.map +1 -0
  1939. package/dist/react-native/operations/pricings.js +160 -0
  1940. package/dist/react-native/operations/pricings.js.map +1 -0
  1941. package/dist/react-native/operations/regulatoryComplianceAssessments.d.ts +46 -0
  1942. package/dist/react-native/operations/regulatoryComplianceAssessments.d.ts.map +1 -0
  1943. package/dist/react-native/operations/regulatoryComplianceAssessments.js +179 -0
  1944. package/dist/react-native/operations/regulatoryComplianceAssessments.js.map +1 -0
  1945. package/dist/react-native/operations/regulatoryComplianceControls.d.ts +42 -0
  1946. package/dist/react-native/operations/regulatoryComplianceControls.d.ts.map +1 -0
  1947. package/dist/react-native/operations/regulatoryComplianceControls.js +162 -0
  1948. package/dist/react-native/operations/regulatoryComplianceControls.js.map +1 -0
  1949. package/dist/react-native/operations/regulatoryComplianceStandards.d.ts +38 -0
  1950. package/dist/react-native/operations/regulatoryComplianceStandards.d.ts.map +1 -0
  1951. package/dist/react-native/operations/regulatoryComplianceStandards.js +148 -0
  1952. package/dist/react-native/operations/regulatoryComplianceStandards.js.map +1 -0
  1953. package/dist/react-native/operations/secureScoreControlDefinitions.d.ts +52 -0
  1954. package/dist/react-native/operations/secureScoreControlDefinitions.d.ts.map +1 -0
  1955. package/dist/react-native/operations/secureScoreControlDefinitions.js +212 -0
  1956. package/dist/react-native/operations/secureScoreControlDefinitions.js.map +1 -0
  1957. package/dist/react-native/operations/secureScoreControls.d.ts +56 -0
  1958. package/dist/react-native/operations/secureScoreControls.d.ts.map +1 -0
  1959. package/dist/react-native/operations/secureScoreControls.js +225 -0
  1960. package/dist/react-native/operations/secureScoreControls.js.map +1 -0
  1961. package/dist/react-native/operations/secureScores.d.ts +40 -0
  1962. package/dist/react-native/operations/secureScores.d.ts.map +1 -0
  1963. package/dist/react-native/operations/secureScores.js +150 -0
  1964. package/dist/react-native/operations/secureScores.js.map +1 -0
  1965. package/dist/react-native/operations/securityConnectorApplication.d.ts +41 -0
  1966. package/dist/react-native/operations/securityConnectorApplication.d.ts.map +1 -0
  1967. package/dist/react-native/operations/securityConnectorApplication.js +127 -0
  1968. package/dist/react-native/operations/securityConnectorApplication.js.map +1 -0
  1969. package/dist/react-native/operations/securityConnectorApplications.d.ts +41 -0
  1970. package/dist/react-native/operations/securityConnectorApplications.d.ts.map +1 -0
  1971. package/dist/react-native/operations/securityConnectorApplications.js +136 -0
  1972. package/dist/react-native/operations/securityConnectorApplications.js.map +1 -0
  1973. package/dist/react-native/operations/securityConnectors.d.ts +95 -0
  1974. package/dist/react-native/operations/securityConnectors.d.ts.map +1 -0
  1975. package/dist/react-native/operations/securityConnectors.js +362 -0
  1976. package/dist/react-native/operations/securityConnectors.js.map +1 -0
  1977. package/dist/react-native/operations/securityContacts.d.ts +51 -0
  1978. package/dist/react-native/operations/securityContacts.d.ts.map +1 -0
  1979. package/dist/react-native/operations/securityContacts.js +209 -0
  1980. package/dist/react-native/operations/securityContacts.js.map +1 -0
  1981. package/dist/react-native/operations/securityOperators.d.ts +40 -0
  1982. package/dist/react-native/operations/securityOperators.d.ts.map +1 -0
  1983. package/dist/react-native/operations/securityOperators.js +141 -0
  1984. package/dist/react-native/operations/securityOperators.js.map +1 -0
  1985. package/dist/react-native/operations/securitySolutions.d.ts +42 -0
  1986. package/dist/react-native/operations/securitySolutions.d.ts.map +1 -0
  1987. package/dist/react-native/operations/securitySolutions.js +154 -0
  1988. package/dist/react-native/operations/securitySolutions.js.map +1 -0
  1989. package/dist/react-native/operations/securitySolutionsReferenceDataOperations.d.ts +25 -0
  1990. package/dist/react-native/operations/securitySolutionsReferenceDataOperations.d.ts.map +1 -0
  1991. package/dist/react-native/operations/securitySolutionsReferenceDataOperations.js +76 -0
  1992. package/dist/react-native/operations/securitySolutionsReferenceDataOperations.js.map +1 -0
  1993. package/dist/react-native/operations/sensitivitySettings.d.ts +18 -0
  1994. package/dist/react-native/operations/sensitivitySettings.d.ts.map +1 -0
  1995. package/dist/react-native/operations/sensitivitySettings.js +47 -0
  1996. package/dist/react-native/operations/sensitivitySettings.js.map +1 -0
  1997. package/dist/react-native/operations/serverVulnerabilityAssessmentOperations.d.ts +65 -0
  1998. package/dist/react-native/operations/serverVulnerabilityAssessmentOperations.d.ts.map +1 -0
  1999. package/dist/react-native/operations/serverVulnerabilityAssessmentOperations.js +246 -0
  2000. package/dist/react-native/operations/serverVulnerabilityAssessmentOperations.js.map +1 -0
  2001. package/dist/react-native/operations/serverVulnerabilityAssessmentsSettings.d.ts +54 -0
  2002. package/dist/react-native/operations/serverVulnerabilityAssessmentsSettings.d.ts.map +1 -0
  2003. package/dist/react-native/operations/serverVulnerabilityAssessmentsSettings.js +212 -0
  2004. package/dist/react-native/operations/serverVulnerabilityAssessmentsSettings.js.map +1 -0
  2005. package/dist/react-native/operations/settings.d.ts +45 -0
  2006. package/dist/react-native/operations/settings.d.ts.map +1 -0
  2007. package/dist/react-native/operations/settings.js +179 -0
  2008. package/dist/react-native/operations/settings.js.map +1 -0
  2009. package/dist/react-native/operations/softwareInventories.d.ts +76 -0
  2010. package/dist/react-native/operations/softwareInventories.d.ts.map +1 -0
  2011. package/dist/react-native/operations/softwareInventories.js +297 -0
  2012. package/dist/react-native/operations/softwareInventories.js.map +1 -0
  2013. package/dist/react-native/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts +51 -0
  2014. package/dist/react-native/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +1 -0
  2015. package/dist/react-native/operations/sqlVulnerabilityAssessmentBaselineRules.js +155 -0
  2016. package/dist/react-native/operations/sqlVulnerabilityAssessmentBaselineRules.js.map +1 -0
  2017. package/dist/react-native/operations/sqlVulnerabilityAssessmentScanResults.d.ts +30 -0
  2018. package/dist/react-native/operations/sqlVulnerabilityAssessmentScanResults.d.ts.map +1 -0
  2019. package/dist/react-native/operations/sqlVulnerabilityAssessmentScanResults.js +82 -0
  2020. package/dist/react-native/operations/sqlVulnerabilityAssessmentScanResults.js.map +1 -0
  2021. package/dist/react-native/operations/sqlVulnerabilityAssessmentScans.d.ts +28 -0
  2022. package/dist/react-native/operations/sqlVulnerabilityAssessmentScans.d.ts.map +1 -0
  2023. package/dist/react-native/operations/sqlVulnerabilityAssessmentScans.js +75 -0
  2024. package/dist/react-native/operations/sqlVulnerabilityAssessmentScans.js.map +1 -0
  2025. package/dist/react-native/operations/subAssessments.d.ts +81 -0
  2026. package/dist/react-native/operations/subAssessments.d.ts.map +1 -0
  2027. package/dist/react-native/operations/subAssessments.js +269 -0
  2028. package/dist/react-native/operations/subAssessments.js.map +1 -0
  2029. package/dist/react-native/operations/tasks.d.ts +124 -0
  2030. package/dist/react-native/operations/tasks.d.ts.map +1 -0
  2031. package/dist/react-native/operations/tasks.js +474 -0
  2032. package/dist/react-native/operations/tasks.js.map +1 -0
  2033. package/dist/react-native/operations/topology.d.ts +66 -0
  2034. package/dist/react-native/operations/topology.d.ts.map +1 -0
  2035. package/dist/react-native/operations/topology.js +259 -0
  2036. package/dist/react-native/operations/topology.js.map +1 -0
  2037. package/dist/react-native/operations/workspaceSettings.d.ts +62 -0
  2038. package/dist/react-native/operations/workspaceSettings.d.ts.map +1 -0
  2039. package/dist/react-native/operations/workspaceSettings.js +240 -0
  2040. package/dist/react-native/operations/workspaceSettings.js.map +1 -0
  2041. package/dist/react-native/operationsInterfaces/aPICollections.d.ts +74 -0
  2042. package/dist/react-native/operationsInterfaces/aPICollections.d.ts.map +1 -0
  2043. package/dist/react-native/operationsInterfaces/aPICollections.js +9 -0
  2044. package/dist/react-native/operationsInterfaces/aPICollections.js.map +1 -0
  2045. package/dist/react-native/operationsInterfaces/adaptiveApplicationControls.d.ts +35 -0
  2046. package/dist/react-native/operationsInterfaces/adaptiveApplicationControls.d.ts.map +1 -0
  2047. package/dist/react-native/operationsInterfaces/adaptiveApplicationControls.js +9 -0
  2048. package/dist/react-native/operationsInterfaces/adaptiveApplicationControls.js.map +1 -0
  2049. package/dist/react-native/operationsInterfaces/adaptiveNetworkHardenings.d.ts +52 -0
  2050. package/dist/react-native/operationsInterfaces/adaptiveNetworkHardenings.d.ts.map +1 -0
  2051. package/dist/react-native/operationsInterfaces/adaptiveNetworkHardenings.js +9 -0
  2052. package/dist/react-native/operationsInterfaces/adaptiveNetworkHardenings.js.map +1 -0
  2053. package/dist/react-native/operationsInterfaces/advancedThreatProtection.d.ts +18 -0
  2054. package/dist/react-native/operationsInterfaces/advancedThreatProtection.d.ts.map +1 -0
  2055. package/dist/react-native/operationsInterfaces/advancedThreatProtection.js +9 -0
  2056. package/dist/react-native/operationsInterfaces/advancedThreatProtection.js.map +1 -0
  2057. package/dist/react-native/operationsInterfaces/alerts.d.ts +142 -0
  2058. package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
  2059. package/dist/react-native/operationsInterfaces/alerts.js +9 -0
  2060. package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
  2061. package/dist/react-native/operationsInterfaces/alertsSuppressionRules.d.ts +30 -0
  2062. package/dist/react-native/operationsInterfaces/alertsSuppressionRules.d.ts.map +1 -0
  2063. package/dist/react-native/operationsInterfaces/alertsSuppressionRules.js +9 -0
  2064. package/dist/react-native/operationsInterfaces/alertsSuppressionRules.js.map +1 -0
  2065. package/dist/react-native/operationsInterfaces/allowedConnections.d.ts +29 -0
  2066. package/dist/react-native/operationsInterfaces/allowedConnections.d.ts.map +1 -0
  2067. package/dist/react-native/operationsInterfaces/allowedConnections.js +9 -0
  2068. package/dist/react-native/operationsInterfaces/allowedConnections.js.map +1 -0
  2069. package/dist/react-native/operationsInterfaces/applicationOperations.d.ts +24 -0
  2070. package/dist/react-native/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  2071. package/dist/react-native/operationsInterfaces/applicationOperations.js +9 -0
  2072. package/dist/react-native/operationsInterfaces/applicationOperations.js.map +1 -0
  2073. package/dist/react-native/operationsInterfaces/applications.d.ts +11 -0
  2074. package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
  2075. package/dist/react-native/operationsInterfaces/applications.js +9 -0
  2076. package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
  2077. package/dist/react-native/operationsInterfaces/assessments.d.ts +38 -0
  2078. package/dist/react-native/operationsInterfaces/assessments.d.ts.map +1 -0
  2079. package/dist/react-native/operationsInterfaces/assessments.js +9 -0
  2080. package/dist/react-native/operationsInterfaces/assessments.js.map +1 -0
  2081. package/dist/react-native/operationsInterfaces/assessmentsMetadata.d.ts +42 -0
  2082. package/dist/react-native/operationsInterfaces/assessmentsMetadata.d.ts.map +1 -0
  2083. package/dist/react-native/operationsInterfaces/assessmentsMetadata.js +9 -0
  2084. package/dist/react-native/operationsInterfaces/assessmentsMetadata.js.map +1 -0
  2085. package/dist/react-native/operationsInterfaces/autoProvisioningSettings.d.ts +24 -0
  2086. package/dist/react-native/operationsInterfaces/autoProvisioningSettings.d.ts.map +1 -0
  2087. package/dist/react-native/operationsInterfaces/autoProvisioningSettings.js +9 -0
  2088. package/dist/react-native/operationsInterfaces/autoProvisioningSettings.js.map +1 -0
  2089. package/dist/react-native/operationsInterfaces/automations.d.ts +65 -0
  2090. package/dist/react-native/operationsInterfaces/automations.d.ts.map +1 -0
  2091. package/dist/react-native/operationsInterfaces/automations.js +9 -0
  2092. package/dist/react-native/operationsInterfaces/automations.js.map +1 -0
  2093. package/dist/react-native/operationsInterfaces/azureDevOpsOrgs.d.ts +66 -0
  2094. package/dist/react-native/operationsInterfaces/azureDevOpsOrgs.d.ts.map +1 -0
  2095. package/dist/react-native/operationsInterfaces/azureDevOpsOrgs.js +9 -0
  2096. package/dist/react-native/operationsInterfaces/azureDevOpsOrgs.js.map +1 -0
  2097. package/dist/react-native/operationsInterfaces/azureDevOpsProjects.d.ts +64 -0
  2098. package/dist/react-native/operationsInterfaces/azureDevOpsProjects.d.ts.map +1 -0
  2099. package/dist/react-native/operationsInterfaces/azureDevOpsProjects.js +9 -0
  2100. package/dist/react-native/operationsInterfaces/azureDevOpsProjects.js.map +1 -0
  2101. package/dist/react-native/operationsInterfaces/azureDevOpsRepos.d.ts +70 -0
  2102. package/dist/react-native/operationsInterfaces/azureDevOpsRepos.d.ts.map +1 -0
  2103. package/dist/react-native/operationsInterfaces/azureDevOpsRepos.js +9 -0
  2104. package/dist/react-native/operationsInterfaces/azureDevOpsRepos.js.map +1 -0
  2105. package/dist/react-native/operationsInterfaces/complianceResults.d.ts +21 -0
  2106. package/dist/react-native/operationsInterfaces/complianceResults.d.ts.map +1 -0
  2107. package/dist/react-native/operationsInterfaces/complianceResults.js +9 -0
  2108. package/dist/react-native/operationsInterfaces/complianceResults.js.map +1 -0
  2109. package/dist/react-native/operationsInterfaces/compliances.d.ts +23 -0
  2110. package/dist/react-native/operationsInterfaces/compliances.d.ts.map +1 -0
  2111. package/dist/react-native/operationsInterfaces/compliances.js +9 -0
  2112. package/dist/react-native/operationsInterfaces/compliances.js.map +1 -0
  2113. package/dist/react-native/operationsInterfaces/connectors.d.ts +32 -0
  2114. package/dist/react-native/operationsInterfaces/connectors.d.ts.map +1 -0
  2115. package/dist/react-native/operationsInterfaces/connectors.js +9 -0
  2116. package/dist/react-native/operationsInterfaces/connectors.js.map +1 -0
  2117. package/dist/react-native/operationsInterfaces/customAssessmentAutomations.d.ts +44 -0
  2118. package/dist/react-native/operationsInterfaces/customAssessmentAutomations.d.ts.map +1 -0
  2119. package/dist/react-native/operationsInterfaces/customAssessmentAutomations.js +9 -0
  2120. package/dist/react-native/operationsInterfaces/customAssessmentAutomations.js.map +1 -0
  2121. package/dist/react-native/operationsInterfaces/customEntityStoreAssignments.d.ts +47 -0
  2122. package/dist/react-native/operationsInterfaces/customEntityStoreAssignments.d.ts.map +1 -0
  2123. package/dist/react-native/operationsInterfaces/customEntityStoreAssignments.js +9 -0
  2124. package/dist/react-native/operationsInterfaces/customEntityStoreAssignments.js.map +1 -0
  2125. package/dist/react-native/operationsInterfaces/defenderForStorage.d.ts +20 -0
  2126. package/dist/react-native/operationsInterfaces/defenderForStorage.d.ts.map +1 -0
  2127. package/dist/react-native/operationsInterfaces/defenderForStorage.js +9 -0
  2128. package/dist/react-native/operationsInterfaces/defenderForStorage.js.map +1 -0
  2129. package/dist/react-native/operationsInterfaces/devOpsConfigurations.d.ts +67 -0
  2130. package/dist/react-native/operationsInterfaces/devOpsConfigurations.d.ts.map +1 -0
  2131. package/dist/react-native/operationsInterfaces/devOpsConfigurations.js +9 -0
  2132. package/dist/react-native/operationsInterfaces/devOpsConfigurations.js.map +1 -0
  2133. package/dist/react-native/operationsInterfaces/devOpsOperationResults.d.ts +13 -0
  2134. package/dist/react-native/operationsInterfaces/devOpsOperationResults.d.ts.map +1 -0
  2135. package/dist/react-native/operationsInterfaces/devOpsOperationResults.js +9 -0
  2136. package/dist/react-native/operationsInterfaces/devOpsOperationResults.js.map +1 -0
  2137. package/dist/react-native/operationsInterfaces/deviceSecurityGroups.d.ts +37 -0
  2138. package/dist/react-native/operationsInterfaces/deviceSecurityGroups.d.ts.map +1 -0
  2139. package/dist/react-native/operationsInterfaces/deviceSecurityGroups.js +9 -0
  2140. package/dist/react-native/operationsInterfaces/deviceSecurityGroups.js.map +1 -0
  2141. package/dist/react-native/operationsInterfaces/discoveredSecuritySolutions.d.ts +28 -0
  2142. package/dist/react-native/operationsInterfaces/discoveredSecuritySolutions.d.ts.map +1 -0
  2143. package/dist/react-native/operationsInterfaces/discoveredSecuritySolutions.js +9 -0
  2144. package/dist/react-native/operationsInterfaces/discoveredSecuritySolutions.js.map +1 -0
  2145. package/dist/react-native/operationsInterfaces/externalSecuritySolutions.d.ts +28 -0
  2146. package/dist/react-native/operationsInterfaces/externalSecuritySolutions.d.ts.map +1 -0
  2147. package/dist/react-native/operationsInterfaces/externalSecuritySolutions.js +9 -0
  2148. package/dist/react-native/operationsInterfaces/externalSecuritySolutions.js.map +1 -0
  2149. package/dist/react-native/operationsInterfaces/gitHubOwners.d.ts +28 -0
  2150. package/dist/react-native/operationsInterfaces/gitHubOwners.d.ts.map +1 -0
  2151. package/dist/react-native/operationsInterfaces/gitHubOwners.js +9 -0
  2152. package/dist/react-native/operationsInterfaces/gitHubOwners.js.map +1 -0
  2153. package/dist/react-native/operationsInterfaces/gitHubRepos.d.ts +23 -0
  2154. package/dist/react-native/operationsInterfaces/gitHubRepos.d.ts.map +1 -0
  2155. package/dist/react-native/operationsInterfaces/gitHubRepos.js +9 -0
  2156. package/dist/react-native/operationsInterfaces/gitHubRepos.js.map +1 -0
  2157. package/dist/react-native/operationsInterfaces/gitLabGroups.d.ts +28 -0
  2158. package/dist/react-native/operationsInterfaces/gitLabGroups.d.ts.map +1 -0
  2159. package/dist/react-native/operationsInterfaces/gitLabGroups.js +9 -0
  2160. package/dist/react-native/operationsInterfaces/gitLabGroups.js.map +1 -0
  2161. package/dist/react-native/operationsInterfaces/gitLabProjects.d.ts +24 -0
  2162. package/dist/react-native/operationsInterfaces/gitLabProjects.d.ts.map +1 -0
  2163. package/dist/react-native/operationsInterfaces/gitLabProjects.js +9 -0
  2164. package/dist/react-native/operationsInterfaces/gitLabProjects.js.map +1 -0
  2165. package/dist/react-native/operationsInterfaces/gitLabSubgroups.d.ts +13 -0
  2166. package/dist/react-native/operationsInterfaces/gitLabSubgroups.d.ts.map +1 -0
  2167. package/dist/react-native/operationsInterfaces/gitLabSubgroups.js +9 -0
  2168. package/dist/react-native/operationsInterfaces/gitLabSubgroups.js.map +1 -0
  2169. package/dist/react-native/operationsInterfaces/governanceAssignments.d.ts +49 -0
  2170. package/dist/react-native/operationsInterfaces/governanceAssignments.d.ts.map +1 -0
  2171. package/dist/react-native/operationsInterfaces/governanceAssignments.js +9 -0
  2172. package/dist/react-native/operationsInterfaces/governanceAssignments.js.map +1 -0
  2173. package/dist/react-native/operationsInterfaces/governanceRules.d.ts +88 -0
  2174. package/dist/react-native/operationsInterfaces/governanceRules.d.ts.map +1 -0
  2175. package/dist/react-native/operationsInterfaces/governanceRules.js +9 -0
  2176. package/dist/react-native/operationsInterfaces/governanceRules.js.map +1 -0
  2177. package/dist/react-native/operationsInterfaces/healthReports.d.ts +21 -0
  2178. package/dist/react-native/operationsInterfaces/healthReports.d.ts.map +1 -0
  2179. package/dist/react-native/operationsInterfaces/healthReports.js +9 -0
  2180. package/dist/react-native/operationsInterfaces/healthReports.js.map +1 -0
  2181. package/dist/react-native/operationsInterfaces/index.d.ts +71 -0
  2182. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  2183. package/dist/react-native/operationsInterfaces/index.js +78 -0
  2184. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  2185. package/dist/react-native/operationsInterfaces/informationProtectionPolicies.d.ts +33 -0
  2186. package/dist/react-native/operationsInterfaces/informationProtectionPolicies.d.ts.map +1 -0
  2187. package/dist/react-native/operationsInterfaces/informationProtectionPolicies.js +9 -0
  2188. package/dist/react-native/operationsInterfaces/informationProtectionPolicies.js.map +1 -0
  2189. package/dist/react-native/operationsInterfaces/iotSecuritySolution.d.ts +53 -0
  2190. package/dist/react-native/operationsInterfaces/iotSecuritySolution.d.ts.map +1 -0
  2191. package/dist/react-native/operationsInterfaces/iotSecuritySolution.js +9 -0
  2192. package/dist/react-native/operationsInterfaces/iotSecuritySolution.js.map +1 -0
  2193. package/dist/react-native/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts +21 -0
  2194. package/dist/react-native/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts.map +1 -0
  2195. package/dist/react-native/operationsInterfaces/iotSecuritySolutionAnalytics.js +9 -0
  2196. package/dist/react-native/operationsInterfaces/iotSecuritySolutionAnalytics.js.map +1 -0
  2197. package/dist/react-native/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +33 -0
  2198. package/dist/react-native/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -0
  2199. package/dist/react-native/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js +9 -0
  2200. package/dist/react-native/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -0
  2201. package/dist/react-native/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts +25 -0
  2202. package/dist/react-native/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -0
  2203. package/dist/react-native/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js +9 -0
  2204. package/dist/react-native/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -0
  2205. package/dist/react-native/operationsInterfaces/jitNetworkAccessPolicies.d.ts +76 -0
  2206. package/dist/react-native/operationsInterfaces/jitNetworkAccessPolicies.d.ts.map +1 -0
  2207. package/dist/react-native/operationsInterfaces/jitNetworkAccessPolicies.js +9 -0
  2208. package/dist/react-native/operationsInterfaces/jitNetworkAccessPolicies.js.map +1 -0
  2209. package/dist/react-native/operationsInterfaces/locations.d.ts +20 -0
  2210. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  2211. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  2212. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  2213. package/dist/react-native/operationsInterfaces/mdeOnboardings.d.ts +15 -0
  2214. package/dist/react-native/operationsInterfaces/mdeOnboardings.d.ts.map +1 -0
  2215. package/dist/react-native/operationsInterfaces/mdeOnboardings.js +9 -0
  2216. package/dist/react-native/operationsInterfaces/mdeOnboardings.js.map +1 -0
  2217. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  2218. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  2219. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  2220. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  2221. package/dist/react-native/operationsInterfaces/pricings.d.ts +53 -0
  2222. package/dist/react-native/operationsInterfaces/pricings.d.ts.map +1 -0
  2223. package/dist/react-native/operationsInterfaces/pricings.js +9 -0
  2224. package/dist/react-native/operationsInterfaces/pricings.js.map +1 -0
  2225. package/dist/react-native/operationsInterfaces/regulatoryComplianceAssessments.d.ts +21 -0
  2226. package/dist/react-native/operationsInterfaces/regulatoryComplianceAssessments.d.ts.map +1 -0
  2227. package/dist/react-native/operationsInterfaces/regulatoryComplianceAssessments.js +9 -0
  2228. package/dist/react-native/operationsInterfaces/regulatoryComplianceAssessments.js.map +1 -0
  2229. package/dist/react-native/operationsInterfaces/regulatoryComplianceControls.d.ts +19 -0
  2230. package/dist/react-native/operationsInterfaces/regulatoryComplianceControls.d.ts.map +1 -0
  2231. package/dist/react-native/operationsInterfaces/regulatoryComplianceControls.js +9 -0
  2232. package/dist/react-native/operationsInterfaces/regulatoryComplianceControls.js.map +1 -0
  2233. package/dist/react-native/operationsInterfaces/regulatoryComplianceStandards.d.ts +17 -0
  2234. package/dist/react-native/operationsInterfaces/regulatoryComplianceStandards.d.ts.map +1 -0
  2235. package/dist/react-native/operationsInterfaces/regulatoryComplianceStandards.js +9 -0
  2236. package/dist/react-native/operationsInterfaces/regulatoryComplianceStandards.js.map +1 -0
  2237. package/dist/react-native/operationsInterfaces/secureScoreControlDefinitions.d.ts +17 -0
  2238. package/dist/react-native/operationsInterfaces/secureScoreControlDefinitions.d.ts.map +1 -0
  2239. package/dist/react-native/operationsInterfaces/secureScoreControlDefinitions.js +9 -0
  2240. package/dist/react-native/operationsInterfaces/secureScoreControlDefinitions.js.map +1 -0
  2241. package/dist/react-native/operationsInterfaces/secureScoreControls.d.ts +18 -0
  2242. package/dist/react-native/operationsInterfaces/secureScoreControls.d.ts.map +1 -0
  2243. package/dist/react-native/operationsInterfaces/secureScoreControls.js +9 -0
  2244. package/dist/react-native/operationsInterfaces/secureScoreControls.js.map +1 -0
  2245. package/dist/react-native/operationsInterfaces/secureScores.d.ts +19 -0
  2246. package/dist/react-native/operationsInterfaces/secureScores.d.ts.map +1 -0
  2247. package/dist/react-native/operationsInterfaces/secureScores.js +9 -0
  2248. package/dist/react-native/operationsInterfaces/secureScores.js.map +1 -0
  2249. package/dist/react-native/operationsInterfaces/securityConnectorApplication.d.ts +33 -0
  2250. package/dist/react-native/operationsInterfaces/securityConnectorApplication.d.ts.map +1 -0
  2251. package/dist/react-native/operationsInterfaces/securityConnectorApplication.js +9 -0
  2252. package/dist/react-native/operationsInterfaces/securityConnectorApplication.js.map +1 -0
  2253. package/dist/react-native/operationsInterfaces/securityConnectorApplications.d.ts +14 -0
  2254. package/dist/react-native/operationsInterfaces/securityConnectorApplications.d.ts.map +1 -0
  2255. package/dist/react-native/operationsInterfaces/securityConnectorApplications.js +9 -0
  2256. package/dist/react-native/operationsInterfaces/securityConnectorApplications.js.map +1 -0
  2257. package/dist/react-native/operationsInterfaces/securityConnectors.d.ts +55 -0
  2258. package/dist/react-native/operationsInterfaces/securityConnectors.d.ts.map +1 -0
  2259. package/dist/react-native/operationsInterfaces/securityConnectors.js +9 -0
  2260. package/dist/react-native/operationsInterfaces/securityConnectors.js.map +1 -0
  2261. package/dist/react-native/operationsInterfaces/securityContacts.d.ts +30 -0
  2262. package/dist/react-native/operationsInterfaces/securityContacts.d.ts.map +1 -0
  2263. package/dist/react-native/operationsInterfaces/securityContacts.js +9 -0
  2264. package/dist/react-native/operationsInterfaces/securityContacts.js.map +1 -0
  2265. package/dist/react-native/operationsInterfaces/securityOperators.d.ts +32 -0
  2266. package/dist/react-native/operationsInterfaces/securityOperators.d.ts.map +1 -0
  2267. package/dist/react-native/operationsInterfaces/securityOperators.js +9 -0
  2268. package/dist/react-native/operationsInterfaces/securityOperators.js.map +1 -0
  2269. package/dist/react-native/operationsInterfaces/securitySolutions.d.ts +21 -0
  2270. package/dist/react-native/operationsInterfaces/securitySolutions.d.ts.map +1 -0
  2271. package/dist/react-native/operationsInterfaces/securitySolutions.js +9 -0
  2272. package/dist/react-native/operationsInterfaces/securitySolutions.js.map +1 -0
  2273. package/dist/react-native/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts +17 -0
  2274. package/dist/react-native/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts.map +1 -0
  2275. package/dist/react-native/operationsInterfaces/securitySolutionsReferenceDataOperations.js +9 -0
  2276. package/dist/react-native/operationsInterfaces/securitySolutionsReferenceDataOperations.js.map +1 -0
  2277. package/dist/react-native/operationsInterfaces/sensitivitySettings.d.ts +10 -0
  2278. package/dist/react-native/operationsInterfaces/sensitivitySettings.d.ts.map +1 -0
  2279. package/dist/react-native/operationsInterfaces/sensitivitySettings.js +9 -0
  2280. package/dist/react-native/operationsInterfaces/sensitivitySettings.js.map +1 -0
  2281. package/dist/react-native/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts +57 -0
  2282. package/dist/react-native/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts.map +1 -0
  2283. package/dist/react-native/operationsInterfaces/serverVulnerabilityAssessmentOperations.js +9 -0
  2284. package/dist/react-native/operationsInterfaces/serverVulnerabilityAssessmentOperations.js.map +1 -0
  2285. package/dist/react-native/operationsInterfaces/serverVulnerabilityAssessmentsSettings.d.ts +33 -0
  2286. package/dist/react-native/operationsInterfaces/serverVulnerabilityAssessmentsSettings.d.ts.map +1 -0
  2287. package/dist/react-native/operationsInterfaces/serverVulnerabilityAssessmentsSettings.js +9 -0
  2288. package/dist/react-native/operationsInterfaces/serverVulnerabilityAssessmentsSettings.js.map +1 -0
  2289. package/dist/react-native/operationsInterfaces/settings.d.ts +24 -0
  2290. package/dist/react-native/operationsInterfaces/settings.d.ts.map +1 -0
  2291. package/dist/react-native/operationsInterfaces/settings.js +9 -0
  2292. package/dist/react-native/operationsInterfaces/settings.js.map +1 -0
  2293. package/dist/react-native/operationsInterfaces/softwareInventories.d.ts +32 -0
  2294. package/dist/react-native/operationsInterfaces/softwareInventories.d.ts.map +1 -0
  2295. package/dist/react-native/operationsInterfaces/softwareInventories.js +9 -0
  2296. package/dist/react-native/operationsInterfaces/softwareInventories.js.map +1 -0
  2297. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts +43 -0
  2298. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +1 -0
  2299. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js +9 -0
  2300. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js.map +1 -0
  2301. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts +22 -0
  2302. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts.map +1 -0
  2303. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js +9 -0
  2304. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js.map +1 -0
  2305. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts +20 -0
  2306. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts.map +1 -0
  2307. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentScans.js +9 -0
  2308. package/dist/react-native/operationsInterfaces/sqlVulnerabilityAssessmentScans.js.map +1 -0
  2309. package/dist/react-native/operationsInterfaces/subAssessments.d.ts +33 -0
  2310. package/dist/react-native/operationsInterfaces/subAssessments.d.ts.map +1 -0
  2311. package/dist/react-native/operationsInterfaces/subAssessments.js +9 -0
  2312. package/dist/react-native/operationsInterfaces/subAssessments.js.map +1 -0
  2313. package/dist/react-native/operationsInterfaces/tasks.d.ts +65 -0
  2314. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -0
  2315. package/dist/react-native/operationsInterfaces/tasks.js +9 -0
  2316. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -0
  2317. package/dist/react-native/operationsInterfaces/topology.d.ts +28 -0
  2318. package/dist/react-native/operationsInterfaces/topology.d.ts.map +1 -0
  2319. package/dist/react-native/operationsInterfaces/topology.js +9 -0
  2320. package/dist/react-native/operationsInterfaces/topology.js.map +1 -0
  2321. package/dist/react-native/operationsInterfaces/workspaceSettings.d.ts +40 -0
  2322. package/dist/react-native/operationsInterfaces/workspaceSettings.d.ts.map +1 -0
  2323. package/dist/react-native/operationsInterfaces/workspaceSettings.js +9 -0
  2324. package/dist/react-native/operationsInterfaces/workspaceSettings.js.map +1 -0
  2325. package/dist/react-native/package.json +3 -0
  2326. package/dist/react-native/pagingHelper.d.ts +13 -0
  2327. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  2328. package/dist/react-native/pagingHelper.js +30 -0
  2329. package/dist/react-native/pagingHelper.js.map +1 -0
  2330. package/dist/react-native/securityCenter.d.ts +98 -0
  2331. package/dist/react-native/securityCenter.d.ts.map +1 -0
  2332. package/dist/react-native/securityCenter.js +276 -0
  2333. package/dist/react-native/securityCenter.js.map +1 -0
  2334. package/package.json +83 -72
  2335. package/review/arm-security-node.api.md +7369 -0
  2336. package/dist/index.js +0 -27632
  2337. package/dist/index.js.map +0 -1
  2338. package/dist/index.min.js +0 -1
  2339. package/dist/index.min.js.map +0 -1
  2340. package/dist-esm/samples-dev/adaptiveApplicationControlsDeleteSample.d.ts +0 -2
  2341. package/dist-esm/samples-dev/adaptiveApplicationControlsDeleteSample.d.ts.map +0 -1
  2342. package/dist-esm/samples-dev/adaptiveApplicationControlsDeleteSample.js +0 -39
  2343. package/dist-esm/samples-dev/adaptiveApplicationControlsDeleteSample.js.map +0 -1
  2344. package/dist-esm/samples-dev/adaptiveApplicationControlsGetSample.d.ts +0 -2
  2345. package/dist-esm/samples-dev/adaptiveApplicationControlsGetSample.d.ts.map +0 -1
  2346. package/dist-esm/samples-dev/adaptiveApplicationControlsGetSample.js +0 -39
  2347. package/dist-esm/samples-dev/adaptiveApplicationControlsGetSample.js.map +0 -1
  2348. package/dist-esm/samples-dev/adaptiveApplicationControlsListSample.d.ts +0 -2
  2349. package/dist-esm/samples-dev/adaptiveApplicationControlsListSample.d.ts.map +0 -1
  2350. package/dist-esm/samples-dev/adaptiveApplicationControlsListSample.js +0 -43
  2351. package/dist-esm/samples-dev/adaptiveApplicationControlsListSample.js.map +0 -1
  2352. package/dist-esm/samples-dev/adaptiveApplicationControlsPutSample.d.ts +0 -2
  2353. package/dist-esm/samples-dev/adaptiveApplicationControlsPutSample.d.ts.map +0 -1
  2354. package/dist-esm/samples-dev/adaptiveApplicationControlsPutSample.js +0 -125
  2355. package/dist-esm/samples-dev/adaptiveApplicationControlsPutSample.js.map +0 -1
  2356. package/dist-esm/samples-dev/adaptiveNetworkHardeningsEnforceSample.d.ts +0 -2
  2357. package/dist-esm/samples-dev/adaptiveNetworkHardeningsEnforceSample.d.ts.map +0 -1
  2358. package/dist-esm/samples-dev/adaptiveNetworkHardeningsEnforceSample.js +0 -64
  2359. package/dist-esm/samples-dev/adaptiveNetworkHardeningsEnforceSample.js.map +0 -1
  2360. package/dist-esm/samples-dev/adaptiveNetworkHardeningsGetSample.d.ts +0 -2
  2361. package/dist-esm/samples-dev/adaptiveNetworkHardeningsGetSample.d.ts.map +0 -1
  2362. package/dist-esm/samples-dev/adaptiveNetworkHardeningsGetSample.js +0 -42
  2363. package/dist-esm/samples-dev/adaptiveNetworkHardeningsGetSample.js.map +0 -1
  2364. package/dist-esm/samples-dev/adaptiveNetworkHardeningsListByExtendedResourceSample.d.ts +0 -2
  2365. package/dist-esm/samples-dev/adaptiveNetworkHardeningsListByExtendedResourceSample.d.ts.map +0 -1
  2366. package/dist-esm/samples-dev/adaptiveNetworkHardeningsListByExtendedResourceSample.js +0 -62
  2367. package/dist-esm/samples-dev/adaptiveNetworkHardeningsListByExtendedResourceSample.js.map +0 -1
  2368. package/dist-esm/samples-dev/advancedThreatProtectionCreateSample.d.ts +0 -2
  2369. package/dist-esm/samples-dev/advancedThreatProtectionCreateSample.d.ts.map +0 -1
  2370. package/dist-esm/samples-dev/advancedThreatProtectionCreateSample.js +0 -44
  2371. package/dist-esm/samples-dev/advancedThreatProtectionCreateSample.js.map +0 -1
  2372. package/dist-esm/samples-dev/advancedThreatProtectionGetSample.d.ts +0 -2
  2373. package/dist-esm/samples-dev/advancedThreatProtectionGetSample.d.ts.map +0 -1
  2374. package/dist-esm/samples-dev/advancedThreatProtectionGetSample.js +0 -38
  2375. package/dist-esm/samples-dev/advancedThreatProtectionGetSample.js.map +0 -1
  2376. package/dist-esm/samples-dev/alertsGetResourceGroupLevelSample.d.ts +0 -2
  2377. package/dist-esm/samples-dev/alertsGetResourceGroupLevelSample.d.ts.map +0 -1
  2378. package/dist-esm/samples-dev/alertsGetResourceGroupLevelSample.js +0 -40
  2379. package/dist-esm/samples-dev/alertsGetResourceGroupLevelSample.js.map +0 -1
  2380. package/dist-esm/samples-dev/alertsGetSubscriptionLevelSample.d.ts +0 -2
  2381. package/dist-esm/samples-dev/alertsGetSubscriptionLevelSample.d.ts.map +0 -1
  2382. package/dist-esm/samples-dev/alertsGetSubscriptionLevelSample.js +0 -39
  2383. package/dist-esm/samples-dev/alertsGetSubscriptionLevelSample.js.map +0 -1
  2384. package/dist-esm/samples-dev/alertsListByResourceGroupSample.d.ts +0 -2
  2385. package/dist-esm/samples-dev/alertsListByResourceGroupSample.d.ts.map +0 -1
  2386. package/dist-esm/samples-dev/alertsListByResourceGroupSample.js +0 -59
  2387. package/dist-esm/samples-dev/alertsListByResourceGroupSample.js.map +0 -1
  2388. package/dist-esm/samples-dev/alertsListResourceGroupLevelByRegionSample.d.ts +0 -2
  2389. package/dist-esm/samples-dev/alertsListResourceGroupLevelByRegionSample.d.ts.map +0 -1
  2390. package/dist-esm/samples-dev/alertsListResourceGroupLevelByRegionSample.js +0 -60
  2391. package/dist-esm/samples-dev/alertsListResourceGroupLevelByRegionSample.js.map +0 -1
  2392. package/dist-esm/samples-dev/alertsListSample.d.ts +0 -2
  2393. package/dist-esm/samples-dev/alertsListSample.d.ts.map +0 -1
  2394. package/dist-esm/samples-dev/alertsListSample.js +0 -58
  2395. package/dist-esm/samples-dev/alertsListSample.js.map +0 -1
  2396. package/dist-esm/samples-dev/alertsListSubscriptionLevelByRegionSample.d.ts +0 -2
  2397. package/dist-esm/samples-dev/alertsListSubscriptionLevelByRegionSample.d.ts.map +0 -1
  2398. package/dist-esm/samples-dev/alertsListSubscriptionLevelByRegionSample.js +0 -59
  2399. package/dist-esm/samples-dev/alertsListSubscriptionLevelByRegionSample.js.map +0 -1
  2400. package/dist-esm/samples-dev/alertsSimulateSample.d.ts +0 -2
  2401. package/dist-esm/samples-dev/alertsSimulateSample.d.ts.map +0 -1
  2402. package/dist-esm/samples-dev/alertsSimulateSample.js +0 -54
  2403. package/dist-esm/samples-dev/alertsSimulateSample.js.map +0 -1
  2404. package/dist-esm/samples-dev/alertsSuppressionRulesDeleteSample.d.ts +0 -2
  2405. package/dist-esm/samples-dev/alertsSuppressionRulesDeleteSample.d.ts.map +0 -1
  2406. package/dist-esm/samples-dev/alertsSuppressionRulesDeleteSample.js +0 -38
  2407. package/dist-esm/samples-dev/alertsSuppressionRulesDeleteSample.js.map +0 -1
  2408. package/dist-esm/samples-dev/alertsSuppressionRulesGetSample.d.ts +0 -2
  2409. package/dist-esm/samples-dev/alertsSuppressionRulesGetSample.d.ts.map +0 -1
  2410. package/dist-esm/samples-dev/alertsSuppressionRulesGetSample.js +0 -38
  2411. package/dist-esm/samples-dev/alertsSuppressionRulesGetSample.js.map +0 -1
  2412. package/dist-esm/samples-dev/alertsSuppressionRulesListSample.d.ts +0 -2
  2413. package/dist-esm/samples-dev/alertsSuppressionRulesListSample.d.ts.map +0 -1
  2414. package/dist-esm/samples-dev/alertsSuppressionRulesListSample.js +0 -96
  2415. package/dist-esm/samples-dev/alertsSuppressionRulesListSample.js.map +0 -1
  2416. package/dist-esm/samples-dev/alertsSuppressionRulesUpdateSample.d.ts +0 -2
  2417. package/dist-esm/samples-dev/alertsSuppressionRulesUpdateSample.d.ts.map +0 -1
  2418. package/dist-esm/samples-dev/alertsSuppressionRulesUpdateSample.js +0 -51
  2419. package/dist-esm/samples-dev/alertsSuppressionRulesUpdateSample.js.map +0 -1
  2420. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToActivateSample.d.ts +0 -2
  2421. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToActivateSample.d.ts.map +0 -1
  2422. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToActivateSample.js +0 -40
  2423. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToActivateSample.js.map +0 -1
  2424. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToDismissSample.d.ts +0 -2
  2425. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToDismissSample.d.ts.map +0 -1
  2426. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToDismissSample.js +0 -40
  2427. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToDismissSample.js.map +0 -1
  2428. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToInProgressSample.d.ts +0 -2
  2429. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToInProgressSample.d.ts.map +0 -1
  2430. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToInProgressSample.js +0 -40
  2431. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToInProgressSample.js.map +0 -1
  2432. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToResolveSample.d.ts +0 -2
  2433. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToResolveSample.d.ts.map +0 -1
  2434. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToResolveSample.js +0 -40
  2435. package/dist-esm/samples-dev/alertsUpdateResourceGroupLevelStateToResolveSample.js.map +0 -1
  2436. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToActivateSample.d.ts +0 -2
  2437. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToActivateSample.d.ts.map +0 -1
  2438. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToActivateSample.js +0 -39
  2439. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToActivateSample.js.map +0 -1
  2440. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToDismissSample.d.ts +0 -2
  2441. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToDismissSample.d.ts.map +0 -1
  2442. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToDismissSample.js +0 -39
  2443. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToDismissSample.js.map +0 -1
  2444. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToInProgressSample.d.ts +0 -2
  2445. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToInProgressSample.d.ts.map +0 -1
  2446. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToInProgressSample.js +0 -39
  2447. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToInProgressSample.js.map +0 -1
  2448. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToResolveSample.d.ts +0 -2
  2449. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToResolveSample.d.ts.map +0 -1
  2450. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToResolveSample.js +0 -39
  2451. package/dist-esm/samples-dev/alertsUpdateSubscriptionLevelStateToResolveSample.js.map +0 -1
  2452. package/dist-esm/samples-dev/allowedConnectionsGetSample.d.ts +0 -2
  2453. package/dist-esm/samples-dev/allowedConnectionsGetSample.d.ts.map +0 -1
  2454. package/dist-esm/samples-dev/allowedConnectionsGetSample.js +0 -40
  2455. package/dist-esm/samples-dev/allowedConnectionsGetSample.js.map +0 -1
  2456. package/dist-esm/samples-dev/allowedConnectionsListByHomeRegionSample.d.ts +0 -2
  2457. package/dist-esm/samples-dev/allowedConnectionsListByHomeRegionSample.d.ts.map +0 -1
  2458. package/dist-esm/samples-dev/allowedConnectionsListByHomeRegionSample.js +0 -59
  2459. package/dist-esm/samples-dev/allowedConnectionsListByHomeRegionSample.js.map +0 -1
  2460. package/dist-esm/samples-dev/allowedConnectionsListSample.d.ts +0 -2
  2461. package/dist-esm/samples-dev/allowedConnectionsListSample.d.ts.map +0 -1
  2462. package/dist-esm/samples-dev/allowedConnectionsListSample.js +0 -58
  2463. package/dist-esm/samples-dev/allowedConnectionsListSample.js.map +0 -1
  2464. package/dist-esm/samples-dev/apiCollectionGetSample.d.ts +0 -2
  2465. package/dist-esm/samples-dev/apiCollectionGetSample.d.ts.map +0 -1
  2466. package/dist-esm/samples-dev/apiCollectionGetSample.js +0 -40
  2467. package/dist-esm/samples-dev/apiCollectionGetSample.js.map +0 -1
  2468. package/dist-esm/samples-dev/apiCollectionListSample.d.ts +0 -2
  2469. package/dist-esm/samples-dev/apiCollectionListSample.d.ts.map +0 -1
  2470. package/dist-esm/samples-dev/apiCollectionListSample.js +0 -60
  2471. package/dist-esm/samples-dev/apiCollectionListSample.js.map +0 -1
  2472. package/dist-esm/samples-dev/apiCollectionOffboardingDeleteSample.d.ts +0 -2
  2473. package/dist-esm/samples-dev/apiCollectionOffboardingDeleteSample.d.ts.map +0 -1
  2474. package/dist-esm/samples-dev/apiCollectionOffboardingDeleteSample.js +0 -40
  2475. package/dist-esm/samples-dev/apiCollectionOffboardingDeleteSample.js.map +0 -1
  2476. package/dist-esm/samples-dev/apiCollectionOnboardingCreateSample.d.ts +0 -2
  2477. package/dist-esm/samples-dev/apiCollectionOnboardingCreateSample.d.ts.map +0 -1
  2478. package/dist-esm/samples-dev/apiCollectionOnboardingCreateSample.js +0 -40
  2479. package/dist-esm/samples-dev/apiCollectionOnboardingCreateSample.js.map +0 -1
  2480. package/dist-esm/samples-dev/applicationCreateOrUpdateSample.d.ts +0 -2
  2481. package/dist-esm/samples-dev/applicationCreateOrUpdateSample.d.ts.map +0 -1
  2482. package/dist-esm/samples-dev/applicationCreateOrUpdateSample.js +0 -48
  2483. package/dist-esm/samples-dev/applicationCreateOrUpdateSample.js.map +0 -1
  2484. package/dist-esm/samples-dev/applicationDeleteSample.d.ts +0 -2
  2485. package/dist-esm/samples-dev/applicationDeleteSample.d.ts.map +0 -1
  2486. package/dist-esm/samples-dev/applicationDeleteSample.js +0 -38
  2487. package/dist-esm/samples-dev/applicationDeleteSample.js.map +0 -1
  2488. package/dist-esm/samples-dev/applicationGetSample.d.ts +0 -2
  2489. package/dist-esm/samples-dev/applicationGetSample.d.ts.map +0 -1
  2490. package/dist-esm/samples-dev/applicationGetSample.js +0 -38
  2491. package/dist-esm/samples-dev/applicationGetSample.js.map +0 -1
  2492. package/dist-esm/samples-dev/applicationsListSample.d.ts +0 -2
  2493. package/dist-esm/samples-dev/applicationsListSample.d.ts.map +0 -1
  2494. package/dist-esm/samples-dev/applicationsListSample.js +0 -58
  2495. package/dist-esm/samples-dev/applicationsListSample.js.map +0 -1
  2496. package/dist-esm/samples-dev/assessmentsCreateOrUpdateSample.d.ts +0 -2
  2497. package/dist-esm/samples-dev/assessmentsCreateOrUpdateSample.d.ts.map +0 -1
  2498. package/dist-esm/samples-dev/assessmentsCreateOrUpdateSample.js +0 -43
  2499. package/dist-esm/samples-dev/assessmentsCreateOrUpdateSample.js.map +0 -1
  2500. package/dist-esm/samples-dev/assessmentsDeleteSample.d.ts +0 -2
  2501. package/dist-esm/samples-dev/assessmentsDeleteSample.d.ts.map +0 -1
  2502. package/dist-esm/samples-dev/assessmentsDeleteSample.js +0 -39
  2503. package/dist-esm/samples-dev/assessmentsDeleteSample.js.map +0 -1
  2504. package/dist-esm/samples-dev/assessmentsGetSample.d.ts +0 -2
  2505. package/dist-esm/samples-dev/assessmentsGetSample.d.ts.map +0 -1
  2506. package/dist-esm/samples-dev/assessmentsGetSample.js +0 -60
  2507. package/dist-esm/samples-dev/assessmentsGetSample.js.map +0 -1
  2508. package/dist-esm/samples-dev/assessmentsListSample.d.ts +0 -2
  2509. package/dist-esm/samples-dev/assessmentsListSample.d.ts.map +0 -1
  2510. package/dist-esm/samples-dev/assessmentsListSample.js +0 -59
  2511. package/dist-esm/samples-dev/assessmentsListSample.js.map +0 -1
  2512. package/dist-esm/samples-dev/assessmentsMetadataCreateInSubscriptionSample.d.ts +0 -2
  2513. package/dist-esm/samples-dev/assessmentsMetadataCreateInSubscriptionSample.d.ts.map +0 -1
  2514. package/dist-esm/samples-dev/assessmentsMetadataCreateInSubscriptionSample.js +0 -49
  2515. package/dist-esm/samples-dev/assessmentsMetadataCreateInSubscriptionSample.js.map +0 -1
  2516. package/dist-esm/samples-dev/assessmentsMetadataDeleteInSubscriptionSample.d.ts +0 -2
  2517. package/dist-esm/samples-dev/assessmentsMetadataDeleteInSubscriptionSample.d.ts.map +0 -1
  2518. package/dist-esm/samples-dev/assessmentsMetadataDeleteInSubscriptionSample.js +0 -38
  2519. package/dist-esm/samples-dev/assessmentsMetadataDeleteInSubscriptionSample.js.map +0 -1
  2520. package/dist-esm/samples-dev/assessmentsMetadataGetInSubscriptionSample.d.ts +0 -2
  2521. package/dist-esm/samples-dev/assessmentsMetadataGetInSubscriptionSample.d.ts.map +0 -1
  2522. package/dist-esm/samples-dev/assessmentsMetadataGetInSubscriptionSample.js +0 -38
  2523. package/dist-esm/samples-dev/assessmentsMetadataGetInSubscriptionSample.js.map +0 -1
  2524. package/dist-esm/samples-dev/assessmentsMetadataGetSample.d.ts +0 -2
  2525. package/dist-esm/samples-dev/assessmentsMetadataGetSample.d.ts.map +0 -1
  2526. package/dist-esm/samples-dev/assessmentsMetadataGetSample.js +0 -38
  2527. package/dist-esm/samples-dev/assessmentsMetadataGetSample.js.map +0 -1
  2528. package/dist-esm/samples-dev/assessmentsMetadataListBySubscriptionSample.d.ts +0 -2
  2529. package/dist-esm/samples-dev/assessmentsMetadataListBySubscriptionSample.d.ts.map +0 -1
  2530. package/dist-esm/samples-dev/assessmentsMetadataListBySubscriptionSample.js +0 -58
  2531. package/dist-esm/samples-dev/assessmentsMetadataListBySubscriptionSample.js.map +0 -1
  2532. package/dist-esm/samples-dev/assessmentsMetadataListSample.d.ts +0 -2
  2533. package/dist-esm/samples-dev/assessmentsMetadataListSample.d.ts.map +0 -1
  2534. package/dist-esm/samples-dev/assessmentsMetadataListSample.js +0 -58
  2535. package/dist-esm/samples-dev/assessmentsMetadataListSample.js.map +0 -1
  2536. package/dist-esm/samples-dev/autoProvisioningSettingsCreateSample.d.ts +0 -2
  2537. package/dist-esm/samples-dev/autoProvisioningSettingsCreateSample.d.ts.map +0 -1
  2538. package/dist-esm/samples-dev/autoProvisioningSettingsCreateSample.js +0 -44
  2539. package/dist-esm/samples-dev/autoProvisioningSettingsCreateSample.js.map +0 -1
  2540. package/dist-esm/samples-dev/autoProvisioningSettingsGetSample.d.ts +0 -2
  2541. package/dist-esm/samples-dev/autoProvisioningSettingsGetSample.d.ts.map +0 -1
  2542. package/dist-esm/samples-dev/autoProvisioningSettingsGetSample.js +0 -38
  2543. package/dist-esm/samples-dev/autoProvisioningSettingsGetSample.js.map +0 -1
  2544. package/dist-esm/samples-dev/autoProvisioningSettingsListSample.d.ts +0 -2
  2545. package/dist-esm/samples-dev/autoProvisioningSettingsListSample.d.ts.map +0 -1
  2546. package/dist-esm/samples-dev/autoProvisioningSettingsListSample.js +0 -58
  2547. package/dist-esm/samples-dev/autoProvisioningSettingsListSample.js.map +0 -1
  2548. package/dist-esm/samples-dev/automationsCreateOrUpdateSample.d.ts +0 -2
  2549. package/dist-esm/samples-dev/automationsCreateOrUpdateSample.d.ts.map +0 -1
  2550. package/dist-esm/samples-dev/automationsCreateOrUpdateSample.js +0 -172
  2551. package/dist-esm/samples-dev/automationsCreateOrUpdateSample.js.map +0 -1
  2552. package/dist-esm/samples-dev/automationsDeleteSample.d.ts +0 -2
  2553. package/dist-esm/samples-dev/automationsDeleteSample.d.ts.map +0 -1
  2554. package/dist-esm/samples-dev/automationsDeleteSample.js +0 -39
  2555. package/dist-esm/samples-dev/automationsDeleteSample.js.map +0 -1
  2556. package/dist-esm/samples-dev/automationsGetSample.d.ts +0 -2
  2557. package/dist-esm/samples-dev/automationsGetSample.d.ts.map +0 -1
  2558. package/dist-esm/samples-dev/automationsGetSample.js +0 -39
  2559. package/dist-esm/samples-dev/automationsGetSample.js.map +0 -1
  2560. package/dist-esm/samples-dev/automationsListByResourceGroupSample.d.ts +0 -2
  2561. package/dist-esm/samples-dev/automationsListByResourceGroupSample.d.ts.map +0 -1
  2562. package/dist-esm/samples-dev/automationsListByResourceGroupSample.js +0 -59
  2563. package/dist-esm/samples-dev/automationsListByResourceGroupSample.js.map +0 -1
  2564. package/dist-esm/samples-dev/automationsListSample.d.ts +0 -2
  2565. package/dist-esm/samples-dev/automationsListSample.d.ts.map +0 -1
  2566. package/dist-esm/samples-dev/automationsListSample.js +0 -58
  2567. package/dist-esm/samples-dev/automationsListSample.js.map +0 -1
  2568. package/dist-esm/samples-dev/automationsValidateSample.d.ts +0 -2
  2569. package/dist-esm/samples-dev/automationsValidateSample.d.ts.map +0 -1
  2570. package/dist-esm/samples-dev/automationsValidateSample.js +0 -75
  2571. package/dist-esm/samples-dev/automationsValidateSample.js.map +0 -1
  2572. package/dist-esm/samples-dev/complianceResultsGetSample.d.ts +0 -2
  2573. package/dist-esm/samples-dev/complianceResultsGetSample.d.ts.map +0 -1
  2574. package/dist-esm/samples-dev/complianceResultsGetSample.js +0 -39
  2575. package/dist-esm/samples-dev/complianceResultsGetSample.js.map +0 -1
  2576. package/dist-esm/samples-dev/complianceResultsListSample.d.ts +0 -2
  2577. package/dist-esm/samples-dev/complianceResultsListSample.d.ts.map +0 -1
  2578. package/dist-esm/samples-dev/complianceResultsListSample.js +0 -59
  2579. package/dist-esm/samples-dev/complianceResultsListSample.js.map +0 -1
  2580. package/dist-esm/samples-dev/compliancesGetSample.d.ts +0 -2
  2581. package/dist-esm/samples-dev/compliancesGetSample.d.ts.map +0 -1
  2582. package/dist-esm/samples-dev/compliancesGetSample.js +0 -39
  2583. package/dist-esm/samples-dev/compliancesGetSample.js.map +0 -1
  2584. package/dist-esm/samples-dev/compliancesListSample.d.ts +0 -2
  2585. package/dist-esm/samples-dev/compliancesListSample.d.ts.map +0 -1
  2586. package/dist-esm/samples-dev/compliancesListSample.js +0 -59
  2587. package/dist-esm/samples-dev/compliancesListSample.js.map +0 -1
  2588. package/dist-esm/samples-dev/connectorsCreateOrUpdateSample.d.ts +0 -2
  2589. package/dist-esm/samples-dev/connectorsCreateOrUpdateSample.d.ts.map +0 -1
  2590. package/dist-esm/samples-dev/connectorsCreateOrUpdateSample.js +0 -125
  2591. package/dist-esm/samples-dev/connectorsCreateOrUpdateSample.js.map +0 -1
  2592. package/dist-esm/samples-dev/connectorsDeleteSample.d.ts +0 -2
  2593. package/dist-esm/samples-dev/connectorsDeleteSample.d.ts.map +0 -1
  2594. package/dist-esm/samples-dev/connectorsDeleteSample.js +0 -38
  2595. package/dist-esm/samples-dev/connectorsDeleteSample.js.map +0 -1
  2596. package/dist-esm/samples-dev/connectorsGetSample.d.ts +0 -2
  2597. package/dist-esm/samples-dev/connectorsGetSample.d.ts.map +0 -1
  2598. package/dist-esm/samples-dev/connectorsGetSample.js +0 -38
  2599. package/dist-esm/samples-dev/connectorsGetSample.js.map +0 -1
  2600. package/dist-esm/samples-dev/connectorsListSample.d.ts +0 -2
  2601. package/dist-esm/samples-dev/connectorsListSample.d.ts.map +0 -1
  2602. package/dist-esm/samples-dev/connectorsListSample.js +0 -58
  2603. package/dist-esm/samples-dev/connectorsListSample.js.map +0 -1
  2604. package/dist-esm/samples-dev/customAssessmentAutomationsCreateSample.d.ts +0 -2
  2605. package/dist-esm/samples-dev/customAssessmentAutomationsCreateSample.d.ts.map +0 -1
  2606. package/dist-esm/samples-dev/customAssessmentAutomationsCreateSample.js +0 -47
  2607. package/dist-esm/samples-dev/customAssessmentAutomationsCreateSample.js.map +0 -1
  2608. package/dist-esm/samples-dev/customAssessmentAutomationsDeleteSample.d.ts +0 -2
  2609. package/dist-esm/samples-dev/customAssessmentAutomationsDeleteSample.d.ts.map +0 -1
  2610. package/dist-esm/samples-dev/customAssessmentAutomationsDeleteSample.js +0 -39
  2611. package/dist-esm/samples-dev/customAssessmentAutomationsDeleteSample.js.map +0 -1
  2612. package/dist-esm/samples-dev/customAssessmentAutomationsGetSample.d.ts +0 -2
  2613. package/dist-esm/samples-dev/customAssessmentAutomationsGetSample.d.ts.map +0 -1
  2614. package/dist-esm/samples-dev/customAssessmentAutomationsGetSample.js +0 -39
  2615. package/dist-esm/samples-dev/customAssessmentAutomationsGetSample.js.map +0 -1
  2616. package/dist-esm/samples-dev/customAssessmentAutomationsListByResourceGroupSample.d.ts +0 -2
  2617. package/dist-esm/samples-dev/customAssessmentAutomationsListByResourceGroupSample.d.ts.map +0 -1
  2618. package/dist-esm/samples-dev/customAssessmentAutomationsListByResourceGroupSample.js +0 -59
  2619. package/dist-esm/samples-dev/customAssessmentAutomationsListByResourceGroupSample.js.map +0 -1
  2620. package/dist-esm/samples-dev/customAssessmentAutomationsListBySubscriptionSample.d.ts +0 -2
  2621. package/dist-esm/samples-dev/customAssessmentAutomationsListBySubscriptionSample.d.ts.map +0 -1
  2622. package/dist-esm/samples-dev/customAssessmentAutomationsListBySubscriptionSample.js +0 -58
  2623. package/dist-esm/samples-dev/customAssessmentAutomationsListBySubscriptionSample.js.map +0 -1
  2624. package/dist-esm/samples-dev/customEntityStoreAssignmentsCreateSample.d.ts +0 -2
  2625. package/dist-esm/samples-dev/customEntityStoreAssignmentsCreateSample.d.ts.map +0 -1
  2626. package/dist-esm/samples-dev/customEntityStoreAssignmentsCreateSample.js +0 -42
  2627. package/dist-esm/samples-dev/customEntityStoreAssignmentsCreateSample.js.map +0 -1
  2628. package/dist-esm/samples-dev/customEntityStoreAssignmentsDeleteSample.d.ts +0 -2
  2629. package/dist-esm/samples-dev/customEntityStoreAssignmentsDeleteSample.d.ts.map +0 -1
  2630. package/dist-esm/samples-dev/customEntityStoreAssignmentsDeleteSample.js +0 -39
  2631. package/dist-esm/samples-dev/customEntityStoreAssignmentsDeleteSample.js.map +0 -1
  2632. package/dist-esm/samples-dev/customEntityStoreAssignmentsGetSample.d.ts +0 -2
  2633. package/dist-esm/samples-dev/customEntityStoreAssignmentsGetSample.d.ts.map +0 -1
  2634. package/dist-esm/samples-dev/customEntityStoreAssignmentsGetSample.js +0 -39
  2635. package/dist-esm/samples-dev/customEntityStoreAssignmentsGetSample.js.map +0 -1
  2636. package/dist-esm/samples-dev/customEntityStoreAssignmentsListByResourceGroupSample.d.ts +0 -2
  2637. package/dist-esm/samples-dev/customEntityStoreAssignmentsListByResourceGroupSample.d.ts.map +0 -1
  2638. package/dist-esm/samples-dev/customEntityStoreAssignmentsListByResourceGroupSample.js +0 -59
  2639. package/dist-esm/samples-dev/customEntityStoreAssignmentsListByResourceGroupSample.js.map +0 -1
  2640. package/dist-esm/samples-dev/customEntityStoreAssignmentsListBySubscriptionSample.d.ts +0 -2
  2641. package/dist-esm/samples-dev/customEntityStoreAssignmentsListBySubscriptionSample.d.ts.map +0 -1
  2642. package/dist-esm/samples-dev/customEntityStoreAssignmentsListBySubscriptionSample.js +0 -58
  2643. package/dist-esm/samples-dev/customEntityStoreAssignmentsListBySubscriptionSample.js.map +0 -1
  2644. package/dist-esm/samples-dev/deviceSecurityGroupsCreateOrUpdateSample.d.ts +0 -2
  2645. package/dist-esm/samples-dev/deviceSecurityGroupsCreateOrUpdateSample.d.ts.map +0 -1
  2646. package/dist-esm/samples-dev/deviceSecurityGroupsCreateOrUpdateSample.js +0 -50
  2647. package/dist-esm/samples-dev/deviceSecurityGroupsCreateOrUpdateSample.js.map +0 -1
  2648. package/dist-esm/samples-dev/deviceSecurityGroupsDeleteSample.d.ts +0 -2
  2649. package/dist-esm/samples-dev/deviceSecurityGroupsDeleteSample.d.ts.map +0 -1
  2650. package/dist-esm/samples-dev/deviceSecurityGroupsDeleteSample.js +0 -39
  2651. package/dist-esm/samples-dev/deviceSecurityGroupsDeleteSample.js.map +0 -1
  2652. package/dist-esm/samples-dev/deviceSecurityGroupsGetSample.d.ts +0 -2
  2653. package/dist-esm/samples-dev/deviceSecurityGroupsGetSample.d.ts.map +0 -1
  2654. package/dist-esm/samples-dev/deviceSecurityGroupsGetSample.js +0 -39
  2655. package/dist-esm/samples-dev/deviceSecurityGroupsGetSample.js.map +0 -1
  2656. package/dist-esm/samples-dev/deviceSecurityGroupsListSample.d.ts +0 -2
  2657. package/dist-esm/samples-dev/deviceSecurityGroupsListSample.d.ts.map +0 -1
  2658. package/dist-esm/samples-dev/deviceSecurityGroupsListSample.js +0 -59
  2659. package/dist-esm/samples-dev/deviceSecurityGroupsListSample.js.map +0 -1
  2660. package/dist-esm/samples-dev/discoveredSecuritySolutionsGetSample.d.ts +0 -2
  2661. package/dist-esm/samples-dev/discoveredSecuritySolutionsGetSample.d.ts.map +0 -1
  2662. package/dist-esm/samples-dev/discoveredSecuritySolutionsGetSample.js +0 -40
  2663. package/dist-esm/samples-dev/discoveredSecuritySolutionsGetSample.js.map +0 -1
  2664. package/dist-esm/samples-dev/discoveredSecuritySolutionsListByHomeRegionSample.d.ts +0 -2
  2665. package/dist-esm/samples-dev/discoveredSecuritySolutionsListByHomeRegionSample.d.ts.map +0 -1
  2666. package/dist-esm/samples-dev/discoveredSecuritySolutionsListByHomeRegionSample.js +0 -59
  2667. package/dist-esm/samples-dev/discoveredSecuritySolutionsListByHomeRegionSample.js.map +0 -1
  2668. package/dist-esm/samples-dev/discoveredSecuritySolutionsListSample.d.ts +0 -2
  2669. package/dist-esm/samples-dev/discoveredSecuritySolutionsListSample.d.ts.map +0 -1
  2670. package/dist-esm/samples-dev/discoveredSecuritySolutionsListSample.js +0 -58
  2671. package/dist-esm/samples-dev/discoveredSecuritySolutionsListSample.js.map +0 -1
  2672. package/dist-esm/samples-dev/externalSecuritySolutionsGetSample.d.ts +0 -2
  2673. package/dist-esm/samples-dev/externalSecuritySolutionsGetSample.d.ts.map +0 -1
  2674. package/dist-esm/samples-dev/externalSecuritySolutionsGetSample.js +0 -40
  2675. package/dist-esm/samples-dev/externalSecuritySolutionsGetSample.js.map +0 -1
  2676. package/dist-esm/samples-dev/externalSecuritySolutionsListByHomeRegionSample.d.ts +0 -2
  2677. package/dist-esm/samples-dev/externalSecuritySolutionsListByHomeRegionSample.d.ts.map +0 -1
  2678. package/dist-esm/samples-dev/externalSecuritySolutionsListByHomeRegionSample.js +0 -59
  2679. package/dist-esm/samples-dev/externalSecuritySolutionsListByHomeRegionSample.js.map +0 -1
  2680. package/dist-esm/samples-dev/externalSecuritySolutionsListSample.d.ts +0 -2
  2681. package/dist-esm/samples-dev/externalSecuritySolutionsListSample.d.ts.map +0 -1
  2682. package/dist-esm/samples-dev/externalSecuritySolutionsListSample.js +0 -58
  2683. package/dist-esm/samples-dev/externalSecuritySolutionsListSample.js.map +0 -1
  2684. package/dist-esm/samples-dev/governanceAssignmentsCreateOrUpdateSample.d.ts +0 -2
  2685. package/dist-esm/samples-dev/governanceAssignmentsCreateOrUpdateSample.d.ts.map +0 -1
  2686. package/dist-esm/samples-dev/governanceAssignmentsCreateOrUpdateSample.js +0 -58
  2687. package/dist-esm/samples-dev/governanceAssignmentsCreateOrUpdateSample.js.map +0 -1
  2688. package/dist-esm/samples-dev/governanceAssignmentsDeleteSample.d.ts +0 -2
  2689. package/dist-esm/samples-dev/governanceAssignmentsDeleteSample.d.ts.map +0 -1
  2690. package/dist-esm/samples-dev/governanceAssignmentsDeleteSample.js +0 -40
  2691. package/dist-esm/samples-dev/governanceAssignmentsDeleteSample.js.map +0 -1
  2692. package/dist-esm/samples-dev/governanceAssignmentsGetSample.d.ts +0 -2
  2693. package/dist-esm/samples-dev/governanceAssignmentsGetSample.d.ts.map +0 -1
  2694. package/dist-esm/samples-dev/governanceAssignmentsGetSample.js +0 -40
  2695. package/dist-esm/samples-dev/governanceAssignmentsGetSample.js.map +0 -1
  2696. package/dist-esm/samples-dev/governanceAssignmentsListSample.d.ts +0 -2
  2697. package/dist-esm/samples-dev/governanceAssignmentsListSample.d.ts.map +0 -1
  2698. package/dist-esm/samples-dev/governanceAssignmentsListSample.js +0 -60
  2699. package/dist-esm/samples-dev/governanceAssignmentsListSample.js.map +0 -1
  2700. package/dist-esm/samples-dev/governanceRulesCreateOrUpdateSample.d.ts +0 -2
  2701. package/dist-esm/samples-dev/governanceRulesCreateOrUpdateSample.d.ts.map +0 -1
  2702. package/dist-esm/samples-dev/governanceRulesCreateOrUpdateSample.js +0 -156
  2703. package/dist-esm/samples-dev/governanceRulesCreateOrUpdateSample.js.map +0 -1
  2704. package/dist-esm/samples-dev/governanceRulesDeleteSample.d.ts +0 -2
  2705. package/dist-esm/samples-dev/governanceRulesDeleteSample.d.ts.map +0 -1
  2706. package/dist-esm/samples-dev/governanceRulesDeleteSample.js +0 -77
  2707. package/dist-esm/samples-dev/governanceRulesDeleteSample.js.map +0 -1
  2708. package/dist-esm/samples-dev/governanceRulesExecuteSample.d.ts +0 -2
  2709. package/dist-esm/samples-dev/governanceRulesExecuteSample.d.ts.map +0 -1
  2710. package/dist-esm/samples-dev/governanceRulesExecuteSample.js +0 -77
  2711. package/dist-esm/samples-dev/governanceRulesExecuteSample.js.map +0 -1
  2712. package/dist-esm/samples-dev/governanceRulesGetSample.d.ts +0 -2
  2713. package/dist-esm/samples-dev/governanceRulesGetSample.d.ts.map +0 -1
  2714. package/dist-esm/samples-dev/governanceRulesGetSample.js +0 -77
  2715. package/dist-esm/samples-dev/governanceRulesGetSample.js.map +0 -1
  2716. package/dist-esm/samples-dev/governanceRulesListSample.d.ts +0 -2
  2717. package/dist-esm/samples-dev/governanceRulesListSample.d.ts.map +0 -1
  2718. package/dist-esm/samples-dev/governanceRulesListSample.js +0 -137
  2719. package/dist-esm/samples-dev/governanceRulesListSample.js.map +0 -1
  2720. package/dist-esm/samples-dev/governanceRulesOperationResultsSample.d.ts +0 -2
  2721. package/dist-esm/samples-dev/governanceRulesOperationResultsSample.d.ts.map +0 -1
  2722. package/dist-esm/samples-dev/governanceRulesOperationResultsSample.js +0 -80
  2723. package/dist-esm/samples-dev/governanceRulesOperationResultsSample.js.map +0 -1
  2724. package/dist-esm/samples-dev/healthReportGetSample.d.ts +0 -2
  2725. package/dist-esm/samples-dev/healthReportGetSample.d.ts.map +0 -1
  2726. package/dist-esm/samples-dev/healthReportGetSample.js +0 -39
  2727. package/dist-esm/samples-dev/healthReportGetSample.js.map +0 -1
  2728. package/dist-esm/samples-dev/healthReportsListSample.d.ts +0 -2
  2729. package/dist-esm/samples-dev/healthReportsListSample.d.ts.map +0 -1
  2730. package/dist-esm/samples-dev/healthReportsListSample.js +0 -59
  2731. package/dist-esm/samples-dev/healthReportsListSample.js.map +0 -1
  2732. package/dist-esm/samples-dev/informationProtectionPoliciesCreateOrUpdateSample.d.ts +0 -2
  2733. package/dist-esm/samples-dev/informationProtectionPoliciesCreateOrUpdateSample.d.ts.map +0 -1
  2734. package/dist-esm/samples-dev/informationProtectionPoliciesCreateOrUpdateSample.js +0 -78
  2735. package/dist-esm/samples-dev/informationProtectionPoliciesCreateOrUpdateSample.js.map +0 -1
  2736. package/dist-esm/samples-dev/informationProtectionPoliciesGetSample.d.ts +0 -2
  2737. package/dist-esm/samples-dev/informationProtectionPoliciesGetSample.d.ts.map +0 -1
  2738. package/dist-esm/samples-dev/informationProtectionPoliciesGetSample.js +0 -58
  2739. package/dist-esm/samples-dev/informationProtectionPoliciesGetSample.js.map +0 -1
  2740. package/dist-esm/samples-dev/informationProtectionPoliciesListSample.d.ts +0 -2
  2741. package/dist-esm/samples-dev/informationProtectionPoliciesListSample.d.ts.map +0 -1
  2742. package/dist-esm/samples-dev/informationProtectionPoliciesListSample.js +0 -59
  2743. package/dist-esm/samples-dev/informationProtectionPoliciesListSample.js.map +0 -1
  2744. package/dist-esm/samples-dev/ingestionSettingsCreateSample.d.ts +0 -2
  2745. package/dist-esm/samples-dev/ingestionSettingsCreateSample.d.ts.map +0 -1
  2746. package/dist-esm/samples-dev/ingestionSettingsCreateSample.js +0 -39
  2747. package/dist-esm/samples-dev/ingestionSettingsCreateSample.js.map +0 -1
  2748. package/dist-esm/samples-dev/ingestionSettingsDeleteSample.d.ts +0 -2
  2749. package/dist-esm/samples-dev/ingestionSettingsDeleteSample.d.ts.map +0 -1
  2750. package/dist-esm/samples-dev/ingestionSettingsDeleteSample.js +0 -38
  2751. package/dist-esm/samples-dev/ingestionSettingsDeleteSample.js.map +0 -1
  2752. package/dist-esm/samples-dev/ingestionSettingsGetSample.d.ts +0 -2
  2753. package/dist-esm/samples-dev/ingestionSettingsGetSample.d.ts.map +0 -1
  2754. package/dist-esm/samples-dev/ingestionSettingsGetSample.js +0 -38
  2755. package/dist-esm/samples-dev/ingestionSettingsGetSample.js.map +0 -1
  2756. package/dist-esm/samples-dev/ingestionSettingsListConnectionStringsSample.d.ts +0 -2
  2757. package/dist-esm/samples-dev/ingestionSettingsListConnectionStringsSample.d.ts.map +0 -1
  2758. package/dist-esm/samples-dev/ingestionSettingsListConnectionStringsSample.js +0 -38
  2759. package/dist-esm/samples-dev/ingestionSettingsListConnectionStringsSample.js.map +0 -1
  2760. package/dist-esm/samples-dev/ingestionSettingsListSample.d.ts +0 -2
  2761. package/dist-esm/samples-dev/ingestionSettingsListSample.d.ts.map +0 -1
  2762. package/dist-esm/samples-dev/ingestionSettingsListSample.js +0 -58
  2763. package/dist-esm/samples-dev/ingestionSettingsListSample.js.map +0 -1
  2764. package/dist-esm/samples-dev/ingestionSettingsListTokensSample.d.ts +0 -2
  2765. package/dist-esm/samples-dev/ingestionSettingsListTokensSample.d.ts.map +0 -1
  2766. package/dist-esm/samples-dev/ingestionSettingsListTokensSample.js +0 -38
  2767. package/dist-esm/samples-dev/ingestionSettingsListTokensSample.js.map +0 -1
  2768. package/dist-esm/samples-dev/iotSecuritySolutionAnalyticsGetSample.d.ts +0 -2
  2769. package/dist-esm/samples-dev/iotSecuritySolutionAnalyticsGetSample.d.ts.map +0 -1
  2770. package/dist-esm/samples-dev/iotSecuritySolutionAnalyticsGetSample.js +0 -39
  2771. package/dist-esm/samples-dev/iotSecuritySolutionAnalyticsGetSample.js.map +0 -1
  2772. package/dist-esm/samples-dev/iotSecuritySolutionAnalyticsListSample.d.ts +0 -2
  2773. package/dist-esm/samples-dev/iotSecuritySolutionAnalyticsListSample.d.ts.map +0 -1
  2774. package/dist-esm/samples-dev/iotSecuritySolutionAnalyticsListSample.js +0 -39
  2775. package/dist-esm/samples-dev/iotSecuritySolutionAnalyticsListSample.js.map +0 -1
  2776. package/dist-esm/samples-dev/iotSecuritySolutionCreateOrUpdateSample.d.ts +0 -2
  2777. package/dist-esm/samples-dev/iotSecuritySolutionCreateOrUpdateSample.d.ts.map +0 -1
  2778. package/dist-esm/samples-dev/iotSecuritySolutionCreateOrUpdateSample.js +0 -60
  2779. package/dist-esm/samples-dev/iotSecuritySolutionCreateOrUpdateSample.js.map +0 -1
  2780. package/dist-esm/samples-dev/iotSecuritySolutionDeleteSample.d.ts +0 -2
  2781. package/dist-esm/samples-dev/iotSecuritySolutionDeleteSample.d.ts.map +0 -1
  2782. package/dist-esm/samples-dev/iotSecuritySolutionDeleteSample.js +0 -39
  2783. package/dist-esm/samples-dev/iotSecuritySolutionDeleteSample.js.map +0 -1
  2784. package/dist-esm/samples-dev/iotSecuritySolutionGetSample.d.ts +0 -2
  2785. package/dist-esm/samples-dev/iotSecuritySolutionGetSample.d.ts.map +0 -1
  2786. package/dist-esm/samples-dev/iotSecuritySolutionGetSample.js +0 -39
  2787. package/dist-esm/samples-dev/iotSecuritySolutionGetSample.js.map +0 -1
  2788. package/dist-esm/samples-dev/iotSecuritySolutionListByResourceGroupSample.d.ts +0 -2
  2789. package/dist-esm/samples-dev/iotSecuritySolutionListByResourceGroupSample.d.ts.map +0 -1
  2790. package/dist-esm/samples-dev/iotSecuritySolutionListByResourceGroupSample.js +0 -102
  2791. package/dist-esm/samples-dev/iotSecuritySolutionListByResourceGroupSample.js.map +0 -1
  2792. package/dist-esm/samples-dev/iotSecuritySolutionListBySubscriptionSample.d.ts +0 -2
  2793. package/dist-esm/samples-dev/iotSecuritySolutionListBySubscriptionSample.d.ts.map +0 -1
  2794. package/dist-esm/samples-dev/iotSecuritySolutionListBySubscriptionSample.js +0 -100
  2795. package/dist-esm/samples-dev/iotSecuritySolutionListBySubscriptionSample.js.map +0 -1
  2796. package/dist-esm/samples-dev/iotSecuritySolutionUpdateSample.d.ts +0 -2
  2797. package/dist-esm/samples-dev/iotSecuritySolutionUpdateSample.d.ts.map +0 -1
  2798. package/dist-esm/samples-dev/iotSecuritySolutionUpdateSample.js +0 -50
  2799. package/dist-esm/samples-dev/iotSecuritySolutionUpdateSample.js.map +0 -1
  2800. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertDismissSample.d.ts +0 -2
  2801. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertDismissSample.d.ts.map +0 -1
  2802. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertDismissSample.js +0 -40
  2803. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertDismissSample.js.map +0 -1
  2804. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertGetSample.d.ts +0 -2
  2805. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertGetSample.d.ts.map +0 -1
  2806. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertGetSample.js +0 -40
  2807. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertGetSample.js.map +0 -1
  2808. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertListSample.d.ts +0 -2
  2809. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertListSample.d.ts.map +0 -1
  2810. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertListSample.js +0 -60
  2811. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsAggregatedAlertListSample.js.map +0 -1
  2812. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsRecommendationGetSample.d.ts +0 -2
  2813. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsRecommendationGetSample.d.ts.map +0 -1
  2814. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsRecommendationGetSample.js +0 -40
  2815. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsRecommendationGetSample.js.map +0 -1
  2816. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsRecommendationListSample.d.ts +0 -2
  2817. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsRecommendationListSample.d.ts.map +0 -1
  2818. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsRecommendationListSample.js +0 -60
  2819. package/dist-esm/samples-dev/iotSecuritySolutionsAnalyticsRecommendationListSample.js.map +0 -1
  2820. package/dist-esm/samples-dev/jitNetworkAccessPoliciesCreateOrUpdateSample.d.ts +0 -2
  2821. package/dist-esm/samples-dev/jitNetworkAccessPoliciesCreateOrUpdateSample.d.ts.map +0 -1
  2822. package/dist-esm/samples-dev/jitNetworkAccessPoliciesCreateOrUpdateSample.js +0 -87
  2823. package/dist-esm/samples-dev/jitNetworkAccessPoliciesCreateOrUpdateSample.js.map +0 -1
  2824. package/dist-esm/samples-dev/jitNetworkAccessPoliciesDeleteSample.d.ts +0 -2
  2825. package/dist-esm/samples-dev/jitNetworkAccessPoliciesDeleteSample.d.ts.map +0 -1
  2826. package/dist-esm/samples-dev/jitNetworkAccessPoliciesDeleteSample.js +0 -40
  2827. package/dist-esm/samples-dev/jitNetworkAccessPoliciesDeleteSample.js.map +0 -1
  2828. package/dist-esm/samples-dev/jitNetworkAccessPoliciesGetSample.d.ts +0 -2
  2829. package/dist-esm/samples-dev/jitNetworkAccessPoliciesGetSample.d.ts.map +0 -1
  2830. package/dist-esm/samples-dev/jitNetworkAccessPoliciesGetSample.js +0 -40
  2831. package/dist-esm/samples-dev/jitNetworkAccessPoliciesGetSample.js.map +0 -1
  2832. package/dist-esm/samples-dev/jitNetworkAccessPoliciesInitiateSample.d.ts +0 -2
  2833. package/dist-esm/samples-dev/jitNetworkAccessPoliciesInitiateSample.d.ts.map +0 -1
  2834. package/dist-esm/samples-dev/jitNetworkAccessPoliciesInitiateSample.js +0 -49
  2835. package/dist-esm/samples-dev/jitNetworkAccessPoliciesInitiateSample.js.map +0 -1
  2836. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByRegionSample.d.ts +0 -2
  2837. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByRegionSample.d.ts.map +0 -1
  2838. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByRegionSample.js +0 -59
  2839. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByRegionSample.js.map +0 -1
  2840. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByResourceGroupAndRegionSample.d.ts +0 -2
  2841. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByResourceGroupAndRegionSample.d.ts.map +0 -1
  2842. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByResourceGroupAndRegionSample.js +0 -60
  2843. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByResourceGroupAndRegionSample.js.map +0 -1
  2844. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByResourceGroupSample.d.ts +0 -2
  2845. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByResourceGroupSample.d.ts.map +0 -1
  2846. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByResourceGroupSample.js +0 -59
  2847. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListByResourceGroupSample.js.map +0 -1
  2848. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListSample.d.ts +0 -2
  2849. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListSample.d.ts.map +0 -1
  2850. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListSample.js +0 -58
  2851. package/dist-esm/samples-dev/jitNetworkAccessPoliciesListSample.js.map +0 -1
  2852. package/dist-esm/samples-dev/locationsGetSample.d.ts +0 -2
  2853. package/dist-esm/samples-dev/locationsGetSample.d.ts.map +0 -1
  2854. package/dist-esm/samples-dev/locationsGetSample.js +0 -38
  2855. package/dist-esm/samples-dev/locationsGetSample.js.map +0 -1
  2856. package/dist-esm/samples-dev/locationsListSample.d.ts +0 -2
  2857. package/dist-esm/samples-dev/locationsListSample.d.ts.map +0 -1
  2858. package/dist-esm/samples-dev/locationsListSample.js +0 -58
  2859. package/dist-esm/samples-dev/locationsListSample.js.map +0 -1
  2860. package/dist-esm/samples-dev/mdeOnboardingsGetSample.d.ts +0 -2
  2861. package/dist-esm/samples-dev/mdeOnboardingsGetSample.d.ts.map +0 -1
  2862. package/dist-esm/samples-dev/mdeOnboardingsGetSample.js +0 -37
  2863. package/dist-esm/samples-dev/mdeOnboardingsGetSample.js.map +0 -1
  2864. package/dist-esm/samples-dev/mdeOnboardingsListSample.d.ts +0 -2
  2865. package/dist-esm/samples-dev/mdeOnboardingsListSample.d.ts.map +0 -1
  2866. package/dist-esm/samples-dev/mdeOnboardingsListSample.js +0 -37
  2867. package/dist-esm/samples-dev/mdeOnboardingsListSample.js.map +0 -1
  2868. package/dist-esm/samples-dev/pricingsGetSample.d.ts +0 -2
  2869. package/dist-esm/samples-dev/pricingsGetSample.d.ts.map +0 -1
  2870. package/dist-esm/samples-dev/pricingsGetSample.js +0 -110
  2871. package/dist-esm/samples-dev/pricingsGetSample.js.map +0 -1
  2872. package/dist-esm/samples-dev/pricingsListSample.d.ts +0 -2
  2873. package/dist-esm/samples-dev/pricingsListSample.d.ts.map +0 -1
  2874. package/dist-esm/samples-dev/pricingsListSample.js +0 -37
  2875. package/dist-esm/samples-dev/pricingsListSample.js.map +0 -1
  2876. package/dist-esm/samples-dev/pricingsUpdateSample.d.ts +0 -2
  2877. package/dist-esm/samples-dev/pricingsUpdateSample.d.ts.map +0 -1
  2878. package/dist-esm/samples-dev/pricingsUpdateSample.js +0 -58
  2879. package/dist-esm/samples-dev/pricingsUpdateSample.js.map +0 -1
  2880. package/dist-esm/samples-dev/regulatoryComplianceAssessmentsGetSample.d.ts +0 -2
  2881. package/dist-esm/samples-dev/regulatoryComplianceAssessmentsGetSample.d.ts.map +0 -1
  2882. package/dist-esm/samples-dev/regulatoryComplianceAssessmentsGetSample.js +0 -40
  2883. package/dist-esm/samples-dev/regulatoryComplianceAssessmentsGetSample.js.map +0 -1
  2884. package/dist-esm/samples-dev/regulatoryComplianceAssessmentsListSample.d.ts +0 -2
  2885. package/dist-esm/samples-dev/regulatoryComplianceAssessmentsListSample.d.ts.map +0 -1
  2886. package/dist-esm/samples-dev/regulatoryComplianceAssessmentsListSample.js +0 -60
  2887. package/dist-esm/samples-dev/regulatoryComplianceAssessmentsListSample.js.map +0 -1
  2888. package/dist-esm/samples-dev/regulatoryComplianceControlsGetSample.d.ts +0 -2
  2889. package/dist-esm/samples-dev/regulatoryComplianceControlsGetSample.d.ts.map +0 -1
  2890. package/dist-esm/samples-dev/regulatoryComplianceControlsGetSample.js +0 -39
  2891. package/dist-esm/samples-dev/regulatoryComplianceControlsGetSample.js.map +0 -1
  2892. package/dist-esm/samples-dev/regulatoryComplianceControlsListSample.d.ts +0 -2
  2893. package/dist-esm/samples-dev/regulatoryComplianceControlsListSample.d.ts.map +0 -1
  2894. package/dist-esm/samples-dev/regulatoryComplianceControlsListSample.js +0 -59
  2895. package/dist-esm/samples-dev/regulatoryComplianceControlsListSample.js.map +0 -1
  2896. package/dist-esm/samples-dev/regulatoryComplianceStandardsGetSample.d.ts +0 -2
  2897. package/dist-esm/samples-dev/regulatoryComplianceStandardsGetSample.d.ts.map +0 -1
  2898. package/dist-esm/samples-dev/regulatoryComplianceStandardsGetSample.js +0 -38
  2899. package/dist-esm/samples-dev/regulatoryComplianceStandardsGetSample.js.map +0 -1
  2900. package/dist-esm/samples-dev/regulatoryComplianceStandardsListSample.d.ts +0 -2
  2901. package/dist-esm/samples-dev/regulatoryComplianceStandardsListSample.d.ts.map +0 -1
  2902. package/dist-esm/samples-dev/regulatoryComplianceStandardsListSample.js +0 -58
  2903. package/dist-esm/samples-dev/regulatoryComplianceStandardsListSample.js.map +0 -1
  2904. package/dist-esm/samples-dev/secureScoreControlDefinitionsListBySubscriptionSample.d.ts +0 -2
  2905. package/dist-esm/samples-dev/secureScoreControlDefinitionsListBySubscriptionSample.d.ts.map +0 -1
  2906. package/dist-esm/samples-dev/secureScoreControlDefinitionsListBySubscriptionSample.js +0 -58
  2907. package/dist-esm/samples-dev/secureScoreControlDefinitionsListBySubscriptionSample.js.map +0 -1
  2908. package/dist-esm/samples-dev/secureScoreControlDefinitionsListSample.d.ts +0 -2
  2909. package/dist-esm/samples-dev/secureScoreControlDefinitionsListSample.d.ts.map +0 -1
  2910. package/dist-esm/samples-dev/secureScoreControlDefinitionsListSample.js +0 -58
  2911. package/dist-esm/samples-dev/secureScoreControlDefinitionsListSample.js.map +0 -1
  2912. package/dist-esm/samples-dev/secureScoreControlsListBySecureScoreSample.d.ts +0 -2
  2913. package/dist-esm/samples-dev/secureScoreControlsListBySecureScoreSample.d.ts.map +0 -1
  2914. package/dist-esm/samples-dev/secureScoreControlsListBySecureScoreSample.js +0 -102
  2915. package/dist-esm/samples-dev/secureScoreControlsListBySecureScoreSample.js.map +0 -1
  2916. package/dist-esm/samples-dev/secureScoreControlsListSample.d.ts +0 -2
  2917. package/dist-esm/samples-dev/secureScoreControlsListSample.d.ts.map +0 -1
  2918. package/dist-esm/samples-dev/secureScoreControlsListSample.js +0 -58
  2919. package/dist-esm/samples-dev/secureScoreControlsListSample.js.map +0 -1
  2920. package/dist-esm/samples-dev/secureScoresGetSample.d.ts +0 -2
  2921. package/dist-esm/samples-dev/secureScoresGetSample.d.ts.map +0 -1
  2922. package/dist-esm/samples-dev/secureScoresGetSample.js +0 -38
  2923. package/dist-esm/samples-dev/secureScoresGetSample.js.map +0 -1
  2924. package/dist-esm/samples-dev/secureScoresListSample.d.ts +0 -2
  2925. package/dist-esm/samples-dev/secureScoresListSample.d.ts.map +0 -1
  2926. package/dist-esm/samples-dev/secureScoresListSample.js +0 -58
  2927. package/dist-esm/samples-dev/secureScoresListSample.js.map +0 -1
  2928. package/dist-esm/samples-dev/securityConnectorApplicationCreateOrUpdateSample.d.ts +0 -2
  2929. package/dist-esm/samples-dev/securityConnectorApplicationCreateOrUpdateSample.d.ts.map +0 -1
  2930. package/dist-esm/samples-dev/securityConnectorApplicationCreateOrUpdateSample.js +0 -52
  2931. package/dist-esm/samples-dev/securityConnectorApplicationCreateOrUpdateSample.js.map +0 -1
  2932. package/dist-esm/samples-dev/securityConnectorApplicationDeleteSample.d.ts +0 -2
  2933. package/dist-esm/samples-dev/securityConnectorApplicationDeleteSample.d.ts.map +0 -1
  2934. package/dist-esm/samples-dev/securityConnectorApplicationDeleteSample.js +0 -40
  2935. package/dist-esm/samples-dev/securityConnectorApplicationDeleteSample.js.map +0 -1
  2936. package/dist-esm/samples-dev/securityConnectorApplicationGetSample.d.ts +0 -2
  2937. package/dist-esm/samples-dev/securityConnectorApplicationGetSample.d.ts.map +0 -1
  2938. package/dist-esm/samples-dev/securityConnectorApplicationGetSample.js +0 -40
  2939. package/dist-esm/samples-dev/securityConnectorApplicationGetSample.js.map +0 -1
  2940. package/dist-esm/samples-dev/securityConnectorApplicationsListSample.d.ts +0 -2
  2941. package/dist-esm/samples-dev/securityConnectorApplicationsListSample.d.ts.map +0 -1
  2942. package/dist-esm/samples-dev/securityConnectorApplicationsListSample.js +0 -60
  2943. package/dist-esm/samples-dev/securityConnectorApplicationsListSample.js.map +0 -1
  2944. package/dist-esm/samples-dev/securityConnectorsCreateOrUpdateSample.d.ts +0 -2
  2945. package/dist-esm/samples-dev/securityConnectorsCreateOrUpdateSample.d.ts.map +0 -1
  2946. package/dist-esm/samples-dev/securityConnectorsCreateOrUpdateSample.js +0 -55
  2947. package/dist-esm/samples-dev/securityConnectorsCreateOrUpdateSample.js.map +0 -1
  2948. package/dist-esm/samples-dev/securityConnectorsDeleteSample.d.ts +0 -2
  2949. package/dist-esm/samples-dev/securityConnectorsDeleteSample.d.ts.map +0 -1
  2950. package/dist-esm/samples-dev/securityConnectorsDeleteSample.js +0 -39
  2951. package/dist-esm/samples-dev/securityConnectorsDeleteSample.js.map +0 -1
  2952. package/dist-esm/samples-dev/securityConnectorsGetSample.d.ts +0 -2
  2953. package/dist-esm/samples-dev/securityConnectorsGetSample.d.ts.map +0 -1
  2954. package/dist-esm/samples-dev/securityConnectorsGetSample.js +0 -39
  2955. package/dist-esm/samples-dev/securityConnectorsGetSample.js.map +0 -1
  2956. package/dist-esm/samples-dev/securityConnectorsListByResourceGroupSample.d.ts +0 -2
  2957. package/dist-esm/samples-dev/securityConnectorsListByResourceGroupSample.d.ts.map +0 -1
  2958. package/dist-esm/samples-dev/securityConnectorsListByResourceGroupSample.js +0 -59
  2959. package/dist-esm/samples-dev/securityConnectorsListByResourceGroupSample.js.map +0 -1
  2960. package/dist-esm/samples-dev/securityConnectorsListSample.d.ts +0 -2
  2961. package/dist-esm/samples-dev/securityConnectorsListSample.d.ts.map +0 -1
  2962. package/dist-esm/samples-dev/securityConnectorsListSample.js +0 -58
  2963. package/dist-esm/samples-dev/securityConnectorsListSample.js.map +0 -1
  2964. package/dist-esm/samples-dev/securityConnectorsUpdateSample.d.ts +0 -2
  2965. package/dist-esm/samples-dev/securityConnectorsUpdateSample.d.ts.map +0 -1
  2966. package/dist-esm/samples-dev/securityConnectorsUpdateSample.js +0 -55
  2967. package/dist-esm/samples-dev/securityConnectorsUpdateSample.js.map +0 -1
  2968. package/dist-esm/samples-dev/securityContactsCreateSample.d.ts +0 -2
  2969. package/dist-esm/samples-dev/securityContactsCreateSample.d.ts.map +0 -1
  2970. package/dist-esm/samples-dev/securityContactsCreateSample.js +0 -44
  2971. package/dist-esm/samples-dev/securityContactsCreateSample.js.map +0 -1
  2972. package/dist-esm/samples-dev/securityContactsDeleteSample.d.ts +0 -2
  2973. package/dist-esm/samples-dev/securityContactsDeleteSample.d.ts.map +0 -1
  2974. package/dist-esm/samples-dev/securityContactsDeleteSample.js +0 -38
  2975. package/dist-esm/samples-dev/securityContactsDeleteSample.js.map +0 -1
  2976. package/dist-esm/samples-dev/securityContactsGetSample.d.ts +0 -2
  2977. package/dist-esm/samples-dev/securityContactsGetSample.d.ts.map +0 -1
  2978. package/dist-esm/samples-dev/securityContactsGetSample.js +0 -38
  2979. package/dist-esm/samples-dev/securityContactsGetSample.js.map +0 -1
  2980. package/dist-esm/samples-dev/securityContactsListSample.d.ts +0 -2
  2981. package/dist-esm/samples-dev/securityContactsListSample.d.ts.map +0 -1
  2982. package/dist-esm/samples-dev/securityContactsListSample.js +0 -58
  2983. package/dist-esm/samples-dev/securityContactsListSample.js.map +0 -1
  2984. package/dist-esm/samples-dev/securityOperatorsCreateOrUpdateSample.d.ts +0 -2
  2985. package/dist-esm/samples-dev/securityOperatorsCreateOrUpdateSample.d.ts.map +0 -1
  2986. package/dist-esm/samples-dev/securityOperatorsCreateOrUpdateSample.js +0 -39
  2987. package/dist-esm/samples-dev/securityOperatorsCreateOrUpdateSample.js.map +0 -1
  2988. package/dist-esm/samples-dev/securityOperatorsDeleteSample.d.ts +0 -2
  2989. package/dist-esm/samples-dev/securityOperatorsDeleteSample.d.ts.map +0 -1
  2990. package/dist-esm/samples-dev/securityOperatorsDeleteSample.js +0 -39
  2991. package/dist-esm/samples-dev/securityOperatorsDeleteSample.js.map +0 -1
  2992. package/dist-esm/samples-dev/securityOperatorsGetSample.d.ts +0 -2
  2993. package/dist-esm/samples-dev/securityOperatorsGetSample.d.ts.map +0 -1
  2994. package/dist-esm/samples-dev/securityOperatorsGetSample.js +0 -39
  2995. package/dist-esm/samples-dev/securityOperatorsGetSample.js.map +0 -1
  2996. package/dist-esm/samples-dev/securityOperatorsListSample.d.ts +0 -2
  2997. package/dist-esm/samples-dev/securityOperatorsListSample.d.ts.map +0 -1
  2998. package/dist-esm/samples-dev/securityOperatorsListSample.js +0 -38
  2999. package/dist-esm/samples-dev/securityOperatorsListSample.js.map +0 -1
  3000. package/dist-esm/samples-dev/securitySolutionsGetSample.d.ts +0 -2
  3001. package/dist-esm/samples-dev/securitySolutionsGetSample.d.ts.map +0 -1
  3002. package/dist-esm/samples-dev/securitySolutionsGetSample.js +0 -40
  3003. package/dist-esm/samples-dev/securitySolutionsGetSample.js.map +0 -1
  3004. package/dist-esm/samples-dev/securitySolutionsListSample.d.ts +0 -2
  3005. package/dist-esm/samples-dev/securitySolutionsListSample.d.ts.map +0 -1
  3006. package/dist-esm/samples-dev/securitySolutionsListSample.js +0 -58
  3007. package/dist-esm/samples-dev/securitySolutionsListSample.js.map +0 -1
  3008. package/dist-esm/samples-dev/securitySolutionsReferenceDataListByHomeRegionSample.d.ts +0 -2
  3009. package/dist-esm/samples-dev/securitySolutionsReferenceDataListByHomeRegionSample.d.ts.map +0 -1
  3010. package/dist-esm/samples-dev/securitySolutionsReferenceDataListByHomeRegionSample.js +0 -38
  3011. package/dist-esm/samples-dev/securitySolutionsReferenceDataListByHomeRegionSample.js.map +0 -1
  3012. package/dist-esm/samples-dev/securitySolutionsReferenceDataListSample.d.ts +0 -2
  3013. package/dist-esm/samples-dev/securitySolutionsReferenceDataListSample.d.ts.map +0 -1
  3014. package/dist-esm/samples-dev/securitySolutionsReferenceDataListSample.js +0 -37
  3015. package/dist-esm/samples-dev/securitySolutionsReferenceDataListSample.js.map +0 -1
  3016. package/dist-esm/samples-dev/serverVulnerabilityAssessmentCreateOrUpdateSample.d.ts +0 -2
  3017. package/dist-esm/samples-dev/serverVulnerabilityAssessmentCreateOrUpdateSample.d.ts.map +0 -1
  3018. package/dist-esm/samples-dev/serverVulnerabilityAssessmentCreateOrUpdateSample.js +0 -41
  3019. package/dist-esm/samples-dev/serverVulnerabilityAssessmentCreateOrUpdateSample.js.map +0 -1
  3020. package/dist-esm/samples-dev/serverVulnerabilityAssessmentDeleteSample.d.ts +0 -2
  3021. package/dist-esm/samples-dev/serverVulnerabilityAssessmentDeleteSample.d.ts.map +0 -1
  3022. package/dist-esm/samples-dev/serverVulnerabilityAssessmentDeleteSample.js +0 -41
  3023. package/dist-esm/samples-dev/serverVulnerabilityAssessmentDeleteSample.js.map +0 -1
  3024. package/dist-esm/samples-dev/serverVulnerabilityAssessmentGetSample.d.ts +0 -2
  3025. package/dist-esm/samples-dev/serverVulnerabilityAssessmentGetSample.d.ts.map +0 -1
  3026. package/dist-esm/samples-dev/serverVulnerabilityAssessmentGetSample.js +0 -41
  3027. package/dist-esm/samples-dev/serverVulnerabilityAssessmentGetSample.js.map +0 -1
  3028. package/dist-esm/samples-dev/serverVulnerabilityAssessmentListByExtendedResourceSample.d.ts +0 -2
  3029. package/dist-esm/samples-dev/serverVulnerabilityAssessmentListByExtendedResourceSample.d.ts.map +0 -1
  3030. package/dist-esm/samples-dev/serverVulnerabilityAssessmentListByExtendedResourceSample.js +0 -41
  3031. package/dist-esm/samples-dev/serverVulnerabilityAssessmentListByExtendedResourceSample.js.map +0 -1
  3032. package/dist-esm/samples-dev/settingsGetSample.d.ts +0 -2
  3033. package/dist-esm/samples-dev/settingsGetSample.d.ts.map +0 -1
  3034. package/dist-esm/samples-dev/settingsGetSample.js +0 -38
  3035. package/dist-esm/samples-dev/settingsGetSample.js.map +0 -1
  3036. package/dist-esm/samples-dev/settingsListSample.d.ts +0 -2
  3037. package/dist-esm/samples-dev/settingsListSample.d.ts.map +0 -1
  3038. package/dist-esm/samples-dev/settingsListSample.js +0 -58
  3039. package/dist-esm/samples-dev/settingsListSample.js.map +0 -1
  3040. package/dist-esm/samples-dev/settingsUpdateSample.d.ts +0 -2
  3041. package/dist-esm/samples-dev/settingsUpdateSample.d.ts.map +0 -1
  3042. package/dist-esm/samples-dev/settingsUpdateSample.js +0 -42
  3043. package/dist-esm/samples-dev/settingsUpdateSample.js.map +0 -1
  3044. package/dist-esm/samples-dev/softwareInventoriesGetSample.d.ts +0 -2
  3045. package/dist-esm/samples-dev/softwareInventoriesGetSample.d.ts.map +0 -1
  3046. package/dist-esm/samples-dev/softwareInventoriesGetSample.js +0 -42
  3047. package/dist-esm/samples-dev/softwareInventoriesGetSample.js.map +0 -1
  3048. package/dist-esm/samples-dev/softwareInventoriesListByExtendedResourceSample.d.ts +0 -2
  3049. package/dist-esm/samples-dev/softwareInventoriesListByExtendedResourceSample.d.ts.map +0 -1
  3050. package/dist-esm/samples-dev/softwareInventoriesListByExtendedResourceSample.js +0 -62
  3051. package/dist-esm/samples-dev/softwareInventoriesListByExtendedResourceSample.js.map +0 -1
  3052. package/dist-esm/samples-dev/softwareInventoriesListBySubscriptionSample.d.ts +0 -2
  3053. package/dist-esm/samples-dev/softwareInventoriesListBySubscriptionSample.d.ts.map +0 -1
  3054. package/dist-esm/samples-dev/softwareInventoriesListBySubscriptionSample.js +0 -58
  3055. package/dist-esm/samples-dev/softwareInventoriesListBySubscriptionSample.js.map +0 -1
  3056. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesAddSample.d.ts +0 -2
  3057. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesAddSample.d.ts.map +0 -1
  3058. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesAddSample.js +0 -75
  3059. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesAddSample.js.map +0 -1
  3060. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesCreateOrUpdateSample.d.ts +0 -2
  3061. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesCreateOrUpdateSample.d.ts.map +0 -1
  3062. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesCreateOrUpdateSample.js +0 -74
  3063. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesCreateOrUpdateSample.js.map +0 -1
  3064. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesDeleteSample.d.ts +0 -2
  3065. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesDeleteSample.d.ts.map +0 -1
  3066. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesDeleteSample.js +0 -40
  3067. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesDeleteSample.js.map +0 -1
  3068. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesGetSample.d.ts +0 -2
  3069. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesGetSample.d.ts.map +0 -1
  3070. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesGetSample.js +0 -40
  3071. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesGetSample.js.map +0 -1
  3072. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesListSample.d.ts +0 -2
  3073. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesListSample.d.ts.map +0 -1
  3074. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesListSample.js +0 -39
  3075. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentBaselineRulesListSample.js.map +0 -1
  3076. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScanResultsGetSample.d.ts +0 -2
  3077. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScanResultsGetSample.d.ts.map +0 -1
  3078. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScanResultsGetSample.js +0 -62
  3079. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScanResultsGetSample.js.map +0 -1
  3080. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScanResultsListSample.d.ts +0 -2
  3081. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScanResultsListSample.d.ts.map +0 -1
  3082. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScanResultsListSample.js +0 -60
  3083. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScanResultsListSample.js.map +0 -1
  3084. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScansGetSample.d.ts +0 -2
  3085. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScansGetSample.d.ts.map +0 -1
  3086. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScansGetSample.js +0 -60
  3087. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScansGetSample.js.map +0 -1
  3088. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScansListSample.d.ts +0 -2
  3089. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScansListSample.d.ts.map +0 -1
  3090. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScansListSample.js +0 -39
  3091. package/dist-esm/samples-dev/sqlVulnerabilityAssessmentScansListSample.js.map +0 -1
  3092. package/dist-esm/samples-dev/subAssessmentsGetSample.d.ts +0 -2
  3093. package/dist-esm/samples-dev/subAssessmentsGetSample.d.ts.map +0 -1
  3094. package/dist-esm/samples-dev/subAssessmentsGetSample.js +0 -40
  3095. package/dist-esm/samples-dev/subAssessmentsGetSample.js.map +0 -1
  3096. package/dist-esm/samples-dev/subAssessmentsListAllSample.d.ts +0 -2
  3097. package/dist-esm/samples-dev/subAssessmentsListAllSample.d.ts.map +0 -1
  3098. package/dist-esm/samples-dev/subAssessmentsListAllSample.js +0 -59
  3099. package/dist-esm/samples-dev/subAssessmentsListAllSample.js.map +0 -1
  3100. package/dist-esm/samples-dev/subAssessmentsListSample.d.ts +0 -2
  3101. package/dist-esm/samples-dev/subAssessmentsListSample.d.ts.map +0 -1
  3102. package/dist-esm/samples-dev/subAssessmentsListSample.js +0 -60
  3103. package/dist-esm/samples-dev/subAssessmentsListSample.js.map +0 -1
  3104. package/dist-esm/samples-dev/tasksGetResourceGroupLevelTaskSample.d.ts +0 -2
  3105. package/dist-esm/samples-dev/tasksGetResourceGroupLevelTaskSample.d.ts.map +0 -1
  3106. package/dist-esm/samples-dev/tasksGetResourceGroupLevelTaskSample.js +0 -40
  3107. package/dist-esm/samples-dev/tasksGetResourceGroupLevelTaskSample.js.map +0 -1
  3108. package/dist-esm/samples-dev/tasksGetSubscriptionLevelTaskSample.d.ts +0 -2
  3109. package/dist-esm/samples-dev/tasksGetSubscriptionLevelTaskSample.d.ts.map +0 -1
  3110. package/dist-esm/samples-dev/tasksGetSubscriptionLevelTaskSample.js +0 -39
  3111. package/dist-esm/samples-dev/tasksGetSubscriptionLevelTaskSample.js.map +0 -1
  3112. package/dist-esm/samples-dev/tasksListByHomeRegionSample.d.ts +0 -2
  3113. package/dist-esm/samples-dev/tasksListByHomeRegionSample.d.ts.map +0 -1
  3114. package/dist-esm/samples-dev/tasksListByHomeRegionSample.js +0 -59
  3115. package/dist-esm/samples-dev/tasksListByHomeRegionSample.js.map +0 -1
  3116. package/dist-esm/samples-dev/tasksListByResourceGroupSample.d.ts +0 -2
  3117. package/dist-esm/samples-dev/tasksListByResourceGroupSample.d.ts.map +0 -1
  3118. package/dist-esm/samples-dev/tasksListByResourceGroupSample.js +0 -60
  3119. package/dist-esm/samples-dev/tasksListByResourceGroupSample.js.map +0 -1
  3120. package/dist-esm/samples-dev/tasksListSample.d.ts +0 -2
  3121. package/dist-esm/samples-dev/tasksListSample.d.ts.map +0 -1
  3122. package/dist-esm/samples-dev/tasksListSample.js +0 -58
  3123. package/dist-esm/samples-dev/tasksListSample.js.map +0 -1
  3124. package/dist-esm/samples-dev/tasksUpdateResourceGroupLevelTaskStateSample.d.ts +0 -2
  3125. package/dist-esm/samples-dev/tasksUpdateResourceGroupLevelTaskStateSample.d.ts.map +0 -1
  3126. package/dist-esm/samples-dev/tasksUpdateResourceGroupLevelTaskStateSample.js +0 -41
  3127. package/dist-esm/samples-dev/tasksUpdateResourceGroupLevelTaskStateSample.js.map +0 -1
  3128. package/dist-esm/samples-dev/tasksUpdateSubscriptionLevelTaskStateSample.d.ts +0 -2
  3129. package/dist-esm/samples-dev/tasksUpdateSubscriptionLevelTaskStateSample.d.ts.map +0 -1
  3130. package/dist-esm/samples-dev/tasksUpdateSubscriptionLevelTaskStateSample.js +0 -40
  3131. package/dist-esm/samples-dev/tasksUpdateSubscriptionLevelTaskStateSample.js.map +0 -1
  3132. package/dist-esm/samples-dev/topologyGetSample.d.ts +0 -2
  3133. package/dist-esm/samples-dev/topologyGetSample.d.ts.map +0 -1
  3134. package/dist-esm/samples-dev/topologyGetSample.js +0 -40
  3135. package/dist-esm/samples-dev/topologyGetSample.js.map +0 -1
  3136. package/dist-esm/samples-dev/topologyListByHomeRegionSample.d.ts +0 -2
  3137. package/dist-esm/samples-dev/topologyListByHomeRegionSample.d.ts.map +0 -1
  3138. package/dist-esm/samples-dev/topologyListByHomeRegionSample.js +0 -59
  3139. package/dist-esm/samples-dev/topologyListByHomeRegionSample.js.map +0 -1
  3140. package/dist-esm/samples-dev/topologyListSample.d.ts +0 -2
  3141. package/dist-esm/samples-dev/topologyListSample.d.ts.map +0 -1
  3142. package/dist-esm/samples-dev/topologyListSample.js +0 -58
  3143. package/dist-esm/samples-dev/topologyListSample.js.map +0 -1
  3144. package/dist-esm/samples-dev/workspaceSettingsCreateSample.d.ts +0 -2
  3145. package/dist-esm/samples-dev/workspaceSettingsCreateSample.d.ts.map +0 -1
  3146. package/dist-esm/samples-dev/workspaceSettingsCreateSample.js +0 -45
  3147. package/dist-esm/samples-dev/workspaceSettingsCreateSample.js.map +0 -1
  3148. package/dist-esm/samples-dev/workspaceSettingsDeleteSample.d.ts +0 -2
  3149. package/dist-esm/samples-dev/workspaceSettingsDeleteSample.d.ts.map +0 -1
  3150. package/dist-esm/samples-dev/workspaceSettingsDeleteSample.js +0 -38
  3151. package/dist-esm/samples-dev/workspaceSettingsDeleteSample.js.map +0 -1
  3152. package/dist-esm/samples-dev/workspaceSettingsGetSample.d.ts +0 -2
  3153. package/dist-esm/samples-dev/workspaceSettingsGetSample.d.ts.map +0 -1
  3154. package/dist-esm/samples-dev/workspaceSettingsGetSample.js +0 -38
  3155. package/dist-esm/samples-dev/workspaceSettingsGetSample.js.map +0 -1
  3156. package/dist-esm/samples-dev/workspaceSettingsListSample.d.ts +0 -2
  3157. package/dist-esm/samples-dev/workspaceSettingsListSample.d.ts.map +0 -1
  3158. package/dist-esm/samples-dev/workspaceSettingsListSample.js +0 -58
  3159. package/dist-esm/samples-dev/workspaceSettingsListSample.js.map +0 -1
  3160. package/dist-esm/samples-dev/workspaceSettingsUpdateSample.d.ts +0 -2
  3161. package/dist-esm/samples-dev/workspaceSettingsUpdateSample.d.ts.map +0 -1
  3162. package/dist-esm/samples-dev/workspaceSettingsUpdateSample.js +0 -44
  3163. package/dist-esm/samples-dev/workspaceSettingsUpdateSample.js.map +0 -1
  3164. package/dist-esm/src/index.d.ts +0 -6
  3165. package/dist-esm/src/index.d.ts.map +0 -1
  3166. package/dist-esm/src/index.js +0 -13
  3167. package/dist-esm/src/index.js.map +0 -1
  3168. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  3169. package/dist-esm/src/lroImpl.js +0 -21
  3170. package/dist-esm/src/lroImpl.js.map +0 -1
  3171. package/dist-esm/src/models/index.d.ts +0 -7873
  3172. package/dist-esm/src/models/index.d.ts.map +0 -1
  3173. package/dist-esm/src/models/index.js +0 -1316
  3174. package/dist-esm/src/models/index.js.map +0 -1
  3175. package/dist-esm/src/models/mappers.d.ts +0 -452
  3176. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  3177. package/dist-esm/src/models/mappers.js +0 -10322
  3178. package/dist-esm/src/models/mappers.js.map +0 -1
  3179. package/dist-esm/src/models/parameters.d.ts +0 -131
  3180. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  3181. package/dist-esm/src/models/parameters.js +0 -1186
  3182. package/dist-esm/src/models/parameters.js.map +0 -1
  3183. package/dist-esm/src/operations/aPICollection.d.ts +0 -56
  3184. package/dist-esm/src/operations/aPICollection.d.ts.map +0 -1
  3185. package/dist-esm/src/operations/aPICollection.js +0 -197
  3186. package/dist-esm/src/operations/aPICollection.js.map +0 -1
  3187. package/dist-esm/src/operations/aPICollectionOffboarding.d.ts +0 -23
  3188. package/dist-esm/src/operations/aPICollectionOffboarding.d.ts.map +0 -1
  3189. package/dist-esm/src/operations/aPICollectionOffboarding.js +0 -56
  3190. package/dist-esm/src/operations/aPICollectionOffboarding.js.map +0 -1
  3191. package/dist-esm/src/operations/aPICollectionOnboarding.d.ts +0 -24
  3192. package/dist-esm/src/operations/aPICollectionOnboarding.d.ts.map +0 -1
  3193. package/dist-esm/src/operations/aPICollectionOnboarding.js +0 -58
  3194. package/dist-esm/src/operations/aPICollectionOnboarding.js.map +0 -1
  3195. package/dist-esm/src/operations/adaptiveApplicationControls.d.ts +0 -43
  3196. package/dist-esm/src/operations/adaptiveApplicationControls.d.ts.map +0 -1
  3197. package/dist-esm/src/operations/adaptiveApplicationControls.js +0 -146
  3198. package/dist-esm/src/operations/adaptiveApplicationControls.js.map +0 -1
  3199. package/dist-esm/src/operations/adaptiveNetworkHardenings.d.ts +0 -83
  3200. package/dist-esm/src/operations/adaptiveNetworkHardenings.d.ts.map +0 -1
  3201. package/dist-esm/src/operations/adaptiveNetworkHardenings.js +0 -328
  3202. package/dist-esm/src/operations/adaptiveNetworkHardenings.js.map +0 -1
  3203. package/dist-esm/src/operations/advancedThreatProtection.d.ts +0 -26
  3204. package/dist-esm/src/operations/advancedThreatProtection.d.ts.map +0 -1
  3205. package/dist-esm/src/operations/advancedThreatProtection.js +0 -82
  3206. package/dist-esm/src/operations/advancedThreatProtection.js.map +0 -1
  3207. package/dist-esm/src/operations/alerts.d.ts +0 -221
  3208. package/dist-esm/src/operations/alerts.d.ts.map +0 -1
  3209. package/dist-esm/src/operations/alerts.js +0 -927
  3210. package/dist-esm/src/operations/alerts.js.map +0 -1
  3211. package/dist-esm/src/operations/alertsSuppressionRules.d.ts +0 -51
  3212. package/dist-esm/src/operations/alertsSuppressionRules.d.ts.map +0 -1
  3213. package/dist-esm/src/operations/alertsSuppressionRules.js +0 -227
  3214. package/dist-esm/src/operations/alertsSuppressionRules.js.map +0 -1
  3215. package/dist-esm/src/operations/allowedConnections.d.ts +0 -67
  3216. package/dist-esm/src/operations/allowedConnections.d.ts.map +0 -1
  3217. package/dist-esm/src/operations/allowedConnections.js +0 -304
  3218. package/dist-esm/src/operations/allowedConnections.js.map +0 -1
  3219. package/dist-esm/src/operations/applicationOperations.d.ts +0 -32
  3220. package/dist-esm/src/operations/applicationOperations.d.ts.map +0 -1
  3221. package/dist-esm/src/operations/applicationOperations.js +0 -105
  3222. package/dist-esm/src/operations/applicationOperations.js.map +0 -1
  3223. package/dist-esm/src/operations/applications.d.ts +0 -32
  3224. package/dist-esm/src/operations/applications.d.ts.map +0 -1
  3225. package/dist-esm/src/operations/applications.js +0 -142
  3226. package/dist-esm/src/operations/applications.js.map +0 -1
  3227. package/dist-esm/src/operations/assessments.d.ts +0 -65
  3228. package/dist-esm/src/operations/assessments.d.ts.map +0 -1
  3229. package/dist-esm/src/operations/assessments.js +0 -241
  3230. package/dist-esm/src/operations/assessments.js.map +0 -1
  3231. package/dist-esm/src/operations/assessmentsMetadata.d.ts +0 -76
  3232. package/dist-esm/src/operations/assessmentsMetadata.d.ts.map +0 -1
  3233. package/dist-esm/src/operations/assessmentsMetadata.js +0 -364
  3234. package/dist-esm/src/operations/assessmentsMetadata.js.map +0 -1
  3235. package/dist-esm/src/operations/autoProvisioningSettings.d.ts +0 -45
  3236. package/dist-esm/src/operations/autoProvisioningSettings.d.ts.map +0 -1
  3237. package/dist-esm/src/operations/autoProvisioningSettings.js +0 -201
  3238. package/dist-esm/src/operations/autoProvisioningSettings.js.map +0 -1
  3239. package/dist-esm/src/operations/automations.d.ts +0 -96
  3240. package/dist-esm/src/operations/automations.d.ts.map +0 -1
  3241. package/dist-esm/src/operations/automations.js +0 -406
  3242. package/dist-esm/src/operations/automations.js.map +0 -1
  3243. package/dist-esm/src/operations/complianceResults.d.ts +0 -48
  3244. package/dist-esm/src/operations/complianceResults.d.ts.map +0 -1
  3245. package/dist-esm/src/operations/complianceResults.js +0 -176
  3246. package/dist-esm/src/operations/complianceResults.js.map +0 -1
  3247. package/dist-esm/src/operations/compliances.d.ts +0 -50
  3248. package/dist-esm/src/operations/compliances.d.ts.map +0 -1
  3249. package/dist-esm/src/operations/compliances.js +0 -178
  3250. package/dist-esm/src/operations/compliances.js.map +0 -1
  3251. package/dist-esm/src/operations/connectors.d.ts +0 -53
  3252. package/dist-esm/src/operations/connectors.d.ts.map +0 -1
  3253. package/dist-esm/src/operations/connectors.js +0 -230
  3254. package/dist-esm/src/operations/connectors.js.map +0 -1
  3255. package/dist-esm/src/operations/customAssessmentAutomations.d.ts +0 -82
  3256. package/dist-esm/src/operations/customAssessmentAutomations.d.ts.map +0 -1
  3257. package/dist-esm/src/operations/customAssessmentAutomations.js +0 -373
  3258. package/dist-esm/src/operations/customAssessmentAutomations.js.map +0 -1
  3259. package/dist-esm/src/operations/customEntityStoreAssignments.d.ts +0 -85
  3260. package/dist-esm/src/operations/customEntityStoreAssignments.d.ts.map +0 -1
  3261. package/dist-esm/src/operations/customEntityStoreAssignments.js +0 -376
  3262. package/dist-esm/src/operations/customEntityStoreAssignments.js.map +0 -1
  3263. package/dist-esm/src/operations/deviceSecurityGroups.d.ts +0 -60
  3264. package/dist-esm/src/operations/deviceSecurityGroups.d.ts.map +0 -1
  3265. package/dist-esm/src/operations/deviceSecurityGroups.js +0 -236
  3266. package/dist-esm/src/operations/deviceSecurityGroups.js.map +0 -1
  3267. package/dist-esm/src/operations/discoveredSecuritySolutions.d.ts +0 -66
  3268. package/dist-esm/src/operations/discoveredSecuritySolutions.d.ts.map +0 -1
  3269. package/dist-esm/src/operations/discoveredSecuritySolutions.js +0 -308
  3270. package/dist-esm/src/operations/discoveredSecuritySolutions.js.map +0 -1
  3271. package/dist-esm/src/operations/externalSecuritySolutions.d.ts +0 -66
  3272. package/dist-esm/src/operations/externalSecuritySolutions.d.ts.map +0 -1
  3273. package/dist-esm/src/operations/externalSecuritySolutions.js +0 -308
  3274. package/dist-esm/src/operations/externalSecuritySolutions.js.map +0 -1
  3275. package/dist-esm/src/operations/governanceAssignments.d.ts +0 -78
  3276. package/dist-esm/src/operations/governanceAssignments.d.ts.map +0 -1
  3277. package/dist-esm/src/operations/governanceAssignments.js +0 -259
  3278. package/dist-esm/src/operations/governanceAssignments.js.map +0 -1
  3279. package/dist-esm/src/operations/governanceRules.d.ts +0 -117
  3280. package/dist-esm/src/operations/governanceRules.d.ts.map +0 -1
  3281. package/dist-esm/src/operations/governanceRules.js +0 -410
  3282. package/dist-esm/src/operations/governanceRules.js.map +0 -1
  3283. package/dist-esm/src/operations/healthReportOperations.d.ts +0 -20
  3284. package/dist-esm/src/operations/healthReportOperations.d.ts.map +0 -1
  3285. package/dist-esm/src/operations/healthReportOperations.js +0 -52
  3286. package/dist-esm/src/operations/healthReportOperations.js.map +0 -1
  3287. package/dist-esm/src/operations/healthReports.d.ts +0 -39
  3288. package/dist-esm/src/operations/healthReports.d.ts.map +0 -1
  3289. package/dist-esm/src/operations/healthReports.js +0 -145
  3290. package/dist-esm/src/operations/healthReports.js.map +0 -1
  3291. package/dist-esm/src/operations/index.d.ts +0 -62
  3292. package/dist-esm/src/operations/index.d.ts.map +0 -1
  3293. package/dist-esm/src/operations/index.js +0 -69
  3294. package/dist-esm/src/operations/index.js.map +0 -1
  3295. package/dist-esm/src/operations/informationProtectionPolicies.d.ts +0 -60
  3296. package/dist-esm/src/operations/informationProtectionPolicies.d.ts.map +0 -1
  3297. package/dist-esm/src/operations/informationProtectionPolicies.js +0 -220
  3298. package/dist-esm/src/operations/informationProtectionPolicies.js.map +0 -1
  3299. package/dist-esm/src/operations/ingestionSettings.d.ts +0 -68
  3300. package/dist-esm/src/operations/ingestionSettings.d.ts.map +0 -1
  3301. package/dist-esm/src/operations/ingestionSettings.js +0 -289
  3302. package/dist-esm/src/operations/ingestionSettings.js.map +0 -1
  3303. package/dist-esm/src/operations/iotSecuritySolution.d.ts +0 -91
  3304. package/dist-esm/src/operations/iotSecuritySolution.d.ts.map +0 -1
  3305. package/dist-esm/src/operations/iotSecuritySolution.js +0 -407
  3306. package/dist-esm/src/operations/iotSecuritySolution.js.map +0 -1
  3307. package/dist-esm/src/operations/iotSecuritySolutionAnalytics.d.ts +0 -29
  3308. package/dist-esm/src/operations/iotSecuritySolutionAnalytics.d.ts.map +0 -1
  3309. package/dist-esm/src/operations/iotSecuritySolutionAnalytics.js +0 -85
  3310. package/dist-esm/src/operations/iotSecuritySolutionAnalytics.js.map +0 -1
  3311. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +0 -60
  3312. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +0 -1
  3313. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js +0 -223
  3314. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +0 -1
  3315. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts +0 -53
  3316. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +0 -1
  3317. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.js +0 -199
  3318. package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.js.map +0 -1
  3319. package/dist-esm/src/operations/jitNetworkAccessPolicies.d.ts +0 -153
  3320. package/dist-esm/src/operations/jitNetworkAccessPolicies.d.ts.map +0 -1
  3321. package/dist-esm/src/operations/jitNetworkAccessPolicies.js +0 -686
  3322. package/dist-esm/src/operations/jitNetworkAccessPolicies.js.map +0 -1
  3323. package/dist-esm/src/operations/locations.d.ts +0 -43
  3324. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  3325. package/dist-esm/src/operations/locations.js +0 -175
  3326. package/dist-esm/src/operations/locations.js.map +0 -1
  3327. package/dist-esm/src/operations/mdeOnboardings.d.ts +0 -23
  3328. package/dist-esm/src/operations/mdeOnboardings.d.ts.map +0 -1
  3329. package/dist-esm/src/operations/mdeOnboardings.js +0 -69
  3330. package/dist-esm/src/operations/mdeOnboardings.js.map +0 -1
  3331. package/dist-esm/src/operations/operations.d.ts +0 -32
  3332. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  3333. package/dist-esm/src/operations/operations.js +0 -138
  3334. package/dist-esm/src/operations/operations.js.map +0 -1
  3335. package/dist-esm/src/operations/pricings.d.ts +0 -31
  3336. package/dist-esm/src/operations/pricings.d.ts.map +0 -1
  3337. package/dist-esm/src/operations/pricings.js +0 -105
  3338. package/dist-esm/src/operations/pricings.js.map +0 -1
  3339. package/dist-esm/src/operations/regulatoryComplianceAssessments.d.ts +0 -46
  3340. package/dist-esm/src/operations/regulatoryComplianceAssessments.d.ts.map +0 -1
  3341. package/dist-esm/src/operations/regulatoryComplianceAssessments.js +0 -201
  3342. package/dist-esm/src/operations/regulatoryComplianceAssessments.js.map +0 -1
  3343. package/dist-esm/src/operations/regulatoryComplianceControls.d.ts +0 -42
  3344. package/dist-esm/src/operations/regulatoryComplianceControls.d.ts.map +0 -1
  3345. package/dist-esm/src/operations/regulatoryComplianceControls.js +0 -184
  3346. package/dist-esm/src/operations/regulatoryComplianceControls.js.map +0 -1
  3347. package/dist-esm/src/operations/regulatoryComplianceStandards.d.ts +0 -38
  3348. package/dist-esm/src/operations/regulatoryComplianceStandards.d.ts.map +0 -1
  3349. package/dist-esm/src/operations/regulatoryComplianceStandards.js +0 -170
  3350. package/dist-esm/src/operations/regulatoryComplianceStandards.js.map +0 -1
  3351. package/dist-esm/src/operations/secureScoreControlDefinitions.d.ts +0 -52
  3352. package/dist-esm/src/operations/secureScoreControlDefinitions.d.ts.map +0 -1
  3353. package/dist-esm/src/operations/secureScoreControlDefinitions.js +0 -256
  3354. package/dist-esm/src/operations/secureScoreControlDefinitions.js.map +0 -1
  3355. package/dist-esm/src/operations/secureScoreControls.d.ts +0 -56
  3356. package/dist-esm/src/operations/secureScoreControls.d.ts.map +0 -1
  3357. package/dist-esm/src/operations/secureScoreControls.js +0 -269
  3358. package/dist-esm/src/operations/secureScoreControls.js.map +0 -1
  3359. package/dist-esm/src/operations/secureScores.d.ts +0 -40
  3360. package/dist-esm/src/operations/secureScores.d.ts.map +0 -1
  3361. package/dist-esm/src/operations/secureScores.js +0 -172
  3362. package/dist-esm/src/operations/secureScores.js.map +0 -1
  3363. package/dist-esm/src/operations/securityConnectorApplication.d.ts +0 -41
  3364. package/dist-esm/src/operations/securityConnectorApplication.d.ts.map +0 -1
  3365. package/dist-esm/src/operations/securityConnectorApplication.js +0 -126
  3366. package/dist-esm/src/operations/securityConnectorApplication.js.map +0 -1
  3367. package/dist-esm/src/operations/securityConnectorApplications.d.ts +0 -41
  3368. package/dist-esm/src/operations/securityConnectorApplications.d.ts.map +0 -1
  3369. package/dist-esm/src/operations/securityConnectorApplications.js +0 -158
  3370. package/dist-esm/src/operations/securityConnectorApplications.js.map +0 -1
  3371. package/dist-esm/src/operations/securityConnectors.d.ts +0 -95
  3372. package/dist-esm/src/operations/securityConnectors.d.ts.map +0 -1
  3373. package/dist-esm/src/operations/securityConnectors.js +0 -406
  3374. package/dist-esm/src/operations/securityConnectors.js.map +0 -1
  3375. package/dist-esm/src/operations/securityContacts.d.ts +0 -51
  3376. package/dist-esm/src/operations/securityContacts.d.ts.map +0 -1
  3377. package/dist-esm/src/operations/securityContacts.js +0 -231
  3378. package/dist-esm/src/operations/securityContacts.js.map +0 -1
  3379. package/dist-esm/src/operations/securityOperators.d.ts +0 -40
  3380. package/dist-esm/src/operations/securityOperators.d.ts.map +0 -1
  3381. package/dist-esm/src/operations/securityOperators.js +0 -140
  3382. package/dist-esm/src/operations/securityOperators.js.map +0 -1
  3383. package/dist-esm/src/operations/securitySolutions.d.ts +0 -42
  3384. package/dist-esm/src/operations/securitySolutions.d.ts.map +0 -1
  3385. package/dist-esm/src/operations/securitySolutions.js +0 -176
  3386. package/dist-esm/src/operations/securitySolutions.js.map +0 -1
  3387. package/dist-esm/src/operations/securitySolutionsReferenceDataOperations.d.ts +0 -25
  3388. package/dist-esm/src/operations/securitySolutionsReferenceDataOperations.d.ts.map +0 -1
  3389. package/dist-esm/src/operations/securitySolutionsReferenceDataOperations.js +0 -75
  3390. package/dist-esm/src/operations/securitySolutionsReferenceDataOperations.js.map +0 -1
  3391. package/dist-esm/src/operations/serverVulnerabilityAssessmentOperations.d.ts +0 -65
  3392. package/dist-esm/src/operations/serverVulnerabilityAssessmentOperations.d.ts.map +0 -1
  3393. package/dist-esm/src/operations/serverVulnerabilityAssessmentOperations.js +0 -245
  3394. package/dist-esm/src/operations/serverVulnerabilityAssessmentOperations.js.map +0 -1
  3395. package/dist-esm/src/operations/settings.d.ts +0 -45
  3396. package/dist-esm/src/operations/settings.d.ts.map +0 -1
  3397. package/dist-esm/src/operations/settings.js +0 -201
  3398. package/dist-esm/src/operations/settings.js.map +0 -1
  3399. package/dist-esm/src/operations/softwareInventories.d.ts +0 -76
  3400. package/dist-esm/src/operations/softwareInventories.d.ts.map +0 -1
  3401. package/dist-esm/src/operations/softwareInventories.js +0 -341
  3402. package/dist-esm/src/operations/softwareInventories.js.map +0 -1
  3403. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts +0 -51
  3404. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +0 -1
  3405. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselineRules.js +0 -154
  3406. package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselineRules.js.map +0 -1
  3407. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResults.d.ts +0 -30
  3408. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResults.d.ts.map +0 -1
  3409. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResults.js +0 -81
  3410. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResults.js.map +0 -1
  3411. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.d.ts +0 -28
  3412. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.d.ts.map +0 -1
  3413. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.js +0 -74
  3414. package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.js.map +0 -1
  3415. package/dist-esm/src/operations/subAssessments.d.ts +0 -81
  3416. package/dist-esm/src/operations/subAssessments.d.ts.map +0 -1
  3417. package/dist-esm/src/operations/subAssessments.js +0 -313
  3418. package/dist-esm/src/operations/subAssessments.js.map +0 -1
  3419. package/dist-esm/src/operations/tasks.d.ts +0 -124
  3420. package/dist-esm/src/operations/tasks.d.ts.map +0 -1
  3421. package/dist-esm/src/operations/tasks.js +0 -540
  3422. package/dist-esm/src/operations/tasks.js.map +0 -1
  3423. package/dist-esm/src/operations/topology.d.ts +0 -66
  3424. package/dist-esm/src/operations/topology.d.ts.map +0 -1
  3425. package/dist-esm/src/operations/topology.js +0 -303
  3426. package/dist-esm/src/operations/topology.js.map +0 -1
  3427. package/dist-esm/src/operations/workspaceSettings.d.ts +0 -62
  3428. package/dist-esm/src/operations/workspaceSettings.d.ts.map +0 -1
  3429. package/dist-esm/src/operations/workspaceSettings.js +0 -262
  3430. package/dist-esm/src/operations/workspaceSettings.js.map +0 -1
  3431. package/dist-esm/src/operationsInterfaces/aPICollection.d.ts +0 -28
  3432. package/dist-esm/src/operationsInterfaces/aPICollection.d.ts.map +0 -1
  3433. package/dist-esm/src/operationsInterfaces/aPICollection.js +0 -9
  3434. package/dist-esm/src/operationsInterfaces/aPICollection.js.map +0 -1
  3435. package/dist-esm/src/operationsInterfaces/aPICollectionOffboarding.d.ts +0 -15
  3436. package/dist-esm/src/operationsInterfaces/aPICollectionOffboarding.d.ts.map +0 -1
  3437. package/dist-esm/src/operationsInterfaces/aPICollectionOffboarding.js +0 -9
  3438. package/dist-esm/src/operationsInterfaces/aPICollectionOffboarding.js.map +0 -1
  3439. package/dist-esm/src/operationsInterfaces/aPICollectionOnboarding.d.ts +0 -16
  3440. package/dist-esm/src/operationsInterfaces/aPICollectionOnboarding.d.ts.map +0 -1
  3441. package/dist-esm/src/operationsInterfaces/aPICollectionOnboarding.js +0 -9
  3442. package/dist-esm/src/operationsInterfaces/aPICollectionOnboarding.js.map +0 -1
  3443. package/dist-esm/src/operationsInterfaces/adaptiveApplicationControls.d.ts +0 -35
  3444. package/dist-esm/src/operationsInterfaces/adaptiveApplicationControls.d.ts.map +0 -1
  3445. package/dist-esm/src/operationsInterfaces/adaptiveApplicationControls.js.map +0 -1
  3446. package/dist-esm/src/operationsInterfaces/adaptiveNetworkHardenings.d.ts +0 -52
  3447. package/dist-esm/src/operationsInterfaces/adaptiveNetworkHardenings.d.ts.map +0 -1
  3448. package/dist-esm/src/operationsInterfaces/adaptiveNetworkHardenings.js.map +0 -1
  3449. package/dist-esm/src/operationsInterfaces/advancedThreatProtection.d.ts +0 -18
  3450. package/dist-esm/src/operationsInterfaces/advancedThreatProtection.d.ts.map +0 -1
  3451. package/dist-esm/src/operationsInterfaces/advancedThreatProtection.js.map +0 -1
  3452. package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -142
  3453. package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
  3454. package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
  3455. package/dist-esm/src/operationsInterfaces/alertsSuppressionRules.d.ts +0 -30
  3456. package/dist-esm/src/operationsInterfaces/alertsSuppressionRules.d.ts.map +0 -1
  3457. package/dist-esm/src/operationsInterfaces/alertsSuppressionRules.js.map +0 -1
  3458. package/dist-esm/src/operationsInterfaces/allowedConnections.d.ts +0 -29
  3459. package/dist-esm/src/operationsInterfaces/allowedConnections.d.ts.map +0 -1
  3460. package/dist-esm/src/operationsInterfaces/allowedConnections.js.map +0 -1
  3461. package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts +0 -24
  3462. package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +0 -1
  3463. package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +0 -1
  3464. package/dist-esm/src/operationsInterfaces/applications.d.ts +0 -11
  3465. package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
  3466. package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
  3467. package/dist-esm/src/operationsInterfaces/assessments.d.ts +0 -38
  3468. package/dist-esm/src/operationsInterfaces/assessments.d.ts.map +0 -1
  3469. package/dist-esm/src/operationsInterfaces/assessments.js.map +0 -1
  3470. package/dist-esm/src/operationsInterfaces/assessmentsMetadata.d.ts +0 -42
  3471. package/dist-esm/src/operationsInterfaces/assessmentsMetadata.d.ts.map +0 -1
  3472. package/dist-esm/src/operationsInterfaces/assessmentsMetadata.js.map +0 -1
  3473. package/dist-esm/src/operationsInterfaces/autoProvisioningSettings.d.ts +0 -24
  3474. package/dist-esm/src/operationsInterfaces/autoProvisioningSettings.d.ts.map +0 -1
  3475. package/dist-esm/src/operationsInterfaces/autoProvisioningSettings.js.map +0 -1
  3476. package/dist-esm/src/operationsInterfaces/automations.d.ts +0 -56
  3477. package/dist-esm/src/operationsInterfaces/automations.d.ts.map +0 -1
  3478. package/dist-esm/src/operationsInterfaces/automations.js.map +0 -1
  3479. package/dist-esm/src/operationsInterfaces/complianceResults.d.ts +0 -21
  3480. package/dist-esm/src/operationsInterfaces/complianceResults.d.ts.map +0 -1
  3481. package/dist-esm/src/operationsInterfaces/complianceResults.js.map +0 -1
  3482. package/dist-esm/src/operationsInterfaces/compliances.d.ts +0 -23
  3483. package/dist-esm/src/operationsInterfaces/compliances.d.ts.map +0 -1
  3484. package/dist-esm/src/operationsInterfaces/compliances.js.map +0 -1
  3485. package/dist-esm/src/operationsInterfaces/connectors.d.ts +0 -32
  3486. package/dist-esm/src/operationsInterfaces/connectors.d.ts.map +0 -1
  3487. package/dist-esm/src/operationsInterfaces/connectors.js.map +0 -1
  3488. package/dist-esm/src/operationsInterfaces/customAssessmentAutomations.d.ts +0 -44
  3489. package/dist-esm/src/operationsInterfaces/customAssessmentAutomations.d.ts.map +0 -1
  3490. package/dist-esm/src/operationsInterfaces/customAssessmentAutomations.js.map +0 -1
  3491. package/dist-esm/src/operationsInterfaces/customEntityStoreAssignments.d.ts +0 -47
  3492. package/dist-esm/src/operationsInterfaces/customEntityStoreAssignments.d.ts.map +0 -1
  3493. package/dist-esm/src/operationsInterfaces/customEntityStoreAssignments.js.map +0 -1
  3494. package/dist-esm/src/operationsInterfaces/deviceSecurityGroups.d.ts +0 -37
  3495. package/dist-esm/src/operationsInterfaces/deviceSecurityGroups.d.ts.map +0 -1
  3496. package/dist-esm/src/operationsInterfaces/deviceSecurityGroups.js.map +0 -1
  3497. package/dist-esm/src/operationsInterfaces/discoveredSecuritySolutions.d.ts +0 -28
  3498. package/dist-esm/src/operationsInterfaces/discoveredSecuritySolutions.d.ts.map +0 -1
  3499. package/dist-esm/src/operationsInterfaces/discoveredSecuritySolutions.js.map +0 -1
  3500. package/dist-esm/src/operationsInterfaces/externalSecuritySolutions.d.ts +0 -28
  3501. package/dist-esm/src/operationsInterfaces/externalSecuritySolutions.d.ts.map +0 -1
  3502. package/dist-esm/src/operationsInterfaces/externalSecuritySolutions.js.map +0 -1
  3503. package/dist-esm/src/operationsInterfaces/governanceAssignments.d.ts +0 -49
  3504. package/dist-esm/src/operationsInterfaces/governanceAssignments.d.ts.map +0 -1
  3505. package/dist-esm/src/operationsInterfaces/governanceAssignments.js.map +0 -1
  3506. package/dist-esm/src/operationsInterfaces/governanceRules.d.ts +0 -88
  3507. package/dist-esm/src/operationsInterfaces/governanceRules.d.ts.map +0 -1
  3508. package/dist-esm/src/operationsInterfaces/governanceRules.js.map +0 -1
  3509. package/dist-esm/src/operationsInterfaces/healthReportOperations.d.ts +0 -12
  3510. package/dist-esm/src/operationsInterfaces/healthReportOperations.d.ts.map +0 -1
  3511. package/dist-esm/src/operationsInterfaces/healthReportOperations.js +0 -9
  3512. package/dist-esm/src/operationsInterfaces/healthReportOperations.js.map +0 -1
  3513. package/dist-esm/src/operationsInterfaces/healthReports.d.ts +0 -14
  3514. package/dist-esm/src/operationsInterfaces/healthReports.d.ts.map +0 -1
  3515. package/dist-esm/src/operationsInterfaces/healthReports.js.map +0 -1
  3516. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -62
  3517. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  3518. package/dist-esm/src/operationsInterfaces/index.js +0 -69
  3519. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  3520. package/dist-esm/src/operationsInterfaces/informationProtectionPolicies.d.ts +0 -33
  3521. package/dist-esm/src/operationsInterfaces/informationProtectionPolicies.d.ts.map +0 -1
  3522. package/dist-esm/src/operationsInterfaces/informationProtectionPolicies.js.map +0 -1
  3523. package/dist-esm/src/operationsInterfaces/ingestionSettings.d.ts +0 -46
  3524. package/dist-esm/src/operationsInterfaces/ingestionSettings.d.ts.map +0 -1
  3525. package/dist-esm/src/operationsInterfaces/ingestionSettings.js +0 -9
  3526. package/dist-esm/src/operationsInterfaces/ingestionSettings.js.map +0 -1
  3527. package/dist-esm/src/operationsInterfaces/iotSecuritySolution.d.ts +0 -53
  3528. package/dist-esm/src/operationsInterfaces/iotSecuritySolution.d.ts.map +0 -1
  3529. package/dist-esm/src/operationsInterfaces/iotSecuritySolution.js.map +0 -1
  3530. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts +0 -21
  3531. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionAnalytics.d.ts.map +0 -1
  3532. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionAnalytics.js.map +0 -1
  3533. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts +0 -33
  3534. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +0 -1
  3535. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +0 -1
  3536. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts +0 -25
  3537. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +0 -1
  3538. package/dist-esm/src/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js.map +0 -1
  3539. package/dist-esm/src/operationsInterfaces/jitNetworkAccessPolicies.d.ts +0 -76
  3540. package/dist-esm/src/operationsInterfaces/jitNetworkAccessPolicies.d.ts.map +0 -1
  3541. package/dist-esm/src/operationsInterfaces/jitNetworkAccessPolicies.js.map +0 -1
  3542. package/dist-esm/src/operationsInterfaces/locations.d.ts +0 -20
  3543. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  3544. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  3545. package/dist-esm/src/operationsInterfaces/mdeOnboardings.d.ts +0 -15
  3546. package/dist-esm/src/operationsInterfaces/mdeOnboardings.d.ts.map +0 -1
  3547. package/dist-esm/src/operationsInterfaces/mdeOnboardings.js.map +0 -1
  3548. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  3549. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  3550. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  3551. package/dist-esm/src/operationsInterfaces/pricings.d.ts +0 -23
  3552. package/dist-esm/src/operationsInterfaces/pricings.d.ts.map +0 -1
  3553. package/dist-esm/src/operationsInterfaces/pricings.js.map +0 -1
  3554. package/dist-esm/src/operationsInterfaces/regulatoryComplianceAssessments.d.ts +0 -21
  3555. package/dist-esm/src/operationsInterfaces/regulatoryComplianceAssessments.d.ts.map +0 -1
  3556. package/dist-esm/src/operationsInterfaces/regulatoryComplianceAssessments.js.map +0 -1
  3557. package/dist-esm/src/operationsInterfaces/regulatoryComplianceControls.d.ts +0 -19
  3558. package/dist-esm/src/operationsInterfaces/regulatoryComplianceControls.d.ts.map +0 -1
  3559. package/dist-esm/src/operationsInterfaces/regulatoryComplianceControls.js.map +0 -1
  3560. package/dist-esm/src/operationsInterfaces/regulatoryComplianceStandards.d.ts +0 -17
  3561. package/dist-esm/src/operationsInterfaces/regulatoryComplianceStandards.d.ts.map +0 -1
  3562. package/dist-esm/src/operationsInterfaces/regulatoryComplianceStandards.js.map +0 -1
  3563. package/dist-esm/src/operationsInterfaces/secureScoreControlDefinitions.d.ts +0 -17
  3564. package/dist-esm/src/operationsInterfaces/secureScoreControlDefinitions.d.ts.map +0 -1
  3565. package/dist-esm/src/operationsInterfaces/secureScoreControlDefinitions.js.map +0 -1
  3566. package/dist-esm/src/operationsInterfaces/secureScoreControls.d.ts +0 -18
  3567. package/dist-esm/src/operationsInterfaces/secureScoreControls.d.ts.map +0 -1
  3568. package/dist-esm/src/operationsInterfaces/secureScoreControls.js.map +0 -1
  3569. package/dist-esm/src/operationsInterfaces/secureScores.d.ts +0 -19
  3570. package/dist-esm/src/operationsInterfaces/secureScores.d.ts.map +0 -1
  3571. package/dist-esm/src/operationsInterfaces/secureScores.js.map +0 -1
  3572. package/dist-esm/src/operationsInterfaces/securityConnectorApplication.d.ts +0 -33
  3573. package/dist-esm/src/operationsInterfaces/securityConnectorApplication.d.ts.map +0 -1
  3574. package/dist-esm/src/operationsInterfaces/securityConnectorApplication.js.map +0 -1
  3575. package/dist-esm/src/operationsInterfaces/securityConnectorApplications.d.ts +0 -14
  3576. package/dist-esm/src/operationsInterfaces/securityConnectorApplications.d.ts.map +0 -1
  3577. package/dist-esm/src/operationsInterfaces/securityConnectorApplications.js.map +0 -1
  3578. package/dist-esm/src/operationsInterfaces/securityConnectors.d.ts +0 -55
  3579. package/dist-esm/src/operationsInterfaces/securityConnectors.d.ts.map +0 -1
  3580. package/dist-esm/src/operationsInterfaces/securityConnectors.js.map +0 -1
  3581. package/dist-esm/src/operationsInterfaces/securityContacts.d.ts +0 -30
  3582. package/dist-esm/src/operationsInterfaces/securityContacts.d.ts.map +0 -1
  3583. package/dist-esm/src/operationsInterfaces/securityContacts.js.map +0 -1
  3584. package/dist-esm/src/operationsInterfaces/securityOperators.d.ts +0 -32
  3585. package/dist-esm/src/operationsInterfaces/securityOperators.d.ts.map +0 -1
  3586. package/dist-esm/src/operationsInterfaces/securityOperators.js.map +0 -1
  3587. package/dist-esm/src/operationsInterfaces/securitySolutions.d.ts +0 -21
  3588. package/dist-esm/src/operationsInterfaces/securitySolutions.d.ts.map +0 -1
  3589. package/dist-esm/src/operationsInterfaces/securitySolutions.js.map +0 -1
  3590. package/dist-esm/src/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts +0 -17
  3591. package/dist-esm/src/operationsInterfaces/securitySolutionsReferenceDataOperations.d.ts.map +0 -1
  3592. package/dist-esm/src/operationsInterfaces/securitySolutionsReferenceDataOperations.js.map +0 -1
  3593. package/dist-esm/src/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts +0 -57
  3594. package/dist-esm/src/operationsInterfaces/serverVulnerabilityAssessmentOperations.d.ts.map +0 -1
  3595. package/dist-esm/src/operationsInterfaces/serverVulnerabilityAssessmentOperations.js.map +0 -1
  3596. package/dist-esm/src/operationsInterfaces/settings.d.ts +0 -24
  3597. package/dist-esm/src/operationsInterfaces/settings.d.ts.map +0 -1
  3598. package/dist-esm/src/operationsInterfaces/settings.js.map +0 -1
  3599. package/dist-esm/src/operationsInterfaces/softwareInventories.d.ts +0 -32
  3600. package/dist-esm/src/operationsInterfaces/softwareInventories.d.ts.map +0 -1
  3601. package/dist-esm/src/operationsInterfaces/softwareInventories.js.map +0 -1
  3602. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts +0 -43
  3603. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.d.ts.map +0 -1
  3604. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js.map +0 -1
  3605. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts +0 -22
  3606. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.d.ts.map +0 -1
  3607. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js.map +0 -1
  3608. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts +0 -20
  3609. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScans.d.ts.map +0 -1
  3610. package/dist-esm/src/operationsInterfaces/sqlVulnerabilityAssessmentScans.js.map +0 -1
  3611. package/dist-esm/src/operationsInterfaces/subAssessments.d.ts +0 -33
  3612. package/dist-esm/src/operationsInterfaces/subAssessments.d.ts.map +0 -1
  3613. package/dist-esm/src/operationsInterfaces/subAssessments.js.map +0 -1
  3614. package/dist-esm/src/operationsInterfaces/tasks.d.ts +0 -65
  3615. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +0 -1
  3616. package/dist-esm/src/operationsInterfaces/tasks.js.map +0 -1
  3617. package/dist-esm/src/operationsInterfaces/topology.d.ts +0 -28
  3618. package/dist-esm/src/operationsInterfaces/topology.d.ts.map +0 -1
  3619. package/dist-esm/src/operationsInterfaces/topology.js.map +0 -1
  3620. package/dist-esm/src/operationsInterfaces/workspaceSettings.d.ts +0 -40
  3621. package/dist-esm/src/operationsInterfaces/workspaceSettings.d.ts.map +0 -1
  3622. package/dist-esm/src/operationsInterfaces/workspaceSettings.js.map +0 -1
  3623. package/dist-esm/src/pagingHelper.js +0 -32
  3624. package/dist-esm/src/pagingHelper.js.map +0 -1
  3625. package/dist-esm/src/securityCenter.d.ts +0 -77
  3626. package/dist-esm/src/securityCenter.d.ts.map +0 -1
  3627. package/dist-esm/src/securityCenter.js +0 -130
  3628. package/dist-esm/src/securityCenter.js.map +0 -1
  3629. package/dist-esm/test/security_examples.spec.d.ts +0 -4
  3630. package/dist-esm/test/security_examples.spec.d.ts.map +0 -1
  3631. package/dist-esm/test/security_examples.spec.js +0 -126
  3632. package/dist-esm/test/security_examples.spec.js.map +0 -1
  3633. package/review/arm-security.api.md +0 -6243
  3634. package/rollup.config.js +0 -122
  3635. package/src/index.ts +0 -13
  3636. package/src/lroImpl.ts +0 -42
  3637. package/src/models/index.ts +0 -9152
  3638. package/src/models/mappers.ts +0 -11476
  3639. package/src/models/parameters.ts +0 -1355
  3640. package/src/operations/aPICollection.ts +0 -248
  3641. package/src/operations/aPICollectionOffboarding.ts +0 -73
  3642. package/src/operations/aPICollectionOnboarding.ts +0 -78
  3643. package/src/operations/adaptiveApplicationControls.ts +0 -195
  3644. package/src/operations/adaptiveNetworkHardenings.ts +0 -456
  3645. package/src/operations/advancedThreatProtection.ts +0 -112
  3646. package/src/operations/alerts.ts +0 -1164
  3647. package/src/operations/alertsSuppressionRules.ts +0 -269
  3648. package/src/operations/allowedConnections.ts +0 -347
  3649. package/src/operations/applicationOperations.ts +0 -144
  3650. package/src/operations/applications.ts +0 -154
  3651. package/src/operations/assessments.ts +0 -294
  3652. package/src/operations/assessmentsMetadata.ts +0 -421
  3653. package/src/operations/autoProvisioningSettings.ts +0 -234
  3654. package/src/operations/automations.ts +0 -485
  3655. package/src/operations/complianceResults.ts +0 -206
  3656. package/src/operations/compliances.ts +0 -207
  3657. package/src/operations/connectors.ts +0 -272
  3658. package/src/operations/customAssessmentAutomations.ts +0 -445
  3659. package/src/operations/customEntityStoreAssignments.ts +0 -448
  3660. package/src/operations/deviceSecurityGroups.ts +0 -288
  3661. package/src/operations/discoveredSecuritySolutions.ts +0 -351
  3662. package/src/operations/externalSecuritySolutions.ts +0 -351
  3663. package/src/operations/governanceAssignments.ts +0 -329
  3664. package/src/operations/governanceRules.ts +0 -524
  3665. package/src/operations/healthReportOperations.ts +0 -71
  3666. package/src/operations/healthReports.ts +0 -164
  3667. package/src/operations/index.ts +0 -69
  3668. package/src/operations/informationProtectionPolicies.ts +0 -264
  3669. package/src/operations/ingestionSettings.ts +0 -351
  3670. package/src/operations/iotSecuritySolution.ts +0 -490
  3671. package/src/operations/iotSecuritySolutionAnalytics.ts +0 -116
  3672. package/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.ts +0 -286
  3673. package/src/operations/iotSecuritySolutionsAnalyticsRecommendation.ts +0 -251
  3674. package/src/operations/jitNetworkAccessPolicies.ts +0 -826
  3675. package/src/operations/locations.ts +0 -197
  3676. package/src/operations/mdeOnboardings.ts +0 -89
  3677. package/src/operations/operations.ts +0 -149
  3678. package/src/operations/pricings.ts +0 -138
  3679. package/src/operations/regulatoryComplianceAssessments.ts +0 -261
  3680. package/src/operations/regulatoryComplianceControls.ts +0 -227
  3681. package/src/operations/regulatoryComplianceStandards.ts +0 -193
  3682. package/src/operations/secureScoreControlDefinitions.ts +0 -274
  3683. package/src/operations/secureScoreControls.ts +0 -303
  3684. package/src/operations/secureScores.ts +0 -194
  3685. package/src/operations/securityConnectorApplication.ts +0 -172
  3686. package/src/operations/securityConnectorApplications.ts +0 -206
  3687. package/src/operations/securityConnectors.ts +0 -485
  3688. package/src/operations/securityContacts.ts +0 -273
  3689. package/src/operations/securityOperators.ts +0 -190
  3690. package/src/operations/securitySolutions.ts +0 -200
  3691. package/src/operations/securitySolutionsReferenceDataOperations.ts +0 -100
  3692. package/src/operations/serverVulnerabilityAssessmentOperations.ts +0 -331
  3693. package/src/operations/settings.ts +0 -234
  3694. package/src/operations/softwareInventories.ts +0 -428
  3695. package/src/operations/sqlVulnerabilityAssessmentBaselineRules.ts +0 -220
  3696. package/src/operations/sqlVulnerabilityAssessmentScanResults.ts +0 -115
  3697. package/src/operations/sqlVulnerabilityAssessmentScans.ts +0 -106
  3698. package/src/operations/subAssessments.ts +0 -369
  3699. package/src/operations/tasks.ts +0 -652
  3700. package/src/operations/topology.ts +0 -345
  3701. package/src/operations/workspaceSettings.ts +0 -315
  3702. package/src/operationsInterfaces/aPICollection.ts +0 -51
  3703. package/src/operationsInterfaces/aPICollectionOffboarding.ts +0 -28
  3704. package/src/operationsInterfaces/aPICollectionOnboarding.ts +0 -32
  3705. package/src/operationsInterfaces/adaptiveApplicationControls.ts +0 -67
  3706. package/src/operationsInterfaces/adaptiveNetworkHardenings.ts +0 -97
  3707. package/src/operationsInterfaces/advancedThreatProtection.ts +0 -39
  3708. package/src/operationsInterfaces/alerts.ts +0 -234
  3709. package/src/operationsInterfaces/alertsSuppressionRules.ts +0 -59
  3710. package/src/operationsInterfaces/allowedConnections.ts +0 -55
  3711. package/src/operationsInterfaces/applicationOperations.ts +0 -49
  3712. package/src/operationsInterfaces/applications.ts +0 -22
  3713. package/src/operationsInterfaces/assessments.ts +0 -72
  3714. package/src/operationsInterfaces/assessmentsMetadata.ts +0 -79
  3715. package/src/operationsInterfaces/autoProvisioningSettings.ts +0 -49
  3716. package/src/operationsInterfaces/automations.ts +0 -99
  3717. package/src/operationsInterfaces/complianceResults.ts +0 -42
  3718. package/src/operationsInterfaces/compliances.ts +0 -44
  3719. package/src/operationsInterfaces/connectors.ts +0 -61
  3720. package/src/operationsInterfaces/customAssessmentAutomations.ts +0 -81
  3721. package/src/operationsInterfaces/customEntityStoreAssignments.ts +0 -84
  3722. package/src/operationsInterfaces/deviceSecurityGroups.ts +0 -70
  3723. package/src/operationsInterfaces/discoveredSecuritySolutions.ts +0 -53
  3724. package/src/operationsInterfaces/externalSecuritySolutions.ts +0 -53
  3725. package/src/operationsInterfaces/governanceAssignments.ts +0 -86
  3726. package/src/operationsInterfaces/governanceRules.ts +0 -147
  3727. package/src/operationsInterfaces/healthReportOperations.ts +0 -27
  3728. package/src/operationsInterfaces/healthReports.ts +0 -26
  3729. package/src/operationsInterfaces/index.ts +0 -69
  3730. package/src/operationsInterfaces/informationProtectionPolicies.ts +0 -62
  3731. package/src/operationsInterfaces/ingestionSettings.ts +0 -85
  3732. package/src/operationsInterfaces/iotSecuritySolution.ts +0 -97
  3733. package/src/operationsInterfaces/iotSecuritySolutionAnalytics.ts +0 -42
  3734. package/src/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.ts +0 -62
  3735. package/src/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.ts +0 -48
  3736. package/src/operationsInterfaces/jitNetworkAccessPolicies.ts +0 -133
  3737. package/src/operationsInterfaces/locations.ts +0 -39
  3738. package/src/operationsInterfaces/mdeOnboardings.ts +0 -32
  3739. package/src/operationsInterfaces/operations.ts +0 -22
  3740. package/src/operationsInterfaces/pricings.ts +0 -46
  3741. package/src/operationsInterfaces/regulatoryComplianceAssessments.ts +0 -44
  3742. package/src/operationsInterfaces/regulatoryComplianceControls.ts +0 -40
  3743. package/src/operationsInterfaces/regulatoryComplianceStandards.ts +0 -36
  3744. package/src/operationsInterfaces/secureScoreControlDefinitions.ts +0 -34
  3745. package/src/operationsInterfaces/secureScoreControls.ts +0 -36
  3746. package/src/operationsInterfaces/secureScores.ts +0 -38
  3747. package/src/operationsInterfaces/securityConnectorApplication.ts +0 -64
  3748. package/src/operationsInterfaces/securityConnectorApplications.ts +0 -30
  3749. package/src/operationsInterfaces/securityConnectors.ts +0 -98
  3750. package/src/operationsInterfaces/securityContacts.ts +0 -59
  3751. package/src/operationsInterfaces/securityOperators.ts +0 -63
  3752. package/src/operationsInterfaces/securitySolutions.ts +0 -42
  3753. package/src/operationsInterfaces/securitySolutionsReferenceDataOperations.ts +0 -35
  3754. package/src/operationsInterfaces/serverVulnerabilityAssessmentOperations.ts +0 -103
  3755. package/src/operationsInterfaces/settings.ts +0 -50
  3756. package/src/operationsInterfaces/softwareInventories.ts +0 -62
  3757. package/src/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.ts +0 -84
  3758. package/src/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.ts +0 -46
  3759. package/src/operationsInterfaces/sqlVulnerabilityAssessmentScans.ts +0 -42
  3760. package/src/operationsInterfaces/subAssessments.ts +0 -60
  3761. package/src/operationsInterfaces/tasks.ts +0 -115
  3762. package/src/operationsInterfaces/topology.ts +0 -53
  3763. package/src/operationsInterfaces/workspaceSettings.ts +0 -75
  3764. package/src/pagingHelper.ts +0 -39
  3765. package/src/securityCenter.ts +0 -386
  3766. package/tsconfig.json +0 -33
  3767. package/types/arm-security.d.ts +0 -10955
  3768. package/types/tsdoc-metadata.json +0 -11
  3769. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  3770. /package/{dist-esm/src → dist/browser}/operationsInterfaces/adaptiveApplicationControls.js +0 -0
  3771. /package/{dist-esm/src → dist/browser}/operationsInterfaces/adaptiveNetworkHardenings.js +0 -0
  3772. /package/{dist-esm/src → dist/browser}/operationsInterfaces/advancedThreatProtection.js +0 -0
  3773. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
  3774. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertsSuppressionRules.js +0 -0
  3775. /package/{dist-esm/src → dist/browser}/operationsInterfaces/allowedConnections.js +0 -0
  3776. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationOperations.js +0 -0
  3777. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
  3778. /package/{dist-esm/src → dist/browser}/operationsInterfaces/assessments.js +0 -0
  3779. /package/{dist-esm/src → dist/browser}/operationsInterfaces/assessmentsMetadata.js +0 -0
  3780. /package/{dist-esm/src → dist/browser}/operationsInterfaces/autoProvisioningSettings.js +0 -0
  3781. /package/{dist-esm/src → dist/browser}/operationsInterfaces/automations.js +0 -0
  3782. /package/{dist-esm/src → dist/browser}/operationsInterfaces/complianceResults.js +0 -0
  3783. /package/{dist-esm/src → dist/browser}/operationsInterfaces/compliances.js +0 -0
  3784. /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectors.js +0 -0
  3785. /package/{dist-esm/src → dist/browser}/operationsInterfaces/customAssessmentAutomations.js +0 -0
  3786. /package/{dist-esm/src → dist/browser}/operationsInterfaces/customEntityStoreAssignments.js +0 -0
  3787. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deviceSecurityGroups.js +0 -0
  3788. /package/{dist-esm/src → dist/browser}/operationsInterfaces/discoveredSecuritySolutions.js +0 -0
  3789. /package/{dist-esm/src → dist/browser}/operationsInterfaces/externalSecuritySolutions.js +0 -0
  3790. /package/{dist-esm/src → dist/browser}/operationsInterfaces/governanceAssignments.js +0 -0
  3791. /package/{dist-esm/src → dist/browser}/operationsInterfaces/governanceRules.js +0 -0
  3792. /package/{dist-esm/src → dist/browser}/operationsInterfaces/healthReports.js +0 -0
  3793. /package/{dist-esm/src → dist/browser}/operationsInterfaces/informationProtectionPolicies.js +0 -0
  3794. /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotSecuritySolution.js +0 -0
  3795. /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotSecuritySolutionAnalytics.js +0 -0
  3796. /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotSecuritySolutionsAnalyticsAggregatedAlert.js +0 -0
  3797. /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotSecuritySolutionsAnalyticsRecommendation.js +0 -0
  3798. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jitNetworkAccessPolicies.js +0 -0
  3799. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  3800. /package/{dist-esm/src → dist/browser}/operationsInterfaces/mdeOnboardings.js +0 -0
  3801. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  3802. /package/{dist-esm/src → dist/browser}/operationsInterfaces/pricings.js +0 -0
  3803. /package/{dist-esm/src → dist/browser}/operationsInterfaces/regulatoryComplianceAssessments.js +0 -0
  3804. /package/{dist-esm/src → dist/browser}/operationsInterfaces/regulatoryComplianceControls.js +0 -0
  3805. /package/{dist-esm/src → dist/browser}/operationsInterfaces/regulatoryComplianceStandards.js +0 -0
  3806. /package/{dist-esm/src → dist/browser}/operationsInterfaces/secureScoreControlDefinitions.js +0 -0
  3807. /package/{dist-esm/src → dist/browser}/operationsInterfaces/secureScoreControls.js +0 -0
  3808. /package/{dist-esm/src → dist/browser}/operationsInterfaces/secureScores.js +0 -0
  3809. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securityConnectorApplication.js +0 -0
  3810. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securityConnectorApplications.js +0 -0
  3811. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securityConnectors.js +0 -0
  3812. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securityContacts.js +0 -0
  3813. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securityOperators.js +0 -0
  3814. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securitySolutions.js +0 -0
  3815. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securitySolutionsReferenceDataOperations.js +0 -0
  3816. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverVulnerabilityAssessmentOperations.js +0 -0
  3817. /package/{dist-esm/src → dist/browser}/operationsInterfaces/settings.js +0 -0
  3818. /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareInventories.js +0 -0
  3819. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVulnerabilityAssessmentBaselineRules.js +0 -0
  3820. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVulnerabilityAssessmentScanResults.js +0 -0
  3821. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVulnerabilityAssessmentScans.js +0 -0
  3822. /package/{dist-esm/src → dist/browser}/operationsInterfaces/subAssessments.js +0 -0
  3823. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tasks.js +0 -0
  3824. /package/{dist-esm/src → dist/browser}/operationsInterfaces/topology.js +0 -0
  3825. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaceSettings.js +0 -0
  3826. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  3827. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../src/pagingHelper.ts","../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/alerts.ts","../src/operations/settings.ts","../src/operations/ingestionSettings.ts","../src/operations/softwareInventories.ts","../src/operations/governanceRules.ts","../src/operations/governanceAssignments.ts","../src/operations/applications.ts","../src/operations/applicationOperations.ts","../src/operations/securityConnectorApplications.ts","../src/operations/securityConnectorApplication.ts","../src/operations/aPICollection.ts","../src/operations/aPICollectionOnboarding.ts","../src/operations/aPICollectionOffboarding.ts","../src/operations/healthReports.ts","../src/operations/healthReportOperations.ts","../src/operations/sqlVulnerabilityAssessmentScans.ts","../src/operations/sqlVulnerabilityAssessmentScanResults.ts","../src/operations/sqlVulnerabilityAssessmentBaselineRules.ts","../src/operations/securityConnectors.ts","../src/operations/securityOperators.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\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\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 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\n | DefenderFoDatabasesAwsOffering\n | InformationProtectionAwsOffering\n | CspmMonitorGcpOffering\n | DefenderForServersGcpOffering\n | DefenderForDatabasesGcpOffering\n | DefenderForContainersGcpOffering\n | CspmMonitorGithubOffering\n | CspmMonitorAzureDevOpsOffering\n | DefenderCspmAwsOffering\n | DefenderCspmGcpOffering\n | DefenderForDevOpsGithubOffering\n | DefenderForDevOpsAzureDevOpsOffering\n | CspmMonitorGitLabOffering\n | DefenderForDevOpsGitLabOffering;\nexport type EnvironmentDataUnion =\n | EnvironmentData\n | AwsEnvironmentData\n | GcpProjectEnvironmentData\n | GithubScopeEnvironmentData\n | AzureDevOpsScopeEnvironmentData\n | GitlabScopeEnvironmentData;\nexport type AwsOrganizationalDataUnion =\n | AwsOrganizationalData\n | AwsOrganizationalDataMaster\n | AwsOrganizationalDataMember;\nexport type GcpOrganizationalDataUnion =\n | GcpOrganizationalData\n | GcpOrganizationalDataOrganization\n | GcpOrganizationalDataMember;\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/** A plan's extension properties */\nexport interface Extension {\n /**\n * The extension name. Supported values are: <br><br>**AgentlessDiscoveryForKubernetes** - API-based discovery of information about Kubernetes cluster architecture, workload objects, and setup. Required for Kubernetes inventory, identity and network exposure detection, attack path analysis and risk hunting as part of the cloud security explorer.\n * Available for CloudPosture plan.<br><br>**OnUploadMalwareScanning** - Limits the GB to be scanned per month for each storage account within the subscription. Once this limit reached on a given storage account, Blobs won't be scanned during current calendar month.\n * Available for StorageAccounts plan.<br><br>**SensitiveDataDiscovery** - Sensitive data discovery identifies Blob storage container with sensitive data such as credentials, credit cards, and more, to help prioritize and investigate security events.\n * Available for StorageAccounts and CloudPosture plans.<br><br>**ContainerRegistriesVulnerabilityAssessments** - Provides vulnerability management for images stored in your container registries.\n * Available for CloudPosture and Containers plans.\n */\n name: string;\n /** Indicates whether the extension is enabled. */\n isEnabled: IsEnabled;\n /** Property values associated with the extension. */\n additionalExtensionProperties?: { [propertyName: string]: any };\n /**\n * Optional. A status describing the success/failure of the extension's enablement/disablement operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationStatus?: OperationStatus;\n}\n\n/** A status describing the success/failure of the extension's enablement/disablement operation. */\nexport interface OperationStatus {\n /** The operation status code. */\n code?: Code;\n /** Additional information regarding the success/failure of the operation. */\n message?: string;\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/** Defines whether to send email notifications about new security alerts */\nexport interface SecurityContactPropertiesAlertNotifications {\n /** Defines if email notifications will be sent about new security alerts */\n state?: State;\n /** Defines the minimal alert severity which will be sent as email notifications */\n minimalSeverity?: MinimalSeverity;\n}\n\n/** Defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription. */\nexport interface SecurityContactPropertiesNotificationsByRole {\n /** Defines whether to send email notifications from AMicrosoft Defender for Cloud to persons with specific RBAC roles on the subscription. */\n state?: State;\n /** Defines which RBAC roles will get email notifications from Microsoft Defender for Cloud. List of allowed RBAC roles: */\n roles?: Roles[];\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 VM/server groups and set of rules that are Recommended by Microsoft Defender for Cloud 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?: ExternalSecuritySolution[];\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/** 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/** Changing set of properties depending on the supportingEvidence type. */\nexport interface AlertPropertiesSupportingEvidence {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /**\n * Type of the supportingEvidence\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/** Page of a governance rules list */\nexport interface GovernanceRuleList {\n /**\n * Collection of governance rules in this page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: GovernanceRule[];\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 owner source of governance rule */\nexport interface GovernanceRuleOwnerSource {\n /** The owner type for the governance rule owner source */\n type?: GovernanceRuleOwnerSourceType;\n /** The source value e.g. tag key like owner name or email address */\n value?: string;\n}\n\n/** The governance email weekly notification configuration */\nexport interface GovernanceRuleEmailNotification {\n /** Defines whether manager email notifications are disabled */\n disableManagerEmailNotification?: boolean;\n /** Defines whether owner email notifications are disabled */\n disableOwnerEmailNotification?: boolean;\n}\n\n/** The governance rule metadata */\nexport interface GovernanceRuleMetadata {\n /**\n * Governance rule Created by object id (GUID)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Governance rule creation date\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn?: Date;\n /**\n * Governance rule last updated by object id (GUID)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedBy?: string;\n /**\n * Governance rule last update date\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedOn?: Date;\n}\n\n/** Governance rule execution parameters */\nexport interface ExecuteGovernanceRuleParams {\n /** Describe if governance rule should be override */\n override?: boolean;\n}\n\n/** Long run operation status of governance rule over a given scope */\nexport interface OperationResultAutoGenerated {\n /**\n * The status of the long run operation result of governance rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: OperationResult;\n}\n\n/** Page of a governance assignments list */\nexport interface GovernanceAssignmentsList {\n /**\n * Collection of governance assignments in this page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: GovernanceAssignment[];\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 ETA (estimated time of arrival) for remediation */\nexport interface RemediationEta {\n /** ETA for remediation. */\n eta: Date;\n /** Justification for change of Eta. */\n justification: string;\n}\n\n/** The governance email weekly notification configuration. */\nexport interface GovernanceEmailNotification {\n /** Exclude manager from weekly email notification. */\n disableManagerEmailNotification?: boolean;\n /** Exclude owner from weekly email notification. */\n disableOwnerEmailNotification?: boolean;\n}\n\n/** Describe the additional data of governance assignment - optional */\nexport interface GovernanceAssignmentAdditionalData {\n /** Ticket number associated with this governance assignment */\n ticketNumber?: number;\n /** Ticket link associated with this governance assignment - for example: https://snow.com */\n ticketLink?: string;\n /** The ticket status associated with this governance assignment - for example: Active */\n ticketStatus?: string;\n}\n\n/** Page of a security applications list */\nexport interface ApplicationsList {\n /**\n * Collection of applications in this page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Application[];\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/** Page of a list of API collections as represented by Defender for APIs. */\nexport interface ApiCollectionResponseList {\n /**\n * API collections in this page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ApiCollectionResponse[];\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/** 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 ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\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?: ErrorDetail[];\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/** Page of health reports list */\nexport interface HealthReportsList {\n /**\n * Collection of health reports in this page\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: HealthReport[];\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 resource details of the health report */\nexport interface ResourceDetailsAutoGenerated {\n /** The status of the health report */\n source?: Source;\n /**\n * The azure id of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The id of the connector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectorId?: string;\n}\n\n/** The environment details of the resource */\nexport interface EnvironmentDetails {\n /** The native resource id of the resource (in case of Azure - the resource Id, in case of MC - the native resource id) */\n nativeResourceId?: string;\n /** The hierarchy id of the connector (in case of Azure - the subscription Id, in case of MC - the hierarchyId id) */\n environmentHierarchyId?: string;\n /** The organizational hierarchy id of the connector (in case of Azure - the subscription Id, in case of MC - the organizational hierarchyId id) */\n organizationalHierarchyId?: string;\n /** The subscription Id */\n subscriptionId?: string;\n /** The tenant Id */\n tenantId?: string;\n}\n\n/** The classification of the health report */\nexport interface HealthDataClassification {\n /** The component describes the name of the agent/service that scans the issue */\n component?: string;\n /** The scenario describes the health scenario issue of the component */\n scenario?: string;\n /** The resource scope of the health report */\n scope?: ScopeName;\n}\n\n/** The status of the health report */\nexport interface StatusAutoGenerated {\n /** The status of the health report */\n code?: StatusName;\n /**\n * The date of when the status of the health report was changed in the last time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusChangeDate?: Date;\n /**\n * The date of when the resource of the health report was scanned in the first time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly firstEvaluationDate?: Date;\n}\n\n/** The issue that caused the resource to by unhealthy */\nexport interface Issue {\n /** The unique issue key */\n issueKey: string;\n /** The issue name */\n issueName?: string;\n /** The affected security values that MDC offers that will be affected by the issue, for example: recommendations, alerts, etc */\n securityValues?: string[];\n /** The issue description */\n issueDescription?: string;\n /** Human readable description of what you should do to mitigate this health issue */\n remediationSteps?: string;\n /** The remediation script to solve this issue */\n remediationScript?: string;\n /** Additional data for the given issue. The additional data depends on the issue type */\n issueAdditionalData?: { [propertyName: string]: 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 ErrorResponseAutoGenerated {\n /** The error object. */\n error?: ErrorDetailAutoGenerated;\n}\n\n/** The error detail. */\nexport interface ErrorDetailAutoGenerated {\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?: ErrorDetailAutoGenerated[];\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/** 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 /** Last scan time. */\n lastScanTime?: Date;\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 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 | \"DefenderForDatabasesAws\"\n | \"InformationProtectionAws\"\n | \"CspmMonitorGcp\"\n | \"DefenderForServersGcp\"\n | \"DefenderForDatabasesGcp\"\n | \"DefenderForContainersGcp\"\n | \"CspmMonitorGithub\"\n | \"CspmMonitorAzureDevOps\"\n | \"DefenderCspmAws\"\n | \"DefenderCspmGcp\"\n | \"DefenderForDevOpsGithub\"\n | \"DefenderForDevOpsAzureDevOps\"\n | \"CspmMonitorGitLab\"\n | \"DefenderForDevOpsGitLab\";\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 security connector environment data. */\nexport interface EnvironmentData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n environmentType:\n | \"AwsAccount\"\n | \"GcpProject\"\n | \"GithubScope\"\n | \"AzureDevOpsScope\"\n | \"GitlabScope\";\n}\n\n/** List of SecurityOperator response. */\nexport interface SecurityOperatorList {\n /** List of SecurityOperator configurations */\n value: SecurityOperator[];\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The identity type. */\n type?: \"SystemAssigned\";\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/** Governance rule's condition */\nexport interface Condition {\n /** The governance rule Condition's Property, e.g. Severity or AssessmentKey, see examples */\n property?: string;\n /** The governance rule Condition's Value like severity Low, High or assessments keys, see examples */\n value?: string;\n /** The governance rule Condition's Operator, for example Equals for severity or In for list of assessments, see examples */\n operator?: GovernanceRuleConditionOperator;\n}\n\n/** Application's condition */\nexport interface ApplicationCondition {\n /** The application Condition's Property, e.g. ID, see examples */\n property?: string;\n /** The application Condition's Value like IDs that contain some string, see examples */\n value?: string;\n /** The application Condition's Operator, for example Contains for id or In for list of possible IDs, see examples */\n operator?: ApplicationConditionOperator;\n}\n\n/** The AWS organization data */\nexport interface AwsOrganizationalData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n organizationMembershipType: \"Organization\" | \"Member\";\n}\n\n/** The gcpOrganization data */\nexport interface GcpOrganizationalData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n organizationMembershipType: \"Organization\" | \"Member\";\n}\n\n/** The details about the project represented by the security connector */\nexport interface GcpProjectDetails {\n /** The unique GCP Project number */\n projectNumber?: string;\n /** The GCP Project id */\n projectId?: string;\n /**\n * The GCP workload identity federation pool id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly workloadIdentityPoolId?: string;\n /**\n * GCP project name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly projectName?: string;\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 used for provisioning resources */\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 used for reading data */\n cloudRoleArn?: string;\n}\n\n/** The cloudwatch to kinesis connection configuration */\nexport interface DefenderForContainersAwsOfferingCloudWatchToKinesis {\n /** The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis */\n cloudRoleArn?: string;\n}\n\n/** The kinesis to s3 connection configuration */\nexport interface DefenderForContainersAwsOfferingKinesisToS3 {\n /** The cloud role ARN in AWS used by Kinesis to transfer data into S3 */\n cloudRoleArn?: string;\n}\n\n/** The container vulnerability assessment configuration */\nexport interface DefenderForContainersAwsOfferingContainerVulnerabilityAssessment {\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The container vulnerability assessment task configuration */\nexport interface DefenderForContainersAwsOfferingContainerVulnerabilityAssessmentTask {\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 /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n /** Configuration for servers Arc auto provisioning */\n configuration?: DefenderForServersAwsOfferingArcAutoProvisioningConfiguration;\n}\n\n/** Configuration for servers Arc auto provisioning */\nexport interface DefenderForServersAwsOfferingArcAutoProvisioningConfiguration {\n /** Optional HTTP proxy endpoint to use for the Arc agent */\n proxy?: string;\n /** Optional Arc private link scope resource id to link the Arc agent */\n privateLinkScope?: string;\n}\n\n/** The Vulnerability Assessment autoprovisioning configuration */\nexport interface DefenderForServersAwsOfferingVaAutoProvisioning {\n /** Is Vulnerability Assessment auto provisioning enabled */\n enabled?: boolean;\n /** configuration for Vulnerability Assessment autoprovisioning */\n configuration?: DefenderForServersAwsOfferingVaAutoProvisioningConfiguration;\n}\n\n/** configuration for Vulnerability Assessment autoprovisioning */\nexport interface DefenderForServersAwsOfferingVaAutoProvisioningConfiguration {\n /** The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys' */\n type?: Type;\n}\n\n/** The Microsoft Defender for Endpoint autoprovisioning configuration */\nexport interface DefenderForServersAwsOfferingMdeAutoProvisioning {\n /** Is Microsoft Defender for Endpoint auto provisioning enabled */\n enabled?: boolean;\n /** configuration for Microsoft Defender for Endpoint autoprovisioning */\n configuration?: Record<string, unknown>;\n}\n\n/** configuration for the servers offering subPlan */\nexport interface DefenderForServersAwsOfferingSubPlan {\n /** The available sub plans */\n type?: SubPlan;\n}\n\n/** The Microsoft Defender for Server VM scanning configuration */\nexport interface DefenderForServersAwsOfferingVmScanners {\n /** Is Microsoft Defender for Server VM scanning enabled */\n enabled?: boolean;\n /** configuration for Microsoft Defender for Server VM scanning */\n configuration?: DefenderForServersAwsOfferingVmScannersConfiguration;\n}\n\n/** configuration for Microsoft Defender for Server VM scanning */\nexport interface DefenderForServersAwsOfferingVmScannersConfiguration {\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n /** The scanning mode for the VM scan. */\n scanningMode?: ScanningMode;\n /** VM tags that indicates that VM should not be scanned */\n exclusionTags?: { [propertyName: string]: string };\n}\n\n/** The ARC autoprovisioning configuration */\nexport interface DefenderFoDatabasesAwsOfferingArcAutoProvisioning {\n /** Is arc auto provisioning enabled */\n enabled?: boolean;\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n /** Configuration for servers Arc auto provisioning */\n configuration?: DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration;\n}\n\n/** Configuration for servers Arc auto provisioning */\nexport interface DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration {\n /** Optional http proxy endpoint to use for the Arc agent */\n proxy?: string;\n /** Optional Arc private link scope resource id to link the Arc agent */\n privateLinkScope?: string;\n}\n\n/** The RDS configuration */\nexport interface DefenderFoDatabasesAwsOfferingRds {\n /** Is RDS protection enabled */\n enabled?: boolean;\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The databases data security posture management (DSPM) configuration */\nexport interface DefenderFoDatabasesAwsOfferingDatabasesDspm {\n /** Is databases data security posture management (DSPM) protection enabled */\n enabled?: boolean;\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The native cloud connection configuration */\nexport interface InformationProtectionAwsOfferingInformationProtection {\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The native cloud connection configuration */\nexport interface CspmMonitorGcpOfferingNativeCloudConnection {\n /** The GCP workload identity provider id for the offering */\n workloadIdentityProviderId?: string;\n /** The service account email address in GCP for this offering */\n serviceAccountEmailAddress?: string;\n}\n\n/** The Defender for servers connection configuration */\nexport interface DefenderForServersGcpOfferingDefenderForServers {\n /** The workload identity provider id in GCP for this feature */\n workloadIdentityProviderId?: string;\n /** The service account email address in GCP for this feature */\n serviceAccountEmailAddress?: string;\n}\n\n/** The ARC autoprovisioning configuration */\nexport interface DefenderForServersGcpOfferingArcAutoProvisioning {\n /** Is arc auto provisioning enabled */\n enabled?: boolean;\n /** Configuration for servers Arc auto provisioning */\n configuration?: DefenderForServersGcpOfferingArcAutoProvisioningConfiguration;\n}\n\n/** Configuration for servers Arc auto provisioning */\nexport interface DefenderForServersGcpOfferingArcAutoProvisioningConfiguration {\n /** Optional HTTP proxy endpoint to use for the Arc agent */\n proxy?: string;\n /** Optional Arc private link scope resource id to link the Arc agent */\n privateLinkScope?: string;\n}\n\n/** The Vulnerability Assessment autoprovisioning configuration */\nexport interface DefenderForServersGcpOfferingVaAutoProvisioning {\n /** Is Vulnerability Assessment auto provisioning enabled */\n enabled?: boolean;\n /** configuration for Vulnerability Assessment autoprovisioning */\n configuration?: DefenderForServersGcpOfferingVaAutoProvisioningConfiguration;\n}\n\n/** configuration for Vulnerability Assessment autoprovisioning */\nexport interface DefenderForServersGcpOfferingVaAutoProvisioningConfiguration {\n /** The Vulnerability Assessment solution to be provisioned. Can be either 'TVM' or 'Qualys' */\n type?: Type;\n}\n\n/** The Microsoft Defender for Endpoint autoprovisioning configuration */\nexport interface DefenderForServersGcpOfferingMdeAutoProvisioning {\n /** Is Microsoft Defender for Endpoint auto provisioning enabled */\n enabled?: boolean;\n /** configuration for Microsoft Defender for Endpoint autoprovisioning */\n configuration?: Record<string, unknown>;\n}\n\n/** configuration for the servers offering subPlan */\nexport interface DefenderForServersGcpOfferingSubPlan {\n /** The available sub plans */\n type?: SubPlan;\n}\n\n/** The Microsoft Defender for Server VM scanning configuration */\nexport interface DefenderForServersGcpOfferingVmScanners {\n /** Is Microsoft Defender for Server VM scanning enabled */\n enabled?: boolean;\n /** configuration for Microsoft Defender for Server VM scanning */\n configuration?: DefenderForServersGcpOfferingVmScannersConfiguration;\n}\n\n/** configuration for Microsoft Defender for Server VM scanning */\nexport interface DefenderForServersGcpOfferingVmScannersConfiguration {\n /** The scanning mode for the VM scan. */\n scanningMode?: ScanningMode;\n /** VM tags that indicate that VM should not be scanned */\n exclusionTags?: { [propertyName: string]: string };\n}\n\n/** The ARC autoprovisioning configuration */\nexport interface DefenderForDatabasesGcpOfferingArcAutoProvisioning {\n /** Is arc auto provisioning enabled */\n enabled?: boolean;\n /** Configuration for servers Arc auto provisioning */\n configuration?: DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration;\n}\n\n/** Configuration for servers Arc auto provisioning */\nexport interface DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration {\n /** Optional http proxy endpoint to use for the Arc agent */\n proxy?: string;\n /** Optional Arc private link scope resource id to link the Arc agent */\n privateLinkScope?: string;\n}\n\n/** The native cloud connection configuration */\nexport interface DefenderForDatabasesGcpOfferingDefenderForDatabasesArcAutoProvisioning {\n /** The service account email address in GCP for this offering */\n serviceAccountEmailAddress?: string;\n /** The GCP workload identity provider id for this offering */\n workloadIdentityProviderId?: string;\n}\n\n/** The native cloud connection configuration */\nexport interface DefenderForContainersGcpOfferingNativeCloudConnection {\n /** The service account email address in GCP for this offering */\n serviceAccountEmailAddress?: string;\n /** The GCP workload identity provider id for this offering */\n workloadIdentityProviderId?: string;\n}\n\n/** The native cloud connection configuration */\nexport interface DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection {\n /** The data collection service account email address in GCP for this offering */\n serviceAccountEmailAddress?: string;\n /** The data collection GCP workload identity provider id for this offering */\n workloadIdentityProviderId?: string;\n}\n\n/** The Microsoft Defender for Server VM scanning configuration */\nexport interface DefenderCspmAwsOfferingVmScanners {\n /** Is Microsoft Defender for Server VM scanning enabled */\n enabled?: boolean;\n /** configuration for Microsoft Defender for Server VM scanning */\n configuration?: DefenderCspmAwsOfferingVmScannersConfiguration;\n}\n\n/** configuration for Microsoft Defender for Server VM scanning */\nexport interface DefenderCspmAwsOfferingVmScannersConfiguration {\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n /** The scanning mode for the VM scan. */\n scanningMode?: ScanningMode;\n /** VM tags that indicates that VM should not be scanned */\n exclusionTags?: { [propertyName: string]: string };\n}\n\n/** The Microsoft Defender Data Sensitivity discovery configuration */\nexport interface DefenderCspmAwsOfferingDataSensitivityDiscovery {\n /** Is Microsoft Defender Data Sensitivity discovery enabled */\n enabled?: boolean;\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The databases DSPM configuration */\nexport interface DefenderCspmAwsOfferingDatabasesDspm {\n /** Is databases DSPM protection enabled */\n enabled?: boolean;\n /** The cloud role ARN in AWS for this feature */\n cloudRoleArn?: string;\n}\n\n/** The resource of the configuration or data needed to onboard the machine to MDE */\nexport interface MdeOnboardingData extends 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 interface CustomAssessmentAutomation extends 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 interface CustomAssessmentAutomationRequest extends 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 interface CustomEntityStoreAssignment extends 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 interface ComplianceResult extends 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/** Microsoft Defender for Cloud is provided in two pricing tiers: free and standard. The standard tier offers advanced security capabilities, while the free tier offers basic security features. */\nexport interface Pricing extends Resource {\n /** The pricing tier value. Microsoft Defender for Cloud is provided in two pricing tiers: free and standard. The standard tier offers advanced security capabilities, while the free tier offers basic security features. */\n pricingTier?: PricingTier;\n /** The sub-plan selected for a Standard pricing configuration, when more than one sub-plan is available. Each sub-plan enables a set of security features. When not specified, full plan is applied. */\n subPlan?: string;\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 * Optional. If `pricingTier` is `Standard` then this property holds the date of the last time the `pricingTier` was set to `Standard`, when available (e.g 2023-03-01T12:42:42.1921106Z).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enablementTime?: Date;\n /**\n * Optional. True if the plan is deprecated. If there are replacing plans they will appear in `replacedBy` property\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deprecated?: boolean;\n /**\n * Optional. List of plans that replace this plan. This property exists only if this plan is deprecated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replacedBy?: string[];\n /** Optional. List of extensions offered under a plan. */\n extensions?: Extension[];\n}\n\n/** The Advanced Threat Protection resource. */\nexport interface AdvancedThreatProtectionSetting extends Resource {\n /** Indicates whether Advanced Threat Protection is enabled. */\n isEnabled?: boolean;\n}\n\n/** The device security group resource */\nexport interface DeviceSecurityGroup extends 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 interface IoTSecuritySolutionModel extends Resource, 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 interface IoTSecuritySolutionAnalyticsModel extends 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 interface IoTSecurityAggregatedAlert extends Resource, 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 interface IoTSecurityAggregatedRecommendation\n extends 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 interface AscLocation extends Resource {\n /** An empty set of properties */\n properties?: Record<string, unknown>;\n}\n\n/** Security task that we recommend to do in order to strengthen security */\nexport interface SecurityTask extends 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 interface AutoProvisioningSetting extends Resource {\n /** Describes what kind of security agent provisioning action to take */\n autoProvision?: AutoProvision;\n}\n\n/** Compliance of a scope */\nexport interface Compliance extends 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 interface InformationProtectionPolicy extends 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 and configurations for notifications coming from Microsoft Defender for Cloud. */\nexport interface SecurityContact extends Resource {\n /** List of email addresses which will get notifications from Microsoft Defender for Cloud by the configurations defined in this security contact. */\n emails?: string;\n /** The security contact's phone number */\n phone?: string;\n /** Defines whether to send email notifications about new security alerts */\n alertNotifications?: SecurityContactPropertiesAlertNotifications;\n /** Defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription. */\n notificationsByRole?: SecurityContactPropertiesNotificationsByRole;\n}\n\n/** Configures where to store the OMS agent data for workspaces under a scope */\nexport interface WorkspaceSetting extends 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 interface RegulatoryComplianceStandard extends 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 interface RegulatoryComplianceControl extends 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 interface RegulatoryComplianceAssessment extends 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 interface SecuritySubAssessment extends 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 interface TrackedResource\n extends Resource,\n AzureTrackedResourceLocation,\n KindAutoGenerated,\n ETag,\n Tags {}\n\n/** Describes the suppression rule */\nexport interface AlertsSuppressionRule extends 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 interface ServerVulnerabilityAssessment extends 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 interface SecurityAssessmentMetadataResponse extends 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 interface SecurityAssessmentResponse extends 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 interface SecurityAssessment extends 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 interface AdaptiveApplicationControlGroup extends Resource, 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 interface AdaptiveNetworkHardening extends 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 interface AllowedConnectionsResource extends Resource, 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 interface TopologyResource extends Resource, 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 interface JitNetworkAccessPolicy\n extends 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 interface DiscoveredSecuritySolution extends Resource, 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 interface SecuritySolutionsReferenceData extends Resource, 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 Microsoft Defender for Cloud which sends information to an OMS workspace and whose data is displayed by Microsoft Defender for Cloud. */\nexport interface ExternalSecuritySolution\n extends Resource,\n ExternalSecuritySolutionKindAutoGenerated,\n Location {}\n\n/** Secure score item data model */\nexport interface SecureScoreItem extends 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 interface SecureScoreControlDefinitionItem extends 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 interface SecureScoreControlDetails extends 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 interface SecuritySolution extends Resource, 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 interface ConnectorSetting extends 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/** Security alert */\nexport interface Alert extends Resource {\n /**\n * Schema version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\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 (Microsoft Sentinel, Microsoft Defender for Identity, Microsoft Defender for Endpoint, Microsoft Defender for Office, Microsoft Defender for Cloud Apps, 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 * kill chain related techniques behind the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly techniques?: string[];\n /**\n * Kill chain related sub-techniques behind the alert.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subTechniques?: string[];\n /** Changing set of properties depending on the supportingEvidence type. */\n supportingEvidence?: AlertPropertiesSupportingEvidence;\n}\n\n/** The kind of the security setting */\nexport interface Setting extends 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 interface IngestionSetting extends Resource {\n /** Ingestion setting data */\n properties?: Record<string, unknown>;\n}\n\n/** Represents a software data */\nexport interface Software extends 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/** Governance rule over a given scope */\nexport interface GovernanceRule extends Resource {\n /**\n * The tenantId (GUID)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Display name of the governance rule */\n displayName?: string;\n /** Description of the governance rule */\n description?: string;\n /** Governance rule remediation timeframe - this is the time that will affect on the grace-period duration e.g. 7.00:00:00 - means 7 days */\n remediationTimeframe?: string;\n /** Defines whether there is a grace period on the governance rule */\n isGracePeriod?: boolean;\n /** The governance rule priority, priority to the lower number. Rules with the same priority on the same scope will not be allowed */\n rulePriority?: number;\n /** Defines whether the rule is active/inactive */\n isDisabled?: boolean;\n /** The rule type of the governance rule, defines the source of the rule e.g. Integrated */\n ruleType?: GovernanceRuleType;\n /** The governance rule source, what the rule affects, e.g. Assessments */\n sourceResourceType?: GovernanceRuleSourceResourceType;\n /** Excluded scopes, filter out the descendants of the scope (on management scopes) */\n excludedScopes?: string[];\n /** The governance rule conditionSets - see examples */\n conditionSets?: Record<string, unknown>[];\n /** Defines whether the rule is management scope rule (master connector as a single scope or management scope) */\n includeMemberScopes?: boolean;\n /** The owner source for the governance rule - e.g. Manually by user@contoso.com - see example */\n ownerSource?: GovernanceRuleOwnerSource;\n /** The email notifications settings for the governance rule, states whether to disable notifications for mangers and owners */\n governanceEmailNotification?: GovernanceRuleEmailNotification;\n /** The governance rule metadata */\n metadata?: GovernanceRuleMetadata;\n}\n\n/** Governance assignment over a given scope */\nexport interface GovernanceAssignment extends Resource {\n /** The Owner for the governance assignment - e.g. user@contoso.com - see example */\n owner?: string;\n /** The remediation due-date - after this date Secure Score will be affected (in case of active grace-period) */\n remediationDueDate?: Date;\n /** The ETA (estimated time of arrival) for remediation (optional), see example */\n remediationEta?: RemediationEta;\n /** Defines whether there is a grace period on the governance assignment */\n isGracePeriod?: boolean;\n /** The email notifications settings for the governance rule, states whether to disable notifications for mangers and owners */\n governanceEmailNotification?: GovernanceEmailNotification;\n /** The additional data for the governance assignment - e.g. links to ticket (optional), see example */\n additionalData?: GovernanceAssignmentAdditionalData;\n}\n\n/** Security Application over a given scope */\nexport interface Application extends Resource {\n /** display name of the application */\n displayName?: string;\n /** description of the application */\n description?: string;\n /** The application source, what it affects, e.g. Assessments */\n sourceResourceType?: ApplicationSourceResourceType;\n /** The application conditionSets - see examples */\n conditionSets?: Record<string, unknown>[];\n}\n\n/** An API collection as represented by Defender for APIs. */\nexport interface ApiCollectionResponse extends Resource {\n /** The display name of the Azure API Management API. */\n displayName?: string;\n /** Additional data regarding the API collection. */\n additionalData?: { [propertyName: string]: string };\n}\n\n/** The health report resource */\nexport interface HealthReport extends Resource {\n /** The resource details of the health report */\n resourceDetails?: ResourceDetailsAutoGenerated;\n /** The environment details of the resource */\n environmentDetails?: EnvironmentDetails;\n /** The classification of the health report */\n healthDataClassification?: HealthDataClassification;\n /** The status of the health report */\n status?: StatusAutoGenerated;\n /** The affected defenders plans by unhealthy report */\n affectedDefendersPlans?: string[];\n /** A collection of the issues in the report */\n issues?: Issue[];\n}\n\n/** A vulnerability assessment scan record. */\nexport interface Scan extends Resource {\n /** A vulnerability assessment scan record properties. */\n properties?: ScanProperties;\n}\n\n/** A vulnerability assessment scan result for a single rule. */\nexport interface ScanResult extends Resource {\n /** A vulnerability assessment scan result properties for a single rule. */\n properties?: ScanResultProperties;\n}\n\n/** Rule results. */\nexport interface RuleResults extends Resource {\n /** Rule results properties. */\n properties?: RuleResultsProperties;\n}\n\n/** Security operator under a given subscription and pricing */\nexport interface SecurityOperator extends Resource {\n /** Identity for the resource. */\n identity?: Identity;\n}\n\n/** Security assessment metadata */\nexport interface SecurityAssessmentMetadata extends 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 interface ThresholdCustomAlertRule extends 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 interface ListCustomAlertRule extends 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 interface UpdateIotSecuritySolutionData extends 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 interface AzureResourceDetails extends 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 interface OnPremiseResourceDetails extends 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 interface SqlServerVulnerabilityProperties extends 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 interface ContainerRegistryVulnerabilityProperties\n extends 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 interface ServerVulnerabilityProperties extends 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 Microsoft Defender for Cloud's Workflow Automation capabilities, visit https://aka.ms/ASCWorkflowAutomationLearnMore */\nexport interface AutomationActionLogicApp extends 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 Microsoft Defender for Cloud continuous export capabilities, visit https://aka.ms/ASCExportLearnMore */\nexport interface AutomationActionEventHub extends 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 Microsoft Defender for Cloud continuous export capabilities, visit https://aka.ms/ASCExportLearnMore */\nexport interface AutomationActionWorkspace extends 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 interface SecurityAssessmentMetadataPropertiesResponse\n extends SecurityAssessmentMetadataProperties {\n publishDates?: SecurityAssessmentMetadataPropertiesResponsePublishDates;\n plannedDeprecationDate?: string;\n tactics?: Tactics[];\n techniques?: Techniques[];\n}\n\n/** The result of the assessment */\nexport interface AssessmentStatusResponse extends 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 interface SecurityAssessmentPropertiesResponse\n extends SecurityAssessmentPropertiesBase {\n /** The result of the assessment */\n status: AssessmentStatusResponse;\n}\n\n/** Describes properties of an assessment. */\nexport interface SecurityAssessmentProperties\n extends 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 interface AwsCredsAuthenticationDetailsProperties\n extends 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 interface AwAssumeRoleAuthenticationDetailsProperties\n extends 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 interface GcpCredentialsDetailsProperties\n extends 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 interface AzureResourceIdentifier extends 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 interface LogAnalyticsIdentifier extends 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 interface AlertSimulatorBundlesRequestProperties\n extends 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 */\nexport interface CspmMonitorAwsOffering extends 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 */\nexport interface DefenderForContainersAwsOffering extends 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 /** The container vulnerability assessment configuration */\n containerVulnerabilityAssessment?: DefenderForContainersAwsOfferingContainerVulnerabilityAssessment;\n /** The container vulnerability assessment task configuration */\n containerVulnerabilityAssessmentTask?: DefenderForContainersAwsOfferingContainerVulnerabilityAssessmentTask;\n /** Enable container vulnerability assessment feature */\n enableContainerVulnerabilityAssessment?: boolean;\n /** Is audit logs pipeline auto provisioning enabled */\n autoProvisioning?: boolean;\n /** The retention time in days of kube audit logs set on the CloudWatch log group */\n kubeAuditRetentionTime?: number;\n /** The externalId used by the data reader to prevent the confused deputy attack */\n scubaExternalId?: string;\n}\n\n/** The Defender for Servers AWS offering */\nexport interface DefenderForServersAwsOffering extends 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 /** The Vulnerability Assessment autoprovisioning configuration */\n vaAutoProvisioning?: DefenderForServersAwsOfferingVaAutoProvisioning;\n /** The Microsoft Defender for Endpoint autoprovisioning configuration */\n mdeAutoProvisioning?: DefenderForServersAwsOfferingMdeAutoProvisioning;\n /** configuration for the servers offering subPlan */\n subPlan?: DefenderForServersAwsOfferingSubPlan;\n /** The Microsoft Defender for Server VM scanning configuration */\n vmScanners?: DefenderForServersAwsOfferingVmScanners;\n}\n\n/** The Defender for Databases AWS offering */\nexport interface DefenderFoDatabasesAwsOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderForDatabasesAws\";\n /** The ARC autoprovisioning configuration */\n arcAutoProvisioning?: DefenderFoDatabasesAwsOfferingArcAutoProvisioning;\n /** The RDS configuration */\n rds?: DefenderFoDatabasesAwsOfferingRds;\n /** The databases data security posture management (DSPM) configuration */\n databasesDspm?: DefenderFoDatabasesAwsOfferingDatabasesDspm;\n}\n\n/** The information protection for AWS offering */\nexport interface InformationProtectionAwsOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"InformationProtectionAws\";\n /** The native cloud connection configuration */\n informationProtection?: InformationProtectionAwsOfferingInformationProtection;\n}\n\n/** The CSPM monitoring for GCP offering */\nexport interface CspmMonitorGcpOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"CspmMonitorGcp\";\n /** The native cloud connection configuration */\n nativeCloudConnection?: CspmMonitorGcpOfferingNativeCloudConnection;\n}\n\n/** The Defender for Servers GCP offering configurations */\nexport interface DefenderForServersGcpOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderForServersGcp\";\n /** The Defender for servers connection configuration */\n defenderForServers?: DefenderForServersGcpOfferingDefenderForServers;\n /** The ARC autoprovisioning configuration */\n arcAutoProvisioning?: DefenderForServersGcpOfferingArcAutoProvisioning;\n /** The Vulnerability Assessment autoprovisioning configuration */\n vaAutoProvisioning?: DefenderForServersGcpOfferingVaAutoProvisioning;\n /** The Microsoft Defender for Endpoint autoprovisioning configuration */\n mdeAutoProvisioning?: DefenderForServersGcpOfferingMdeAutoProvisioning;\n /** configuration for the servers offering subPlan */\n subPlan?: DefenderForServersGcpOfferingSubPlan;\n /** The Microsoft Defender for Server VM scanning configuration */\n vmScanners?: DefenderForServersGcpOfferingVmScanners;\n}\n\n/** The Defender for Databases GCP offering configurations */\nexport interface DefenderForDatabasesGcpOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderForDatabasesGcp\";\n /** The ARC autoprovisioning configuration */\n arcAutoProvisioning?: DefenderForDatabasesGcpOfferingArcAutoProvisioning;\n /** The native cloud connection configuration */\n defenderForDatabasesArcAutoProvisioning?: DefenderForDatabasesGcpOfferingDefenderForDatabasesArcAutoProvisioning;\n}\n\n/** The containers GCP offering */\nexport interface DefenderForContainersGcpOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderForContainersGcp\";\n /** The native cloud connection configuration */\n nativeCloudConnection?: DefenderForContainersGcpOfferingNativeCloudConnection;\n /** The native cloud connection configuration */\n dataPipelineNativeCloudConnection?: DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection;\n /** Is audit logs data collection enabled */\n auditLogsAutoProvisioningFlag?: boolean;\n /** Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled */\n defenderAgentAutoProvisioningFlag?: boolean;\n /** Is Policy Kubernetes agent auto provisioning enabled */\n policyAgentAutoProvisioningFlag?: boolean;\n}\n\n/** The CSPM monitoring for github offering */\nexport interface CspmMonitorGithubOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"CspmMonitorGithub\";\n}\n\n/** The CSPM monitoring for AzureDevOps offering */\nexport interface CspmMonitorAzureDevOpsOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"CspmMonitorAzureDevOps\";\n}\n\n/** The CSPM P1 for AWS offering */\nexport interface DefenderCspmAwsOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderCspmAws\";\n /** The Microsoft Defender for Server VM scanning configuration */\n vmScanners?: DefenderCspmAwsOfferingVmScanners;\n /** The Microsoft Defender Data Sensitivity discovery configuration */\n dataSensitivityDiscovery?: DefenderCspmAwsOfferingDataSensitivityDiscovery;\n /** The databases DSPM configuration */\n databasesDspm?: DefenderCspmAwsOfferingDatabasesDspm;\n}\n\n/** The CSPM P1 for GCP offering */\nexport interface DefenderCspmGcpOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderCspmGcp\";\n}\n\n/** The Defender for DevOps for Github offering */\nexport interface DefenderForDevOpsGithubOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderForDevOpsGithub\";\n}\n\n/** The Defender for DevOps for Azure DevOps offering */\nexport interface DefenderForDevOpsAzureDevOpsOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderForDevOpsAzureDevOps\";\n}\n\n/** The CSPM (Cloud security posture management) monitoring for gitlab offering */\nexport interface CspmMonitorGitLabOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"CspmMonitorGitLab\";\n}\n\n/** The Defender for DevOps for Gitlab offering */\nexport interface DefenderForDevOpsGitLabOffering extends CloudOffering {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n offeringType: \"DefenderForDevOpsGitLab\";\n}\n\n/** The AWS connector environment data */\nexport interface AwsEnvironmentData extends EnvironmentData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n environmentType: \"AwsAccount\";\n /** The AWS account's organizational data */\n organizationalData?: AwsOrganizationalDataUnion;\n /** list of regions to scan */\n regions?: string[];\n /**\n * The AWS account name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accountName?: string;\n}\n\n/** The GCP project connector environment data */\nexport interface GcpProjectEnvironmentData extends EnvironmentData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n environmentType: \"GcpProject\";\n /** The Gcp project's organizational data */\n organizationalData?: GcpOrganizationalDataUnion;\n /** The Gcp project's details */\n projectDetails?: GcpProjectDetails;\n}\n\n/** The github scope connector's environment data */\nexport interface GithubScopeEnvironmentData extends EnvironmentData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n environmentType: \"GithubScope\";\n}\n\n/** The AzureDevOps scope connector's environment data */\nexport interface AzureDevOpsScopeEnvironmentData extends EnvironmentData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n environmentType: \"AzureDevOpsScope\";\n}\n\n/** The GitLab scope connector's environment data */\nexport interface GitlabScopeEnvironmentData extends EnvironmentData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n environmentType: \"GitlabScope\";\n}\n\n/** The external security solution properties for CEF solutions */\nexport interface CefSolutionProperties\n extends ExternalSecuritySolutionProperties {\n hostname?: string;\n agent?: string;\n lastEventReceived?: string;\n}\n\n/** The external security solution properties for ATA solutions */\nexport interface AtaSolutionProperties\n extends ExternalSecuritySolutionProperties {\n lastEventReceived?: string;\n}\n\n/** The external security solution properties for AAD solutions */\nexport interface AadSolutionProperties\n extends ExternalSecuritySolutionProperties,\n AadConnectivityStateAutoGenerated {}\n\n/** The AWS organization data for the master account */\nexport interface AwsOrganizationalDataMaster extends AwsOrganizationalData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n organizationMembershipType: \"Organization\";\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/** The AWS organization data for the member account */\nexport interface AwsOrganizationalDataMember extends AwsOrganizationalData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n organizationMembershipType: \"Member\";\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}\n\n/** The gcpOrganization data for the parent account */\nexport interface GcpOrganizationalDataOrganization\n extends GcpOrganizationalData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n organizationMembershipType: \"Organization\";\n /** If the multi cloud account is of membership type organization, list of accounts excluded from offering */\n excludedProjectNumbers?: string[];\n /** The service account email address which represents the organization level permissions container. */\n serviceAccountEmailAddress?: string;\n /** The GCP workload identity provider id which represents the permissions required to auto provision security connectors */\n workloadIdentityProviderId?: string;\n /**\n * GCP organization name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly organizationName?: string;\n}\n\n/** The gcpOrganization data for the member account */\nexport interface GcpOrganizationalDataMember extends GcpOrganizationalData {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n organizationMembershipType: \"Member\";\n /** If the multi cloud account is not of membership type organization, this will be the ID of the project's parent */\n parentHierarchyId?: string;\n /** The GCP management project number from organizational onboarding */\n managementProjectNumber?: string;\n}\n\n/** The security automation resource. */\nexport interface Automation extends 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 interface SecurityConnector extends 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, project number in case of GCP connector). */\n hierarchyIdentifier?: string;\n /**\n * The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hierarchyIdentifierTrialEndDate?: Date;\n /** The multi cloud resource's cloud name. */\n environmentName?: CloudName;\n /** A collection of offerings for the security connector. */\n offerings?: CloudOfferingUnion[];\n /** The security connector environment data. */\n environmentData?: EnvironmentDataUnion;\n}\n\n/** Represents a security solution which sends CEF logs to an OMS workspace */\nexport interface CefExternalSecuritySolution extends 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 interface AtaExternalSecuritySolution extends 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 interface AadExternalSecuritySolution extends ExternalSecuritySolution {\n /** The external security solution properties for AAD solutions */\n properties?: AadSolutionProperties;\n}\n\n/** Represents a data export setting */\nexport interface DataExportSettings extends Setting {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"DataExportSettings\";\n /** Is the data export setting enabled */\n enabled?: boolean;\n}\n\n/** Represents an alert sync setting */\nexport interface AlertSyncSettings extends Setting {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"AlertSyncSettings\";\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 interface TimeWindowCustomAlertRule extends 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 interface AllowlistCustomAlertRule extends 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 interface DenylistCustomAlertRule extends 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 interface OnPremiseSqlResourceDetails extends 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 interface ActiveConnectionsNotInAllowedRange\n extends 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 interface AmqpC2DMessagesNotInAllowedRange\n extends 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 interface MqttC2DMessagesNotInAllowedRange\n extends 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 interface HttpC2DMessagesNotInAllowedRange\n extends 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 interface AmqpC2DRejectedMessagesNotInAllowedRange\n extends 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 interface MqttC2DRejectedMessagesNotInAllowedRange\n extends 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 interface HttpC2DRejectedMessagesNotInAllowedRange\n extends 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 interface AmqpD2CMessagesNotInAllowedRange\n extends 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 interface MqttD2CMessagesNotInAllowedRange\n extends 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 interface HttpD2CMessagesNotInAllowedRange\n extends 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 interface DirectMethodInvokesNotInAllowedRange\n extends 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 interface FailedLocalLoginsNotInAllowedRange\n extends 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 interface FileUploadsNotInAllowedRange\n extends 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 interface QueuePurgesNotInAllowedRange\n extends 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 interface TwinUpdatesNotInAllowedRange\n extends 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 interface UnauthorizedOperationsNotInAllowedRange\n extends 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 interface ConnectionToIpNotAllowed extends 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 interface ConnectionFromIpNotAllowed extends 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 interface LocalUserNotAllowed extends 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 interface ProcessNotAllowed extends AllowlistCustomAlertRule {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n ruleType: \"ProcessNotAllowed\";\n}\n\n/** Defines headers for GovernanceRules_delete operation. */\nexport interface GovernanceRulesDeleteHeaders {\n /** Location URL for the deletion status */\n location?: string;\n}\n\n/** Defines headers for GovernanceRules_execute operation. */\nexport interface GovernanceRulesExecuteHeaders {\n /** Location URL for the execution status */\n location?: string;\n}\n\n/** Defines headers for GovernanceRules_operationResults operation. */\nexport interface GovernanceRulesOperationResultsHeaders {\n /** Location URL for the execution status */\n location?: string;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link SupportedCloudEnum} that the service accepts. */\nexport enum KnownSupportedCloudEnum {\n /** AWS */\n AWS = \"AWS\",\n /** GCP */\n GCP = \"GCP\"\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 * **GCP**\n */\nexport type SupportedCloudEnum = string;\n\n/** Known values of {@link SeverityEnum} that the service accepts. */\nexport enum KnownSeverityEnum {\n /** High */\n High = \"High\",\n /** Medium */\n Medium = \"Medium\",\n /** Low */\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 Microsoft Defender for Cloud experience with basic security features */\n Free = \"Free\",\n /** Get the standard Microsoft Defender for Cloud 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 Microsoft Defender for Cloud experience with basic security features \\\n * **Standard**: Get the standard Microsoft Defender for Cloud experience with advanced security features\n */\nexport type PricingTier = string;\n\n/** Known values of {@link IsEnabled} that the service accepts. */\nexport enum KnownIsEnabled {\n /** Indicates the extension is enabled */\n True = \"True\",\n /** Indicates the extension is disabled */\n False = \"False\"\n}\n\n/**\n * Defines values for IsEnabled. \\\n * {@link KnownIsEnabled} can be used interchangeably with IsEnabled,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True**: Indicates the extension is enabled \\\n * **False**: Indicates the extension is disabled\n */\nexport type IsEnabled = string;\n\n/** Known values of {@link Code} that the service accepts. */\nexport enum KnownCode {\n /** Extension was created\\/updated successfully. */\n Succeeded = \"Succeeded\",\n /** Extension was not created\\/updated successfully. See operation status message for more details. */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for Code. \\\n * {@link KnownCode} can be used interchangeably with Code,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Extension was created\\/updated successfully. \\\n * **Failed**: Extension was not created\\/updated successfully. See operation status message for more details.\n */\nexport type Code = 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 */\n Enabled = \"Enabled\",\n /** Disabled */\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 */\n Disabled = \"Disabled\",\n /** Enabled */\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 */\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 */\n Alerts = \"Alerts\",\n /** RawEvents */\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 */\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 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 TaskUpdateActionType} that the service accepts. */\nexport enum KnownTaskUpdateActionType {\n /** Activate */\n Activate = \"Activate\",\n /** Dismiss */\n Dismiss = \"Dismiss\",\n /** Start */\n Start = \"Start\",\n /** Resolve */\n Resolve = \"Resolve\",\n /** Close */\n Close = \"Close\"\n}\n\n/**\n * Defines values for TaskUpdateActionType. \\\n * {@link KnownTaskUpdateActionType} can be used interchangeably with TaskUpdateActionType,\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 TaskUpdateActionType = 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 InformationProtectionPolicyName} that the service accepts. */\nexport enum KnownInformationProtectionPolicyName {\n /** Effective */\n Effective = \"effective\",\n /** Custom */\n Custom = \"custom\"\n}\n\n/**\n * Defines values for InformationProtectionPolicyName. \\\n * {@link KnownInformationProtectionPolicyName} can be used interchangeably with InformationProtectionPolicyName,\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 InformationProtectionPolicyName = 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 MinimalSeverity} that the service accepts. */\nexport enum KnownMinimalSeverity {\n /** Get notifications on new alerts with High severity */\n High = \"High\",\n /** Get notifications on new alerts with medium or high severity */\n Medium = \"Medium\",\n /** Don't get notifications on new alerts with low, medium or high severity */\n Low = \"Low\"\n}\n\n/**\n * Defines values for MinimalSeverity. \\\n * {@link KnownMinimalSeverity} can be used interchangeably with MinimalSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **High**: Get notifications on new alerts with High severity \\\n * **Medium**: Get notifications on new alerts with medium or high severity \\\n * **Low**: Don't get notifications on new alerts with low, medium or high severity\n */\nexport type MinimalSeverity = string;\n\n/** Known values of {@link Roles} that the service accepts. */\nexport enum KnownRoles {\n /** If enabled, send notification on new alerts to the account admins */\n AccountAdmin = \"AccountAdmin\",\n /** If enabled, send notification on new alerts to the service admins */\n ServiceAdmin = \"ServiceAdmin\",\n /** If enabled, send notification on new alerts to the subscription owners */\n Owner = \"Owner\",\n /** If enabled, send notification on new alerts to the subscription contributors */\n Contributor = \"Contributor\"\n}\n\n/**\n * Defines values for Roles. \\\n * {@link KnownRoles} can be used interchangeably with Roles,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AccountAdmin**: If enabled, send notification on new alerts to the account admins \\\n * **ServiceAdmin**: If enabled, send notification on new alerts to the service admins \\\n * **Owner**: If enabled, send notification on new alerts to the subscription owners \\\n * **Contributor**: If enabled, send notification on new alerts to the subscription contributors\n */\nexport type Roles = 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 */\n Low = \"Low\",\n /** Medium */\n Medium = \"Medium\",\n /** High */\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 */\n SqlServerVulnerability = \"SqlServerVulnerability\",\n /** ContainerRegistryVulnerability */\n ContainerRegistryVulnerability = \"ContainerRegistryVulnerability\",\n /** ServerVulnerability */\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 */\n Assessments = \"Assessments\",\n /** AssessmentsSnapshot */\n AssessmentsSnapshot = \"AssessmentsSnapshot\",\n /** SubAssessments */\n SubAssessments = \"SubAssessments\",\n /** SubAssessmentsSnapshot */\n SubAssessmentsSnapshot = \"SubAssessmentsSnapshot\",\n /** Alerts */\n Alerts = \"Alerts\",\n /** SecureScores */\n SecureScores = \"SecureScores\",\n /** SecureScoresSnapshot */\n SecureScoresSnapshot = \"SecureScoresSnapshot\",\n /** SecureScoreControls */\n SecureScoreControls = \"SecureScoreControls\",\n /** SecureScoreControlsSnapshot */\n SecureScoreControlsSnapshot = \"SecureScoreControlsSnapshot\",\n /** RegulatoryComplianceAssessment */\n RegulatoryComplianceAssessment = \"RegulatoryComplianceAssessment\",\n /** RegulatoryComplianceAssessmentSnapshot */\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 */\n String = \"String\",\n /** Integer */\n Integer = \"Integer\",\n /** Number */\n Number = \"Number\",\n /** Boolean */\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 */\n LogicApp = \"LogicApp\",\n /** EventHub */\n EventHub = \"EventHub\",\n /** Workspace */\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 */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Deprovisioning */\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 */\n Reconnaissance = \"Reconnaissance\",\n /** ResourceDevelopment */\n ResourceDevelopment = \"Resource Development\",\n /** InitialAccess */\n InitialAccess = \"Initial Access\",\n /** Execution */\n Execution = \"Execution\",\n /** Persistence */\n Persistence = \"Persistence\",\n /** PrivilegeEscalation */\n PrivilegeEscalation = \"Privilege Escalation\",\n /** DefenseEvasion */\n DefenseEvasion = \"Defense Evasion\",\n /** CredentialAccess */\n CredentialAccess = \"Credential Access\",\n /** Discovery */\n Discovery = \"Discovery\",\n /** LateralMovement */\n LateralMovement = \"Lateral Movement\",\n /** Collection */\n Collection = \"Collection\",\n /** CommandAndControl */\n CommandAndControl = \"Command and Control\",\n /** Exfiltration */\n Exfiltration = \"Exfiltration\",\n /** Impact */\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 */\n AbuseElevationControlMechanism = \"Abuse Elevation Control Mechanism\",\n /** AccessTokenManipulation */\n AccessTokenManipulation = \"Access Token Manipulation\",\n /** AccountDiscovery */\n AccountDiscovery = \"Account Discovery\",\n /** AccountManipulation */\n AccountManipulation = \"Account Manipulation\",\n /** ActiveScanning */\n ActiveScanning = \"Active Scanning\",\n /** ApplicationLayerProtocol */\n ApplicationLayerProtocol = \"Application Layer Protocol\",\n /** AudioCapture */\n AudioCapture = \"Audio Capture\",\n /** BootOrLogonAutostartExecution */\n BootOrLogonAutostartExecution = \"Boot or Logon Autostart Execution\",\n /** BootOrLogonInitializationScripts */\n BootOrLogonInitializationScripts = \"Boot or Logon Initialization Scripts\",\n /** BruteForce */\n BruteForce = \"Brute Force\",\n /** CloudInfrastructureDiscovery */\n CloudInfrastructureDiscovery = \"Cloud Infrastructure Discovery\",\n /** CloudServiceDashboard */\n CloudServiceDashboard = \"Cloud Service Dashboard\",\n /** CloudServiceDiscovery */\n CloudServiceDiscovery = \"Cloud Service Discovery\",\n /** CommandAndScriptingInterpreter */\n CommandAndScriptingInterpreter = \"Command and Scripting Interpreter\",\n /** CompromiseClientSoftwareBinary */\n CompromiseClientSoftwareBinary = \"Compromise Client Software Binary\",\n /** CompromiseInfrastructure */\n CompromiseInfrastructure = \"Compromise Infrastructure\",\n /** ContainerAndResourceDiscovery */\n ContainerAndResourceDiscovery = \"Container and Resource Discovery\",\n /** CreateAccount */\n CreateAccount = \"Create Account\",\n /** CreateOrModifySystemProcess */\n CreateOrModifySystemProcess = \"Create or Modify System Process\",\n /** CredentialsFromPasswordStores */\n CredentialsFromPasswordStores = \"Credentials from Password Stores\",\n /** DataDestruction */\n DataDestruction = \"Data Destruction\",\n /** DataEncryptedForImpact */\n DataEncryptedForImpact = \"Data Encrypted for Impact\",\n /** DataFromCloudStorageObject */\n DataFromCloudStorageObject = \"Data from Cloud Storage Object\",\n /** DataFromConfigurationRepository */\n DataFromConfigurationRepository = \"Data from Configuration Repository\",\n /** DataFromInformationRepositories */\n DataFromInformationRepositories = \"Data from Information Repositories\",\n /** DataFromLocalSystem */\n DataFromLocalSystem = \"Data from Local System\",\n /** DataManipulation */\n DataManipulation = \"Data Manipulation\",\n /** DataStaged */\n DataStaged = \"Data Staged\",\n /** Defacement */\n Defacement = \"Defacement\",\n /** DeobfuscateDecodeFilesOrInformation */\n DeobfuscateDecodeFilesOrInformation = \"Deobfuscate/Decode Files or Information\",\n /** DiskWipe */\n DiskWipe = \"Disk Wipe\",\n /** DomainTrustDiscovery */\n DomainTrustDiscovery = \"Domain Trust Discovery\",\n /** DriveByCompromise */\n DriveByCompromise = \"Drive-by Compromise\",\n /** DynamicResolution */\n DynamicResolution = \"Dynamic Resolution\",\n /** EndpointDenialOfService */\n EndpointDenialOfService = \"Endpoint Denial of Service\",\n /** EventTriggeredExecution */\n EventTriggeredExecution = \"Event Triggered Execution\",\n /** ExfiltrationOverAlternativeProtocol */\n ExfiltrationOverAlternativeProtocol = \"Exfiltration Over Alternative Protocol\",\n /** ExploitPublicFacingApplication */\n ExploitPublicFacingApplication = \"Exploit Public-Facing Application\",\n /** ExploitationForClientExecution */\n ExploitationForClientExecution = \"Exploitation for Client Execution\",\n /** ExploitationForCredentialAccess */\n ExploitationForCredentialAccess = \"Exploitation for Credential Access\",\n /** ExploitationForDefenseEvasion */\n ExploitationForDefenseEvasion = \"Exploitation for Defense Evasion\",\n /** ExploitationForPrivilegeEscalation */\n ExploitationForPrivilegeEscalation = \"Exploitation for Privilege Escalation\",\n /** ExploitationOfRemoteServices */\n ExploitationOfRemoteServices = \"Exploitation of Remote Services\",\n /** ExternalRemoteServices */\n ExternalRemoteServices = \"External Remote Services\",\n /** FallbackChannels */\n FallbackChannels = \"Fallback Channels\",\n /** FileAndDirectoryDiscovery */\n FileAndDirectoryDiscovery = \"File and Directory Discovery\",\n /** GatherVictimNetworkInformation */\n GatherVictimNetworkInformation = \"Gather Victim Network Information\",\n /** HideArtifacts */\n HideArtifacts = \"Hide Artifacts\",\n /** HijackExecutionFlow */\n HijackExecutionFlow = \"Hijack Execution Flow\",\n /** ImpairDefenses */\n ImpairDefenses = \"Impair Defenses\",\n /** ImplantContainerImage */\n ImplantContainerImage = \"Implant Container Image\",\n /** IndicatorRemovalOnHost */\n IndicatorRemovalOnHost = \"Indicator Removal on Host\",\n /** IndirectCommandExecution */\n IndirectCommandExecution = \"Indirect Command Execution\",\n /** IngressToolTransfer */\n IngressToolTransfer = \"Ingress Tool Transfer\",\n /** InputCapture */\n InputCapture = \"Input Capture\",\n /** InterProcessCommunication */\n InterProcessCommunication = \"Inter-Process Communication\",\n /** LateralToolTransfer */\n LateralToolTransfer = \"Lateral Tool Transfer\",\n /** ManInTheMiddle */\n ManInTheMiddle = \"Man-in-the-Middle\",\n /** Masquerading */\n Masquerading = \"Masquerading\",\n /** ModifyAuthenticationProcess */\n ModifyAuthenticationProcess = \"Modify Authentication Process\",\n /** ModifyRegistry */\n ModifyRegistry = \"Modify Registry\",\n /** NetworkDenialOfService */\n NetworkDenialOfService = \"Network Denial of Service\",\n /** NetworkServiceScanning */\n NetworkServiceScanning = \"Network Service Scanning\",\n /** NetworkSniffing */\n NetworkSniffing = \"Network Sniffing\",\n /** NonApplicationLayerProtocol */\n NonApplicationLayerProtocol = \"Non-Application Layer Protocol\",\n /** NonStandardPort */\n NonStandardPort = \"Non-Standard Port\",\n /** ObtainCapabilities */\n ObtainCapabilities = \"Obtain Capabilities\",\n /** ObfuscatedFilesOrInformation */\n ObfuscatedFilesOrInformation = \"Obfuscated Files or Information\",\n /** OfficeApplicationStartup */\n OfficeApplicationStartup = \"Office Application Startup\",\n /** OSCredentialDumping */\n OSCredentialDumping = \"OS Credential Dumping\",\n /** PermissionGroupsDiscovery */\n PermissionGroupsDiscovery = \"Permission Groups Discovery\",\n /** Phishing */\n Phishing = \"Phishing\",\n /** PreOSBoot */\n PreOSBoot = \"Pre-OS Boot\",\n /** ProcessDiscovery */\n ProcessDiscovery = \"Process Discovery\",\n /** ProcessInjection */\n ProcessInjection = \"Process Injection\",\n /** ProtocolTunneling */\n ProtocolTunneling = \"Protocol Tunneling\",\n /** Proxy */\n Proxy = \"Proxy\",\n /** QueryRegistry */\n QueryRegistry = \"Query Registry\",\n /** RemoteAccessSoftware */\n RemoteAccessSoftware = \"Remote Access Software\",\n /** RemoteServiceSessionHijacking */\n RemoteServiceSessionHijacking = \"Remote Service Session Hijacking\",\n /** RemoteServices */\n RemoteServices = \"Remote Services\",\n /** RemoteSystemDiscovery */\n RemoteSystemDiscovery = \"Remote System Discovery\",\n /** ResourceHijacking */\n ResourceHijacking = \"Resource Hijacking\",\n /** ScheduledTaskJob */\n ScheduledTaskJob = \"Scheduled Task/Job\",\n /** ScreenCapture */\n ScreenCapture = \"Screen Capture\",\n /** SearchVictimOwnedWebsites */\n SearchVictimOwnedWebsites = \"Search Victim-Owned Websites\",\n /** ServerSoftwareComponent */\n ServerSoftwareComponent = \"Server Software Component\",\n /** ServiceStop */\n ServiceStop = \"Service Stop\",\n /** SignedBinaryProxyExecution */\n SignedBinaryProxyExecution = \"Signed Binary Proxy Execution\",\n /** SoftwareDeploymentTools */\n SoftwareDeploymentTools = \"Software Deployment Tools\",\n /** SQLStoredProcedures */\n SQLStoredProcedures = \"SQL Stored Procedures\",\n /** StealOrForgeKerberosTickets */\n StealOrForgeKerberosTickets = \"Steal or Forge Kerberos Tickets\",\n /** SubvertTrustControls */\n SubvertTrustControls = \"Subvert Trust Controls\",\n /** SupplyChainCompromise */\n SupplyChainCompromise = \"Supply Chain Compromise\",\n /** SystemInformationDiscovery */\n SystemInformationDiscovery = \"System Information Discovery\",\n /** TaintSharedContent */\n TaintSharedContent = \"Taint Shared Content\",\n /** TrafficSignaling */\n TrafficSignaling = \"Traffic Signaling\",\n /** TransferDataToCloudAccount */\n TransferDataToCloudAccount = \"Transfer Data to Cloud Account\",\n /** TrustedRelationship */\n TrustedRelationship = \"Trusted Relationship\",\n /** UnsecuredCredentials */\n UnsecuredCredentials = \"Unsecured Credentials\",\n /** UserExecution */\n UserExecution = \"User Execution\",\n /** ValidAccounts */\n ValidAccounts = \"Valid Accounts\",\n /** WindowsManagementInstrumentation */\n WindowsManagementInstrumentation = \"Windows Management Instrumentation\",\n /** FileAndDirectoryPermissionsModification */\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 */\n Compute = \"Compute\",\n /** Networking */\n Networking = \"Networking\",\n /** Data */\n Data = \"Data\",\n /** IdentityAndAccess */\n IdentityAndAccess = \"IdentityAndAccess\",\n /** IoT */\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 */\n Low = \"Low\",\n /** Moderate */\n Moderate = \"Moderate\",\n /** High */\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 */\n Low = \"Low\",\n /** Moderate */\n Moderate = \"Moderate\",\n /** High */\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 */\n AccountBreach = \"accountBreach\",\n /** DataExfiltration */\n DataExfiltration = \"dataExfiltration\",\n /** DataSpillage */\n DataSpillage = \"dataSpillage\",\n /** MaliciousInsider */\n MaliciousInsider = \"maliciousInsider\",\n /** ElevationOfPrivilege */\n ElevationOfPrivilege = \"elevationOfPrivilege\",\n /** ThreatResistance */\n ThreatResistance = \"threatResistance\",\n /** MissingCoverage */\n MissingCoverage = \"missingCoverage\",\n /** DenialOfService */\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 /** Microsoft Defender for Cloud managed assessments */\n BuiltIn = \"BuiltIn\",\n /** User defined policies that are automatically ingested from Azure Policy to Microsoft Defender for Cloud */\n CustomPolicy = \"CustomPolicy\",\n /** User assessments pushed directly by the user or other third party to Microsoft Defender for Cloud */\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**: Microsoft Defender for Cloud managed assessments \\\n * **CustomPolicy**: User defined policies that are automatically ingested from Azure Policy to Microsoft Defender for Cloud \\\n * **CustomerManaged**: User assessments pushed directly by the user or other third party to Microsoft Defender for Cloud \\\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 */\n Audit = \"Audit\",\n /** Enforce */\n Enforce = \"Enforce\",\n /** None */\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 */\n Configured = \"Configured\",\n /** NotConfigured */\n NotConfigured = \"NotConfigured\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** NoStatus */\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 */\n Recommended = \"Recommended\",\n /** NotRecommended */\n NotRecommended = \"NotRecommended\",\n /** NotAvailable */\n NotAvailable = \"NotAvailable\",\n /** NoStatus */\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 */\n ViolationsAudited = \"ViolationsAudited\",\n /** ViolationsBlocked */\n ViolationsBlocked = \"ViolationsBlocked\",\n /** MsiAndScriptViolationsAudited */\n MsiAndScriptViolationsAudited = \"MsiAndScriptViolationsAudited\",\n /** MsiAndScriptViolationsBlocked */\n MsiAndScriptViolationsBlocked = \"MsiAndScriptViolationsBlocked\",\n /** ExecutableViolationsAudited */\n ExecutableViolationsAudited = \"ExecutableViolationsAudited\",\n /** RulesViolatedManually */\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 */\n AzureAppLocker = \"Azure_AppLocker\",\n /** AzureAuditD */\n AzureAuditD = \"Azure_AuditD\",\n /** NonAzureAppLocker */\n NonAzureAppLocker = \"NonAzure_AppLocker\",\n /** NonAzureAuditD */\n NonAzureAuditD = \"NonAzure_AuditD\",\n /** None */\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 */\n Recommended = \"Recommended\",\n /** Add */\n Add = \"Add\",\n /** Remove */\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 */\n Supported = \"Supported\",\n /** NotSupported */\n NotSupported = \"NotSupported\",\n /** Unknown */\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 */\n Exe = \"Exe\",\n /** Dll */\n Dll = \"Dll\",\n /** Msi */\n Msi = \"Msi\",\n /** Script */\n Script = \"Script\",\n /** Executable */\n Executable = \"Executable\",\n /** Unknown */\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 */\n Inbound = \"Inbound\",\n /** Outbound */\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 */\n TCP = \"TCP\",\n /** UDP */\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 */\n Internal = \"Internal\",\n /** External */\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 */\n TCP = \"TCP\",\n /** UDP */\n UDP = \"UDP\",\n /** All */\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 */\n Revoked = \"Revoked\",\n /** Initiated */\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 */\n Expired = \"Expired\",\n /** UserRequested */\n UserRequested = \"UserRequested\",\n /** NewerRequestInitiated */\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 */\n Waf = \"Waf\",\n /** Ngfw */\n Ngfw = \"Ngfw\",\n /** SaasWaf */\n SaasWaf = \"SaasWaf\",\n /** Va */\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 */\n CEF = \"CEF\",\n /** ATA */\n ATA = \"ATA\",\n /** AAD */\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 /** Microsoft Defender for Cloud managed assessments */\n BuiltIn = \"BuiltIn\",\n /** Non Microsoft Defender for Cloud 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**: Microsoft Defender for Cloud managed assessments \\\n * **Custom**: Non Microsoft Defender for Cloud managed assessments\n */\nexport type ControlType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Updating */\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 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 */\n AzureResource = \"AzureResource\",\n /** LogAnalytics */\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 /** An alert which is in handling state */\n InProgress = \"InProgress\",\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 * **InProgress**: An alert which is in handling state \\\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 */\n DataExportSettings = \"DataExportSettings\",\n /** AlertSuppressionSetting */\n AlertSuppressionSetting = \"AlertSuppressionSetting\",\n /** AlertSyncSettings */\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 SettingName} that the service accepts. */\nexport enum KnownSettingName {\n /** Mcas */\n Mcas = \"MCAS\",\n /** Wdatp */\n Wdatp = \"WDATP\",\n /** WdatpExcludeLinuxPublicPreview */\n WdatpExcludeLinuxPublicPreview = \"WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW\",\n /** WdatpUnifiedSolution */\n WdatpUnifiedSolution = \"WDATP_UNIFIED_SOLUTION\",\n /** Sentinel */\n Sentinel = \"Sentinel\"\n}\n\n/**\n * Defines values for SettingName. \\\n * {@link KnownSettingName} can be used interchangeably with SettingName,\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 * **WDATP_UNIFIED_SOLUTION** \\\n * **Sentinel**\n */\nexport type SettingName = string;\n\n/** Known values of {@link EndOfSupportStatus} that the service accepts. */\nexport enum KnownEndOfSupportStatus {\n /** None */\n None = \"None\",\n /** NoLongerSupported */\n NoLongerSupported = \"noLongerSupported\",\n /** VersionNoLongerSupported */\n VersionNoLongerSupported = \"versionNoLongerSupported\",\n /** UpcomingNoLongerSupported */\n UpcomingNoLongerSupported = \"upcomingNoLongerSupported\",\n /** UpcomingVersionNoLongerSupported */\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 GovernanceRuleType} that the service accepts. */\nexport enum KnownGovernanceRuleType {\n /** The source of the rule type definition is integrated */\n Integrated = \"Integrated\",\n /** The source of the rule type definition is ServiceNow */\n ServiceNow = \"ServiceNow\"\n}\n\n/**\n * Defines values for GovernanceRuleType. \\\n * {@link KnownGovernanceRuleType} can be used interchangeably with GovernanceRuleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Integrated**: The source of the rule type definition is integrated \\\n * **ServiceNow**: The source of the rule type definition is ServiceNow\n */\nexport type GovernanceRuleType = string;\n\n/** Known values of {@link GovernanceRuleSourceResourceType} that the service accepts. */\nexport enum KnownGovernanceRuleSourceResourceType {\n /** The source of the governance rule is assessments */\n Assessments = \"Assessments\"\n}\n\n/**\n * Defines values for GovernanceRuleSourceResourceType. \\\n * {@link KnownGovernanceRuleSourceResourceType} can be used interchangeably with GovernanceRuleSourceResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Assessments**: The source of the governance rule is assessments\n */\nexport type GovernanceRuleSourceResourceType = string;\n\n/** Known values of {@link GovernanceRuleOwnerSourceType} that the service accepts. */\nexport enum KnownGovernanceRuleOwnerSourceType {\n /** The rule source type defined using resource tag */\n ByTag = \"ByTag\",\n /** The rule source type defined manually */\n Manually = \"Manually\"\n}\n\n/**\n * Defines values for GovernanceRuleOwnerSourceType. \\\n * {@link KnownGovernanceRuleOwnerSourceType} can be used interchangeably with GovernanceRuleOwnerSourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ByTag**: The rule source type defined using resource tag \\\n * **Manually**: The rule source type defined manually\n */\nexport type GovernanceRuleOwnerSourceType = string;\n\n/** Known values of {@link OperationResult} that the service accepts. */\nexport enum KnownOperationResult {\n /** The operation succeeded */\n Succeeded = \"Succeeded\",\n /** The operation failed */\n Failed = \"Failed\",\n /** The operation canceled */\n Canceled = \"Canceled\"\n}\n\n/**\n * Defines values for OperationResult. \\\n * {@link KnownOperationResult} can be used interchangeably with OperationResult,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The operation succeeded \\\n * **Failed**: The operation failed \\\n * **Canceled**: The operation canceled\n */\nexport type OperationResult = string;\n\n/** Known values of {@link ApplicationSourceResourceType} that the service accepts. */\nexport enum KnownApplicationSourceResourceType {\n /** The source of the application is assessments */\n Assessments = \"Assessments\"\n}\n\n/**\n * Defines values for ApplicationSourceResourceType. \\\n * {@link KnownApplicationSourceResourceType} can be used interchangeably with ApplicationSourceResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Assessments**: The source of the application is assessments\n */\nexport type ApplicationSourceResourceType = string;\n\n/** Known values of {@link ScopeName} that the service accepts. */\nexport enum KnownScopeName {\n /** Connectors */\n Connectors = \"Connectors\",\n /** Clusters */\n Clusters = \"Clusters\",\n /** VirtualMachines */\n VirtualMachines = \"VirtualMachines\",\n /** Unknown */\n Unknown = \"Unknown\"\n}\n\n/**\n * Defines values for ScopeName. \\\n * {@link KnownScopeName} can be used interchangeably with ScopeName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connectors** \\\n * **Clusters** \\\n * **VirtualMachines** \\\n * **Unknown**\n */\nexport type ScopeName = string;\n\n/** Known values of {@link StatusName} that the service accepts. */\nexport enum KnownStatusName {\n /** Healthy */\n Healthy = \"Healthy\",\n /** NotHealthy */\n NotHealthy = \"NotHealthy\",\n /** NotApplicable */\n NotApplicable = \"NotApplicable\"\n}\n\n/**\n * Defines values for StatusName. \\\n * {@link KnownStatusName} can be used interchangeably with StatusName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy** \\\n * **NotHealthy** \\\n * **NotApplicable**\n */\nexport type StatusName = 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 CloudName} that the service accepts. */\nexport enum KnownCloudName {\n /** Azure */\n Azure = \"Azure\",\n /** AWS */\n AWS = \"AWS\",\n /** GCP */\n GCP = \"GCP\",\n /** Github */\n Github = \"Github\",\n /** AzureDevOps */\n AzureDevOps = \"AzureDevOps\",\n /** GitLab */\n GitLab = \"GitLab\"\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 * **Github** \\\n * **AzureDevOps** \\\n * **GitLab**\n */\nexport type CloudName = string;\n\n/** Known values of {@link OfferingType} that the service accepts. */\nexport enum KnownOfferingType {\n /** CspmMonitorAws */\n CspmMonitorAws = \"CspmMonitorAws\",\n /** DefenderForContainersAws */\n DefenderForContainersAws = \"DefenderForContainersAws\",\n /** DefenderForServersAws */\n DefenderForServersAws = \"DefenderForServersAws\",\n /** DefenderForDatabasesAws */\n DefenderForDatabasesAws = \"DefenderForDatabasesAws\",\n /** InformationProtectionAws */\n InformationProtectionAws = \"InformationProtectionAws\",\n /** CspmMonitorGcp */\n CspmMonitorGcp = \"CspmMonitorGcp\",\n /** CspmMonitorGithub */\n CspmMonitorGithub = \"CspmMonitorGithub\",\n /** CspmMonitorAzureDevOps */\n CspmMonitorAzureDevOps = \"CspmMonitorAzureDevOps\",\n /** DefenderForServersGcp */\n DefenderForServersGcp = \"DefenderForServersGcp\",\n /** DefenderForContainersGcp */\n DefenderForContainersGcp = \"DefenderForContainersGcp\",\n /** DefenderForDatabasesGcp */\n DefenderForDatabasesGcp = \"DefenderForDatabasesGcp\",\n /** DefenderCspmAws */\n DefenderCspmAws = \"DefenderCspmAws\",\n /** DefenderCspmGcp */\n DefenderCspmGcp = \"DefenderCspmGcp\",\n /** DefenderForDevOpsGithub */\n DefenderForDevOpsGithub = \"DefenderForDevOpsGithub\",\n /** DefenderForDevOpsAzureDevOps */\n DefenderForDevOpsAzureDevOps = \"DefenderForDevOpsAzureDevOps\",\n /** CspmMonitorGitLab */\n CspmMonitorGitLab = \"CspmMonitorGitLab\",\n /** DefenderForDevOpsGitLab */\n DefenderForDevOpsGitLab = \"DefenderForDevOpsGitLab\"\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 * **DefenderForDatabasesAws** \\\n * **InformationProtectionAws** \\\n * **CspmMonitorGcp** \\\n * **CspmMonitorGithub** \\\n * **CspmMonitorAzureDevOps** \\\n * **DefenderForServersGcp** \\\n * **DefenderForContainersGcp** \\\n * **DefenderForDatabasesGcp** \\\n * **DefenderCspmAws** \\\n * **DefenderCspmGcp** \\\n * **DefenderForDevOpsGithub** \\\n * **DefenderForDevOpsAzureDevOps** \\\n * **CspmMonitorGitLab** \\\n * **DefenderForDevOpsGitLab**\n */\nexport type OfferingType = string;\n\n/** Known values of {@link EnvironmentType} that the service accepts. */\nexport enum KnownEnvironmentType {\n /** AwsAccount */\n AwsAccount = \"AwsAccount\",\n /** GcpProject */\n GcpProject = \"GcpProject\",\n /** GithubScope */\n GithubScope = \"GithubScope\",\n /** AzureDevOpsScope */\n AzureDevOpsScope = \"AzureDevOpsScope\",\n /** GitlabScope */\n GitlabScope = \"GitlabScope\"\n}\n\n/**\n * Defines values for EnvironmentType. \\\n * {@link KnownEnvironmentType} can be used interchangeably with EnvironmentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AwsAccount** \\\n * **GcpProject** \\\n * **GithubScope** \\\n * **AzureDevOpsScope** \\\n * **GitlabScope**\n */\nexport type EnvironmentType = string;\n\n/** Known values of {@link AadConnectivityState} that the service accepts. */\nexport enum KnownAadConnectivityState {\n /** Discovered */\n Discovered = \"Discovered\",\n /** NotLicensed */\n NotLicensed = \"NotLicensed\",\n /** Connected */\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 */\n AppServices = \"AppServices\",\n /** DNS */\n DNS = \"DNS\",\n /** KeyVaults */\n KeyVaults = \"KeyVaults\",\n /** KubernetesService */\n KubernetesService = \"KubernetesService\",\n /** ResourceManager */\n ResourceManager = \"ResourceManager\",\n /** SqlServers */\n SqlServers = \"SqlServers\",\n /** StorageAccounts */\n StorageAccounts = \"StorageAccounts\",\n /** VirtualMachines */\n VirtualMachines = \"VirtualMachines\",\n /** CosmosDbs */\n CosmosDbs = \"CosmosDbs\"\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 * **CosmosDbs**\n */\nexport type BundleType = string;\n\n/** Known values of {@link GovernanceRuleConditionOperator} that the service accepts. */\nexport enum KnownGovernanceRuleConditionOperator {\n /** Checks that the string value of the data defined in Property equals the given value - exact fit */\n Equals = \"Equals\",\n /** Checks that the string value of the data defined in Property equals any of the given values (exact fit) */\n In = \"In\"\n}\n\n/**\n * Defines values for GovernanceRuleConditionOperator. \\\n * {@link KnownGovernanceRuleConditionOperator} can be used interchangeably with GovernanceRuleConditionOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Equals**: Checks that the string value of the data defined in Property equals the given value - exact fit \\\n * **In**: Checks that the string value of the data defined in Property equals any of the given values (exact fit)\n */\nexport type GovernanceRuleConditionOperator = string;\n\n/** Known values of {@link ApplicationConditionOperator} that the service accepts. */\nexport enum KnownApplicationConditionOperator {\n /** Checks that the string value of the data defined in Property contains the given value */\n Contains = \"Contains\",\n /** Checks that the string value of the data defined in Property equals the given value */\n Equals = \"Equals\",\n /** Checks that the string value of the data defined in Property equals any of the given values (exact fit) */\n In = \"In\"\n}\n\n/**\n * Defines values for ApplicationConditionOperator. \\\n * {@link KnownApplicationConditionOperator} can be used interchangeably with ApplicationConditionOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Contains**: Checks that the string value of the data defined in Property contains the given value \\\n * **Equals**: Checks that the string value of the data defined in Property equals the given value \\\n * **In**: Checks that the string value of the data defined in Property equals any of the given values (exact fit)\n */\nexport type ApplicationConditionOperator = string;\n\n/** Known values of {@link OrganizationMembershipType} that the service accepts. */\nexport enum KnownOrganizationMembershipType {\n /** Member */\n Member = \"Member\",\n /** Organization */\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 Type} that the service accepts. */\nexport enum KnownType {\n /** Qualys */\n Qualys = \"Qualys\",\n /** TVM */\n TVM = \"TVM\"\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Qualys** \\\n * **TVM**\n */\nexport type Type = string;\n\n/** Known values of {@link SubPlan} that the service accepts. */\nexport enum KnownSubPlan {\n /** P1 */\n P1 = \"P1\",\n /** P2 */\n P2 = \"P2\"\n}\n\n/**\n * Defines values for SubPlan. \\\n * {@link KnownSubPlan} can be used interchangeably with SubPlan,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P1** \\\n * **P2**\n */\nexport type SubPlan = string;\n\n/** Known values of {@link ScanningMode} that the service accepts. */\nexport enum KnownScanningMode {\n /** Default */\n Default = \"Default\"\n}\n\n/**\n * Defines values for ScanningMode. \\\n * {@link KnownScanningMode} can be used interchangeably with ScanningMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**\n */\nexport type ScanningMode = 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\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type IotSecuritySolutionListBySubscriptionNextResponse = IoTSecuritySolutionsList;\n\n/** Optional parameters. */\nexport interface IotSecuritySolutionListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\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\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\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\n/** Contains response data for the listNext operation. */\nexport type TasksListNextResponse = SecurityTaskList;\n\n/** Optional parameters. */\nexport interface TasksListByHomeRegionNextOptionalParams\n extends coreClient.OperationOptions {}\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\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 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\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\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\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\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 = ExternalSecuritySolution;\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\n/** Contains response data for the listBySecureScoreNext operation. */\nexport type SecureScoreControlsListBySecureScoreNextResponse = SecureScoreControlList;\n\n/** Optional parameters. */\nexport interface SecureScoreControlsListNextOptionalParams\n extends coreClient.OperationOptions {}\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 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 AlertsUpdateSubscriptionLevelStateToInProgressOptionalParams\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 AlertsUpdateResourceGroupLevelStateToInProgressOptionalParams\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 GovernanceRulesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GovernanceRulesListResponse = GovernanceRuleList;\n\n/** Optional parameters. */\nexport interface GovernanceRulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GovernanceRulesGetResponse = GovernanceRule;\n\n/** Optional parameters. */\nexport interface GovernanceRulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GovernanceRulesCreateOrUpdateResponse = GovernanceRule;\n\n/** Optional parameters. */\nexport interface GovernanceRulesDeleteOptionalParams\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 GovernanceRulesExecuteOptionalParams\n extends coreClient.OperationOptions {\n /** Execute governance rule over a given scope */\n executeGovernanceRuleParams?: ExecuteGovernanceRuleParams;\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/** Contains response data for the execute operation. */\nexport type GovernanceRulesExecuteResponse = GovernanceRulesExecuteHeaders;\n\n/** Optional parameters. */\nexport interface GovernanceRulesOperationResultsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the operationResults operation. */\nexport type GovernanceRulesOperationResultsResponse = OperationResultAutoGenerated;\n\n/** Optional parameters. */\nexport interface GovernanceRulesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GovernanceRulesListNextResponse = GovernanceRuleList;\n\n/** Optional parameters. */\nexport interface GovernanceAssignmentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GovernanceAssignmentsListResponse = GovernanceAssignmentsList;\n\n/** Optional parameters. */\nexport interface GovernanceAssignmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GovernanceAssignmentsGetResponse = GovernanceAssignment;\n\n/** Optional parameters. */\nexport interface GovernanceAssignmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GovernanceAssignmentsCreateOrUpdateResponse = GovernanceAssignment;\n\n/** Optional parameters. */\nexport interface GovernanceAssignmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface GovernanceAssignmentsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GovernanceAssignmentsListNextResponse = GovernanceAssignmentsList;\n\n/** Optional parameters. */\nexport interface ApplicationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ApplicationsListResponse = ApplicationsList;\n\n/** Optional parameters. */\nexport interface ApplicationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ApplicationsListNextResponse = ApplicationsList;\n\n/** Optional parameters. */\nexport interface ApplicationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ApplicationGetResponse = Application;\n\n/** Optional parameters. */\nexport interface ApplicationCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ApplicationCreateOrUpdateResponse = Application;\n\n/** Optional parameters. */\nexport interface ApplicationDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SecurityConnectorApplicationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SecurityConnectorApplicationsListResponse = ApplicationsList;\n\n/** Optional parameters. */\nexport interface SecurityConnectorApplicationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SecurityConnectorApplicationsListNextResponse = ApplicationsList;\n\n/** Optional parameters. */\nexport interface SecurityConnectorApplicationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecurityConnectorApplicationGetResponse = Application;\n\n/** Optional parameters. */\nexport interface SecurityConnectorApplicationCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SecurityConnectorApplicationCreateOrUpdateResponse = Application;\n\n/** Optional parameters. */\nexport interface SecurityConnectorApplicationDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface APICollectionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type APICollectionListResponse = ApiCollectionResponseList;\n\n/** Optional parameters. */\nexport interface APICollectionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type APICollectionGetResponse = ApiCollectionResponse;\n\n/** Optional parameters. */\nexport interface APICollectionListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type APICollectionListNextResponse = ApiCollectionResponseList;\n\n/** Optional parameters. */\nexport interface APICollectionOnboardingCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type APICollectionOnboardingCreateResponse = ApiCollectionResponse;\n\n/** Optional parameters. */\nexport interface APICollectionOffboardingDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface HealthReportsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type HealthReportsListResponse = HealthReportsList;\n\n/** Optional parameters. */\nexport interface HealthReportsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type HealthReportsListNextResponse = HealthReportsList;\n\n/** Optional parameters. */\nexport interface HealthReportGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HealthReportGetResponse = HealthReport;\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 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 SecurityOperatorsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SecurityOperatorsListResponse = SecurityOperatorList;\n\n/** Optional parameters. */\nexport interface SecurityOperatorsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecurityOperatorsGetResponse = SecurityOperator;\n\n/** Optional parameters. */\nexport interface SecurityOperatorsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SecurityOperatorsCreateOrUpdateResponse = SecurityOperator;\n\n/** Optional parameters. */\nexport interface SecurityOperatorsDeleteOptionalParams\n extends coreClient.OperationOptions {}\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 Extension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Extension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n additionalExtensionProperties: {\n serializedName: \"additionalExtensionProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n operationStatus: {\n serializedName: \"operationStatus\",\n type: {\n name: \"Composite\",\n className: \"OperationStatus\"\n }\n }\n }\n }\n};\n\nexport const OperationStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatus\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const 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 SecurityContactPropertiesAlertNotifications: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityContactPropertiesAlertNotifications\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n minimalSeverity: {\n serializedName: \"minimalSeverity\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityContactPropertiesNotificationsByRole: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityContactPropertiesNotificationsByRole\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n serializedName: \"roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\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 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 AlertPropertiesSupportingEvidence: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertPropertiesSupportingEvidence\",\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 GovernanceRuleList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceRuleList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GovernanceRule\"\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 GovernanceRuleOwnerSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceRuleOwnerSource\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GovernanceRuleEmailNotification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceRuleEmailNotification\",\n modelProperties: {\n disableManagerEmailNotification: {\n serializedName: \"disableManagerEmailNotification\",\n type: {\n name: \"Boolean\"\n }\n },\n disableOwnerEmailNotification: {\n serializedName: \"disableOwnerEmailNotification\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const GovernanceRuleMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceRuleMetadata\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"createdOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updatedBy: {\n serializedName: \"updatedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updatedOn: {\n serializedName: \"updatedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ExecuteGovernanceRuleParams: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExecuteGovernanceRuleParams\",\n modelProperties: {\n override: {\n serializedName: \"override\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const OperationResultAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResultAutoGenerated\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GovernanceAssignmentsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceAssignmentsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GovernanceAssignment\"\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 RemediationEta: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RemediationEta\",\n modelProperties: {\n eta: {\n serializedName: \"eta\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n justification: {\n serializedName: \"justification\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GovernanceEmailNotification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceEmailNotification\",\n modelProperties: {\n disableManagerEmailNotification: {\n serializedName: \"disableManagerEmailNotification\",\n type: {\n name: \"Boolean\"\n }\n },\n disableOwnerEmailNotification: {\n serializedName: \"disableOwnerEmailNotification\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const GovernanceAssignmentAdditionalData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceAssignmentAdditionalData\",\n modelProperties: {\n ticketNumber: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"ticketNumber\",\n type: {\n name: \"Number\"\n }\n },\n ticketLink: {\n serializedName: \"ticketLink\",\n type: {\n name: \"String\"\n }\n },\n ticketStatus: {\n serializedName: \"ticketStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Application\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApiCollectionResponseList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApiCollectionResponseList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApiCollectionResponse\"\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 ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const HealthReportsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HealthReportsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HealthReport\"\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 ResourceDetailsAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceDetailsAutoGenerated\",\n modelProperties: {\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n connectorId: {\n serializedName: \"connectorId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentDetails\",\n modelProperties: {\n nativeResourceId: {\n serializedName: \"nativeResourceId\",\n type: {\n name: \"String\"\n }\n },\n environmentHierarchyId: {\n serializedName: \"environmentHierarchyId\",\n type: {\n name: \"String\"\n }\n },\n organizationalHierarchyId: {\n serializedName: \"organizationalHierarchyId\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HealthDataClassification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HealthDataClassification\",\n modelProperties: {\n component: {\n serializedName: \"component\",\n type: {\n name: \"String\"\n }\n },\n scenario: {\n serializedName: \"scenario\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StatusAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StatusAutoGenerated\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n statusChangeDate: {\n serializedName: \"statusChangeDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n firstEvaluationDate: {\n serializedName: \"firstEvaluationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Issue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Issue\",\n modelProperties: {\n issueKey: {\n serializedName: \"issueKey\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n issueName: {\n serializedName: \"issueName\",\n type: {\n name: \"String\"\n }\n },\n securityValues: {\n serializedName: \"securityValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n issueDescription: {\n serializedName: \"issueDescription\",\n type: {\n name: \"String\"\n }\n },\n remediationSteps: {\n serializedName: \"remediationSteps\",\n type: {\n name: \"String\"\n }\n },\n remediationScript: {\n serializedName: \"remediationScript\",\n type: {\n name: \"String\"\n }\n },\n issueAdditionalData: {\n serializedName: \"issueAdditionalData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ErrorResponseAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseAutoGenerated\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailAutoGenerated\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetailAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetailAutoGenerated\",\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: \"ErrorDetailAutoGenerated\"\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 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 lastScanTime: {\n serializedName: \"lastScanTime\",\n type: {\n name: \"DateTime\"\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 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 EnvironmentData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentData\",\n uberParent: \"EnvironmentData\",\n polymorphicDiscriminator: {\n serializedName: \"environmentType\",\n clientName: \"environmentType\"\n },\n modelProperties: {\n environmentType: {\n serializedName: \"environmentType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityOperatorList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityOperatorList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityOperator\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n defaultValue: \"SystemAssigned\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\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 Condition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Condition\",\n modelProperties: {\n property: {\n serializedName: \"property\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\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 ApplicationCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationCondition\",\n modelProperties: {\n property: {\n serializedName: \"property\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\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 AwsOrganizationalData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AwsOrganizationalData\",\n uberParent: \"AwsOrganizationalData\",\n polymorphicDiscriminator: {\n serializedName: \"organizationMembershipType\",\n clientName: \"organizationMembershipType\"\n },\n modelProperties: {\n organizationMembershipType: {\n serializedName: \"organizationMembershipType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GcpOrganizationalData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GcpOrganizationalData\",\n uberParent: \"GcpOrganizationalData\",\n polymorphicDiscriminator: {\n serializedName: \"organizationMembershipType\",\n clientName: \"organizationMembershipType\"\n },\n modelProperties: {\n organizationMembershipType: {\n serializedName: \"organizationMembershipType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GcpProjectDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GcpProjectDetails\",\n modelProperties: {\n projectNumber: {\n serializedName: \"projectNumber\",\n type: {\n name: \"String\"\n }\n },\n projectId: {\n serializedName: \"projectId\",\n type: {\n name: \"String\"\n }\n },\n workloadIdentityPoolId: {\n serializedName: \"workloadIdentityPoolId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n projectName: {\n serializedName: \"projectName\",\n readOnly: true,\n type: {\n name: \"String\"\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 DefenderForContainersAwsOfferingContainerVulnerabilityAssessment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersAwsOfferingContainerVulnerabilityAssessment\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForContainersAwsOfferingContainerVulnerabilityAssessmentTask: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersAwsOfferingContainerVulnerabilityAssessmentTask\",\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 cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForServersAwsOfferingArcAutoProvisioningConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOfferingArcAutoProvisioningConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingArcAutoProvisioningConfiguration\",\n modelProperties: {\n proxy: {\n serializedName: \"proxy\",\n type: {\n name: \"String\"\n }\n },\n privateLinkScope: {\n serializedName: \"privateLinkScope\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOfferingVaAutoProvisioning: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingVaAutoProvisioning\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForServersAwsOfferingVaAutoProvisioningConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOfferingVaAutoProvisioningConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingVaAutoProvisioningConfiguration\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOfferingMdeAutoProvisioning: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingMdeAutoProvisioning\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOfferingSubPlan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingSubPlan\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOfferingVmScanners: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingVmScanners\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingVmScannersConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersAwsOfferingVmScannersConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingVmScannersConfiguration\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n },\n scanningMode: {\n serializedName: \"scanningMode\",\n type: {\n name: \"String\"\n }\n },\n exclusionTags: {\n serializedName: \"exclusionTags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const DefenderFoDatabasesAwsOfferingArcAutoProvisioning: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderFoDatabasesAwsOfferingArcAutoProvisioning\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderFoDatabasesAwsOfferingArcAutoProvisioningConfiguration\",\n modelProperties: {\n proxy: {\n serializedName: \"proxy\",\n type: {\n name: \"String\"\n }\n },\n privateLinkScope: {\n serializedName: \"privateLinkScope\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderFoDatabasesAwsOfferingRds: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderFoDatabasesAwsOfferingRds\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderFoDatabasesAwsOfferingDatabasesDspm: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderFoDatabasesAwsOfferingDatabasesDspm\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InformationProtectionAwsOfferingInformationProtection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InformationProtectionAwsOfferingInformationProtection\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CspmMonitorGcpOfferingNativeCloudConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CspmMonitorGcpOfferingNativeCloudConnection\",\n modelProperties: {\n workloadIdentityProviderId: {\n serializedName: \"workloadIdentityProviderId\",\n type: {\n name: \"String\"\n }\n },\n serviceAccountEmailAddress: {\n serializedName: \"serviceAccountEmailAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersGcpOfferingDefenderForServers: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingDefenderForServers\",\n modelProperties: {\n workloadIdentityProviderId: {\n serializedName: \"workloadIdentityProviderId\",\n type: {\n name: \"String\"\n }\n },\n serviceAccountEmailAddress: {\n serializedName: \"serviceAccountEmailAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersGcpOfferingArcAutoProvisioning: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingArcAutoProvisioning\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForServersGcpOfferingArcAutoProvisioningConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersGcpOfferingArcAutoProvisioningConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingArcAutoProvisioningConfiguration\",\n modelProperties: {\n proxy: {\n serializedName: \"proxy\",\n type: {\n name: \"String\"\n }\n },\n privateLinkScope: {\n serializedName: \"privateLinkScope\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersGcpOfferingVaAutoProvisioning: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingVaAutoProvisioning\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForServersGcpOfferingVaAutoProvisioningConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersGcpOfferingVaAutoProvisioningConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingVaAutoProvisioningConfiguration\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersGcpOfferingMdeAutoProvisioning: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingMdeAutoProvisioning\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const DefenderForServersGcpOfferingSubPlan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingSubPlan\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersGcpOfferingVmScanners: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingVmScanners\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingVmScannersConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersGcpOfferingVmScannersConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingVmScannersConfiguration\",\n modelProperties: {\n scanningMode: {\n serializedName: \"scanningMode\",\n type: {\n name: \"String\"\n }\n },\n exclusionTags: {\n serializedName: \"exclusionTags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const DefenderForDatabasesGcpOfferingArcAutoProvisioning: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForDatabasesGcpOfferingArcAutoProvisioning\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration\",\n modelProperties: {\n proxy: {\n serializedName: \"proxy\",\n type: {\n name: \"String\"\n }\n },\n privateLinkScope: {\n serializedName: \"privateLinkScope\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForDatabasesGcpOfferingDefenderForDatabasesArcAutoProvisioning: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"DefenderForDatabasesGcpOfferingDefenderForDatabasesArcAutoProvisioning\",\n modelProperties: {\n serviceAccountEmailAddress: {\n serializedName: \"serviceAccountEmailAddress\",\n type: {\n name: \"String\"\n }\n },\n workloadIdentityProviderId: {\n serializedName: \"workloadIdentityProviderId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForContainersGcpOfferingNativeCloudConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersGcpOfferingNativeCloudConnection\",\n modelProperties: {\n serviceAccountEmailAddress: {\n serializedName: \"serviceAccountEmailAddress\",\n type: {\n name: \"String\"\n }\n },\n workloadIdentityProviderId: {\n serializedName: \"workloadIdentityProviderId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection\",\n modelProperties: {\n serviceAccountEmailAddress: {\n serializedName: \"serviceAccountEmailAddress\",\n type: {\n name: \"String\"\n }\n },\n workloadIdentityProviderId: {\n serializedName: \"workloadIdentityProviderId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderCspmAwsOfferingVmScanners: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingVmScanners\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingVmScannersConfiguration\"\n }\n }\n }\n }\n};\n\nexport const DefenderCspmAwsOfferingVmScannersConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingVmScannersConfiguration\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n },\n scanningMode: {\n serializedName: \"scanningMode\",\n type: {\n name: \"String\"\n }\n },\n exclusionTags: {\n serializedName: \"exclusionTags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const DefenderCspmAwsOfferingDataSensitivityDiscovery: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingDataSensitivityDiscovery\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DefenderCspmAwsOfferingDatabasesDspm: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingDatabasesDspm\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\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 subPlan: {\n serializedName: \"properties.subPlan\",\n type: {\n name: \"String\"\n }\n },\n freeTrialRemainingTime: {\n serializedName: \"properties.freeTrialRemainingTime\",\n readOnly: true,\n type: {\n name: \"TimeSpan\"\n }\n },\n enablementTime: {\n serializedName: \"properties.enablementTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n deprecated: {\n serializedName: \"properties.deprecated\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n replacedBy: {\n serializedName: \"properties.replacedBy\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n extensions: {\n serializedName: \"properties.extensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Extension\"\n }\n }\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 emails: {\n serializedName: \"properties.emails\",\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: \"Composite\",\n className: \"SecurityContactPropertiesAlertNotifications\"\n }\n },\n notificationsByRole: {\n serializedName: \"properties.notificationsByRole\",\n type: {\n name: \"Composite\",\n className: \"SecurityContactPropertiesNotificationsByRole\"\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 type: {\n name: \"Composite\",\n className: \"ExternalSecuritySolution\",\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 Alert: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Alert\",\n modelProperties: {\n ...Resource.type.modelProperties,\n version: {\n serializedName: \"properties.version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\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 techniques: {\n serializedName: \"properties.techniques\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n subTechniques: {\n serializedName: \"properties.subTechniques\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n supportingEvidence: {\n serializedName: \"properties.supportingEvidence\",\n type: {\n name: \"Composite\",\n className: \"AlertPropertiesSupportingEvidence\"\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 GovernanceRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceRule\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\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 remediationTimeframe: {\n constraints: {\n Pattern: new RegExp(\"^[0-9]+\\\\.[0-9]{2}:[0-9]{2}:[0-9]{2}$\")\n },\n serializedName: \"properties.remediationTimeframe\",\n type: {\n name: \"String\"\n }\n },\n isGracePeriod: {\n serializedName: \"properties.isGracePeriod\",\n type: {\n name: \"Boolean\"\n }\n },\n rulePriority: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 0\n },\n serializedName: \"properties.rulePriority\",\n type: {\n name: \"Number\"\n }\n },\n isDisabled: {\n serializedName: \"properties.isDisabled\",\n type: {\n name: \"Boolean\"\n }\n },\n ruleType: {\n serializedName: \"properties.ruleType\",\n type: {\n name: \"String\"\n }\n },\n sourceResourceType: {\n serializedName: \"properties.sourceResourceType\",\n type: {\n name: \"String\"\n }\n },\n excludedScopes: {\n serializedName: \"properties.excludedScopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n conditionSets: {\n serializedName: \"properties.conditionSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n },\n includeMemberScopes: {\n serializedName: \"properties.includeMemberScopes\",\n type: {\n name: \"Boolean\"\n }\n },\n ownerSource: {\n serializedName: \"properties.ownerSource\",\n type: {\n name: \"Composite\",\n className: \"GovernanceRuleOwnerSource\"\n }\n },\n governanceEmailNotification: {\n serializedName: \"properties.governanceEmailNotification\",\n type: {\n name: \"Composite\",\n className: \"GovernanceRuleEmailNotification\"\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Composite\",\n className: \"GovernanceRuleMetadata\"\n }\n }\n }\n }\n};\n\nexport const GovernanceAssignment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceAssignment\",\n modelProperties: {\n ...Resource.type.modelProperties,\n owner: {\n serializedName: \"properties.owner\",\n type: {\n name: \"String\"\n }\n },\n remediationDueDate: {\n serializedName: \"properties.remediationDueDate\",\n type: {\n name: \"DateTime\"\n }\n },\n remediationEta: {\n serializedName: \"properties.remediationEta\",\n type: {\n name: \"Composite\",\n className: \"RemediationEta\"\n }\n },\n isGracePeriod: {\n serializedName: \"properties.isGracePeriod\",\n type: {\n name: \"Boolean\"\n }\n },\n governanceEmailNotification: {\n serializedName: \"properties.governanceEmailNotification\",\n type: {\n name: \"Composite\",\n className: \"GovernanceEmailNotification\"\n }\n },\n additionalData: {\n serializedName: \"properties.additionalData\",\n type: {\n name: \"Composite\",\n className: \"GovernanceAssignmentAdditionalData\"\n }\n }\n }\n }\n};\n\nexport const Application: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Application\",\n modelProperties: {\n ...Resource.type.modelProperties,\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 sourceResourceType: {\n serializedName: \"properties.sourceResourceType\",\n type: {\n name: \"String\"\n }\n },\n conditionSets: {\n serializedName: \"properties.conditionSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApiCollectionResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApiCollectionResponse\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\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 }\n }\n};\n\nexport const HealthReport: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HealthReport\",\n modelProperties: {\n ...Resource.type.modelProperties,\n resourceDetails: {\n serializedName: \"properties.resourceDetails\",\n type: {\n name: \"Composite\",\n className: \"ResourceDetailsAutoGenerated\"\n }\n },\n environmentDetails: {\n serializedName: \"properties.environmentDetails\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentDetails\"\n }\n },\n healthDataClassification: {\n serializedName: \"properties.healthDataClassification\",\n type: {\n name: \"Composite\",\n className: \"HealthDataClassification\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"StatusAutoGenerated\"\n }\n },\n affectedDefendersPlans: {\n serializedName: \"properties.affectedDefendersPlans\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n issues: {\n serializedName: \"properties.issues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Issue\"\n }\n }\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 SecurityOperator: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityOperator\",\n modelProperties: {\n ...Resource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\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 containerVulnerabilityAssessment: {\n serializedName: \"containerVulnerabilityAssessment\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersAwsOfferingContainerVulnerabilityAssessment\"\n }\n },\n containerVulnerabilityAssessmentTask: {\n serializedName: \"containerVulnerabilityAssessmentTask\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersAwsOfferingContainerVulnerabilityAssessmentTask\"\n }\n },\n enableContainerVulnerabilityAssessment: {\n serializedName: \"enableContainerVulnerabilityAssessment\",\n type: {\n name: \"Boolean\"\n }\n },\n autoProvisioning: {\n serializedName: \"autoProvisioning\",\n type: {\n name: \"Boolean\"\n }\n },\n kubeAuditRetentionTime: {\n serializedName: \"kubeAuditRetentionTime\",\n type: {\n name: \"Number\"\n }\n },\n scubaExternalId: {\n serializedName: \"scubaExternalId\",\n type: {\n name: \"String\"\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 vaAutoProvisioning: {\n serializedName: \"vaAutoProvisioning\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingVaAutoProvisioning\"\n }\n },\n mdeAutoProvisioning: {\n serializedName: \"mdeAutoProvisioning\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingMdeAutoProvisioning\"\n }\n },\n subPlan: {\n serializedName: \"subPlan\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingSubPlan\"\n }\n },\n vmScanners: {\n serializedName: \"vmScanners\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersAwsOfferingVmScanners\"\n }\n }\n }\n }\n};\n\nexport const DefenderFoDatabasesAwsOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderForDatabasesAws\",\n type: {\n name: \"Composite\",\n className: \"DefenderFoDatabasesAwsOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties,\n arcAutoProvisioning: {\n serializedName: \"arcAutoProvisioning\",\n type: {\n name: \"Composite\",\n className: \"DefenderFoDatabasesAwsOfferingArcAutoProvisioning\"\n }\n },\n rds: {\n serializedName: \"rds\",\n type: {\n name: \"Composite\",\n className: \"DefenderFoDatabasesAwsOfferingRds\"\n }\n },\n databasesDspm: {\n serializedName: \"databasesDspm\",\n type: {\n name: \"Composite\",\n className: \"DefenderFoDatabasesAwsOfferingDatabasesDspm\"\n }\n }\n }\n }\n};\n\nexport const InformationProtectionAwsOffering: coreClient.CompositeMapper = {\n serializedName: \"InformationProtectionAws\",\n type: {\n name: \"Composite\",\n className: \"InformationProtectionAwsOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties,\n informationProtection: {\n serializedName: \"informationProtection\",\n type: {\n name: \"Composite\",\n className: \"InformationProtectionAwsOfferingInformationProtection\"\n }\n }\n }\n }\n};\n\nexport const CspmMonitorGcpOffering: coreClient.CompositeMapper = {\n serializedName: \"CspmMonitorGcp\",\n type: {\n name: \"Composite\",\n className: \"CspmMonitorGcpOffering\",\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: \"CspmMonitorGcpOfferingNativeCloudConnection\"\n }\n }\n }\n }\n};\n\nexport const DefenderForServersGcpOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderForServersGcp\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOffering\",\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: \"DefenderForServersGcpOfferingDefenderForServers\"\n }\n },\n arcAutoProvisioning: {\n serializedName: \"arcAutoProvisioning\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingArcAutoProvisioning\"\n }\n },\n vaAutoProvisioning: {\n serializedName: \"vaAutoProvisioning\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingVaAutoProvisioning\"\n }\n },\n mdeAutoProvisioning: {\n serializedName: \"mdeAutoProvisioning\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingMdeAutoProvisioning\"\n }\n },\n subPlan: {\n serializedName: \"subPlan\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingSubPlan\"\n }\n },\n vmScanners: {\n serializedName: \"vmScanners\",\n type: {\n name: \"Composite\",\n className: \"DefenderForServersGcpOfferingVmScanners\"\n }\n }\n }\n }\n};\n\nexport const DefenderForDatabasesGcpOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderForDatabasesGcp\",\n type: {\n name: \"Composite\",\n className: \"DefenderForDatabasesGcpOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties,\n arcAutoProvisioning: {\n serializedName: \"arcAutoProvisioning\",\n type: {\n name: \"Composite\",\n className: \"DefenderForDatabasesGcpOfferingArcAutoProvisioning\"\n }\n },\n defenderForDatabasesArcAutoProvisioning: {\n serializedName: \"defenderForDatabasesArcAutoProvisioning\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForDatabasesGcpOfferingDefenderForDatabasesArcAutoProvisioning\"\n }\n }\n }\n }\n};\n\nexport const DefenderForContainersGcpOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderForContainersGcp\",\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersGcpOffering\",\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: \"DefenderForContainersGcpOfferingNativeCloudConnection\"\n }\n },\n dataPipelineNativeCloudConnection: {\n serializedName: \"dataPipelineNativeCloudConnection\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersGcpOfferingDataPipelineNativeCloudConnection\"\n }\n },\n auditLogsAutoProvisioningFlag: {\n serializedName: \"auditLogsAutoProvisioningFlag\",\n type: {\n name: \"Boolean\"\n }\n },\n defenderAgentAutoProvisioningFlag: {\n serializedName: \"defenderAgentAutoProvisioningFlag\",\n type: {\n name: \"Boolean\"\n }\n },\n policyAgentAutoProvisioningFlag: {\n serializedName: \"policyAgentAutoProvisioningFlag\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const CspmMonitorGithubOffering: coreClient.CompositeMapper = {\n serializedName: \"CspmMonitorGithub\",\n type: {\n name: \"Composite\",\n className: \"CspmMonitorGithubOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties\n }\n }\n};\n\nexport const CspmMonitorAzureDevOpsOffering: coreClient.CompositeMapper = {\n serializedName: \"CspmMonitorAzureDevOps\",\n type: {\n name: \"Composite\",\n className: \"CspmMonitorAzureDevOpsOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties\n }\n }\n};\n\nexport const DefenderCspmAwsOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderCspmAws\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties,\n vmScanners: {\n serializedName: \"vmScanners\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingVmScanners\"\n }\n },\n dataSensitivityDiscovery: {\n serializedName: \"dataSensitivityDiscovery\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingDataSensitivityDiscovery\"\n }\n },\n databasesDspm: {\n serializedName: \"databasesDspm\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingDatabasesDspm\"\n }\n }\n }\n }\n};\n\nexport const DefenderCspmGcpOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderCspmGcp\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties\n }\n }\n};\n\nexport const DefenderForDevOpsGithubOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderForDevOpsGithub\",\n type: {\n name: \"Composite\",\n className: \"DefenderForDevOpsGithubOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties\n }\n }\n};\n\nexport const DefenderForDevOpsAzureDevOpsOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderForDevOpsAzureDevOps\",\n type: {\n name: \"Composite\",\n className: \"DefenderForDevOpsAzureDevOpsOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties\n }\n }\n};\n\nexport const CspmMonitorGitLabOffering: coreClient.CompositeMapper = {\n serializedName: \"CspmMonitorGitLab\",\n type: {\n name: \"Composite\",\n className: \"CspmMonitorGitLabOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties\n }\n }\n};\n\nexport const DefenderForDevOpsGitLabOffering: coreClient.CompositeMapper = {\n serializedName: \"DefenderForDevOpsGitLab\",\n type: {\n name: \"Composite\",\n className: \"DefenderForDevOpsGitLabOffering\",\n uberParent: \"CloudOffering\",\n polymorphicDiscriminator: CloudOffering.type.polymorphicDiscriminator,\n modelProperties: {\n ...CloudOffering.type.modelProperties\n }\n }\n};\n\nexport const AwsEnvironmentData: coreClient.CompositeMapper = {\n serializedName: \"AwsAccount\",\n type: {\n name: \"Composite\",\n className: \"AwsEnvironmentData\",\n uberParent: \"EnvironmentData\",\n polymorphicDiscriminator: EnvironmentData.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentData.type.modelProperties,\n organizationalData: {\n serializedName: \"organizationalData\",\n type: {\n name: \"Composite\",\n className: \"AwsOrganizationalData\"\n }\n },\n regions: {\n serializedName: \"regions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n accountName: {\n serializedName: \"accountName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GcpProjectEnvironmentData: coreClient.CompositeMapper = {\n serializedName: \"GcpProject\",\n type: {\n name: \"Composite\",\n className: \"GcpProjectEnvironmentData\",\n uberParent: \"EnvironmentData\",\n polymorphicDiscriminator: EnvironmentData.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentData.type.modelProperties,\n organizationalData: {\n serializedName: \"organizationalData\",\n type: {\n name: \"Composite\",\n className: \"GcpOrganizationalData\"\n }\n },\n projectDetails: {\n serializedName: \"projectDetails\",\n type: {\n name: \"Composite\",\n className: \"GcpProjectDetails\"\n }\n }\n }\n }\n};\n\nexport const GithubScopeEnvironmentData: coreClient.CompositeMapper = {\n serializedName: \"GithubScope\",\n type: {\n name: \"Composite\",\n className: \"GithubScopeEnvironmentData\",\n uberParent: \"EnvironmentData\",\n polymorphicDiscriminator: EnvironmentData.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentData.type.modelProperties\n }\n }\n};\n\nexport const AzureDevOpsScopeEnvironmentData: coreClient.CompositeMapper = {\n serializedName: \"AzureDevOpsScope\",\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsScopeEnvironmentData\",\n uberParent: \"EnvironmentData\",\n polymorphicDiscriminator: EnvironmentData.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentData.type.modelProperties\n }\n }\n};\n\nexport const GitlabScopeEnvironmentData: coreClient.CompositeMapper = {\n serializedName: \"GitlabScope\",\n type: {\n name: \"Composite\",\n className: \"GitlabScopeEnvironmentData\",\n uberParent: \"EnvironmentData\",\n polymorphicDiscriminator: EnvironmentData.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentData.type.modelProperties\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 AwsOrganizationalDataMaster: coreClient.CompositeMapper = {\n serializedName: \"Organization\",\n type: {\n name: \"Composite\",\n className: \"AwsOrganizationalDataMaster\",\n uberParent: \"AwsOrganizationalData\",\n polymorphicDiscriminator:\n AwsOrganizationalData.type.polymorphicDiscriminator,\n modelProperties: {\n ...AwsOrganizationalData.type.modelProperties,\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 AwsOrganizationalDataMember: coreClient.CompositeMapper = {\n serializedName: \"Member\",\n type: {\n name: \"Composite\",\n className: \"AwsOrganizationalDataMember\",\n uberParent: \"AwsOrganizationalData\",\n polymorphicDiscriminator:\n AwsOrganizationalData.type.polymorphicDiscriminator,\n modelProperties: {\n ...AwsOrganizationalData.type.modelProperties,\n parentHierarchyId: {\n serializedName: \"parentHierarchyId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GcpOrganizationalDataOrganization: coreClient.CompositeMapper = {\n serializedName: \"Organization\",\n type: {\n name: \"Composite\",\n className: \"GcpOrganizationalDataOrganization\",\n uberParent: \"GcpOrganizationalData\",\n polymorphicDiscriminator:\n GcpOrganizationalData.type.polymorphicDiscriminator,\n modelProperties: {\n ...GcpOrganizationalData.type.modelProperties,\n excludedProjectNumbers: {\n serializedName: \"excludedProjectNumbers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n serviceAccountEmailAddress: {\n serializedName: \"serviceAccountEmailAddress\",\n type: {\n name: \"String\"\n }\n },\n workloadIdentityProviderId: {\n serializedName: \"workloadIdentityProviderId\",\n type: {\n name: \"String\"\n }\n },\n organizationName: {\n serializedName: \"organizationName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GcpOrganizationalDataMember: coreClient.CompositeMapper = {\n serializedName: \"Member\",\n type: {\n name: \"Composite\",\n className: \"GcpOrganizationalDataMember\",\n uberParent: \"GcpOrganizationalData\",\n polymorphicDiscriminator:\n GcpOrganizationalData.type.polymorphicDiscriminator,\n modelProperties: {\n ...GcpOrganizationalData.type.modelProperties,\n parentHierarchyId: {\n serializedName: \"parentHierarchyId\",\n type: {\n name: \"String\"\n }\n },\n managementProjectNumber: {\n serializedName: \"managementProjectNumber\",\n type: {\n name: \"String\"\n }\n }\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 hierarchyIdentifierTrialEndDate: {\n serializedName: \"properties.hierarchyIdentifierTrialEndDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n environmentName: {\n serializedName: \"properties.environmentName\",\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 environmentData: {\n serializedName: \"properties.environmentData\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentData\"\n }\n }\n }\n }\n};\n\nexport const CefExternalSecuritySolution: coreClient.CompositeMapper = {\n serializedName: \"CEF\",\n type: {\n name: \"Composite\",\n className: \"CefExternalSecuritySolution\",\n uberParent: \"ExternalSecuritySolution\",\n polymorphicDiscriminator:\n ExternalSecuritySolution.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: \"ExternalSecuritySolution\",\n polymorphicDiscriminator:\n ExternalSecuritySolution.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: \"ExternalSecuritySolution\",\n polymorphicDiscriminator:\n ExternalSecuritySolution.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: \"Setting\",\n polymorphicDiscriminator: Setting.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: \"Setting\",\n polymorphicDiscriminator: Setting.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: \"ThresholdCustomAlertRule\",\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: \"ListCustomAlertRule\",\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: \"ListCustomAlertRule\",\n polymorphicDiscriminator: ListCustomAlertRule.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: \"OnPremiseResourceDetails\",\n polymorphicDiscriminator:\n OnPremiseResourceDetails.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"TimeWindowCustomAlertRule\",\n polymorphicDiscriminator:\n TimeWindowCustomAlertRule.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: \"AllowlistCustomAlertRule\",\n polymorphicDiscriminator:\n AllowlistCustomAlertRule.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: \"AllowlistCustomAlertRule\",\n polymorphicDiscriminator:\n AllowlistCustomAlertRule.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: \"AllowlistCustomAlertRule\",\n polymorphicDiscriminator:\n AllowlistCustomAlertRule.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: \"AllowlistCustomAlertRule\",\n polymorphicDiscriminator:\n AllowlistCustomAlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AllowlistCustomAlertRule.type.modelProperties\n }\n }\n};\n\nexport const GovernanceRulesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceRulesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GovernanceRulesExecuteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceRulesExecuteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GovernanceRulesOperationResultsHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GovernanceRulesOperationResultsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\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 EnvironmentData: EnvironmentData,\n AwsOrganizationalData: AwsOrganizationalData,\n GcpOrganizationalData: GcpOrganizationalData,\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 \"CloudOffering.DefenderForDatabasesAws\": DefenderFoDatabasesAwsOffering,\n \"CloudOffering.InformationProtectionAws\": InformationProtectionAwsOffering,\n \"CloudOffering.CspmMonitorGcp\": CspmMonitorGcpOffering,\n \"CloudOffering.DefenderForServersGcp\": DefenderForServersGcpOffering,\n \"CloudOffering.DefenderForDatabasesGcp\": DefenderForDatabasesGcpOffering,\n \"CloudOffering.DefenderForContainersGcp\": DefenderForContainersGcpOffering,\n \"CloudOffering.CspmMonitorGithub\": CspmMonitorGithubOffering,\n \"CloudOffering.CspmMonitorAzureDevOps\": CspmMonitorAzureDevOpsOffering,\n \"CloudOffering.DefenderCspmAws\": DefenderCspmAwsOffering,\n \"CloudOffering.DefenderCspmGcp\": DefenderCspmGcpOffering,\n \"CloudOffering.DefenderForDevOpsGithub\": DefenderForDevOpsGithubOffering,\n \"CloudOffering.DefenderForDevOpsAzureDevOps\": DefenderForDevOpsAzureDevOpsOffering,\n \"CloudOffering.CspmMonitorGitLab\": CspmMonitorGitLabOffering,\n \"CloudOffering.DefenderForDevOpsGitLab\": DefenderForDevOpsGitLabOffering,\n \"EnvironmentData.AwsAccount\": AwsEnvironmentData,\n \"EnvironmentData.GcpProject\": GcpProjectEnvironmentData,\n \"EnvironmentData.GithubScope\": GithubScopeEnvironmentData,\n \"EnvironmentData.AzureDevOpsScope\": AzureDevOpsScopeEnvironmentData,\n \"EnvironmentData.GitlabScope\": GitlabScopeEnvironmentData,\n \"AwsOrganizationalData.Organization\": AwsOrganizationalDataMaster,\n \"AwsOrganizationalData.Member\": AwsOrganizationalDataMember,\n \"GcpOrganizationalData.Organization\": GcpOrganizationalDataOrganization,\n \"GcpOrganizationalData.Member\": GcpOrganizationalDataMember,\n \"ExternalSecuritySolution.CEF\": CefExternalSecuritySolution,\n \"ExternalSecuritySolution.ATA\": AtaExternalSecuritySolution,\n \"ExternalSecuritySolution.AAD\": AadExternalSecuritySolution,\n \"Setting.DataExportSettings\": DataExportSettings,\n \"Setting.AlertSyncSettings\": AlertSyncSettings,\n \"ThresholdCustomAlertRule.TimeWindowCustomAlertRule\": TimeWindowCustomAlertRule,\n \"ListCustomAlertRule.AllowlistCustomAlertRule\": AllowlistCustomAlertRule,\n \"ListCustomAlertRule.DenylistCustomAlertRule\": DenylistCustomAlertRule,\n \"OnPremiseResourceDetails.OnPremiseSql\": OnPremiseSqlResourceDetails,\n \"TimeWindowCustomAlertRule.ActiveConnectionsNotInAllowedRange\": ActiveConnectionsNotInAllowedRange,\n \"TimeWindowCustomAlertRule.AmqpC2DMessagesNotInAllowedRange\": AmqpC2DMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.MqttC2DMessagesNotInAllowedRange\": MqttC2DMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.HttpC2DMessagesNotInAllowedRange\": HttpC2DMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.AmqpC2DRejectedMessagesNotInAllowedRange\": AmqpC2DRejectedMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.MqttC2DRejectedMessagesNotInAllowedRange\": MqttC2DRejectedMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.HttpC2DRejectedMessagesNotInAllowedRange\": HttpC2DRejectedMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.AmqpD2CMessagesNotInAllowedRange\": AmqpD2CMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.MqttD2CMessagesNotInAllowedRange\": MqttD2CMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.HttpD2CMessagesNotInAllowedRange\": HttpD2CMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.DirectMethodInvokesNotInAllowedRange\": DirectMethodInvokesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.FailedLocalLoginsNotInAllowedRange\": FailedLocalLoginsNotInAllowedRange,\n \"TimeWindowCustomAlertRule.FileUploadsNotInAllowedRange\": FileUploadsNotInAllowedRange,\n \"TimeWindowCustomAlertRule.QueuePurgesNotInAllowedRange\": QueuePurgesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.TwinUpdatesNotInAllowedRange\": TwinUpdatesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.UnauthorizedOperationsNotInAllowedRange\": UnauthorizedOperationsNotInAllowedRange,\n \"AllowlistCustomAlertRule.ConnectionToIpNotAllowed\": ConnectionToIpNotAllowed,\n \"AllowlistCustomAlertRule.ConnectionFromIpNotAllowed\": ConnectionFromIpNotAllowed,\n \"AllowlistCustomAlertRule.LocalUserNotAllowed\": LocalUserNotAllowed,\n \"AllowlistCustomAlertRule.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 AlertSimulatorRequestBody as AlertSimulatorRequestBodyMapper,\n Setting as SettingMapper,\n IngestionSetting as IngestionSettingMapper,\n GovernanceRule as GovernanceRuleMapper,\n ExecuteGovernanceRuleParams as ExecuteGovernanceRuleParamsMapper,\n GovernanceAssignment as GovernanceAssignmentMapper,\n Application as ApplicationMapper,\n RuleResultsInput as RuleResultsInputMapper,\n RulesResultsInput as RulesResultsInputMapper,\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: \"2023-01-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 apiVersion8: 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 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 apiVersion9: 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 apiVersion10: 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 apiVersion11: 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 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 apiVersion12: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-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 apiVersion13: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-05-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 apiVersion14: 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 apiVersion15: 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 apiVersion16: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-01-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const scope1: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\"\n }\n }\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 governanceRule: OperationParameter = {\n parameterPath: \"governanceRule\",\n mapper: GovernanceRuleMapper\n};\n\nexport const executeGovernanceRuleParams: OperationParameter = {\n parameterPath: [\"options\", \"executeGovernanceRuleParams\"],\n mapper: ExecuteGovernanceRuleParamsMapper\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const assessmentName1: OperationURLParameter = {\n parameterPath: \"assessmentName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\")\n },\n serializedName: \"assessmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const assignmentKey: OperationURLParameter = {\n parameterPath: \"assignmentKey\",\n mapper: {\n serializedName: \"assignmentKey\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const governanceAssignment: OperationParameter = {\n parameterPath: \"governanceAssignment\",\n mapper: GovernanceAssignmentMapper\n};\n\nexport const apiVersion17: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-07-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const applicationId: OperationURLParameter = {\n parameterPath: \"applicationId\",\n mapper: {\n serializedName: \"applicationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const application: OperationParameter = {\n parameterPath: \"application\",\n mapper: ApplicationMapper\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 resourceGroupName1: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const serviceName: OperationURLParameter = {\n parameterPath: \"serviceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$\"),\n MaxLength: 50,\n MinLength: 1\n },\n serializedName: \"serviceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion18: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-11-20-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiCollectionId: OperationURLParameter = {\n parameterPath: \"apiCollectionId\",\n mapper: {\n constraints: {\n MaxLength: 256,\n MinLength: 1\n },\n serializedName: \"apiCollectionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion19: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-02-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const scope2: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const healthReportName: OperationURLParameter = {\n parameterPath: \"healthReportName\",\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: \"healthReportName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\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 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 body5: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: RulesResultsInputMapper\n};\n\nexport const apiVersion20: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-03-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const securityConnector: OperationParameter = {\n parameterPath: \"securityConnector\",\n mapper: SecurityConnectorMapper\n};\n\nexport const apiVersion21: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-01-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const pricingName1: OperationURLParameter = {\n parameterPath: \"pricingName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"pricingName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const securityOperatorName: OperationURLParameter = {\n parameterPath: \"securityOperatorName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9_]+$\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"securityOperatorName\",\n required: true,\n type: {\n name: \"String\"\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 { 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 CustomAssessmentAutomationsListByResourceGroupResponse,\n CustomAssessmentAutomationsListBySubscriptionNextOptionalParams,\n CustomAssessmentAutomationsListBySubscriptionOptionalParams,\n CustomAssessmentAutomationsListBySubscriptionResponse,\n CustomAssessmentAutomationsGetOptionalParams,\n CustomAssessmentAutomationsGetResponse,\n CustomAssessmentAutomationRequest,\n CustomAssessmentAutomationsCreateOptionalParams,\n CustomAssessmentAutomationsCreateResponse,\n CustomAssessmentAutomationsDeleteOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: CustomAssessmentAutomationsListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<CustomAssessmentAutomation[]> {\n let result: CustomAssessmentAutomationsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: CustomAssessmentAutomationsListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<CustomAssessmentAutomation[]> {\n let result: CustomAssessmentAutomationsListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 CustomEntityStoreAssignmentsListByResourceGroupResponse,\n CustomEntityStoreAssignmentsListBySubscriptionNextOptionalParams,\n CustomEntityStoreAssignmentsListBySubscriptionOptionalParams,\n CustomEntityStoreAssignmentsListBySubscriptionResponse,\n CustomEntityStoreAssignmentsGetOptionalParams,\n CustomEntityStoreAssignmentsGetResponse,\n CustomEntityStoreAssignmentRequest,\n CustomEntityStoreAssignmentsCreateOptionalParams,\n CustomEntityStoreAssignmentsCreateResponse,\n CustomEntityStoreAssignmentsDeleteOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: CustomEntityStoreAssignmentsListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<CustomEntityStoreAssignment[]> {\n let result: CustomEntityStoreAssignmentsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: CustomEntityStoreAssignmentsListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<CustomEntityStoreAssignment[]> {\n let result: CustomEntityStoreAssignmentsListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: ComplianceResultsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ComplianceResult[]> {\n let result: ComplianceResultsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 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 Microsoft Defender for Cloud 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 Microsoft Defender for Cloud 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 Microsoft Defender for Cloud 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(resourceId, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n resourceId: string,\n options?: DeviceSecurityGroupsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DeviceSecurityGroup[]> {\n let result: DeviceSecurityGroupsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(resourceId, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 IotSecuritySolutionListBySubscriptionResponse,\n IotSecuritySolutionListByResourceGroupNextOptionalParams,\n IotSecuritySolutionListByResourceGroupOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: IotSecuritySolutionListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<IoTSecuritySolutionModel[]> {\n let result: IotSecuritySolutionListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: IotSecuritySolutionListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<IoTSecuritySolutionModel[]> {\n let result: IotSecuritySolutionListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n resourceGroupName,\n solutionName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<IoTSecurityAggregatedAlert[]> {\n let result: IotSecuritySolutionsAnalyticsAggregatedAlertListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, solutionName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n solutionName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 IotSecuritySolutionsAnalyticsRecommendationListResponse,\n IotSecuritySolutionsAnalyticsRecommendationGetOptionalParams,\n IotSecuritySolutionsAnalyticsRecommendationGetResponse,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n resourceGroupName,\n solutionName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n solutionName: string,\n options?: IotSecuritySolutionsAnalyticsRecommendationListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<IoTSecurityAggregatedRecommendation[]> {\n let result: IotSecuritySolutionsAnalyticsRecommendationListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, solutionName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n solutionName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: LocationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AscLocation[]> {\n let result: LocationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n get(\n ascLocation: string,\n options?: LocationsGetOptionalParams\n ): Promise<LocationsGetResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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?: 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 TasksListResponse,\n TasksListByHomeRegionNextOptionalParams,\n TasksListByHomeRegionOptionalParams,\n TasksListByHomeRegionResponse,\n TasksListByResourceGroupNextOptionalParams,\n TasksListByResourceGroupOptionalParams,\n TasksListByResourceGroupResponse,\n TasksGetSubscriptionLevelTaskOptionalParams,\n TasksGetSubscriptionLevelTaskResponse,\n TaskUpdateActionType,\n TasksUpdateSubscriptionLevelTaskStateOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: TasksListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecurityTask[]> {\n let result: TasksListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n public listByHomeRegion(\n ascLocation: string,\n options?: TasksListByHomeRegionOptionalParams\n ): PagedAsyncIterableIterator<SecurityTask> {\n const iter = this.listByHomeRegionPagingAll(ascLocation, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByHomeRegionPagingPage(ascLocation, options, settings);\n }\n };\n }\n\n private async *listByHomeRegionPagingPage(\n ascLocation: string,\n options?: TasksListByHomeRegionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecurityTask[]> {\n let result: TasksListByHomeRegionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByHomeRegion(ascLocation, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByHomeRegionNext(\n ascLocation,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByHomeRegionPagingAll(\n ascLocation: string,\n options?: TasksListByHomeRegionOptionalParams\n ): AsyncIterableIterator<SecurityTask> {\n for await (const page of this.listByHomeRegionPagingPage(\n ascLocation,\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 resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n ascLocation: string,\n options?: TasksListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<SecurityTask> {\n const iter = this.listByResourceGroupPagingAll(\n resourceGroupName,\n ascLocation,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n ascLocation,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n ascLocation: string,\n options?: TasksListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecurityTask[]> {\n let result: TasksListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(\n resourceGroupName,\n ascLocation,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n ascLocation,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n ascLocation: string,\n options?: TasksListByResourceGroupOptionalParams\n ): AsyncIterableIterator<SecurityTask> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n ascLocation,\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n private _listByHomeRegion(\n ascLocation: string,\n options?: TasksListByHomeRegionOptionalParams\n ): Promise<TasksListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, options },\n listByHomeRegionOperationSpec\n );\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param taskName Name of the task object, will be a GUID\n * @param options The options parameters.\n */\n getSubscriptionLevelTask(\n ascLocation: string,\n taskName: string,\n options?: TasksGetSubscriptionLevelTaskOptionalParams\n ): Promise<TasksGetSubscriptionLevelTaskResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, taskName, options },\n getSubscriptionLevelTaskOperationSpec\n );\n }\n\n /**\n * Recommended tasks that will help improve the security of the subscription proactively\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n taskName: string,\n taskUpdateActionType: TaskUpdateActionType,\n options?: TasksUpdateSubscriptionLevelTaskStateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n ascLocation: string,\n options?: TasksListByResourceGroupOptionalParams\n ): Promise<TasksListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n taskName: string,\n options?: TasksGetResourceGroupLevelTaskOptionalParams\n ): Promise<TasksGetResourceGroupLevelTaskResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n taskName: string,\n taskUpdateActionType: TaskUpdateActionType,\n options?: TasksUpdateResourceGroupLevelTaskStateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n ascLocation,\n taskName,\n taskUpdateActionType,\n options\n },\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n nextLink: string,\n options?: TasksListByHomeRegionNextOptionalParams\n ): Promise<TasksListByHomeRegionNextResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n nextLink: string,\n options?: TasksListByResourceGroupNextOptionalParams\n ): Promise<TasksListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, 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 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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AutoProvisioningSettingsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AutoProvisioningSetting[]> {\n let result: AutoProvisioningSettingsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: CompliancesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Compliance[]> {\n let result: CompliancesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 InformationProtectionPoliciesListResponse,\n InformationProtectionPolicyName,\n InformationProtectionPoliciesGetOptionalParams,\n InformationProtectionPoliciesGetResponse,\n InformationProtectionPoliciesCreateOrUpdateOptionalParams,\n InformationProtectionPoliciesCreateOrUpdateResponse,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: InformationProtectionPoliciesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<InformationProtectionPolicy[]> {\n let result: InformationProtectionPoliciesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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: InformationProtectionPolicyName,\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: InformationProtectionPolicyName,\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 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 * List all 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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecurityContactsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecurityContact[]> {\n let result: SecurityContactsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 * List all 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 * Get Default 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 * Create 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 * Delete 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 * 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.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/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.apiVersion8],\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 201: {\n bodyMapper: Mappers.SecurityContact\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.securityContact,\n queryParameters: [Parameters.apiVersion8],\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 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion8],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.securityContactName\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.SecurityContactList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: WorkspaceSettingsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<WorkspaceSetting[]> {\n let result: WorkspaceSettingsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: RegulatoryComplianceStandardsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RegulatoryComplianceStandard[]> {\n let result: RegulatoryComplianceStandardsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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.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/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.apiVersion9],\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n regulatoryComplianceStandardName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n regulatoryComplianceStandardName: string,\n options?: RegulatoryComplianceControlsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RegulatoryComplianceControl[]> {\n let result: RegulatoryComplianceControlsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(regulatoryComplianceStandardName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n regulatoryComplianceStandardName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n 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.apiVersion9],\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.apiVersion9],\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n regulatoryComplianceStandardName: string,\n regulatoryComplianceControlName: string,\n options?: RegulatoryComplianceAssessmentsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<RegulatoryComplianceAssessment[]> {\n let result: RegulatoryComplianceAssessmentsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n regulatoryComplianceStandardName,\n regulatoryComplianceControlName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n 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.apiVersion9],\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.apiVersion9],\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 SubAssessmentsListAllResponse,\n SubAssessmentsListNextOptionalParams,\n SubAssessmentsListOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listAllPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listAllPagingPage(\n scope: string,\n options?: SubAssessmentsListAllOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecuritySubAssessment[]> {\n let result: SubAssessmentsListAllResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listAll(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listAllNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listAllPagingAll(\n 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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, assessmentName, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n assessmentName: string,\n options?: SubAssessmentsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecuritySubAssessment[]> {\n let result: SubAssessmentsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, assessmentName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scope,\n assessmentName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n 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.apiVersion9],\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.apiVersion9],\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.apiVersion9],\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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 AutomationsListResponse,\n AutomationsListByResourceGroupNextOptionalParams,\n AutomationsListByResourceGroupOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AutomationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Automation[]> {\n let result: AutomationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: AutomationsListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Automation[]> {\n let result: AutomationsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *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.apiVersion9],\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.apiVersion9],\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.apiVersion9],\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.apiVersion9],\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.apiVersion9],\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.apiVersion9],\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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AlertsSuppressionRulesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AlertsSuppressionRule[]> {\n let result: AlertsSuppressionRulesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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.apiVersion9, 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.apiVersion9],\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.apiVersion9],\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.apiVersion9],\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 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\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike }\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal\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 { 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 {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } 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<SimplePollerLike<OperationState<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 sendOperationFn = 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 = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n },\n spec: deleteOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 AssessmentsMetadataListResponse,\n AssessmentsMetadataListBySubscriptionNextOptionalParams,\n AssessmentsMetadataListBySubscriptionOptionalParams,\n AssessmentsMetadataListBySubscriptionResponse,\n AssessmentsMetadataGetOptionalParams,\n AssessmentsMetadataGetResponse,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AssessmentsMetadataListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecurityAssessmentMetadataResponse[]> {\n let result: AssessmentsMetadataListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: AssessmentsMetadataListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecurityAssessmentMetadataResponse[]> {\n let result: AssessmentsMetadataListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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.apiVersion11],\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.apiVersion11],\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.apiVersion11],\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.apiVersion11],\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.apiVersion11],\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.apiVersion11],\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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: AssessmentsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecurityAssessmentResponse[]> {\n let result: AssessmentsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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.apiVersion11],\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.apiVersion11, 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.apiVersion11],\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.apiVersion11],\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 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param groupName Name of an application control machine group\n * @param options The options parameters.\n */\n get(\n ascLocation: string,\n groupName: string,\n options?: AdaptiveApplicationControlsGetOptionalParams\n ): Promise<AdaptiveApplicationControlsGetResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, groupName, options },\n getOperationSpec\n );\n }\n\n /**\n * Update an application control machine group\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param groupName Name of an application control machine group\n * @param body\n * @param options The options parameters.\n */\n put(\n ascLocation: string,\n groupName: string,\n body: AdaptiveApplicationControlGroup,\n options?: AdaptiveApplicationControlsPutOptionalParams\n ): Promise<AdaptiveApplicationControlsPutResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, groupName, body, options },\n putOperationSpec\n );\n }\n\n /**\n * Delete an application control machine group\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param groupName Name of an application control machine group\n * @param options The options parameters.\n */\n delete(\n ascLocation: string,\n groupName: string,\n options?: AdaptiveApplicationControlsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { ascLocation, 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.apiVersion10,\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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } 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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByExtendedResourcePagingPage(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options,\n settings\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 settings?: PageSettings\n ): AsyncIterableIterator<AdaptiveNetworkHardening[]> {\n let result: AdaptiveNetworkHardeningsListByExtendedResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByExtendedResource(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByExtendedResourceNext(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *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<SimplePollerLike<OperationState<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 sendOperationFn = 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 = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n adaptiveNetworkHardeningResourceName,\n body,\n options\n },\n spec: enforceOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 AllowedConnectionsListResponse,\n AllowedConnectionsListByHomeRegionNextOptionalParams,\n AllowedConnectionsListByHomeRegionOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AllowedConnectionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AllowedConnectionsResource[]> {\n let result: AllowedConnectionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n public listByHomeRegion(\n ascLocation: string,\n options?: AllowedConnectionsListByHomeRegionOptionalParams\n ): PagedAsyncIterableIterator<AllowedConnectionsResource> {\n const iter = this.listByHomeRegionPagingAll(ascLocation, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByHomeRegionPagingPage(ascLocation, options, settings);\n }\n };\n }\n\n private async *listByHomeRegionPagingPage(\n ascLocation: string,\n options?: AllowedConnectionsListByHomeRegionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AllowedConnectionsResource[]> {\n let result: AllowedConnectionsListByHomeRegionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByHomeRegion(ascLocation, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByHomeRegionNext(\n ascLocation,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByHomeRegionPagingAll(\n ascLocation: string,\n options?: AllowedConnectionsListByHomeRegionOptionalParams\n ): AsyncIterableIterator<AllowedConnectionsResource> {\n for await (const page of this.listByHomeRegionPagingPage(\n ascLocation,\n options\n )) {\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n private _listByHomeRegion(\n ascLocation: string,\n options?: AllowedConnectionsListByHomeRegionOptionalParams\n ): Promise<AllowedConnectionsListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param connectionType The type of allowed connections (Internal, External)\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n ascLocation: string,\n connectionType: ConnectionType,\n options?: AllowedConnectionsGetOptionalParams\n ): Promise<AllowedConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n nextLink: string,\n options?: AllowedConnectionsListByHomeRegionNextOptionalParams\n ): Promise<AllowedConnectionsListByHomeRegionNextResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 TopologyListResponse,\n TopologyListByHomeRegionNextOptionalParams,\n TopologyListByHomeRegionOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: TopologyListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<TopologyResource[]> {\n let result: TopologyListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n public listByHomeRegion(\n ascLocation: string,\n options?: TopologyListByHomeRegionOptionalParams\n ): PagedAsyncIterableIterator<TopologyResource> {\n const iter = this.listByHomeRegionPagingAll(ascLocation, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByHomeRegionPagingPage(ascLocation, options, settings);\n }\n };\n }\n\n private async *listByHomeRegionPagingPage(\n ascLocation: string,\n options?: TopologyListByHomeRegionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<TopologyResource[]> {\n let result: TopologyListByHomeRegionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByHomeRegion(ascLocation, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByHomeRegionNext(\n ascLocation,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByHomeRegionPagingAll(\n ascLocation: string,\n options?: TopologyListByHomeRegionOptionalParams\n ): AsyncIterableIterator<TopologyResource> {\n for await (const page of this.listByHomeRegionPagingPage(\n ascLocation,\n options\n )) {\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n private _listByHomeRegion(\n ascLocation: string,\n options?: TopologyListByHomeRegionOptionalParams\n ): Promise<TopologyListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param topologyResourceName Name of a topology resources collection.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n ascLocation: string,\n topologyResourceName: string,\n options?: TopologyGetOptionalParams\n ): Promise<TopologyGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n nextLink: string,\n options?: TopologyListByHomeRegionNextOptionalParams\n ): Promise<TopologyListByHomeRegionNextResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 JitNetworkAccessPoliciesListResponse,\n JitNetworkAccessPoliciesListByRegionNextOptionalParams,\n JitNetworkAccessPoliciesListByRegionOptionalParams,\n JitNetworkAccessPoliciesListByRegionResponse,\n JitNetworkAccessPoliciesListByResourceGroupNextOptionalParams,\n JitNetworkAccessPoliciesListByResourceGroupOptionalParams,\n JitNetworkAccessPoliciesListByResourceGroupResponse,\n JitNetworkAccessPoliciesListByResourceGroupAndRegionNextOptionalParams,\n JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: JitNetworkAccessPoliciesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<JitNetworkAccessPolicy[]> {\n let result: JitNetworkAccessPoliciesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n public listByRegion(\n ascLocation: string,\n options?: JitNetworkAccessPoliciesListByRegionOptionalParams\n ): PagedAsyncIterableIterator<JitNetworkAccessPolicy> {\n const iter = this.listByRegionPagingAll(ascLocation, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByRegionPagingPage(ascLocation, options, settings);\n }\n };\n }\n\n private async *listByRegionPagingPage(\n ascLocation: string,\n options?: JitNetworkAccessPoliciesListByRegionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<JitNetworkAccessPolicy[]> {\n let result: JitNetworkAccessPoliciesListByRegionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByRegion(ascLocation, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByRegionNext(\n ascLocation,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByRegionPagingAll(\n ascLocation: string,\n options?: JitNetworkAccessPoliciesListByRegionOptionalParams\n ): AsyncIterableIterator<JitNetworkAccessPolicy> {\n for await (const page of this.listByRegionPagingPage(\n ascLocation,\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 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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<JitNetworkAccessPolicy[]> {\n let result: JitNetworkAccessPoliciesListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n public listByResourceGroupAndRegion(\n resourceGroupName: string,\n ascLocation: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams\n ): PagedAsyncIterableIterator<JitNetworkAccessPolicy> {\n const iter = this.listByResourceGroupAndRegionPagingAll(\n resourceGroupName,\n ascLocation,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupAndRegionPagingPage(\n resourceGroupName,\n ascLocation,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupAndRegionPagingPage(\n resourceGroupName: string,\n ascLocation: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<JitNetworkAccessPolicy[]> {\n let result: JitNetworkAccessPoliciesListByResourceGroupAndRegionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroupAndRegion(\n resourceGroupName,\n ascLocation,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupAndRegionNext(\n resourceGroupName,\n ascLocation,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupAndRegionPagingAll(\n resourceGroupName: string,\n ascLocation: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams\n ): AsyncIterableIterator<JitNetworkAccessPolicy> {\n for await (const page of this.listByResourceGroupAndRegionPagingPage(\n resourceGroupName,\n ascLocation,\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n private _listByRegion(\n ascLocation: string,\n options?: JitNetworkAccessPoliciesListByRegionOptionalParams\n ): Promise<JitNetworkAccessPoliciesListByRegionResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n private _listByResourceGroupAndRegion(\n resourceGroupName: string,\n ascLocation: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupAndRegionOptionalParams\n ): Promise<JitNetworkAccessPoliciesListByResourceGroupAndRegionResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n jitNetworkAccessPolicyName: string,\n options?: JitNetworkAccessPoliciesGetOptionalParams\n ): Promise<JitNetworkAccessPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n jitNetworkAccessPolicyName: string,\n body: JitNetworkAccessPolicy,\n options?: JitNetworkAccessPoliciesCreateOrUpdateOptionalParams\n ): Promise<JitNetworkAccessPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n ascLocation,\n jitNetworkAccessPolicyName,\n body,\n options\n },\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n jitNetworkAccessPolicyName: string,\n options?: JitNetworkAccessPoliciesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n jitNetworkAccessPolicyName: string,\n body: JitNetworkAccessPolicyInitiateRequest,\n options?: JitNetworkAccessPoliciesInitiateOptionalParams\n ): Promise<JitNetworkAccessPoliciesInitiateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n ascLocation,\n jitNetworkAccessPolicyName,\n body,\n options\n },\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n nextLink: string,\n options?: JitNetworkAccessPoliciesListByRegionNextOptionalParams\n ): Promise<JitNetworkAccessPoliciesListByRegionNextResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n nextLink: string,\n options?: JitNetworkAccessPoliciesListByResourceGroupAndRegionNextOptionalParams\n ): Promise<JitNetworkAccessPoliciesListByResourceGroupAndRegionNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, 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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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 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 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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 DiscoveredSecuritySolutionsListResponse,\n DiscoveredSecuritySolutionsListByHomeRegionNextOptionalParams,\n DiscoveredSecuritySolutionsListByHomeRegionOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: DiscoveredSecuritySolutionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DiscoveredSecuritySolution[]> {\n let result: DiscoveredSecuritySolutionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n public listByHomeRegion(\n ascLocation: string,\n options?: DiscoveredSecuritySolutionsListByHomeRegionOptionalParams\n ): PagedAsyncIterableIterator<DiscoveredSecuritySolution> {\n const iter = this.listByHomeRegionPagingAll(ascLocation, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByHomeRegionPagingPage(ascLocation, options, settings);\n }\n };\n }\n\n private async *listByHomeRegionPagingPage(\n ascLocation: string,\n options?: DiscoveredSecuritySolutionsListByHomeRegionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DiscoveredSecuritySolution[]> {\n let result: DiscoveredSecuritySolutionsListByHomeRegionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByHomeRegion(ascLocation, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByHomeRegionNext(\n ascLocation,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByHomeRegionPagingAll(\n ascLocation: string,\n options?: DiscoveredSecuritySolutionsListByHomeRegionOptionalParams\n ): AsyncIterableIterator<DiscoveredSecuritySolution> {\n for await (const page of this.listByHomeRegionPagingPage(\n ascLocation,\n options\n )) {\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n private _listByHomeRegion(\n ascLocation: string,\n options?: DiscoveredSecuritySolutionsListByHomeRegionOptionalParams\n ): Promise<DiscoveredSecuritySolutionsListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param discoveredSecuritySolutionName Name of a discovered security solution.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n ascLocation: string,\n discoveredSecuritySolutionName: string,\n options?: DiscoveredSecuritySolutionsGetOptionalParams\n ): Promise<DiscoveredSecuritySolutionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n ascLocation,\n discoveredSecuritySolutionName,\n options\n },\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n nextLink: string,\n options?: DiscoveredSecuritySolutionsListByHomeRegionNextOptionalParams\n ): Promise<DiscoveredSecuritySolutionsListByHomeRegionNextResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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 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 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n listByHomeRegion(\n ascLocation: string,\n options?: SecuritySolutionsReferenceDataListByHomeRegionOptionalParams\n ): Promise<SecuritySolutionsReferenceDataListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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.apiVersion10],\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.apiVersion10],\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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 ExternalSecuritySolution,\n ExternalSecuritySolutionsListNextOptionalParams,\n ExternalSecuritySolutionsListOptionalParams,\n ExternalSecuritySolutionsListResponse,\n ExternalSecuritySolutionsListByHomeRegionNextOptionalParams,\n ExternalSecuritySolutionsListByHomeRegionOptionalParams,\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<ExternalSecuritySolution> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ExternalSecuritySolutionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ExternalSecuritySolution[]> {\n let result: ExternalSecuritySolutionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: ExternalSecuritySolutionsListOptionalParams\n ): AsyncIterableIterator<ExternalSecuritySolution> {\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n public listByHomeRegion(\n ascLocation: string,\n options?: ExternalSecuritySolutionsListByHomeRegionOptionalParams\n ): PagedAsyncIterableIterator<ExternalSecuritySolution> {\n const iter = this.listByHomeRegionPagingAll(ascLocation, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByHomeRegionPagingPage(ascLocation, options, settings);\n }\n };\n }\n\n private async *listByHomeRegionPagingPage(\n ascLocation: string,\n options?: ExternalSecuritySolutionsListByHomeRegionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ExternalSecuritySolution[]> {\n let result: ExternalSecuritySolutionsListByHomeRegionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByHomeRegion(ascLocation, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByHomeRegionNext(\n ascLocation,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByHomeRegionPagingAll(\n ascLocation: string,\n options?: ExternalSecuritySolutionsListByHomeRegionOptionalParams\n ): AsyncIterableIterator<ExternalSecuritySolution> {\n for await (const page of this.listByHomeRegionPagingPage(\n ascLocation,\n options\n )) {\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n private _listByHomeRegion(\n ascLocation: string,\n options?: ExternalSecuritySolutionsListByHomeRegionOptionalParams\n ): Promise<ExternalSecuritySolutionsListByHomeRegionResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param externalSecuritySolutionsName Name of an external security solution.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n ascLocation: string,\n externalSecuritySolutionsName: string,\n options?: ExternalSecuritySolutionsGetOptionalParams\n ): Promise<ExternalSecuritySolutionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n ascLocation,\n externalSecuritySolutionsName,\n options\n },\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n nextLink: string,\n options?: ExternalSecuritySolutionsListByHomeRegionNextOptionalParams\n ): Promise<ExternalSecuritySolutionsListByHomeRegionNextResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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.apiVersion10],\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.apiVersion10],\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.apiVersion10],\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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 Microsoft Defender for Cloud 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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecureScoresListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecureScoreItem[]> {\n let result: SecureScoresListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 Microsoft Defender for Cloud 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 Microsoft Defender for Cloud initiative within your current scope.\n * For the ASC 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.apiVersion10],\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.apiVersion10],\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 SecureScoreControlsListBySecureScoreResponse,\n SecureScoreControlsListNextOptionalParams,\n SecureScoreControlsListOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySecureScorePagingPage(\n secureScoreName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listBySecureScorePagingPage(\n secureScoreName: string,\n options?: SecureScoreControlsListBySecureScoreOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecureScoreControlDetails[]> {\n let result: SecureScoreControlsListBySecureScoreResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySecureScore(secureScoreName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySecureScoreNext(\n secureScoreName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecureScoreControlsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecureScoreControlDetails[]> {\n let result: SecureScoreControlsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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.apiVersion10, 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.apiVersion10, 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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 SecureScoreControlDefinitionsListResponse,\n SecureScoreControlDefinitionsListBySubscriptionNextOptionalParams,\n SecureScoreControlDefinitionsListBySubscriptionOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecureScoreControlDefinitionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecureScoreControlDefinitionItem[]> {\n let result: SecureScoreControlDefinitionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: SecureScoreControlDefinitionsListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecureScoreControlDefinitionItem[]> {\n let result: SecureScoreControlDefinitionsListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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.apiVersion10],\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.apiVersion10],\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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecuritySolutionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecuritySolution[]> {\n let result: SecuritySolutionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param securitySolutionName Name of security solution.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n ascLocation: string,\n securitySolutionName: string,\n options?: SecuritySolutionsGetOptionalParams\n ): Promise<SecuritySolutionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, 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.apiVersion10],\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.apiVersion10],\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ConnectorsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ConnectorSetting[]> {\n let result: ConnectorsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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.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/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.apiVersion8],\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.apiVersion8],\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.apiVersion8],\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl\";\nimport {\n Alert,\n AlertsListNextOptionalParams,\n AlertsListOptionalParams,\n AlertsListResponse,\n AlertsListByResourceGroupNextOptionalParams,\n AlertsListByResourceGroupOptionalParams,\n AlertsListByResourceGroupResponse,\n AlertsListSubscriptionLevelByRegionNextOptionalParams,\n AlertsListSubscriptionLevelByRegionOptionalParams,\n AlertsListSubscriptionLevelByRegionResponse,\n AlertsListResourceGroupLevelByRegionNextOptionalParams,\n AlertsListResourceGroupLevelByRegionOptionalParams,\n AlertsListResourceGroupLevelByRegionResponse,\n AlertsGetSubscriptionLevelOptionalParams,\n AlertsGetSubscriptionLevelResponse,\n AlertsGetResourceGroupLevelOptionalParams,\n AlertsGetResourceGroupLevelResponse,\n AlertsUpdateSubscriptionLevelStateToDismissOptionalParams,\n AlertsUpdateSubscriptionLevelStateToResolveOptionalParams,\n AlertsUpdateSubscriptionLevelStateToActivateOptionalParams,\n AlertsUpdateSubscriptionLevelStateToInProgressOptionalParams,\n AlertsUpdateResourceGroupLevelStateToResolveOptionalParams,\n AlertsUpdateResourceGroupLevelStateToDismissOptionalParams,\n AlertsUpdateResourceGroupLevelStateToActivateOptionalParams,\n AlertsUpdateResourceGroupLevelStateToInProgressOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AlertsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Alert[]> {\n let result: AlertsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: AlertsListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Alert[]> {\n let result: AlertsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n public listSubscriptionLevelByRegion(\n ascLocation: string,\n options?: AlertsListSubscriptionLevelByRegionOptionalParams\n ): PagedAsyncIterableIterator<Alert> {\n const iter = this.listSubscriptionLevelByRegionPagingAll(\n ascLocation,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listSubscriptionLevelByRegionPagingPage(\n ascLocation,\n options,\n settings\n );\n }\n };\n }\n\n private async *listSubscriptionLevelByRegionPagingPage(\n ascLocation: string,\n options?: AlertsListSubscriptionLevelByRegionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Alert[]> {\n let result: AlertsListSubscriptionLevelByRegionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listSubscriptionLevelByRegion(ascLocation, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listSubscriptionLevelByRegionNext(\n ascLocation,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listSubscriptionLevelByRegionPagingAll(\n ascLocation: string,\n options?: AlertsListSubscriptionLevelByRegionOptionalParams\n ): AsyncIterableIterator<Alert> {\n for await (const page of this.listSubscriptionLevelByRegionPagingPage(\n ascLocation,\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n resourceGroupName: string,\n options?: AlertsListResourceGroupLevelByRegionOptionalParams\n ): PagedAsyncIterableIterator<Alert> {\n const iter = this.listResourceGroupLevelByRegionPagingAll(\n ascLocation,\n resourceGroupName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listResourceGroupLevelByRegionPagingPage(\n ascLocation,\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listResourceGroupLevelByRegionPagingPage(\n ascLocation: string,\n resourceGroupName: string,\n options?: AlertsListResourceGroupLevelByRegionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Alert[]> {\n let result: AlertsListResourceGroupLevelByRegionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listResourceGroupLevelByRegion(\n ascLocation,\n resourceGroupName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listResourceGroupLevelByRegionNext(\n ascLocation,\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listResourceGroupLevelByRegionPagingAll(\n ascLocation: string,\n resourceGroupName: string,\n options?: AlertsListResourceGroupLevelByRegionOptionalParams\n ): AsyncIterableIterator<Alert> {\n for await (const page of this.listResourceGroupLevelByRegionPagingPage(\n ascLocation,\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param options The options parameters.\n */\n private _listSubscriptionLevelByRegion(\n ascLocation: string,\n options?: AlertsListSubscriptionLevelByRegionOptionalParams\n ): Promise<AlertsListSubscriptionLevelByRegionResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n resourceGroupName: string,\n options?: AlertsListResourceGroupLevelByRegionOptionalParams\n ): Promise<AlertsListResourceGroupLevelByRegionResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, resourceGroupName, options },\n listResourceGroupLevelByRegionOperationSpec\n );\n }\n\n /**\n * Get an alert that is associated with a subscription\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n getSubscriptionLevel(\n ascLocation: string,\n alertName: string,\n options?: AlertsGetSubscriptionLevelOptionalParams\n ): Promise<AlertsGetSubscriptionLevelResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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 resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n getResourceGroupLevel(\n resourceGroupName: string,\n ascLocation: string,\n alertName: string,\n options?: AlertsGetResourceGroupLevelOptionalParams\n ): Promise<AlertsGetResourceGroupLevelResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, alertName, options },\n getResourceGroupLevelOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateSubscriptionLevelStateToDismiss(\n ascLocation: string,\n alertName: string,\n options?: AlertsUpdateSubscriptionLevelStateToDismissOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { ascLocation, alertName, options },\n updateSubscriptionLevelStateToDismissOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateSubscriptionLevelStateToResolve(\n ascLocation: string,\n alertName: string,\n options?: AlertsUpdateSubscriptionLevelStateToResolveOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { ascLocation, alertName, options },\n updateSubscriptionLevelStateToResolveOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateSubscriptionLevelStateToActivate(\n ascLocation: string,\n alertName: string,\n options?: AlertsUpdateSubscriptionLevelStateToActivateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { ascLocation, alertName, options },\n updateSubscriptionLevelStateToActivateOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateSubscriptionLevelStateToInProgress(\n ascLocation: string,\n alertName: string,\n options?: AlertsUpdateSubscriptionLevelStateToInProgressOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { ascLocation, alertName, options },\n updateSubscriptionLevelStateToInProgressOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateResourceGroupLevelStateToResolve(\n resourceGroupName: string,\n ascLocation: string,\n alertName: string,\n options?: AlertsUpdateResourceGroupLevelStateToResolveOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, alertName, options },\n updateResourceGroupLevelStateToResolveOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateResourceGroupLevelStateToDismiss(\n resourceGroupName: string,\n ascLocation: string,\n alertName: string,\n options?: AlertsUpdateResourceGroupLevelStateToDismissOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, alertName, options },\n updateResourceGroupLevelStateToDismissOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateResourceGroupLevelStateToActivate(\n resourceGroupName: string,\n ascLocation: string,\n alertName: string,\n options?: AlertsUpdateResourceGroupLevelStateToActivateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, alertName, options },\n updateResourceGroupLevelStateToActivateOperationSpec\n );\n }\n\n /**\n * Update the alert's state\n * @param resourceGroupName The name of the resource group within the user's subscription. The name is\n * case insensitive.\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertName Name of the alert object\n * @param options The options parameters.\n */\n updateResourceGroupLevelStateToInProgress(\n resourceGroupName: string,\n ascLocation: string,\n alertName: string,\n options?: AlertsUpdateResourceGroupLevelStateToInProgressOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, ascLocation, alertName, options },\n updateResourceGroupLevelStateToInProgressOperationSpec\n );\n }\n\n /**\n * Simulate security alerts\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertSimulatorRequestBody Alert Simulator Request Properties\n * @param options The options parameters.\n */\n async beginSimulate(\n ascLocation: string,\n alertSimulatorRequestBody: AlertSimulatorRequestBody,\n options?: AlertsSimulateOptionalParams\n ): Promise<SimplePollerLike<OperationState<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 sendOperationFn = 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 = createLroSpec({\n sendOperationFn,\n args: { ascLocation, alertSimulatorRequestBody, options },\n spec: simulateOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"original-uri\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Simulate security alerts\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\n * @param alertSimulatorRequestBody Alert Simulator Request Properties\n * @param options The options parameters.\n */\n async beginSimulateAndWait(\n ascLocation: string,\n alertSimulatorRequestBody: AlertSimulatorRequestBody,\n options?: AlertsSimulateOptionalParams\n ): Promise<void> {\n const poller = await this.beginSimulate(\n ascLocation,\n alertSimulatorRequestBody,\n options\n );\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 ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n nextLink: string,\n options?: AlertsListSubscriptionLevelByRegionNextOptionalParams\n ): Promise<AlertsListSubscriptionLevelByRegionNextResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, nextLink, options },\n listSubscriptionLevelByRegionNextOperationSpec\n );\n }\n\n /**\n * ListResourceGroupLevelByRegionNext\n * @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from\n * Get locations\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 ascLocation: string,\n resourceGroupName: string,\n nextLink: string,\n options?: AlertsListResourceGroupLevelByRegionNextOptionalParams\n ): Promise<AlertsListResourceGroupLevelByRegionNextResponse> {\n return this.client.sendOperationRequest(\n { ascLocation, 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.apiVersion12],\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.apiVersion12],\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.apiVersion12],\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.apiVersion12],\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.apiVersion12],\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.apiVersion12],\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.apiVersion12],\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.apiVersion12],\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.apiVersion12],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.ascLocation,\n Parameters.alertName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateSubscriptionLevelStateToInProgressOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}/inProgress\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion12],\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.apiVersion12],\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.apiVersion12],\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.apiVersion12],\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 updateResourceGroupLevelStateToInProgressOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/alerts/{alertName}/inProgress\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion12],\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.apiVersion12],\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 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 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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 SettingName,\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 Microsoft Defender for Cloud\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SettingsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SettingUnion[]> {\n let result: SettingsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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 Microsoft Defender for Cloud\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 Microsoft Defender for Cloud\n * @param settingName The name of the setting\n * @param options The options parameters.\n */\n get(\n settingName: SettingName,\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 Microsoft Defender for Cloud\n * @param settingName The name of the setting\n * @param setting Setting object\n * @param options The options parameters.\n */\n update(\n settingName: SettingName,\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.apiVersion13],\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.apiVersion13],\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.apiVersion13],\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: IngestionSettingsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<IngestionSetting[]> {\n let result: IngestionSettingsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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.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/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.apiVersion14],\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.apiVersion14],\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.apiVersion14],\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.apiVersion14],\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.apiVersion14],\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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 SoftwareInventoriesListByExtendedResourceResponse,\n SoftwareInventoriesListBySubscriptionNextOptionalParams,\n SoftwareInventoriesListBySubscriptionOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByExtendedResourcePagingPage(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options,\n settings\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 settings?: PageSettings\n ): AsyncIterableIterator<Software[]> {\n let result: SoftwareInventoriesListByExtendedResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByExtendedResource(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByExtendedResourceNext(\n resourceGroupName,\n resourceNamespace,\n resourceType,\n resourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: SoftwareInventoriesListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Software[]> {\n let result: SoftwareInventoriesListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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.apiVersion15],\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.apiVersion15],\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.apiVersion15],\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 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 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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { GovernanceRules } 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 SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl\";\nimport {\n GovernanceRule,\n GovernanceRulesListNextOptionalParams,\n GovernanceRulesListOptionalParams,\n GovernanceRulesListResponse,\n GovernanceRulesGetOptionalParams,\n GovernanceRulesGetResponse,\n GovernanceRulesCreateOrUpdateOptionalParams,\n GovernanceRulesCreateOrUpdateResponse,\n GovernanceRulesDeleteOptionalParams,\n GovernanceRulesExecuteOptionalParams,\n GovernanceRulesExecuteResponse,\n GovernanceRulesOperationResultsOptionalParams,\n GovernanceRulesOperationResultsResponse,\n GovernanceRulesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing GovernanceRules operations. */\nexport class GovernanceRulesImpl implements GovernanceRules {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class GovernanceRules class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get a list of all relevant governance rules over a scope\n * @param scope The scope of the Governance rules. Valid scopes are: management group (format:\n * 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: GovernanceRulesListOptionalParams\n ): PagedAsyncIterableIterator<GovernanceRule> {\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: GovernanceRulesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<GovernanceRule[]> {\n let result: GovernanceRulesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: GovernanceRulesListOptionalParams\n ): AsyncIterableIterator<GovernanceRule> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of all relevant governance rules over a scope\n * @param scope The scope of the Governance rules. Valid scopes are: management group (format:\n * 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: GovernanceRulesListOptionalParams\n ): Promise<GovernanceRulesListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * Get a specific governance rule for the requested scope by ruleId\n * @param scope The scope of the Governance rules. Valid scopes are: management group (format:\n * 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param ruleId The governance rule key - unique key for the standard governance rule (GUID)\n * @param options The options parameters.\n */\n get(\n scope: string,\n ruleId: string,\n options?: GovernanceRulesGetOptionalParams\n ): Promise<GovernanceRulesGetResponse> {\n return this.client.sendOperationRequest(\n { scope, ruleId, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a governance rule over a given scope\n * @param scope The scope of the Governance rules. Valid scopes are: management group (format:\n * 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param ruleId The governance rule key - unique key for the standard governance rule (GUID)\n * @param governanceRule Governance rule over a given scope\n * @param options The options parameters.\n */\n createOrUpdate(\n scope: string,\n ruleId: string,\n governanceRule: GovernanceRule,\n options?: GovernanceRulesCreateOrUpdateOptionalParams\n ): Promise<GovernanceRulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { scope, ruleId, governanceRule, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete a Governance rule over a given scope\n * @param scope The scope of the Governance rules. Valid scopes are: management group (format:\n * 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param ruleId The governance rule key - unique key for the standard governance rule (GUID)\n * @param options The options parameters.\n */\n async beginDelete(\n scope: string,\n ruleId: string,\n options?: GovernanceRulesDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<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 sendOperationFn = 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 = createLroSpec({\n sendOperationFn,\n args: { scope, ruleId, options },\n spec: deleteOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a Governance rule over a given scope\n * @param scope The scope of the Governance rules. Valid scopes are: management group (format:\n * 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param ruleId The governance rule key - unique key for the standard governance rule (GUID)\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n scope: string,\n ruleId: string,\n options?: GovernanceRulesDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(scope, ruleId, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Execute a governance rule\n * @param scope The scope of the Governance rules. Valid scopes are: management group (format:\n * 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param ruleId The governance rule key - unique key for the standard governance rule (GUID)\n * @param options The options parameters.\n */\n async beginExecute(\n scope: string,\n ruleId: string,\n options?: GovernanceRulesExecuteOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<GovernanceRulesExecuteResponse>,\n GovernanceRulesExecuteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<GovernanceRulesExecuteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = 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 = createLroSpec({\n sendOperationFn,\n args: { scope, ruleId, options },\n spec: executeOperationSpec\n });\n const poller = await createHttpPoller<\n GovernanceRulesExecuteResponse,\n OperationState<GovernanceRulesExecuteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Execute a governance rule\n * @param scope The scope of the Governance rules. Valid scopes are: management group (format:\n * 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param ruleId The governance rule key - unique key for the standard governance rule (GUID)\n * @param options The options parameters.\n */\n async beginExecuteAndWait(\n scope: string,\n ruleId: string,\n options?: GovernanceRulesExecuteOptionalParams\n ): Promise<GovernanceRulesExecuteResponse> {\n const poller = await this.beginExecute(scope, ruleId, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get governance rules long run operation result for the requested scope by ruleId and operationId\n * @param scope The scope of the Governance rules. Valid scopes are: management group (format:\n * 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param ruleId The governance rule key - unique key for the standard governance rule (GUID)\n * @param operationId The governance rule long running operation unique key\n * @param options The options parameters.\n */\n operationResults(\n scope: string,\n ruleId: string,\n operationId: string,\n options?: GovernanceRulesOperationResultsOptionalParams\n ): Promise<GovernanceRulesOperationResultsResponse> {\n return this.client.sendOperationRequest(\n { scope, ruleId, operationId, options },\n operationResultsOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope The scope of the Governance rules. Valid scopes are: management group (format:\n * 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\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?: GovernanceRulesListNextOptionalParams\n ): Promise<GovernanceRulesListNextResponse> {\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/governanceRules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GovernanceRuleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GovernanceRule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.ruleId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.GovernanceRule\n },\n 201: {\n bodyMapper: Mappers.GovernanceRule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.governanceRule,\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.ruleId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.ruleId],\n serializer\n};\nconst executeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}/execute\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n headersMapper: Mappers.GovernanceRulesExecuteHeaders\n },\n 201: {\n headersMapper: Mappers.GovernanceRulesExecuteHeaders\n },\n 202: {\n headersMapper: Mappers.GovernanceRulesExecuteHeaders\n },\n 204: {\n headersMapper: Mappers.GovernanceRulesExecuteHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.executeGovernanceRuleParams,\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.ruleId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst operationResultsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Security/governanceRules/{ruleId}/operationResults/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationResultAutoGenerated\n },\n 202: {\n headersMapper: Mappers.GovernanceRulesOperationResultsHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [\n Parameters.$host,\n Parameters.scope1,\n Parameters.ruleId,\n Parameters.operationId\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.GovernanceRuleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope1],\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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { GovernanceAssignments } 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 GovernanceAssignment,\n GovernanceAssignmentsListNextOptionalParams,\n GovernanceAssignmentsListOptionalParams,\n GovernanceAssignmentsListResponse,\n GovernanceAssignmentsGetOptionalParams,\n GovernanceAssignmentsGetResponse,\n GovernanceAssignmentsCreateOrUpdateOptionalParams,\n GovernanceAssignmentsCreateOrUpdateResponse,\n GovernanceAssignmentsDeleteOptionalParams,\n GovernanceAssignmentsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing GovernanceAssignments operations. */\nexport class GovernanceAssignmentsImpl implements GovernanceAssignments {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class GovernanceAssignments class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get governance assignments on all of your resources inside a scope\n * @param scope The scope of the Governance assignments. Valid scopes are: subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param assessmentName The Assessment Key - A unique key for the assessment type\n * @param options The options parameters.\n */\n public list(\n scope: string,\n assessmentName: string,\n options?: GovernanceAssignmentsListOptionalParams\n ): PagedAsyncIterableIterator<GovernanceAssignment> {\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, assessmentName, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n assessmentName: string,\n options?: GovernanceAssignmentsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<GovernanceAssignment[]> {\n let result: GovernanceAssignmentsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, assessmentName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n scope,\n assessmentName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n assessmentName: string,\n options?: GovernanceAssignmentsListOptionalParams\n ): AsyncIterableIterator<GovernanceAssignment> {\n for await (const page of this.listPagingPage(\n scope,\n assessmentName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get governance assignments on all of your resources inside a scope\n * @param scope The scope of the Governance assignments. Valid scopes are: subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param assessmentName The Assessment Key - A unique key for the assessment type\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n assessmentName: string,\n options?: GovernanceAssignmentsListOptionalParams\n ): Promise<GovernanceAssignmentsListResponse> {\n return this.client.sendOperationRequest(\n { scope, assessmentName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get a specific governanceAssignment for the requested scope by AssignmentKey\n * @param scope The scope of the Governance assignments. Valid scopes are: subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param assessmentName The Assessment Key - A unique key for the assessment type\n * @param assignmentKey The governance assignment key - the assessment key of the required governance\n * assignment\n * @param options The options parameters.\n */\n get(\n scope: string,\n assessmentName: string,\n assignmentKey: string,\n options?: GovernanceAssignmentsGetOptionalParams\n ): Promise<GovernanceAssignmentsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, assessmentName, assignmentKey, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a governance assignment on the given subscription.\n * @param scope The scope of the Governance assignments. Valid scopes are: subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param assessmentName The Assessment Key - A unique key for the assessment type\n * @param assignmentKey The governance assignment key - the assessment key of the required governance\n * assignment\n * @param governanceAssignment Governance assignment over a subscription scope\n * @param options The options parameters.\n */\n createOrUpdate(\n scope: string,\n assessmentName: string,\n assignmentKey: string,\n governanceAssignment: GovernanceAssignment,\n options?: GovernanceAssignmentsCreateOrUpdateOptionalParams\n ): Promise<GovernanceAssignmentsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { scope, assessmentName, assignmentKey, governanceAssignment, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete a GovernanceAssignment over a given scope\n * @param scope The scope of the Governance assignments. Valid scopes are: subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param assessmentName The Assessment Key - A unique key for the assessment type\n * @param assignmentKey The governance assignment key - the assessment key of the required governance\n * assignment\n * @param options The options parameters.\n */\n delete(\n scope: string,\n assessmentName: string,\n assignmentKey: string,\n options?: GovernanceAssignmentsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, assessmentName, assignmentKey, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope The scope of the Governance assignments. Valid scopes are: subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param assessmentName The Assessment Key - A 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?: GovernanceAssignmentsListNextOptionalParams\n ): Promise<GovernanceAssignmentsListNextResponse> {\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 listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/governanceAssignments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GovernanceAssignmentsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [\n Parameters.$host,\n Parameters.scope1,\n Parameters.assessmentName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/governanceAssignments/{assignmentKey}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GovernanceAssignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [\n Parameters.$host,\n Parameters.scope1,\n Parameters.assessmentName1,\n Parameters.assignmentKey\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/governanceAssignments/{assignmentKey}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.GovernanceAssignment\n },\n 201: {\n bodyMapper: Mappers.GovernanceAssignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.governanceAssignment,\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [\n Parameters.$host,\n Parameters.scope1,\n Parameters.assessmentName1,\n Parameters.assignmentKey\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.Security/assessments/{assessmentName}/governanceAssignments/{assignmentKey}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion16],\n urlParameters: [\n Parameters.$host,\n Parameters.scope1,\n Parameters.assessmentName1,\n Parameters.assignmentKey\n ],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GovernanceAssignmentsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.scope1,\n Parameters.assessmentName1\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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { Applications } 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 Application,\n ApplicationsListNextOptionalParams,\n ApplicationsListOptionalParams,\n ApplicationsListResponse,\n ApplicationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Applications operations. */\nexport class ApplicationsImpl implements Applications {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class Applications class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get a list of all relevant applications over a subscription level scope\n * @param options The options parameters.\n */\n public list(\n options?: ApplicationsListOptionalParams\n ): PagedAsyncIterableIterator<Application> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ApplicationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Application[]> {\n let result: ApplicationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: ApplicationsListOptionalParams\n ): AsyncIterableIterator<Application> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of all relevant applications over a subscription level scope\n * @param options The options parameters.\n */\n private _list(\n options?: ApplicationsListOptionalParams\n ): Promise<ApplicationsListResponse> {\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?: ApplicationsListNextOptionalParams\n ): Promise<ApplicationsListNextResponse> {\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/applications\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion17],\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.ApplicationsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\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 { ApplicationOperations } 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 ApplicationGetOptionalParams,\n ApplicationGetResponse,\n Application,\n ApplicationCreateOrUpdateOptionalParams,\n ApplicationCreateOrUpdateResponse,\n ApplicationDeleteOptionalParams\n} from \"../models\";\n\n/** Class containing ApplicationOperations operations. */\nexport class ApplicationOperationsImpl implements ApplicationOperations {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class ApplicationOperations class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get a specific application for the requested scope by applicationId\n * @param applicationId The security Application key - unique key for the standard application\n * @param options The options parameters.\n */\n get(\n applicationId: string,\n options?: ApplicationGetOptionalParams\n ): Promise<ApplicationGetResponse> {\n return this.client.sendOperationRequest(\n { applicationId, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or update a security application on the given subscription.\n * @param applicationId The security Application key - unique key for the standard application\n * @param application Application over a subscription scope\n * @param options The options parameters.\n */\n createOrUpdate(\n applicationId: string,\n application: Application,\n options?: ApplicationCreateOrUpdateOptionalParams\n ): Promise<ApplicationCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { applicationId, application, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete an Application over a given scope\n * @param applicationId The security Application key - unique key for the standard application\n * @param options The options parameters.\n */\n delete(\n applicationId: string,\n options?: ApplicationDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { applicationId, options },\n deleteOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion17],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.applicationId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n 201: {\n bodyMapper: Mappers.Application\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.application,\n queryParameters: [Parameters.apiVersion17],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.applicationId\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/applications/{applicationId}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion17],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.applicationId\n ],\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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { SecurityConnectorApplications } 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 Application,\n SecurityConnectorApplicationsListNextOptionalParams,\n SecurityConnectorApplicationsListOptionalParams,\n SecurityConnectorApplicationsListResponse,\n SecurityConnectorApplicationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SecurityConnectorApplications operations. */\nexport class SecurityConnectorApplicationsImpl\n implements SecurityConnectorApplications {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SecurityConnectorApplications class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get a list of all relevant applications over a security connector level scope\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 public list(\n resourceGroupName: string,\n securityConnectorName: string,\n options?: SecurityConnectorApplicationsListOptionalParams\n ): PagedAsyncIterableIterator<Application> {\n const iter = this.listPagingAll(\n resourceGroupName,\n securityConnectorName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n resourceGroupName,\n securityConnectorName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n securityConnectorName: string,\n options?: SecurityConnectorApplicationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Application[]> {\n let result: SecurityConnectorApplicationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(\n resourceGroupName,\n securityConnectorName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n securityConnectorName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n securityConnectorName: string,\n options?: SecurityConnectorApplicationsListOptionalParams\n ): AsyncIterableIterator<Application> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n securityConnectorName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a list of all relevant applications over a security connector level scope\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 private _list(\n resourceGroupName: string,\n securityConnectorName: string,\n options?: SecurityConnectorApplicationsListOptionalParams\n ): Promise<SecurityConnectorApplicationsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, securityConnectorName, 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 securityConnectorName The security connector name.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n securityConnectorName: string,\n nextLink: string,\n options?: SecurityConnectorApplicationsListNextOptionalParams\n ): Promise<SecurityConnectorApplicationsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, securityConnectorName, 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/securityConnectors/{securityConnectorName}/providers/Microsoft.Security/applications\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion17],\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.ApplicationsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.securityConnectorName\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 { SecurityConnectorApplication } 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 SecurityConnectorApplicationGetOptionalParams,\n SecurityConnectorApplicationGetResponse,\n Application,\n SecurityConnectorApplicationCreateOrUpdateOptionalParams,\n SecurityConnectorApplicationCreateOrUpdateResponse,\n SecurityConnectorApplicationDeleteOptionalParams\n} from \"../models\";\n\n/** Class containing SecurityConnectorApplication operations. */\nexport class SecurityConnectorApplicationImpl\n implements SecurityConnectorApplication {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SecurityConnectorApplication class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get a specific application for the requested scope by applicationId\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 applicationId The security Application key - unique key for the standard application\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n securityConnectorName: string,\n applicationId: string,\n options?: SecurityConnectorApplicationGetOptionalParams\n ): Promise<SecurityConnectorApplicationGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, securityConnectorName, applicationId, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or update a security Application on the given 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 applicationId The security Application key - unique key for the standard application\n * @param application Application over a subscription scope\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n securityConnectorName: string,\n applicationId: string,\n application: Application,\n options?: SecurityConnectorApplicationCreateOrUpdateOptionalParams\n ): Promise<SecurityConnectorApplicationCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n securityConnectorName,\n applicationId,\n application,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete an Application 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 securityConnectorName The security connector name.\n * @param applicationId The security Application key - unique key for the standard application\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n securityConnectorName: string,\n applicationId: string,\n options?: SecurityConnectorApplicationDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, securityConnectorName, applicationId, options },\n deleteOperationSpec\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/securityConnectors/{securityConnectorName}/providers/Microsoft.Security/applications/{applicationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion17],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationId,\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}/providers/Microsoft.Security/applications/{applicationId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n 201: {\n bodyMapper: Mappers.Application\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.application,\n queryParameters: [Parameters.apiVersion17],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationId,\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}/providers/Microsoft.Security/applications/{applicationId}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion17],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.applicationId,\n Parameters.securityConnectorName\n ],\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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { APICollection } 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 ApiCollectionResponse,\n APICollectionListNextOptionalParams,\n APICollectionListOptionalParams,\n APICollectionListResponse,\n APICollectionGetOptionalParams,\n APICollectionGetResponse,\n APICollectionListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing APICollection operations. */\nexport class APICollectionImpl implements APICollection {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class APICollection 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 Azure API Management APIs that have been onboarded to Defender for APIs. If an Azure\n * API Management API is onboarded to Defender for APIs, the system will monitor the operations within\n * the Azure API Management API for intrusive behaviors and provide alerts for attacks that have been\n * detected.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serviceName The name of the API Management service.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n serviceName: string,\n options?: APICollectionListOptionalParams\n ): PagedAsyncIterableIterator<ApiCollectionResponse> {\n const iter = this.listPagingAll(resourceGroupName, serviceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(\n resourceGroupName,\n serviceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n serviceName: string,\n options?: APICollectionListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ApiCollectionResponse[]> {\n let result: APICollectionListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, serviceName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n serviceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n serviceName: string,\n options?: APICollectionListOptionalParams\n ): AsyncIterableIterator<ApiCollectionResponse> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n serviceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets a list of Azure API Management APIs that have been onboarded to Defender for APIs. If an Azure\n * API Management API is onboarded to Defender for APIs, the system will monitor the operations within\n * the Azure API Management API for intrusive behaviors and provide alerts for attacks that have been\n * detected.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serviceName The name of the API Management service.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n serviceName: string,\n options?: APICollectionListOptionalParams\n ): Promise<APICollectionListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serviceName, options },\n listOperationSpec\n );\n }\n\n /**\n * Gets an Azure API Management API if it has been onboarded to Defender for APIs. If an Azure API\n * Management API is onboarded to Defender for APIs, the system will monitor the operations within the\n * Azure API Management API for intrusive behaviors and provide alerts for attacks that have been\n * detected.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serviceName The name of the API Management service.\n * @param apiCollectionId A string representing the apiCollections resource within the\n * Microsoft.Security provider namespace. This string matches the Azure API Management API name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serviceName: string,\n apiCollectionId: string,\n options?: APICollectionGetOptionalParams\n ): Promise<APICollectionGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serviceName, apiCollectionId, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serviceName The name of the API Management service.\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 serviceName: string,\n nextLink: string,\n options?: APICollectionListNextOptionalParams\n ): Promise<APICollectionListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serviceName, 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.ApiManagement/service/{serviceName}/providers/Microsoft.Security/apiCollections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApiCollectionResponseList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion18],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName1,\n Parameters.serviceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/providers/Microsoft.Security/apiCollections/{apiCollectionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApiCollectionResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion18],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName1,\n Parameters.serviceName,\n Parameters.apiCollectionId\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.ApiCollectionResponseList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.resourceGroupName1,\n Parameters.serviceName\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 { APICollectionOnboarding } 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 APICollectionOnboardingCreateOptionalParams,\n APICollectionOnboardingCreateResponse\n} from \"../models\";\n\n/** Class containing APICollectionOnboarding operations. */\nexport class APICollectionOnboardingImpl implements APICollectionOnboarding {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class APICollectionOnboarding class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Onboard an Azure API Management API to Defender for APIs. The system will start monitoring the\n * operations within the Azure Management API for intrusive behaviors and provide alerts for attacks\n * that have been detected.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serviceName The name of the API Management service.\n * @param apiCollectionId A string representing the apiCollections resource within the\n * Microsoft.Security provider namespace. This string matches the Azure API Management API name.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n serviceName: string,\n apiCollectionId: string,\n options?: APICollectionOnboardingCreateOptionalParams\n ): Promise<APICollectionOnboardingCreateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serviceName, apiCollectionId, options },\n createOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/providers/Microsoft.Security/apiCollections/{apiCollectionId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApiCollectionResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion18],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName1,\n Parameters.serviceName,\n Parameters.apiCollectionId\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 { APICollectionOffboarding } 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 { APICollectionOffboardingDeleteOptionalParams } from \"../models\";\n\n/** Class containing APICollectionOffboarding operations. */\nexport class APICollectionOffboardingImpl implements APICollectionOffboarding {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class APICollectionOffboarding class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Offboard an Azure API Management API from Defender for APIs. The system will stop monitoring the\n * operations within the Azure API Management API for intrusive behaviors.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serviceName The name of the API Management service.\n * @param apiCollectionId A string representing the apiCollections resource within the\n * Microsoft.Security provider namespace. This string matches the Azure API Management API name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n serviceName: string,\n apiCollectionId: string,\n options?: APICollectionOffboardingDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, serviceName, apiCollectionId, options },\n deleteOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/providers/Microsoft.Security/apiCollections/{apiCollectionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion18],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName1,\n Parameters.serviceName,\n Parameters.apiCollectionId\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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\nimport { HealthReports } 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 HealthReport,\n HealthReportsListNextOptionalParams,\n HealthReportsListOptionalParams,\n HealthReportsListResponse,\n HealthReportsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing HealthReports operations. */\nexport class HealthReportsImpl implements HealthReports {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class HealthReports class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get a list of all health reports inside a scope. Valid scopes are: subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param scope The scope at which the operation is performed.\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: HealthReportsListOptionalParams\n ): PagedAsyncIterableIterator<HealthReport> {\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: HealthReportsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<HealthReport[]> {\n let result: HealthReportsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: HealthReportsListOptionalParams\n ): AsyncIterableIterator<HealthReport> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get a list of all health reports inside a scope. Valid scopes are: subscription (format:\n * 'subscriptions/{subscriptionId}'), or security connector (format:\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'\n * @param scope The scope at which the operation is performed.\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: HealthReportsListOptionalParams\n ): Promise<HealthReportsListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param scope The scope at which the operation is performed.\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?: HealthReportsListNextOptionalParams\n ): Promise<HealthReportsListNextResponse> {\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/healthReports\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HealthReportsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated\n }\n },\n queryParameters: [Parameters.apiVersion19],\n urlParameters: [Parameters.$host, Parameters.scope2],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HealthReportsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope2],\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 { HealthReportOperations } 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 HealthReportGetOptionalParams,\n HealthReportGetResponse\n} from \"../models\";\n\n/** Class containing HealthReportOperations operations. */\nexport class HealthReportOperationsImpl implements HealthReportOperations {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class HealthReportOperations class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Get health report of resource\n * @param resourceId The identifier of the resource.\n * @param healthReportName The health report Key - Unique key for the health report type\n * @param options The options parameters.\n */\n get(\n resourceId: string,\n healthReportName: string,\n options?: HealthReportGetOptionalParams\n ): Promise<HealthReportGetResponse> {\n return this.client.sendOperationRequest(\n { resourceId, healthReportName, options },\n getOperationSpec\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/healthReports/{healthReportName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HealthReport\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated\n }\n },\n queryParameters: [Parameters.apiVersion19],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.healthReportName\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.apiVersion19, Parameters.workspaceId],\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.apiVersion19, Parameters.workspaceId],\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.apiVersion19, Parameters.workspaceId],\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.apiVersion19, Parameters.workspaceId],\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.apiVersion19, Parameters.workspaceId],\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.apiVersion19, Parameters.workspaceId],\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.apiVersion19, Parameters.workspaceId],\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.apiVersion19, Parameters.workspaceId],\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.apiVersion19, Parameters.workspaceId],\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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper\";\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 SecurityConnectorsListResponse,\n SecurityConnectorsListByResourceGroupNextOptionalParams,\n SecurityConnectorsListByResourceGroupOptionalParams,\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SecurityConnectorsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecurityConnector[]> {\n let result: SecurityConnectorsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\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: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: SecurityConnectorsListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SecurityConnector[]> {\n let result: SecurityConnectorsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *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.apiVersion20],\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.apiVersion20],\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.apiVersion20],\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.apiVersion20],\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.apiVersion20],\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.apiVersion20],\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 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 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 { SecurityOperators } 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 SecurityOperatorsListOptionalParams,\n SecurityOperatorsListResponse,\n SecurityOperatorsGetOptionalParams,\n SecurityOperatorsGetResponse,\n SecurityOperatorsCreateOrUpdateOptionalParams,\n SecurityOperatorsCreateOrUpdateResponse,\n SecurityOperatorsDeleteOptionalParams\n} from \"../models\";\n\n/** Class containing SecurityOperators operations. */\nexport class SecurityOperatorsImpl implements SecurityOperators {\n private readonly client: SecurityCenter;\n\n /**\n * Initialize a new instance of the class SecurityOperators class.\n * @param client Reference to the service client\n */\n constructor(client: SecurityCenter) {\n this.client = client;\n }\n\n /**\n * Lists Microsoft Defender for Cloud securityOperators in the subscription.\n * @param pricingName name of the pricing configuration\n * @param options The options parameters.\n */\n list(\n pricingName: string,\n options?: SecurityOperatorsListOptionalParams\n ): Promise<SecurityOperatorsListResponse> {\n return this.client.sendOperationRequest(\n { pricingName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get a specific security operator for the requested scope.\n * @param pricingName name of the pricing configuration\n * @param securityOperatorName name of the securityOperator\n * @param options The options parameters.\n */\n get(\n pricingName: string,\n securityOperatorName: string,\n options?: SecurityOperatorsGetOptionalParams\n ): Promise<SecurityOperatorsGetResponse> {\n return this.client.sendOperationRequest(\n { pricingName, securityOperatorName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates Microsoft Defender for Cloud security operator on the given scope.\n * @param pricingName name of the pricing configuration\n * @param securityOperatorName name of the securityOperator\n * @param options The options parameters.\n */\n createOrUpdate(\n pricingName: string,\n securityOperatorName: string,\n options?: SecurityOperatorsCreateOrUpdateOptionalParams\n ): Promise<SecurityOperatorsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { pricingName, securityOperatorName, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete Microsoft Defender for Cloud securityOperator in the subscription.\n * @param pricingName name of the pricing configuration\n * @param securityOperatorName name of the securityOperator\n * @param options The options parameters.\n */\n delete(\n pricingName: string,\n securityOperatorName: string,\n options?: SecurityOperatorsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { pricingName, securityOperatorName, 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/pricings/{pricingName}/securityOperators\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityOperatorList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion21],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.pricingName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName}/securityOperators/{securityOperatorName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityOperator\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion21],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.pricingName1,\n Parameters.securityOperatorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName}/securityOperators/{securityOperatorName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityOperator\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion21],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.pricingName1,\n Parameters.securityOperatorName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName}/securityOperators/{securityOperatorName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion21],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.pricingName1,\n Parameters.securityOperatorName\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 coreRestPipeline from \"@azure/core-rest-pipeline\";\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 AlertsImpl,\n SettingsImpl,\n IngestionSettingsImpl,\n SoftwareInventoriesImpl,\n GovernanceRulesImpl,\n GovernanceAssignmentsImpl,\n ApplicationsImpl,\n ApplicationOperationsImpl,\n SecurityConnectorApplicationsImpl,\n SecurityConnectorApplicationImpl,\n APICollectionImpl,\n APICollectionOnboardingImpl,\n APICollectionOffboardingImpl,\n HealthReportsImpl,\n HealthReportOperationsImpl,\n SqlVulnerabilityAssessmentScansImpl,\n SqlVulnerabilityAssessmentScanResultsImpl,\n SqlVulnerabilityAssessmentBaselineRulesImpl,\n SecurityConnectorsImpl,\n SecurityOperatorsImpl\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 Alerts,\n Settings,\n IngestionSettings,\n SoftwareInventories,\n GovernanceRules,\n GovernanceAssignments,\n Applications,\n ApplicationOperations,\n SecurityConnectorApplications,\n SecurityConnectorApplication,\n APICollection,\n APICollectionOnboarding,\n APICollectionOffboarding,\n HealthReports,\n HealthReportOperations,\n SqlVulnerabilityAssessmentScans,\n SqlVulnerabilityAssessmentScanResults,\n SqlVulnerabilityAssessmentBaselineRules,\n SecurityConnectors,\n SecurityOperators\n} from \"./operationsInterfaces\";\nimport { SecurityCenterOptionalParams } from \"./models\";\n\nexport class SecurityCenter extends coreClient.ServiceClient {\n $host: string;\n subscriptionId: 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 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/6.0.0-beta.4`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\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.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.alerts = new AlertsImpl(this);\n this.settings = new SettingsImpl(this);\n this.ingestionSettings = new IngestionSettingsImpl(this);\n this.softwareInventories = new SoftwareInventoriesImpl(this);\n this.governanceRules = new GovernanceRulesImpl(this);\n this.governanceAssignments = new GovernanceAssignmentsImpl(this);\n this.applications = new ApplicationsImpl(this);\n this.applicationOperations = new ApplicationOperationsImpl(this);\n this.securityConnectorApplications = new SecurityConnectorApplicationsImpl(\n this\n );\n this.securityConnectorApplication = new SecurityConnectorApplicationImpl(\n this\n );\n this.aPICollection = new APICollectionImpl(this);\n this.aPICollectionOnboarding = new APICollectionOnboardingImpl(this);\n this.aPICollectionOffboarding = new APICollectionOffboardingImpl(this);\n this.healthReports = new HealthReportsImpl(this);\n this.healthReportOperations = new HealthReportOperationsImpl(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.securityConnectors = new SecurityConnectorsImpl(this);\n this.securityOperators = new SecurityOperatorsImpl(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 alerts: Alerts;\n settings: Settings;\n ingestionSettings: IngestionSettings;\n softwareInventories: SoftwareInventories;\n governanceRules: GovernanceRules;\n governanceAssignments: GovernanceAssignments;\n applications: Applications;\n applicationOperations: ApplicationOperations;\n securityConnectorApplications: SecurityConnectorApplications;\n securityConnectorApplication: SecurityConnectorApplication;\n aPICollection: APICollection;\n aPICollectionOnboarding: APICollectionOnboarding;\n aPICollectionOffboarding: APICollectionOffboarding;\n healthReports: HealthReports;\n healthReportOperations: HealthReportOperations;\n sqlVulnerabilityAssessmentScans: SqlVulnerabilityAssessmentScans;\n sqlVulnerabilityAssessmentScanResults: SqlVulnerabilityAssessmentScanResults;\n sqlVulnerabilityAssessmentBaselineRules: SqlVulnerabilityAssessmentBaselineRules;\n securityConnectors: SecurityConnectors;\n securityOperators: SecurityOperators;\n}\n"],"names":["KnownCreatedByType","KnownSupportedCloudEnum","KnownSeverityEnum","KnownResourceStatus","KnownPricingTier","KnownIsEnabled","KnownCode","KnownValueType","KnownSecuritySolutionStatus","KnownExportData","KnownDataSource","KnownRecommendationType","KnownRecommendationConfigStatus","KnownUnmaskedIpLoggingStatus","KnownAdditionalWorkspaceType","KnownAdditionalWorkspaceDataType","KnownReportedSeverity","KnownTaskUpdateActionType","KnownAutoProvision","KnownInformationProtectionPolicyName","KnownState","KnownMinimalSeverity","KnownRoles","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","KnownAlertSeverity","KnownIntent","KnownResourceIdentifierType","KnownAlertStatus","KnownKind","KnownSettingKind","KnownSettingName","KnownEndOfSupportStatus","KnownGovernanceRuleType","KnownGovernanceRuleSourceResourceType","KnownGovernanceRuleOwnerSourceType","KnownOperationResult","KnownApplicationSourceResourceType","KnownScopeName","KnownStatusName","KnownScanTriggerType","KnownScanState","KnownRuleStatus","KnownRuleSeverity","KnownRuleType","KnownCloudName","KnownOfferingType","KnownEnvironmentType","KnownAadConnectivityState","KnownBundleType","KnownGovernanceRuleConditionOperator","KnownApplicationConditionOperator","KnownOrganizationMembershipType","KnownType","KnownSubPlan","KnownScanningMode","CustomAssessmentAutomationRequestMapper","CustomEntityStoreAssignmentRequestMapper","PricingMapper","AdvancedThreatProtectionSettingMapper","DeviceSecurityGroupMapper","IoTSecuritySolutionModelMapper","UpdateIotSecuritySolutionDataMapper","AutoProvisioningSettingMapper","InformationProtectionPolicyMapper","SecurityContactMapper","WorkspaceSettingMapper","AutomationMapper","AlertsSuppressionRuleMapper","SecurityAssessmentMetadataResponseMapper","SecurityAssessmentMapper","AdaptiveApplicationControlGroupMapper","AdaptiveNetworkHardeningEnforceRequestMapper","JitNetworkAccessPolicyMapper","JitNetworkAccessPolicyInitiateRequestMapper","ConnectorSettingMapper","AlertSimulatorRequestBodyMapper","SettingMapper","IngestionSettingMapper","GovernanceRuleMapper","ExecuteGovernanceRuleParamsMapper","GovernanceAssignmentMapper","ApplicationMapper","RuleResultsInputMapper","RulesResultsInputMapper","SecurityConnectorMapper","listOperationSpec","getOperationSpec","serializer","coreClient","Mappers.MdeOnboardingDataList","Mappers.CloudError","Parameters.apiVersion","Parameters.$host","Parameters.subscriptionId","Parameters.accept","Mappers.MdeOnboardingData","__await","__asyncValues","__asyncDelegator","createOperationSpec","deleteOperationSpec","listByResourceGroupOperationSpec","listBySubscriptionOperationSpec","listByResourceGroupNextOperationSpec","listBySubscriptionNextOperationSpec","Mappers.CustomAssessmentAutomation","Parameters.apiVersion1","Parameters.resourceGroupName","Parameters.customAssessmentAutomationName","Parameters.customAssessmentAutomationBody","Parameters.contentType","Mappers.CustomAssessmentAutomationsListResult","Parameters.nextLink","Mappers.CustomEntityStoreAssignment","Parameters.customEntityStoreAssignmentName","Parameters.customEntityStoreAssignmentRequestBody","Mappers.CustomEntityStoreAssignmentsListResult","listNextOperationSpec","Mappers.ComplianceResultList","Parameters.apiVersion2","Parameters.scope","Mappers.ComplianceResult","Parameters.resourceId","Parameters.complianceResultName","updateOperationSpec","Mappers.PricingList","Parameters.apiVersion3","Mappers.Pricing","Parameters.pricingName","Parameters.pricing","Mappers.AdvancedThreatProtectionSetting","Parameters.apiVersion4","Parameters.settingName","Parameters.advancedThreatProtectionSetting","createOrUpdateOperationSpec","Mappers.DeviceSecurityGroupList","Parameters.apiVersion5","Mappers.DeviceSecurityGroup","Parameters.deviceSecurityGroupName","Parameters.deviceSecurityGroup","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","listByHomeRegionOperationSpec","listByHomeRegionNextOperationSpec","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","Parameters.apiVersion8","Mappers.SecurityContact","Parameters.securityContactName","Parameters.securityContact","Mappers.WorkspaceSettingList","Mappers.WorkspaceSetting","Parameters.workspaceSettingName","Parameters.workspaceSetting","Mappers.RegulatoryComplianceStandardList","Parameters.apiVersion9","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","__rest","listByExtendedResourceOperationSpec","__awaiter","createHttpPoller","Mappers.ServerVulnerabilityAssessmentsList","Parameters.apiVersion10","Parameters.resourceNamespace","Parameters.resourceType","Parameters.resourceName","Mappers.ServerVulnerabilityAssessment","Parameters.serverVulnerabilityAssessment","Mappers.SecurityAssessmentMetadataResponseList","Parameters.apiVersion11","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","listByExtendedResourceNextOperationSpec","Mappers.AdaptiveNetworkHardeningsList","Mappers.AdaptiveNetworkHardening","Parameters.adaptiveNetworkHardeningResourceName","Parameters.body1","Parameters.adaptiveNetworkHardeningEnforceAction","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","Mappers.ConnectorSetting","Parameters.connectorName","Parameters.connectorSetting","Mappers.AlertList","Parameters.apiVersion12","Mappers.Alert","Parameters.alertName","Parameters.alertSimulatorRequestBody","Mappers.SettingsList","Parameters.apiVersion13","Mappers.Setting","Parameters.settingName2","Parameters.setting1","Mappers.IngestionSettingList","Parameters.apiVersion14","Mappers.IngestionSetting","Parameters.ingestionSettingName","Parameters.ingestionSetting","Mappers.IngestionSettingToken","Mappers.ConnectionStrings","Mappers.SoftwaresList","Parameters.apiVersion15","Mappers.Software","Parameters.softwareName","Mappers.GovernanceRuleList","Parameters.apiVersion16","Parameters.scope1","Mappers.GovernanceRule","Parameters.ruleId","Parameters.governanceRule","Mappers.GovernanceRulesExecuteHeaders","Parameters.executeGovernanceRuleParams","Mappers.OperationResultAutoGenerated","Mappers.GovernanceRulesOperationResultsHeaders","Parameters.operationId","Mappers.GovernanceAssignmentsList","Parameters.assessmentName1","Mappers.GovernanceAssignment","Parameters.assignmentKey","Parameters.governanceAssignment","Mappers.ApplicationsList","Parameters.apiVersion17","Mappers.Application","Parameters.applicationId","Parameters.application","Parameters.securityConnectorName","Mappers.ApiCollectionResponseList","Mappers.ErrorResponse","Parameters.apiVersion18","Parameters.resourceGroupName1","Parameters.serviceName","Mappers.ApiCollectionResponse","Parameters.apiCollectionId","Mappers.HealthReportsList","Mappers.ErrorResponseAutoGenerated","Parameters.apiVersion19","Parameters.scope2","Mappers.HealthReport","Parameters.healthReportName","Mappers.Scan","Parameters.workspaceId","Parameters.scanId","Mappers.Scans","Mappers.ScanResult","Parameters.scanResultId","Mappers.ScanResults","Mappers.RuleResults","Parameters.body4","Mappers.RulesResults","Parameters.body5","Mappers.SecurityConnectorsList","Parameters.apiVersion20","Mappers.SecurityConnector","Parameters.securityConnector","Mappers.SecurityOperatorList","Parameters.apiVersion21","Parameters.pricingName1","Mappers.SecurityOperator","Parameters.securityOperatorName","coreRestPipeline"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;AAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;AAMG;AACG,SAAU,oBAAoB,CAAC,IAAa,EAAA;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE;AAC7C,QAAA,OAAO,SAAS,CAAC;AAClB,KAAA;IACD,OAAO,CAAA,EAAA,GAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,MAAE,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAA,iBAAiB,CAAC;AAC9C,CAAC;AAEe,SAAA,oBAAoB,CAClC,IAAa,EACb,iBAAqC,EAAA;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE;QACnE,OAAO;AACR,KAAA;IACD,MAAM,QAAQ,GAAG,CAAA,EAAA,GAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,MAAI,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,EAAA,GAAA,EAAE,CAAC;AACzC,IAAA,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;AAC/C,IAAA,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B;;ACtCA;;;;;;AAMG;AA0mJH;AACYA,oCASX;AATD,CAAA,UAAY,kBAAkB,EAAA;;AAE5B,IAAA,kBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,kBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,kBAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,kBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACb,CAAC,EATWA,0BAAkB,KAAlBA,0BAAkB,GAS7B,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,yCAKX;AALD,CAAA,UAAY,uBAAuB,EAAA;;AAEjC,IAAA,uBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,uBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACb,CAAC,EALWA,+BAAuB,KAAvBA,+BAAuB,GAKlC,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,mCAOX;AAPD,CAAA,UAAY,iBAAiB,EAAA;;AAE3B,IAAA,iBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,iBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,iBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACb,CAAC,EAPWA,yBAAiB,KAAjBA,yBAAiB,GAO5B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,qCASX;AATD,CAAA,UAAY,mBAAmB,EAAA;;AAE7B,IAAA,mBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,mBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;;AAE/B,IAAA,mBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,mBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;AAC3B,CAAC,EATWA,2BAAmB,KAAnBA,2BAAmB,GAS9B,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,kCAKX;AALD,CAAA,UAAY,gBAAgB,EAAA;;AAE1B,IAAA,gBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,gBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EALWA,wBAAgB,KAAhBA,wBAAgB,GAK3B,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,gCAKX;AALD,CAAA,UAAY,cAAc,EAAA;;AAExB,IAAA,cAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,cAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;AACjB,CAAC,EALWA,sBAAc,KAAdA,sBAAc,GAKzB,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,2BAKX;AALD,CAAA,UAAY,SAAS,EAAA;;AAEnB,IAAA,SAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,SAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;AACnB,CAAC,EALWA,iBAAS,KAATA,iBAAS,GAKpB,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,gCAKX;AALD,CAAA,UAAY,cAAc,EAAA;;AAExB,IAAA,cAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,cAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;AACnB,CAAC,EALWA,sBAAc,KAAdA,sBAAc,GAKzB,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,6CAKX;AALD,CAAA,UAAY,2BAA2B,EAAA;;AAErC,IAAA,2BAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,2BAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EALWA,mCAA2B,KAA3BA,mCAA2B,GAKtC,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,iCAGX;AAHD,CAAA,UAAY,eAAe,EAAA;;AAEzB,IAAA,eAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;AACzB,CAAC,EAHWA,uBAAe,KAAfA,uBAAe,GAG1B,EAAA,CAAA,CAAA,CAAA;AAWD;AACYC,iCAGX;AAHD,CAAA,UAAY,eAAe,EAAA;;AAEzB,IAAA,eAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EAHWA,uBAAe,KAAfA,uBAAe,GAG1B,EAAA,CAAA,CAAA,CAAA;AAWD;AACYC,yCAiCX;AAjCD,CAAA,UAAY,uBAAuB,EAAA;;AAEjC,IAAA,uBAAA,CAAA,sBAAA,CAAA,GAAA,uBAA8C,CAAA;;AAE9C,IAAA,uBAAA,CAAA,iCAAA,CAAA,GAAA,kCAAoE,CAAA;;AAEpE,IAAA,uBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,uBAAA,CAAA,uBAAA,CAAA,GAAA,wBAAgD,CAAA;;AAEhD,IAAA,uBAAA,CAAA,uBAAA,CAAA,GAAA,wBAAgD,CAAA;;AAEhD,IAAA,uBAAA,CAAA,+BAAA,CAAA,GAAA,gCAAgE,CAAA;;AAEhE,IAAA,uBAAA,CAAA,iBAAA,CAAA,GAAA,kBAAoC,CAAA;;AAEpC,IAAA,uBAAA,CAAA,oBAAA,CAAA,GAAA,sBAA2C,CAAA;;AAE3C,IAAA,uBAAA,CAAA,2BAAA,CAAA,GAAA,6BAAyD,CAAA;;AAEzD,IAAA,uBAAA,CAAA,cAAA,CAAA,GAAA,eAA8B,CAAA;;AAE9B,IAAA,uBAAA,CAAA,6BAAA,CAAA,GAAA,8BAA4D,CAAA;;AAE5D,IAAA,uBAAA,CAAA,iCAAA,CAAA,GAAA,kCAAoE,CAAA;;AAEpE,IAAA,uBAAA,CAAA,kCAAA,CAAA,GAAA,mCAAsE,CAAA;;AAEtE,IAAA,uBAAA,CAAA,4BAAA,CAAA,GAAA,6BAA0D,CAAA;;AAE1D,IAAA,uBAAA,CAAA,sBAAA,CAAA,GAAA,uBAA8C,CAAA;;AAE9C,IAAA,uBAAA,CAAA,6BAAA,CAAA,GAAA,8BAA4D,CAAA;AAC9D,CAAC,EAjCWA,+BAAuB,KAAvBA,+BAAuB,GAiClC,EAAA,CAAA,CAAA,CAAA;AA0BD;AACYC,iDAKX;AALD,CAAA,UAAY,+BAA+B,EAAA;;AAEzC,IAAA,+BAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,+BAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;AACrB,CAAC,EALWA,uCAA+B,KAA/BA,uCAA+B,GAK1C,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,8CAKX;AALD,CAAA,UAAY,4BAA4B,EAAA;;AAEtC,IAAA,4BAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,4BAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;AACrB,CAAC,EALWA,oCAA4B,KAA5BA,oCAA4B,GAKvC,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,8CAGX;AAHD,CAAA,UAAY,4BAA4B,EAAA;;AAEtC,IAAA,4BAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EAHWA,oCAA4B,KAA5BA,oCAA4B,GAGvC,EAAA,CAAA,CAAA,CAAA;AAWD;AACYC,kDAKX;AALD,CAAA,UAAY,gCAAgC,EAAA;;AAE1C,IAAA,gCAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,gCAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;AACzB,CAAC,EALWA,wCAAgC,KAAhCA,wCAAgC,GAK3C,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,uCASX;AATD,CAAA,UAAY,qBAAqB,EAAA;;AAE/B,IAAA,qBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;;AAE/B,IAAA,qBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,qBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,qBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;AACf,CAAC,EATWA,6BAAqB,KAArBA,6BAAqB,GAShC,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,2CAWX;AAXD,CAAA,UAAY,yBAAyB,EAAA;;AAEnC,IAAA,yBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,yBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,yBAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,yBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,yBAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;AACjB,CAAC,EAXWA,iCAAyB,KAAzBA,iCAAyB,GAWpC,EAAA,CAAA,CAAA,CAAA;AAeD;AACYC,oCAKX;AALD,CAAA,UAAY,kBAAkB,EAAA;;AAE5B,IAAA,kBAAA,CAAA,IAAA,CAAA,GAAA,IAAS,CAAA;;AAET,IAAA,kBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACb,CAAC,EALWA,0BAAkB,KAAlBA,0BAAkB,GAK7B,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,sDAKX;AALD,CAAA,UAAY,oCAAoC,EAAA;;AAE9C,IAAA,oCAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,oCAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;AACnB,CAAC,EALWA,4CAAoC,KAApCA,4CAAoC,GAK/C,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,4BASX;AATD,CAAA,UAAY,UAAU,EAAA;;AAEpB,IAAA,UAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,UAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,UAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,UAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;AAC7B,CAAC,EATWA,kBAAU,KAAVA,kBAAU,GASrB,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,sCAOX;AAPD,CAAA,UAAY,oBAAoB,EAAA;;AAE9B,IAAA,oBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,oBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,oBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACb,CAAC,EAPWA,4BAAoB,KAApBA,4BAAoB,GAO/B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,4BASX;AATD,CAAA,UAAY,UAAU,EAAA;;AAEpB,IAAA,UAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,UAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,UAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,UAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;AAC7B,CAAC,EATWA,kBAAU,KAAVA,kBAAU,GASrB,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,8CAOX;AAPD,CAAA,UAAY,4BAA4B,EAAA;;AAEtC,IAAA,4BAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,4BAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,4BAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;AACjC,CAAC,EAPWA,oCAA4B,KAA5BA,oCAA4B,GAOvC,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,+BAOX;AAPD,CAAA,UAAY,aAAa,EAAA;;AAEvB,IAAA,aAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,aAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,aAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;AACf,CAAC,EAPWA,qBAAa,KAAbA,qBAAa,GAOxB,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,6BAOX;AAPD,CAAA,UAAY,WAAW,EAAA;;AAErB,IAAA,WAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,WAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,WAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;AAC/B,CAAC,EAPWA,mBAAW,KAAXA,mBAAW,GAOtB,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,2CAOX;AAPD,CAAA,UAAY,yBAAyB,EAAA;;AAEnC,IAAA,yBAAA,CAAA,wBAAA,CAAA,GAAA,wBAAiD,CAAA;;AAEjD,IAAA,yBAAA,CAAA,gCAAA,CAAA,GAAA,gCAAiE,CAAA;;AAEjE,IAAA,yBAAA,CAAA,qBAAA,CAAA,GAAA,qBAA2C,CAAA;AAC7C,CAAC,EAPWA,iCAAyB,KAAzBA,iCAAyB,GAOpC,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,kCAuBX;AAvBD,CAAA,UAAY,gBAAgB,EAAA;;AAE1B,IAAA,gBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,gBAAA,CAAA,qBAAA,CAAA,GAAA,qBAA2C,CAAA;;AAE3C,IAAA,gBAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC,CAAA;;AAEjC,IAAA,gBAAA,CAAA,wBAAA,CAAA,GAAA,wBAAiD,CAAA;;AAEjD,IAAA,gBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,gBAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,gBAAA,CAAA,sBAAA,CAAA,GAAA,sBAA6C,CAAA;;AAE7C,IAAA,gBAAA,CAAA,qBAAA,CAAA,GAAA,qBAA2C,CAAA;;AAE3C,IAAA,gBAAA,CAAA,6BAAA,CAAA,GAAA,6BAA2D,CAAA;;AAE3D,IAAA,gBAAA,CAAA,gCAAA,CAAA,GAAA,gCAAiE,CAAA;;AAEjE,IAAA,gBAAA,CAAA,wCAAA,CAAA,GAAA,wCAAiF,CAAA;AACnF,CAAC,EAvBWA,wBAAgB,KAAhBA,wBAAgB,GAuB3B,EAAA,CAAA,CAAA,CAAA;AAqBD;AACYC,mCASX;AATD,CAAA,UAAY,iBAAiB,EAAA;;AAE3B,IAAA,iBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,iBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,iBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,iBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;AACrB,CAAC,EATWA,yBAAiB,KAAjBA,yBAAiB,GAS5B,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,+BAmBX;AAnBD,CAAA,UAAY,aAAa,EAAA;;AAEvB,IAAA,aAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,aAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,aAAA,CAAA,sBAAA,CAAA,GAAA,sBAA6C,CAAA;;AAE7C,IAAA,aAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,aAAA,CAAA,qBAAA,CAAA,GAAA,qBAA2C,CAAA;;AAE3C,IAAA,aAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,aAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,aAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,aAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EAnBWA,qBAAa,KAAbA,qBAAa,GAmBxB,EAAA,CAAA,CAAA,CAAA;AAmBD;AACYC,iCAOX;AAPD,CAAA,UAAY,eAAe,EAAA;;AAEzB,IAAA,eAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,eAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,eAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;AACzB,CAAC,EAPWA,uBAAe,KAAfA,uBAAe,GAO1B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,+EAWX;AAXD,CAAA,UAAY,6DAA6D,EAAA;;AAEvE,IAAA,6DAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,6DAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,6DAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,6DAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,6DAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC,CAAA;AACnC,CAAC,EAXWA,qEAA6D,KAA7DA,qEAA6D,GAWxE,EAAA,CAAA,CAAA,CAAA;AAeD;AACYC,8BA6BX;AA7BD,CAAA,UAAY,YAAY,EAAA;;AAEtB,IAAA,YAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC,CAAA;;AAEjC,IAAA,YAAA,CAAA,qBAAA,CAAA,GAAA,sBAA4C,CAAA;;AAE5C,IAAA,YAAA,CAAA,eAAA,CAAA,GAAA,gBAAgC,CAAA;;AAEhC,IAAA,YAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,YAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,YAAA,CAAA,qBAAA,CAAA,GAAA,sBAA4C,CAAA;;AAE5C,IAAA,YAAA,CAAA,gBAAA,CAAA,GAAA,iBAAkC,CAAA;;AAElC,IAAA,YAAA,CAAA,kBAAA,CAAA,GAAA,mBAAsC,CAAA;;AAEtC,IAAA,YAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,YAAA,CAAA,iBAAA,CAAA,GAAA,kBAAoC,CAAA;;AAEpC,IAAA,YAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,YAAA,CAAA,mBAAA,CAAA,GAAA,qBAAyC,CAAA;;AAEzC,IAAA,YAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,YAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;AACnB,CAAC,EA7BWA,oBAAY,KAAZA,oBAAY,GA6BvB,EAAA,CAAA,CAAA,CAAA;AAwBD;AACYC,iCAiNX;AAjND,CAAA,UAAY,eAAe,EAAA;;AAEzB,IAAA,eAAA,CAAA,gCAAA,CAAA,GAAA,mCAAoE,CAAA;;AAEpE,IAAA,eAAA,CAAA,yBAAA,CAAA,GAAA,2BAAqD,CAAA;;AAErD,IAAA,eAAA,CAAA,kBAAA,CAAA,GAAA,mBAAsC,CAAA;;AAEtC,IAAA,eAAA,CAAA,qBAAA,CAAA,GAAA,sBAA4C,CAAA;;AAE5C,IAAA,eAAA,CAAA,gBAAA,CAAA,GAAA,iBAAkC,CAAA;;AAElC,IAAA,eAAA,CAAA,0BAAA,CAAA,GAAA,4BAAuD,CAAA;;AAEvD,IAAA,eAAA,CAAA,cAAA,CAAA,GAAA,eAA8B,CAAA;;AAE9B,IAAA,eAAA,CAAA,+BAAA,CAAA,GAAA,mCAAmE,CAAA;;AAEnE,IAAA,eAAA,CAAA,kCAAA,CAAA,GAAA,sCAAyE,CAAA;;AAEzE,IAAA,eAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,eAAA,CAAA,8BAAA,CAAA,GAAA,gCAA+D,CAAA;;AAE/D,IAAA,eAAA,CAAA,uBAAA,CAAA,GAAA,yBAAiD,CAAA;;AAEjD,IAAA,eAAA,CAAA,uBAAA,CAAA,GAAA,yBAAiD,CAAA;;AAEjD,IAAA,eAAA,CAAA,gCAAA,CAAA,GAAA,mCAAoE,CAAA;;AAEpE,IAAA,eAAA,CAAA,gCAAA,CAAA,GAAA,mCAAoE,CAAA;;AAEpE,IAAA,eAAA,CAAA,0BAAA,CAAA,GAAA,2BAAsD,CAAA;;AAEtD,IAAA,eAAA,CAAA,+BAAA,CAAA,GAAA,kCAAkE,CAAA;;AAElE,IAAA,eAAA,CAAA,eAAA,CAAA,GAAA,gBAAgC,CAAA;;AAEhC,IAAA,eAAA,CAAA,6BAAA,CAAA,GAAA,iCAA+D,CAAA;;AAE/D,IAAA,eAAA,CAAA,+BAAA,CAAA,GAAA,kCAAkE,CAAA;;AAElE,IAAA,eAAA,CAAA,iBAAA,CAAA,GAAA,kBAAoC,CAAA;;AAEpC,IAAA,eAAA,CAAA,wBAAA,CAAA,GAAA,2BAAoD,CAAA;;AAEpD,IAAA,eAAA,CAAA,4BAAA,CAAA,GAAA,gCAA6D,CAAA;;AAE7D,IAAA,eAAA,CAAA,iCAAA,CAAA,GAAA,oCAAsE,CAAA;;AAEtE,IAAA,eAAA,CAAA,iCAAA,CAAA,GAAA,oCAAsE,CAAA;;AAEtE,IAAA,eAAA,CAAA,qBAAA,CAAA,GAAA,wBAA8C,CAAA;;AAE9C,IAAA,eAAA,CAAA,kBAAA,CAAA,GAAA,mBAAsC,CAAA;;AAEtC,IAAA,eAAA,CAAA,YAAA,CAAA,GAAA,aAA0B,CAAA;;AAE1B,IAAA,eAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,eAAA,CAAA,qCAAA,CAAA,GAAA,yCAA+E,CAAA;;AAE/E,IAAA,eAAA,CAAA,UAAA,CAAA,GAAA,WAAsB,CAAA;;AAEtB,IAAA,eAAA,CAAA,sBAAA,CAAA,GAAA,wBAA+C,CAAA;;AAE/C,IAAA,eAAA,CAAA,mBAAA,CAAA,GAAA,qBAAyC,CAAA;;AAEzC,IAAA,eAAA,CAAA,mBAAA,CAAA,GAAA,oBAAwC,CAAA;;AAExC,IAAA,eAAA,CAAA,yBAAA,CAAA,GAAA,4BAAsD,CAAA;;AAEtD,IAAA,eAAA,CAAA,yBAAA,CAAA,GAAA,2BAAqD,CAAA;;AAErD,IAAA,eAAA,CAAA,qCAAA,CAAA,GAAA,wCAA8E,CAAA;;AAE9E,IAAA,eAAA,CAAA,gCAAA,CAAA,GAAA,mCAAoE,CAAA;;AAEpE,IAAA,eAAA,CAAA,gCAAA,CAAA,GAAA,mCAAoE,CAAA;;AAEpE,IAAA,eAAA,CAAA,iCAAA,CAAA,GAAA,oCAAsE,CAAA;;AAEtE,IAAA,eAAA,CAAA,+BAAA,CAAA,GAAA,kCAAkE,CAAA;;AAElE,IAAA,eAAA,CAAA,oCAAA,CAAA,GAAA,uCAA4E,CAAA;;AAE5E,IAAA,eAAA,CAAA,8BAAA,CAAA,GAAA,iCAAgE,CAAA;;AAEhE,IAAA,eAAA,CAAA,wBAAA,CAAA,GAAA,0BAAmD,CAAA;;AAEnD,IAAA,eAAA,CAAA,kBAAA,CAAA,GAAA,mBAAsC,CAAA;;AAEtC,IAAA,eAAA,CAAA,2BAAA,CAAA,GAAA,8BAA0D,CAAA;;AAE1D,IAAA,eAAA,CAAA,gCAAA,CAAA,GAAA,mCAAoE,CAAA;;AAEpE,IAAA,eAAA,CAAA,eAAA,CAAA,GAAA,gBAAgC,CAAA;;AAEhC,IAAA,eAAA,CAAA,qBAAA,CAAA,GAAA,uBAA6C,CAAA;;AAE7C,IAAA,eAAA,CAAA,gBAAA,CAAA,GAAA,iBAAkC,CAAA;;AAElC,IAAA,eAAA,CAAA,uBAAA,CAAA,GAAA,yBAAiD,CAAA;;AAEjD,IAAA,eAAA,CAAA,wBAAA,CAAA,GAAA,2BAAoD,CAAA;;AAEpD,IAAA,eAAA,CAAA,0BAAA,CAAA,GAAA,4BAAuD,CAAA;;AAEvD,IAAA,eAAA,CAAA,qBAAA,CAAA,GAAA,uBAA6C,CAAA;;AAE7C,IAAA,eAAA,CAAA,cAAA,CAAA,GAAA,eAA8B,CAAA;;AAE9B,IAAA,eAAA,CAAA,2BAAA,CAAA,GAAA,6BAAyD,CAAA;;AAEzD,IAAA,eAAA,CAAA,qBAAA,CAAA,GAAA,uBAA6C,CAAA;;AAE7C,IAAA,eAAA,CAAA,gBAAA,CAAA,GAAA,mBAAoC,CAAA;;AAEpC,IAAA,eAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,eAAA,CAAA,6BAAA,CAAA,GAAA,+BAA6D,CAAA;;AAE7D,IAAA,eAAA,CAAA,gBAAA,CAAA,GAAA,iBAAkC,CAAA;;AAElC,IAAA,eAAA,CAAA,wBAAA,CAAA,GAAA,2BAAoD,CAAA;;AAEpD,IAAA,eAAA,CAAA,wBAAA,CAAA,GAAA,0BAAmD,CAAA;;AAEnD,IAAA,eAAA,CAAA,iBAAA,CAAA,GAAA,kBAAoC,CAAA;;AAEpC,IAAA,eAAA,CAAA,6BAAA,CAAA,GAAA,gCAA8D,CAAA;;AAE9D,IAAA,eAAA,CAAA,iBAAA,CAAA,GAAA,mBAAqC,CAAA;;AAErC,IAAA,eAAA,CAAA,oBAAA,CAAA,GAAA,qBAA0C,CAAA;;AAE1C,IAAA,eAAA,CAAA,8BAAA,CAAA,GAAA,iCAAgE,CAAA;;AAEhE,IAAA,eAAA,CAAA,0BAAA,CAAA,GAAA,4BAAuD,CAAA;;AAEvD,IAAA,eAAA,CAAA,qBAAA,CAAA,GAAA,uBAA6C,CAAA;;AAE7C,IAAA,eAAA,CAAA,2BAAA,CAAA,GAAA,6BAAyD,CAAA;;AAEzD,IAAA,eAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,eAAA,CAAA,WAAA,CAAA,GAAA,aAAyB,CAAA;;AAEzB,IAAA,eAAA,CAAA,kBAAA,CAAA,GAAA,mBAAsC,CAAA;;AAEtC,IAAA,eAAA,CAAA,kBAAA,CAAA,GAAA,mBAAsC,CAAA;;AAEtC,IAAA,eAAA,CAAA,mBAAA,CAAA,GAAA,oBAAwC,CAAA;;AAExC,IAAA,eAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,eAAA,CAAA,eAAA,CAAA,GAAA,gBAAgC,CAAA;;AAEhC,IAAA,eAAA,CAAA,sBAAA,CAAA,GAAA,wBAA+C,CAAA;;AAE/C,IAAA,eAAA,CAAA,+BAAA,CAAA,GAAA,kCAAkE,CAAA;;AAElE,IAAA,eAAA,CAAA,gBAAA,CAAA,GAAA,iBAAkC,CAAA;;AAElC,IAAA,eAAA,CAAA,uBAAA,CAAA,GAAA,yBAAiD,CAAA;;AAEjD,IAAA,eAAA,CAAA,mBAAA,CAAA,GAAA,oBAAwC,CAAA;;AAExC,IAAA,eAAA,CAAA,kBAAA,CAAA,GAAA,oBAAuC,CAAA;;AAEvC,IAAA,eAAA,CAAA,eAAA,CAAA,GAAA,gBAAgC,CAAA;;AAEhC,IAAA,eAAA,CAAA,2BAAA,CAAA,GAAA,8BAA0D,CAAA;;AAE1D,IAAA,eAAA,CAAA,yBAAA,CAAA,GAAA,2BAAqD,CAAA;;AAErD,IAAA,eAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,eAAA,CAAA,4BAAA,CAAA,GAAA,+BAA4D,CAAA;;AAE5D,IAAA,eAAA,CAAA,yBAAA,CAAA,GAAA,2BAAqD,CAAA;;AAErD,IAAA,eAAA,CAAA,qBAAA,CAAA,GAAA,uBAA6C,CAAA;;AAE7C,IAAA,eAAA,CAAA,6BAAA,CAAA,GAAA,iCAA+D,CAAA;;AAE/D,IAAA,eAAA,CAAA,sBAAA,CAAA,GAAA,wBAA+C,CAAA;;AAE/C,IAAA,eAAA,CAAA,uBAAA,CAAA,GAAA,yBAAiD,CAAA;;AAEjD,IAAA,eAAA,CAAA,4BAAA,CAAA,GAAA,8BAA2D,CAAA;;AAE3D,IAAA,eAAA,CAAA,oBAAA,CAAA,GAAA,sBAA2C,CAAA;;AAE3C,IAAA,eAAA,CAAA,kBAAA,CAAA,GAAA,mBAAsC,CAAA;;AAEtC,IAAA,eAAA,CAAA,4BAAA,CAAA,GAAA,gCAA6D,CAAA;;AAE7D,IAAA,eAAA,CAAA,qBAAA,CAAA,GAAA,sBAA4C,CAAA;;AAE5C,IAAA,eAAA,CAAA,sBAAA,CAAA,GAAA,uBAA8C,CAAA;;AAE9C,IAAA,eAAA,CAAA,eAAA,CAAA,GAAA,gBAAgC,CAAA;;AAEhC,IAAA,eAAA,CAAA,eAAA,CAAA,GAAA,gBAAgC,CAAA;;AAEhC,IAAA,eAAA,CAAA,kCAAA,CAAA,GAAA,oCAAuE,CAAA;;AAEvE,IAAA,eAAA,CAAA,yCAAA,CAAA,GAAA,6CAAuF,CAAA;AACzF,CAAC,EAjNWA,uBAAe,KAAfA,uBAAe,GAiN1B,EAAA,CAAA,CAAA,CAAA;AAkHD;AACYC,iCAWX;AAXD,CAAA,UAAY,eAAe,EAAA;;AAEzB,IAAA,eAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,eAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,eAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,eAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC,CAAA;;AAEvC,IAAA,eAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACb,CAAC,EAXWA,uBAAe,KAAfA,uBAAe,GAW1B,EAAA,CAAA,CAAA,CAAA;AAeD;AACYC,iCAOX;AAPD,CAAA,UAAY,eAAe,EAAA;;AAEzB,IAAA,eAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,eAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,eAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;AACf,CAAC,EAPWA,uBAAe,KAAfA,uBAAe,GAO1B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,2CAOX;AAPD,CAAA,UAAY,yBAAyB,EAAA;;AAEnC,IAAA,yBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,yBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,yBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;AACf,CAAC,EAPWA,iCAAyB,KAAzBA,iCAAyB,GAOpC,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,8BAiBX;AAjBD,CAAA,UAAY,YAAY,EAAA;;AAEtB,IAAA,YAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;;AAE/B,IAAA,YAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC,CAAA;;AAErC,IAAA,YAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,YAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC,CAAA;;AAErC,IAAA,YAAA,CAAA,sBAAA,CAAA,GAAA,sBAA6C,CAAA;;AAE7C,IAAA,YAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC,CAAA;;AAErC,IAAA,YAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,YAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;AACrC,CAAC,EAjBWA,oBAAY,KAAZA,oBAAY,GAiBvB,EAAA,CAAA,CAAA,CAAA;AAkBD;AACYC,qCASX;AATD,CAAA,UAAY,mBAAmB,EAAA;;AAE7B,IAAA,mBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,mBAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,mBAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,mBAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;AACrC,CAAC,EATWA,2BAAmB,KAAnBA,2BAAmB,GAS9B,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,2CAOX;AAPD,CAAA,UAAY,yBAAyB,EAAA;;AAEnC,IAAA,yBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,yBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,yBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;AACjC,CAAC,EAPWA,iCAAyB,KAAzBA,iCAAyB,GAOpC,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,iCAKX;AALD,CAAA,UAAY,eAAe,EAAA;;AAEzB,IAAA,eAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,eAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EALWA,uBAAe,KAAfA,uBAAe,GAK1B,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,sCAOX;AAPD,CAAA,UAAY,oBAAoB,EAAA;;AAE9B,IAAA,oBAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,oBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,oBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;AACf,CAAC,EAPWA,4BAAoB,KAApBA,4BAAoB,GAO/B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,0CAWX;AAXD,CAAA,UAAY,wBAAwB,EAAA;;AAElC,IAAA,wBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,wBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;;AAE/B,IAAA,wBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,wBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,wBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EAXWA,gCAAwB,KAAxBA,gCAAwB,GAWnC,EAAA,CAAA,CAAA,CAAA;AAeD;AACYC,2CASX;AATD,CAAA,UAAY,yBAAyB,EAAA;;AAEnC,IAAA,yBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,yBAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC,CAAA;;AAEjC,IAAA,yBAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,yBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EATWA,iCAAyB,KAAzBA,iCAAyB,GASpC,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,sDAaX;AAbD,CAAA,UAAY,oCAAoC,EAAA;;AAE9C,IAAA,oCAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC,CAAA;;AAEvC,IAAA,oCAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC,CAAA;;AAEvC,IAAA,oCAAA,CAAA,+BAAA,CAAA,GAAA,+BAA+D,CAAA;;AAE/D,IAAA,oCAAA,CAAA,+BAAA,CAAA,GAAA,+BAA+D,CAAA;;AAE/D,IAAA,oCAAA,CAAA,6BAAA,CAAA,GAAA,6BAA2D,CAAA;;AAE3D,IAAA,oCAAA,CAAA,uBAAA,CAAA,GAAA,uBAA+C,CAAA;AACjD,CAAC,EAbWA,4CAAoC,KAApCA,4CAAoC,GAa/C,EAAA,CAAA,CAAA,CAAA;AAgBD;AACYC,mCAWX;AAXD,CAAA,UAAY,iBAAiB,EAAA;;AAE3B,IAAA,iBAAA,CAAA,gBAAA,CAAA,GAAA,iBAAkC,CAAA;;AAElC,IAAA,iBAAA,CAAA,aAAA,CAAA,GAAA,cAA4B,CAAA;;AAE5B,IAAA,iBAAA,CAAA,mBAAA,CAAA,GAAA,oBAAwC,CAAA;;AAExC,IAAA,iBAAA,CAAA,gBAAA,CAAA,GAAA,iBAAkC,CAAA;;AAElC,IAAA,iBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;AACf,CAAC,EAXWA,yBAAiB,KAAjBA,yBAAiB,GAW5B,EAAA,CAAA,CAAA,CAAA;AAeD;AACYC,2CAOX;AAPD,CAAA,UAAY,yBAAyB,EAAA;;AAEnC,IAAA,yBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,yBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,yBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;AACnB,CAAC,EAPWA,iCAAyB,KAAzBA,iCAAyB,GAOpC,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,yCAOX;AAPD,CAAA,UAAY,uBAAuB,EAAA;;AAEjC,IAAA,uBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,uBAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,uBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;AACrB,CAAC,EAPWA,+BAAuB,KAAvBA,+BAAuB,GAOlC,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,+BAaX;AAbD,CAAA,UAAY,aAAa,EAAA;;AAEvB,IAAA,aAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,aAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,aAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,aAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,aAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,aAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;AACrB,CAAC,EAbWA,qBAAa,KAAbA,qBAAa,GAaxB,EAAA,CAAA,CAAA,CAAA;AAgBD;AACYC,gCAKX;AALD,CAAA,UAAY,cAAc,EAAA;;AAExB,IAAA,cAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,cAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EALWA,sBAAc,KAAdA,sBAAc,GAKzB,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,wCAKX;AALD,CAAA,UAAY,sBAAsB,EAAA;;AAEhC,IAAA,sBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,sBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACb,CAAC,EALWA,8BAAsB,KAAtBA,8BAAsB,GAKjC,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,qCAKX;AALD,CAAA,UAAY,mBAAmB,EAAA;;AAE7B,IAAA,mBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,mBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EALWA,2BAAmB,KAAnBA,2BAAmB,GAK9B,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,+BAOX;AAPD,CAAA,UAAY,aAAa,EAAA;;AAEvB,IAAA,aAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,aAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,aAAA,CAAA,KAAA,CAAA,GAAA,GAAS,CAAA;AACX,CAAC,EAPWA,qBAAa,KAAbA,qBAAa,GAOxB,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,6BAKX;AALD,CAAA,UAAY,WAAW,EAAA;;AAErB,IAAA,WAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,WAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;AACzB,CAAC,EALWA,mBAAW,KAAXA,mBAAW,GAKtB,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,mCAOX;AAPD,CAAA,UAAY,iBAAiB,EAAA;;AAE3B,IAAA,iBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,iBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;;AAE/B,IAAA,iBAAA,CAAA,uBAAA,CAAA,GAAA,uBAA+C,CAAA;AACjD,CAAC,EAPWA,yBAAiB,KAAjBA,yBAAiB,GAO5B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,qCASX;AATD,CAAA,UAAY,mBAAmB,EAAA;;AAE7B,IAAA,mBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,mBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,mBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,mBAAA,CAAA,IAAA,CAAA,GAAA,IAAS,CAAA;AACX,CAAC,EATWA,2BAAmB,KAAnBA,2BAAmB,GAS9B,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,mDAOX;AAPD,CAAA,UAAY,iCAAiC,EAAA;;AAE3C,IAAA,iCAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,iCAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,iCAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACb,CAAC,EAPWA,yCAAiC,KAAjCA,yCAAiC,GAO5C,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,yCAGX;AAHD,CAAA,UAAY,uBAAuB,EAAA;;AAEjC,IAAA,uBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;AAC3B,CAAC,EAHWA,+BAAuB,KAAvBA,+BAAuB,GAGlC,EAAA,CAAA,CAAA,CAAA;AAWD;AACYC,kCAKX;AALD,CAAA,UAAY,gBAAgB,EAAA;;AAE1B,IAAA,gBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,gBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;AACnB,CAAC,EALWA,wBAAgB,KAAhBA,wBAAgB,GAK3B,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,wCAOX;AAPD,CAAA,UAAY,sBAAsB,EAAA;;AAEhC,IAAA,sBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,sBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,sBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EAPWA,8BAAsB,KAAtBA,8BAAsB,GAOjC,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,qDAOX;AAPD,CAAA,UAAY,mCAAmC,EAAA;;AAE7C,IAAA,mCAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,mCAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,mCAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;AACrB,CAAC,EAPWA,2CAAmC,KAAnCA,2CAAmC,GAO9C,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,sDASX;AATD,CAAA,UAAY,oCAAoC,EAAA;;AAE9C,IAAA,oCAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,oCAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,oCAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,oCAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;AACrC,CAAC,EATWA,4CAAoC,KAApCA,4CAAoC,GAS/C,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,yCASX;AATD,CAAA,UAAY,uBAAuB,EAAA;;AAEjC,IAAA,uBAAA,CAAA,iCAAA,CAAA,GAAA,mCAAqE,CAAA;;AAErE,IAAA,uBAAA,CAAA,kBAAA,CAAA,GAAA,oBAAuC,CAAA;;AAEvC,IAAA,uBAAA,CAAA,4BAAA,CAAA,GAAA,8BAA2D,CAAA;;AAE3D,IAAA,uBAAA,CAAA,8BAAA,CAAA,GAAA,mCAAkE,CAAA;AACpE,CAAC,EATWA,+BAAuB,KAAvBA,+BAAuB,GASlC,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,yCAOX;AAPD,CAAA,UAAY,uBAAuB,EAAA;;AAEjC,IAAA,uBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,uBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;;AAE/B,IAAA,uBAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC,CAAA;AACnC,CAAC,EAPWA,+BAAuB,KAAvBA,+BAAuB,GAOlC,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,oCASX;AATD,CAAA,UAAY,kBAAkB,EAAA;;AAE5B,IAAA,kBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;;AAE/B,IAAA,kBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,kBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,kBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;AACf,CAAC,EATWA,0BAAkB,KAAlBA,0BAAkB,GAS7B,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,6BAiCX;AAjCD,CAAA,UAAY,WAAW,EAAA;;AAErB,IAAA,WAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,WAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,WAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;;AAE/B,IAAA,WAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,WAAA,CAAA,qBAAA,CAAA,GAAA,qBAA2C,CAAA;;AAE3C,IAAA,WAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC,CAAA;;AAEjC,IAAA,WAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC,CAAA;;AAErC,IAAA,WAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,WAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,WAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,WAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,WAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,WAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC,CAAA;;AAEvC,IAAA,WAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,WAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,WAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;AAC/B,CAAC,EAjCWA,mBAAW,KAAXA,mBAAW,GAiCtB,EAAA,CAAA,CAAA,CAAA;AA0BD;AACYC,6CAKX;AALD,CAAA,UAAY,2BAA2B,EAAA;;AAErC,IAAA,2BAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;;AAE/B,IAAA,2BAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;AAC/B,CAAC,EALWA,mCAA2B,KAA3BA,mCAA2B,GAKtC,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,kCASX;AATD,CAAA,UAAY,gBAAgB,EAAA;;AAE1B,IAAA,gBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,gBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,gBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,gBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;AACzB,CAAC,EATWA,wBAAgB,KAAhBA,wBAAgB,GAS3B,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,2BAGX;AAHD,CAAA,UAAY,SAAS,EAAA;;AAEnB,IAAA,SAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;AACrB,CAAC,EAHWA,iBAAS,KAATA,iBAAS,GAGpB,EAAA,CAAA,CAAA,CAAA;AAWD;AACYC,kCAOX;AAPD,CAAA,UAAY,gBAAgB,EAAA;;AAE1B,IAAA,gBAAA,CAAA,oBAAA,CAAA,GAAA,oBAAyC,CAAA;;AAEzC,IAAA,gBAAA,CAAA,yBAAA,CAAA,GAAA,yBAAmD,CAAA;;AAEnD,IAAA,gBAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC,CAAA;AACzC,CAAC,EAPWA,wBAAgB,KAAhBA,wBAAgB,GAO3B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,kCAWX;AAXD,CAAA,UAAY,gBAAgB,EAAA;;AAE1B,IAAA,gBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,gBAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,gBAAA,CAAA,gCAAA,CAAA,GAAA,oCAAqE,CAAA;;AAErE,IAAA,gBAAA,CAAA,sBAAA,CAAA,GAAA,wBAA+C,CAAA;;AAE/C,IAAA,gBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EAXWA,wBAAgB,KAAhBA,wBAAgB,GAW3B,EAAA,CAAA,CAAA,CAAA;AAeD;AACYC,yCAWX;AAXD,CAAA,UAAY,uBAAuB,EAAA;;AAEjC,IAAA,uBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,uBAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC,CAAA;;AAEvC,IAAA,uBAAA,CAAA,0BAAA,CAAA,GAAA,0BAAqD,CAAA;;AAErD,IAAA,uBAAA,CAAA,2BAAA,CAAA,GAAA,2BAAuD,CAAA;;AAEvD,IAAA,uBAAA,CAAA,kCAAA,CAAA,GAAA,kCAAqE,CAAA;AACvE,CAAC,EAXWA,+BAAuB,KAAvBA,+BAAuB,GAWlC,EAAA,CAAA,CAAA,CAAA;AAeD;AACYC,yCAKX;AALD,CAAA,UAAY,uBAAuB,EAAA;;AAEjC,IAAA,uBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,uBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;AAC3B,CAAC,EALWA,+BAAuB,KAAvBA,+BAAuB,GAKlC,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,uDAGX;AAHD,CAAA,UAAY,qCAAqC,EAAA;;AAE/C,IAAA,qCAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;AAC7B,CAAC,EAHWA,6CAAqC,KAArCA,6CAAqC,GAGhD,EAAA,CAAA,CAAA,CAAA;AAWD;AACYC,oDAKX;AALD,CAAA,UAAY,kCAAkC,EAAA;;AAE5C,IAAA,kCAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,kCAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EALWA,0CAAkC,KAAlCA,0CAAkC,GAK7C,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,sCAOX;AAPD,CAAA,UAAY,oBAAoB,EAAA;;AAE9B,IAAA,oBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,oBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,oBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EAPWA,4BAAoB,KAApBA,4BAAoB,GAO/B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,oDAGX;AAHD,CAAA,UAAY,kCAAkC,EAAA;;AAE5C,IAAA,kCAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;AAC7B,CAAC,EAHWA,0CAAkC,KAAlCA,0CAAkC,GAG7C,EAAA,CAAA,CAAA,CAAA;AAWD;AACYC,gCASX;AATD,CAAA,UAAY,cAAc,EAAA;;AAExB,IAAA,cAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,cAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,cAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,cAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;AACrB,CAAC,EATWA,sBAAc,KAAdA,sBAAc,GASzB,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,iCAOX;AAPD,CAAA,UAAY,eAAe,EAAA;;AAEzB,IAAA,eAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,eAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,eAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;AACjC,CAAC,EAPWA,uBAAe,KAAfA,uBAAe,GAO1B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,sCAKX;AALD,CAAA,UAAY,oBAAoB,EAAA;;AAE9B,IAAA,oBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,oBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;AACzB,CAAC,EALWA,4BAAoB,KAApBA,4BAAoB,GAK/B,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,gCASX;AATD,CAAA,UAAY,cAAc,EAAA;;AAExB,IAAA,cAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,cAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,cAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,cAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;AACnB,CAAC,EATWA,sBAAc,KAAdA,sBAAc,GASzB,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,iCAOX;AAPD,CAAA,UAAY,eAAe,EAAA;;AAEzB,IAAA,eAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,eAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;;AAEnB,IAAA,eAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;AACjC,CAAC,EAPWA,uBAAe,KAAfA,uBAAe,GAO1B,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,mCAWX;AAXD,CAAA,UAAY,iBAAiB,EAAA;;AAE3B,IAAA,iBAAA,CAAA,MAAA,CAAA,GAAA,MAAa,CAAA;;AAEb,IAAA,iBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,iBAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,iBAAA,CAAA,eAAA,CAAA,GAAA,eAA+B,CAAA;;AAE/B,IAAA,iBAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;AACvB,CAAC,EAXWA,yBAAiB,KAAjBA,yBAAiB,GAW5B,EAAA,CAAA,CAAA,CAAA;AAeD;AACYC,+BASX;AATD,CAAA,UAAY,aAAa,EAAA;;AAEvB,IAAA,aAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,aAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC,CAAA;;AAErC,IAAA,aAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;;AAE7B,IAAA,aAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;AAC/B,CAAC,EATWA,qBAAa,KAAbA,qBAAa,GASxB,EAAA,CAAA,CAAA,CAAA;AAcD;AACYC,gCAaX;AAbD,CAAA,UAAY,cAAc,EAAA;;AAExB,IAAA,cAAA,CAAA,OAAA,CAAA,GAAA,OAAe,CAAA;;AAEf,IAAA,cAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,cAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,cAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,cAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,cAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;AACnB,CAAC,EAbWA,sBAAc,KAAdA,sBAAc,GAazB,EAAA,CAAA,CAAA,CAAA;AAgBD;AACYC,mCAmCX;AAnCD,CAAA,UAAY,iBAAiB,EAAA;;AAE3B,IAAA,iBAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC,CAAA;;AAEjC,IAAA,iBAAA,CAAA,0BAAA,CAAA,GAAA,0BAAqD,CAAA;;AAErD,IAAA,iBAAA,CAAA,uBAAA,CAAA,GAAA,uBAA+C,CAAA;;AAE/C,IAAA,iBAAA,CAAA,yBAAA,CAAA,GAAA,yBAAmD,CAAA;;AAEnD,IAAA,iBAAA,CAAA,0BAAA,CAAA,GAAA,0BAAqD,CAAA;;AAErD,IAAA,iBAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC,CAAA;;AAEjC,IAAA,iBAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC,CAAA;;AAEvC,IAAA,iBAAA,CAAA,wBAAA,CAAA,GAAA,wBAAiD,CAAA;;AAEjD,IAAA,iBAAA,CAAA,uBAAA,CAAA,GAAA,uBAA+C,CAAA;;AAE/C,IAAA,iBAAA,CAAA,0BAAA,CAAA,GAAA,0BAAqD,CAAA;;AAErD,IAAA,iBAAA,CAAA,yBAAA,CAAA,GAAA,yBAAmD,CAAA;;AAEnD,IAAA,iBAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,iBAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,iBAAA,CAAA,yBAAA,CAAA,GAAA,yBAAmD,CAAA;;AAEnD,IAAA,iBAAA,CAAA,8BAAA,CAAA,GAAA,8BAA6D,CAAA;;AAE7D,IAAA,iBAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC,CAAA;;AAEvC,IAAA,iBAAA,CAAA,yBAAA,CAAA,GAAA,yBAAmD,CAAA;AACrD,CAAC,EAnCWA,yBAAiB,KAAjBA,yBAAiB,GAmC5B,EAAA,CAAA,CAAA,CAAA;AA2BD;AACYC,sCAWX;AAXD,CAAA,UAAY,oBAAoB,EAAA;;AAE9B,IAAA,oBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,oBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,oBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,oBAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC,CAAA;;AAErC,IAAA,oBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;AAC7B,CAAC,EAXWA,4BAAoB,KAApBA,4BAAoB,GAW/B,EAAA,CAAA,CAAA,CAAA;AAeD;AACYC,2CAOX;AAPD,CAAA,UAAY,yBAAyB,EAAA;;AAEnC,IAAA,yBAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,yBAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,yBAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;AACzB,CAAC,EAPWA,iCAAyB,KAAzBA,iCAAyB,GAOpC,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,iCAmBX;AAnBD,CAAA,UAAY,eAAe,EAAA;;AAEzB,IAAA,eAAA,CAAA,aAAA,CAAA,GAAA,aAA2B,CAAA;;AAE3B,IAAA,eAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;;AAEX,IAAA,eAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;;AAEvB,IAAA,eAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC,CAAA;;AAEvC,IAAA,eAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,eAAA,CAAA,YAAA,CAAA,GAAA,YAAyB,CAAA;;AAEzB,IAAA,eAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,eAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC,CAAA;;AAEnC,IAAA,eAAA,CAAA,WAAA,CAAA,GAAA,WAAuB,CAAA;AACzB,CAAC,EAnBWA,uBAAe,KAAfA,uBAAe,GAmB1B,EAAA,CAAA,CAAA,CAAA;AAmBD;AACYC,sDAKX;AALD,CAAA,UAAY,oCAAoC,EAAA;;AAE9C,IAAA,oCAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,oCAAA,CAAA,IAAA,CAAA,GAAA,IAAS,CAAA;AACX,CAAC,EALWA,4CAAoC,KAApCA,4CAAoC,GAK/C,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,mDAOX;AAPD,CAAA,UAAY,iCAAiC,EAAA;;AAE3C,IAAA,iCAAA,CAAA,UAAA,CAAA,GAAA,UAAqB,CAAA;;AAErB,IAAA,iCAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,iCAAA,CAAA,IAAA,CAAA,GAAA,IAAS,CAAA;AACX,CAAC,EAPWA,yCAAiC,KAAjCA,yCAAiC,GAO5C,EAAA,CAAA,CAAA,CAAA;AAaD;AACYC,iDAKX;AALD,CAAA,UAAY,+BAA+B,EAAA;;AAEzC,IAAA,+BAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,+BAAA,CAAA,cAAA,CAAA,GAAA,cAA6B,CAAA;AAC/B,CAAC,EALWA,uCAA+B,KAA/BA,uCAA+B,GAK1C,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,2BAKX;AALD,CAAA,UAAY,SAAS,EAAA;;AAEnB,IAAA,SAAA,CAAA,QAAA,CAAA,GAAA,QAAiB,CAAA;;AAEjB,IAAA,SAAA,CAAA,KAAA,CAAA,GAAA,KAAW,CAAA;AACb,CAAC,EALWA,iBAAS,KAATA,iBAAS,GAKpB,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,8BAKX;AALD,CAAA,UAAY,YAAY,EAAA;;AAEtB,IAAA,YAAA,CAAA,IAAA,CAAA,GAAA,IAAS,CAAA;;AAET,IAAA,YAAA,CAAA,IAAA,CAAA,GAAA,IAAS,CAAA;AACX,CAAC,EALWA,oBAAY,KAAZA,oBAAY,GAKvB,EAAA,CAAA,CAAA,CAAA;AAYD;AACYC,mCAGX;AAHD,CAAA,UAAY,iBAAiB,EAAA;;AAE3B,IAAA,iBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB,CAAA;AACrB,CAAC,EAHWA,yBAAiB,KAAjBA,yBAAiB,GAG5B,EAAA,CAAA,CAAA;;ACzkOD;;;;;;AAMG;AAII,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;AAClC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,mBAAmB;AAC/B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,QAAQ,GAA+B;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,UAAU;AACrB,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAA+B;AACpD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,gBAAgB;AAC5B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,qBAAqB;AACjC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;AAC3B,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,gBAAgB;AAC5B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,qBAAqB;AACjC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;AACjC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAA+B;AACpD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,eAAe,EAAE;AACf,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qCAAqC,GAA+B;AAC/E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uCAAuC;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,4BAA4B;AACxC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;AAC/C,QAAA,eAAe,EAAE;AACf,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sCAAsC,GAA+B;AAChF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wCAAwC;AACnD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,6BAA6B;AACzC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA+B;AACrD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,aAAa;AACxB,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,SAAS;AACrB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,SAAS,GAA+B;AACnD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,6BAA6B,EAAE;AAC7B,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;AACjC,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iBAAiB;AAC7B,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;AAC5B,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uBAAuB,GAA+B;AACjE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yBAAyB;AACpC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,qBAAqB;AACjC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;AAC5B,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,UAAU;AAC1B,YAAA,UAAU,EAAE,UAAU;AACvB,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,0BAA0B;AACtC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA+B;AACxE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gCAAgC;AAC3C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,WAAW,EAAE;AACX,4BAAA,OAAO,EAAE,IAAI,MAAM,CACjB,sDAAsD,CACvD;AACF,yBAAA;AACD,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qCAAqC,GAA+B;AAC/E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uCAAuC;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,YAAY,EAAE,SAAS;AACvB,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA+B;AACxE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gCAAgC;AAC3C,QAAA,eAAe,EAAE;AACf,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,YAAY,EAAE,UAAU;AACxB,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA+B;AACtD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,cAAc;AACzB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qCAAqC,GAA+B;AAC/E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uCAAuC;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,mCAAmC;AAC/C,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6DAA6D,GAA+B;AACvG,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+DAA+D;AAC1E,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,oBAAoB;AAChC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,eAAe,EAAE;AACf,YAAA,yBAAyB,EAAE;AACzB,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA+B;AACxE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gCAAgC;AAC3C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,4BAA4B;AACxC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sDAAsD,GAA+B;AAChG,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wDAAwD;AACnE,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uCAAuC,GAA+B;AACjF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yCAAyC;AACpD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,qCAAqC;AACjD,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;AAC5B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,aAAa;AACzB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA+B;AACvD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,eAAe;AAC1B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,WAAW;AACvB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,SAAS,GAA+B;AACnD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kBAAkB;AAC9B,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,cAAc;AAC1B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;QACnC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,yBAAyB;AACrC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;AAC3B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,YAAY;AACxB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,CAAC;AAC7D,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;AAC5B,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,MAAM;AACb,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,8BAA8B;AAC1C,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,6BAA6B;AACzC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,iBAAiB;AAC7B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2CAA2C,GAA+B;AACrF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6CAA6C;AACxD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4CAA4C,GAA+B;AACtF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8CAA8C;AACzD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,8BAA8B;AAC1C,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,6BAA6B;AACzC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;AAC/C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,gCAAgC;AAC5C,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,uBAAuB;AACnC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;AAC5B,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,QAAQ;AACxB,YAAA,UAAU,EAAE,QAAQ;AACrB,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;AAC3B,QAAA,UAAU,EAAE,gBAAgB;AAC5B,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,sBAAsB;AACtC,YAAA,UAAU,EAAE,sBAAsB;AACnC,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;AAC3B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,YAAY;AACxB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;AAC5B,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,mBAAmB;AAC/B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,0BAA0B;AACtC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EAAE;AACf,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,UAAU,EAAE,kBAAkB;AAC9B,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,YAAY;AAC5B,YAAA,UAAU,EAAE,YAAY;AACzB,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,IAAI,GAA+B;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,MAAM;AACjB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,IAAI,GAA+B;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,MAAM;AACjB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,uBAAuB;AACnC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,cAAc;AAC1B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA+B;AACtD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,cAAc;QACzB,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;AAC/C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,+BAA+B;AAC3C,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sCAAsC,GAA+B;AAChF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wCAAwC;AACnD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,oCAAoC;AAChD,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wDAAwD,GAA+B;AAClG,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0DAA0D;AACrE,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,WAAW,EAAE;AACX,oBAAA,OAAO,EAAE,IAAI,MAAM,CAAC,4BAA4B,CAAC;AAClD,iBAAA;AACD,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,WAAW,EAAE;AACX,oBAAA,OAAO,EAAE,IAAI,MAAM,CAAC,4BAA4B,CAAC;AAClD,iBAAA;AACD,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oCAAoC,GAA+B;AAC9E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sCAAsC;AACjD,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uCAAuC;AACnD,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qCAAqC,GAA+B;AAC/E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uCAAuC;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,4BAA4B;AACxC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,eAAe,EAAE;AACf,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iBAAiB;AAC7B,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iBAAiB;AAC7B,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sCAAsC;AAClD,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,+BAA+B;AAC3C,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;AAC5B,QAAA,eAAe,EAAE;AACf,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6BAA6B,GAA+B;AACvE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+BAA+B;AAC1C,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,iCAAiC;AAC7C,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;AAC3B,QAAA,eAAe,EAAE;AACf,YAAA,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sCAAsC,GAA+B;AAChF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wCAAwC;AACnD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,eAAe;AAC3B,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,oBAAoB;AAChC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA+B;AACvD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,eAAe;AAC1B,QAAA,eAAe,EAAE;AACf,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,QAAQ,GAA+B;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,UAAU;AACrB,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6BAA6B,GAA+B;AACvE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+BAA+B;AAC1C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,0BAA0B;AACtC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,IAAI,GAA+B;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,MAAM;AACjB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,KAAK;AACvB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA+B;AACxE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gCAAgC;AAC3C,QAAA,eAAe,EAAE;AACf,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sCAAsC,GAA+B;AAChF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wCAAwC;AACnD,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,MAAM;AAClB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,4BAA4B;AACxC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,yBAAyB,EAAE;AACzB,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,mBAAmB;AAC/B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,mBAAmB;AAC/B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA+B;AACtD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,cAAc;AACzB,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,8BAA8B;AAC1C,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,6BAA6B;AACzC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,wBAAwB;AACpC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oCAAoC,GAA+B;AAC9E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sCAAsC;AACjD,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,0BAA0B;AACtC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EAAE;AACf,YAAA,MAAM,EAAE;AACN,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,KAAK;AACvB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,4BAA4B,EAAE;AAC5B,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,wBAAwB,EAAE;AACxB,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uBAAuB,GAA+B;AACjE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yBAAyB;AACpC,QAAA,eAAe,EAAE;AACf,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,uCAAuC;AACnD,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qCAAqC,GAA+B;AAC/E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uCAAuC;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,6BAA6B;AACzC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,eAAe,EAAE;AACf,YAAA,MAAM,EAAE;AACN,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,KAAK;AACvB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,4BAA4B,EAAE;AAC5B,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qCAAqC,GAA+B;AAC/E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uCAAuC;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,8CAA8C;AAC1D,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4CAA4C,GAA+B;AACtF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8CAA8C;AACzD,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,oCAAoC;AAChD,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;AAC/C,QAAA,eAAe,EAAE;AACf,YAAA,MAAM,EAAE;AACN,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,KAAK;AACvB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA+B;AACxE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gCAAgC;AAC3C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,4BAA4B;AACxC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;AAC/C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,gCAAgC;AAC5C,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,0BAA0B;AACtC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yCAAyC,GAA+B;AACnF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2CAA2C;AACtD,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,iBAAiB;AAC7B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,2BAA2B;AACvC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;AAC/C,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kCAAkC;AAC9C,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,eAAe,EAAE;AACf,YAAA,8BAA8B,EAAE;AAC9B,gBAAA,cAAc,EAAE,gCAAgC;AAChD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uBAAuB;AACnC,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,4BAA4B;AACxC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;AAClC,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,eAAe,EAAE;AACf,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,UAAU,EAAE,iCAAiC;AAC7C,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,oBAAoB;AACpC,YAAA,UAAU,EAAE,oBAAoB;AACjC,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,+BAA+B,EAAE;AAC/B,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,SAAS,GAA+B;AACnD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,OAAO;AACnB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,UAAU,EAAE,oBAAoB;AAChC,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,MAAM;AACtB,YAAA,UAAU,EAAE,MAAM;AACnB,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA+B;AACrD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,aAAa;QACxB,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iCAAiC,GAA+B;AAC3E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mCAAmC;QAC9C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iCAAiC;AAC7C,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,cAAc,EAAE,iCAAiC;AACjD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,UAAU,EAAE,iCAAiC;QAC7C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AAClD,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,MAAM;AACtB,YAAA,UAAU,EAAE,MAAM;AACnB,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA+B;AACtD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,cAAc;AACzB,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,SAAS;AACrB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;AAClC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,2BAA2B;AACvC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA+B;AACvD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,eAAe;AAC1B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,UAAU;AACtB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,gBAAgB;AAC5B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,eAAe,EAAE;AACf,YAAA,+BAA+B,EAAE;AAC/B,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,6BAA6B,EAAE;AAC7B,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,eAAe,EAAE;AACf,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,sBAAsB;AAClC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;AAC3B,QAAA,eAAe,EAAE;AACf,YAAA,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,eAAe,EAAE;AACf,YAAA,+BAA+B,EAAE;AAC/B,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,6BAA6B,EAAE;AAC7B,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;AAC/C,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,aAAa;AACzB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,uBAAuB;AACnC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA+B;AACvD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,eAAe;AAC1B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,aAAa;AACzB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA+B;AACrD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,aAAa;AACxB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,aAAa;AACzB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,qBAAqB;AACjC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,cAAc;AAC1B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,eAAe,EAAE;AACf,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,eAAe,EAAE;AACf,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,yBAAyB,EAAE;AACzB,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EAAE;AACf,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,KAAK,GAA+B;AAC/C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,OAAO;AAClB,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0BAA0B;AACtC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,0BAA0B;AACtC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,qBAAqB;AACjC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;AAC3B,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACD,YAAA,4BAA4B,EAAE;AAC5B,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,8BAA8B,EAAE;AAC9B,gBAAA,cAAc,EAAE,gCAAgC;AAChD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,2BAA2B,EAAE;AAC3B,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,KAAK,GAA+B;AAC/C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,OAAO;AAClB,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,MAAM;AAClB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,eAAe,EAAE;AACf,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,UAAU;AAChB,4BAAA,OAAO,EAAE;AACP,gCAAA,IAAI,EAAE;AACJ,oCAAA,IAAI,EAAE,QAAQ;AACf,iCAAA;AACF,6BAAA;AACF,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,aAAa;AACzB,iBAAA;AACF,aAAA;AACD,YAAA,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,wBAAwB;AACpC,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,QAAQ;AACpB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA+B;AACrD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,aAAa;AACxB,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,UAAU;AACtB,iBAAA;AACF,aAAA;AACD,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,UAAU;AAChB,4BAAA,OAAO,EAAE;AACP,gCAAA,IAAI,EAAE;AACJ,oCAAA,IAAI,EAAE,QAAQ;AACf,iCAAA;AACF,6BAAA;AACF,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,UAAU;AAChB,4BAAA,OAAO,EAAE;AACP,gCAAA,IAAI,EAAE;AACJ,oCAAA,IAAI,EAAE,QAAQ;AACf,iCAAA;AACF,6BAAA;AACF,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,QAAQ,GAA+B;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,UAAU;AACrB,QAAA,eAAe,EAAE;AACf,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,UAAU;AAChB,4BAAA,OAAO,EAAE;AACP,gCAAA,IAAI,EAAE;AACJ,oCAAA,IAAI,EAAE,QAAQ;AACf,iCAAA;AACF,6BAAA;AACF,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,MAAM,GAA+B;AAChD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,QAAQ;AACnB,QAAA,eAAe,EAAE;AACf,YAAA,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,YAAY;AACxB,iBAAA;AACF,aAAA;AACD,YAAA,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,oBAAoB;AAChC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAA+B;AACpD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,YAAY;AACvB,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,UAAU;AAChB,4BAAA,OAAO,EAAE;AACP,gCAAA,IAAI,EAAE;AACJ,oCAAA,IAAI,EAAE,QAAQ;AACf,iCAAA;AACF,6BAAA;AACF,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,eAAe,EAAE;AACf,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA+B;AACrD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,aAAa;AACxB,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,YAAY;AACxB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,UAAU;AAChB,4BAAA,OAAO,EAAE;AACP,gCAAA,IAAI,EAAE;AACJ,oCAAA,IAAI,EAAE,QAAQ;AACf,iCAAA;AACF,6BAAA;AACF,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;AAClC,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,UAAU;AAChB,4BAAA,OAAO,EAAE;AACP,gCAAA,IAAI,EAAE;AACJ,oCAAA,IAAI,EAAE,QAAQ;AACf,iCAAA;AACF,6BAAA;AACF,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA+B;AACtD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,cAAc;AACzB,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,aAAa;AACzB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;AAClB,oBAAA,KAAK,EAAE;AACL,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,UAAU;AAChB,4BAAA,OAAO,EAAE;AACP,gCAAA,IAAI,EAAE;AACJ,oCAAA,IAAI,EAAE,UAAU;oCAChB,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACtC,iCAAA;AACF,6BAAA;AACF,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,mBAAmB;AAC/B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA+B;AACvD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,eAAe;AAC1B,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,cAAc;AAC9B,YAAA,UAAU,EAAE,cAAc;AAC3B,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;AAC5B,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,iBAAiB;AACjC,YAAA,UAAU,EAAE,iBAAiB;AAC9B,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,QAAQ,GAA+B;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,UAAU;AACrB,QAAA,eAAe,EAAE;AACf,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,YAAY,EAAE,gBAAgB;AAC9B,gBAAA,UAAU,EAAE,IAAI;AAChB,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,IAAI,GAA+B;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,MAAM;AACjB,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,GAAG,GAA+B;AAC7C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,KAAK;AAChB,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;AAC5B,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;QAC/C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AAClD,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,oBAAoB;AAChC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,eAAe,EAAE;AACf,YAAA,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iCAAiC,GAA+B;AAC3E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mCAAmC;AAC9C,QAAA,eAAe,EAAE;AACf,YAAA,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uBAAuB,GAA+B;AACjE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yBAAyB;AACpC,QAAA,eAAe,EAAE;AACf,YAAA,GAAG,EAAE;AACH,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,EAAE;AACpB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,OAAO,EAAE;AACP,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,EAAE;AACpB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,UAAU,EAAE;AACV,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACnB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,SAAS,GAA+B;AACnD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,WAAW;AACtB,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;AAClC,QAAA,UAAU,EAAE,uBAAuB;AACnC,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,4BAA4B;AAC5C,YAAA,UAAU,EAAE,4BAA4B;AACzC,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;AAClC,QAAA,UAAU,EAAE,uBAAuB;AACnC,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,4BAA4B;AAC5C,YAAA,UAAU,EAAE,4BAA4B;AACzC,SAAA;AACD,QAAA,eAAe,EAAE;AACf,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,eAAe,EAAE;AACf,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2CAA2C,GAA+B;AACrF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6CAA6C;AACxD,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iDAAiD,GAA+B;AAC3F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mDAAmD;AAC9D,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qDAAqD,GAA+B;AAC/F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uDAAuD;AAClE,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mDAAmD,GAA+B;AAC7F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qDAAqD;AAChE,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2CAA2C,GAA+B;AACrF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6CAA6C;AACxD,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gEAAgE,GAA+B;AAC1G,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EACP,kEAAkE;AACpE,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oEAAoE,GAA+B;AAC9G,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EACP,sEAAsE;AACxE,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+CAA+C,GAA+B;AACzF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iDAAiD;AAC5D,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gDAAgD,GAA+B;AAC1F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kDAAkD;AAC7D,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EACP,+DAA+D;AAClE,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6DAA6D,GAA+B;AACvG,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+DAA+D;AAC1E,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+CAA+C,GAA+B;AACzF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iDAAiD;AAC5D,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EACP,8DAA8D;AACjE,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4DAA4D,GAA+B;AACtG,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8DAA8D;AACzE,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gDAAgD,GAA+B;AAC1F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kDAAkD;AAC7D,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;AACjC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oCAAoC,GAA+B;AAC9E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sCAAsC;AACjD,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uCAAuC,GAA+B;AACjF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yCAAyC;AACpD,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sDAAsD;AAClE,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oDAAoD,GAA+B;AAC9F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sDAAsD;AACjE,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iDAAiD,GAA+B;AAC3F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mDAAmD;AAC9D,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EACP,gEAAgE;AACnE,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8DAA8D,GAA+B;AACxG,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gEAAgE;AAC3E,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iCAAiC,GAA+B;AAC3E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mCAAmC;AAC9C,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2CAA2C,GAA+B;AACrF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6CAA6C;AACxD,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qDAAqD,GAA+B;AAC/F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uDAAuD;AAClE,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2CAA2C,GAA+B;AACrF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6CAA6C;AACxD,QAAA,eAAe,EAAE;AACf,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+CAA+C,GAA+B;AACzF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iDAAiD;AAC5D,QAAA,eAAe,EAAE;AACf,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gDAAgD,GAA+B;AAC1F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kDAAkD;AAC7D,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EACP,+DAA+D;AAClE,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6DAA6D,GAA+B;AACvG,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+DAA+D;AAC1E,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+CAA+C,GAA+B;AACzF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iDAAiD;AAC5D,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EACP,8DAA8D;AACjE,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4DAA4D,GAA+B;AACtG,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8DAA8D;AACzE,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gDAAgD,GAA+B;AAC1F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kDAAkD;AAC7D,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;AACjC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oCAAoC,GAA+B;AAC9E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sCAAsC;AACjD,QAAA,eAAe,EAAE;AACf,YAAA,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uCAAuC,GAA+B;AACjF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yCAAyC;AACpD,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sDAAsD;AAClE,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oDAAoD,GAA+B;AAC9F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sDAAsD;AACjE,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kDAAkD,GAA+B;AAC5F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oDAAoD;AAC/D,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EACP,iEAAiE;AACpE,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+DAA+D,GAA+B;AACzG,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EACP,iEAAiE;AACnE,QAAA,eAAe,EAAE;AACf,YAAA,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sEAAsE,GAA+B;AAChH,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EACP,wEAAwE;AAC1E,QAAA,eAAe,EAAE;AACf,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qDAAqD,GAA+B;AAC/F,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uDAAuD;AAClE,QAAA,eAAe,EAAE;AACf,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iEAAiE,GAA+B;AAC3G,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EACP,mEAAmE;AACrE,QAAA,eAAe,EAAE;AACf,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iCAAiC,GAA+B;AAC3E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mCAAmC;AAC9C,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,gDAAgD;AAC5D,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8CAA8C,GAA+B;AACxF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gDAAgD;AAC3D,QAAA,eAAe,EAAE;AACf,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACD,YAAA,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+CAA+C,GAA+B;AACzF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iDAAiD;AAC5D,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oCAAoC,GAA+B;AAC9E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sCAAsC;AACjD,QAAA,eAAe,EAAE;AACf,YAAA,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA;AACD,YAAA,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,wBAAwB,EAAE;AACxB,gBAAA,cAAc,EAAE,qCAAqC;AACrD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AAClB,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AAClB,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,YAAY;AACxB,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iCAAiC,GAA+B;AAC3E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,YAAY;AACxB,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,uBAAuB,EAAE;AACvB,gBAAA,cAAc,EAAE,oCAAoC;AACpD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,OAAO,GAA+B;AACjD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,SAAS;QACpB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,WAAW;AACvB,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,0BAA0B;AACtC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,2BAA2B;AACvC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,0BAA0B;AACtC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,yBAAyB;AACrC,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAC7B,YAAY,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACpC,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,YAAY;AACxB,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,YAAY,EAAE,SAAS;AACvB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,gCAAgC;AAChD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,gCAAgC;AAC5C,iBAAA;AACF,aAAA,EACD,uBAAuB,EAAE;AACvB,gBAAA,cAAc,EAAE,oCAAoC;AACpD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,4BAA4B,EAAE;AAC5B,gBAAA,cAAc,EAAE,yCAAyC;AACzD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,uCAAuC;AACnD,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,uBAAuB,EAAE;AACvB,gBAAA,YAAY,EAAE,UAAU;AACxB,gBAAA,cAAc,EAAE,oCAAoC;AACpD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,gCAAgC;AAC5C,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iCAAiC,GAA+B;AAC3E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,oBAAoB;AAChC,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EACP,+DAA+D;AAClE,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,0BAA0B;AACtC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,yBAAyB,EAAE;AACzB,gBAAA,cAAc,EAAE,sCAAsC;AACtD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,wBAAwB;AACpC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,kCAAkC,EAAE;AAClC,gBAAA,cAAc,EAAE,+CAA+C;AAC/D,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,iCAAiC;AAC7C,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAC7B,YAAY,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACpC,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,MAAM;AACb,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EACP,wDAAwD;AAC3D,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mCAAmC,GAA+B;AAC7E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qCAAqC;AAChD,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAC7B,YAAY,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACpC,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,yBAAyB,EAAE;AACzB,gBAAA,cAAc,EAAE,sCAAsC;AACtD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA+B;AACrD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,aAAa;QACxB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;AACjC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA+B;AACtD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,cAAc;QACzB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,wBAAwB;AACpC,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uBAAuB,GAA+B;AACjE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAA+B;AACpD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,YAAY;QACvB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,uCAAuC;AACvD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,mBAAmB;AAC/B,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;AAClB,oBAAA,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,kBAAkB,EAAE,EAAE;AACtE,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;AAClB,oBAAA,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,iBAAiB,EAAE,EAAE;AACrE,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,6CAA6C;AACzD,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,gCAAgC;AAChD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,8CAA8C;AAC1D,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,gCAAgC;AAChD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA+B;AACxE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,kCAAkC;AAClD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,qBAAqB;AACjC,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iBAAiB;AAC7B,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,gBAAgB;AAC5B,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;AAC5B,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CAC7B,EAAA,4BAA4B,CAAC,IAAI,CAAC,eAAe,GACjD,iBAAiB,CAAC,IAAI,CAAC,eAAe,CAAA,EACtC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAA,EACzB,IAAI,CAAC,IAAI,CAAC,eAAe,CAC7B;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,MAAM;AACZ,oBAAA,aAAa,EAAE,CAAC,SAAS,EAAE,UAAU,EAAE,SAAS,CAAC;AAClD,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,wBAAwB;AACpC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6BAA6B,GAA+B;AACvE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uCAAuC;AACnD,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0DAA0D;AACtE,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,WAAW,EAAE;AACX,oBAAA,OAAO,EAAE,IAAI,MAAM,CAAC,uBAAuB,CAAC;AAC7C,iBAAA;AACD,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iBAAiB;AAC7B,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iBAAiB;AAC7B,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sCAAsC;AAClD,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,+BAA+B;AAC3C,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0BAA0B;AACtC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iBAAiB;AAC7B,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iBAAiB;AAC7B,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sCAAsC;AAClD,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,+BAA+B;AAC3C,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kBAAkB;AAC9B,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,gBAAgB;AAC5B,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,gCAAgC;AAChD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,wCAAwC;AACpD,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,gCAAgC;AAChD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,oBAAoB;AAChC,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,MAAM;AAClB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,8BAA8B,EAAE;AAC9B,gBAAA,cAAc,EAAE,2CAA2C;AAC3D,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,gCAAgC;AAC5C,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,qBAAqB;AACjC,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,wBAAwB;AACpC,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAC7B,iBAAiB,CAAC,IAAI,CAAC,eAAe,CAAA,EACtC,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,sCAAsC;AAClD,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,yBAAyB;AACrC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA+B;AACxE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gCAAgC;AAC3C,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,eAAe,gDACV,QAAQ,CAAC,IAAI,CAAC,eAAe,GAC7B,yCAAyC,CAAC,IAAI,CAAC,eAAe,CAC9D,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CACjC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA+B;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,GAAG,EAAE;AACH,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACnB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,WAAW,EAAE;AACX,oBAAA,SAAS,EAAE,GAAG;AACf,iBAAA;AACD,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,EAAE;AACpB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,oCAAoC;AAChD,iBAAA;AACF,aAAA,EACD,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,kCAAkC;AAClD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,mBAAmB;AAC/B,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,uCAAuC;AACvD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kCAAkC;AAC9C,iBAAA;AACF,aAAA,EACD,GAAG,EAAE;AACH,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,CAAC;AACnB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;AAC7B,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAC7B,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,kCAAkC;AAClD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iCAAiC;AAC7C,iBAAA;AACF,aAAA,EACD,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,kCAAkC;AAClD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iCAAiC;AAC7C,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,KAAK,GAA+B;AAC/C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,OAAO;QAClB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,gCAAgC;AAChD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,oBAAoB;AAChC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,YAAY;4BAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,aAAa;AACzB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,8BAA8B;AAC9C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,mCAAmC;AAC/C,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,OAAO,GAA+B;AACjD,IAAA,cAAc,EAAE,SAAS;AACzB,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,SAAS;AACpB,QAAA,UAAU,EAAE,UAAU;AACtB,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,MAAM;AACtB,YAAA,UAAU,EAAE,MAAM;AACnB,SAAA;QACD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;AACjC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,QAAQ,GAA+B;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,UAAU;QACrB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,6BAA6B;AAC7C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,4BAA4B,EAAE;AAC5B,gBAAA,cAAc,EAAE,yCAAyC;AACzD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA+B;AACxD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,WAAW,EAAE;AACX,oBAAA,OAAO,EAAE,IAAI,MAAM,CAAC,uCAAuC,CAAC;AAC7D,iBAAA;AACD,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,WAAW,EAAE;AACX,oBAAA,gBAAgB,EAAE,IAAI;AACtB,oBAAA,gBAAgB,EAAE,CAAC;AACpB,iBAAA;AACD,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,YAAY;4BAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;AACjC,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,gCAAgC;AAChD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,2BAA2B;AACvC,iBAAA;AACF,aAAA,EACD,2BAA2B,EAAE;AAC3B,gBAAA,cAAc,EAAE,wCAAwC;AACxD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iCAAiC;AAC7C,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,wBAAwB;AACpC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,gBAAgB;AAC5B,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,2BAA2B,EAAE;AAC3B,gBAAA,cAAc,EAAE,wCAAwC;AACxD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,6BAA6B;AACzC,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,oCAAoC;AAChD,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA+B;AACrD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,aAAa;QACxB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,YAAY;4BAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;AACjC,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AACpC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA+B;AACtD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,cAAc;QACzB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,8BAA8B;AAC1C,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,oBAAoB;AAChC,iBAAA;AACF,aAAA,EACD,wBAAwB,EAAE;AACxB,gBAAA,cAAc,EAAE,qCAAqC;AACrD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0BAA0B;AACtC,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,qBAAqB;AACjC,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,OAAO;AACnB,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,IAAI,GAA+B;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,MAAM;QACjB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,gBAAgB;AAC5B,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAA+B;AACpD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,YAAY;QACvB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sBAAsB;AAClC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA+B;AACrD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,aAAa;QACxB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uBAAuB;AACnC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAA+B;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,UAAU;AACtB,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,2BAA2B;AAC3C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uCAAuC;AACnD,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,cAAc,EAAE,0BAA0B;AAC1C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,UAAU;AAC1B,YAAA,UAAU,EAAE,UAAU;AACvB,SAAA;QACD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,eAAe,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvC,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,cAAc,EAAE,qBAAqB;AACrC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,UAAU;AAC1B,YAAA,UAAU,EAAE,UAAU;AACvB,SAAA;QACD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,eAAe,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvC,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6BAA6B,GAA+B;AACvE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,YAAY,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACpC,oBAAoB,EAAE;AACpB,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,gCAAgC;AAC5C,iBAAA;AACF,aAAA,EACD,4BAA4B,EAAE;AAC5B,gBAAA,cAAc,EAAE,yCAAyC;AACzD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,uCAAuC;AACnD,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA+B;AAC9D,IAAA,cAAc,EAAE,OAAO;AACvB,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sBAAsB;AACjC,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,eAAe,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvC,EAAE,EAAE;AACF,gBAAA,cAAc,EAAE,IAAI;AACpB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,cAAc,EAAE,WAAW;AAC3B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,QAAQ;AACxB,YAAA,UAAU,EAAE,QAAQ;AACrB,SAAA;QACD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,eAAe,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,cAAc,EAAE,wBAAwB;AACxC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,UAAU,EAAE,gBAAgB;AAC5B,QAAA,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,cAAc,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACtC,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wCAAwC,GAA+B;AAClF,IAAA,cAAc,EAAE,gCAAgC;AAChD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0CAA0C;AACrD,QAAA,UAAU,EAAE,gBAAgB;AAC5B,QAAA,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,cAAc,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACtC,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;AAClB,oBAAA,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE;AAC1D,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,KAAK;AACjB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,iBAAiB;AAC7B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6BAA6B,GAA+B;AACvE,IAAA,cAAc,EAAE,+BAA+B;AAC/C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+BAA+B;AAC1C,QAAA,UAAU,EAAE,gBAAgB;AAC5B,QAAA,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,cAAc,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACtC,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,YAAY;AAClB,oBAAA,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE;AAC1D,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,KAAK;AACjB,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,iBAAiB;AAC7B,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,cAAc,EAAE,UAAU;AAC1B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,UAAU,EAAE,kBAAkB;AAC9B,QAAA,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACxC,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,cAAc,EAAE,UAAU;AAC1B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,UAAU,EAAE,kBAAkB;AAC9B,QAAA,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACxC,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,cAAc,EAAE,WAAW;AAC3B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,UAAU,EAAE,kBAAkB;AAC9B,QAAA,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACxC,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4CAA4C,GAA+B;AACtF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8CAA8C;QACzD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,oCAAoC,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC5D,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0DAA0D;AACtE,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,WAAW,EAAE;AACX,oBAAA,OAAO,EAAE,IAAI,MAAM,CAAC,uBAAuB,CAAC;AAC7C,iBAAA;AACD,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,gBAAgB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACxC,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oCAAoC,GAA+B;AAC9E,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,gCAAgC,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACxD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,0BAA0B;AACtC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,gCAAgC,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACxD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kBAAkB;AAC9B,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uCAAuC,GAA+B;AACjF,IAAA,cAAc,EAAE,UAAU;AAC1B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yCAAyC;AACpD,QAAA,UAAU,EAAE,iCAAiC;AAC7C,QAAA,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,+BAA+B,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2CAA2C,GAA+B;AACrF,IAAA,cAAc,EAAE,eAAe;AAC/B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6CAA6C;AACxD,QAAA,UAAU,EAAE,iCAAiC;AAC7C,QAAA,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,+BAA+B,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,cAAc,EAAE,gBAAgB;AAChC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,UAAU,EAAE,iCAAiC;AAC7C,QAAA,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,+BAA+B,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,IAAI,EAAE;AACJ,gBAAA,cAAc,EAAE,MAAM;AACtB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,WAAW;AAC3B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,uBAAuB,EAAE;AACvB,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uBAAuB,GAA+B;AACjE,IAAA,cAAc,EAAE,eAAe;AAC/B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yBAAyB;AACpC,QAAA,UAAU,EAAE,oBAAoB;AAChC,QAAA,wBAAwB,EAAE,kBAAkB,CAAC,IAAI,CAAC,wBAAwB;QAC1E,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,kBAAkB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC1C,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,cAAc,EAAE,cAAc;AAC9B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,UAAU,EAAE,oBAAoB;AAChC,QAAA,wBAAwB,EAAE,kBAAkB,CAAC,IAAI,CAAC,wBAAwB;QAC1E,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,kBAAkB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC1C,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,uBAAuB,EAAE;AACvB,gBAAA,WAAW,EAAE;AACX,oBAAA,OAAO,EAAE,IAAI,MAAM,CACjB,sDAAsD,CACvD;AACF,iBAAA;AACD,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sCAAsC,GAA+B;AAChF,IAAA,cAAc,EAAE,SAAS;AACzB,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wCAAwC;AACnD,QAAA,UAAU,EAAE,iCAAiC;QAC7C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AAClD,QAAA,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,+BAA+B,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,cAAc,EAAE,gBAAgB;AAChC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,aAAa,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACrC,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,6CAA6C;AACzD,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,cAAc,EAAE,0BAA0B;AAC1C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,aAAa,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACrC,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,mDAAmD;AAC/D,iBAAA;AACF,aAAA,EACD,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uDAAuD;AACnE,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,qDAAqD;AACjE,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,6CAA6C;AACzD,iBAAA;AACF,aAAA,EACD,gCAAgC,EAAE;AAChC,gBAAA,cAAc,EAAE,kCAAkC;AAClD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EACP,kEAAkE;AACrE,iBAAA;AACF,aAAA,EACD,oCAAoC,EAAE;AACpC,gBAAA,cAAc,EAAE,sCAAsC;AACtD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EACP,sEAAsE;AACzE,iBAAA;AACF,aAAA,EACD,sCAAsC,EAAE;AACtC,gBAAA,cAAc,EAAE,wCAAwC;AACxD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6BAA6B,GAA+B;AACvE,IAAA,cAAc,EAAE,uBAAuB;AACvC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+BAA+B;AAC1C,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,aAAa,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACrC,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iDAAiD;AAC7D,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kDAAkD;AAC9D,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iDAAiD;AAC7D,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kDAAkD;AAC9D,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sCAAsC;AAClD,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,yCAAyC;AACrD,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA+B;AACxE,IAAA,cAAc,EAAE,yBAAyB;AACzC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gCAAgC;AAC3C,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,aAAa,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACrC,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,mDAAmD;AAC/D,iBAAA;AACF,aAAA,EACD,GAAG,EAAE;AACH,gBAAA,cAAc,EAAE,KAAK;AACrB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,mCAAmC;AAC/C,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,6CAA6C;AACzD,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,cAAc,EAAE,0BAA0B;AAC1C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,aAAa,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACrC,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uDAAuD;AACnE,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA+B;AAChE,IAAA,cAAc,EAAE,gBAAgB;AAChC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wBAAwB;AACnC,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,aAAa,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACrC,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,6CAA6C;AACzD,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6BAA6B,GAA+B;AACvE,IAAA,cAAc,EAAE,uBAAuB;AACvC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+BAA+B;AAC1C,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,aAAa,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACrC,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iDAAiD;AAC7D,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kDAAkD;AAC9D,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iDAAiD;AAC7D,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,kDAAkD;AAC9D,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sCAAsC;AAClD,iBAAA;AACF,aAAA,EACD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,yCAAyC;AACrD,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,cAAc,EAAE,yBAAyB;AACzC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,aAAa,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACrC,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,qBAAqB;AACrC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,oDAAoD;AAChE,iBAAA;AACF,aAAA,EACD,uCAAuC,EAAE;AACvC,gBAAA,cAAc,EAAE,yCAAyC;AACzD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EACP,wEAAwE;AAC3E,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,cAAc,EAAE,0BAA0B;AAC1C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,aAAa,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACrC,qBAAqB,EAAE;AACrB,gBAAA,cAAc,EAAE,uBAAuB;AACvC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uDAAuD;AACnE,iBAAA;AACF,aAAA,EACD,iCAAiC,EAAE;AACjC,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EACP,mEAAmE;AACtE,iBAAA;AACF,aAAA,EACD,6BAA6B,EAAE;AAC7B,gBAAA,cAAc,EAAE,+BAA+B;AAC/C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,iCAAiC,EAAE;AACjC,gBAAA,cAAc,EAAE,mCAAmC;AACnD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,+BAA+B,EAAE;AAC/B,gBAAA,cAAc,EAAE,iCAAiC;AACjD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,cAAc,EAAE,mBAAmB;AACnC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;AACrE,QAAA,eAAe,oBACV,aAAa,CAAC,IAAI,CAAC,eAAe,CACtC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA+B;AACxE,IAAA,cAAc,EAAE,wBAAwB;AACxC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,gCAAgC;AAC3C,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;AACrE,QAAA,eAAe,oBACV,aAAa,CAAC,IAAI,CAAC,eAAe,CACtC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uBAAuB,GAA+B;AACjE,IAAA,cAAc,EAAE,iBAAiB;AACjC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yBAAyB;AACpC,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,aAAa,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACrC,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,mCAAmC;AAC/C,iBAAA;AACF,aAAA,EACD,wBAAwB,EAAE;AACxB,gBAAA,cAAc,EAAE,0BAA0B;AAC1C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iDAAiD;AAC7D,iBAAA;AACF,aAAA,EACD,aAAa,EAAE;AACb,gBAAA,cAAc,EAAE,eAAe;AAC/B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,sCAAsC;AAClD,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uBAAuB,GAA+B;AACjE,IAAA,cAAc,EAAE,iBAAiB;AACjC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yBAAyB;AACpC,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;AACrE,QAAA,eAAe,oBACV,aAAa,CAAC,IAAI,CAAC,eAAe,CACtC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,cAAc,EAAE,yBAAyB;AACzC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;AACrE,QAAA,eAAe,oBACV,aAAa,CAAC,IAAI,CAAC,eAAe,CACtC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oCAAoC,GAA+B;AAC9E,IAAA,cAAc,EAAE,8BAA8B;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sCAAsC;AACjD,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;AACrE,QAAA,eAAe,oBACV,aAAa,CAAC,IAAI,CAAC,eAAe,CACtC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,cAAc,EAAE,mBAAmB;AACnC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;AACrE,QAAA,eAAe,oBACV,aAAa,CAAC,IAAI,CAAC,eAAe,CACtC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,cAAc,EAAE,yBAAyB;AACzC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,UAAU,EAAE,eAAe;AAC3B,QAAA,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;AACrE,QAAA,eAAe,oBACV,aAAa,CAAC,IAAI,CAAC,eAAe,CACtC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,cAAc,EAAE,YAAY;AAC5B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,eAAe,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvC,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uBAAuB;AACnC,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,SAAS;AACzB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,aAAa;AAC7B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,cAAc,EAAE,YAAY;AAC5B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,eAAe,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvC,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uBAAuB;AACnC,iBAAA;AACF,aAAA,EACD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,mBAAmB;AAC/B,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,cAAc,EAAE,aAAa;AAC7B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;AACvE,QAAA,eAAe,oBACV,eAAe,CAAC,IAAI,CAAC,eAAe,CACxC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA+B;AACzE,IAAA,cAAc,EAAE,kBAAkB;AAClC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,iCAAiC;AAC5C,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;AACvE,QAAA,eAAe,oBACV,eAAe,CAAC,IAAI,CAAC,eAAe,CACxC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,cAAc,EAAE,aAAa;AAC7B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,UAAU,EAAE,iBAAiB;AAC7B,QAAA,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;AACvE,QAAA,eAAe,oBACV,eAAe,CAAC,IAAI,CAAC,eAAe,CACxC;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;QAClC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,kCAAkC,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC1D,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,KAAK,EAAE;AACL,gBAAA,cAAc,EAAE,OAAO;AACvB,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;QAClC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,kCAAkC,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC1D,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAA+B;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,uBAAuB;QAClC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;AAClD,QAAA,eAAe,EACV,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,kCAAkC,CAAC,IAAI,CAAC,eAAe,CACvD,EAAA,iCAAiC,CAAC,IAAI,CAAC,eAAe,CAC1D;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,cAAc,EAAE,cAAc;AAC9B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,UAAU,EAAE,uBAAuB;AACnC,QAAA,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,qBAAqB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC7C,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,kBAAkB,EAAE;AAClB,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,cAAc,EAAE,QAAQ;AACxB,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,UAAU,EAAE,uBAAuB;AACnC,QAAA,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,qBAAqB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC7C,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iCAAiC,GAA+B;AAC3E,IAAA,cAAc,EAAE,cAAc;AAC9B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mCAAmC;AAC9C,QAAA,UAAU,EAAE,uBAAuB;AACnC,QAAA,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,qBAAqB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC7C,sBAAsB,EAAE;AACtB,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,0BAA0B,EAAE;AAC1B,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,gBAAgB,EAAE;AAChB,gBAAA,cAAc,EAAE,kBAAkB;AAClC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,cAAc,EAAE,QAAQ;AACxB,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,UAAU,EAAE,uBAAuB;AACnC,QAAA,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,qBAAqB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC7C,iBAAiB,EAAE;AACjB,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,uBAAuB,EAAE;AACvB,gBAAA,cAAc,EAAE,yBAAyB;AACzC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAA+B;AACpD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,YAAY;QACvB,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,eAAe,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvC,WAAW,EAAE;AACX,gBAAA,cAAc,EAAE,wBAAwB;AACxC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;AACF,aAAA,EACD,MAAM,EAAE;AACN,gBAAA,cAAc,EAAE,mBAAmB;AACnC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,iBAAiB;AAC7B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,kBAAkB;AAC9B,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,eAAe,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EACvC,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,YAAY;AACxB,iBAAA;AACF,aAAA,EACD,mBAAmB,EAAE;AACnB,gBAAA,cAAc,EAAE,gCAAgC;AAChD,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,+BAA+B,EAAE;AAC/B,gBAAA,cAAc,EAAE,4CAA4C;AAC5D,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,SAAS,EAAE;AACT,gBAAA,cAAc,EAAE,sBAAsB;AACtC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,WAAW;AACjB,4BAAA,SAAS,EAAE,eAAe;AAC3B,yBAAA;AACF,qBAAA;AACF,iBAAA;AACF,aAAA,EACD,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,4BAA4B;AAC5C,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,iBAAiB;AAC7B,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,cAAc,EAAE,KAAK;AACrB,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,UAAU,EAAE,0BAA0B;AACtC,QAAA,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uBAAuB;AACnC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,cAAc,EAAE,KAAK;AACrB,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,UAAU,EAAE,0BAA0B;AACtC,QAAA,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uBAAuB;AACnC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,cAAc,EAAE,KAAK;AACrB,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,UAAU,EAAE,0BAA0B;AACtC,QAAA,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,WAAW;AACjB,oBAAA,SAAS,EAAE,uBAAuB;AACnC,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA+B;AAC5D,IAAA,cAAc,EAAE,oBAAoB;AACpC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oBAAoB;AAC/B,QAAA,UAAU,EAAE,SAAS;AACrB,QAAA,wBAAwB,EAAE,OAAO,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,OAAO,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC/B,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,cAAc,EAAE,mBAAmB;AACnC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,UAAU,EAAE,SAAS;AACrB,QAAA,wBAAwB,EAAE,OAAO,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,OAAO,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC/B,OAAO,EAAE;AACP,gBAAA,cAAc,EAAE,oBAAoB;AACpC,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,SAAS;AAChB,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA+B;AACnE,IAAA,cAAc,EAAE,2BAA2B;AAC3C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,2BAA2B;AACtC,QAAA,UAAU,EAAE,0BAA0B;AACtC,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,UAAU;AAC1B,YAAA,UAAU,EAAE,UAAU;AACvB,SAAA;QACD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChD,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AACjB,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,cAAc,EAAE,0BAA0B;AAC1C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,UAAU,EAAE,qBAAqB;AACjC,QAAA,wBAAwB,EAAE;AACxB,YAAA,cAAc,EAAE,UAAU;AAC1B,YAAA,UAAU,EAAE,UAAU;AACvB,SAAA;QACD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC3C,eAAe,EAAE;AACf,gBAAA,cAAc,EAAE,iBAAiB;AACjC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uBAAuB,GAA+B;AACjE,IAAA,cAAc,EAAE,yBAAyB;AACzC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yBAAyB;AACpC,QAAA,UAAU,EAAE,qBAAqB;AACjC,QAAA,wBAAwB,EAAE,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QAC3E,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,mBAAmB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAC3C,cAAc,EAAE;AACd,gBAAA,cAAc,EAAE,gBAAgB;AAChC,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,UAAU;AAChB,oBAAA,OAAO,EAAE;AACP,wBAAA,IAAI,EAAE;AACJ,4BAAA,IAAI,EAAE,QAAQ;AACf,yBAAA;AACF,qBAAA;AACF,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAA+B;AACrE,IAAA,cAAc,EAAE,cAAc;AAC9B,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,6BAA6B;AACxC,QAAA,UAAU,EAAE,0BAA0B;AACtC,QAAA,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CAAA,EAAA,EAChD,UAAU,EAAE;AACV,gBAAA,cAAc,EAAE,YAAY;AAC5B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA,EACD,YAAY,EAAE;AACZ,gBAAA,cAAc,EAAE,cAAc;AAC9B,gBAAA,QAAQ,EAAE,IAAI;AACd,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;aACF,EACF,CAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,cAAc,EAAE,oCAAoC;AACpD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;AAC/C,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,cAAc,EAAE,kCAAkC;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,cAAc,EAAE,kCAAkC;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,cAAc,EAAE,kCAAkC;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wCAAwC,GAA+B;AAClF,IAAA,cAAc,EAAE,0CAA0C;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0CAA0C;AACrD,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wCAAwC,GAA+B;AAClF,IAAA,cAAc,EAAE,0CAA0C;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0CAA0C;AACrD,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wCAAwC,GAA+B;AAClF,IAAA,cAAc,EAAE,0CAA0C;AAC1D,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0CAA0C;AACrD,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,cAAc,EAAE,kCAAkC;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,cAAc,EAAE,kCAAkC;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA+B;AAC1E,IAAA,cAAc,EAAE,kCAAkC;AAClD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,kCAAkC;AAC7C,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oCAAoC,GAA+B;AAC9E,IAAA,cAAc,EAAE,sCAAsC;AACtD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,sCAAsC;AACjD,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA+B;AAC5E,IAAA,cAAc,EAAE,oCAAoC;AACpD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,oCAAoC;AAC/C,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,cAAc,EAAE,8BAA8B;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,cAAc,EAAE,8BAA8B;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,cAAc,EAAE,8BAA8B;AAC9C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uCAAuC,GAA+B;AACjF,IAAA,cAAc,EAAE,yCAAyC;AACzD,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,yCAAyC;AACpD,QAAA,UAAU,EAAE,2BAA2B;AACvC,QAAA,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;AACzD,QAAA,eAAe,oBACV,yBAAyB,CAAC,IAAI,CAAC,eAAe,CAClD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,wBAAwB,GAA+B;AAClE,IAAA,cAAc,EAAE,0BAA0B;AAC1C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,0BAA0B;AACrC,QAAA,UAAU,EAAE,0BAA0B;AACtC,QAAA,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;AACxD,QAAA,eAAe,oBACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CACjD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA+B;AACpE,IAAA,cAAc,EAAE,4BAA4B;AAC5C,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,4BAA4B;AACvC,QAAA,UAAU,EAAE,0BAA0B;AACtC,QAAA,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;AACxD,QAAA,eAAe,oBACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CACjD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA+B;AAC7D,IAAA,cAAc,EAAE,qBAAqB;AACrC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,qBAAqB;AAChC,QAAA,UAAU,EAAE,0BAA0B;AACtC,QAAA,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;AACxD,QAAA,eAAe,oBACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CACjD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA+B;AAC3D,IAAA,cAAc,EAAE,mBAAmB;AACnC,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,mBAAmB;AAC9B,QAAA,UAAU,EAAE,0BAA0B;AACtC,QAAA,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;AACxD,QAAA,eAAe,oBACV,wBAAwB,CAAC,IAAI,CAAC,eAAe,CACjD;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA+B;AACtE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,8BAA8B;AACzC,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6BAA6B,GAA+B;AACvE,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,+BAA+B;AAC1C,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sCAAsC,GAA+B;AAChF,IAAA,IAAI,EAAE;AACJ,QAAA,IAAI,EAAE,WAAW;AACjB,QAAA,SAAS,EAAE,wCAAwC;AACnD,QAAA,eAAe,EAAE;AACf,YAAA,QAAQ,EAAE;AACR,gBAAA,cAAc,EAAE,UAAU;AAC1B,gBAAA,IAAI,EAAE;AACJ,oBAAA,IAAI,EAAE,QAAQ;AACf,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;CACF,CAAC;AAEK,IAAI,cAAc,GAAG;AAC1B,IAAA,eAAe,EAAE,eAAe;AAChC,IAAA,eAAe,EAAE,eAAe;AAChC,IAAA,cAAc,EAAE,cAAc;AAC9B,IAAA,gBAAgB,EAAE,gBAAgB;AAClC,IAAA,+BAA+B,EAAE,+BAA+B;AAChE,IAAA,kBAAkB,EAAE,kBAAkB;AACtC,IAAA,+BAA+B,EAAE,+BAA+B;AAChE,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,eAAe,EAAE,eAAe;AAChC,IAAA,qBAAqB,EAAE,qBAAqB;AAC5C,IAAA,qBAAqB,EAAE,qBAAqB;AAC5C,IAAA,kBAAkB,EAAE,OAAO;AAC3B,IAAA,0CAA0C,EAAE,wBAAwB;AACpE,IAAA,qCAAqC,EAAE,mBAAmB;AAC1D,IAAA,uBAAuB,EAAE,oBAAoB;AAC7C,IAAA,2BAA2B,EAAE,wBAAwB;AACrD,IAAA,uCAAuC,EAAE,gCAAgC;AACzE,IAAA,+CAA+C,EAAE,wCAAwC;AACzF,IAAA,8CAA8C,EAAE,6BAA6B;AAC7E,IAAA,2BAA2B,EAAE,wBAAwB;AACrD,IAAA,2BAA2B,EAAE,wBAAwB;AACrD,IAAA,4BAA4B,EAAE,yBAAyB;AACvD,IAAA,0CAA0C,EAAE,uCAAuC;AACnF,IAAA,+CAA+C,EAAE,2CAA2C;AAC5F,IAAA,gDAAgD,EAAE,+BAA+B;AACjF,IAAA,kCAAkC,EAAE,uBAAuB;AAC3D,IAAA,iCAAiC,EAAE,sBAAsB;AACzD,IAAA,yCAAyC,EAAE,sCAAsC;AACjF,IAAA,8BAA8B,EAAE,sBAAsB;AACtD,IAAA,wCAAwC,EAAE,gCAAgC;AAC1E,IAAA,qCAAqC,EAAE,6BAA6B;AACpE,IAAA,uCAAuC,EAAE,8BAA8B;AACvE,IAAA,wCAAwC,EAAE,gCAAgC;AAC1E,IAAA,8BAA8B,EAAE,sBAAsB;AACtD,IAAA,qCAAqC,EAAE,6BAA6B;AACpE,IAAA,uCAAuC,EAAE,+BAA+B;AACxE,IAAA,wCAAwC,EAAE,gCAAgC;AAC1E,IAAA,iCAAiC,EAAE,yBAAyB;AAC5D,IAAA,sCAAsC,EAAE,8BAA8B;AACtE,IAAA,+BAA+B,EAAE,uBAAuB;AACxD,IAAA,+BAA+B,EAAE,uBAAuB;AACxD,IAAA,uCAAuC,EAAE,+BAA+B;AACxE,IAAA,4CAA4C,EAAE,oCAAoC;AAClF,IAAA,iCAAiC,EAAE,yBAAyB;AAC5D,IAAA,uCAAuC,EAAE,+BAA+B;AACxE,IAAA,4BAA4B,EAAE,kBAAkB;AAChD,IAAA,4BAA4B,EAAE,yBAAyB;AACvD,IAAA,6BAA6B,EAAE,0BAA0B;AACzD,IAAA,kCAAkC,EAAE,+BAA+B;AACnE,IAAA,6BAA6B,EAAE,0BAA0B;AACzD,IAAA,oCAAoC,EAAE,2BAA2B;AACjE,IAAA,8BAA8B,EAAE,2BAA2B;AAC3D,IAAA,oCAAoC,EAAE,iCAAiC;AACvE,IAAA,8BAA8B,EAAE,2BAA2B;AAC3D,IAAA,8BAA8B,EAAE,2BAA2B;AAC3D,IAAA,8BAA8B,EAAE,2BAA2B;AAC3D,IAAA,8BAA8B,EAAE,2BAA2B;AAC3D,IAAA,4BAA4B,EAAE,kBAAkB;AAChD,IAAA,2BAA2B,EAAE,iBAAiB;AAC9C,IAAA,oDAAoD,EAAE,yBAAyB;AAC/E,IAAA,8CAA8C,EAAE,wBAAwB;AACxE,IAAA,6CAA6C,EAAE,uBAAuB;AACtE,IAAA,uCAAuC,EAAE,2BAA2B;AACpE,IAAA,8DAA8D,EAAE,kCAAkC;AAClG,IAAA,4DAA4D,EAAE,gCAAgC;AAC9F,IAAA,4DAA4D,EAAE,gCAAgC;AAC9F,IAAA,4DAA4D,EAAE,gCAAgC;AAC9F,IAAA,oEAAoE,EAAE,wCAAwC;AAC9G,IAAA,oEAAoE,EAAE,wCAAwC;AAC9G,IAAA,oEAAoE,EAAE,wCAAwC;AAC9G,IAAA,4DAA4D,EAAE,gCAAgC;AAC9F,IAAA,4DAA4D,EAAE,gCAAgC;AAC9F,IAAA,4DAA4D,EAAE,gCAAgC;AAC9F,IAAA,gEAAgE,EAAE,oCAAoC;AACtG,IAAA,8DAA8D,EAAE,kCAAkC;AAClG,IAAA,wDAAwD,EAAE,4BAA4B;AACtF,IAAA,wDAAwD,EAAE,4BAA4B;AACtF,IAAA,wDAAwD,EAAE,4BAA4B;AACtF,IAAA,mEAAmE,EAAE,uCAAuC;AAC5G,IAAA,mDAAmD,EAAE,wBAAwB;AAC7E,IAAA,qDAAqD,EAAE,0BAA0B;AACjF,IAAA,8CAA8C,EAAE,mBAAmB;AACnE,IAAA,4CAA4C,EAAE,iBAAiB;CAChE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACntWD;;;;;;AAMG;AAwCI,MAAM,MAAM,GAAuB;AACxC,IAAA,aAAa,EAAE,QAAQ;AACvB,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,kBAAkB;AAChC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,QAAQ;AACxB,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,KAAK,GAA0B;AAC1C,IAAA,aAAa,EAAE,OAAO;AACtB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,OAAO;AACvB,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;AACD,IAAA,YAAY,EAAE,IAAI;CACnB,CAAC;AAEK,MAAM,UAAU,GAA4B;AACjD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA0B;AACnD,IAAA,aAAa,EAAE,gBAAgB;AAC/B,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,OAAO,EAAE,IAAI,MAAM,CACjB,sDAAsD,CACvD;AACF,SAAA;AACD,QAAA,cAAc,EAAE,gBAAgB;AAChC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA4B;AAClD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA0B;AACtD,IAAA,aAAa,EAAE,mBAAmB;AAClC,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,OAAO,EAAE,IAAI,MAAM,CAAC,qBAAqB,CAAC;AAC1C,YAAA,SAAS,EAAE,EAAE;AACb,YAAA,SAAS,EAAE,CAAC;AACb,SAAA;AACD,QAAA,cAAc,EAAE,mBAAmB;AACnC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA0B;AACnE,IAAA,aAAa,EAAE,gCAAgC;AAC/C,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,gCAAgC;AAChD,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAAuB;AAC7C,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;AACzC,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,kBAAkB;AAChC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,cAAc;AAC9B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAAuB;AAChE,IAAA,aAAa,EAAE,gCAAgC;AAC/C,IAAA,MAAM,EAAEC,iCAAuC;CAChD,CAAC;AAEK,MAAM,QAAQ,GAA0B;AAC7C,IAAA,aAAa,EAAE,UAAU;AACzB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,UAAU;AAC1B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;AACD,IAAA,YAAY,EAAE,IAAI;CACnB,CAAC;AAEK,MAAM,+BAA+B,GAA0B;AACpE,IAAA,aAAa,EAAE,iCAAiC;AAChD,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,iCAAiC;AACjD,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sCAAsC,GAAuB;AACxE,IAAA,aAAa,EAAE,wCAAwC;AACvD,IAAA,MAAM,EAAEC,kCAAwC;CACjD,CAAC;AAEK,MAAM,WAAW,GAA4B;AAClD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,YAAY;AAC1B,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,KAAK,GAA0B;AAC1C,IAAA,aAAa,EAAE,OAAO;AACtB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,OAAO;AACvB,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;AACD,IAAA,YAAY,EAAE,IAAI;CACnB,CAAC;AAEK,MAAM,UAAU,GAA0B;AAC/C,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,YAAY;AAC5B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;AACD,IAAA,YAAY,EAAE,IAAI;CACnB,CAAC;AAEK,MAAM,oBAAoB,GAA0B;AACzD,IAAA,aAAa,EAAE,sBAAsB;AACrC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,sBAAsB;AACtC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA4B;AAClD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,YAAY;AAC1B,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA0B;AAChD,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,OAAO,GAAuB;AACzC,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,MAAM,EAAEC,OAAa;CACtB,CAAC;AAEK,MAAM,WAAW,GAA4B;AAClD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,YAAY;AAC1B,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA0B;AAChD,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,SAAS;AACvB,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAAuB;AACjE,IAAA,aAAa,EAAE,iCAAiC;AAChD,IAAA,MAAM,EAAEC,+BAAqC;CAC9C,CAAC;AAEK,MAAM,WAAW,GAA4B;AAClD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,YAAY;AAC1B,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uBAAuB,GAA0B;AAC5D,IAAA,aAAa,EAAE,yBAAyB;AACxC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,yBAAyB;AACzC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAAuB;AACrD,IAAA,aAAa,EAAE,qBAAqB;AACpC,IAAA,MAAM,EAAEC,mBAAyB;CAClC,CAAC;AAEK,MAAM,MAAM,GAA4B;AAC7C,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC;AACpC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,SAAS;AACzB,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA0B;AACjD,IAAA,aAAa,EAAE,cAAc;AAC7B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,cAAc;AAC9B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,uBAAuB,GAAuB;AACzD,IAAA,aAAa,EAAE,yBAAyB;AACxC,IAAA,MAAM,EAAEC,wBAA8B;CACvC,CAAC;AAEK,MAAM,6BAA6B,GAAuB;AAC/D,IAAA,aAAa,EAAE,+BAA+B;AAC9C,IAAA,MAAM,EAAEC,6BAAmC;CAC5C,CAAC;AAEK,MAAM,GAAG,GAA4B;AAC1C,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,KAAK,CAAC;AACjC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,MAAM;AACtB,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA0B;AACxD,IAAA,aAAa,EAAE,qBAAqB;AACpC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,qBAAqB;AACrC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,4BAA4B,GAA0B;AACjE,IAAA,aAAa,EAAE,8BAA8B;AAC7C,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,8BAA8B;AAC9C,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA4B;AAClD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA0B;AAChD,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,QAAQ,GAA0B;AAC7C,IAAA,aAAa,EAAE,UAAU;AACzB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,UAAU;AAC1B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA0B;AACzD,IAAA,aAAa,EAAE,sBAAsB;AACrC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,sBAAsB;AACtC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA4B;AAClD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA0B;AACjD,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,OAAO,GAAuB;AACzC,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,MAAM,EAAEC,uBAA6B;CACtC,CAAC;AAEK,MAAM,cAAc,GAA0B;AACnD,IAAA,aAAa,EAAE,gBAAgB;AAC/B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,gBAAgB;AAChC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA0B;AACpE,IAAA,aAAa,EAAE,iCAAiC;AAChD,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,iCAAiC;AACjD,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,2BAA2B,GAAuB;AAC7D,IAAA,aAAa,EAAE,6BAA6B;AAC5C,IAAA,MAAM,EAAEC,2BAAiC;CAC1C,CAAC;AAEK,MAAM,WAAW,GAA4B;AAClD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,mBAAmB,GAA0B;AACxD,IAAA,aAAa,EAAE,qBAAqB;AACpC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,qBAAqB;AACrC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAAuB;AACjD,IAAA,aAAa,EAAE,iBAAiB;AAChC,IAAA,MAAM,EAAEC,eAAqB;CAC9B,CAAC;AAEK,MAAM,oBAAoB,GAA0B;AACzD,IAAA,aAAa,EAAE,sBAAsB;AACrC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,sBAAsB;AACtC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAAuB;AAClD,IAAA,aAAa,EAAE,kBAAkB;AACjC,IAAA,MAAM,EAAEC,gBAAsB;CAC/B,CAAC;AAEK,MAAM,WAAW,GAA4B;AAClD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gCAAgC,GAA0B;AACrE,IAAA,aAAa,EAAE,kCAAkC;AACjD,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,kCAAkC;AAClD,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,+BAA+B,GAA0B;AACpE,IAAA,aAAa,EAAE,iCAAiC;AAChD,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,iCAAiC;AACjD,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kCAAkC,GAA0B;AACvE,IAAA,aAAa,EAAE,oCAAoC;AACnD,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,oCAAoC;AACpD,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA0B;AACnD,IAAA,aAAa,EAAE,gBAAgB;AAC/B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,gBAAgB;AAChC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAA0B;AACtD,IAAA,aAAa,EAAE,mBAAmB;AAClC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,mBAAmB;AACnC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA0B;AACnD,IAAA,aAAa,EAAE,gBAAgB;AAC/B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,gBAAgB;AAChC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAAuB;AAC5C,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAEC,UAAgB;CACzB,CAAC;AAEK,MAAM,SAAS,GAA4B;AAChD,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;AACvC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,WAAW;AAC3B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAA0B;AAC9D,IAAA,aAAa,EAAE,2BAA2B;AAC1C,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,2BAA2B;AAC3C,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,qBAAqB,GAAuB;AACvD,IAAA,aAAa,EAAE,uBAAuB;AACtC,IAAA,MAAM,EAAEC,qBAA2B;CACpC,CAAC;AAEK,MAAM,iBAAiB,GAA0B;AACtD,IAAA,aAAa,EAAE,mBAAmB;AAClC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,mBAAmB;AACnC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA0B;AACjD,IAAA,aAAa,EAAE,cAAc;AAC7B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,cAAc;AAC9B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA0B;AACjD,IAAA,aAAa,EAAE,cAAc;AAC7B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,cAAc;AAC9B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,YAAY;AAC1B,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6BAA6B,GAA0B;AAClE,IAAA,aAAa,EAAE,+BAA+B;AAC9C,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,SAAS;AACvB,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,+BAA+B;AAC/C,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,YAAY;AAC1B,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,sBAAsB,GAA0B;AAC3D,IAAA,aAAa,EAAE,wBAAwB;AACvC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,wBAAwB;AACxC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAAuB;AACpD,IAAA,aAAa,EAAE,oBAAoB;AACnC,IAAA,MAAM,EAAEC,kCAAwC;CACjD,CAAC;AAEK,MAAM,MAAM,GAA4B;AAC7C,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC;AACpC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,SAAS;AACzB,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,UAAU,GAAuB;AAC5C,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAEC,kBAAwB;CACjC,CAAC;AAEK,MAAM,0BAA0B,GAA4B;AACjE,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,4BAA4B,CAAC;AACxD,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,4BAA4B;AAC5C,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,SAAS;AAChB,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,OAAO,GAA4B;AAC9C,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC;AACrC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,SAAS;AACzB,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,SAAS;AAChB,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,SAAS,GAA0B;AAC9C,IAAA,aAAa,EAAE,WAAW;AAC1B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,WAAW;AAC3B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,IAAI,GAAuB;AACtC,IAAA,aAAa,EAAE,MAAM;AACrB,IAAA,MAAM,EAAEC,+BAAqC;CAC9C,CAAC;AAEK,MAAM,oCAAoC,GAA0B;AACzE,IAAA,aAAa,EAAE,sCAAsC;AACrD,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,sCAAsC;AACtD,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,KAAK,GAAuB;AACvC,IAAA,aAAa,EAAE,MAAM;AACrB,IAAA,MAAM,EAAEC,sCAA4C;CACrD,CAAC;AAEK,MAAM,qCAAqC,GAA0B;AAC1E,IAAA,aAAa,EAAE,uCAAuC;AACtD,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,SAAS;AACvB,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,uCAAuC;AACvD,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAA0B;AACnD,IAAA,aAAa,EAAE,gBAAgB;AAC/B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,gBAAgB;AAChC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA0B;AACzD,IAAA,aAAa,EAAE,sBAAsB;AACrC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,sBAAsB;AACtC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,0BAA0B,GAA0B;AAC/D,IAAA,aAAa,EAAE,4BAA4B;AAC3C,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,4BAA4B;AAC5C,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,KAAK,GAAuB;AACvC,IAAA,aAAa,EAAE,MAAM;AACrB,IAAA,MAAM,EAAEC,sBAA4B;CACrC,CAAC;AAEK,MAAM,KAAK,GAAuB;AACvC,IAAA,aAAa,EAAE,MAAM;AACrB,IAAA,MAAM,EAAEC,qCAA2C;CACpD,CAAC;AAEK,MAAM,kCAAkC,GAA0B;AACvE,IAAA,aAAa,EAAE,oCAAoC;AACnD,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,UAAU;AACxB,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,oCAAoC;AACpD,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,8BAA8B,GAA0B;AACnE,IAAA,aAAa,EAAE,gCAAgC;AAC/C,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,gCAAgC;AAChD,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,6BAA6B,GAA0B;AAClE,IAAA,aAAa,EAAE,+BAA+B;AAC9C,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,+BAA+B;AAC/C,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA0B;AACpD,IAAA,aAAa,EAAE,iBAAiB;AAChC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,iBAAiB;AACjC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,OAAO,GAA4B;AAC9C,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC;AACpC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,SAAS;AACzB,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA0B;AACzD,IAAA,aAAa,EAAE,sBAAsB;AACrC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,sBAAsB;AACtC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA0B;AAClD,IAAA,aAAa,EAAE,eAAe;AAC9B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,eAAe;AAC/B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAAuB;AAClD,IAAA,aAAa,EAAE,kBAAkB;AACjC,IAAA,MAAM,EAAEC,gBAAsB;CAC/B,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,YAAY;AAC1B,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,SAAS,GAA0B;AAC9C,IAAA,aAAa,EAAE,WAAW;AAC1B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,WAAW;AAC3B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,yBAAyB,GAAuB;AAC3D,IAAA,aAAa,EAAE,2BAA2B;AAC1C,IAAA,MAAM,EAAEC,yBAA+B;CACxC,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,YAAY;AAC1B,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA0B;AACjD,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,QAAQ,GAAuB;AAC1C,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,MAAM,EAAEC,OAAa;CACtB,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA0B;AACzD,IAAA,aAAa,EAAE,sBAAsB;AACrC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,sBAAsB;AACtC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,gBAAgB,GAAuB;AAClD,IAAA,aAAa,EAAE,kBAAkB;AACjC,IAAA,MAAM,EAAEC,gBAAsB;CAC/B,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA0B;AACjD,IAAA,aAAa,EAAE,cAAc;AAC7B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,cAAc;AAC9B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,MAAM,GAA0B;AAC3C,IAAA,aAAa,EAAE,OAAO;AACtB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,OAAO;AACvB,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,MAAM,GAA0B;AAC3C,IAAA,aAAa,EAAE,QAAQ;AACvB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,QAAQ;AACxB,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,cAAc,GAAuB;AAChD,IAAA,aAAa,EAAE,gBAAgB;AAC/B,IAAA,MAAM,EAAEC,cAAoB;CAC7B,CAAC;AAEK,MAAM,2BAA2B,GAAuB;AAC7D,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,6BAA6B,CAAC;AACzD,IAAA,MAAM,EAAEC,2BAAiC;CAC1C,CAAC;AAEK,MAAM,WAAW,GAA0B;AAChD,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA0B;AACpD,IAAA,aAAa,EAAE,gBAAgB;AAC/B,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,OAAO,EAAE,IAAI,MAAM,CAAC,qBAAqB,CAAC;AAC3C,SAAA;AACD,QAAA,cAAc,EAAE,gBAAgB;AAChC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA0B;AAClD,IAAA,aAAa,EAAE,eAAe;AAC9B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,eAAe;AAC/B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAAuB;AACtD,IAAA,aAAa,EAAE,sBAAsB;AACrC,IAAA,MAAM,EAAEC,oBAA0B;CACnC,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,aAAa,GAA0B;AAClD,IAAA,aAAa,EAAE,eAAe;AAC9B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,eAAe;AAC/B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAAuB;AAC7C,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAEC,WAAiB;CAC1B,CAAC;AAEK,MAAM,qBAAqB,GAA0B;AAC1D,IAAA,aAAa,EAAE,uBAAuB;AACtC,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,uBAAuB;AACvC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,kBAAkB,GAA0B;AACvD,IAAA,aAAa,EAAE,mBAAmB;AAClC,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,SAAS,EAAE,EAAE;AACb,YAAA,SAAS,EAAE,CAAC;AACb,SAAA;AACD,QAAA,cAAc,EAAE,mBAAmB;AACnC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA0B;AAChD,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,OAAO,EAAE,IAAI,MAAM,CAAC,yCAAyC,CAAC;AAC9D,YAAA,SAAS,EAAE,EAAE;AACb,YAAA,SAAS,EAAE,CAAC;AACb,SAAA;AACD,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,eAAe,GAA0B;AACpD,IAAA,aAAa,EAAE,iBAAiB;AAChC,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,SAAS,EAAE,GAAG;AACd,YAAA,SAAS,EAAE,CAAC;AACb,SAAA;AACD,QAAA,cAAc,EAAE,iBAAiB;AACjC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,MAAM,GAA0B;AAC3C,IAAA,aAAa,EAAE,OAAO;AACtB,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,SAAS,EAAE,EAAE;AACb,YAAA,SAAS,EAAE,CAAC;AACb,SAAA;AACD,QAAA,cAAc,EAAE,OAAO;AACvB,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;AACD,IAAA,YAAY,EAAE,IAAI;CACnB,CAAC;AAEK,MAAM,gBAAgB,GAA0B;AACrD,IAAA,aAAa,EAAE,kBAAkB;AACjC,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,OAAO,EAAE,IAAI,MAAM,CACjB,+DAA+D,CAChE;AACF,SAAA;AACD,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,MAAM,GAA0B;AAC3C,IAAA,aAAa,EAAE,QAAQ;AACvB,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,QAAQ;AACxB,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,WAAW,GAA4B;AAClD,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA0B;AACjD,IAAA,aAAa,EAAE,cAAc;AAC7B,IAAA,MAAM,EAAE;AACN,QAAA,cAAc,EAAE,cAAc;AAC9B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,KAAK,GAAuB;AACvC,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;AAClC,IAAA,MAAM,EAAEC,gBAAsB;CAC/B,CAAC;AAEK,MAAM,KAAK,GAAuB;AACvC,IAAA,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;AAClC,IAAA,MAAM,EAAEC,iBAAuB;CAChC,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,iBAAiB,GAAuB;AACnD,IAAA,aAAa,EAAE,mBAAmB;AAClC,IAAA,MAAM,EAAEC,iBAAuB;CAChC,CAAC;AAEK,MAAM,YAAY,GAA4B;AACnD,IAAA,aAAa,EAAE,YAAY;AAC3B,IAAA,MAAM,EAAE;AACN,QAAA,YAAY,EAAE,oBAAoB;AAClC,QAAA,UAAU,EAAE,IAAI;AAChB,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,YAAY,GAA0B;AACjD,IAAA,aAAa,EAAE,aAAa;AAC5B,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,OAAO,EAAE,IAAI,MAAM,CAAC,yBAAyB,CAAC;AAC9C,YAAA,SAAS,EAAE,EAAE;AACb,YAAA,SAAS,EAAE,CAAC;AACb,SAAA;AACD,QAAA,cAAc,EAAE,aAAa;AAC7B,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF,CAAC;AAEK,MAAM,oBAAoB,GAA0B;AACzD,IAAA,aAAa,EAAE,sBAAsB;AACrC,IAAA,MAAM,EAAE;AACN,QAAA,WAAW,EAAE;AACX,YAAA,OAAO,EAAE,IAAI,MAAM,CAAC,yBAAyB,CAAC;AAC9C,YAAA,SAAS,EAAE,EAAE;AACb,YAAA,SAAS,EAAE,CAAC;AACb,SAAA;AACD,QAAA,cAAc,EAAE,sBAAsB;AACtC,QAAA,QAAQ,EAAE,IAAI;AACd,QAAA,IAAI,EAAE;AACJ,YAAA,IAAI,EAAE,QAAQ;AACf,SAAA;AACF,KAAA;CACF;;AC10CD;;;;;;AAMG;AAcH;MACa,kBAAkB,CAAA;AAG7B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACH,IAAA,IAAI,CACF,OAA0C,EAAA;AAE1C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEC,mBAAiB,CAAC,CAAC;KACzE;AAED;;;AAGG;AACH,IAAA,GAAG,CACD,OAAyC,EAAA;AAEzC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEC,kBAAgB,CAAC,CAAC;KACxE;AACF,CAAA;AACD;AACA,MAAMC,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,6EAA6E;AAC/E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEI,qBAA6B;AAC1C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,UAAqB,CAAC;IACxC,aAAa,EAAE,CAACC,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,qFAAqF;AACvF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAES,iBAAyB;AACtC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,UAAqB,CAAC;IACxC,aAAa,EAAE,CAACC,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACxFD;;;;;;AAMG;AA2BH;AACA;MACa,+BAA+B,CAAA;AAI1C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;AAKG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,OAAsE,EAAA;QAEtE,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,6BAA6B,CAC1C,iBAAyB,EACzB,OAAsE,EACtE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA8D,CAAC;YACnE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACrE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAsE,EAAA;;;;AAEtE,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACI,IAAA,kBAAkB,CACvB,OAAqE,EAAA;QAErE,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC7D;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAAqE,EACrE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA6D,CAAC;YAClE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;AACjD,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAD,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACxE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,2BAA2B,CACxC,OAAqE,EAAA;;;;gBAErE,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA1C,EAA0C,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA1C,EAA0C,GAAA,KAAA,CAAA;;wBAAxD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,8BAAsC,EACtC,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,8BAA8B,EAAE,OAAO,EAAE,EAC9DX,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,8BAAsC,EACtC,8BAAiE,EACjE,OAAyD,EAAA;AAEzD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,8BAA8B;YAC9B,8BAA8B;YAC9B,OAAO;SACR,EACDa,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,8BAAsC,EACtC,OAAyD,EAAA;AAEzD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,8BAA8B,EAAE,OAAO,EAAE,EAC9DC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;AAKG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,OAAsE,EAAA;AAEtE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BC,kCAAgC,CACjC,CAAC;KACH;AAED;;;AAGG;AACK,IAAA,mBAAmB,CACzB,OAAqE,EAAA;AAErE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXC,iCAA+B,CAChC,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAA0E,EAAA;AAE1E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCC,sCAAoC,CACrC,CAAC;KACH;AAED;;;;AAIG;IACK,uBAAuB,CAC7B,QAAgB,EAChB,OAAyE,EAAA;AAEzE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBC,qCAAmC,CACpC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMjB,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMF,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,8JAA8J;AAChK,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmB,0BAAkC;AAC/C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEf,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAd,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAC,8BAAyC;AAC1C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACd,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMY,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,8JAA8J;AAChK,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEM,0BAAkC;AAC/C,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,0BAAkC;AAC/C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEf,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEmB,8BAAyC;AACtD,IAAA,eAAe,EAAE,CAACH,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAd,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAC,8BAAyC;AAC1C,KAAA;IACD,gBAAgB,EAAE,CAACd,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,8JAA8J;AAChK,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAd,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAC,8BAAyC;AAC1C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACd,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMc,kCAAgC,GAA6B;AACjE,IAAA,IAAI,EACF,6HAA6H;AAC/H,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEU,qCAA6C;AAC1D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErB,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAd,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC7B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMe,iCAA+B,GAA6B;AAChE,IAAA,IAAI,EACF,0FAA0F;AAC5F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAES,qCAA6C;AAC1D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErB,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgB,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACd,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMgB,sCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEQ,qCAA6C;AAC1D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErB,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMiB,qCAAmC,GAA6B;AACpE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEO,qCAA6C;AAC1D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErB,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC5bD;;;;;;AAMG;AA2BH;AACA;MACa,gCAAgC,CAAA;AAI3C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;AAKG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,OAAuE,EAAA;QAEvE,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,6BAA6B,CAC1C,iBAAyB,EACzB,OAAuE,EACvE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA+D,CAAC;YACpE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACrE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAuE,EAAA;;;;AAEvE,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACI,IAAA,kBAAkB,CACvB,OAAsE,EAAA;QAEtE,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC7D;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAAsE,EACtE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA8D,CAAC;YACnE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;AACjD,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAD,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACxE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,2BAA2B,CACxC,OAAsE,EAAA;;;;gBAEtE,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA1C,EAA0C,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA1C,EAA0C,GAAA,KAAA,CAAA;;wBAAxD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;AAQG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,+BAAuC,EACvC,OAAuD,EAAA;AAEvD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,OAAO,EAAE,EAC/DX,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,+BAAuC,EACvC,sCAA0E,EAC1E,OAA0D,EAAA;AAE1D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,+BAA+B;YAC/B,sCAAsC;YACtC,OAAO;SACR,EACDa,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,+BAAuC,EACvC,OAA0D,EAAA;AAE1D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,OAAO,EAAE,EAC/DC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;AAKG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,OAAuE,EAAA;AAEvE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BC,kCAAgC,CACjC,CAAC;KACH;AAED;;;AAGG;AACK,IAAA,mBAAmB,CACzB,OAAsE,EAAA;AAEtE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXC,iCAA+B,CAChC,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAA2E,EAAA;AAE3E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCC,sCAAoC,CACrC,CAAC;KACH;AAED;;;;AAIG;IACK,uBAAuB,CAC7B,QAAgB,EAChB,OAA0E,EAAA;AAE1E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBC,qCAAmC,CACpC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMjB,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMF,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,gKAAgK;AAClK,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE2B,2BAAmC;AAChD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEvB,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAd,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAO,+BAA0C;AAC3C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACpB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMY,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,gKAAgK;AAClK,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEc,2BAAmC;AAChD,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,2BAAmC;AAChD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEvB,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEyB,sCAAiD;AAC9D,IAAA,eAAe,EAAE,CAACT,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAd,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAO,+BAA0C;AAC3C,KAAA;IACD,gBAAgB,EAAE,CAACpB,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,gKAAgK;AAClK,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAd,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAO,+BAA0C;AAC3C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACpB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMc,kCAAgC,GAA6B;AACjE,IAAA,IAAI,EACF,8HAA8H;AAChI,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEe,sCAA8C;AAC3D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1B,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAd,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC7B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMe,iCAA+B,GAA6B;AAChE,IAAA,IAAI,EACF,2FAA2F;AAC7F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEc,sCAA8C;AAC3D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1B,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgB,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACd,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMgB,sCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEa,sCAA8C;AAC3D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1B,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMiB,qCAAmC,GAA6B;AACpE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEY,sCAA8C;AAC3D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1B,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC/bD;;;;;;AAMG;AAmBH;AACA;MACa,qBAAqB,CAAA;AAGhC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;IACI,IAAI,CACT,KAAa,EACb,OAA6C,EAAA;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACtD;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,KAAa,EACb,OAA6C,EAC7C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAqC,CAAC;YAC1C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1C,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACjE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,OAA6C,EAAA;;;;AAE7C,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAAnC,EAAmC,GAAA,EAAA,CAAA,KAAA,CAAA;oBAAnC,EAAmC,GAAA,KAAA,CAAA;;wBAAjD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;IACK,KAAK,CACX,KAAa,EACb,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClBZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,GAAG,CACD,UAAkB,EAClB,oBAA4B,EAC5B,OAA4C,EAAA;AAE5C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,oBAAoB,EAAE,OAAO,EAAE,EAC7CC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,yDAAyD;AAC/D,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiC,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5B,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6B,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3B,KAAgB,EAAE4B,KAAgB,CAAC;AACnD,IAAA,gBAAgB,EAAE,CAAC1B,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,qFAAqF;AACvF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmC,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/B,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6B,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA3B,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAAC,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7B,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEC,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5B,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE,CAACE,KAAgB,EAAEoB,QAAmB,EAAEQ,KAAgB,CAAC;AACxE,IAAA,gBAAgB,EAAE,CAAC1B,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC7MD;;;;;;AAMG;AAiBH;MACa,YAAY,CAAA;AAGvB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACH,IAAA,IAAI,CAAC,OAAoC,EAAA;AACvC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEF,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACH,GAAG,CACD,WAAmB,EACnB,OAAmC,EAAA;AAEnC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxBC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,MAAM,CACJ,WAAmB,EACnB,OAAgB,EAChB,OAAsC,EAAA;AAEtC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,EACjCsC,qBAAmB,CACpB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMrC,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,uEAAuE;AAC7E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEwC,WAAmB;AAChC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEnC,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACoC,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAClC,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,qFAAqF;AACvF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEyC,OAAe;AAC5B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErC,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACoC,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAlC,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmC,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMqC,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,qFAAqF;AACvF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEG,OAAe;AAC5B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErC,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEuC,OAAkB;AAC/B,IAAA,eAAe,EAAE,CAACH,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAlC,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmC,WAAsB;AACvB,KAAA;IACD,gBAAgB,EAAE,CAAClC,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX;;ACzID;;;;;;AAMG;AAeH;MACa,4BAA4B,CAAA;AAGvC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;IACH,GAAG,CACD,UAAkB,EAClB,OAAmD,EAAA;AAEnD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,OAAO,EAAE,EACvBD,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,MAAM,CACJ,UAAkB,EAClB,+BAAgE,EAChE,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,+BAA+B,EAAE,OAAO,EAAE,EACxDa,qBAAmB,CACpB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMZ,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMF,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,2FAA2F;AAC7F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE4C,+BAAuC;AACpD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExC,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACyC,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAvC,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAAU,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACtC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMY,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,2FAA2F;AAC7F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+B,+BAAuC;AACpD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExC,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAE2C,+BAA0C;AACvD,IAAA,eAAe,EAAE,CAACF,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAvC,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAAU,WAAsB;AACvB,KAAA;IACD,gBAAgB,EAAE,CAACtC,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX;;AC/GD;;;;;;AAMG;AAsBH;AACA;MACa,wBAAwB,CAAA;AAGnC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;IACI,IAAI,CACT,UAAkB,EAClB,OAAgD,EAAA;QAEhD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;QACrD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC3D;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,UAAkB,EAClB,OAAgD,EAChD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAwC,CAAC;YAC7C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA,CAAC;AAC/C,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAAC,UAAU,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACtE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,aAAa,CAC1B,UAAkB,EAClB,OAAgD,EAAA;;;;AAEhD,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAAxC,EAAwC,GAAA,EAAA,CAAA,KAAA,CAAA;oBAAxC,EAAwC,GAAA,KAAA,CAAA;;wBAAtD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;IACK,KAAK,CACX,UAAkB,EAClB,OAAgD,EAAA;AAEhD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,OAAO,EAAE,EACvBZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,UAAkB,EAClB,uBAA+B,EAC/B,OAA+C,EAAA;AAE/C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,uBAAuB,EAAE,OAAO,EAAE,EAChDC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,cAAc,CACZ,UAAkB,EAClB,uBAA+B,EAC/B,mBAAwC,EACxC,OAA0D,EAAA;AAE1D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,OAAO,EAAE,EACrEgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,MAAM,CACJ,UAAkB,EAClB,uBAA+B,EAC/B,OAAkD,EAAA;AAElD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,uBAAuB,EAAE,OAAO,EAAE,EAChDlC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;AAKG;AACK,IAAA,SAAS,CACf,UAAkB,EAClB,QAAgB,EAChB,OAAoD,EAAA;AAEpD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,EACjCiB,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,iEAAiE;AACvE,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkD,uBAA+B;AAC5C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7C,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8C,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC5C,KAAgB,EAAE8B,UAAqB,CAAC;AACxD,IAAA,gBAAgB,EAAE,CAAC5B,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,2FAA2F;AAC7F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmD,mBAA2B;AACxC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/C,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8C,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAAgB,uBAAkC;AACnC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC5C,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,2FAA2F;AAC7F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEG,mBAA2B;AACxC,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,mBAA2B;AACxC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/C,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEiD,mBAA8B;AAC3C,IAAA,eAAe,EAAE,CAACH,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAAgB,uBAAkC;AACnC,KAAA;IACD,gBAAgB,EAAE,CAAC5C,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,2FAA2F;AAC7F,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8C,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAAgB,uBAAkC;AACnC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC5C,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkB,uBAA+B;AAC5C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7C,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE,CAACE,KAAgB,EAAEoB,QAAmB,EAAEU,UAAqB,CAAC;AAC7E,IAAA,gBAAgB,EAAE,CAAC5B,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC/RD;;;;;;AAMG;AA6BH;AACA;MACa,uBAAuB,CAAA;AAGlC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,kBAAkB,CACvB,OAA6D,EAAA;QAE7D,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC7D;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAA6D,EAC7D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAqD,CAAC;YAC1D,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;AACjD,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACxE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,2BAA2B,CACxC,OAA6D,EAAA;;;;gBAE7D,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA1C,EAA0C,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA1C,EAA0C,GAAA,KAAA,CAAA;;wBAAxD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,OAA8D,EAAA;QAE9D,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,6BAA6B,CAC1C,iBAAyB,EACzB,OAA8D,EAC9D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAsD,CAAC;YAC3D,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACrE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAA8D,EAAA;;;;AAE9D,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,mBAAmB,CACzB,OAA6D,EAAA;AAE7D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXK,iCAA+B,CAChC,CAAC;KACH;AAED;;;;;AAKG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,OAA8D,EAAA;AAE9D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BD,kCAAgC,CACjC,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,OAA8C,EAAA;AAE9C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5Cf,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,cAAc,CACZ,iBAAyB,EACzB,YAAoB,EACpB,uBAAiD,EACjD,OAAyD,EAAA;AAEzD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,OAAO,EAAE,EACrEgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,YAAoB,EACpB,6BAA4D,EAC5D,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,YAAY;YACZ,6BAA6B;YAC7B,OAAO;SACR,EACDV,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,YAAoB,EACpB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5CxB,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACK,uBAAuB,CAC7B,QAAgB,EAChB,OAAiE,EAAA;AAEjE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBI,qCAAmC,CACpC,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAkE,EAAA;AAElE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCD,sCAAoC,CACrC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMhB,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMc,iCAA+B,GAA6B;AAChE,IAAA,IAAI,EACF,mFAAmF;AACrF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsC,wBAAgC;AAC7C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElD,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEK,MAAiB,CAAC;IAC5D,aAAa,EAAE,CAACjD,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMc,kCAAgC,GAA6B;AACjE,IAAA,IAAI,EACF,sHAAsH;AACxH,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEuC,wBAAgC;AAC7C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElD,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEK,MAAiB,CAAC;AAC5D,IAAA,aAAa,EAAE;AACb,QAAAjD,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC7B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,qIAAqI;AACvI,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEwD,wBAAgC;AAC7C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpD,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8C,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjD,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,qIAAqI;AACvI,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEQ,wBAAgC;AAC7C,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,wBAAgC;AAC7C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpD,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEsD,uBAAkC;AAC/C,IAAA,eAAe,EAAE,CAACR,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACxB,KAAA;IACD,gBAAgB,EAAE,CAACjD,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMqC,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,qIAAqI;AACvI,IAAA,UAAU,EAAE,OAAO;AACnB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkB,wBAAgC;AAC7C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpD,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEuD,6BAAwC;AACrD,IAAA,eAAe,EAAE,CAACT,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACxB,KAAA;IACD,gBAAgB,EAAE,CAACjD,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,qIAAqI;AACvI,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8C,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjD,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMiB,qCAAmC,GAA6B;AACpE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoC,wBAAgC;AAC7C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElD,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMgB,sCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqC,wBAAgC;AAC7C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElD,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACzeD;;;;;;AAMG;AAcH;MACa,gCAAgC,CAAA;AAI3C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;AACH,IAAA,IAAI,CACF,iBAAyB,EACzB,YAAoB,EACpB,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5CF,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,OAAuD,EAAA;AAEvD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5CC,kBAAgB,CACjB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMC,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,qJAAqJ;AACvJ,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6D,qCAA6C;AAC1D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExD,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8C,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjD,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,6JAA6J;AAC/J,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6D,iCAAyC;AACtD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzD,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8C,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjD,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACnHD;;;;;;AAMG;AAoBH;AACA;MACa,gDAAgD,CAAA;AAI3D;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;AACI,IAAA,IAAI,CACT,iBAAyB,EACzB,YAAoB,EACpB,OAAwE,EAAA;AAExE,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;QAC1E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,cAAc,CACxB,iBAAiB,EACjB,YAAY,EACZ,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,iBAAyB,EACzB,YAAoB,EACpB,OAAwE,EACxE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAgE,CAAC;YACrE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAAS,aAAA,CAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;AACpE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAC3B,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,iBAAyB,EACzB,YAAoB,EACpB,OAAwE,EAAA;;;;AAExE,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAC1C,iBAAiB,EACjB,YAAY,EACZ,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAJwB,EAIxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAJwB,EAIxB,GAAA,KAAA,CAAA;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;AACK,IAAA,KAAK,CACX,iBAAyB,EACzB,YAAoB,EACpB,OAAwE,EAAA;AAExE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5CZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,mBAA2B,EAC3B,OAAuE,EAAA;AAEvE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,mBAAmB,EAAE,OAAO,EAAE,EACjEC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,OAAO,CACL,iBAAyB,EACzB,YAAoB,EACpB,mBAA2B,EAC3B,OAA2E,EAAA;AAE3E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,mBAAmB,EAAE,OAAO,EAAE,EACjE,oBAAoB,CACrB,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,SAAS,CACf,iBAAyB,EACzB,YAAoB,EACpB,QAAgB,EAChB,OAA4E,EAAA;AAE5E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,EACtD+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,8KAA8K;AAChL,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+D,8BAAsC;AACnD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1D,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEa,GAAc,CAAC;AACzD,IAAA,aAAa,EAAE;AACb,QAAAzD,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjD,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,oMAAoM;AACtM,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgE,0BAAkC;AAC/C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5D,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8C,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACvB,QAAAQ,mBAA8B;AAC/B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzD,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,oBAAoB,GAA6B;AACrD,IAAA,IAAI,EACF,4MAA4M;AAC9M,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8C,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACvB,QAAAQ,mBAA8B;AAC/B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzD,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+B,8BAAsC;AACnD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1D,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACnB,QAAA+B,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjD,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC7RD;;;;;;AAMG;AAmBH;AACA;MACa,+CAA+C,CAAA;AAI1D;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;AAOG;AACI,IAAA,IAAI,CACT,iBAAyB,EACzB,YAAoB,EACpB,OAAuE,EAAA;AAEvE,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;QAC1E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,cAAc,CACxB,iBAAiB,EACjB,YAAY,EACZ,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,iBAAyB,EACzB,YAAoB,EACpB,OAAuE,EACvE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA+D,CAAC;YACpE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAAS,aAAA,CAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;AACpE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAC3B,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,iBAAyB,EACzB,YAAoB,EACpB,OAAuE,EAAA;;;;AAEvE,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAC1C,iBAAiB,EACjB,YAAY,EACZ,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAJwB,EAIxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAJwB,EAIxB,GAAA,KAAA,CAAA;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;AAQG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,4BAAoC,EACpC,OAAsE,EAAA;AAEtE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,YAAY;YACZ,4BAA4B;YAC5B,OAAO;SACR,EACDX,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,KAAK,CACX,iBAAyB,EACzB,YAAoB,EACpB,OAAuE,EAAA;AAEvE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5CD,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,SAAS,CACf,iBAAyB,EACzB,YAAoB,EACpB,QAAgB,EAChB,OAA2E,EAAA;AAE3E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,EACtDgC,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMF,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,sNAAsN;AACxN,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkE,mCAA2C;AACxD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE9D,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8C,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA5C,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACvB,QAAAU,4BAAuC;AACxC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC3D,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMF,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,uLAAuL;AACzL,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqE,uCAA+C;AAC5D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhE,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8C,WAAsB,EAAEa,GAAc,CAAC;AACzD,IAAA,aAAa,EAAE;AACb,QAAAzD,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAoC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjD,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqC,uCAA+C;AAC5D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhE,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACnB,QAAA+B,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjD,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC1PD;;;;;;AAMG;AAmBH;AACA;MACa,aAAa,CAAA;AAGxB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;AAKG;AACI,IAAA,IAAI,CACT,OAAqC,EAAA;QAErC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAqC,EACrC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA6B,CAAC;YAClC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAqC,EAAA;;;;gBAErC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;AACK,IAAA,KAAK,CACX,OAAqC,EAAA;AAErC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACH,GAAG,CACD,WAAmB,EACnB,OAAoC,EAAA;AAEpC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxBC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAyC,EAAA;AAEzC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,wEAAwE;AAC1E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsE,eAAuB;AACpC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjE,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkE,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAChE,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,sFAAsF;AACxF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEuE,WAAmB;AAChC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEnE,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkE,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsC,eAAuB;AACpC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjE,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACpMD;;;;;;AAMG;AAiBH;AACA;MACa,cAAc,CAAA;AAGzB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAsC,EAAA;QAEtC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAsC,EACtC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA8B,CAAC;YACnC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAsC,EAAA;;;;gBAEtC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAsC,EAAA;AAEtC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA0C,EAAA;AAE1C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBgC,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,0CAA0C;AAChD,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0E,aAAqB;AAClC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErE,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkE,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE,CAAChE,KAAgB,CAAC;AACjC,IAAA,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0C,aAAqB;AAClC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErE,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,aAAa,EAAE,CAACE,KAAgB,EAAEoB,QAAmB,CAAC;AACtD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACpJD;;;;;;AAMG;AAgCH;AACA;MACa,SAAS,CAAA;AAGpB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAiC,EAAA;QAEjC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAiC,EACjC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAyB,CAAC;YAC9B,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAiC,EAAA;;;;gBAEjC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACI,gBAAgB,CACrB,WAAmB,EACnB,OAA6C,EAAA;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,yBAAyB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QAClE,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,0BAA0B,CAAC,WAAW,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACxE;SACF,CAAC;KACH;AAEc,IAAA,0BAA0B,CACvC,WAAmB,EACnB,OAA6C,EAC7C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAqC,CAAC;YAC1C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,iBAAiB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAA,CAAC;AAC5D,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,qBAAqB,CACvC,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,yBAAyB,CACtC,WAAmB,EACnB,OAA6C,EAAA;;;;AAE7C,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,0BAA0B,CACtD,WAAW,EACX,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;AAOG;AACI,IAAA,mBAAmB,CACxB,iBAAyB,EACzB,WAAmB,EACnB,OAAgD,EAAA;AAEhD,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAC5C,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,WAAW,EACX,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,6BAA6B,CAC1C,iBAAyB,EACzB,WAAmB,EACnB,OAAgD,EAChD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAwC,CAAC;YAC7C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAAD,aAAA,CAAM,IAAI,CAAC,oBAAoB,CACtC,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,4BAA4B,CACzC,iBAAyB,EACzB,WAAmB,EACnB,OAAgD,EAAA;;;;AAEhD,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAJwB,EAIxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAJwB,EAIxB,GAAA,KAAA,CAAA;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CAAC,OAAiC,EAAA;AAC7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACK,iBAAiB,CACvB,WAAmB,EACnB,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB2E,+BAA6B,CAC9B,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,wBAAwB,CACtB,WAAmB,EACnB,QAAgB,EAChB,OAAqD,EAAA;AAErD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAClC,qCAAqC,CACtC,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,gCAAgC,CAC9B,WAAmB,EACnB,QAAgB,EAChB,oBAA0C,EAC1C,OAA6D,EAAA;AAE7D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,QAAQ,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACxD,6CAA6C,CAC9C,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,oBAAoB,CAC1B,iBAAyB,EACzB,WAAmB,EACnB,OAAgD,EAAA;AAEhD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C3D,kCAAgC,CACjC,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,yBAAyB,CACvB,iBAAyB,EACzB,WAAmB,EACnB,QAAgB,EAChB,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrD,sCAAsC,CACvC,CAAC;KACH;AAED;;;;;;;;;AASG;IACH,iCAAiC,CAC/B,iBAAyB,EACzB,WAAmB,EACnB,QAAgB,EAChB,oBAA0C,EAC1C,OAA8D,EAAA;AAE9D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,QAAQ;YACR,oBAAoB;YACpB,OAAO;SACR,EACD,8CAA8C,CAC/C,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAqC,EAAA;AAErC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBgB,uBAAqB,CACtB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,qBAAqB,CAC3B,WAAmB,EACnB,QAAgB,EAChB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAClC4C,mCAAiC,CAClC,CAAC;KACH;AAED;;;;;;;;AAQG;AACK,IAAA,wBAAwB,CAC9B,iBAAyB,EACzB,WAAmB,EACnB,QAAgB,EAChB,OAAoD,EAAA;AAEpD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrD1D,sCAAoC,CACrC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMhB,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,oEAAoE;AAC1E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6E,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACmD,MAAiB,EAAEe,WAAsB,CAAC;IAC5D,aAAa,EAAE,CAAChE,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMyE,+BAA6B,GAA6B;AAC9D,IAAA,IAAI,EACF,4FAA4F;AAC9F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEE,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACmD,MAAiB,EAAEe,WAAsB,CAAC;AAC5D,IAAA,aAAa,EAAE;AACb,QAAAhE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,qCAAqC,GAA6B;AACtE,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE4E,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzE,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkE,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACtB,QAAAM,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACtE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,6CAA6C,GAA6B;AAC9E,IAAA,IAAI,EACF,8HAA8H;AAChI,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkE,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACtB,QAAAM,QAAmB;AACnB,QAAAC,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACvE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMc,kCAAgC,GAA6B;AACjE,IAAA,IAAI,EACF,+HAA+H;AACjI,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6D,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACmD,MAAiB,EAAEe,WAAsB,CAAC;AAC5D,IAAA,aAAa,EAAE;AACb,QAAAhE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,sCAAsC,GAA6B;AACvE,IAAA,IAAI,EACF,0IAA0I;AAC5I,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE4E,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzE,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkE,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAM,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACtE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,8CAA8C,GAA6B;AAC/E,IAAA,IAAI,EACF,iKAAiK;AACnK,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkE,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAM,QAAmB;AACnB,QAAAC,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACvE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6C,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM0E,mCAAiC,GAA6B;AAClE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEC,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAA8C,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMgB,sCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE2D,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExE,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACnB,QAAA8C,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC3oBD;;;;;;AAMG;AAqBH;AACA;MACa,4BAA4B,CAAA;AAGvC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAoD,EAAA;QAEpD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAoD,EACpD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA4C,CAAC;YACjD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAoD,EAAA;;;;gBAEpD,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAoD,EAAA;AAEpD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACH,GAAG,CACD,WAAmB,EACnB,OAAmD,EAAA;AAEnD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxBC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,MAAM,CACJ,WAAmB,EACnB,OAAgC,EAChC,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,EACjCa,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBkB,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,uFAAuF;AACzF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiF,2BAAmC;AAChD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5E,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,qGAAqG;AACvG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkF,uBAA+B;AAC5C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE9E,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6E,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA3E,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA4E,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC3E,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMY,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,qGAAqG;AACvG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqE,uBAA+B;AAC5C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE9E,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEgF,OAAkB;AAC/B,IAAA,eAAe,EAAE,CAACH,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA3E,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA4E,YAAuB;AACxB,KAAA;IACD,gBAAgB,EAAE,CAAC3E,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiD,2BAAmC;AAChD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5E,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACzOD;;;;;;AAMG;AAmBH;AACA;MACa,eAAe,CAAA;AAG1B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;IACI,IAAI,CACT,KAAa,EACb,OAAuC,EAAA;QAEvC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACtD;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,KAAa,EACb,OAAuC,EACvC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA+B,CAAC;YACpC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1C,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACjE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,OAAuC,EAAA;;;;AAEvC,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAAnC,EAAmC,GAAA,EAAA,CAAA,KAAA,CAAA;oBAAnC,EAAmC,GAAA,KAAA,CAAA;;wBAAjD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;IACK,KAAK,CACX,KAAa,EACb,OAAuC,EAAA;AAEvC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClBZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,GAAG,CACD,KAAa,EACb,cAAsB,EACtB,OAAsC,EAAA;AAEtC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,EAClCC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAA2C,EAAA;AAE3C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,mDAAmD;AACzD,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsF,cAAsB;AACnC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjF,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAE4B,KAAgB,CAAC;AACnD,IAAA,gBAAgB,EAAE,CAAC1B,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EAAE,oEAAoE;AAC1E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsF,UAAkB;AAC/B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElF,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6E,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA3E,KAAgB;AAChB,QAAA4B,KAAgB;AAChB,QAAAqD,cAAyB;AAC1B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC/E,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsD,cAAsB;AACnC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjF,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE,CAACE,KAAgB,EAAEoB,QAAmB,EAAEQ,KAAgB,CAAC;AACxE,IAAA,gBAAgB,EAAE,CAAC1B,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC9MD;;;;;;AAMG;AAsBH;AACA;MACa,iCAAiC,CAAA;AAI5C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;IACI,IAAI,CACT,KAAa,EACb,OAAyD,EAAA;QAEzD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACtD;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,KAAa,EACb,OAAyD,EACzD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAiD,CAAC;YACtD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1C,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACjE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,OAAyD,EAAA;;;;AAEzD,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAAnC,EAAmC,GAAA,EAAA,CAAA,KAAA,CAAA;oBAAnC,EAAmC,GAAA,KAAA,CAAA;;wBAAjD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;AAOG;AACH,IAAA,GAAG,CACD,KAAa,EACb,+BAAgE,EAChE,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,+BAA+B,EAAE,OAAO,EAAE,EACnDX,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,cAAc,CACZ,KAAa,EACb,+BAAgE,EAChE,2BAAwD,EACxD,OAAmE,EAAA;AAEnE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,KAAK;YACL,+BAA+B;YAC/B,2BAA2B;YAC3B,OAAO;SACR,EACDgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;AAMG;IACK,KAAK,CACX,KAAa,EACb,OAAyD,EAAA;AAEzD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClBjD,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAA6D,EAAA;AAE7D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5BgC,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMF,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEwF,2BAAmC;AAChD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpF,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6E,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA3E,KAAgB;AAChB,QAAA4B,KAAgB;AAChB,QAAAuD,+BAA0C;AAC3C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjF,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEwC,2BAAmC;AAChD,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,2BAAmC;AAChD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpF,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEsF,2BAAsC;AACnD,IAAA,eAAe,EAAE,CAACT,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA3E,KAAgB;AAChB,QAAA4B,KAAgB;AAChB,QAAAuD,+BAA0C;AAC3C,KAAA;IACD,gBAAgB,EAAE,CAACjF,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMF,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,qEAAqE;AAC3E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE4F,+BAAuC;AACpD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEvF,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAE4B,KAAgB,CAAC;AACnD,IAAA,gBAAgB,EAAE,CAAC1B,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE4D,+BAAuC;AACpD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEvF,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE,CAACE,KAAgB,EAAEoB,QAAmB,EAAEQ,KAAgB,CAAC;AACxE,IAAA,gBAAgB,EAAE,CAAC1B,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACvQD;;;;;;AAMG;AAsBH;AACA;MACa,oBAAoB,CAAA;AAG/B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAA4C,EAAA;QAE5C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA4C,EAC5C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAoC,CAAC;YACzC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAA4C,EAAA;;;;gBAE5C,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAA4C,EAAA;AAE5C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACH,GAAG,CACD,mBAA2B,EAC3B,OAA2C,EAAA;AAE3C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,mBAAmB,EAAE,OAAO,EAAE,EAChCC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,MAAM,CACJ,mBAA2B,EAC3B,eAAgC,EAChC,OAA8C,EAAA;AAE9C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,mBAAmB,EAAE,eAAe,EAAE,OAAO,EAAE,EACjDa,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACH,MAAM,CACJ,mBAA2B,EAC3B,OAA8C,EAAA;AAE9C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,mBAAmB,EAAE,OAAO,EAAE,EAChCC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAgD,EAAA;AAEhD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBiB,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,+EAA+E;AACjF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6F,mBAA2B;AACxC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExF,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACyF,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACvF,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,qGAAqG;AACvG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8F,eAAuB;AACpC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1F,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACyF,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAvF,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAwF,mBAA8B;AAC/B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACvF,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMY,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,qGAAqG;AACvG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiF,eAAuB;AACpC,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,eAAuB;AACpC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1F,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAE4F,eAA0B;AACvC,IAAA,eAAe,EAAE,CAACH,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAvF,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAwF,mBAA8B;AAC/B,KAAA;IACD,gBAAgB,EAAE,CAACvF,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,qGAAqG;AACvG,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACyF,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAvF,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAwF,mBAA8B;AAC/B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACvF,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6D,mBAA2B;AACxC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExF,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AChRD;;;;;;AAMG;AAwBH;AACA;MACa,qBAAqB,CAAA;AAGhC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;AACI,IAAA,IAAI,CACT,OAA6C,EAAA;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA6C,EAC7C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAqC,CAAC;YAC1C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAA6C,EAAA;;;;gBAE7C,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;AACK,IAAA,KAAK,CACX,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACH,GAAG,CACD,oBAA4B,EAC5B,OAA4C,EAAA;AAE5C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjCC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,MAAM,CACJ,oBAA4B,EAC5B,gBAAkC,EAClC,OAA+C,EAAA;AAE/C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,OAAO,EAAE,EACnDa,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,MAAM,CACJ,oBAA4B,EAC5B,gBAAkC,EAClC,OAA+C,EAAA;AAE/C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,OAAO,EAAE,EACnDyB,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;AAKG;IACH,MAAM,CACJ,oBAA4B,EAC5B,OAA+C,EAAA;AAE/C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjCxB,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBiB,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,gFAAgF;AAClF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkG,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7F,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6E,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAC3E,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkG,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE9F,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6E,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA3E,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA4F,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC3F,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMY,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqF,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE9F,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEgG,gBAA2B;AACxC,IAAA,eAAe,EAAE,CAACnB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA3E,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA4F,oBAA+B;AAChC,KAAA;IACD,gBAAgB,EAAE,CAAC3F,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMqC,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,OAAO;AACnB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE4D,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE9F,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEgG,gBAA2B;AACxC,IAAA,eAAe,EAAE,CAACnB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA3E,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA4F,oBAA+B;AAChC,KAAA;IACD,gBAAgB,EAAE,CAAC3F,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC6E,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAA3E,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA4F,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC3F,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkE,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7F,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC1TD;;;;;;AAMG;AAmBH;AACA;MACa,iCAAiC,CAAA;AAI5C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAyD,EAAA;QAEzD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAyD,EACzD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAiD,CAAC;YACtD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAyD,EAAA;;;;gBAEzD,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAyD,EAAA;AAEzD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACH,GAAG,CACD,gCAAwC,EACxC,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,gCAAgC,EAAE,OAAO,EAAE,EAC7CC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA6D,EAAA;AAE7D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,4FAA4F;AAC9F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsG,gCAAwC;AACrD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjG,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACmD,MAAiB,EAAE+C,WAAsB,CAAC;IAC5D,aAAa,EAAE,CAAChG,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,+HAA+H;AACjI,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEuG,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEnG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiG,gCAA2C;AAC5C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChG,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsE,gCAAwC;AACrD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AChMD;;;;;;AAMG;AAmBH;AACA;MACa,gCAAgC,CAAA;AAI3C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;IACI,IAAI,CACT,gCAAwC,EACxC,OAAwD,EAAA;QAExD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,gCAAgC,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CACxB,gCAAgC,EAChC,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,gCAAwC,EACxC,OAAwD,EACxD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAgD,CAAC;YACrD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,KAAK,CAAC,gCAAgC,EAAE,OAAO,CAAC,CAAA,CAAC;AACrE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAC3B,gCAAgC,EAChC,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,aAAa,CAC1B,gCAAwC,EACxC,OAAwD,EAAA;;;;AAExD,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAC1C,gCAAgC,EAChC,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;IACK,KAAK,CACX,gCAAwC,EACxC,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,gCAAgC,EAAE,OAAO,EAAE,EAC7CZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,GAAG,CACD,gCAAwC,EACxC,+BAAuC,EACvC,OAAuD,EAAA;AAEvD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,gCAAgC;YAChC,+BAA+B;YAC/B,OAAO;SACR,EACDC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACK,IAAA,SAAS,CACf,gCAAwC,EACxC,QAAgB,EAChB,OAA4D,EAAA;AAE5D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,gCAAgC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACvD+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,4JAA4J;AAC9J,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0G,+BAAuC;AACpD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErG,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACmD,MAAiB,EAAE+C,WAAsB,CAAC;AAC5D,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiG,gCAA2C;AAC5C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChG,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,8LAA8L;AAChM,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0G,2BAAmC;AAChD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiG,gCAA2C;AAC3C,QAAAG,+BAA0C;AAC3C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnG,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0E,+BAAuC;AACpD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAA8E,gCAA2C;AAC5C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChG,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AClOD;;;;;;AAMG;AAmBH;AACA;MACa,mCAAmC,CAAA;AAI9C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;AAKG;AACI,IAAA,IAAI,CACT,gCAAwC,EACxC,+BAAuC,EACvC,OAA2D,EAAA;AAE3D,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAC7B,gCAAgC,EAChC,+BAA+B,EAC/B,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,cAAc,CACxB,gCAAgC,EAChC,+BAA+B,EAC/B,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,gCAAwC,EACxC,+BAAuC,EACvC,OAA2D,EAC3D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAmD,CAAC;YACxD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAAS,aAAA,CAAM,IAAI,CAAC,KAAK,CACvB,gCAAgC,EAChC,+BAA+B,EAC/B,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAC3B,gCAAgC,EAChC,+BAA+B,EAC/B,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,gCAAwC,EACxC,+BAAuC,EACvC,OAA2D,EAAA;;;;AAE3D,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAC1C,gCAAgC,EAChC,+BAA+B,EAC/B,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAJwB,EAIxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAJwB,EAIxB,GAAA,KAAA,CAAA;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;AACK,IAAA,KAAK,CACX,gCAAwC,EACxC,+BAAuC,EACvC,OAA2D,EAAA;AAE3D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,gCAAgC;YAChC,+BAA+B;YAC/B,OAAO;SACR,EACDZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,gCAAwC,EACxC,+BAAuC,EACvC,kCAA0C,EAC1C,OAA0D,EAAA;AAE1D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,gCAAgC;YAChC,+BAA+B;YAC/B,kCAAkC;YAClC,OAAO;SACR,EACDC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,SAAS,CACf,gCAAwC,EACxC,+BAAuC,EACvC,QAAgB,EAChB,OAA+D,EAAA;AAE/D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,gCAAgC;YAChC,+BAA+B;YAC/B,QAAQ;YACR,OAAO;SACR,EACD+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,8NAA8N;AAChO,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6G,kCAA0C;AACvD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExG,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACmD,MAAiB,EAAE+C,WAAsB,CAAC;AAC5D,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiG,gCAA2C;AAC3C,QAAAG,+BAA0C;AAC3C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnG,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,mQAAmQ;AACrQ,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6G,8BAAsC;AACnD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiG,gCAA2C;AAC3C,QAAAG,+BAA0C;AAC1C,QAAAG,kCAA6C;AAC9C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACtG,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6E,kCAA0C;AACvD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAA8E,gCAA2C;AAC3C,QAAAG,+BAA0C;AAC3C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnG,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACpQD;;;;;;AAMG;AAuBH;AACA;MACa,kBAAkB,CAAA;AAG7B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;IACI,OAAO,CACZ,KAAa,EACb,OAA6C,EAAA;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,gBAAgB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QACnD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,iBAAiB,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACzD;SACF,CAAC;KACH;AAEc,IAAA,iBAAiB,CAC9B,KAAa,EACb,OAA6C,EAC7C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAqC,CAAC;YAC1C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;AAC7C,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACpE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,gBAAgB,CAC7B,KAAa,EACb,OAA6C,EAAA;;;;AAE7C,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,iBAAiB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAAtC,EAAsC,GAAA,EAAA,CAAA,KAAA,CAAA;oBAAtC,EAAsC,GAAA,KAAA,CAAA;;wBAApD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;AAOG;AACI,IAAA,IAAI,CACT,KAAa,EACb,cAAsB,EACtB,OAA0C,EAAA;AAE1C,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;QAChE,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACtE;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,KAAa,EACb,cAAsB,EACtB,OAA0C,EAC1C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAkC,CAAC;YACvC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAAD,aAAA,CAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAC3B,KAAK,EACL,cAAc,EACd,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,KAAa,EACb,cAAsB,EACtB,OAA0C,EAAA;;;;AAE1C,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAC1C,KAAK,EACL,cAAc,EACd,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAJwB,EAIxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAJwB,EAIxB,GAAA,KAAA,CAAA;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;IACK,QAAQ,CACd,KAAa,EACb,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,oBAAoB,CACrB,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,KAAK,CACX,KAAa,EACb,cAAsB,EACtB,OAA0C,EAAA;AAE1C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,EAClCZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,GAAG,CACD,KAAa,EACb,cAAsB,EACtB,iBAAyB,EACzB,OAAyC,EAAA;AAEzC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACrDC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,YAAY,CAClB,KAAa,EACb,QAAgB,EAChB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B,wBAAwB,CACzB,CAAC;KACH;AAED;;;;;;;;AAQG;AACK,IAAA,SAAS,CACf,KAAa,EACb,cAAsB,EACtB,QAAgB,EAChB,OAA8C,EAAA;AAE9C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5C+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,oBAAoB,GAA6B;AACrD,IAAA,IAAI,EAAE,sDAAsD;AAC5D,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6G,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3G,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAChG,KAAgB,EAAE4B,KAAgB,CAAC;AACnD,IAAA,gBAAgB,EAAE,CAAC1B,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMF,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,mFAAmF;AACrF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgH,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3G,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAA4B,KAAgB;AAChB,QAAA8E,cAAyB;AAC1B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACxG,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiH,qBAA6B;AAC1C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7G,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAA4B,KAAgB;AAChB,QAAA8E,cAAyB;AACzB,QAAAE,iBAA4B;AAC7B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC1G,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,wBAAwB,GAA6B;AACzD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8G,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3G,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE,CAACE,KAAgB,EAAEoB,QAAmB,EAAEQ,KAAgB,CAAC;AACxE,IAAA,gBAAgB,EAAE,CAAC1B,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgF,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3G,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAoB,QAAmB;AACnB,QAAAQ,KAAgB;AAChB,QAAA8E,cAAyB;AAC1B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACxG,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AChXD;;;;;;AAMG;AA4BH;AACA;MACa,eAAe,CAAA;AAG1B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;AACI,IAAA,IAAI,CACT,OAAuC,EAAA;QAEvC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAuC,EACvC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA+B,CAAC;YACpC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAuC,EAAA;;;;gBAEvC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,OAAsD,EAAA;QAEtD,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,6BAA6B,CAC1C,iBAAyB,EACzB,OAAsD,EACtD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA8C,CAAC;YACnD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACrE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAsD,EAAA;;;;AAEtD,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;AACK,IAAA,KAAK,CACX,OAAuC,EAAA;AAEvC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;;AAMG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BgB,kCAAgC,CACjC,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,cAAsB,EACtB,OAAsC,EAAA;AAEtC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,EAAE,EAC9Cf,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,cAAc,CACZ,iBAAyB,EACzB,cAAsB,EACtB,UAAsB,EACtB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,EAAE,OAAO,EAAE,EAC1DgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,cAAsB,EACtB,OAAyC,EAAA;AAEzC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,EAAE,EAC9ClC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,QAAQ,CACN,iBAAyB,EACzB,cAAsB,EACtB,UAAsB,EACtB,OAA2C,EAAA;AAE3C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,EAAE,OAAO,EAAE,EAC1D,qBAAqB,CACtB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA2C,EAAA;AAE3C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBiB,uBAAqB,CACtB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAA0D,EAAA;AAE1D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCd,sCAAoC,CACrC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMhB,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,0EAA0E;AAC5E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoH,cAAsB;AACnC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/G,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;IACzC,aAAa,EAAE,CAAChG,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMc,kCAAgC,GAA6B;AACjE,IAAA,IAAI,EACF,6GAA6G;AAC/G,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoG,cAAsB;AACnC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/G,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC7B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,8HAA8H;AAChI,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoH,UAAkB;AAC/B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhH,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAgG,cAAyB;AAC1B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7G,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,8HAA8H;AAChI,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoE,UAAkB;AAC/B,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,UAAkB;AAC/B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhH,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEkH,UAAqB;AAClC,IAAA,eAAe,EAAE,CAAChB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAgG,cAAyB;AAC1B,KAAA;IACD,gBAAgB,EAAE,CAAC7G,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,8HAA8H;AAChI,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAgG,cAAyB;AAC1B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7G,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;AACtD,IAAA,IAAI,EACF,uIAAuI;AACzI,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsH,0BAAkC;AAC/C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEnH,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEkH,UAAqB;AAClC,IAAA,eAAe,EAAE,CAAChB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAgG,cAAyB;AAC1B,KAAA;IACD,gBAAgB,EAAE,CAAC7G,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoF,cAAsB;AACnC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/G,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMgB,sCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkG,cAAsB;AACnC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/G,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACpeD;;;;;;AAMG;AAsBH;AACA;MACa,0BAA0B,CAAA;AAGrC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAkD,EAAA;QAElD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAkD,EAClD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA0C,CAAC;YAC/C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAkD,EAAA;;;;gBAElD,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAkD,EAAA;AAElD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACH,GAAG,CACD,yBAAiC,EACjC,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,yBAAyB,EAAE,OAAO,EAAE,EACtCC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,MAAM,CACJ,yBAAiC,EACjC,qBAA4C,EAC5C,OAAoD,EAAA;AAEpD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EAC7DsC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACH,MAAM,CACJ,yBAAiC,EACjC,OAAoD,EAAA;AAEpD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,yBAAyB,EAAE,OAAO,EAAE,EACtCxB,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBiB,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,qFAAqF;AACvF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEyH,0BAAkC;AAC/C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpH,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACkG,WAAsB,EAAEmB,SAAoB,CAAC;IAC/D,aAAa,EAAE,CAACnH,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,iHAAiH;AACnH,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0H,qBAA6B;AAC1C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtH,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoH,yBAAoC;AACrC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnH,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMqC,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,iHAAiH;AACnH,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoF,qBAA6B;AAC1C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtH,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEwH,qBAAgC;AAC7C,IAAA,eAAe,EAAE,CAACtB,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoH,yBAAoC;AACrC,KAAA;IACD,gBAAgB,EAAE,CAACnH,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,iHAAiH;AACnH,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAhG,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoH,yBAAoC;AACrC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnH,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEyF,0BAAkC;AAC/C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpH,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC5QD;;;;;;AAMG;AAQG,SAAU,aAAa,CAAI,MAQhC,EAAA;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,MAAM,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;AACrD,QAAA,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,KACzC;YACI,MAAkB,QAAQ,GAAA4H,YAAA,CAAK,IAAI,EAAnC,CAA4B,aAAA,CAAA,EAAQ;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACtB,QAAQ,CACX,EAAA,EAAA,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,KAAP,IAAA,IAAA,OAAO,uBAAP,OAAO,CAAE,WAAW,EAAA,CAAA,CACjC,CAAC;SACJ;KACF,CAAC;AACJ;;ACzCA;;;;;;AAMG;AAuBH;MACa,2CAA2C,CAAA;AAItD;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;;AAQG;IACH,sBAAsB,CACpB,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAA2E,EAAA;AAE3E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACDC,qCAAmC,CACpC,CAAC;KACH;AAED;;;;;;;;AAQG;IACH,GAAG,CACD,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACD9H,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;;AASG;IACH,cAAc,CACZ,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAmE,EAAA;AAEnE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACDgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;;;AAQG;IACG,WAAW,CACf,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAA2D,EAAA;;AAE3D,YAAA,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,KACb+E,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;gBACjB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACtD,aAAC,CAAA,CAAC;AACF,YAAA,MAAM,eAAe,GAAG,CACtB,IAAmC,EACnC,IAA8B,KAC5BA,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,OAAO,MAAA,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAE,UAAU,CAAC;AAClD,gBAAA,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,KACnB;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,KAAA,IAAA,IAAhB,gBAAgB,KAAhB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;AAChD,iBAAC,CAAC;AACF,gBAAA,MAAM,WAAW,GAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACZ,IAAI,CAAA,EAAA,EACP,OAAO,EACF,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,IAAI,CAAC,OAAO,CACf,EAAA,EAAA,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;AACZ,oBAAA,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;AACpC,wBAAA,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;AAC9C,qBAAA;iBACF,CAAC;AACJ,aAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,aAAa,CAAC;gBACxB,eAAe;AACf,gBAAA,IAAI,EAAE;oBACJ,iBAAiB;oBACjB,iBAAiB;oBACjB,YAAY;oBACZ,YAAY;oBACZ,OAAO;AACR,iBAAA;AACD,gBAAA,IAAI,EAAEjH,qBAAmB;AAC1B,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,GAAG,MAAMkH,wBAAgB,CAA6B,GAAG,EAAE;AACrE,gBAAA,WAAW,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,UAAU;AAChC,gBAAA,YAAY,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,kBAAkB;AACzC,gBAAA,sBAAsB,EAAE,UAAU;AACnC,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;AACpB,YAAA,OAAO,MAAM,CAAC;SACf,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;AAQG;IACG,kBAAkB,CACtB,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAA2D,EAAA;;AAE3D,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAC;AACF,YAAA,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B,CAAA,CAAA;AAAA,KAAA;AACF,CAAA;AACD;AACA,MAAM/H,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM4H,qCAAmC,GAA6B;AACpE,IAAA,IAAI,EACF,4LAA4L;AAC9L,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEG,kCAA0C;AACvD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7H,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAA8G,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7H,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,4NAA4N;AAC9N,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsI,6BAAqC;AAClD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElI,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAA8G,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACvB,QAAAE,6BAAwC;AACzC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC/H,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,4NAA4N;AAC9N,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsF,6BAAqC;AAClD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElI,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAA8G,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACvB,QAAAE,6BAAwC;AACzC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC/H,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,4NAA4N;AAC9N,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAA8G,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACvB,QAAAE,6BAAwC;AACzC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC/H,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC1UD;;;;;;AAMG;AA4BH;AACA;MACa,uBAAuB,CAAA;AAGlC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAA+C,EAAA;QAE/C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA+C,EAC/C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAuC,CAAC;YAC5C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAA+C,EAAA;;;;gBAE/C,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACI,IAAA,kBAAkB,CACvB,OAA6D,EAAA;QAE7D,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC7D;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAA6D,EAC7D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAqD,CAAC;YAC1D,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;AACjD,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAD,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACxE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,2BAA2B,CACxC,OAA6D,EAAA;;;;gBAE7D,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA1C,EAA0C,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA1C,EAA0C,GAAA,KAAA,CAAA;;wBAAxD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAA+C,EAAA;AAE/C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACH,GAAG,CACD,sBAA8B,EAC9B,OAA8C,EAAA;AAE9C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,sBAAsB,EAAE,OAAO,EAAE,EACnCC,kBAAgB,CACjB,CAAC;KACH;AAED;;;AAGG;AACK,IAAA,mBAAmB,CACzB,OAA6D,EAAA;AAE7D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXgB,iCAA+B,CAChC,CAAC;KACH;AAED;;;;AAIG;IACH,iBAAiB,CACf,sBAA8B,EAC9B,OAA4D,EAAA;AAE5D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,sBAAsB,EAAE,OAAO,EAAE,EACnC,8BAA8B,CAC/B,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,oBAAoB,CAClB,sBAA8B,EAC9B,kBAAsD,EACtD,OAA+D,EAAA;AAE/D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,OAAO,EAAE,EACvD,iCAAiC,CAClC,CAAC;KACH;AAED;;;;;AAKG;IACH,oBAAoB,CAClB,sBAA8B,EAC9B,OAA+D,EAAA;AAE/D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,sBAAsB,EAAE,OAAO,EAAE,EACnC,iCAAiC,CAClC,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAmD,EAAA;AAEnD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBe,uBAAqB,CACtB,CAAC;KACH;AAED;;;;AAIG;IACK,uBAAuB,CAC7B,QAAgB,EAChB,OAAiE,EAAA;AAEjE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBb,qCAAmC,CACpC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMjB,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,kDAAkD;AACxD,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEyI,sCAA8C;AAC3D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpI,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqI,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE,CAACnI,KAAgB,CAAC;AACjC,IAAA,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,2EAA2E;AAC7E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0I,kCAA0C;AACvD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtI,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqI,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAACnI,KAAgB,EAAEqI,sBAAiC,CAAC;AACpE,IAAA,gBAAgB,EAAE,CAACnI,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMe,iCAA+B,GAA6B;AAChE,IAAA,IAAI,EACF,iFAAiF;AACnF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEwH,sCAA8C;AAC3D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpI,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqI,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAACnI,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;AAC/D,IAAA,IAAI,EACF,0GAA0G;AAC5G,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEyI,kCAA0C;AACvD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtI,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqI,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAnI,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoI,sBAAiC;AAClC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnI,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;AAClE,IAAA,IAAI,EACF,0GAA0G;AAC5G,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEyI,kCAA0C;AACvD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtI,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEwI,kBAA6B;AAC1C,IAAA,eAAe,EAAE,CAACH,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAnI,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoI,sBAAiC;AAClC,KAAA;IACD,gBAAgB,EAAE,CAACnI,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;AAClE,IAAA,IAAI,EACF,0GAA0G;AAC5G,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqI,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAnI,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoI,sBAAiC;AAClC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnI,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEyG,sCAA8C;AAC3D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpI,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,aAAa,EAAE,CAACE,KAAgB,EAAEoB,QAAmB,CAAC;AACtD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMiB,qCAAmC,GAA6B;AACpE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsH,sCAA8C;AAC3D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpI,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACpaD;;;;;;AAMG;AAuBH;AACA;MACa,eAAe,CAAA;AAG1B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;IACI,IAAI,CACT,KAAa,EACb,OAAuC,EAAA;QAEvC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACtD;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,KAAa,EACb,OAAuC,EACvC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA+B,CAAC;YACpC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1C,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACjE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,OAAuC,EAAA;;;;AAEvC,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAAnC,EAAmC,GAAA,EAAA,CAAA,KAAA,CAAA;oBAAnC,EAAmC,GAAA,KAAA,CAAA;;wBAAjD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;IACK,KAAK,CACX,KAAa,EACb,OAAuC,EAAA;AAEvC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClBZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,GAAG,CACD,UAAkB,EAClB,cAAsB,EACtB,OAAsC,EAAA;AAEtC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,cAAc,EAAE,OAAO,EAAE,EACvCC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,cAAc,CACZ,UAAkB,EAClB,cAAsB,EACtB,UAA8B,EAC9B,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,OAAO,EAAE,EACnDgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,MAAM,CACJ,UAAkB,EAClB,cAAsB,EACtB,OAAyC,EAAA;AAEzC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,cAAc,EAAE,OAAO,EAAE,EACvClC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAA2C,EAAA;AAE3C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5BiB,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,mDAAmD;AACzD,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8I,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzI,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqI,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAACnI,KAAgB,EAAE4B,KAAgB,CAAC;AACnD,IAAA,gBAAgB,EAAE,CAAC1B,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,yEAAyE;AAC3E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8I,0BAAkC;AAC/C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1I,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAACqI,YAAuB,EAAEM,MAAiB,CAAC;AAC7D,IAAA,aAAa,EAAE;AACb,QAAAzI,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAA4E,cAAyB;AAC1B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACxG,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,yEAAyE;AAC3E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8F,0BAAkC;AAC/C,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,0BAAkC;AAC/C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1I,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAE4I,UAAqB;AAClC,IAAA,eAAe,EAAE,CAACP,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAnI,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAA4E,cAAyB;AAC1B,KAAA;IACD,gBAAgB,EAAE,CAACxG,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,yEAAyE;AAC3E,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqI,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAnI,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAA4E,cAAyB;AAC1B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACxG,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8G,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzI,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE,CAACE,KAAgB,EAAEoB,QAAmB,EAAEQ,KAAgB,CAAC;AACxE,IAAA,gBAAgB,EAAE,CAAC1B,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACrSD;;;;;;AAMG;AAkBH;MACa,+BAA+B,CAAA;AAI1C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACH,IAAA,IAAI,CACF,OAAuD,EAAA;AAEvD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEF,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,WAAmB,EACnB,SAAiB,EACjB,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACnCC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,GAAG,CACD,WAAmB,EACnB,SAAiB,EACjB,IAAqC,EACrC,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,EACzC,gBAAgB,CACjB,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,MAAM,CACJ,WAAmB,EACnB,SAAiB,EACjB,OAAyD,EAAA;AAEzD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACnCc,qBAAmB,CACpB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMb,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,uFAAuF;AACzF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkJ,gCAAwC;AACrD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7I,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE;AACf,QAAA8H,YAAuB;AACvB,QAAAgB,0BAAqC;AACrC,QAAAC,OAAkB;AACnB,KAAA;IACD,aAAa,EAAE,CAAC7I,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,2HAA2H;AAC7H,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoJ,+BAAuC;AACpD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhJ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACtB,QAAA6E,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7I,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,2HAA2H;AAC7H,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmJ,+BAAuC;AACpD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhJ,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEkJ,IAAe;AAC5B,IAAA,eAAe,EAAE,CAACpB,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACtB,QAAA6E,SAAoB;AACrB,KAAA;IACD,gBAAgB,EAAE,CAAC7I,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,2HAA2H;AAC7H,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACtB,QAAA6E,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7I,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AClMD;;;;;;AAMG;AA2BH;AACA;MACa,6BAA6B,CAAA;AAIxC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;;AAQG;IACI,sBAAsB,CAC3B,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAuE,EAAA;AAEvE,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,+BAA+B,CAC/C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,gCAAgC,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;IAEc,gCAAgC,CAC7C,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAuE,EACvE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA+D,CAAC;YACpE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,uBAAuB,CACzC,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,2BAA2B,CAC7C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,+BAA+B,CAC5C,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAuE,EAAA;;;;AAEvE,gBAAA,KAAyB,eAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,gCAAgC,CAC5D,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBANwB,EAMxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBANwB,EAMxB,GAAA,KAAA,CAAA;;wBANU,MAAM,IAAI,KAAA,CAAA;wBAOnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;AAQG;IACK,uBAAuB,CAC7B,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAuE,EAAA;AAEvE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACDmH,qCAAmC,CACpC,CAAC;KACH;AAED;;;;;;;;;AASG;IACH,GAAG,CACD,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,oCAA4C,EAC5C,OAAoD,EAAA;AAEpD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,oCAAoC;YACpC,OAAO;SACR,EACD9H,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;;;AAUG;AACG,IAAA,YAAY,CAChB,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,oCAA4C,EAC5C,IAA4C,EAC5C,OAAwD,EAAA;;AAExD,YAAA,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,KACb+H,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;gBACjB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACtD,aAAC,CAAA,CAAC;AACF,YAAA,MAAM,eAAe,GAAG,CACtB,IAAmC,EACnC,IAA8B,KAC5BA,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,OAAO,MAAA,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAE,UAAU,CAAC;AAClD,gBAAA,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,KACnB;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,KAAA,IAAA,IAAhB,gBAAgB,KAAhB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;AAChD,iBAAC,CAAC;AACF,gBAAA,MAAM,WAAW,GAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACZ,IAAI,CAAA,EAAA,EACP,OAAO,EACF,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,IAAI,CAAC,OAAO,CACf,EAAA,EAAA,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;AACZ,oBAAA,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;AACpC,wBAAA,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;AAC9C,qBAAA;iBACF,CAAC;AACJ,aAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,aAAa,CAAC;gBACxB,eAAe;AACf,gBAAA,IAAI,EAAE;oBACJ,iBAAiB;oBACjB,iBAAiB;oBACjB,YAAY;oBACZ,YAAY;oBACZ,oCAAoC;oBACpC,IAAI;oBACJ,OAAO;AACR,iBAAA;AACD,gBAAA,IAAI,EAAE,oBAAoB;AAC3B,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,GAAG,MAAMC,wBAAgB,CAA6B,GAAG,EAAE;AACrE,gBAAA,WAAW,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,UAAU;AAChC,gBAAA,YAAY,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,kBAAkB;AAC1C,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;AACpB,YAAA,OAAO,MAAM,CAAC;SACf,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;;;AAUG;AACG,IAAA,mBAAmB,CACvB,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,oCAA4C,EAC5C,IAA4C,EAC5C,OAAwD,EAAA;;YAExD,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,YAAY,CACpC,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,oCAAoC,EACpC,IAAI,EACJ,OAAO,CACR,CAAC;AACF,YAAA,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;;AASG;IACK,2BAA2B,CACjC,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,QAAgB,EAChB,OAA2E,EAAA;AAE3E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,QAAQ;YACR,OAAO;SACR,EACDuB,yCAAuC,CACxC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMtJ,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM4H,qCAAmC,GAA6B;AACpE,IAAA,IAAI,EACF,uLAAuL;AACzL,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0B,6BAAqC;AAClD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpJ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAA8G,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7H,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,8NAA8N;AAChO,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEyJ,wBAAgC;AAC7C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErJ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAA8G,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACvB,QAAAqB,oCAA+C;AAChD,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClJ,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,oBAAoB,GAA6B;AACrD,IAAA,IAAI,EACF,sQAAsQ;AACxQ,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEuJ,KAAgB;AAC7B,IAAA,eAAe,EAAE,CAACzB,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAA8G,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACvB,QAAAqB,oCAA+C;AAC/C,QAAAE,qCAAgD;AACjD,KAAA;IACD,gBAAgB,EAAE,CAACpJ,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMsJ,yCAAuC,GAA6B;AACxE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEC,6BAAqC;AAClD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpJ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACnB,QAAAyG,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7H,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACvcD;;;;;;AAMG;AAwBH;AACA;MACa,sBAAsB,CAAA;AAGjC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAA8C,EAAA;QAE9C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA8C,EAC9C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAsC,CAAC;YAC3C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAA8C,EAAA;;;;gBAE9C,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACI,gBAAgB,CACrB,WAAmB,EACnB,OAA0D,EAAA;QAE1D,MAAM,IAAI,GAAG,IAAI,CAAC,yBAAyB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QAClE,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,0BAA0B,CAAC,WAAW,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACxE;SACF,CAAC;KACH;AAEc,IAAA,0BAA0B,CACvC,WAAmB,EACnB,OAA0D,EAC1D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAkD,CAAC;YACvD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,iBAAiB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAA,CAAC;AAC5D,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,qBAAqB,CACvC,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,yBAAyB,CACtC,WAAmB,EACnB,OAA0D,EAAA;;;;AAE1D,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,0BAA0B,CACtD,WAAW,EACX,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAA8C,EAAA;AAE9C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACK,iBAAiB,CACvB,WAAmB,EACnB,OAA0D,EAAA;AAE1D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB2E,+BAA6B,CAC9B,CAAC;KACH;AAED;;;;;;;;;AASG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,cAA8B,EAC9B,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,cAAc,EAAE,OAAO,EAAE,EAC3D1E,kBAAgB,CACjB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAkD,EAAA;AAElD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB+B,uBAAqB,CACtB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,qBAAqB,CAC3B,WAAmB,EACnB,QAAgB,EAChB,OAA8D,EAAA;AAE9D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAClC4C,mCAAiC,CAClC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM1E,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,iFAAiF;AACnF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8J,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzJ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5H,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMyE,+BAA6B,GAA6B;AAC9D,IAAA,IAAI,EACF,yGAAyG;AAC3G,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmF,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzJ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,6JAA6J;AAC/J,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8J,0BAAkC;AAC/C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAuF,cAAyB;AAC1B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACvJ,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8H,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzJ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM0E,mCAAiC,GAA6B;AAClE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkF,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzJ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAA8C,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC1VD;;;;;;AAMG;AAuBH;AACA;MACa,YAAY,CAAA;AAGvB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAoC,EAAA;QAEpC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAoC,EACpC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA4B,CAAC;YACjC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAoC,EAAA;;;;gBAEpC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACI,gBAAgB,CACrB,WAAmB,EACnB,OAAgD,EAAA;QAEhD,MAAM,IAAI,GAAG,IAAI,CAAC,yBAAyB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QAClE,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,0BAA0B,CAAC,WAAW,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACxE;SACF,CAAC;KACH;AAEc,IAAA,0BAA0B,CACvC,WAAmB,EACnB,OAAgD,EAChD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAwC,CAAC;YAC7C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,iBAAiB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAA,CAAC;AAC5D,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,qBAAqB,CACvC,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,yBAAyB,CACtC,WAAmB,EACnB,OAAgD,EAAA;;;;AAEhD,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,0BAA0B,CACtD,WAAW,EACX,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAoC,EAAA;AAEpC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACK,iBAAiB,CACvB,WAAmB,EACnB,OAAgD,EAAA;AAEhD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB2E,+BAA6B,CAC9B,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,oBAA4B,EAC5B,OAAmC,EAAA;AAEnC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjE1E,kBAAgB,CACjB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAwC,EAAA;AAExC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB+B,uBAAqB,CACtB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,qBAAqB,CAC3B,WAAmB,EACnB,QAAgB,EAChB,OAAoD,EAAA;AAEpD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAClC4C,mCAAiC,CAClC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM1E,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,yEAAyE;AAC3E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiK,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5H,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMyE,+BAA6B,GAA6B;AAC9D,IAAA,IAAI,EACF,iGAAiG;AACnG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsF,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,2JAA2J;AAC7J,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiK,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAA0F,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC1J,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiI,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM0E,mCAAiC,GAA6B;AAClE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqF,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAA8C,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACxVD;;;;;;AAMG;AAqCH;AACA;MACa,4BAA4B,CAAA;AAGvC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAoD,EAAA;QAEpD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAoD,EACpD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA4C,CAAC;YACjD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAoD,EAAA;;;;gBAEpD,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACI,YAAY,CACjB,WAAmB,EACnB,OAA4D,EAAA;QAE5D,MAAM,IAAI,GAAG,IAAI,CAAC,qBAAqB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QAC9D,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,sBAAsB,CAAC,WAAW,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACpE;SACF,CAAC;KACH;AAEc,IAAA,sBAAsB,CACnC,WAAmB,EACnB,OAA4D,EAC5D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAoD,CAAC;YACzD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,OAAO,CAAC,CAAA,CAAC;AACxD,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,iBAAiB,CACnC,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,qBAAqB,CAClC,WAAmB,EACnB,OAA4D,EAAA;;;;AAE5D,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,sBAAsB,CAClD,WAAW,EACX,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,OAAmE,EAAA;QAEnE,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,6BAA6B,CAC1C,iBAAyB,EACzB,OAAmE,EACnE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA2D,CAAC;YAChE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACrE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAmE,EAAA;;;;AAEnE,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;AAOG;AACI,IAAA,4BAA4B,CACjC,iBAAyB,EACzB,WAAmB,EACnB,OAA4E,EAAA;AAE5E,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,qCAAqC,CACrD,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,sCAAsC,CAChD,iBAAiB,EACjB,WAAW,EACX,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,sCAAsC,CACnD,iBAAyB,EACzB,WAAmB,EACnB,OAA4E,EAC5E,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAoE,CAAC;YACzE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAAD,aAAA,CAAM,IAAI,CAAC,6BAA6B,CAC/C,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,iCAAiC,CACnD,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,qCAAqC,CAClD,iBAAyB,EACzB,WAAmB,EACnB,OAA4E,EAAA;;;;AAE5E,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,sCAAsC,CAClE,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAJwB,EAIxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAJwB,EAIxB,GAAA,KAAA,CAAA;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAoD,EAAA;AAEpD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACK,aAAa,CACnB,WAAmB,EACnB,OAA4D,EAAA;AAE5D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB,yBAAyB,CAC1B,CAAC;KACH;AAED;;;;;AAKG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,OAAmE,EAAA;AAEnE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BgB,kCAAgC,CACjC,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,6BAA6B,CACnC,iBAAyB,EACzB,WAAmB,EACnB,OAA4E,EAAA;AAE5E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,yCAAyC,CAC1C,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,0BAAkC,EAClC,OAAmD,EAAA;AAEnD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,0BAA0B,EAAE,OAAO,EAAE,EACvEf,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;;AASG;IACH,cAAc,CACZ,iBAAyB,EACzB,WAAmB,EACnB,0BAAkC,EAClC,IAA4B,EAC5B,OAA8D,EAAA;AAE9D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,0BAA0B;YAC1B,IAAI;YACJ,OAAO;SACR,EACDgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,WAAmB,EACnB,0BAAkC,EAClC,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,0BAA0B,EAAE,OAAO,EAAE,EACvElC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;;;;;AASG;IACH,QAAQ,CACN,iBAAyB,EACzB,WAAmB,EACnB,0BAAkC,EAClC,IAA2C,EAC3C,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,0BAA0B;YAC1B,IAAI;YACJ,OAAO;SACR,EACD,qBAAqB,CACtB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBiB,uBAAqB,CACtB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,iBAAiB,CACvB,WAAmB,EACnB,QAAgB,EAChB,OAAgE,EAAA;AAEhE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAClC,6BAA6B,CAC9B,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAuE,EAAA;AAEvE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCd,sCAAoC,CACrC,CAAC;KACH;AAED;;;;;;;;;AASG;AACK,IAAA,iCAAiC,CACvC,iBAAyB,EACzB,WAAmB,EACnB,QAAgB,EAChB,OAAgF,EAAA;AAEhF,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrD,6CAA6C,CAC9C,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMhB,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,uFAAuF;AACzF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoK,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5H,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,yBAAyB,GAA6B;AAC1D,IAAA,IAAI,EACF,+GAA+G;AACjH,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkK,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMc,kCAAgC,GAA6B;AACjE,IAAA,IAAI,EACF,0HAA0H;AAC5H,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoJ,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC7B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,yCAAyC,GAA6B;AAC1E,IAAA,IAAI,EACF,kJAAkJ;AACpJ,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkK,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,+KAA+K;AACjL,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoK,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhK,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAA6F,0BAAqC;AACtC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7J,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,+KAA+K;AACjL,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoH,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhK,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEkK,KAAgB;AAC7B,IAAA,eAAe,EAAE,CAACpC,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAA6F,0BAAqC;AACtC,KAAA;IACD,gBAAgB,EAAE,CAAC7J,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,+KAA+K;AACjL,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAA6F,0BAAqC;AACtC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7J,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;AACtD,IAAA,IAAI,EACF,oNAAoN;AACtN,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsK,uBAA+B;AAC5C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEnK,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEoK,KAAgB;AAC7B,IAAA,eAAe,EAAE,CAACtC,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAA6F,0BAAqC;AACrC,QAAAI,kCAA6C;AAC9C,KAAA;IACD,gBAAgB,EAAE,CAACjK,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoI,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,6BAA6B,GAA6B;AAC9D,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkK,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAA8C,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMgB,sCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkJ,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,6CAA6C,GAA6B;AAC9E,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkK,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/J,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACnB,QAAA8C,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACzzBD;;;;;;AAMG;AAuBH;AACA;MACa,+BAA+B,CAAA;AAI1C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAuD,EAAA;QAEvD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAuD,EACvD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA+C,CAAC;YACpD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAuD,EAAA;;;;gBAEvD,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACI,gBAAgB,CACrB,WAAmB,EACnB,OAAmE,EAAA;QAEnE,MAAM,IAAI,GAAG,IAAI,CAAC,yBAAyB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QAClE,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,0BAA0B,CAAC,WAAW,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACxE;SACF,CAAC;KACH;AAEc,IAAA,0BAA0B,CACvC,WAAmB,EACnB,OAAmE,EACnE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA2D,CAAC;YAChE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,iBAAiB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAA,CAAC;AAC5D,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,qBAAqB,CACvC,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,yBAAyB,CACtC,WAAmB,EACnB,OAAmE,EAAA;;;;AAEnE,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,0BAA0B,CACtD,WAAW,EACX,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAuD,EAAA;AAEvD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACK,iBAAiB,CACvB,WAAmB,EACnB,OAAmE,EAAA;AAEnE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB2E,+BAA6B,CAC9B,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,8BAAsC,EACtC,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,8BAA8B;YAC9B,OAAO;SACR,EACD1E,kBAAgB,CACjB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA2D,EAAA;AAE3D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB+B,uBAAqB,CACtB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,qBAAqB,CAC3B,WAAmB,EACnB,QAAgB,EAChB,OAAuE,EAAA;AAEvE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAClC4C,mCAAiC,CAClC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM1E,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,0FAA0F;AAC5F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE2K,8BAAsC;AACnD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtK,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5H,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMyE,+BAA6B,GAA6B;AAC9D,IAAA,IAAI,EACF,kHAAkH;AACpH,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgG,8BAAsC;AACnD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtK,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,sLAAsL;AACxL,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE2K,0BAAkC;AAC/C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEvK,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAoG,8BAAyC;AAC1C,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACpK,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE2I,8BAAsC;AACnD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtK,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM0E,mCAAiC,GAA6B;AAClE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+F,8BAAsC;AACnD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtK,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAA8C,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC9VD;;;;;;AAMG;AAcH;MACa,4CAA4C,CAAA;AAIvD;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACH,IAAA,IAAI,CACF,OAA0D,EAAA;AAE1D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEF,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACH,gBAAgB,CACd,WAAmB,EACnB,OAAsE,EAAA;AAEtE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB2E,+BAA6B,CAC9B,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMzE,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,6FAA6F;AAC/F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8K,kCAA0C;AACvD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzK,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5H,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMyE,+BAA6B,GAA6B;AAC9D,IAAA,IAAI,EACF,qHAAqH;AACvH,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmG,kCAA0C;AACvD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzK,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACnGD;;;;;;AAMG;AAuBH;AACA;MACa,6BAA6B,CAAA;AAIxC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAqD,EAAA;QAErD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAqD,EACrD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA6C,CAAC;YAClD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAqD,EAAA;;;;gBAErD,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACI,gBAAgB,CACrB,WAAmB,EACnB,OAAiE,EAAA;QAEjE,MAAM,IAAI,GAAG,IAAI,CAAC,yBAAyB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QAClE,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,0BAA0B,CAAC,WAAW,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACxE;SACF,CAAC;KACH;AAEc,IAAA,0BAA0B,CACvC,WAAmB,EACnB,OAAiE,EACjE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAyD,CAAC;YAC9D,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,iBAAiB,CAAC,WAAW,EAAE,OAAO,CAAC,CAAA,CAAC;AAC5D,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,qBAAqB,CACvC,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,yBAAyB,CACtC,WAAmB,EACnB,OAAiE,EAAA;;;;AAEjE,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,0BAA0B,CACtD,WAAW,EACX,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAqD,EAAA;AAErD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACK,iBAAiB,CACvB,WAAmB,EACnB,OAAiE,EAAA;AAEjE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB,6BAA6B,CAC9B,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,6BAAqC,EACrC,OAAoD,EAAA;AAEpD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,6BAA6B;YAC7B,OAAO;SACR,EACDC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAyD,EAAA;AAEzD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB+B,uBAAqB,CACtB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,qBAAqB,CAC3B,WAAmB,EACnB,QAAgB,EAChB,OAAqE,EAAA;AAErE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAClC,iCAAiC,CAClC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,wFAAwF;AAC1F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+K,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1K,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5H,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,6BAA6B,GAA6B;AAC9D,IAAA,IAAI,EACF,gHAAgH;AAClH,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6K,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1K,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,mLAAmL;AACrL,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+K,wBAAgC;AAC7C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3K,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAwG,6BAAwC;AACzC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACxK,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+I,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1K,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;AAClE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6K,4BAAoC;AACjD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1K,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAA8C,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC9VD;;;;;;AAMG;AAmBH;AACA;MACa,gBAAgB,CAAA;AAG3B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAwC,EAAA;QAExC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAwC,EACxC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAgC,CAAC;YACrC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAwC,EAAA;;;;gBAExC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAwC,EAAA;AAExC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;;AAMG;IACH,GAAG,CACD,eAAuB,EACvB,OAAuC,EAAA;AAEvC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5BC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA4C,EAAA;AAE5C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,2EAA2E;AAC7E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkL,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7K,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5H,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,6FAA6F;AAC/F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkL,eAAuB;AACpC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE9K,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA4K,eAA0B;AAC3B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC3K,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkJ,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7K,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACjMD;;;;;;AAMG;AAqBH;AACA;MACa,uBAAuB,CAAA;AAGlC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;AAKG;IACI,iBAAiB,CACtB,eAAuB,EACvB,OAA4D,EAAA;QAE5D,MAAM,IAAI,GAAG,IAAI,CAAC,0BAA0B,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;QACvE,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,2BAA2B,CACrC,eAAe,EACf,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,2BAA2B,CACxC,eAAuB,EACvB,OAA4D,EAC5D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAoD,CAAC;YACzD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,kBAAkB,CAAC,eAAe,EAAE,OAAO,CAAC,CAAA,CAAC;AACjE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,sBAAsB,CACxC,eAAe,EACf,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,0BAA0B,CACvC,eAAuB,EACvB,OAA4D,EAAA;;;;AAE5D,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,2BAA2B,CACvD,eAAe,EACf,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAA+C,EAAA;QAE/C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA+C,EAC/C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAuC,CAAC;YAC5C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAD,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAA+C,EAAA;;;;gBAE/C,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACK,kBAAkB,CACxB,eAAuB,EACvB,OAA4D,EAAA;AAE5D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5B,8BAA8B,CAC/B,CAAC;KACH;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAA+C,EAAA;AAE/C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;;AAMG;AACK,IAAA,sBAAsB,CAC5B,eAAuB,EACvB,QAAgB,EAChB,OAAgE,EAAA;AAEhE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,EACtC,kCAAkC,CACnC,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAmD,EAAA;AAEnD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBgC,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,8BAA8B,GAA6B;AAC/D,IAAA,IAAI,EACF,iHAAiH;AACnH,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkL,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhL,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8H,YAAuB,EAAEmD,OAAkB,CAAC;AAC9D,IAAA,aAAa,EAAE;AACb,QAAA/K,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA4K,eAA0B;AAC3B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC3K,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMF,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,kFAAkF;AACpF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqL,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhL,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8H,YAAuB,EAAEmD,OAAkB,CAAC;IAC9D,aAAa,EAAE,CAAC/K,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;AACnE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmL,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAAyJ,eAA0B;AAC3B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC3K,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqJ,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEhL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC9SD;;;;;;AAMG;AAqBH;AACA;MACa,iCAAiC,CAAA;AAI5C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAyD,EAAA;QAEzD,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAyD,EACzD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAiD,CAAC;YACtD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAyD,EAAA;;;;gBAEzD,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;AACI,IAAA,kBAAkB,CACvB,OAAuE,EAAA;QAEvE,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC7D;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAAuE,EACvE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA+D,CAAC;YACpE,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;AACjD,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAD,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACxE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,2BAA2B,CACxC,OAAuE,EAAA;;;;gBAEvE,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA1C,EAA0C,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA1C,EAA0C,GAAA,KAAA,CAAA;;wBAAxD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAyD,EAAA;AAEzD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;AACK,IAAA,mBAAmB,CACzB,OAAuE,EAAA;AAEvE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACXiB,iCAA+B,CAChC,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA6D,EAAA;AAE7D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBe,uBAAqB,CACtB,CAAC;KACH;AAED;;;;AAIG;IACK,uBAAuB,CAC7B,QAAgB,EAChB,OAA2E,EAAA;AAE3E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBb,qCAAmC,CACpC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMjB,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,6DAA6D;AACnE,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEuL,gCAAwC;AACrD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE,CAAC5H,KAAgB,CAAC;AACjC,IAAA,gBAAgB,EAAE,CAACE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMe,iCAA+B,GAA6B;AAChE,IAAA,IAAI,EACF,4FAA4F;AAC9F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsK,gCAAwC;AACrD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5H,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEuJ,gCAAwC;AACrD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElL,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,aAAa,EAAE,CAACE,KAAgB,EAAEoB,QAAmB,CAAC;AACtD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMiB,qCAAmC,GAA6B;AACpE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoK,gCAAwC;AACrD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACjRD;;;;;;AAMG;AAmBH;AACA;MACa,qBAAqB,CAAA;AAGhC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAA6C,EAAA;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA6C,EAC7C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAqC,CAAC;YAC1C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAA6C,EAAA;;;;gBAE7C,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;;;;AAQG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,oBAA4B,EAC5B,OAA4C,EAAA;AAE5C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjEC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,gFAAgF;AAClF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEwL,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEnL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5H,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,kKAAkK;AACpK,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEwL,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8H,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5H,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAiH,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEwJ,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEnL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACvMD;;;;;;AAMG;AAsBH;AACA;MACa,cAAc,CAAA;AAGzB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAsC,EAAA;QAEtC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAsC,EACtC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA8B,CAAC;YACnC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAsC,EAAA;;;;gBAEtC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAsC,EAAA;AAEtC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACH,GAAG,CACD,aAAqB,EACrB,OAAqC,EAAA;AAErC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,aAAa,EAAE,OAAO,EAAE,EAC1BC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,cAAc,CACZ,aAAqB,EACrB,gBAAkC,EAClC,OAAgD,EAAA;AAEhD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,aAAa,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAC5CgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;AAIG;IACH,MAAM,CACJ,aAAqB,EACrB,OAAwC,EAAA;AAExC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,aAAa,EAAE,OAAO,EAAE,EAC1BlC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA0C,EAAA;AAE1C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBiB,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,yEAAyE;AAC3E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE2L,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACyF,WAAsB,CAAC;IACzC,aAAa,EAAE,CAACvF,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,yFAAyF;AAC3F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE2L,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEvL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACyF,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAvF,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAqL,aAAwB;AACzB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACpL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,yFAAyF;AAC3F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE2I,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEvL,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEyL,gBAA2B;AACxC,IAAA,eAAe,EAAE,CAAChG,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAvF,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAqL,aAAwB;AACzB,KAAA;IACD,gBAAgB,EAAE,CAACpL,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,yFAAyF;AAC3F,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACyF,WAAsB,CAAC;AACzC,IAAA,aAAa,EAAE;AACb,QAAAvF,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAqL,aAAwB;AACzB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACpL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE2J,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtL,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC/QD;;;;;;AAMG;AAiDH;AACA;MACa,UAAU,CAAA;AAGrB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAkC,EAAA;QAElC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAkC,EAClC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA0B,CAAC;YAC/B,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAkC,EAAA;;;;gBAElC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,OAAiD,EAAA;QAEjD,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,6BAA6B,CAC1C,iBAAyB,EACzB,OAAiD,EACjD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAyC,CAAC;YAC9C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACrE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAAiD,EAAA;;;;AAEjD,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;AAKG;IACI,6BAA6B,CAClC,WAAmB,EACnB,OAA2D,EAAA;QAE3D,MAAM,IAAI,GAAG,IAAI,CAAC,sCAAsC,CACtD,WAAW,EACX,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,uCAAuC,CACjD,WAAW,EACX,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,uCAAuC,CACpD,WAAmB,EACnB,OAA2D,EAC3D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAmD,CAAC;YACxD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,8BAA8B,CAAC,WAAW,EAAE,OAAO,CAAC,CAAA,CAAC;AACzE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,kCAAkC,CACpD,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,sCAAsC,CACnD,WAAmB,EACnB,OAA2D,EAAA;;;;AAE3D,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,uCAAuC,CACnE,WAAW,EACX,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;AAQG;AACI,IAAA,8BAA8B,CACnC,WAAmB,EACnB,iBAAyB,EACzB,OAA4D,EAAA;AAE5D,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,uCAAuC,CACvD,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,wCAAwC,CAClD,WAAW,EACX,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,wCAAwC,CACrD,WAAmB,EACnB,iBAAyB,EACzB,OAA4D,EAC5D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAoD,CAAC;YACzD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAAD,aAAA,CAAM,IAAI,CAAC,+BAA+B,CACjD,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,mCAAmC,CACrD,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,uCAAuC,CACpD,WAAmB,EACnB,iBAAyB,EACzB,OAA4D,EAAA;;;;AAE5D,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,wCAAwC,CACpE,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAJwB,EAIxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAJwB,EAIxB,GAAA,KAAA,CAAA;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAkC,EAAA;AAElC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9BgB,kCAAgC,CACjC,CAAC;KACH;AAED;;;;;AAKG;IACK,8BAA8B,CACpC,WAAmB,EACnB,OAA2D,EAAA;AAE3D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB,0CAA0C,CAC3C,CAAC;KACH;AAED;;;;;;;;AAQG;AACK,IAAA,+BAA+B,CACrC,WAAmB,EACnB,iBAAyB,EACzB,OAA4D,EAAA;AAE5D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC3C,2CAA2C,CAC5C,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,oBAAoB,CAClB,WAAmB,EACnB,SAAiB,EACjB,OAAkD,EAAA;AAElD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACnC,iCAAiC,CAClC,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,qBAAqB,CACnB,iBAAyB,EACzB,WAAmB,EACnB,SAAiB,EACjB,OAAmD,EAAA;AAEnD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACtD,kCAAkC,CACnC,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,qCAAqC,CACnC,WAAmB,EACnB,SAAiB,EACjB,OAAmE,EAAA;AAEnE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACnC,kDAAkD,CACnD,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,qCAAqC,CACnC,WAAmB,EACnB,SAAiB,EACjB,OAAmE,EAAA;AAEnE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACnC,kDAAkD,CACnD,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,sCAAsC,CACpC,WAAmB,EACnB,SAAiB,EACjB,OAAoE,EAAA;AAEpE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACnC,mDAAmD,CACpD,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,wCAAwC,CACtC,WAAmB,EACnB,SAAiB,EACjB,OAAsE,EAAA;AAEtE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACnC,qDAAqD,CACtD,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,sCAAsC,CACpC,iBAAyB,EACzB,WAAmB,EACnB,SAAiB,EACjB,OAAoE,EAAA;AAEpE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACtD,mDAAmD,CACpD,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,sCAAsC,CACpC,iBAAyB,EACzB,WAAmB,EACnB,SAAiB,EACjB,OAAoE,EAAA;AAEpE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACtD,mDAAmD,CACpD,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,uCAAuC,CACrC,iBAAyB,EACzB,WAAmB,EACnB,SAAiB,EACjB,OAAqE,EAAA;AAErE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACtD,oDAAoD,CACrD,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,yCAAyC,CACvC,iBAAyB,EACzB,WAAmB,EACnB,SAAiB,EACjB,OAAuE,EAAA;AAEvE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EACtD,sDAAsD,CACvD,CAAC;KACH;AAED;;;;;;AAMG;AACG,IAAA,aAAa,CACjB,WAAmB,EACnB,yBAAoD,EACpD,OAAsC,EAAA;;AAEtC,YAAA,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,KACbgH,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;gBACjB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACtD,aAAC,CAAA,CAAC;AACF,YAAA,MAAM,eAAe,GAAG,CACtB,IAAmC,EACnC,IAA8B,KAC5BA,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,OAAO,MAAA,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAE,UAAU,CAAC;AAClD,gBAAA,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,KACnB;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,KAAA,IAAA,IAAhB,gBAAgB,KAAhB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;AAChD,iBAAC,CAAC;AACF,gBAAA,MAAM,WAAW,GAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACZ,IAAI,CAAA,EAAA,EACP,OAAO,EACF,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,IAAI,CAAC,OAAO,CACf,EAAA,EAAA,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;AACZ,oBAAA,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;AACpC,wBAAA,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;AAC9C,qBAAA;iBACF,CAAC;AACJ,aAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,aAAa,CAAC;gBACxB,eAAe;AACf,gBAAA,IAAI,EAAE,EAAE,WAAW,EAAE,yBAAyB,EAAE,OAAO,EAAE;AACzD,gBAAA,IAAI,EAAE,qBAAqB;AAC5B,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,GAAG,MAAMC,wBAAgB,CAA6B,GAAG,EAAE;AACrE,gBAAA,WAAW,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,UAAU;AAChC,gBAAA,YAAY,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,kBAAkB;AACzC,gBAAA,sBAAsB,EAAE,cAAc;AACvC,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;AACpB,YAAA,OAAO,MAAM,CAAC;SACf,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;AACG,IAAA,oBAAoB,CACxB,WAAmB,EACnB,yBAAoD,EACpD,OAAsC,EAAA;;AAEtC,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,aAAa,CACrC,WAAW,EACX,yBAAyB,EACzB,OAAO,CACR,CAAC;AACF,YAAA,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAsC,EAAA;AAEtC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBjG,uBAAqB,CACtB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAqD,EAAA;AAErD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxCd,sCAAoC,CACrC,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,kCAAkC,CACxC,WAAmB,EACnB,QAAgB,EAChB,OAA+D,EAAA;AAE/D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAClC,8CAA8C,CAC/C,CAAC;KACH;AAED;;;;;;;;;AASG;AACK,IAAA,mCAAmC,CACzC,WAAmB,EACnB,iBAAyB,EACzB,QAAgB,EAChB,OAAgE,EAAA;AAEhE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrD,+CAA+C,CAChD,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMhB,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,qEAAqE;AAC3E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+L,SAAiB;AAC9B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAACzL,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMc,kCAAgC,GAA6B;AACjE,IAAA,IAAI,EACF,wGAAwG;AAC1G,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+K,SAAiB;AAC9B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC7B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,0CAA0C,GAA6B;AAC3E,IAAA,IAAI,EACF,6FAA6F;AAC/F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6L,SAAiB;AAC9B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,2CAA2C,GAA6B;AAC5E,IAAA,IAAI,EACF,gIAAgI;AAClI,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6L,SAAiB;AAC9B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;AAClE,IAAA,IAAI,EACF,yGAAyG;AAC3G,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+L,KAAa;AAC1B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACtB,QAAAyH,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;AACnE,IAAA,IAAI,EACF,4IAA4I;AAC9I,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+L,KAAa;AAC1B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAyH,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,kDAAkD,GAA6B;AACnF,IAAA,IAAI,EACF,iHAAiH;AACnH,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACtB,QAAAyH,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,kDAAkD,GAA6B;AACnF,IAAA,IAAI,EACF,iHAAiH;AACnH,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACtB,QAAAyH,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,mDAAmD,GAA6B;AACpF,IAAA,IAAI,EACF,kHAAkH;AACpH,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACtB,QAAAyH,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,qDAAqD,GAA6B;AACtF,IAAA,IAAI,EACF,oHAAoH;AACtH,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACtB,QAAAyH,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,mDAAmD,GAA6B;AACpF,IAAA,IAAI,EACF,oJAAoJ;AACtJ,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAyH,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,mDAAmD,GAA6B;AACpF,IAAA,IAAI,EACF,oJAAoJ;AACtJ,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAyH,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,oDAAoD,GAA6B;AACrF,IAAA,IAAI,EACF,qJAAqJ;AACvJ,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAyH,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,sDAAsD,GAA6B;AACvF,IAAA,IAAI,EACF,uJAAuJ;AACzJ,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC2L,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmD,WAAsB;AACtB,QAAAyH,SAAoB;AACrB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzL,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;AACtD,IAAA,IAAI,EACF,8GAA8G;AAChH,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEG,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAE8L,yBAAoC;AACjD,IAAA,eAAe,EAAE,CAACH,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAzL,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAiE,WAAsB;AACvB,KAAA;IACD,gBAAgB,EAAE,CAAChE,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+J,SAAiB;AAC9B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMgB,sCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6K,SAAiB;AAC9B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,8CAA8C,GAA6B;AAC/E,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6L,SAAiB;AAC9B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAA8C,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,+CAA+C,GAA6B;AAChF,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6L,SAAiB;AAC9B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACnB,QAAA8C,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChE,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC3oCD;;;;;;AAMG;AAsBH;AACA;MACa,YAAY,CAAA;AAGvB;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAoC,EAAA;QAEpC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAoC,EACpC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAA4B,CAAC;YACjC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAoC,EAAA;;;;gBAEpC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAoC,EAAA;AAEpC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACH,GAAG,CACD,WAAwB,EACxB,OAAmC,EAAA;AAEnC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxBC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,MAAM,CACJ,WAAwB,EACxB,OAAqB,EACrB,OAAsC,EAAA;AAEtC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,EACjCsC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAwC,EAAA;AAExC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBP,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,uEAAuE;AAC7E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoM,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgM,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC9L,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,qFAAqF;AACvF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqM,OAAe;AAC5B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjM,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgM,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9L,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA+L,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC9L,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMqC,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,qFAAqF;AACvF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+J,OAAe;AAC5B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjM,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEmM,QAAmB;AAChC,IAAA,eAAe,EAAE,CAACH,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9L,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA+L,YAAuB;AACxB,KAAA;IACD,gBAAgB,EAAE,CAAC9L,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoK,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/L,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACzOD;;;;;;AAMG;AA0BH;AACA;MACa,qBAAqB,CAAA;AAGhC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;AACI,IAAA,IAAI,CACT,OAA6C,EAAA;QAE7C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA6C,EAC7C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAqC,CAAC;YAC1C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAA6C,EAAA;;;;gBAE7C,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;AACK,IAAA,KAAK,CACX,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;AAKG;IACH,GAAG,CACD,oBAA4B,EAC5B,OAA4C,EAAA;AAE5C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjCC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,MAAM,CACJ,oBAA4B,EAC5B,gBAAkC,EAClC,OAA+C,EAAA;AAE/C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,OAAO,EAAE,EACnDa,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACH,MAAM,CACJ,oBAA4B,EAC5B,OAA+C,EAAA;AAE/C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjCC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;AAKG;IACH,UAAU,CACR,oBAA4B,EAC5B,OAAmD,EAAA;AAEnD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjC,uBAAuB,CACxB,CAAC;KACH;AAED;;;;AAIG;IACH,qBAAqB,CACnB,oBAA4B,EAC5B,OAA8D,EAAA;AAE9D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACjC,kCAAkC,CACnC,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBiB,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,gFAAgF;AAClF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEyM,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpM,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqM,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAACnM,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0M,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtM,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqM,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAnM,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoM,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnM,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMY,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6L,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtM,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEwM,gBAA2B;AACxC,IAAA,eAAe,EAAE,CAACH,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAnM,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoM,oBAA+B;AAChC,KAAA;IACD,gBAAgB,EAAE,CAACnM,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqM,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAnM,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoM,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnM,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;AACxD,IAAA,IAAI,EACF,kHAAkH;AACpH,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE4M,qBAA6B;AAC1C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzM,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqM,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAnM,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoM,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnM,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;AACnE,IAAA,IAAI,EACF,6HAA6H;AAC/H,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6M,iBAAyB;AACtC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1M,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACqM,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAnM,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAoM,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnM,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEyK,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpM,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC9VD;;;;;;AAMG;AAuBH;AACA;MACa,uBAAuB,CAAA;AAGlC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;;AAQG;IACI,sBAAsB,CAC3B,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAiE,EAAA;AAEjE,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,+BAA+B,CAC/C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,gCAAgC,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;IAEc,gCAAgC,CAC7C,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAiE,EACjE,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAyD,CAAC;YAC9D,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,uBAAuB,CACzC,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,2BAA2B,CAC7C,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,+BAA+B,CAC5C,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAiE,EAAA;;;;AAEjE,gBAAA,KAAyB,eAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,gCAAgC,CAC5D,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBANwB,EAMxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBANwB,EAMxB,GAAA,KAAA,CAAA;;wBANU,MAAM,IAAI,KAAA,CAAA;wBAOnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACI,IAAA,kBAAkB,CACvB,OAA6D,EAAA;QAE7D,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,CAAC;QACvD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,4BAA4B,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC7D;SACF,CAAC;KACH;IAEc,4BAA4B,CACzC,OAA6D,EAC7D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAqD,CAAC;YAC1D,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAA,CAAC;AACjD,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAD,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACxE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,2BAA2B,CACxC,OAA6D,EAAA;;;;gBAE7D,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA1C,EAA0C,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA1C,EAA0C,GAAA,KAAA,CAAA;;wBAAxD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;AAQG;IACK,uBAAuB,CAC7B,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,OAAiE,EAAA;AAEjE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACD,mCAAmC,CACpC,CAAC;KACH;AAED;;;AAGG;AACK,IAAA,mBAAmB,CACzB,OAA6D,EAAA;AAE7D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,+BAA+B,CAChC,CAAC;KACH;AAED;;;;;;;;;AASG;IACH,GAAG,CACD,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,YAAoB,EACpB,OAA8C,EAAA;AAE9C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,iBAAiB;YACjB,YAAY;YACZ,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACDX,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;;AASG;IACK,2BAA2B,CACjC,iBAAyB,EACzB,iBAAyB,EACzB,YAAoB,EACpB,YAAoB,EACpB,QAAgB,EAChB,OAAqE,EAAA;AAErE,QAAA,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;AAED;;;;AAIG;IACK,uBAAuB,CAC7B,QAAgB,EAChB,OAAiE,EAAA;AAEjE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,mCAAmC,CACpC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMC,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,mCAAmC,GAA6B;AACpE,IAAA,IAAI,EACF,iLAAiL;AACnL,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6M,aAAqB;AAClC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3M,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC4M,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA1M,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAA8G,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7H,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,+BAA+B,GAA6B;AAChE,IAAA,IAAI,EACF,kFAAkF;AACpF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8M,aAAqB;AAClC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3M,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC4M,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC1M,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,gMAAgM;AAClM,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiN,QAAgB;AAC7B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7M,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC4M,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA1M,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAA8G,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACvB,QAAA6E,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC1M,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,uCAAuC,GAA6B;AACxE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8M,aAAqB;AAClC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3M,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACnB,QAAAyG,iBAA4B;AAC5B,QAAAC,YAAuB;AACvB,QAAAC,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7H,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,mCAAmC,GAA6B;AACpE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8M,aAAqB;AAClC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3M,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC3aD;;;;;;AAMG;AAgCH;AACA;MACa,mBAAmB,CAAA;AAG9B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;AAOG;IACI,IAAI,CACT,KAAa,EACb,OAA2C,EAAA;QAE3C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACtD;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,KAAa,EACb,OAA2C,EAC3C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAmC,CAAC;YACxC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1C,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACjE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,OAA2C,EAAA;;;;AAE3C,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAAnC,EAAmC,GAAA,EAAA,CAAA,KAAA,CAAA;oBAAnC,EAAmC,GAAA,KAAA,CAAA;;wBAAjD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;AAOG;IACK,KAAK,CACX,KAAa,EACb,OAA2C,EAAA;AAE3C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClBZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,GAAG,CACD,KAAa,EACb,MAAc,EACd,OAA0C,EAAA;AAE1C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,EAC1BC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;;AASG;AACH,IAAA,cAAc,CACZ,KAAa,EACb,MAAc,EACd,cAA8B,EAC9B,OAAqD,EAAA;AAErD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,EAC1CgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;;;AAQG;AACG,IAAA,WAAW,CACf,KAAa,EACb,MAAc,EACd,OAA6C,EAAA;;AAE7C,YAAA,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,KACb+E,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;gBACjB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACtD,aAAC,CAAA,CAAC;AACF,YAAA,MAAM,eAAe,GAAG,CACtB,IAAmC,EACnC,IAA8B,KAC5BA,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,OAAO,MAAA,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAE,UAAU,CAAC;AAClD,gBAAA,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,KACnB;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,KAAA,IAAA,IAAhB,gBAAgB,KAAhB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;AAChD,iBAAC,CAAC;AACF,gBAAA,MAAM,WAAW,GAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACZ,IAAI,CAAA,EAAA,EACP,OAAO,EACF,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,IAAI,CAAC,OAAO,CACf,EAAA,EAAA,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;AACZ,oBAAA,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;AACpC,wBAAA,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;AAC9C,qBAAA;iBACF,CAAC;AACJ,aAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,aAAa,CAAC;gBACxB,eAAe;AACf,gBAAA,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE;AAChC,gBAAA,IAAI,EAAEjH,qBAAmB;AAC1B,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,GAAG,MAAMkH,wBAAgB,CAA6B,GAAG,EAAE;AACrE,gBAAA,WAAW,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,UAAU;AAChC,gBAAA,YAAY,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,kBAAkB;AACzC,gBAAA,sBAAsB,EAAE,UAAU;AACnC,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;AACpB,YAAA,OAAO,MAAM,CAAC;SACf,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;AAQG;AACG,IAAA,kBAAkB,CACtB,KAAa,EACb,MAAc,EACd,OAA6C,EAAA;;AAE7C,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AAC9D,YAAA,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;AAQG;AACG,IAAA,YAAY,CAChB,KAAa,EACb,MAAc,EACd,OAA8C,EAAA;;AAO9C,YAAA,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,KACaD,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;gBAC3C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACtD,aAAC,CAAA,CAAC;AACF,YAAA,MAAM,eAAe,GAAG,CACtB,IAAmC,EACnC,IAA8B,KAC5BA,eAAA,CAAA,IAAA,EAAA,KAAA,CAAA,EAAA,KAAA,CAAA,EAAA,aAAA;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,CAAA,EAAA,GAAA,IAAI,CAAC,OAAO,MAAA,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,EAAA,CAAE,UAAU,CAAC;AAClD,gBAAA,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,KACnB;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,KAAA,IAAA,IAAhB,gBAAgB,KAAhB,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;AAChD,iBAAC,CAAC;AACF,gBAAA,MAAM,WAAW,GAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EACZ,IAAI,CAAA,EAAA,EACP,OAAO,EACF,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,IAAI,CAAC,OAAO,CACf,EAAA,EAAA,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;AACZ,oBAAA,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;AACpC,wBAAA,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;AAC9C,qBAAA;iBACF,CAAC;AACJ,aAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,aAAa,CAAC;gBACxB,eAAe;AACf,gBAAA,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE;AAChC,gBAAA,IAAI,EAAE,oBAAoB;AAC3B,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,GAAG,MAAMC,wBAAgB,CAGnC,GAAG,EAAE;AACL,gBAAA,WAAW,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,UAAU;AAChC,gBAAA,YAAY,EAAE,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,kBAAkB;AACzC,gBAAA,sBAAsB,EAAE,UAAU;AACnC,aAAA,CAAC,CAAC;AACH,YAAA,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;AACpB,YAAA,OAAO,MAAM,CAAC;SACf,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;AAQG;AACG,IAAA,mBAAmB,CACvB,KAAa,EACb,MAAc,EACd,OAA8C,EAAA;;AAE9C,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AAC/D,YAAA,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;SAC/B,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;;AASG;AACH,IAAA,gBAAgB,CACd,KAAa,EACb,MAAc,EACd,WAAmB,EACnB,OAAuD,EAAA;AAEvD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,EACvC,6BAA6B,CAC9B,CAAC;KACH;AAED;;;;;;;;AAQG;AACK,IAAA,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAA+C,EAAA;AAE/C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5BjG,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,uDAAuD;AAC7D,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoN,kBAA0B;AACvC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/M,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgN,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC9M,KAAgB,EAAE+M,MAAiB,CAAC;AACpD,IAAA,gBAAgB,EAAE,CAAC7M,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EAAE,gEAAgE;AACtE,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsN,cAAsB;AACnC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElN,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgN,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE,CAAC9M,KAAgB,EAAE+M,MAAiB,EAAEE,MAAiB,CAAC;AACvE,IAAA,gBAAgB,EAAE,CAAC/M,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EAAE,gEAAgE;AACtE,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsK,cAAsB;AACnC,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,cAAsB;AACnC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElN,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEoN,cAAyB;AACtC,IAAA,eAAe,EAAE,CAACJ,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE,CAAC9M,KAAgB,EAAE+M,MAAiB,EAAEE,MAAiB,CAAC;IACvE,gBAAgB,EAAE,CAAC/M,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EAAE,gEAAgE;AACtE,IAAA,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;AAC9D,IAAA,eAAe,EAAE,CAACsM,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE,CAAC9M,KAAgB,EAAE+M,MAAiB,EAAEE,MAAiB,CAAC;gBACvEtN,YAAU;CACX,CAAC;AACF,MAAM,oBAAoB,GAA6B;AACrD,IAAA,IAAI,EACF,wEAAwE;AAC1E,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,aAAa,EAAEwN,6BAAqC;AACrD,SAAA;AACD,QAAA,GAAG,EAAE;YACH,aAAa,EAAEA,6BAAqC;AACrD,SAAA;AACD,QAAA,GAAG,EAAE;YACH,aAAa,EAAEA,6BAAqC;AACrD,SAAA;AACD,QAAA,GAAG,EAAE;YACH,aAAa,EAAEA,6BAAqC;AACrD,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErN,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEsN,2BAAsC;AACnD,IAAA,eAAe,EAAE,CAACN,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE,CAAC9M,KAAgB,EAAE+M,MAAiB,EAAEE,MAAiB,CAAC;IACvE,gBAAgB,EAAE,CAAC/M,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAM,6BAA6B,GAA6B;AAC9D,IAAA,IAAI,EACF,+FAA+F;AACjG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0N,4BAAoC;AACjD,SAAA;AACD,QAAA,GAAG,EAAE;YACH,aAAa,EAAEC,sCAA8C;AAC9D,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExN,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgN,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9M,KAAgB;AAChB,QAAA+M,MAAiB;AACjB,QAAAE,MAAiB;AACjB,QAAAM,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACrN,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoL,kBAA0B;AACvC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/M,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE,CAACE,KAAgB,EAAEoB,QAAmB,EAAE2L,MAAiB,CAAC;AACzE,IAAA,gBAAgB,EAAE,CAAC7M,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC3gBD;;;;;;AAMG;AAsBH;AACA;MACa,yBAAyB,CAAA;AAGpC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;AAOG;AACI,IAAA,IAAI,CACT,KAAa,EACb,cAAsB,EACtB,OAAiD,EAAA;AAEjD,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;QAChE,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACtE;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,KAAa,EACb,cAAsB,EACtB,OAAiD,EACjD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAyC,CAAC;YAC9C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAAS,aAAA,CAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAC3B,KAAK,EACL,cAAc,EACd,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,KAAa,EACb,cAAsB,EACtB,OAAiD,EAAA;;;;AAEjD,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAC1C,KAAK,EACL,cAAc,EACd,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAJwB,EAIxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAJwB,EAIxB,GAAA,KAAA,CAAA;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;AAOG;AACK,IAAA,KAAK,CACX,KAAa,EACb,cAAsB,EACtB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,EAClCZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;;;;AASG;AACH,IAAA,GAAG,CACD,KAAa,EACb,cAAsB,EACtB,aAAqB,EACrB,OAAgD,EAAA;AAEhD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,OAAO,EAAE,EACjDC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;;;AAUG;IACH,cAAc,CACZ,KAAa,EACb,cAAsB,EACtB,aAAqB,EACrB,oBAA0C,EAC1C,OAA2D,EAAA;QAE3D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,oBAAoB,EAAE,OAAO,EAAE,EACvEgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;;;;AASG;AACH,IAAA,MAAM,CACJ,KAAa,EACb,cAAsB,EACtB,aAAqB,EACrB,OAAmD,EAAA;AAEnD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,OAAO,EAAE,EACjDlC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;;;;AAQG;AACK,IAAA,SAAS,CACf,KAAa,EACb,cAAsB,EACtB,QAAgB,EAChB,OAAqD,EAAA;AAErD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5CiB,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,0FAA0F;AAC5F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+N,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1N,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgN,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9M,KAAgB;AAChB,QAAA+M,MAAiB;AACjB,QAAAU,eAA0B;AAC3B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACvN,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,0GAA0G;AAC5G,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgO,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5N,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgN,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9M,KAAgB;AAChB,QAAA+M,MAAiB;AACjB,QAAAU,eAA0B;AAC1B,QAAAE,aAAwB;AACzB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACzN,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,0GAA0G;AAC5G,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgL,oBAA4B;AACzC,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE5N,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAE8N,oBAA+B;AAC5C,IAAA,eAAe,EAAE,CAACd,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9M,KAAgB;AAChB,QAAA+M,MAAiB;AACjB,QAAAU,eAA0B;AAC1B,QAAAE,aAAwB;AACzB,KAAA;IACD,gBAAgB,EAAE,CAACzN,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,0GAA0G;AAC5G,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;AAC5C,IAAA,eAAe,EAAE,CAACsM,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9M,KAAgB;AAChB,QAAA+M,MAAiB;AACjB,QAAAU,eAA0B;AAC1B,QAAAE,aAAwB;AACzB,KAAA;gBACDhO,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE+L,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE1N,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAoB,QAAmB;AACnB,QAAA2L,MAAiB;AACjB,QAAAU,eAA0B;AAC3B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACvN,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACxUD;;;;;;AAMG;AAiBH;AACA;MACa,gBAAgB,CAAA;AAG3B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;AAGG;AACI,IAAA,IAAI,CACT,OAAwC,EAAA;QAExC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAAwC,EACxC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAgC,CAAC;YACrC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAAwC,EAAA;;;;gBAExC,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;AAGG;AACK,IAAA,KAAK,CACX,OAAwC,EAAA;AAExC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAA4C,EAAA;AAE5C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrBgC,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,2EAA2E;AAC7E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoO,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/N,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgO,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC9N,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoM,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/N,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACzJD;;;;;;AAMG;AAgBH;MACa,yBAAyB,CAAA;AAGpC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;IACH,GAAG,CACD,aAAqB,EACrB,OAAsC,EAAA;AAEtC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,aAAa,EAAE,OAAO,EAAE,EAC1BD,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,cAAc,CACZ,aAAqB,EACrB,WAAwB,EACxB,OAAiD,EAAA;AAEjD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,aAAa,EAAE,WAAW,EAAE,OAAO,EAAE,EACvCgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;AAIG;IACH,MAAM,CACJ,aAAqB,EACrB,OAAyC,EAAA;AAEzC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,aAAa,EAAE,OAAO,EAAE,EAC1BlC,qBAAmB,CACpB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMb,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMF,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,2FAA2F;AAC7F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqO,WAAmB;AAChC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjO,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgO,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9N,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA+N,aAAwB;AACzB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC9N,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,2FAA2F;AAC7F,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqL,WAAmB;AAChC,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,WAAmB;AAChC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjO,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEmO,WAAsB;AACnC,IAAA,eAAe,EAAE,CAACH,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9N,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA+N,aAAwB;AACzB,KAAA;IACD,gBAAgB,EAAE,CAAC9N,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,2FAA2F;AAC7F,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;AAC5C,IAAA,eAAe,EAAE,CAACsN,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9N,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAA+N,aAAwB;AACzB,KAAA;gBACDrO,YAAU;CACX;;AC/ID;;;;;;AAMG;AAiBH;AACA;MACa,iCAAiC,CAAA;AAI5C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;AACI,IAAA,IAAI,CACT,iBAAyB,EACzB,qBAA6B,EAC7B,OAAyD,EAAA;AAEzD,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAC7B,iBAAiB,EACjB,qBAAqB,EACrB,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,cAAc,CACxB,iBAAiB,EACjB,qBAAqB,EACrB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,iBAAyB,EACzB,qBAA6B,EAC7B,OAAyD,EACzD,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAiD,CAAC;YACtD,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAAS,aAAA,CAAM,IAAI,CAAC,KAAK,CACvB,iBAAiB,EACjB,qBAAqB,EACrB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAC3B,iBAAiB,EACjB,qBAAqB,EACrB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,iBAAyB,EACzB,qBAA6B,EAC7B,OAAyD,EAAA;;;;AAEzD,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAC1C,iBAAiB,EACjB,qBAAqB,EACrB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAJwB,EAIxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAJwB,EAIxB,GAAA,KAAA,CAAA;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;AACK,IAAA,KAAK,CACX,iBAAyB,EACzB,qBAA6B,EAC7B,OAAyD,EAAA;AAEzD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACrDZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;;AAOG;AACK,IAAA,SAAS,CACf,iBAAyB,EACzB,qBAA6B,EAC7B,QAAgB,EAChB,OAA6D,EAAA;AAE7D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC/DgC,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,sLAAsL;AACxL,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoO,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/N,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgO,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9N,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmN,qBAAgC;AACjC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChO,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoM,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/N,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACnB,QAAA8M,qBAAgC;AACjC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChO,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC7MD;;;;;;AAMG;AAgBH;MACa,gCAAgC,CAAA;AAI3C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;AAOG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,qBAA6B,EAC7B,aAAqB,EACrB,OAAuD,EAAA;AAEvD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,aAAa,EAAE,OAAO,EAAE,EACpED,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;AAQG;IACH,cAAc,CACZ,iBAAyB,EACzB,qBAA6B,EAC7B,aAAqB,EACrB,WAAwB,EACxB,OAAkE,EAAA;AAElE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,qBAAqB;YACrB,aAAa;YACb,WAAW;YACX,OAAO;SACR,EACDgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,qBAA6B,EAC7B,aAAqB,EACrB,OAA0D,EAAA;AAE1D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,aAAa,EAAE,OAAO,EAAE,EACpElC,qBAAmB,CACpB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMb,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMF,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,sMAAsM;AACxM,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqO,WAAmB;AAChC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjO,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACgO,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9N,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAiN,aAAwB;AACxB,QAAAE,qBAAgC;AACjC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChO,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,sMAAsM;AACxM,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEqL,WAAmB;AAChC,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,WAAmB;AAChC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjO,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEmO,WAAsB;AACnC,IAAA,eAAe,EAAE,CAACH,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9N,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAiN,aAAwB;AACxB,QAAAE,qBAAgC;AACjC,KAAA;IACD,gBAAgB,EAAE,CAAChO,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,sMAAsM;AACxM,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;AAC5C,IAAA,eAAe,EAAE,CAACsN,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA9N,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAiN,aAAwB;AACxB,QAAAE,qBAAgC;AACjC,KAAA;gBACDvO,YAAU;CACX;;AC3KD;;;;;;AAMG;AAmBH;AACA;MACa,iBAAiB,CAAA;AAG5B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;;AAQG;AACI,IAAA,IAAI,CACT,iBAAyB,EACzB,WAAmB,EACnB,OAAyC,EAAA;AAEzC,QAAA,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;QACzE,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;AACD,gBAAA,OAAO,IAAI,CAAC,cAAc,CACxB,iBAAiB,EACjB,WAAW,EACX,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,iBAAyB,EACzB,WAAmB,EACnB,OAAyC,EACzC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAiC,CAAC;YACtC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;AACtB,gBAAA,MAAM,GAAG,MAAAS,aAAA,CAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA,CAAC;AACnE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAC3B,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,iBAAyB,EACzB,WAAmB,EACnB,OAAyC,EAAA;;;;AAEzC,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAC1C,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAJwB,EAIxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAJwB,EAIxB,GAAA,KAAA,CAAA;;wBAJU,MAAM,IAAI,KAAA,CAAA;wBAKnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;;;AAQG;AACK,IAAA,KAAK,CACX,iBAAyB,EACzB,WAAmB,EACnB,OAAyC,EAAA;AAEzC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3CZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;;;;;;AAUG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,OAAwC,EAAA;AAExC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5DC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,SAAS,CACf,iBAAyB,EACzB,WAAmB,EACnB,QAAgB,EAChB,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrD+B,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,wKAAwK;AAC1K,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0O,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAArO,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAqO,kBAA6B;AAC7B,QAAAC,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACrO,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,0LAA0L;AAC5L,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8O,qBAA6B;AAC1C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEJ,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAArO,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAqO,kBAA6B;AAC7B,QAAAC,WAAsB;AACtB,QAAAE,eAA0B;AAC3B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACvO,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0M,yBAAiC;AAC9C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAApO,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACnB,QAAAkN,kBAA6B;AAC7B,QAAAC,WAAsB;AACvB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACrO,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACvPD;;;;;;AAMG;AAYH;MACa,2BAA2B,CAAA;AAGtC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;;;AASG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,OAAqD,EAAA;AAErD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5D,mBAAmB,CACpB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMA,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,mBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,0LAA0L;AAC5L,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE4O,qBAA6B;AAC1C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEJ,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAArO,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAqO,kBAA6B;AAC7B,QAAAC,WAAsB;AACtB,QAAAE,eAA0B;AAC3B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACvO,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AC7ED;;;;;;AAMG;AASH;MACa,4BAA4B,CAAA;AAGvC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;;AAQG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,WAAmB,EACnB,eAAuB,EACvB,OAAsD,EAAA;AAEtD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5Da,qBAAmB,CACpB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMb,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMY,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,0LAA0L;AAC5L,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAE4N,aAAqB;AAClC,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAArO,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAqO,kBAA6B;AAC7B,QAAAC,WAAsB;AACtB,QAAAE,eAA0B;AAC3B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACvO,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACxED;;;;;;AAMG;AAiBH;AACA;MACa,iBAAiB,CAAA;AAG5B;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;IACI,IAAI,CACT,KAAa,EACb,OAAyC,EAAA;QAEzC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;aACtD;SACF,CAAC;KACH;AAEc,IAAA,cAAc,CAC3B,KAAa,EACb,OAAyC,EACzC,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAiC,CAAC;YACtC,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMS,aAAA,CAAA,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1C,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACjE,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,aAAa,CAC1B,KAAa,EACb,OAAyC,EAAA;;;;AAEzC,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAAnC,EAAmC,GAAA,EAAA,CAAA,KAAA,CAAA;oBAAnC,EAAmC,GAAA,KAAA,CAAA;;wBAAjD,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;IACK,KAAK,CACX,KAAa,EACb,OAAyC,EAAA;AAEzC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClBZ,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;AAKG;AACK,IAAA,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5BgC,uBAAqB,CACtB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM9B,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EAAE,qDAAqD;AAC3D,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiP,iBAAyB;AACtC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,0BAAkC;AAC/C,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5O,KAAgB,EAAE6O,MAAiB,CAAC;AACpD,IAAA,gBAAgB,EAAE,CAAC3O,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM8B,uBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEiN,iBAAyB;AACtC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEC,0BAAkC;AAC/C,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE,CAAC3O,KAAgB,EAAEoB,QAAmB,EAAEyN,MAAiB,CAAC;AACzE,IAAA,gBAAgB,EAAE,CAAC3O,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACnKD;;;;;;AAMG;AAYH;MACa,0BAA0B,CAAA;AAGrC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;AAKG;AACH,IAAA,GAAG,CACD,UAAkB,EAClB,gBAAwB,EACxB,OAAuC,EAAA;AAEvC,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,UAAU,EAAE,gBAAgB,EAAE,OAAO,EAAE,EACzCD,kBAAgB,CACjB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMC,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMF,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,6EAA6E;AAC/E,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEoP,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEH,0BAAkC;AAC/C,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACC,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5O,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAAiN,gBAA2B;AAC5B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC7O,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACtED;;;;;;AAMG;AAcH;MACa,mCAAmC,CAAA;AAI9C;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,MAAc,EACd,WAAmB,EACnB,UAAkB,EAClB,OAA0D,EAAA;AAE1D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC5CD,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,IAAI,CACF,WAAmB,EACnB,UAAkB,EAClB,OAA2D,EAAA;AAE3D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACpCD,mBAAiB,CAClB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAME,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMF,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,+FAA+F;AACjG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEsP,IAAY;AACzB,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAElP,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8O,YAAuB,EAAEK,WAAsB,CAAC;AAClE,IAAA,aAAa,EAAE,CAACjP,KAAgB,EAAE8B,UAAqB,EAAEoN,MAAiB,CAAC;AAC3E,IAAA,gBAAgB,EAAE,CAAChP,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMF,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,sFAAsF;AACxF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0P,KAAa;AAC1B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAErP,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8O,YAAuB,EAAEK,WAAsB,CAAC;IAClE,aAAa,EAAE,CAACjP,KAAgB,EAAE8B,UAAqB,CAAC;AACxD,IAAA,gBAAgB,EAAE,CAAC5B,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACzGD;;;;;;AAMG;AAcH;MACa,yCAAyC,CAAA;AAIpD;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;;AAOG;IACH,GAAG,CACD,MAAc,EACd,YAAoB,EACpB,WAAmB,EACnB,UAAkB,EAClB,OAAgE,EAAA;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC1DD,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,IAAI,CACF,MAAc,EACd,WAAmB,EACnB,UAAkB,EAClB,OAAiE,EAAA;AAEjE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC5CD,mBAAiB,CAClB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAME,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMF,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,0HAA0H;AAC5H,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE0P,UAAkB;AAC/B,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEtP,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8O,YAAuB,EAAEK,WAAsB,CAAC;AAClE,IAAA,aAAa,EAAE;AACb,QAAAjP,KAAgB;AAChB,QAAA8B,UAAqB;AACrB,QAAAoN,MAAiB;AACjB,QAAAG,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACnP,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMF,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,2GAA2G;AAC7G,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6P,WAAmB;AAChC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAExP,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8O,YAAuB,EAAEK,WAAsB,CAAC;AAClE,IAAA,aAAa,EAAE,CAACjP,KAAgB,EAAE8B,UAAqB,EAAEoN,MAAiB,CAAC;AAC3E,IAAA,gBAAgB,EAAE,CAAChP,MAAiB,CAAC;gBACrCP,YAAU;CACX;;AClHD;;;;;;AAMG;AAmBH;MACa,2CAA2C,CAAA;AAItD;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;;;AAMG;AACH,IAAA,cAAc,CACZ,MAAc,EACd,WAAmB,EACnB,UAAkB,EAClB,OAA6E,EAAA;AAE7E,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC5C+C,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,MAAc,EACd,WAAmB,EACnB,UAAkB,EAClB,OAAkE,EAAA;AAElE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC5ChD,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,MAAM,CACJ,MAAc,EACd,WAAmB,EACnB,UAAkB,EAClB,OAAqE,EAAA;AAErE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EAC5Cc,qBAAmB,CACpB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,IAAI,CACF,WAAmB,EACnB,UAAkB,EAClB,OAAmE,EAAA;AAEnE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACpCf,mBAAiB,CAClB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,GAAG,CACD,WAAmB,EACnB,UAAkB,EAClB,OAAkE,EAAA;AAElE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,EAAE,EACpC,gBAAgB,CACjB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAME,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM8C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6M,WAAmB;AAChC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzP,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAE0P,KAAgB;IAC7B,eAAe,EAAE,CAACZ,YAAuB,EAAEK,WAAsB,CAAC;AAClE,IAAA,aAAa,EAAE,CAACjP,KAAgB,EAAE8B,UAAqB,EAAEmL,MAAiB,CAAC;IAC3E,gBAAgB,EAAE,CAAC/M,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE6P,WAAmB;AAChC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEzP,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8O,YAAuB,EAAEK,WAAsB,CAAC;AAClE,IAAA,aAAa,EAAE,CAACjP,KAAgB,EAAE8B,UAAqB,EAAEmL,MAAiB,CAAC;AAC3E,IAAA,gBAAgB,EAAE,CAAC/M,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8O,YAAuB,EAAEK,WAAsB,CAAC;AAClE,IAAA,aAAa,EAAE,CAACjP,KAAgB,EAAE8B,UAAqB,EAAEmL,MAAiB,CAAC;AAC3E,IAAA,gBAAgB,EAAE,CAAC/M,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMF,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,8FAA8F;AAChG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgQ,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3P,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,eAAe,EAAE,CAAC8O,YAAuB,EAAEK,WAAsB,CAAC;IAClE,aAAa,EAAE,CAACjP,KAAgB,EAAE8B,UAAqB,CAAC;AACxD,IAAA,gBAAgB,EAAE,CAAC5B,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,8FAA8F;AAChG,IAAA,UAAU,EAAE,MAAM;AAClB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAE8P,YAAoB;AACjC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE3P,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAE4P,KAAgB;IAC7B,eAAe,EAAE,CAACd,YAAuB,EAAEK,WAAsB,CAAC;IAClE,aAAa,EAAE,CAACjP,KAAgB,EAAE8B,UAAqB,CAAC;IACxD,gBAAgB,EAAE,CAAC5B,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX;;AC3ND;;;;;;AAMG;AA4BH;AACA;MACa,sBAAsB,CAAA;AAGjC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;AACI,IAAA,IAAI,CACT,OAA8C,EAAA;QAE9C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QACzC,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC/C;SACF,CAAC;KACH;IAEc,cAAc,CAC3B,OAA8C,EAC9C,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAsC,CAAC;YAC3C,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,oBAAM,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA,CAAC;AACnC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAS,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,MAAMA,aAAA,CAAA,IAAI,CAAC,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AAC1D,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;AAEc,IAAA,aAAa,CAC1B,OAA8C,EAAA;;;;gBAE9C,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAA5B,EAA4B,GAAA,EAAA,CAAA,KAAA,CAAA;oBAA5B,EAA4B,GAAA,KAAA,CAAA;;wBAA1C,MAAM,IAAI,KAAA,CAAA;wBACnB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;;;AAMG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,OAA6D,EAAA;QAE7D,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;QAC3E,OAAO;YACL,IAAI,GAAA;AACF,gBAAA,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;aACpB;YACD,CAAC,MAAM,CAAC,aAAa,CAAC,GAAA;AACpB,gBAAA,OAAO,IAAI,CAAC;aACb;AACD,YAAA,MAAM,EAAE,CAAC,QAAuB,KAAI;AAClC,gBAAA,IAAI,QAAQ,KAAR,IAAA,IAAA,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;AACzB,oBAAA,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AACpE,iBAAA;gBACD,OAAO,IAAI,CAAC,6BAA6B,CACvC,iBAAiB,EACjB,OAAO,EACP,QAAQ,CACT,CAAC;aACH;SACF,CAAC;KACH;AAEc,IAAA,6BAA6B,CAC1C,iBAAyB,EACzB,OAA6D,EAC7D,QAAuB,EAAA;;AAEvB,YAAA,IAAI,MAAqD,CAAC;YAC1D,IAAI,iBAAiB,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE;gBACtB,MAAM,GAAG,MAAMD,aAAA,CAAA,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;AACrE,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;AACD,YAAA,OAAO,iBAAiB,EAAE;AACxB,gBAAA,MAAM,GAAG,MAAAA,aAAA,CAAM,IAAI,CAAC,wBAAwB,CAC1C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;AACF,gBAAA,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;AACpC,gBAAA,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;AAC9B,gBAAA,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,MAAM,MAAAA,aAAA,CAAA,IAAI,CAAA,CAAC;AACZ,aAAA;SACF,CAAA,CAAA;AAAA,KAAA;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,OAA6D,EAAA;;;;AAE7D,gBAAA,KAAyB,IAAA,EAAA,GAAA,IAAA,EAAA,EAAA,GAAAC,mBAAA,CAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,OAAO,CACR,CAAA,EAAA,EAAA,EAAA,EAAA,GAAA,MAAAD,aAAA,CAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,EAAA,GAAA,EAAA,CAAA,IAAA,EAAA,CAAA,EAAA,GAAA;oBAHwB,EAGxB,GAAA,EAAA,CAAA,KAAA,CAAA;oBAHwB,EAGxB,GAAA,KAAA,CAAA;;wBAHU,MAAM,IAAI,KAAA,CAAA;wBAInB,MAAAA,aAAA,CAAA,OAAOE,sBAAA,CAAAD,oBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;;;;;AACb,iBAAA;;;;;;;;;SACF,CAAA,CAAA;AAAA,KAAA;AAED;;;;AAIG;AACK,IAAA,KAAK,CACX,OAA8C,EAAA;AAE9C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAEZ,mBAAiB,CAAC,CAAC;KACzE;AAED;;;;;;AAMG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,OAA6D,EAAA;AAE7D,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9B,gCAAgC,CACjC,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,GAAG,CACD,iBAAyB,EACzB,qBAA6B,EAC7B,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACrDC,kBAAgB,CACjB,CAAC;KACH;AAED;;;;;;;;AAQG;AACH,IAAA,cAAc,CACZ,iBAAyB,EACzB,qBAA6B,EAC7B,iBAAoC,EACpC,OAAwD,EAAA;AAExD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACxEgD,6BAA2B,CAC5B,CAAC;KACH;AAED;;;;;;;AAOG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,qBAA6B,EAC7B,iBAAoC,EACpC,OAAgD,EAAA;AAEhD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,OAAO,EAAE,EACxE,mBAAmB,CACpB,CAAC;KACH;AAED;;;;;;AAMG;AACH,IAAA,MAAM,CACJ,iBAAyB,EACzB,qBAA6B,EAC7B,OAAgD,EAAA;AAEhD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACrDlC,qBAAmB,CACpB,CAAC;KACH;AAED;;;;AAIG;IACK,SAAS,CACf,QAAgB,EAChB,OAAkD,EAAA;AAElD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,qBAAqB,CACtB,CAAC;KACH;AAED;;;;;;AAMG;AACK,IAAA,wBAAwB,CAC9B,iBAAyB,EACzB,QAAgB,EAChB,OAAiE,EAAA;AAEjE,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,oCAAoC,CACrC,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAMb,YAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAMH,mBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,iFAAiF;AACnF,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkQ,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7P,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8P,YAAuB,CAAC;IAC1C,aAAa,EAAE,CAAC5P,KAAgB,EAAEC,cAAyB,CAAC;AAC5D,IAAA,gBAAgB,EAAE,CAACC,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;AACjE,IAAA,IAAI,EACF,oHAAoH;AACtH,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgQ,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7P,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8P,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5P,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC7B,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACb,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAMD,kBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,4IAA4I;AAC9I,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmQ,iBAAyB;AACtC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/P,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8P,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5P,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmN,qBAAgC;AACjC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChO,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM+C,6BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,4IAA4I;AAC9I,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmN,iBAAyB;AACtC,SAAA;AACD,QAAA,GAAG,EAAE;YACH,UAAU,EAAEA,iBAAyB;AACtC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/P,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEgQ,iBAA4B;AACzC,IAAA,eAAe,EAAE,CAACF,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5P,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmN,qBAAgC;AACjC,KAAA;IACD,gBAAgB,EAAE,CAAChO,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,4IAA4I;AAC9I,IAAA,UAAU,EAAE,OAAO;AACnB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEkQ,iBAAyB;AACtC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE/P,UAAkB;AAC/B,SAAA;AACF,KAAA;IACD,WAAW,EAAEgQ,iBAA4B;AACzC,IAAA,eAAe,EAAE,CAACF,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5P,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmN,qBAAgC;AACjC,KAAA;IACD,gBAAgB,EAAE,CAAChO,MAAiB,EAAEgB,WAAsB,CAAC;AAC7D,IAAA,SAAS,EAAE,MAAM;gBACjBvB,YAAU;CACX,CAAC;AACF,MAAMa,qBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,4IAA4I;AAC9I,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEV,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAAC8P,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAA5P,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAmN,qBAAgC;AACjC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAChO,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;AACtD,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgQ,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7P,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAmB,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX,CAAC;AACF,MAAM,oCAAoC,GAA6B;AACrE,IAAA,IAAI,EAAE,YAAY;AAClB,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgQ,sBAA8B;AAC3C,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAE7P,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,aAAa,EAAE;AACb,QAAAE,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAc,iBAA4B;AAC5B,QAAAK,QAAmB;AACpB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAClB,MAAiB,CAAC;gBACrCP,YAAU;CACX;;ACpeD;;;;;;AAMG;AAiBH;MACa,qBAAqB,CAAA;AAGhC;;;AAGG;AACH,IAAA,WAAA,CAAY,MAAsB,EAAA;AAChC,QAAA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;KACtB;AAED;;;;AAIG;IACH,IAAI,CACF,WAAmB,EACnB,OAA6C,EAAA;AAE7C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,OAAO,EAAE,EACxB,iBAAiB,CAClB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,GAAG,CACD,WAAmB,EACnB,oBAA4B,EAC5B,OAA4C,EAAA;AAE5C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,oBAAoB,EAAE,OAAO,EAAE,EAC9C,gBAAgB,CACjB,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,cAAc,CACZ,WAAmB,EACnB,oBAA4B,EAC5B,OAAuD,EAAA;AAEvD,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,oBAAoB,EAAE,OAAO,EAAE,EAC9C,2BAA2B,CAC5B,CAAC;KACH;AAED;;;;;AAKG;AACH,IAAA,MAAM,CACJ,WAAmB,EACnB,oBAA4B,EAC5B,OAA+C,EAAA;AAE/C,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,WAAW,EAAE,oBAAoB,EAAE,OAAO,EAAE,EAC9C,mBAAmB,CACpB,CAAC;KACH;AACF,CAAA;AACD;AACA,MAAM,UAAU,GAAGC,qBAAU,CAAC,gBAAgB,CAAC,OAAO,cAAc,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;AAClD,IAAA,IAAI,EACF,uGAAuG;AACzG,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEmQ,oBAA4B;AACzC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEjQ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkQ,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAhQ,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAgQ,YAAuB;AACxB,KAAA;AACD,IAAA,gBAAgB,EAAE,CAAC/P,MAAiB,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;AACjD,IAAA,IAAI,EACF,8HAA8H;AAChI,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgQ,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpQ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkQ,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAhQ,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAgQ,YAAuB;AACvB,QAAAE,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjQ,MAAiB,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;AAC5D,IAAA,IAAI,EACF,8HAA8H;AAChI,IAAA,UAAU,EAAE,KAAK;AACjB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE;YACH,UAAU,EAAEgQ,gBAAwB;AACrC,SAAA;AACD,QAAA,OAAO,EAAE;YACP,UAAU,EAAEpQ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkQ,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAhQ,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAgQ,YAAuB;AACvB,QAAAE,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjQ,MAAiB,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;AACpD,IAAA,IAAI,EACF,8HAA8H;AAChI,IAAA,UAAU,EAAE,QAAQ;AACpB,IAAA,SAAS,EAAE;AACT,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,GAAG,EAAE,EAAE;AACP,QAAA,OAAO,EAAE;YACP,UAAU,EAAEJ,UAAkB;AAC/B,SAAA;AACF,KAAA;AACD,IAAA,eAAe,EAAE,CAACkQ,YAAuB,CAAC;AAC1C,IAAA,aAAa,EAAE;AACb,QAAAhQ,KAAgB;AAChB,QAAAC,cAAyB;AACzB,QAAAgQ,YAAuB;AACvB,QAAAE,oBAA+B;AAChC,KAAA;AACD,IAAA,gBAAgB,EAAE,CAACjQ,MAAiB,CAAC;IACrC,UAAU;CACX;;AC7LD;;;;;;AAMG;AAqIU,MAAA,cAAe,SAAQN,qBAAU,CAAC,aAAa,CAAA;AAI1D;;;;;AAKG;AACH,IAAA,WAAA,CACE,WAAqC,EACrC,cAAsB,EACtB,OAAsC,EAAA;;QAEtC,IAAI,WAAW,KAAK,SAAS,EAAE;AAC7B,YAAA,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;AACjD,SAAA;QACD,IAAI,cAAc,KAAK,SAAS,EAAE;AAChC,YAAA,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;AACpD,SAAA;;QAGD,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;AACd,SAAA;AACD,QAAA,MAAM,QAAQ,GAAiC;AAC7C,YAAA,kBAAkB,EAAE,iCAAiC;AACrD,YAAA,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,CAAA,kCAAA,CAAoC,CAAC;QAC5D,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;cAChE,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,CAAI,CAAA,EAAA,cAAc,CAAE,CAAA;AACjE,cAAE,CAAA,EAAG,cAAc,CAAA,CAAE,CAAC;AAE1B,QAAA,MAAM,mBAAmB,GACpB,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,QAAQ,GACR,OAAO,CAAA,EAAA,EACV,gBAAgB,EAAE;gBAChB,eAAe;AAChB,aAAA,EACD,QAAQ,EACN,CAAA,EAAA,GAAA,CAAA,EAAA,GAAA,OAAO,CAAC,QAAQ,MAAI,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,EAAA,GAAA,OAAO,CAAC,OAAO,MAAI,IAAA,IAAA,EAAA,KAAA,KAAA,CAAA,GAAA,EAAA,GAAA,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;AAC1D,QAAA,IAAI,CAAA,OAAO,KAAA,IAAA,IAAP,OAAO,KAAP,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE;YACzE,MAAM,gBAAgB,GAAsC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;AAClG,YAAA,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,KACb,cAAc,CAAC,IAAI;gBACnBwQ,2BAAgB,CAAC,mCAAmC,CACvD,CAAC;AACH,SAAA;AACD,QAAA,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;AACjD,YAAA,CAAC,oCAAoC,EACrC;AACA,YAAA,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAEA,2BAAgB,CAAC,mCAAmC;AAC3D,aAAA,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrBA,2BAAgB,CAAC,+BAA+B,CAAC;AAC/C,gBAAA,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,CAAA,EAAA,GAAA,mBAAmB,CAAC,gBAAgB,mCACpC,CAAG,EAAA,mBAAmB,CAAC,QAAQ,CAAW,SAAA,CAAA;AAC5C,gBAAA,kBAAkB,EAAE;oBAClB,2BAA2B,EACzBxQ,qBAAU,CAAC,gCAAgC;AAC9C,iBAAA;AACF,aAAA,CAAC,CACH,CAAC;AACH,SAAA;;AAED,QAAA,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;;QAGrC,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,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,eAAe,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QACrD,IAAI,CAAC,qBAAqB,GAAG,IAAI,yBAAyB,CAAC,IAAI,CAAC,CAAC;QACjE,IAAI,CAAC,YAAY,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,qBAAqB,GAAG,IAAI,yBAAyB,CAAC,IAAI,CAAC,CAAC;QACjE,IAAI,CAAC,6BAA6B,GAAG,IAAI,iCAAiC,CACxE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,4BAA4B,GAAG,IAAI,gCAAgC,CACtE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,aAAa,GAAG,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,CAAC,uBAAuB,GAAG,IAAI,2BAA2B,CAAC,IAAI,CAAC,CAAC;QACrE,IAAI,CAAC,wBAAwB,GAAG,IAAI,4BAA4B,CAAC,IAAI,CAAC,CAAC;QACvE,IAAI,CAAC,aAAa,GAAG,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,CAAC,sBAAsB,GAAG,IAAI,0BAA0B,CAAC,IAAI,CAAC,CAAC;QACnE,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,kBAAkB,GAAG,IAAI,sBAAsB,CAAC,IAAI,CAAC,CAAC;QAC3D,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;KAC1D;AA+DF;;;;;"}