@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,CAAC;iBAC7D;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8BAA8B;yBAC1C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8BAA8B;yBAC1C;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,QAAQ;YACxB,UAAU,EAAE,QAAQ;SACrB;QACD,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE;YACxB,cAAc,EAAE,sBAAsB;YACtC,UAAU,EAAE,sBAAsB;SACnC;QACD,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EAAE;YACxB,cAAc,EAAE,oBAAoB;YACpC,UAAU,EAAE,oBAAoB;SACjC;QACD,eAAe,EAAE;YACf,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4CAA4C,GACvD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,YAAY,EAAE,gBAAgB;gBAC9B,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,UAAU;oCAChB,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iCACtC;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,MAAM;yBAClB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,QAAQ;iBACpB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAA+B;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;yBACb;qBACF;iBACF;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0CAA0C;iBACtD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GACnD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;yBACb;qBACF;iBACF;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wDAAwD;iBACpE;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sDAAsD,GACjE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wDAAwD;QACnE,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,OAAO;yBACnB;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,gBAAgB,EAAE,GAAG;oBACrB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE;YACxB,cAAc,EAAE,cAAc;YAC9B,UAAU,EAAE,cAAc;SAC3B;QACD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,iBAAiB;YACjC,UAAU,EAAE,iBAAiB;SAC9B;QACD,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB;QACD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mCAAmC;yBAC/C;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6DAA6D,GACxE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,+DAA+D;QACjE,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sDAAsD,GACjE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wDAAwD;QACnE,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAClD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qCAAqC;yBACjD;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,WAAW,EAAE;4BACX,OAAO,EAAE,IAAI,MAAM,CACjB,sDAAsD,CACvD;yBACF;wBACD,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,YAAY,EAAE,SAAS;gBACvB,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,MAAM;yBAClB;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,eAAe;iBAC3B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yCAAyC,GACpD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wBAAwB;yBACpC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uCAAuC;yBACnD;qBACF;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8CAA8C;yBAC1D;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,4CAA4C,GACvD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oCAAoC;yBAChD;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2BAA2B;yBACvC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kCAAkC;yBAC9C;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,+BAA+B;yBAC3C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8BAA8B;yBAC1C;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oCAAoC;yBAChD;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wDAAwD,GACnE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0DAA0D;QACrE,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CAAC,4BAA4B,CAAC;iBAClD;gBACD,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CAAC,4BAA4B,CAAC;iBAClD;gBACD,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,OAAO;yBACnB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,UAAU,EAAE,oBAAoB;QAChC,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,iCAAiC;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,iCAAiC;QAC7C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,SAAS;yBACrB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GACrD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uCAAuC;yBACnD;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,SAAS;yBACrB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,GAAG,GAA+B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,KAAK;QAChB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,2BAA2B,EAAE;qBACpE;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,2BAA2B,EAAE;qBACpE;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,2BAA2B,EAAE;qBACpE;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EAAE;YACxB,cAAc,EAAE,4BAA4B;YAC5C,UAAU,EAAE,4BAA4B;SACzC;QACD,eAAe,EAAE;YACf,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EAAE;YACxB,cAAc,EAAE,4BAA4B;YAC5C,UAAU,EAAE,4BAA4B;SACzC;QACD,eAAe,EAAE;YACf,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2CAA2C,GACtD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,iDAAiD,GAC5D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mDAAmD;QAC9D,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,qDAAqD,GAChE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uDAAuD;QAClE,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,mDAAmD,GAC9D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qDAAqD;QAChE,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2CAA2C,GACtD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,gEAAgE,GAC3E;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,kEAAkE;QACpE,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oEAAoE,GAC/E;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,sEAAsE;QACxE,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,4DAA4D,GACvE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8DAA8D;QACzE,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kEAAkE,GAC7E;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,oEAAoE;QACtE,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+CAA+C,GAC1D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,gDAAgD,GAC3D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kDAAkD;QAC7D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,+DAA+D;iBAClE;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,6DAA6D,GACxE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,+DAA+D;QACjE,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+CAA+C,GAC1D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,8DAA8D;iBACjE;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,4DAA4D,GACvE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8DAA8D;QACzE,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,gDAAgD,GAC3D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kDAAkD;QAC7D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,uCAAuC,GAClD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sDAAsD;iBAClE;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oDAAoD,GAC/D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sDAAsD;QACjE,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,iDAAiD,GAC5D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mDAAmD;QAC9D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,gEAAgE;iBACnE;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,8DAA8D,GACzE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,gEAAgE;QAClE,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2CAA2C,GACtD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,qDAAqD,GAChE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uDAAuD;QAClE,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2CAA2C,GACtD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+CAA+C,GAC1D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,eAAe,EAAE;YACf,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,gDAAgD,GAC3D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kDAAkD;QAC7D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,+DAA+D;iBAClE;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,6DAA6D,GACxE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,+DAA+D;QACjE,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+CAA+C,GAC1D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,8DAA8D;iBACjE;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,4DAA4D,GACvE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8DAA8D;QACzE,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,gDAAgD,GAC3D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kDAAkD;QAC7D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,uCAAuC,GAClD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sDAAsD;iBAClE;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oDAAoD,GAC/D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sDAAsD;QACjE,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kDAAkD,GAC7D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oDAAoD;QAC/D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,iEAAiE;iBACpE;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+DAA+D,GAC1E;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,iEAAiE;QACnE,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,sEAAsE,GACjF;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,wEAAwE;QAC1E,eAAe,EAAE;YACf,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,qDAAqD,GAChE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uDAAuD;QAClE,eAAe,EAAE;YACf,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,iEAAiE,GAC5E;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,mEAAmE;QACrE,eAAe,EAAE;YACf,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,4DAA4D,GACvE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8DAA8D;QACzE,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kEAAkE,GAC7E;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,oEAAoE;QACtE,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gDAAgD;iBAC5D;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8CAA8C,GACzD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gDAAgD;QAC3D,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+CAA+C,GAC1D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mDAAmD,GAC9D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qDAAqD;QAChE,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,yDAAyD,GACpE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2DAA2D;QACtE,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gDAAgD;iBAC5D;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8CAA8C,GACzD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gDAAgD;QAC3D,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+CAA+C,GAC1D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,mDAAmD,GAC9D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qDAAqD;QAChE,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,yDAAyD,GACpE;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2DAA2D;QACtE,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,GAAG,EAAE;gBACH,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,kBAAkB,EAAE,EAAE;iBACtE;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,iBAAiB,EAAE,EAAE;iBACrE;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,SAAS,EAAE,UAAU,EAAE,SAAS,CAAC;iBAClD;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,4BAA4B,CAAC,IAAI,CAAC,eAAe;YACpD,GAAG,iBAAiB,CAAC,IAAI,CAAC,eAAe;YACzC,GAAG,IAAI,CAAC,IAAI,CAAC,eAAe;YAC5B,GAAG,IAAI,CAAC,IAAI,CAAC,eAAe;SAC7B;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,cAAc,EAAE;gBACd,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8CAA8C;iBAC1D;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,wBAAwB,EAAE;gBACxB,cAAc,EAAE,qCAAqC;gBACrD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;iBAClB;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;iBAClB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,wCAAwC;gBACxD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CAAC,uCAAuC,CAAC;iBAC7D;gBACD,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,YAAY,EAAE;gBACZ,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,YAAY;4BAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;yBACjC;qBACF;iBACF;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,wCAAwC;gBACxD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,YAAY;4BAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,iCAAiC,EAAE;gBACjC,cAAc,EAAE,8CAA8C;gBAC9D,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,kDAAkD,EAAE;gBAClD,cAAc,EAAE,6CAA6C;gBAC7D,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,8DAA8D,EAAE;gBAC9D,cAAc,EAAE,mDAAmD;gBACnE,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,mCAAmC,EAAE;gBACnC,cAAc,EACZ,gEAAgE;gBAClE,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uDAAuD,EAAE;gBACvD,cAAc,EAAE,4CAA4C;gBAC5D,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,mDAAmD,EAAE;gBACnD,cAAc,EAAE,+CAA+C;gBAC/D,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,mDAAmD;gBACnE,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,qCAAqC;gBACrD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,sCAAsC;gBACtD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,OAAO;yBACnB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2BAA2B;yBACvC;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EACP,+DAA+D;yBAClE;qBACF;iBACF;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,sCAAsC;gBACtD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wBAAwB;yBACpC;qBACF;iBACF;aACF;YACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,+CAA+C;gBAC/D,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,YAAY,CAAC,IAAI,CAAC,eAAe;YACpC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EACP,wDAAwD;yBAC3D;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,YAAY,CAAC,IAAI,CAAC,eAAe;YACpC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,sCAAsC;gBACtD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,YAAY,CAAC,IAAI,CAAC,eAAe;YACpC,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,YAAY,EAAE,SAAS;gBACvB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,oCAAoC;gBACpD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uCAAuC;yBACnD;qBACF;iBACF;aACF;YACD,uBAAuB,EAAE;gBACvB,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,MAAM;yBAClB;qBACF;iBACF;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,8BAA8B,EAAE;gBAC9B,cAAc,EAAE,2CAA2C;gBAC3D,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wCAAwC;yBACpD;qBACF;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,yCAAyC,CAAC,IAAI,CAAC,eAAe;YACjE,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;SACjC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,iBAAiB,CAAC,IAAI,CAAC,eAAe;YACzC,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sCAAsC;yBAClD;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,WAAW,EAAE;oBACX,SAAS,EAAE,GAAG;iBACf;gBACD,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kCAAkC;iBAC9C;aACF;YACD,GAAG,EAAE;gBACH,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wBAAwB;yBACpC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0DAA0D;iBACtE;aACF;YACD,sBAAsB,EAAE;gBACtB,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CAAC,uBAAuB,CAAC;iBAC7C;gBACD,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,YAAY;4BAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;yBACpC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAA+B;IACjD,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,yCAAyC;gBACzD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mCAAmC,EAAE;gBACnC,cAAc,EAAE,gDAAgD;gBAChE,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,yCAAyC;gBACzD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,4CAA4C,EAAE;gBAC5C,cAAc,EACZ,yDAAyD;gBAC3D,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAA+B;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,oCAAoC;gBACpD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,QAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,EAAE;YACf,GAAG,gBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,EAAE;YACf,GAAG,gBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,gBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,EAAE;YACf,GAAG,gBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,GAAG,IAAI,CAAC,IAAI,CAAC,eAAe;YAC5B,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,OAAO;IACvB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;YACvC,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,QAAQ;YACxB,UAAU,EAAE,QAAQ;SACrB;QACD,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;YACvC,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,wBAAwB;IACxC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,EAAE;YACf,GAAG,cAAc,CAAC,IAAI,CAAC,eAAe;YACtC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GACnD;IACE,cAAc,EAAE,gCAAgC;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,EAAE;YACf,GAAG,cAAc,CAAC,IAAI,CAAC,eAAe;YACtC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE;iBAC1D;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,KAAK;yBACjB;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,cAAc,EAAE,+BAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,gBAAgB;QAC5B,wBAAwB,EAAE,cAAc,CAAC,IAAI,CAAC,wBAAwB;QACtE,eAAe,EAAE;YACf,GAAG,cAAc,CAAC,IAAI,CAAC,eAAe;YACtC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE;iBAC1D;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,KAAK;yBACjB;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAClD;IACE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,+BAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2CAA2C,GACtD;IACE,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,+BAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,+BAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,OAAO;IACvB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QAC3E,eAAe,EAAE;YACf,GAAG,mBAAmB,CAAC,IAAI,CAAC,eAAe;YAC3C,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,cAAc,EAAE,YAAY;IAC5B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QAC3E,eAAe,EAAE;YACf,GAAG,mBAAmB,CAAC,IAAI,CAAC,eAAe;YAC3C,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,qBAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6CAA6C;iBACzD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mDAAmD;iBAC/D;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uDAAuD;iBACnE;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qDAAqD;iBACjE;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6CAA6C;iBACzD;aACF;YACD,gCAAgC,EAAE;gBAChC,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,kEAAkE;iBACrE;aACF;YACD,oCAAoC,EAAE;gBACpC,cAAc,EAAE,sCAAsC;gBACtD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,sEAAsE;iBACzE;aACF;YACD,sCAAsC,EAAE;gBACtC,cAAc,EAAE,wCAAwC;gBACxD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,8DAA8D;iBACjE;aACF;YACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,oEAAoE;iBACvE;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,cAAc,EAAE,uBAAuB;IACvC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iDAAiD;iBAC7D;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kDAAkD;iBAC9D;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iDAAiD;iBAC7D;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kDAAkD;iBAC9D;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yCAAyC;iBACrD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mDAAmD;iBAC/D;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6CAA6C;iBACzD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uDAAuD;iBACnE;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6CAA6C;iBACzD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,cAAc,EAAE,uBAAuB;IACvC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iDAAiD;iBAC7D;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kDAAkD;iBAC9D;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iDAAiD;iBAC7D;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kDAAkD;iBAC9D;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yCAAyC;iBACrD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oDAAoD;iBAChE;aACF;YACD,uCAAuC,EAAE;gBACvC,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,wEAAwE;iBAC3E;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uDAAuD;iBACnE;aACF;YACD,iCAAiC,EAAE;gBACjC,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,mEAAmE;iBACtE;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,iCAAiC,EAAE;gBACjC,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,8DAA8D;iBACjE;aACF;YACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,oEAAoE;iBACvE;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;SACtC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,cAAc,EAAE,wBAAwB;IACxC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;SACtC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iDAAiD;iBAC7D;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qDAAqD;iBACjE;aACF;YACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,2DAA2D;iBAC9D;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sCAAsC;iBAClD;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iDAAiD;iBAC7D;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qDAAqD;iBACjE;aACF;YACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,2DAA2D;iBAC9D;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;SACtC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;SACtC;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;SACtC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,aAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;SACtC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,cAAc,EAAE,YAAY;IAC5B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;YACvC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,cAAc,EAAE,YAAY;IAC5B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;YACvC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;SACxC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAA+B;IACzE,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;SACxC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,eAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;SACxC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB;QACD,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;YACvC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB;QACD,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;YACvC,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,GAAG,YAAY,CAAC,IAAI,CAAC,eAAe;YACpC,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uCAAuC;yBACnD;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4CAA4C,GACvD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,eAAe,EAAE;YACf,GAAG,oCAAoC,CAAC,IAAI,CAAC,eAAe;YAC5D,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,0DAA0D;iBAC7D;aACF;YACD,sBAAsB,EAAE;gBACtB,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CAAC,uBAAuB,CAAC;iBAC7C;gBACD,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,GAAG,gBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,GAAG,gCAAgC,CAAC,IAAI,CAAC,eAAe;YACxD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,GAAG,gCAAgC,CAAC,IAAI,CAAC,eAAe;YACxD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,oBAAoB;QAChC,wBAAwB,EAAE,kBAAkB,CAAC,IAAI,CAAC,wBAAwB;QAC1E,eAAe,EAAE;YACf,GAAG,kBAAkB,CAAC,IAAI,CAAC,eAAe;YAC1C,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA+B;IAChE,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,oBAAoB;QAChC,wBAAwB,EAAE,kBAAkB,CAAC,IAAI,CAAC,wBAAwB;QAC1E,eAAe,EAAE;YACf,GAAG,kBAAkB,CAAC,IAAI,CAAC,eAAe;YAC1C,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CACjB,sDAAsD,CACvD;iBACF;gBACD,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,UAAU,EAAE,iCAAiC;QAC7C,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,wBAAwB,EACtB,+BAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,+BAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,qCAAqC,GAChD;IACE,cAAc,EAAE,uCAAuC;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,UAAU,EAAE,wBAAwB;QACpC,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,sBAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,EAAE;YACf,GAAG,qBAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,QAAQ;IACxB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,EAAE;YACf,GAAG,qBAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAA+B;IAC3E,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,EAAE;YACf,GAAG,qBAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,QAAQ;IACxB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,qBAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,EAAE;YACf,GAAG,qBAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,GAAG,kCAAkC,CAAC,IAAI,CAAC,eAAe;YAC1D,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,GAAG,kCAAkC,CAAC,IAAI,CAAC,eAAe;YAC1D,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,GAAG,kCAAkC,CAAC,IAAI,CAAC,eAAe;YAC1D,GAAG,iCAAiC,CAAC,IAAI,CAAC,eAAe;SAC1D;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;YACvC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kBAAkB;yBAC9B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,GAAG,eAAe,CAAC,IAAI,CAAC,eAAe;YACvC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,4CAA4C;gBAC5D,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAE;YACf,GAAG,wBAAwB,CAAC,IAAI,CAAC,eAAe;YAChD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAE;YACf,GAAG,wBAAwB,CAAC,IAAI,CAAC,eAAe;YAChD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAE;YACf,GAAG,wBAAwB,CAAC,IAAI,CAAC,eAAe;YAChD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,cAAc,EAAE,oBAAoB;IACpC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,UAAU,EAAE,SAAS;QACrB,wBAAwB,EAAE,OAAO,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,OAAO,CAAC,IAAI,CAAC,eAAe;YAC/B,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,SAAS;QACrB,wBAAwB,EAAE,OAAO,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,OAAO,CAAC,IAAI,CAAC,eAAe;YAC/B,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAA+B;IACrE,cAAc,EAAE,cAAc;IAC9B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAE;YACf,GAAG,wBAAwB,CAAC,IAAI,CAAC,eAAe;YAChD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,aAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAA+B;IACnE,cAAc,EAAE,2BAA2B;IAC3C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EAAE;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB;QACD,eAAe,EAAE;YACf,GAAG,wBAAwB,CAAC,IAAI,CAAC,eAAe;YAChD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB;QACD,eAAe,EAAE;YACf,GAAG,mBAAmB,CAAC,IAAI,CAAC,eAAe;YAC3C,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE,mBAAmB,CAAC,IAAI,CAAC,wBAAwB;QAC3E,eAAe,EAAE;YACf,GAAG,mBAAmB,CAAC,IAAI,CAAC,eAAe;YAC3C,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,uCAAuC;QACnD,wBAAwB,EACtB,qCAAqC,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qCAAqC,CAAC,IAAI,CAAC,eAAe;YAC7D,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,oCAAoC;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GACnD;IACE,cAAc,EAAE,0CAA0C;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wCAAwC,GACnD;IACE,cAAc,EAAE,0CAA0C;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wCAAwC,GACnD;IACE,cAAc,EAAE,0CAA0C;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,kCAAkC;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,cAAc,EAAE,sCAAsC;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,oCAAoC;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,cAAc,EAAE,8BAA8B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAClD;IACE,cAAc,EAAE,yCAAyC;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,UAAU,EAAE,2BAA2B;QACvC,wBAAwB,EACtB,yBAAyB,CAAC,IAAI,CAAC,wBAAwB;QACzD,eAAe,EAAE;YACf,GAAG,yBAAyB,CAAC,IAAI,CAAC,eAAe;SAClD;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wBAAwB,GAA+B;IAClE,cAAc,EAAE,0BAA0B;IAC1C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAE;YACf,GAAG,wBAAwB,CAAC,IAAI,CAAC,eAAe;SACjD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA+B;IACpE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAE;YACf,GAAG,wBAAwB,CAAC,IAAI,CAAC,eAAe;SACjD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAE;YACf,GAAG,wBAAwB,CAAC,IAAI,CAAC,eAAe;SACjD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,0BAA0B;QACtC,wBAAwB,EACtB,wBAAwB,CAAC,IAAI,CAAC,wBAAwB;QACxD,eAAe,EAAE;YACf,GAAG,wBAAwB,CAAC,IAAI,CAAC,eAAe;SACjD;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,iDAAiD,GAC5D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mDAAmD;QAC9D,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEJ,MAAM,CAAC,IAAI,cAAc,GAAG;IAC1B,gBAAgB,EAAE,gBAAgB;IAClC,eAAe,EAAE,eAAe;IAChC,cAAc,EAAE,cAAc;IAC9B,+BAA+B,EAAE,+BAA+B;IAChE,mBAAmB,EAAE,mBAAmB;IACxC,aAAa,EAAE,aAAa;IAC5B,eAAe,EAAE,eAAe;IAChC,eAAe,EAAE,eAAe;IAChC,kBAAkB,EAAE,kBAAkB;IACtC,+BAA+B,EAAE,+BAA+B;IAChE,qBAAqB,EAAE,qBAAqB;IAC5C,qBAAqB,EAAE,qBAAqB;IAC5C,kBAAkB,EAAE,OAAO;IAC3B,2BAA2B,EAAE,wBAAwB;IACrD,2BAA2B,EAAE,wBAAwB;IACrD,4BAA4B,EAAE,yBAAyB;IACvD,uBAAuB,EAAE,oBAAoB;IAC7C,2BAA2B,EAAE,wBAAwB;IACrD,uCAAuC,EAAE,gCAAgC;IACzE,+CAA+C,EAC7C,wCAAwC;IAC1C,8CAA8C,EAAE,6BAA6B;IAC7E,0CAA0C,EACxC,uCAAuC;IACzC,+CAA+C,EAC7C,2CAA2C;IAC7C,gDAAgD,EAC9C,+BAA+B;IACjC,2BAA2B,EAAE,wBAAwB;IACrD,gCAAgC,EAAE,6BAA6B;IAC/D,8BAA8B,EAAE,sBAAsB;IACtD,wCAAwC,EAAE,gCAAgC;IAC1E,qCAAqC,EAAE,6BAA6B;IACpE,uCAAuC,EAAE,8BAA8B;IACvE,wCAAwC,EAAE,gCAAgC;IAC1E,8BAA8B,EAAE,sBAAsB;IACtD,qCAAqC,EAAE,6BAA6B;IACpE,uCAAuC,EAAE,+BAA+B;IACxE,wCAAwC,EAAE,gCAAgC;IAC1E,iCAAiC,EAAE,yBAAyB;IAC5D,sCAAsC,EAAE,8BAA8B;IACtE,+BAA+B,EAAE,uBAAuB;IACxD,+BAA+B,EAAE,uBAAuB;IACxD,uCAAuC,EAAE,+BAA+B;IACxE,4CAA4C,EAC1C,oCAAoC;IACtC,iCAAiC,EAAE,yBAAyB;IAC5D,uCAAuC,EAAE,+BAA+B;IACxE,4BAA4B,EAAE,kBAAkB;IAChD,4BAA4B,EAAE,yBAAyB;IACvD,6BAA6B,EAAE,0BAA0B;IACzD,kCAAkC,EAAE,+BAA+B;IACnE,6BAA6B,EAAE,0BAA0B;IACzD,0CAA0C,EAAE,wBAAwB;IACpE,qCAAqC,EAAE,mBAAmB;IAC1D,kCAAkC,EAAE,uBAAuB;IAC3D,iCAAiC,EAAE,sBAAsB;IACzD,yCAAyC,EACvC,sCAAsC;IACxC,8DAA8D,EAC5D,qCAAqC;IACvC,oCAAoC,EAAE,2BAA2B;IACjE,8BAA8B,EAAE,2BAA2B;IAC3D,oCAAoC,EAAE,iCAAiC;IACvE,8BAA8B,EAAE,2BAA2B;IAC3D,8BAA8B,EAAE,2BAA2B;IAC3D,8BAA8B,EAAE,2BAA2B;IAC3D,8BAA8B,EAAE,2BAA2B;IAC3D,4BAA4B,EAAE,kBAAkB;IAChD,2BAA2B,EAAE,iBAAiB;IAC9C,uCAAuC,EAAE,2BAA2B;IACpE,oDAAoD,EAClD,yBAAyB;IAC3B,8CAA8C,EAAE,wBAAwB;IACxE,6CAA6C,EAAE,uBAAuB;IACtE,2DAA2D,EACzD,mBAAmB;IACrB,8DAA8D,EAC5D,kCAAkC;IACpC,4DAA4D,EAC1D,gCAAgC;IAClC,4DAA4D,EAC1D,gCAAgC;IAClC,4DAA4D,EAC1D,gCAAgC;IAClC,oEAAoE,EAClE,wCAAwC;IAC1C,oEAAoE,EAClE,wCAAwC;IAC1C,oEAAoE,EAClE,wCAAwC;IAC1C,4DAA4D,EAC1D,gCAAgC;IAClC,4DAA4D,EAC1D,gCAAgC;IAClC,4DAA4D,EAC1D,gCAAgC;IAClC,gEAAgE,EAC9D,oCAAoC;IACtC,8DAA8D,EAC5D,kCAAkC;IACpC,wDAAwD,EACtD,4BAA4B;IAC9B,wDAAwD,EACtD,4BAA4B;IAC9B,wDAAwD,EACtD,4BAA4B;IAC9B,mEAAmE,EACjE,uCAAuC;IACzC,mDAAmD,EAAE,wBAAwB;IAC7E,qDAAqD,EACnD,0BAA0B;IAC5B,8CAA8C,EAAE,mBAAmB;IACnE,4CAA4C,EAAE,iBAAiB;CAChE,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const 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 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 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 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 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 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 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 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 SecurityContactList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityContactList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: 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 NotificationsSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotificationsSource\",\n uberParent: \"NotificationsSource\",\n polymorphicDiscriminator: {\n serializedName: \"sourceType\",\n clientName: \"sourceType\",\n },\n modelProperties: {\n sourceType: {\n serializedName: \"sourceType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityContactPropertiesNotificationsByRole: coreClient.CompositeMapper =\n {\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 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 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 {\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 {\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 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 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 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 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 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 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 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 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 UpdateSensitivitySettingsRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateSensitivitySettingsRequest\",\n modelProperties: {\n sensitiveInfoTypesIds: {\n serializedName: \"sensitiveInfoTypesIds\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n sensitivityThresholdLabelOrder: {\n serializedName: \"sensitivityThresholdLabelOrder\",\n type: {\n name: \"Number\",\n },\n },\n sensitivityThresholdLabelId: {\n serializedName: \"sensitivityThresholdLabelId\",\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const GetSensitivitySettingsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetSensitivitySettingsResponse\",\n modelProperties: {\n id: {\n serializedName: \"id\",\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 name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GetSensitivitySettingsResponseProperties\",\n },\n },\n },\n },\n};\n\nexport const GetSensitivitySettingsResponseProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GetSensitivitySettingsResponseProperties\",\n modelProperties: {\n sensitiveInfoTypesIds: {\n serializedName: \"sensitiveInfoTypesIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n sensitivityThresholdLabelOrder: {\n serializedName: \"sensitivityThresholdLabelOrder\",\n type: {\n name: \"Number\",\n },\n },\n sensitivityThresholdLabelId: {\n serializedName: \"sensitivityThresholdLabelId\",\n type: {\n name: \"Uuid\",\n },\n },\n mipInformation: {\n serializedName: \"mipInformation\",\n type: {\n name: \"Composite\",\n className: \"GetSensitivitySettingsResponsePropertiesMipInformation\",\n },\n },\n },\n },\n };\n\nexport const GetSensitivitySettingsResponsePropertiesMipInformation: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GetSensitivitySettingsResponsePropertiesMipInformation\",\n modelProperties: {\n mipIntegrationStatus: {\n serializedName: \"mipIntegrationStatus\",\n type: {\n name: \"String\",\n },\n },\n labels: {\n serializedName: \"labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Label\",\n },\n },\n },\n },\n customInfoTypes: {\n serializedName: \"customInfoTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InfoType\",\n },\n },\n },\n },\n builtInInfoTypes: {\n serializedName: \"builtInInfoTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BuiltInInfoType\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const Label: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Label\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"Uuid\",\n },\n },\n order: {\n serializedName: \"order\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const InfoType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InfoType\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"Uuid\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BuiltInInfoType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BuiltInInfoType\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetSensitivitySettingsListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetSensitivitySettingsListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetSensitivitySettingsResponse\",\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 reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastScannedDate: {\n serializedName: \"lastScannedDate\",\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 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 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 AzureDevOpsOrgListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsOrgListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsOrg\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureDevOpsOrgProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsOrgProperties\",\n modelProperties: {\n provisioningStatusMessage: {\n serializedName: \"provisioningStatusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningStatusUpdateTimeUtc: {\n serializedName: \"provisioningStatusUpdateTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n onboardingState: {\n serializedName: \"onboardingState\",\n type: {\n name: \"String\",\n },\n },\n actionableRemediation: {\n serializedName: \"actionableRemediation\",\n type: {\n name: \"Composite\",\n className: \"ActionableRemediation\",\n },\n },\n },\n },\n};\n\nexport const ActionableRemediation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionableRemediation\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n categoryConfigurations: {\n serializedName: \"categoryConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CategoryConfiguration\",\n },\n },\n },\n },\n branchConfiguration: {\n serializedName: \"branchConfiguration\",\n type: {\n name: \"Composite\",\n className: \"TargetBranchConfiguration\",\n },\n },\n inheritFromParentState: {\n serializedName: \"inheritFromParentState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CategoryConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CategoryConfiguration\",\n modelProperties: {\n minimumSeverityLevel: {\n serializedName: \"minimumSeverityLevel\",\n type: {\n name: \"String\",\n },\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TargetBranchConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetBranchConfiguration\",\n modelProperties: {\n branchNames: {\n serializedName: \"branchNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n annotateDefaultBranch: {\n serializedName: \"annotateDefaultBranch\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const 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 AzureDevOpsProjectListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsProjectListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsProject\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureDevOpsProjectProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsProjectProperties\",\n modelProperties: {\n provisioningStatusMessage: {\n serializedName: \"provisioningStatusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningStatusUpdateTimeUtc: {\n serializedName: \"provisioningStatusUpdateTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n parentOrgName: {\n serializedName: \"parentOrgName\",\n type: {\n name: \"String\",\n },\n },\n projectId: {\n serializedName: \"projectId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n onboardingState: {\n serializedName: \"onboardingState\",\n type: {\n name: \"String\",\n },\n },\n actionableRemediation: {\n serializedName: \"actionableRemediation\",\n type: {\n name: \"Composite\",\n className: \"ActionableRemediation\",\n },\n },\n },\n },\n};\n\nexport const AzureDevOpsRepositoryListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsRepositoryListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsRepository\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureDevOpsRepositoryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsRepositoryProperties\",\n modelProperties: {\n provisioningStatusMessage: {\n serializedName: \"provisioningStatusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningStatusUpdateTimeUtc: {\n serializedName: \"provisioningStatusUpdateTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n parentOrgName: {\n serializedName: \"parentOrgName\",\n type: {\n name: \"String\",\n },\n },\n parentProjectName: {\n serializedName: \"parentProjectName\",\n type: {\n name: \"String\",\n },\n },\n repoId: {\n serializedName: \"repoId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n repoUrl: {\n serializedName: \"repoUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n visibility: {\n serializedName: \"visibility\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n onboardingState: {\n serializedName: \"onboardingState\",\n type: {\n name: \"String\",\n },\n },\n actionableRemediation: {\n serializedName: \"actionableRemediation\",\n type: {\n name: \"Composite\",\n className: \"ActionableRemediation\",\n },\n },\n },\n },\n};\n\nexport const DevOpsConfigurationListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DevOpsConfigurationListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DevOpsConfiguration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DevOpsConfigurationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DevOpsConfigurationProperties\",\n modelProperties: {\n provisioningStatusMessage: {\n serializedName: \"provisioningStatusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningStatusUpdateTimeUtc: {\n serializedName: \"provisioningStatusUpdateTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n authorization: {\n serializedName: \"authorization\",\n type: {\n name: \"Composite\",\n className: \"Authorization\",\n },\n },\n autoDiscovery: {\n serializedName: \"autoDiscovery\",\n type: {\n name: \"String\",\n },\n },\n topLevelInventoryList: {\n serializedName: \"topLevelInventoryList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Authorization: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Authorization\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitHubOwnerListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOwnerListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GitHubOwner\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitHubOwnerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOwnerProperties\",\n modelProperties: {\n provisioningStatusMessage: {\n serializedName: \"provisioningStatusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningStatusUpdateTimeUtc: {\n serializedName: \"provisioningStatusUpdateTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n ownerUrl: {\n serializedName: \"ownerUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n gitHubInternalId: {\n serializedName: \"gitHubInternalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n onboardingState: {\n serializedName: \"onboardingState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitHubRepositoryListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubRepositoryListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GitHubRepository\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitHubRepositoryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubRepositoryProperties\",\n modelProperties: {\n provisioningStatusMessage: {\n serializedName: \"provisioningStatusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningStatusUpdateTimeUtc: {\n serializedName: \"provisioningStatusUpdateTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n repoId: {\n serializedName: \"repoId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n repoName: {\n serializedName: \"repoName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n repoFullName: {\n serializedName: \"repoFullName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n onboardingState: {\n serializedName: \"onboardingState\",\n type: {\n name: \"String\",\n },\n },\n repoUrl: {\n serializedName: \"repoUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parentOwnerName: {\n serializedName: \"parentOwnerName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitLabGroupListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitLabGroupListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GitLabGroup\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitLabGroupProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitLabGroupProperties\",\n modelProperties: {\n provisioningStatusMessage: {\n serializedName: \"provisioningStatusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningStatusUpdateTimeUtc: {\n serializedName: \"provisioningStatusUpdateTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n fullyQualifiedName: {\n serializedName: \"fullyQualifiedName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fullyQualifiedFriendlyName: {\n serializedName: \"fullyQualifiedFriendlyName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"url\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n onboardingState: {\n serializedName: \"onboardingState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitLabProjectListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitLabProjectListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GitLabProject\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitLabProjectProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitLabProjectProperties\",\n modelProperties: {\n provisioningStatusMessage: {\n serializedName: \"provisioningStatusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningStatusUpdateTimeUtc: {\n serializedName: \"provisioningStatusUpdateTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n fullyQualifiedName: {\n serializedName: \"fullyQualifiedName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fullyQualifiedFriendlyName: {\n serializedName: \"fullyQualifiedFriendlyName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fullyQualifiedParentGroupName: {\n serializedName: \"fullyQualifiedParentGroupName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"url\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n onboardingState: {\n serializedName: \"onboardingState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationStatusResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n percentComplete: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"percentComplete\",\n type: {\n name: \"Number\",\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 operations: {\n serializedName: \"operations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationStatusResult\",\n },\n },\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailAutoGenerated\",\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 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 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 IoTSecuritySolutionAnalyticsModelList: coreClient.CompositeMapper =\n {\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 {\n type: {\n name: \"Composite\",\n className:\n \"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 {\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 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 IoTSecurityAggregatedRecommendationList: coreClient.CompositeMapper =\n {\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 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 {\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 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 {\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 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 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 {\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 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 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 {\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 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 {\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 {\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 {\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 {\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 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 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 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 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 SecurityAssessmentMetadataResponseList: coreClient.CompositeMapper =\n {\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 {\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 {\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 {\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 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 ServerVulnerabilityAssessmentsSettingsList: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ServerVulnerabilityAssessmentsSettingsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServerVulnerabilityAssessmentsSetting\",\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 ResourceAutoGenerated2: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated2\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const ApiCollectionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApiCollectionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApiCollection\",\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 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: \"OperationStatusAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const OperationStatusAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationStatusAutoGenerated\",\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 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 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 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 AzureDevOpsOrganizationConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsOrganizationConfiguration\",\n modelProperties: {\n autoDiscovery: {\n serializedName: \"autoDiscovery\",\n type: {\n name: \"String\",\n },\n },\n projectConfigs: {\n serializedName: \"projectConfigs\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsProjectConfiguration\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const AzureDevOpsProjectConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsProjectConfiguration\",\n modelProperties: {\n autoDiscovery: {\n serializedName: \"autoDiscovery\",\n type: {\n name: \"String\",\n },\n },\n repositoryConfigs: {\n serializedName: \"repositoryConfigs\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"BaseResourceConfiguration\" },\n },\n },\n },\n },\n },\n};\n\nexport const BaseResourceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BaseResourceConfiguration\",\n modelProperties: {\n desiredOnboardingState: {\n serializedName: \"desiredOnboardingState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GitHubOwnerConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOwnerConfiguration\",\n modelProperties: {\n autoDiscovery: {\n serializedName: \"autoDiscovery\",\n type: {\n name: \"String\",\n },\n },\n repositoryConfigs: {\n serializedName: \"repositoryConfigs\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"BaseResourceConfiguration\" },\n },\n },\n },\n },\n },\n};\n\nexport const GitLabGroupConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitLabGroupConfiguration\",\n modelProperties: {\n autoDiscovery: {\n serializedName: \"autoDiscovery\",\n type: {\n name: \"String\",\n },\n },\n projectConfigs: {\n serializedName: \"projectConfigs\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"BaseResourceConfiguration\" },\n },\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 {\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 {\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 {\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 {\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 {\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 {\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 {\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 DefenderForContainersAwsOfferingMdcContainersImageAssessment: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersAwsOfferingMdcContainersImageAssessment\",\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 DefenderForContainersAwsOfferingMdcContainersAgentlessDiscoveryK8S: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersAwsOfferingMdcContainersAgentlessDiscoveryK8S\",\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 DefenderForServersAwsOfferingDefenderForServers: coreClient.CompositeMapper =\n {\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 {\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 {\n type: {\n name: \"Composite\",\n className:\n \"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 {\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 {\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 {\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 {\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 {\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 {\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 {\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 {\n type: {\n name: \"Composite\",\n className:\n \"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 {\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 {\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 {\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 {\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 {\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 {\n type: {\n name: \"Composite\",\n className:\n \"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 {\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 {\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 {\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 {\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 {\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 {\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 {\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 {\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 {\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 {\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 {\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 DefenderForContainersGcpOfferingMdcContainersImageAssessment: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DefenderForContainersGcpOfferingMdcContainersImageAssessment\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\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 DefenderForContainersGcpOfferingMdcContainersAgentlessDiscoveryK8S: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersGcpOfferingMdcContainersAgentlessDiscoveryK8S\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\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 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 {\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 {\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 {\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 DefenderCspmAwsOfferingCiem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingCiem\",\n modelProperties: {\n ciemDiscovery: {\n serializedName: \"ciemDiscovery\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingCiemDiscovery\",\n },\n },\n ciemOidc: {\n serializedName: \"ciemOidc\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingCiemOidc\",\n },\n },\n },\n },\n};\n\nexport const DefenderCspmAwsOfferingCiemDiscovery: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingCiemDiscovery\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DefenderCspmAwsOfferingCiemOidc: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingCiemOidc\",\n modelProperties: {\n cloudRoleArn: {\n serializedName: \"cloudRoleArn\",\n type: {\n name: \"String\",\n },\n },\n azureActiveDirectoryAppName: {\n serializedName: \"azureActiveDirectoryAppName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DefenderCspmAwsOfferingMdcContainersImageAssessment: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingMdcContainersImageAssessment\",\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 DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8S: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8S\",\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 DefenderCspmGcpOfferingCiemDiscovery: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOfferingCiemDiscovery\",\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 azureActiveDirectoryAppName: {\n serializedName: \"azureActiveDirectoryAppName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DefenderCspmGcpOfferingVmScanners: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOfferingVmScanners\",\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: \"DefenderCspmGcpOfferingVmScannersConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DefenderCspmGcpOfferingVmScannersConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOfferingVmScannersConfiguration\",\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 DefenderCspmGcpOfferingDataSensitivityDiscovery: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOfferingDataSensitivityDiscovery\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\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 DefenderCspmGcpOfferingMdcContainersImageAssessment: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOfferingMdcContainersImageAssessment\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\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 DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8S: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8S\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\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 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 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 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 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 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 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 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 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 isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n notificationsSources: {\n serializedName: \"properties.notificationsSources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NotificationsSource\",\n },\n },\n },\n },\n notificationsByRole: {\n serializedName: \"properties.notificationsByRole\",\n type: {\n name: \"Composite\",\n className: \"SecurityContactPropertiesNotificationsByRole\",\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 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 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 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 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 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 DefenderForStorageSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DefenderForStorageSetting\",\n modelProperties: {\n ...Resource.type.modelProperties,\n isEnabledPropertiesIsEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n overrideSubscriptionLevelSettings: {\n serializedName: \"properties.overrideSubscriptionLevelSettings\",\n type: {\n name: \"Boolean\",\n },\n },\n isEnabledPropertiesSensitiveDataDiscoveryIsEnabled: {\n serializedName: \"properties.sensitiveDataDiscovery.isEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n operationStatusPropertiesSensitiveDataDiscoveryOperationStatus: {\n serializedName: \"properties.sensitiveDataDiscovery.operationStatus\",\n type: {\n name: \"Composite\",\n className: \"OperationStatus\",\n },\n },\n scanResultsEventGridTopicResourceId: {\n serializedName:\n \"properties.malwareScanning.scanResultsEventGridTopicResourceId\",\n type: {\n name: \"String\",\n },\n },\n operationStatusPropertiesMalwareScanningOperationStatus: {\n serializedName: \"properties.malwareScanning.operationStatus\",\n type: {\n name: \"Composite\",\n className: \"OperationStatus\",\n },\n },\n isEnabledPropertiesMalwareScanningOnUploadIsEnabled: {\n serializedName: \"properties.malwareScanning.onUpload.isEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n capGBPerMonth: {\n serializedName: \"properties.malwareScanning.onUpload.capGBPerMonth\",\n type: {\n name: \"Number\",\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 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 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 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 affectedDefendersSubPlans: {\n serializedName: \"properties.affectedDefendersSubPlans\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n reportAdditionalData: {\n serializedName: \"properties.reportAdditionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ApiCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApiCollection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\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 discoveredVia: {\n serializedName: \"properties.discoveredVia\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n baseUrl: {\n serializedName: \"properties.baseUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n numberOfApiEndpoints: {\n serializedName: \"properties.numberOfApiEndpoints\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfInactiveApiEndpoints: {\n serializedName: \"properties.numberOfInactiveApiEndpoints\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfUnauthenticatedApiEndpoints: {\n serializedName: \"properties.numberOfUnauthenticatedApiEndpoints\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfExternalApiEndpoints: {\n serializedName: \"properties.numberOfExternalApiEndpoints\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfApiEndpointsWithSensitiveDataExposed: {\n serializedName:\n \"properties.numberOfApiEndpointsWithSensitiveDataExposed\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n sensitivityLabel: {\n serializedName: \"properties.sensitivityLabel\",\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 enforce: {\n serializedName: \"properties.enforce\",\n type: {\n name: \"String\",\n },\n },\n inherited: {\n serializedName: \"properties.inherited\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n inheritedFrom: {\n serializedName: \"properties.inheritedFrom\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourcesCoverageStatus: {\n serializedName: \"properties.resourcesCoverageStatus\",\n readOnly: true,\n type: {\n name: \"String\",\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 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 },\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 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 isTrustedServiceEnabled: {\n serializedName: \"isTrustedServiceEnabled\",\n type: {\n name: \"Boolean\",\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 AutomationUpdateModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationUpdateModel\",\n modelProperties: {\n ...Tags.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 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 {\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 AwsCredsAuthenticationDetailsProperties: coreClient.CompositeMapper =\n {\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 {\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 NotificationsSourceAlert: coreClient.CompositeMapper = {\n serializedName: \"Alert\",\n type: {\n name: \"Composite\",\n className: \"NotificationsSourceAlert\",\n uberParent: \"NotificationsSource\",\n polymorphicDiscriminator: NotificationsSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...NotificationsSource.type.modelProperties,\n minimalSeverity: {\n serializedName: \"minimalSeverity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NotificationsSourceAttackPath: coreClient.CompositeMapper = {\n serializedName: \"AttackPath\",\n type: {\n name: \"Composite\",\n className: \"NotificationsSourceAttackPath\",\n uberParent: \"NotificationsSource\",\n polymorphicDiscriminator: NotificationsSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...NotificationsSource.type.modelProperties,\n minimalRiskLevel: {\n serializedName: \"minimalRiskLevel\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...ResourceAutoGenerated.type.modelProperties,\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 mdcContainersImageAssessment: {\n serializedName: \"mdcContainersImageAssessment\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersAwsOfferingMdcContainersImageAssessment\",\n },\n },\n mdcContainersAgentlessDiscoveryK8S: {\n serializedName: \"mdcContainersAgentlessDiscoveryK8s\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersAwsOfferingMdcContainersAgentlessDiscoveryK8S\",\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 mdcContainersImageAssessment: {\n serializedName: \"mdcContainersImageAssessment\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersGcpOfferingMdcContainersImageAssessment\",\n },\n },\n mdcContainersAgentlessDiscoveryK8S: {\n serializedName: \"mdcContainersAgentlessDiscoveryK8s\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderForContainersGcpOfferingMdcContainersAgentlessDiscoveryK8S\",\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 ciem: {\n serializedName: \"ciem\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingCiem\",\n },\n },\n mdcContainersImageAssessment: {\n serializedName: \"mdcContainersImageAssessment\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmAwsOfferingMdcContainersImageAssessment\",\n },\n },\n mdcContainersAgentlessDiscoveryK8S: {\n serializedName: \"mdcContainersAgentlessDiscoveryK8s\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderCspmAwsOfferingMdcContainersAgentlessDiscoveryK8S\",\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 ciemDiscovery: {\n serializedName: \"ciemDiscovery\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOfferingCiemDiscovery\",\n },\n },\n vmScanners: {\n serializedName: \"vmScanners\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOfferingVmScanners\",\n },\n },\n dataSensitivityDiscovery: {\n serializedName: \"dataSensitivityDiscovery\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOfferingDataSensitivityDiscovery\",\n },\n },\n mdcContainersImageAssessment: {\n serializedName: \"mdcContainersImageAssessment\",\n type: {\n name: \"Composite\",\n className: \"DefenderCspmGcpOfferingMdcContainersImageAssessment\",\n },\n },\n mdcContainersAgentlessDiscoveryK8S: {\n serializedName: \"mdcContainersAgentlessDiscoveryK8s\",\n type: {\n name: \"Composite\",\n className:\n \"DefenderCspmGcpOfferingMdcContainersAgentlessDiscoveryK8S\",\n },\n },\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 {\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 scanInterval: {\n serializedName: \"scanInterval\",\n type: {\n name: \"Number\",\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 scanInterval: {\n serializedName: \"scanInterval\",\n type: {\n name: \"Number\",\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 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 SecurityAssessmentMetadataPropertiesResponse: coreClient.CompositeMapper =\n {\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:\n \"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 {\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 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 {\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 ServerVulnerabilityAssessmentsSetting: coreClient.CompositeMapper =\n {\n serializedName: \"ServerVulnerabilityAssessmentsSetting\",\n type: {\n name: \"Composite\",\n className: \"ServerVulnerabilityAssessmentsSetting\",\n uberParent: \"ResourceAutoGenerated2\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\",\n },\n modelProperties: {\n ...ResourceAutoGenerated2.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\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 CefSolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CefSolutionProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n ...ExternalSecuritySolutionProperties.type.modelProperties,\n hostname: {\n serializedName: \"hostname\",\n type: {\n name: \"String\",\n },\n },\n agent: {\n serializedName: \"agent\",\n type: {\n name: \"String\",\n },\n },\n lastEventReceived: {\n serializedName: \"lastEventReceived\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AtaSolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AtaSolutionProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n ...ExternalSecuritySolutionProperties.type.modelProperties,\n lastEventReceived: {\n serializedName: \"lastEventReceived\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AadSolutionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AadSolutionProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n ...ExternalSecuritySolutionProperties.type.modelProperties,\n ...AadConnectivityStateAutoGenerated.type.modelProperties,\n },\n },\n};\n\nexport const Automation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Automation\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n scopes: {\n serializedName: \"properties.scopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationScope\",\n },\n },\n },\n },\n sources: {\n serializedName: \"properties.sources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationSource\",\n },\n },\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationAction\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SecurityConnector: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityConnector\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n hierarchyIdentifier: {\n serializedName: \"properties.hierarchyIdentifier\",\n type: {\n name: \"String\",\n },\n },\n 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 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 AzureDevOpsOrg: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsOrg\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsOrgProperties\",\n },\n },\n },\n },\n};\n\nexport const AzureDevOpsProject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsProject\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsProjectProperties\",\n },\n },\n },\n },\n};\n\nexport const AzureDevOpsRepository: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsRepository\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsRepositoryProperties\",\n },\n },\n },\n },\n};\n\nexport const DevOpsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DevOpsConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DevOpsConfigurationProperties\",\n },\n },\n },\n },\n};\n\nexport const GitHubOwner: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOwner\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GitHubOwnerProperties\",\n },\n },\n },\n },\n};\n\nexport const GitHubRepository: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubRepository\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GitHubRepositoryProperties\",\n },\n },\n },\n },\n};\n\nexport const GitLabGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitLabGroup\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GitLabGroupProperties\",\n },\n },\n },\n },\n};\n\nexport const GitLabProject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitLabProject\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GitLabProjectProperties\",\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 AzureServersSetting: coreClient.CompositeMapper = {\n serializedName: \"AzureServersSetting\",\n type: {\n name: \"Composite\",\n className: \"AzureServersSetting\",\n uberParent: \"ServerVulnerabilityAssessmentsSetting\",\n polymorphicDiscriminator:\n ServerVulnerabilityAssessmentsSetting.type.polymorphicDiscriminator,\n modelProperties: {\n ...ServerVulnerabilityAssessmentsSetting.type.modelProperties,\n selectedProvider: {\n serializedName: \"properties.selectedProvider\",\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 {\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 {\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 {\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 {\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 {\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 {\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 const APICollectionsOnboardAzureApiManagementApiHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"APICollectionsOnboardAzureApiManagementApiHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport let discriminators = {\n AutomationAction: AutomationAction,\n ResourceDetails: ResourceDetails,\n AdditionalData: AdditionalData,\n AuthenticationDetailsProperties: AuthenticationDetailsProperties,\n NotificationsSource: NotificationsSource,\n CloudOffering: CloudOffering,\n EnvironmentData: EnvironmentData,\n CustomAlertRule: CustomAlertRule,\n ResourceIdentifier: ResourceIdentifier,\n AlertSimulatorRequestProperties: AlertSimulatorRequestProperties,\n AwsOrganizationalData: AwsOrganizationalData,\n GcpOrganizationalData: GcpOrganizationalData,\n \"Resource.Setting\": Setting,\n \"AutomationAction.LogicApp\": AutomationActionLogicApp,\n \"AutomationAction.EventHub\": AutomationActionEventHub,\n \"AutomationAction.Workspace\": AutomationActionWorkspace,\n \"ResourceDetails.Azure\": AzureResourceDetails,\n \"ResourceDetails.OnPremise\": OnPremiseResourceDetails,\n \"AdditionalData.SqlServerVulnerability\": SqlServerVulnerabilityProperties,\n \"AdditionalData.ContainerRegistryVulnerability\":\n ContainerRegistryVulnerabilityProperties,\n \"AdditionalData.ServerVulnerabilityAssessment\": ServerVulnerabilityProperties,\n \"AuthenticationDetailsProperties.awsCreds\":\n AwsCredsAuthenticationDetailsProperties,\n \"AuthenticationDetailsProperties.awsAssumeRole\":\n AwAssumeRoleAuthenticationDetailsProperties,\n \"AuthenticationDetailsProperties.gcpCredentials\":\n GcpCredentialsDetailsProperties,\n \"NotificationsSource.Alert\": NotificationsSourceAlert,\n \"NotificationsSource.AttackPath\": NotificationsSourceAttackPath,\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\":\n 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 \"CustomAlertRule.ThresholdCustomAlertRule\": ThresholdCustomAlertRule,\n \"CustomAlertRule.ListCustomAlertRule\": ListCustomAlertRule,\n \"ResourceIdentifier.AzureResource\": AzureResourceIdentifier,\n \"ResourceIdentifier.LogAnalytics\": LogAnalyticsIdentifier,\n \"AlertSimulatorRequestProperties.Bundles\":\n AlertSimulatorBundlesRequestProperties,\n \"ResourceAutoGenerated2.ServerVulnerabilityAssessmentsSetting\":\n ServerVulnerabilityAssessmentsSetting,\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 \"OnPremiseResourceDetails.OnPremiseSql\": OnPremiseSqlResourceDetails,\n \"ThresholdCustomAlertRule.TimeWindowCustomAlertRule\":\n TimeWindowCustomAlertRule,\n \"ListCustomAlertRule.AllowlistCustomAlertRule\": AllowlistCustomAlertRule,\n \"ListCustomAlertRule.DenylistCustomAlertRule\": DenylistCustomAlertRule,\n \"ServerVulnerabilityAssessmentsSetting.AzureServersSetting\":\n AzureServersSetting,\n \"TimeWindowCustomAlertRule.ActiveConnectionsNotInAllowedRange\":\n ActiveConnectionsNotInAllowedRange,\n \"TimeWindowCustomAlertRule.AmqpC2DMessagesNotInAllowedRange\":\n AmqpC2DMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.MqttC2DMessagesNotInAllowedRange\":\n MqttC2DMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.HttpC2DMessagesNotInAllowedRange\":\n HttpC2DMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.AmqpC2DRejectedMessagesNotInAllowedRange\":\n AmqpC2DRejectedMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.MqttC2DRejectedMessagesNotInAllowedRange\":\n MqttC2DRejectedMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.HttpC2DRejectedMessagesNotInAllowedRange\":\n HttpC2DRejectedMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.AmqpD2CMessagesNotInAllowedRange\":\n AmqpD2CMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.MqttD2CMessagesNotInAllowedRange\":\n MqttD2CMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.HttpD2CMessagesNotInAllowedRange\":\n HttpD2CMessagesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.DirectMethodInvokesNotInAllowedRange\":\n DirectMethodInvokesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.FailedLocalLoginsNotInAllowedRange\":\n FailedLocalLoginsNotInAllowedRange,\n \"TimeWindowCustomAlertRule.FileUploadsNotInAllowedRange\":\n FileUploadsNotInAllowedRange,\n \"TimeWindowCustomAlertRule.QueuePurgesNotInAllowedRange\":\n QueuePurgesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.TwinUpdatesNotInAllowedRange\":\n TwinUpdatesNotInAllowedRange,\n \"TimeWindowCustomAlertRule.UnauthorizedOperationsNotInAllowedRange\":\n UnauthorizedOperationsNotInAllowedRange,\n \"AllowlistCustomAlertRule.ConnectionToIpNotAllowed\": ConnectionToIpNotAllowed,\n \"AllowlistCustomAlertRule.ConnectionFromIpNotAllowed\":\n ConnectionFromIpNotAllowed,\n \"AllowlistCustomAlertRule.LocalUserNotAllowed\": LocalUserNotAllowed,\n \"AllowlistCustomAlertRule.ProcessNotAllowed\": ProcessNotAllowed,\n};\n"]}