@azure/arm-securityinsight 1.0.0-beta.5 → 1.0.0-beta.7

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 (2034) hide show
  1. package/CHANGELOG.md +60 -9
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  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.js +33 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.d.ts +8868 -0
  11. package/dist/browser/models/index.d.ts.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js +15638 -0
  14. package/dist/browser/models/mappers.js.map +1 -0
  15. package/dist/browser/models/parameters.js +560 -0
  16. package/dist/browser/models/parameters.js.map +1 -0
  17. package/dist/browser/operations/actions.d.ts +69 -0
  18. package/dist/browser/operations/actions.d.ts.map +1 -0
  19. package/dist/browser/operations/actions.js +245 -0
  20. package/dist/browser/operations/actions.js.map +1 -0
  21. package/dist/browser/operations/alertRuleTemplates.d.ts +46 -0
  22. package/dist/browser/operations/alertRuleTemplates.d.ts.map +1 -0
  23. package/dist/browser/operations/alertRuleTemplates.js +165 -0
  24. package/dist/browser/operations/alertRuleTemplates.js.map +1 -0
  25. package/dist/browser/operations/alertRules.d.ts +63 -0
  26. package/dist/browser/operations/alertRules.d.ts.map +1 -0
  27. package/dist/browser/operations/alertRules.js +234 -0
  28. package/dist/browser/operations/alertRules.js.map +1 -0
  29. package/dist/browser/operations/automationRules.d.ts +62 -0
  30. package/dist/browser/operations/automationRules.d.ts.map +1 -0
  31. package/dist/browser/operations/automationRules.js +241 -0
  32. package/dist/browser/operations/automationRules.js.map +1 -0
  33. package/dist/browser/operations/bookmarkOperations.d.ts +22 -0
  34. package/dist/browser/operations/bookmarkOperations.d.ts.map +1 -0
  35. package/dist/browser/operations/bookmarkOperations.js +59 -0
  36. package/dist/browser/operations/bookmarkOperations.js.map +1 -0
  37. package/dist/browser/operations/bookmarkRelations.d.ts +69 -0
  38. package/dist/browser/operations/bookmarkRelations.d.ts.map +1 -0
  39. package/dist/browser/operations/bookmarkRelations.js +258 -0
  40. package/dist/browser/operations/bookmarkRelations.js.map +1 -0
  41. package/dist/browser/operations/bookmarks.d.ts +63 -0
  42. package/dist/browser/operations/bookmarks.d.ts.map +1 -0
  43. package/dist/browser/operations/bookmarks.js +234 -0
  44. package/dist/browser/operations/bookmarks.js.map +1 -0
  45. package/dist/browser/operations/dataConnectors.d.ts +80 -0
  46. package/dist/browser/operations/dataConnectors.d.ts.map +1 -0
  47. package/dist/browser/operations/dataConnectors.js +309 -0
  48. package/dist/browser/operations/dataConnectors.js.map +1 -0
  49. package/dist/browser/operations/dataConnectorsCheckRequirementsOperations.d.ts +21 -0
  50. package/dist/browser/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  51. package/dist/browser/operations/dataConnectorsCheckRequirementsOperations.js +62 -0
  52. package/dist/browser/operations/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  53. package/dist/browser/operations/domainWhois.d.ts +20 -0
  54. package/dist/browser/operations/domainWhois.d.ts.map +1 -0
  55. package/dist/browser/operations/domainWhois.js +53 -0
  56. package/dist/browser/operations/domainWhois.js.map +1 -0
  57. package/dist/browser/operations/entities.d.ts +73 -0
  58. package/dist/browser/operations/entities.d.ts.map +1 -0
  59. package/dist/browser/operations/entities.js +268 -0
  60. package/dist/browser/operations/entities.js.map +1 -0
  61. package/dist/browser/operations/entitiesGetTimeline.d.ts +22 -0
  62. package/dist/browser/operations/entitiesGetTimeline.d.ts.map +1 -0
  63. package/dist/browser/operations/entitiesGetTimeline.js +59 -0
  64. package/dist/browser/operations/entitiesGetTimeline.js.map +1 -0
  65. package/dist/browser/operations/entitiesRelations.d.ts +41 -0
  66. package/dist/browser/operations/entitiesRelations.d.ts.map +1 -0
  67. package/dist/browser/operations/entitiesRelations.js +144 -0
  68. package/dist/browser/operations/entitiesRelations.js.map +1 -0
  69. package/dist/browser/operations/entityQueries.d.ts +63 -0
  70. package/dist/browser/operations/entityQueries.d.ts.map +1 -0
  71. package/dist/browser/operations/entityQueries.js +234 -0
  72. package/dist/browser/operations/entityQueries.js.map +1 -0
  73. package/dist/browser/operations/entityQueryTemplates.d.ts +46 -0
  74. package/dist/browser/operations/entityQueryTemplates.d.ts.map +1 -0
  75. package/dist/browser/operations/entityQueryTemplates.js +165 -0
  76. package/dist/browser/operations/entityQueryTemplates.js.map +1 -0
  77. package/dist/browser/operations/entityRelations.d.ts +22 -0
  78. package/dist/browser/operations/entityRelations.d.ts.map +1 -0
  79. package/dist/browser/operations/entityRelations.js +58 -0
  80. package/dist/browser/operations/entityRelations.js.map +1 -0
  81. package/dist/browser/operations/fileImports.d.ts +72 -0
  82. package/dist/browser/operations/fileImports.d.ts.map +1 -0
  83. package/dist/browser/operations/fileImports.js +294 -0
  84. package/dist/browser/operations/fileImports.js.map +1 -0
  85. package/dist/browser/operations/iPGeodata.d.ts +20 -0
  86. package/dist/browser/operations/iPGeodata.d.ts.map +1 -0
  87. package/dist/browser/operations/iPGeodata.js +53 -0
  88. package/dist/browser/operations/iPGeodata.js.map +1 -0
  89. package/dist/browser/operations/incidentComments.d.ts +69 -0
  90. package/dist/browser/operations/incidentComments.d.ts.map +1 -0
  91. package/dist/browser/operations/incidentComments.js +270 -0
  92. package/dist/browser/operations/incidentComments.js.map +1 -0
  93. package/dist/browser/operations/incidentRelations.d.ts +69 -0
  94. package/dist/browser/operations/incidentRelations.d.ts.map +1 -0
  95. package/dist/browser/operations/incidentRelations.js +258 -0
  96. package/dist/browser/operations/incidentRelations.js.map +1 -0
  97. package/dist/browser/operations/incidents.d.ts +105 -0
  98. package/dist/browser/operations/incidents.d.ts.map +1 -0
  99. package/dist/browser/operations/incidents.js +408 -0
  100. package/dist/browser/operations/incidents.js.map +1 -0
  101. package/dist/browser/operations/index.d.ts +35 -0
  102. package/dist/browser/operations/index.d.ts.map +1 -0
  103. package/dist/browser/operations/index.js +42 -0
  104. package/dist/browser/operations/index.js.map +1 -0
  105. package/dist/browser/operations/metadata.d.ts +72 -0
  106. package/dist/browser/operations/metadata.d.ts.map +1 -0
  107. package/dist/browser/operations/metadata.js +281 -0
  108. package/dist/browser/operations/metadata.js.map +1 -0
  109. package/dist/browser/operations/officeConsents.d.ts +54 -0
  110. package/dist/browser/operations/officeConsents.d.ts.map +1 -0
  111. package/dist/browser/operations/officeConsents.js +196 -0
  112. package/dist/browser/operations/officeConsents.js.map +1 -0
  113. package/dist/browser/operations/operations.d.ts +32 -0
  114. package/dist/browser/operations/operations.d.ts.map +1 -0
  115. package/dist/browser/operations/operations.js +116 -0
  116. package/dist/browser/operations/operations.js.map +1 -0
  117. package/dist/browser/operations/productSettings.d.ts +45 -0
  118. package/dist/browser/operations/productSettings.d.ts.map +1 -0
  119. package/dist/browser/operations/productSettings.js +152 -0
  120. package/dist/browser/operations/productSettings.js.map +1 -0
  121. package/dist/browser/operations/securityMLAnalyticsSettings.d.ts +63 -0
  122. package/dist/browser/operations/securityMLAnalyticsSettings.d.ts.map +1 -0
  123. package/dist/browser/operations/securityMLAnalyticsSettings.js +240 -0
  124. package/dist/browser/operations/securityMLAnalyticsSettings.js.map +1 -0
  125. package/dist/browser/operations/sentinelOnboardingStates.d.ts +44 -0
  126. package/dist/browser/operations/sentinelOnboardingStates.d.ts.map +1 -0
  127. package/dist/browser/operations/sentinelOnboardingStates.js +169 -0
  128. package/dist/browser/operations/sentinelOnboardingStates.js.map +1 -0
  129. package/dist/browser/operations/sourceControlOperations.d.ts +41 -0
  130. package/dist/browser/operations/sourceControlOperations.d.ts.map +1 -0
  131. package/dist/browser/operations/sourceControlOperations.js +139 -0
  132. package/dist/browser/operations/sourceControlOperations.js.map +1 -0
  133. package/dist/browser/operations/sourceControls.d.ts +63 -0
  134. package/dist/browser/operations/sourceControls.d.ts.map +1 -0
  135. package/dist/browser/operations/sourceControls.js +240 -0
  136. package/dist/browser/operations/sourceControls.js.map +1 -0
  137. package/dist/browser/operations/threatIntelligenceIndicator.d.ts +97 -0
  138. package/dist/browser/operations/threatIntelligenceIndicator.d.ts.map +1 -0
  139. package/dist/browser/operations/threatIntelligenceIndicator.js +383 -0
  140. package/dist/browser/operations/threatIntelligenceIndicator.js.map +1 -0
  141. package/dist/browser/operations/threatIntelligenceIndicatorMetrics.d.ts +20 -0
  142. package/dist/browser/operations/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  143. package/dist/browser/operations/threatIntelligenceIndicatorMetrics.js +54 -0
  144. package/dist/browser/operations/threatIntelligenceIndicatorMetrics.js.map +1 -0
  145. package/dist/browser/operations/threatIntelligenceIndicators.d.ts +38 -0
  146. package/dist/browser/operations/threatIntelligenceIndicators.d.ts.map +1 -0
  147. package/dist/browser/operations/threatIntelligenceIndicators.js +139 -0
  148. package/dist/browser/operations/threatIntelligenceIndicators.js.map +1 -0
  149. package/dist/browser/operations/watchlistItems.d.ts +69 -0
  150. package/dist/browser/operations/watchlistItems.d.ts.map +1 -0
  151. package/dist/browser/operations/watchlistItems.js +264 -0
  152. package/dist/browser/operations/watchlistItems.js.map +1 -0
  153. package/dist/browser/operations/watchlists.d.ts +68 -0
  154. package/dist/browser/operations/watchlists.d.ts.map +1 -0
  155. package/dist/browser/operations/watchlists.js +242 -0
  156. package/dist/browser/operations/watchlists.js.map +1 -0
  157. package/dist/browser/operationsInterfaces/actions.d.ts +42 -0
  158. package/dist/browser/operationsInterfaces/actions.d.ts.map +1 -0
  159. package/dist/browser/operationsInterfaces/actions.js.map +1 -0
  160. package/dist/browser/operationsInterfaces/alertRuleTemplates.d.ts +21 -0
  161. package/dist/browser/operationsInterfaces/alertRuleTemplates.d.ts.map +1 -0
  162. package/dist/browser/operationsInterfaces/alertRuleTemplates.js.map +1 -0
  163. package/dist/browser/operationsInterfaces/alertRules.d.ts +38 -0
  164. package/dist/browser/operationsInterfaces/alertRules.d.ts.map +1 -0
  165. package/dist/browser/operationsInterfaces/alertRules.js.map +1 -0
  166. package/dist/browser/operationsInterfaces/automationRules.d.ts +37 -0
  167. package/dist/browser/operationsInterfaces/automationRules.d.ts.map +1 -0
  168. package/dist/browser/operationsInterfaces/automationRules.js.map +1 -0
  169. package/dist/browser/operationsInterfaces/bookmarkOperations.d.ts +14 -0
  170. package/dist/browser/operationsInterfaces/bookmarkOperations.d.ts.map +1 -0
  171. package/dist/browser/operationsInterfaces/bookmarkOperations.js.map +1 -0
  172. package/dist/browser/operationsInterfaces/bookmarkRelations.d.ts +42 -0
  173. package/dist/browser/operationsInterfaces/bookmarkRelations.d.ts.map +1 -0
  174. package/dist/browser/operationsInterfaces/bookmarkRelations.js.map +1 -0
  175. package/dist/browser/operationsInterfaces/bookmarks.d.ts +38 -0
  176. package/dist/browser/operationsInterfaces/bookmarks.d.ts.map +1 -0
  177. package/dist/browser/operationsInterfaces/bookmarks.js.map +1 -0
  178. package/dist/browser/operationsInterfaces/dataConnectors.d.ts +55 -0
  179. package/dist/browser/operationsInterfaces/dataConnectors.d.ts.map +1 -0
  180. package/dist/browser/operationsInterfaces/dataConnectors.js.map +1 -0
  181. package/dist/browser/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +13 -0
  182. package/dist/browser/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  183. package/dist/browser/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  184. package/dist/browser/operationsInterfaces/domainWhois.d.ts +12 -0
  185. package/dist/browser/operationsInterfaces/domainWhois.d.ts.map +1 -0
  186. package/dist/browser/operationsInterfaces/domainWhois.js.map +1 -0
  187. package/dist/browser/operationsInterfaces/entities.d.ts +48 -0
  188. package/dist/browser/operationsInterfaces/entities.d.ts.map +1 -0
  189. package/dist/browser/operationsInterfaces/entities.js.map +1 -0
  190. package/dist/browser/operationsInterfaces/entitiesGetTimeline.d.ts +14 -0
  191. package/dist/browser/operationsInterfaces/entitiesGetTimeline.d.ts.map +1 -0
  192. package/dist/browser/operationsInterfaces/entitiesGetTimeline.js.map +1 -0
  193. package/dist/browser/operationsInterfaces/entitiesRelations.d.ts +14 -0
  194. package/dist/browser/operationsInterfaces/entitiesRelations.d.ts.map +1 -0
  195. package/dist/browser/operationsInterfaces/entitiesRelations.js.map +1 -0
  196. package/dist/browser/operationsInterfaces/entityQueries.d.ts +38 -0
  197. package/dist/browser/operationsInterfaces/entityQueries.d.ts.map +1 -0
  198. package/dist/browser/operationsInterfaces/entityQueries.js.map +1 -0
  199. package/dist/browser/operationsInterfaces/entityQueryTemplates.d.ts +21 -0
  200. package/dist/browser/operationsInterfaces/entityQueryTemplates.d.ts.map +1 -0
  201. package/dist/browser/operationsInterfaces/entityQueryTemplates.js.map +1 -0
  202. package/dist/browser/operationsInterfaces/entityRelations.d.ts +14 -0
  203. package/dist/browser/operationsInterfaces/entityRelations.d.ts.map +1 -0
  204. package/dist/browser/operationsInterfaces/entityRelations.js.map +1 -0
  205. package/dist/browser/operationsInterfaces/fileImports.d.ts +47 -0
  206. package/dist/browser/operationsInterfaces/fileImports.d.ts.map +1 -0
  207. package/dist/browser/operationsInterfaces/fileImports.js.map +1 -0
  208. package/dist/browser/operationsInterfaces/iPGeodata.d.ts +12 -0
  209. package/dist/browser/operationsInterfaces/iPGeodata.d.ts.map +1 -0
  210. package/dist/browser/operationsInterfaces/iPGeodata.js.map +1 -0
  211. package/dist/browser/operationsInterfaces/incidentComments.d.ts +42 -0
  212. package/dist/browser/operationsInterfaces/incidentComments.d.ts.map +1 -0
  213. package/dist/browser/operationsInterfaces/incidentComments.js.map +1 -0
  214. package/dist/browser/operationsInterfaces/incidentRelations.d.ts +42 -0
  215. package/dist/browser/operationsInterfaces/incidentRelations.d.ts.map +1 -0
  216. package/dist/browser/operationsInterfaces/incidentRelations.js.map +1 -0
  217. package/dist/browser/operationsInterfaces/incidents.d.ts +80 -0
  218. package/dist/browser/operationsInterfaces/incidents.d.ts.map +1 -0
  219. package/dist/browser/operationsInterfaces/incidents.js.map +1 -0
  220. package/dist/browser/operationsInterfaces/index.d.ts +35 -0
  221. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  222. package/dist/browser/operationsInterfaces/index.js +42 -0
  223. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  224. package/dist/browser/operationsInterfaces/metadata.d.ts +47 -0
  225. package/dist/browser/operationsInterfaces/metadata.d.ts.map +1 -0
  226. package/dist/browser/operationsInterfaces/metadata.js.map +1 -0
  227. package/dist/browser/operationsInterfaces/officeConsents.d.ts +29 -0
  228. package/dist/browser/operationsInterfaces/officeConsents.d.ts.map +1 -0
  229. package/dist/browser/operationsInterfaces/officeConsents.js.map +1 -0
  230. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  231. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  232. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  233. package/dist/browser/operationsInterfaces/productSettings.d.ts +37 -0
  234. package/dist/browser/operationsInterfaces/productSettings.d.ts.map +1 -0
  235. package/dist/browser/operationsInterfaces/productSettings.js.map +1 -0
  236. package/dist/browser/operationsInterfaces/securityMLAnalyticsSettings.d.ts +38 -0
  237. package/dist/browser/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +1 -0
  238. package/dist/browser/operationsInterfaces/securityMLAnalyticsSettings.js.map +1 -0
  239. package/dist/browser/operationsInterfaces/sentinelOnboardingStates.d.ts +36 -0
  240. package/dist/browser/operationsInterfaces/sentinelOnboardingStates.d.ts.map +1 -0
  241. package/dist/browser/operationsInterfaces/sentinelOnboardingStates.js.map +1 -0
  242. package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts +14 -0
  243. package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  244. package/dist/browser/operationsInterfaces/sourceControlOperations.js.map +1 -0
  245. package/dist/browser/operationsInterfaces/sourceControls.d.ts +38 -0
  246. package/dist/browser/operationsInterfaces/sourceControls.d.ts.map +1 -0
  247. package/dist/browser/operationsInterfaces/sourceControls.js.map +1 -0
  248. package/dist/browser/operationsInterfaces/threatIntelligenceIndicator.d.ts +68 -0
  249. package/dist/browser/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +1 -0
  250. package/dist/browser/operationsInterfaces/threatIntelligenceIndicator.js.map +1 -0
  251. package/dist/browser/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +12 -0
  252. package/dist/browser/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  253. package/dist/browser/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +1 -0
  254. package/dist/browser/operationsInterfaces/threatIntelligenceIndicators.d.ts +13 -0
  255. package/dist/browser/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +1 -0
  256. package/dist/browser/operationsInterfaces/threatIntelligenceIndicators.js.map +1 -0
  257. package/dist/browser/operationsInterfaces/watchlistItems.d.ts +42 -0
  258. package/dist/browser/operationsInterfaces/watchlistItems.d.ts.map +1 -0
  259. package/dist/browser/operationsInterfaces/watchlistItems.js.map +1 -0
  260. package/dist/browser/operationsInterfaces/watchlists.d.ts +43 -0
  261. package/dist/browser/operationsInterfaces/watchlists.d.ts.map +1 -0
  262. package/dist/browser/operationsInterfaces/watchlists.js.map +1 -0
  263. package/dist/browser/package.json +3 -0
  264. package/dist/browser/pagingHelper.d.ts +13 -0
  265. package/dist/browser/pagingHelper.d.ts.map +1 -0
  266. package/dist/browser/pagingHelper.js +30 -0
  267. package/dist/browser/pagingHelper.js.map +1 -0
  268. package/dist/browser/securityInsights.d.ts +53 -0
  269. package/dist/browser/securityInsights.d.ts.map +1 -0
  270. package/dist/browser/securityInsights.js +172 -0
  271. package/dist/browser/securityInsights.js.map +1 -0
  272. package/dist/commonjs/index.d.ts +5 -0
  273. package/dist/commonjs/index.d.ts.map +1 -0
  274. package/dist/commonjs/index.js +19 -0
  275. package/dist/commonjs/index.js.map +1 -0
  276. package/dist/commonjs/lroImpl.d.ts +16 -0
  277. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  278. package/dist/commonjs/lroImpl.js +37 -0
  279. package/dist/commonjs/lroImpl.js.map +1 -0
  280. package/dist/commonjs/models/index.d.ts +8868 -0
  281. package/dist/commonjs/models/index.d.ts.map +1 -0
  282. package/dist/commonjs/models/index.js +1180 -0
  283. package/dist/commonjs/models/index.js.map +1 -0
  284. package/dist/commonjs/models/mappers.d.ts +504 -0
  285. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  286. package/dist/commonjs/models/mappers.js +15648 -0
  287. package/dist/commonjs/models/mappers.js.map +1 -0
  288. package/dist/commonjs/models/parameters.d.ts +74 -0
  289. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  290. package/dist/commonjs/models/parameters.js +564 -0
  291. package/dist/commonjs/models/parameters.js.map +1 -0
  292. package/dist/commonjs/operations/actions.d.ts +69 -0
  293. package/dist/commonjs/operations/actions.d.ts.map +1 -0
  294. package/dist/commonjs/operations/actions.js +250 -0
  295. package/dist/commonjs/operations/actions.js.map +1 -0
  296. package/dist/commonjs/operations/alertRuleTemplates.d.ts +46 -0
  297. package/dist/commonjs/operations/alertRuleTemplates.d.ts.map +1 -0
  298. package/dist/commonjs/operations/alertRuleTemplates.js +170 -0
  299. package/dist/commonjs/operations/alertRuleTemplates.js.map +1 -0
  300. package/dist/commonjs/operations/alertRules.d.ts +63 -0
  301. package/dist/commonjs/operations/alertRules.d.ts.map +1 -0
  302. package/dist/commonjs/operations/alertRules.js +239 -0
  303. package/dist/commonjs/operations/alertRules.js.map +1 -0
  304. package/dist/commonjs/operations/automationRules.d.ts +62 -0
  305. package/dist/commonjs/operations/automationRules.d.ts.map +1 -0
  306. package/dist/commonjs/operations/automationRules.js +246 -0
  307. package/dist/commonjs/operations/automationRules.js.map +1 -0
  308. package/dist/commonjs/operations/bookmarkOperations.d.ts +22 -0
  309. package/dist/commonjs/operations/bookmarkOperations.d.ts.map +1 -0
  310. package/dist/commonjs/operations/bookmarkOperations.js +64 -0
  311. package/dist/commonjs/operations/bookmarkOperations.js.map +1 -0
  312. package/dist/commonjs/operations/bookmarkRelations.d.ts +69 -0
  313. package/dist/commonjs/operations/bookmarkRelations.d.ts.map +1 -0
  314. package/dist/commonjs/operations/bookmarkRelations.js +263 -0
  315. package/dist/commonjs/operations/bookmarkRelations.js.map +1 -0
  316. package/dist/commonjs/operations/bookmarks.d.ts +63 -0
  317. package/dist/commonjs/operations/bookmarks.d.ts.map +1 -0
  318. package/dist/commonjs/operations/bookmarks.js +239 -0
  319. package/dist/commonjs/operations/bookmarks.js.map +1 -0
  320. package/dist/commonjs/operations/dataConnectors.d.ts +80 -0
  321. package/dist/commonjs/operations/dataConnectors.d.ts.map +1 -0
  322. package/dist/commonjs/operations/dataConnectors.js +314 -0
  323. package/dist/commonjs/operations/dataConnectors.js.map +1 -0
  324. package/dist/commonjs/operations/dataConnectorsCheckRequirementsOperations.d.ts +21 -0
  325. package/dist/commonjs/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  326. package/dist/commonjs/operations/dataConnectorsCheckRequirementsOperations.js +67 -0
  327. package/dist/commonjs/operations/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  328. package/dist/commonjs/operations/domainWhois.d.ts +20 -0
  329. package/dist/commonjs/operations/domainWhois.d.ts.map +1 -0
  330. package/dist/commonjs/operations/domainWhois.js +58 -0
  331. package/dist/commonjs/operations/domainWhois.js.map +1 -0
  332. package/dist/commonjs/operations/entities.d.ts +73 -0
  333. package/dist/commonjs/operations/entities.d.ts.map +1 -0
  334. package/dist/commonjs/operations/entities.js +273 -0
  335. package/dist/commonjs/operations/entities.js.map +1 -0
  336. package/dist/commonjs/operations/entitiesGetTimeline.d.ts +22 -0
  337. package/dist/commonjs/operations/entitiesGetTimeline.d.ts.map +1 -0
  338. package/dist/commonjs/operations/entitiesGetTimeline.js +64 -0
  339. package/dist/commonjs/operations/entitiesGetTimeline.js.map +1 -0
  340. package/dist/commonjs/operations/entitiesRelations.d.ts +41 -0
  341. package/dist/commonjs/operations/entitiesRelations.d.ts.map +1 -0
  342. package/dist/commonjs/operations/entitiesRelations.js +149 -0
  343. package/dist/commonjs/operations/entitiesRelations.js.map +1 -0
  344. package/dist/commonjs/operations/entityQueries.d.ts +63 -0
  345. package/dist/commonjs/operations/entityQueries.d.ts.map +1 -0
  346. package/dist/commonjs/operations/entityQueries.js +239 -0
  347. package/dist/commonjs/operations/entityQueries.js.map +1 -0
  348. package/dist/commonjs/operations/entityQueryTemplates.d.ts +46 -0
  349. package/dist/commonjs/operations/entityQueryTemplates.d.ts.map +1 -0
  350. package/dist/commonjs/operations/entityQueryTemplates.js +170 -0
  351. package/dist/commonjs/operations/entityQueryTemplates.js.map +1 -0
  352. package/dist/commonjs/operations/entityRelations.d.ts +22 -0
  353. package/dist/commonjs/operations/entityRelations.d.ts.map +1 -0
  354. package/dist/commonjs/operations/entityRelations.js +63 -0
  355. package/dist/commonjs/operations/entityRelations.js.map +1 -0
  356. package/dist/commonjs/operations/fileImports.d.ts +72 -0
  357. package/dist/commonjs/operations/fileImports.d.ts.map +1 -0
  358. package/dist/commonjs/operations/fileImports.js +299 -0
  359. package/dist/commonjs/operations/fileImports.js.map +1 -0
  360. package/dist/commonjs/operations/iPGeodata.d.ts +20 -0
  361. package/dist/commonjs/operations/iPGeodata.d.ts.map +1 -0
  362. package/dist/commonjs/operations/iPGeodata.js +58 -0
  363. package/dist/commonjs/operations/iPGeodata.js.map +1 -0
  364. package/dist/commonjs/operations/incidentComments.d.ts +69 -0
  365. package/dist/commonjs/operations/incidentComments.d.ts.map +1 -0
  366. package/dist/commonjs/operations/incidentComments.js +275 -0
  367. package/dist/commonjs/operations/incidentComments.js.map +1 -0
  368. package/dist/commonjs/operations/incidentRelations.d.ts +69 -0
  369. package/dist/commonjs/operations/incidentRelations.d.ts.map +1 -0
  370. package/dist/commonjs/operations/incidentRelations.js +263 -0
  371. package/dist/commonjs/operations/incidentRelations.js.map +1 -0
  372. package/dist/commonjs/operations/incidents.d.ts +105 -0
  373. package/dist/commonjs/operations/incidents.d.ts.map +1 -0
  374. package/dist/commonjs/operations/incidents.js +413 -0
  375. package/dist/commonjs/operations/incidents.js.map +1 -0
  376. package/dist/commonjs/operations/index.d.ts +35 -0
  377. package/dist/commonjs/operations/index.d.ts.map +1 -0
  378. package/dist/commonjs/operations/index.js +45 -0
  379. package/dist/commonjs/operations/index.js.map +1 -0
  380. package/dist/commonjs/operations/metadata.d.ts +72 -0
  381. package/dist/commonjs/operations/metadata.d.ts.map +1 -0
  382. package/dist/commonjs/operations/metadata.js +286 -0
  383. package/dist/commonjs/operations/metadata.js.map +1 -0
  384. package/dist/commonjs/operations/officeConsents.d.ts +54 -0
  385. package/dist/commonjs/operations/officeConsents.d.ts.map +1 -0
  386. package/dist/commonjs/operations/officeConsents.js +201 -0
  387. package/dist/commonjs/operations/officeConsents.js.map +1 -0
  388. package/dist/commonjs/operations/operations.d.ts +32 -0
  389. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  390. package/dist/commonjs/operations/operations.js +121 -0
  391. package/dist/commonjs/operations/operations.js.map +1 -0
  392. package/dist/commonjs/operations/productSettings.d.ts +45 -0
  393. package/dist/commonjs/operations/productSettings.d.ts.map +1 -0
  394. package/dist/commonjs/operations/productSettings.js +157 -0
  395. package/dist/commonjs/operations/productSettings.js.map +1 -0
  396. package/dist/commonjs/operations/securityMLAnalyticsSettings.d.ts +63 -0
  397. package/dist/commonjs/operations/securityMLAnalyticsSettings.d.ts.map +1 -0
  398. package/dist/commonjs/operations/securityMLAnalyticsSettings.js +245 -0
  399. package/dist/commonjs/operations/securityMLAnalyticsSettings.js.map +1 -0
  400. package/dist/commonjs/operations/sentinelOnboardingStates.d.ts +44 -0
  401. package/dist/commonjs/operations/sentinelOnboardingStates.d.ts.map +1 -0
  402. package/dist/commonjs/operations/sentinelOnboardingStates.js +174 -0
  403. package/dist/commonjs/operations/sentinelOnboardingStates.js.map +1 -0
  404. package/dist/commonjs/operations/sourceControlOperations.d.ts +41 -0
  405. package/dist/commonjs/operations/sourceControlOperations.d.ts.map +1 -0
  406. package/dist/commonjs/operations/sourceControlOperations.js +144 -0
  407. package/dist/commonjs/operations/sourceControlOperations.js.map +1 -0
  408. package/dist/commonjs/operations/sourceControls.d.ts +63 -0
  409. package/dist/commonjs/operations/sourceControls.d.ts.map +1 -0
  410. package/dist/commonjs/operations/sourceControls.js +245 -0
  411. package/dist/commonjs/operations/sourceControls.js.map +1 -0
  412. package/dist/commonjs/operations/threatIntelligenceIndicator.d.ts +97 -0
  413. package/dist/commonjs/operations/threatIntelligenceIndicator.d.ts.map +1 -0
  414. package/dist/commonjs/operations/threatIntelligenceIndicator.js +388 -0
  415. package/dist/commonjs/operations/threatIntelligenceIndicator.js.map +1 -0
  416. package/dist/commonjs/operations/threatIntelligenceIndicatorMetrics.d.ts +20 -0
  417. package/dist/commonjs/operations/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  418. package/dist/commonjs/operations/threatIntelligenceIndicatorMetrics.js +59 -0
  419. package/dist/commonjs/operations/threatIntelligenceIndicatorMetrics.js.map +1 -0
  420. package/dist/commonjs/operations/threatIntelligenceIndicators.d.ts +38 -0
  421. package/dist/commonjs/operations/threatIntelligenceIndicators.d.ts.map +1 -0
  422. package/dist/commonjs/operations/threatIntelligenceIndicators.js +144 -0
  423. package/dist/commonjs/operations/threatIntelligenceIndicators.js.map +1 -0
  424. package/dist/commonjs/operations/watchlistItems.d.ts +69 -0
  425. package/dist/commonjs/operations/watchlistItems.d.ts.map +1 -0
  426. package/dist/commonjs/operations/watchlistItems.js +269 -0
  427. package/dist/commonjs/operations/watchlistItems.js.map +1 -0
  428. package/dist/commonjs/operations/watchlists.d.ts +68 -0
  429. package/dist/commonjs/operations/watchlists.d.ts.map +1 -0
  430. package/dist/commonjs/operations/watchlists.js +247 -0
  431. package/dist/commonjs/operations/watchlists.js.map +1 -0
  432. package/dist/commonjs/operationsInterfaces/actions.d.ts +42 -0
  433. package/dist/commonjs/operationsInterfaces/actions.d.ts.map +1 -0
  434. package/dist/commonjs/operationsInterfaces/actions.js +10 -0
  435. package/dist/commonjs/operationsInterfaces/actions.js.map +1 -0
  436. package/dist/commonjs/operationsInterfaces/alertRuleTemplates.d.ts +21 -0
  437. package/dist/commonjs/operationsInterfaces/alertRuleTemplates.d.ts.map +1 -0
  438. package/dist/commonjs/operationsInterfaces/alertRuleTemplates.js +10 -0
  439. package/dist/commonjs/operationsInterfaces/alertRuleTemplates.js.map +1 -0
  440. package/dist/commonjs/operationsInterfaces/alertRules.d.ts +38 -0
  441. package/dist/commonjs/operationsInterfaces/alertRules.d.ts.map +1 -0
  442. package/dist/commonjs/operationsInterfaces/alertRules.js +10 -0
  443. package/dist/commonjs/operationsInterfaces/alertRules.js.map +1 -0
  444. package/dist/commonjs/operationsInterfaces/automationRules.d.ts +37 -0
  445. package/dist/commonjs/operationsInterfaces/automationRules.d.ts.map +1 -0
  446. package/dist/commonjs/operationsInterfaces/automationRules.js +10 -0
  447. package/dist/commonjs/operationsInterfaces/automationRules.js.map +1 -0
  448. package/dist/commonjs/operationsInterfaces/bookmarkOperations.d.ts +14 -0
  449. package/dist/commonjs/operationsInterfaces/bookmarkOperations.d.ts.map +1 -0
  450. package/dist/commonjs/operationsInterfaces/bookmarkOperations.js +10 -0
  451. package/dist/commonjs/operationsInterfaces/bookmarkOperations.js.map +1 -0
  452. package/dist/commonjs/operationsInterfaces/bookmarkRelations.d.ts +42 -0
  453. package/dist/commonjs/operationsInterfaces/bookmarkRelations.d.ts.map +1 -0
  454. package/dist/commonjs/operationsInterfaces/bookmarkRelations.js +10 -0
  455. package/dist/commonjs/operationsInterfaces/bookmarkRelations.js.map +1 -0
  456. package/dist/commonjs/operationsInterfaces/bookmarks.d.ts +38 -0
  457. package/dist/commonjs/operationsInterfaces/bookmarks.d.ts.map +1 -0
  458. package/dist/commonjs/operationsInterfaces/bookmarks.js +10 -0
  459. package/dist/commonjs/operationsInterfaces/bookmarks.js.map +1 -0
  460. package/dist/commonjs/operationsInterfaces/dataConnectors.d.ts +55 -0
  461. package/dist/commonjs/operationsInterfaces/dataConnectors.d.ts.map +1 -0
  462. package/dist/commonjs/operationsInterfaces/dataConnectors.js +10 -0
  463. package/dist/commonjs/operationsInterfaces/dataConnectors.js.map +1 -0
  464. package/dist/commonjs/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +13 -0
  465. package/dist/commonjs/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  466. package/dist/commonjs/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js +10 -0
  467. package/dist/commonjs/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  468. package/dist/commonjs/operationsInterfaces/domainWhois.d.ts +12 -0
  469. package/dist/commonjs/operationsInterfaces/domainWhois.d.ts.map +1 -0
  470. package/dist/commonjs/operationsInterfaces/domainWhois.js +10 -0
  471. package/dist/commonjs/operationsInterfaces/domainWhois.js.map +1 -0
  472. package/dist/commonjs/operationsInterfaces/entities.d.ts +48 -0
  473. package/dist/commonjs/operationsInterfaces/entities.d.ts.map +1 -0
  474. package/dist/commonjs/operationsInterfaces/entities.js +10 -0
  475. package/dist/commonjs/operationsInterfaces/entities.js.map +1 -0
  476. package/dist/commonjs/operationsInterfaces/entitiesGetTimeline.d.ts +14 -0
  477. package/dist/commonjs/operationsInterfaces/entitiesGetTimeline.d.ts.map +1 -0
  478. package/dist/commonjs/operationsInterfaces/entitiesGetTimeline.js +10 -0
  479. package/dist/commonjs/operationsInterfaces/entitiesGetTimeline.js.map +1 -0
  480. package/dist/commonjs/operationsInterfaces/entitiesRelations.d.ts +14 -0
  481. package/dist/commonjs/operationsInterfaces/entitiesRelations.d.ts.map +1 -0
  482. package/dist/commonjs/operationsInterfaces/entitiesRelations.js +10 -0
  483. package/dist/commonjs/operationsInterfaces/entitiesRelations.js.map +1 -0
  484. package/dist/commonjs/operationsInterfaces/entityQueries.d.ts +38 -0
  485. package/dist/commonjs/operationsInterfaces/entityQueries.d.ts.map +1 -0
  486. package/dist/commonjs/operationsInterfaces/entityQueries.js +10 -0
  487. package/dist/commonjs/operationsInterfaces/entityQueries.js.map +1 -0
  488. package/dist/commonjs/operationsInterfaces/entityQueryTemplates.d.ts +21 -0
  489. package/dist/commonjs/operationsInterfaces/entityQueryTemplates.d.ts.map +1 -0
  490. package/dist/commonjs/operationsInterfaces/entityQueryTemplates.js +10 -0
  491. package/dist/commonjs/operationsInterfaces/entityQueryTemplates.js.map +1 -0
  492. package/dist/commonjs/operationsInterfaces/entityRelations.d.ts +14 -0
  493. package/dist/commonjs/operationsInterfaces/entityRelations.d.ts.map +1 -0
  494. package/dist/commonjs/operationsInterfaces/entityRelations.js +10 -0
  495. package/dist/commonjs/operationsInterfaces/entityRelations.js.map +1 -0
  496. package/dist/commonjs/operationsInterfaces/fileImports.d.ts +47 -0
  497. package/dist/commonjs/operationsInterfaces/fileImports.d.ts.map +1 -0
  498. package/dist/commonjs/operationsInterfaces/fileImports.js +10 -0
  499. package/dist/commonjs/operationsInterfaces/fileImports.js.map +1 -0
  500. package/dist/commonjs/operationsInterfaces/iPGeodata.d.ts +12 -0
  501. package/dist/commonjs/operationsInterfaces/iPGeodata.d.ts.map +1 -0
  502. package/dist/commonjs/operationsInterfaces/iPGeodata.js +10 -0
  503. package/dist/commonjs/operationsInterfaces/iPGeodata.js.map +1 -0
  504. package/dist/commonjs/operationsInterfaces/incidentComments.d.ts +42 -0
  505. package/dist/commonjs/operationsInterfaces/incidentComments.d.ts.map +1 -0
  506. package/dist/commonjs/operationsInterfaces/incidentComments.js +10 -0
  507. package/dist/commonjs/operationsInterfaces/incidentComments.js.map +1 -0
  508. package/dist/commonjs/operationsInterfaces/incidentRelations.d.ts +42 -0
  509. package/dist/commonjs/operationsInterfaces/incidentRelations.d.ts.map +1 -0
  510. package/dist/commonjs/operationsInterfaces/incidentRelations.js +10 -0
  511. package/dist/commonjs/operationsInterfaces/incidentRelations.js.map +1 -0
  512. package/dist/commonjs/operationsInterfaces/incidents.d.ts +80 -0
  513. package/dist/commonjs/operationsInterfaces/incidents.d.ts.map +1 -0
  514. package/dist/commonjs/operationsInterfaces/incidents.js +10 -0
  515. package/dist/commonjs/operationsInterfaces/incidents.js.map +1 -0
  516. package/dist/commonjs/operationsInterfaces/index.d.ts +35 -0
  517. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  518. package/dist/commonjs/operationsInterfaces/index.js +45 -0
  519. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  520. package/dist/commonjs/operationsInterfaces/metadata.d.ts +47 -0
  521. package/dist/commonjs/operationsInterfaces/metadata.d.ts.map +1 -0
  522. package/dist/commonjs/operationsInterfaces/metadata.js +10 -0
  523. package/dist/commonjs/operationsInterfaces/metadata.js.map +1 -0
  524. package/dist/commonjs/operationsInterfaces/officeConsents.d.ts +29 -0
  525. package/dist/commonjs/operationsInterfaces/officeConsents.d.ts.map +1 -0
  526. package/dist/commonjs/operationsInterfaces/officeConsents.js +10 -0
  527. package/dist/commonjs/operationsInterfaces/officeConsents.js.map +1 -0
  528. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  529. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  530. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  531. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  532. package/dist/commonjs/operationsInterfaces/productSettings.d.ts +37 -0
  533. package/dist/commonjs/operationsInterfaces/productSettings.d.ts.map +1 -0
  534. package/dist/commonjs/operationsInterfaces/productSettings.js +10 -0
  535. package/dist/commonjs/operationsInterfaces/productSettings.js.map +1 -0
  536. package/dist/commonjs/operationsInterfaces/securityMLAnalyticsSettings.d.ts +38 -0
  537. package/dist/commonjs/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +1 -0
  538. package/dist/commonjs/operationsInterfaces/securityMLAnalyticsSettings.js +10 -0
  539. package/dist/commonjs/operationsInterfaces/securityMLAnalyticsSettings.js.map +1 -0
  540. package/dist/commonjs/operationsInterfaces/sentinelOnboardingStates.d.ts +36 -0
  541. package/dist/commonjs/operationsInterfaces/sentinelOnboardingStates.d.ts.map +1 -0
  542. package/dist/commonjs/operationsInterfaces/sentinelOnboardingStates.js +10 -0
  543. package/dist/commonjs/operationsInterfaces/sentinelOnboardingStates.js.map +1 -0
  544. package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts +14 -0
  545. package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  546. package/dist/commonjs/operationsInterfaces/sourceControlOperations.js +10 -0
  547. package/dist/commonjs/operationsInterfaces/sourceControlOperations.js.map +1 -0
  548. package/dist/commonjs/operationsInterfaces/sourceControls.d.ts +38 -0
  549. package/dist/commonjs/operationsInterfaces/sourceControls.d.ts.map +1 -0
  550. package/dist/commonjs/operationsInterfaces/sourceControls.js +10 -0
  551. package/dist/commonjs/operationsInterfaces/sourceControls.js.map +1 -0
  552. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicator.d.ts +68 -0
  553. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +1 -0
  554. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicator.js +10 -0
  555. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicator.js.map +1 -0
  556. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +12 -0
  557. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  558. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicatorMetrics.js +10 -0
  559. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +1 -0
  560. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicators.d.ts +13 -0
  561. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +1 -0
  562. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicators.js +10 -0
  563. package/dist/commonjs/operationsInterfaces/threatIntelligenceIndicators.js.map +1 -0
  564. package/dist/commonjs/operationsInterfaces/watchlistItems.d.ts +42 -0
  565. package/dist/commonjs/operationsInterfaces/watchlistItems.d.ts.map +1 -0
  566. package/dist/commonjs/operationsInterfaces/watchlistItems.js +10 -0
  567. package/dist/commonjs/operationsInterfaces/watchlistItems.js.map +1 -0
  568. package/dist/commonjs/operationsInterfaces/watchlists.d.ts +43 -0
  569. package/dist/commonjs/operationsInterfaces/watchlists.d.ts.map +1 -0
  570. package/dist/commonjs/operationsInterfaces/watchlists.js +10 -0
  571. package/dist/commonjs/operationsInterfaces/watchlists.js.map +1 -0
  572. package/dist/commonjs/package.json +3 -0
  573. package/dist/commonjs/pagingHelper.d.ts +13 -0
  574. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  575. package/dist/commonjs/pagingHelper.js +34 -0
  576. package/dist/commonjs/pagingHelper.js.map +1 -0
  577. package/dist/commonjs/securityInsights.d.ts +53 -0
  578. package/dist/commonjs/securityInsights.d.ts.map +1 -0
  579. package/dist/commonjs/securityInsights.js +177 -0
  580. package/dist/commonjs/securityInsights.js.map +1 -0
  581. package/dist/commonjs/tsdoc-metadata.json +11 -0
  582. package/dist/esm/index.d.ts +5 -0
  583. package/dist/esm/index.d.ts.map +1 -0
  584. package/dist/esm/index.js +13 -0
  585. package/dist/esm/index.js.map +1 -0
  586. package/dist/esm/lroImpl.d.ts +16 -0
  587. package/dist/esm/lroImpl.d.ts.map +1 -0
  588. package/dist/esm/lroImpl.js +33 -0
  589. package/dist/esm/lroImpl.js.map +1 -0
  590. package/dist/esm/models/index.d.ts +8868 -0
  591. package/dist/esm/models/index.d.ts.map +1 -0
  592. package/dist/esm/models/index.js +1176 -0
  593. package/dist/esm/models/index.js.map +1 -0
  594. package/dist/esm/models/mappers.d.ts +504 -0
  595. package/dist/esm/models/mappers.d.ts.map +1 -0
  596. package/dist/esm/models/mappers.js +15638 -0
  597. package/dist/esm/models/mappers.js.map +1 -0
  598. package/dist/esm/models/parameters.d.ts +74 -0
  599. package/dist/esm/models/parameters.d.ts.map +1 -0
  600. package/dist/esm/models/parameters.js +560 -0
  601. package/dist/esm/models/parameters.js.map +1 -0
  602. package/dist/esm/operations/actions.d.ts +69 -0
  603. package/dist/esm/operations/actions.d.ts.map +1 -0
  604. package/dist/esm/operations/actions.js +245 -0
  605. package/dist/esm/operations/actions.js.map +1 -0
  606. package/dist/esm/operations/alertRuleTemplates.d.ts +46 -0
  607. package/dist/esm/operations/alertRuleTemplates.d.ts.map +1 -0
  608. package/dist/esm/operations/alertRuleTemplates.js +165 -0
  609. package/dist/esm/operations/alertRuleTemplates.js.map +1 -0
  610. package/dist/esm/operations/alertRules.d.ts +63 -0
  611. package/dist/esm/operations/alertRules.d.ts.map +1 -0
  612. package/dist/esm/operations/alertRules.js +234 -0
  613. package/dist/esm/operations/alertRules.js.map +1 -0
  614. package/dist/esm/operations/automationRules.d.ts +62 -0
  615. package/dist/esm/operations/automationRules.d.ts.map +1 -0
  616. package/dist/esm/operations/automationRules.js +241 -0
  617. package/dist/esm/operations/automationRules.js.map +1 -0
  618. package/dist/esm/operations/bookmarkOperations.d.ts +22 -0
  619. package/dist/esm/operations/bookmarkOperations.d.ts.map +1 -0
  620. package/dist/esm/operations/bookmarkOperations.js +59 -0
  621. package/dist/esm/operations/bookmarkOperations.js.map +1 -0
  622. package/dist/esm/operations/bookmarkRelations.d.ts +69 -0
  623. package/dist/esm/operations/bookmarkRelations.d.ts.map +1 -0
  624. package/dist/esm/operations/bookmarkRelations.js +258 -0
  625. package/dist/esm/operations/bookmarkRelations.js.map +1 -0
  626. package/dist/esm/operations/bookmarks.d.ts +63 -0
  627. package/dist/esm/operations/bookmarks.d.ts.map +1 -0
  628. package/dist/esm/operations/bookmarks.js +234 -0
  629. package/dist/esm/operations/bookmarks.js.map +1 -0
  630. package/dist/esm/operations/dataConnectors.d.ts +80 -0
  631. package/dist/esm/operations/dataConnectors.d.ts.map +1 -0
  632. package/dist/esm/operations/dataConnectors.js +309 -0
  633. package/dist/esm/operations/dataConnectors.js.map +1 -0
  634. package/dist/esm/operations/dataConnectorsCheckRequirementsOperations.d.ts +21 -0
  635. package/dist/esm/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  636. package/dist/esm/operations/dataConnectorsCheckRequirementsOperations.js +62 -0
  637. package/dist/esm/operations/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  638. package/dist/esm/operations/domainWhois.d.ts +20 -0
  639. package/dist/esm/operations/domainWhois.d.ts.map +1 -0
  640. package/dist/esm/operations/domainWhois.js +53 -0
  641. package/dist/esm/operations/domainWhois.js.map +1 -0
  642. package/dist/esm/operations/entities.d.ts +73 -0
  643. package/dist/esm/operations/entities.d.ts.map +1 -0
  644. package/dist/esm/operations/entities.js +268 -0
  645. package/dist/esm/operations/entities.js.map +1 -0
  646. package/dist/esm/operations/entitiesGetTimeline.d.ts +22 -0
  647. package/dist/esm/operations/entitiesGetTimeline.d.ts.map +1 -0
  648. package/dist/esm/operations/entitiesGetTimeline.js +59 -0
  649. package/dist/esm/operations/entitiesGetTimeline.js.map +1 -0
  650. package/dist/esm/operations/entitiesRelations.d.ts +41 -0
  651. package/dist/esm/operations/entitiesRelations.d.ts.map +1 -0
  652. package/dist/esm/operations/entitiesRelations.js +144 -0
  653. package/dist/esm/operations/entitiesRelations.js.map +1 -0
  654. package/dist/esm/operations/entityQueries.d.ts +63 -0
  655. package/dist/esm/operations/entityQueries.d.ts.map +1 -0
  656. package/dist/esm/operations/entityQueries.js +234 -0
  657. package/dist/esm/operations/entityQueries.js.map +1 -0
  658. package/dist/esm/operations/entityQueryTemplates.d.ts +46 -0
  659. package/dist/esm/operations/entityQueryTemplates.d.ts.map +1 -0
  660. package/dist/esm/operations/entityQueryTemplates.js +165 -0
  661. package/dist/esm/operations/entityQueryTemplates.js.map +1 -0
  662. package/dist/esm/operations/entityRelations.d.ts +22 -0
  663. package/dist/esm/operations/entityRelations.d.ts.map +1 -0
  664. package/dist/esm/operations/entityRelations.js +58 -0
  665. package/dist/esm/operations/entityRelations.js.map +1 -0
  666. package/dist/esm/operations/fileImports.d.ts +72 -0
  667. package/dist/esm/operations/fileImports.d.ts.map +1 -0
  668. package/dist/esm/operations/fileImports.js +294 -0
  669. package/dist/esm/operations/fileImports.js.map +1 -0
  670. package/dist/esm/operations/iPGeodata.d.ts +20 -0
  671. package/dist/esm/operations/iPGeodata.d.ts.map +1 -0
  672. package/dist/esm/operations/iPGeodata.js +53 -0
  673. package/dist/esm/operations/iPGeodata.js.map +1 -0
  674. package/dist/esm/operations/incidentComments.d.ts +69 -0
  675. package/dist/esm/operations/incidentComments.d.ts.map +1 -0
  676. package/dist/esm/operations/incidentComments.js +270 -0
  677. package/dist/esm/operations/incidentComments.js.map +1 -0
  678. package/dist/esm/operations/incidentRelations.d.ts +69 -0
  679. package/dist/esm/operations/incidentRelations.d.ts.map +1 -0
  680. package/dist/esm/operations/incidentRelations.js +258 -0
  681. package/dist/esm/operations/incidentRelations.js.map +1 -0
  682. package/dist/esm/operations/incidents.d.ts +105 -0
  683. package/dist/esm/operations/incidents.d.ts.map +1 -0
  684. package/dist/esm/operations/incidents.js +408 -0
  685. package/dist/esm/operations/incidents.js.map +1 -0
  686. package/dist/esm/operations/index.d.ts +35 -0
  687. package/dist/esm/operations/index.d.ts.map +1 -0
  688. package/dist/esm/operations/index.js +42 -0
  689. package/dist/esm/operations/index.js.map +1 -0
  690. package/dist/esm/operations/metadata.d.ts +72 -0
  691. package/dist/esm/operations/metadata.d.ts.map +1 -0
  692. package/dist/esm/operations/metadata.js +281 -0
  693. package/dist/esm/operations/metadata.js.map +1 -0
  694. package/dist/esm/operations/officeConsents.d.ts +54 -0
  695. package/dist/esm/operations/officeConsents.d.ts.map +1 -0
  696. package/dist/esm/operations/officeConsents.js +196 -0
  697. package/dist/esm/operations/officeConsents.js.map +1 -0
  698. package/dist/esm/operations/operations.d.ts +32 -0
  699. package/dist/esm/operations/operations.d.ts.map +1 -0
  700. package/dist/esm/operations/operations.js +116 -0
  701. package/dist/esm/operations/operations.js.map +1 -0
  702. package/dist/esm/operations/productSettings.d.ts +45 -0
  703. package/dist/esm/operations/productSettings.d.ts.map +1 -0
  704. package/dist/esm/operations/productSettings.js +152 -0
  705. package/dist/esm/operations/productSettings.js.map +1 -0
  706. package/dist/esm/operations/securityMLAnalyticsSettings.d.ts +63 -0
  707. package/dist/esm/operations/securityMLAnalyticsSettings.d.ts.map +1 -0
  708. package/dist/esm/operations/securityMLAnalyticsSettings.js +240 -0
  709. package/dist/esm/operations/securityMLAnalyticsSettings.js.map +1 -0
  710. package/dist/esm/operations/sentinelOnboardingStates.d.ts +44 -0
  711. package/dist/esm/operations/sentinelOnboardingStates.d.ts.map +1 -0
  712. package/dist/esm/operations/sentinelOnboardingStates.js +169 -0
  713. package/dist/esm/operations/sentinelOnboardingStates.js.map +1 -0
  714. package/dist/esm/operations/sourceControlOperations.d.ts +41 -0
  715. package/dist/esm/operations/sourceControlOperations.d.ts.map +1 -0
  716. package/dist/esm/operations/sourceControlOperations.js +139 -0
  717. package/dist/esm/operations/sourceControlOperations.js.map +1 -0
  718. package/dist/esm/operations/sourceControls.d.ts +63 -0
  719. package/dist/esm/operations/sourceControls.d.ts.map +1 -0
  720. package/dist/esm/operations/sourceControls.js +240 -0
  721. package/dist/esm/operations/sourceControls.js.map +1 -0
  722. package/dist/esm/operations/threatIntelligenceIndicator.d.ts +97 -0
  723. package/dist/esm/operations/threatIntelligenceIndicator.d.ts.map +1 -0
  724. package/dist/esm/operations/threatIntelligenceIndicator.js +383 -0
  725. package/dist/esm/operations/threatIntelligenceIndicator.js.map +1 -0
  726. package/dist/esm/operations/threatIntelligenceIndicatorMetrics.d.ts +20 -0
  727. package/dist/esm/operations/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  728. package/dist/esm/operations/threatIntelligenceIndicatorMetrics.js +54 -0
  729. package/dist/esm/operations/threatIntelligenceIndicatorMetrics.js.map +1 -0
  730. package/dist/esm/operations/threatIntelligenceIndicators.d.ts +38 -0
  731. package/dist/esm/operations/threatIntelligenceIndicators.d.ts.map +1 -0
  732. package/dist/esm/operations/threatIntelligenceIndicators.js +139 -0
  733. package/dist/esm/operations/threatIntelligenceIndicators.js.map +1 -0
  734. package/dist/esm/operations/watchlistItems.d.ts +69 -0
  735. package/dist/esm/operations/watchlistItems.d.ts.map +1 -0
  736. package/dist/esm/operations/watchlistItems.js +264 -0
  737. package/dist/esm/operations/watchlistItems.js.map +1 -0
  738. package/dist/esm/operations/watchlists.d.ts +68 -0
  739. package/dist/esm/operations/watchlists.d.ts.map +1 -0
  740. package/dist/esm/operations/watchlists.js +242 -0
  741. package/dist/esm/operations/watchlists.js.map +1 -0
  742. package/dist/esm/operationsInterfaces/actions.d.ts +42 -0
  743. package/dist/esm/operationsInterfaces/actions.d.ts.map +1 -0
  744. package/dist/esm/operationsInterfaces/actions.js +9 -0
  745. package/dist/esm/operationsInterfaces/actions.js.map +1 -0
  746. package/dist/esm/operationsInterfaces/alertRuleTemplates.d.ts +21 -0
  747. package/dist/esm/operationsInterfaces/alertRuleTemplates.d.ts.map +1 -0
  748. package/dist/esm/operationsInterfaces/alertRuleTemplates.js +9 -0
  749. package/dist/esm/operationsInterfaces/alertRuleTemplates.js.map +1 -0
  750. package/dist/esm/operationsInterfaces/alertRules.d.ts +38 -0
  751. package/dist/esm/operationsInterfaces/alertRules.d.ts.map +1 -0
  752. package/dist/esm/operationsInterfaces/alertRules.js +9 -0
  753. package/dist/esm/operationsInterfaces/alertRules.js.map +1 -0
  754. package/dist/esm/operationsInterfaces/automationRules.d.ts +37 -0
  755. package/dist/esm/operationsInterfaces/automationRules.d.ts.map +1 -0
  756. package/dist/esm/operationsInterfaces/automationRules.js +9 -0
  757. package/dist/esm/operationsInterfaces/automationRules.js.map +1 -0
  758. package/dist/esm/operationsInterfaces/bookmarkOperations.d.ts +14 -0
  759. package/dist/esm/operationsInterfaces/bookmarkOperations.d.ts.map +1 -0
  760. package/dist/esm/operationsInterfaces/bookmarkOperations.js +9 -0
  761. package/dist/esm/operationsInterfaces/bookmarkOperations.js.map +1 -0
  762. package/dist/esm/operationsInterfaces/bookmarkRelations.d.ts +42 -0
  763. package/dist/esm/operationsInterfaces/bookmarkRelations.d.ts.map +1 -0
  764. package/dist/esm/operationsInterfaces/bookmarkRelations.js +9 -0
  765. package/dist/esm/operationsInterfaces/bookmarkRelations.js.map +1 -0
  766. package/dist/esm/operationsInterfaces/bookmarks.d.ts +38 -0
  767. package/dist/esm/operationsInterfaces/bookmarks.d.ts.map +1 -0
  768. package/dist/esm/operationsInterfaces/bookmarks.js +9 -0
  769. package/dist/esm/operationsInterfaces/bookmarks.js.map +1 -0
  770. package/dist/esm/operationsInterfaces/dataConnectors.d.ts +55 -0
  771. package/dist/esm/operationsInterfaces/dataConnectors.d.ts.map +1 -0
  772. package/dist/esm/operationsInterfaces/dataConnectors.js +9 -0
  773. package/dist/esm/operationsInterfaces/dataConnectors.js.map +1 -0
  774. package/dist/esm/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +13 -0
  775. package/dist/esm/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  776. package/dist/esm/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js +9 -0
  777. package/dist/esm/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  778. package/dist/esm/operationsInterfaces/domainWhois.d.ts +12 -0
  779. package/dist/esm/operationsInterfaces/domainWhois.d.ts.map +1 -0
  780. package/dist/esm/operationsInterfaces/domainWhois.js +9 -0
  781. package/dist/esm/operationsInterfaces/domainWhois.js.map +1 -0
  782. package/dist/esm/operationsInterfaces/entities.d.ts +48 -0
  783. package/dist/esm/operationsInterfaces/entities.d.ts.map +1 -0
  784. package/dist/esm/operationsInterfaces/entities.js +9 -0
  785. package/dist/esm/operationsInterfaces/entities.js.map +1 -0
  786. package/dist/esm/operationsInterfaces/entitiesGetTimeline.d.ts +14 -0
  787. package/dist/esm/operationsInterfaces/entitiesGetTimeline.d.ts.map +1 -0
  788. package/dist/esm/operationsInterfaces/entitiesGetTimeline.js +9 -0
  789. package/dist/esm/operationsInterfaces/entitiesGetTimeline.js.map +1 -0
  790. package/dist/esm/operationsInterfaces/entitiesRelations.d.ts +14 -0
  791. package/dist/esm/operationsInterfaces/entitiesRelations.d.ts.map +1 -0
  792. package/dist/esm/operationsInterfaces/entitiesRelations.js +9 -0
  793. package/dist/esm/operationsInterfaces/entitiesRelations.js.map +1 -0
  794. package/dist/esm/operationsInterfaces/entityQueries.d.ts +38 -0
  795. package/dist/esm/operationsInterfaces/entityQueries.d.ts.map +1 -0
  796. package/dist/esm/operationsInterfaces/entityQueries.js +9 -0
  797. package/dist/esm/operationsInterfaces/entityQueries.js.map +1 -0
  798. package/dist/esm/operationsInterfaces/entityQueryTemplates.d.ts +21 -0
  799. package/dist/esm/operationsInterfaces/entityQueryTemplates.d.ts.map +1 -0
  800. package/dist/esm/operationsInterfaces/entityQueryTemplates.js +9 -0
  801. package/dist/esm/operationsInterfaces/entityQueryTemplates.js.map +1 -0
  802. package/dist/esm/operationsInterfaces/entityRelations.d.ts +14 -0
  803. package/dist/esm/operationsInterfaces/entityRelations.d.ts.map +1 -0
  804. package/dist/esm/operationsInterfaces/entityRelations.js +9 -0
  805. package/dist/esm/operationsInterfaces/entityRelations.js.map +1 -0
  806. package/dist/esm/operationsInterfaces/fileImports.d.ts +47 -0
  807. package/dist/esm/operationsInterfaces/fileImports.d.ts.map +1 -0
  808. package/dist/esm/operationsInterfaces/fileImports.js +9 -0
  809. package/dist/esm/operationsInterfaces/fileImports.js.map +1 -0
  810. package/dist/esm/operationsInterfaces/iPGeodata.d.ts +12 -0
  811. package/dist/esm/operationsInterfaces/iPGeodata.d.ts.map +1 -0
  812. package/dist/esm/operationsInterfaces/iPGeodata.js +9 -0
  813. package/dist/esm/operationsInterfaces/iPGeodata.js.map +1 -0
  814. package/dist/esm/operationsInterfaces/incidentComments.d.ts +42 -0
  815. package/dist/esm/operationsInterfaces/incidentComments.d.ts.map +1 -0
  816. package/dist/esm/operationsInterfaces/incidentComments.js +9 -0
  817. package/dist/esm/operationsInterfaces/incidentComments.js.map +1 -0
  818. package/dist/esm/operationsInterfaces/incidentRelations.d.ts +42 -0
  819. package/dist/esm/operationsInterfaces/incidentRelations.d.ts.map +1 -0
  820. package/dist/esm/operationsInterfaces/incidentRelations.js +9 -0
  821. package/dist/esm/operationsInterfaces/incidentRelations.js.map +1 -0
  822. package/dist/esm/operationsInterfaces/incidents.d.ts +80 -0
  823. package/dist/esm/operationsInterfaces/incidents.d.ts.map +1 -0
  824. package/dist/esm/operationsInterfaces/incidents.js +9 -0
  825. package/dist/esm/operationsInterfaces/incidents.js.map +1 -0
  826. package/dist/esm/operationsInterfaces/index.d.ts +35 -0
  827. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  828. package/dist/esm/operationsInterfaces/index.js +42 -0
  829. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  830. package/dist/esm/operationsInterfaces/metadata.d.ts +47 -0
  831. package/dist/esm/operationsInterfaces/metadata.d.ts.map +1 -0
  832. package/dist/esm/operationsInterfaces/metadata.js +9 -0
  833. package/dist/esm/operationsInterfaces/metadata.js.map +1 -0
  834. package/dist/esm/operationsInterfaces/officeConsents.d.ts +29 -0
  835. package/dist/esm/operationsInterfaces/officeConsents.d.ts.map +1 -0
  836. package/dist/esm/operationsInterfaces/officeConsents.js +9 -0
  837. package/dist/esm/operationsInterfaces/officeConsents.js.map +1 -0
  838. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  839. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  840. package/dist/esm/operationsInterfaces/operations.js +9 -0
  841. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  842. package/dist/esm/operationsInterfaces/productSettings.d.ts +37 -0
  843. package/dist/esm/operationsInterfaces/productSettings.d.ts.map +1 -0
  844. package/dist/esm/operationsInterfaces/productSettings.js +9 -0
  845. package/dist/esm/operationsInterfaces/productSettings.js.map +1 -0
  846. package/dist/esm/operationsInterfaces/securityMLAnalyticsSettings.d.ts +38 -0
  847. package/dist/esm/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +1 -0
  848. package/dist/esm/operationsInterfaces/securityMLAnalyticsSettings.js +9 -0
  849. package/dist/esm/operationsInterfaces/securityMLAnalyticsSettings.js.map +1 -0
  850. package/dist/esm/operationsInterfaces/sentinelOnboardingStates.d.ts +36 -0
  851. package/dist/esm/operationsInterfaces/sentinelOnboardingStates.d.ts.map +1 -0
  852. package/dist/esm/operationsInterfaces/sentinelOnboardingStates.js +9 -0
  853. package/dist/esm/operationsInterfaces/sentinelOnboardingStates.js.map +1 -0
  854. package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts +14 -0
  855. package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  856. package/dist/esm/operationsInterfaces/sourceControlOperations.js +9 -0
  857. package/dist/esm/operationsInterfaces/sourceControlOperations.js.map +1 -0
  858. package/dist/esm/operationsInterfaces/sourceControls.d.ts +38 -0
  859. package/dist/esm/operationsInterfaces/sourceControls.d.ts.map +1 -0
  860. package/dist/esm/operationsInterfaces/sourceControls.js +9 -0
  861. package/dist/esm/operationsInterfaces/sourceControls.js.map +1 -0
  862. package/dist/esm/operationsInterfaces/threatIntelligenceIndicator.d.ts +68 -0
  863. package/dist/esm/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +1 -0
  864. package/dist/esm/operationsInterfaces/threatIntelligenceIndicator.js +9 -0
  865. package/dist/esm/operationsInterfaces/threatIntelligenceIndicator.js.map +1 -0
  866. package/dist/esm/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +12 -0
  867. package/dist/esm/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  868. package/dist/esm/operationsInterfaces/threatIntelligenceIndicatorMetrics.js +9 -0
  869. package/dist/esm/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +1 -0
  870. package/dist/esm/operationsInterfaces/threatIntelligenceIndicators.d.ts +13 -0
  871. package/dist/esm/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +1 -0
  872. package/dist/esm/operationsInterfaces/threatIntelligenceIndicators.js +9 -0
  873. package/dist/esm/operationsInterfaces/threatIntelligenceIndicators.js.map +1 -0
  874. package/dist/esm/operationsInterfaces/watchlistItems.d.ts +42 -0
  875. package/dist/esm/operationsInterfaces/watchlistItems.d.ts.map +1 -0
  876. package/dist/esm/operationsInterfaces/watchlistItems.js +9 -0
  877. package/dist/esm/operationsInterfaces/watchlistItems.js.map +1 -0
  878. package/dist/esm/operationsInterfaces/watchlists.d.ts +43 -0
  879. package/dist/esm/operationsInterfaces/watchlists.d.ts.map +1 -0
  880. package/dist/esm/operationsInterfaces/watchlists.js +9 -0
  881. package/dist/esm/operationsInterfaces/watchlists.js.map +1 -0
  882. package/dist/esm/package.json +3 -0
  883. package/dist/esm/pagingHelper.d.ts +13 -0
  884. package/dist/esm/pagingHelper.d.ts.map +1 -0
  885. package/dist/esm/pagingHelper.js +30 -0
  886. package/dist/esm/pagingHelper.js.map +1 -0
  887. package/dist/esm/securityInsights.d.ts +53 -0
  888. package/dist/esm/securityInsights.d.ts.map +1 -0
  889. package/dist/esm/securityInsights.js +172 -0
  890. package/dist/esm/securityInsights.js.map +1 -0
  891. package/dist/react-native/index.d.ts +5 -0
  892. package/dist/react-native/index.d.ts.map +1 -0
  893. package/dist/react-native/index.js +13 -0
  894. package/dist/react-native/index.js.map +1 -0
  895. package/dist/react-native/lroImpl.d.ts +16 -0
  896. package/dist/react-native/lroImpl.d.ts.map +1 -0
  897. package/dist/react-native/lroImpl.js +33 -0
  898. package/dist/react-native/lroImpl.js.map +1 -0
  899. package/dist/react-native/models/index.d.ts +8868 -0
  900. package/dist/react-native/models/index.d.ts.map +1 -0
  901. package/dist/react-native/models/index.js +1176 -0
  902. package/dist/react-native/models/index.js.map +1 -0
  903. package/dist/react-native/models/mappers.d.ts +504 -0
  904. package/dist/react-native/models/mappers.d.ts.map +1 -0
  905. package/dist/react-native/models/mappers.js +15638 -0
  906. package/dist/react-native/models/mappers.js.map +1 -0
  907. package/dist/react-native/models/parameters.d.ts +74 -0
  908. package/dist/react-native/models/parameters.d.ts.map +1 -0
  909. package/dist/react-native/models/parameters.js +560 -0
  910. package/dist/react-native/models/parameters.js.map +1 -0
  911. package/dist/react-native/operations/actions.d.ts +69 -0
  912. package/dist/react-native/operations/actions.d.ts.map +1 -0
  913. package/dist/react-native/operations/actions.js +245 -0
  914. package/dist/react-native/operations/actions.js.map +1 -0
  915. package/dist/react-native/operations/alertRuleTemplates.d.ts +46 -0
  916. package/dist/react-native/operations/alertRuleTemplates.d.ts.map +1 -0
  917. package/dist/react-native/operations/alertRuleTemplates.js +165 -0
  918. package/dist/react-native/operations/alertRuleTemplates.js.map +1 -0
  919. package/dist/react-native/operations/alertRules.d.ts +63 -0
  920. package/dist/react-native/operations/alertRules.d.ts.map +1 -0
  921. package/dist/react-native/operations/alertRules.js +234 -0
  922. package/dist/react-native/operations/alertRules.js.map +1 -0
  923. package/dist/react-native/operations/automationRules.d.ts +62 -0
  924. package/dist/react-native/operations/automationRules.d.ts.map +1 -0
  925. package/dist/react-native/operations/automationRules.js +241 -0
  926. package/dist/react-native/operations/automationRules.js.map +1 -0
  927. package/dist/react-native/operations/bookmarkOperations.d.ts +22 -0
  928. package/dist/react-native/operations/bookmarkOperations.d.ts.map +1 -0
  929. package/dist/react-native/operations/bookmarkOperations.js +59 -0
  930. package/dist/react-native/operations/bookmarkOperations.js.map +1 -0
  931. package/dist/react-native/operations/bookmarkRelations.d.ts +69 -0
  932. package/dist/react-native/operations/bookmarkRelations.d.ts.map +1 -0
  933. package/dist/react-native/operations/bookmarkRelations.js +258 -0
  934. package/dist/react-native/operations/bookmarkRelations.js.map +1 -0
  935. package/dist/react-native/operations/bookmarks.d.ts +63 -0
  936. package/dist/react-native/operations/bookmarks.d.ts.map +1 -0
  937. package/dist/react-native/operations/bookmarks.js +234 -0
  938. package/dist/react-native/operations/bookmarks.js.map +1 -0
  939. package/dist/react-native/operations/dataConnectors.d.ts +80 -0
  940. package/dist/react-native/operations/dataConnectors.d.ts.map +1 -0
  941. package/dist/react-native/operations/dataConnectors.js +309 -0
  942. package/dist/react-native/operations/dataConnectors.js.map +1 -0
  943. package/dist/react-native/operations/dataConnectorsCheckRequirementsOperations.d.ts +21 -0
  944. package/dist/react-native/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  945. package/dist/react-native/operations/dataConnectorsCheckRequirementsOperations.js +62 -0
  946. package/dist/react-native/operations/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  947. package/dist/react-native/operations/domainWhois.d.ts +20 -0
  948. package/dist/react-native/operations/domainWhois.d.ts.map +1 -0
  949. package/dist/react-native/operations/domainWhois.js +53 -0
  950. package/dist/react-native/operations/domainWhois.js.map +1 -0
  951. package/dist/react-native/operations/entities.d.ts +73 -0
  952. package/dist/react-native/operations/entities.d.ts.map +1 -0
  953. package/dist/react-native/operations/entities.js +268 -0
  954. package/dist/react-native/operations/entities.js.map +1 -0
  955. package/dist/react-native/operations/entitiesGetTimeline.d.ts +22 -0
  956. package/dist/react-native/operations/entitiesGetTimeline.d.ts.map +1 -0
  957. package/dist/react-native/operations/entitiesGetTimeline.js +59 -0
  958. package/dist/react-native/operations/entitiesGetTimeline.js.map +1 -0
  959. package/dist/react-native/operations/entitiesRelations.d.ts +41 -0
  960. package/dist/react-native/operations/entitiesRelations.d.ts.map +1 -0
  961. package/dist/react-native/operations/entitiesRelations.js +144 -0
  962. package/dist/react-native/operations/entitiesRelations.js.map +1 -0
  963. package/dist/react-native/operations/entityQueries.d.ts +63 -0
  964. package/dist/react-native/operations/entityQueries.d.ts.map +1 -0
  965. package/dist/react-native/operations/entityQueries.js +234 -0
  966. package/dist/react-native/operations/entityQueries.js.map +1 -0
  967. package/dist/react-native/operations/entityQueryTemplates.d.ts +46 -0
  968. package/dist/react-native/operations/entityQueryTemplates.d.ts.map +1 -0
  969. package/dist/react-native/operations/entityQueryTemplates.js +165 -0
  970. package/dist/react-native/operations/entityQueryTemplates.js.map +1 -0
  971. package/dist/react-native/operations/entityRelations.d.ts +22 -0
  972. package/dist/react-native/operations/entityRelations.d.ts.map +1 -0
  973. package/dist/react-native/operations/entityRelations.js +58 -0
  974. package/dist/react-native/operations/entityRelations.js.map +1 -0
  975. package/dist/react-native/operations/fileImports.d.ts +72 -0
  976. package/dist/react-native/operations/fileImports.d.ts.map +1 -0
  977. package/dist/react-native/operations/fileImports.js +294 -0
  978. package/dist/react-native/operations/fileImports.js.map +1 -0
  979. package/dist/react-native/operations/iPGeodata.d.ts +20 -0
  980. package/dist/react-native/operations/iPGeodata.d.ts.map +1 -0
  981. package/dist/react-native/operations/iPGeodata.js +53 -0
  982. package/dist/react-native/operations/iPGeodata.js.map +1 -0
  983. package/dist/react-native/operations/incidentComments.d.ts +69 -0
  984. package/dist/react-native/operations/incidentComments.d.ts.map +1 -0
  985. package/dist/react-native/operations/incidentComments.js +270 -0
  986. package/dist/react-native/operations/incidentComments.js.map +1 -0
  987. package/dist/react-native/operations/incidentRelations.d.ts +69 -0
  988. package/dist/react-native/operations/incidentRelations.d.ts.map +1 -0
  989. package/dist/react-native/operations/incidentRelations.js +258 -0
  990. package/dist/react-native/operations/incidentRelations.js.map +1 -0
  991. package/dist/react-native/operations/incidents.d.ts +105 -0
  992. package/dist/react-native/operations/incidents.d.ts.map +1 -0
  993. package/dist/react-native/operations/incidents.js +408 -0
  994. package/dist/react-native/operations/incidents.js.map +1 -0
  995. package/dist/react-native/operations/index.d.ts +35 -0
  996. package/dist/react-native/operations/index.d.ts.map +1 -0
  997. package/dist/react-native/operations/index.js +42 -0
  998. package/dist/react-native/operations/index.js.map +1 -0
  999. package/dist/react-native/operations/metadata.d.ts +72 -0
  1000. package/dist/react-native/operations/metadata.d.ts.map +1 -0
  1001. package/dist/react-native/operations/metadata.js +281 -0
  1002. package/dist/react-native/operations/metadata.js.map +1 -0
  1003. package/dist/react-native/operations/officeConsents.d.ts +54 -0
  1004. package/dist/react-native/operations/officeConsents.d.ts.map +1 -0
  1005. package/dist/react-native/operations/officeConsents.js +196 -0
  1006. package/dist/react-native/operations/officeConsents.js.map +1 -0
  1007. package/dist/react-native/operations/operations.d.ts +32 -0
  1008. package/dist/react-native/operations/operations.d.ts.map +1 -0
  1009. package/dist/react-native/operations/operations.js +116 -0
  1010. package/dist/react-native/operations/operations.js.map +1 -0
  1011. package/dist/react-native/operations/productSettings.d.ts +45 -0
  1012. package/dist/react-native/operations/productSettings.d.ts.map +1 -0
  1013. package/dist/react-native/operations/productSettings.js +152 -0
  1014. package/dist/react-native/operations/productSettings.js.map +1 -0
  1015. package/dist/react-native/operations/securityMLAnalyticsSettings.d.ts +63 -0
  1016. package/dist/react-native/operations/securityMLAnalyticsSettings.d.ts.map +1 -0
  1017. package/dist/react-native/operations/securityMLAnalyticsSettings.js +240 -0
  1018. package/dist/react-native/operations/securityMLAnalyticsSettings.js.map +1 -0
  1019. package/dist/react-native/operations/sentinelOnboardingStates.d.ts +44 -0
  1020. package/dist/react-native/operations/sentinelOnboardingStates.d.ts.map +1 -0
  1021. package/dist/react-native/operations/sentinelOnboardingStates.js +169 -0
  1022. package/dist/react-native/operations/sentinelOnboardingStates.js.map +1 -0
  1023. package/dist/react-native/operations/sourceControlOperations.d.ts +41 -0
  1024. package/dist/react-native/operations/sourceControlOperations.d.ts.map +1 -0
  1025. package/dist/react-native/operations/sourceControlOperations.js +139 -0
  1026. package/dist/react-native/operations/sourceControlOperations.js.map +1 -0
  1027. package/dist/react-native/operations/sourceControls.d.ts +63 -0
  1028. package/dist/react-native/operations/sourceControls.d.ts.map +1 -0
  1029. package/dist/react-native/operations/sourceControls.js +240 -0
  1030. package/dist/react-native/operations/sourceControls.js.map +1 -0
  1031. package/dist/react-native/operations/threatIntelligenceIndicator.d.ts +97 -0
  1032. package/dist/react-native/operations/threatIntelligenceIndicator.d.ts.map +1 -0
  1033. package/dist/react-native/operations/threatIntelligenceIndicator.js +383 -0
  1034. package/dist/react-native/operations/threatIntelligenceIndicator.js.map +1 -0
  1035. package/dist/react-native/operations/threatIntelligenceIndicatorMetrics.d.ts +20 -0
  1036. package/dist/react-native/operations/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  1037. package/dist/react-native/operations/threatIntelligenceIndicatorMetrics.js +54 -0
  1038. package/dist/react-native/operations/threatIntelligenceIndicatorMetrics.js.map +1 -0
  1039. package/dist/react-native/operations/threatIntelligenceIndicators.d.ts +38 -0
  1040. package/dist/react-native/operations/threatIntelligenceIndicators.d.ts.map +1 -0
  1041. package/dist/react-native/operations/threatIntelligenceIndicators.js +139 -0
  1042. package/dist/react-native/operations/threatIntelligenceIndicators.js.map +1 -0
  1043. package/dist/react-native/operations/watchlistItems.d.ts +69 -0
  1044. package/dist/react-native/operations/watchlistItems.d.ts.map +1 -0
  1045. package/dist/react-native/operations/watchlistItems.js +264 -0
  1046. package/dist/react-native/operations/watchlistItems.js.map +1 -0
  1047. package/dist/react-native/operations/watchlists.d.ts +68 -0
  1048. package/dist/react-native/operations/watchlists.d.ts.map +1 -0
  1049. package/dist/react-native/operations/watchlists.js +242 -0
  1050. package/dist/react-native/operations/watchlists.js.map +1 -0
  1051. package/dist/react-native/operationsInterfaces/actions.d.ts +42 -0
  1052. package/dist/react-native/operationsInterfaces/actions.d.ts.map +1 -0
  1053. package/dist/react-native/operationsInterfaces/actions.js +9 -0
  1054. package/dist/react-native/operationsInterfaces/actions.js.map +1 -0
  1055. package/dist/react-native/operationsInterfaces/alertRuleTemplates.d.ts +21 -0
  1056. package/dist/react-native/operationsInterfaces/alertRuleTemplates.d.ts.map +1 -0
  1057. package/dist/react-native/operationsInterfaces/alertRuleTemplates.js +9 -0
  1058. package/dist/react-native/operationsInterfaces/alertRuleTemplates.js.map +1 -0
  1059. package/dist/react-native/operationsInterfaces/alertRules.d.ts +38 -0
  1060. package/dist/react-native/operationsInterfaces/alertRules.d.ts.map +1 -0
  1061. package/dist/react-native/operationsInterfaces/alertRules.js +9 -0
  1062. package/dist/react-native/operationsInterfaces/alertRules.js.map +1 -0
  1063. package/dist/react-native/operationsInterfaces/automationRules.d.ts +37 -0
  1064. package/dist/react-native/operationsInterfaces/automationRules.d.ts.map +1 -0
  1065. package/dist/react-native/operationsInterfaces/automationRules.js +9 -0
  1066. package/dist/react-native/operationsInterfaces/automationRules.js.map +1 -0
  1067. package/dist/react-native/operationsInterfaces/bookmarkOperations.d.ts +14 -0
  1068. package/dist/react-native/operationsInterfaces/bookmarkOperations.d.ts.map +1 -0
  1069. package/dist/react-native/operationsInterfaces/bookmarkOperations.js +9 -0
  1070. package/dist/react-native/operationsInterfaces/bookmarkOperations.js.map +1 -0
  1071. package/dist/react-native/operationsInterfaces/bookmarkRelations.d.ts +42 -0
  1072. package/dist/react-native/operationsInterfaces/bookmarkRelations.d.ts.map +1 -0
  1073. package/dist/react-native/operationsInterfaces/bookmarkRelations.js +9 -0
  1074. package/dist/react-native/operationsInterfaces/bookmarkRelations.js.map +1 -0
  1075. package/dist/react-native/operationsInterfaces/bookmarks.d.ts +38 -0
  1076. package/dist/react-native/operationsInterfaces/bookmarks.d.ts.map +1 -0
  1077. package/dist/react-native/operationsInterfaces/bookmarks.js +9 -0
  1078. package/dist/react-native/operationsInterfaces/bookmarks.js.map +1 -0
  1079. package/dist/react-native/operationsInterfaces/dataConnectors.d.ts +55 -0
  1080. package/dist/react-native/operationsInterfaces/dataConnectors.d.ts.map +1 -0
  1081. package/dist/react-native/operationsInterfaces/dataConnectors.js +9 -0
  1082. package/dist/react-native/operationsInterfaces/dataConnectors.js.map +1 -0
  1083. package/dist/react-native/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +13 -0
  1084. package/dist/react-native/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +1 -0
  1085. package/dist/react-native/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js +9 -0
  1086. package/dist/react-native/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +1 -0
  1087. package/dist/react-native/operationsInterfaces/domainWhois.d.ts +12 -0
  1088. package/dist/react-native/operationsInterfaces/domainWhois.d.ts.map +1 -0
  1089. package/dist/react-native/operationsInterfaces/domainWhois.js +9 -0
  1090. package/dist/react-native/operationsInterfaces/domainWhois.js.map +1 -0
  1091. package/dist/react-native/operationsInterfaces/entities.d.ts +48 -0
  1092. package/dist/react-native/operationsInterfaces/entities.d.ts.map +1 -0
  1093. package/dist/react-native/operationsInterfaces/entities.js +9 -0
  1094. package/dist/react-native/operationsInterfaces/entities.js.map +1 -0
  1095. package/dist/react-native/operationsInterfaces/entitiesGetTimeline.d.ts +14 -0
  1096. package/dist/react-native/operationsInterfaces/entitiesGetTimeline.d.ts.map +1 -0
  1097. package/dist/react-native/operationsInterfaces/entitiesGetTimeline.js +9 -0
  1098. package/dist/react-native/operationsInterfaces/entitiesGetTimeline.js.map +1 -0
  1099. package/dist/react-native/operationsInterfaces/entitiesRelations.d.ts +14 -0
  1100. package/dist/react-native/operationsInterfaces/entitiesRelations.d.ts.map +1 -0
  1101. package/dist/react-native/operationsInterfaces/entitiesRelations.js +9 -0
  1102. package/dist/react-native/operationsInterfaces/entitiesRelations.js.map +1 -0
  1103. package/dist/react-native/operationsInterfaces/entityQueries.d.ts +38 -0
  1104. package/dist/react-native/operationsInterfaces/entityQueries.d.ts.map +1 -0
  1105. package/dist/react-native/operationsInterfaces/entityQueries.js +9 -0
  1106. package/dist/react-native/operationsInterfaces/entityQueries.js.map +1 -0
  1107. package/dist/react-native/operationsInterfaces/entityQueryTemplates.d.ts +21 -0
  1108. package/dist/react-native/operationsInterfaces/entityQueryTemplates.d.ts.map +1 -0
  1109. package/dist/react-native/operationsInterfaces/entityQueryTemplates.js +9 -0
  1110. package/dist/react-native/operationsInterfaces/entityQueryTemplates.js.map +1 -0
  1111. package/dist/react-native/operationsInterfaces/entityRelations.d.ts +14 -0
  1112. package/dist/react-native/operationsInterfaces/entityRelations.d.ts.map +1 -0
  1113. package/dist/react-native/operationsInterfaces/entityRelations.js +9 -0
  1114. package/dist/react-native/operationsInterfaces/entityRelations.js.map +1 -0
  1115. package/dist/react-native/operationsInterfaces/fileImports.d.ts +47 -0
  1116. package/dist/react-native/operationsInterfaces/fileImports.d.ts.map +1 -0
  1117. package/dist/react-native/operationsInterfaces/fileImports.js +9 -0
  1118. package/dist/react-native/operationsInterfaces/fileImports.js.map +1 -0
  1119. package/dist/react-native/operationsInterfaces/iPGeodata.d.ts +12 -0
  1120. package/dist/react-native/operationsInterfaces/iPGeodata.d.ts.map +1 -0
  1121. package/dist/react-native/operationsInterfaces/iPGeodata.js +9 -0
  1122. package/dist/react-native/operationsInterfaces/iPGeodata.js.map +1 -0
  1123. package/dist/react-native/operationsInterfaces/incidentComments.d.ts +42 -0
  1124. package/dist/react-native/operationsInterfaces/incidentComments.d.ts.map +1 -0
  1125. package/dist/react-native/operationsInterfaces/incidentComments.js +9 -0
  1126. package/dist/react-native/operationsInterfaces/incidentComments.js.map +1 -0
  1127. package/dist/react-native/operationsInterfaces/incidentRelations.d.ts +42 -0
  1128. package/dist/react-native/operationsInterfaces/incidentRelations.d.ts.map +1 -0
  1129. package/dist/react-native/operationsInterfaces/incidentRelations.js +9 -0
  1130. package/dist/react-native/operationsInterfaces/incidentRelations.js.map +1 -0
  1131. package/dist/react-native/operationsInterfaces/incidents.d.ts +80 -0
  1132. package/dist/react-native/operationsInterfaces/incidents.d.ts.map +1 -0
  1133. package/dist/react-native/operationsInterfaces/incidents.js +9 -0
  1134. package/dist/react-native/operationsInterfaces/incidents.js.map +1 -0
  1135. package/dist/react-native/operationsInterfaces/index.d.ts +35 -0
  1136. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  1137. package/dist/react-native/operationsInterfaces/index.js +42 -0
  1138. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  1139. package/dist/react-native/operationsInterfaces/metadata.d.ts +47 -0
  1140. package/dist/react-native/operationsInterfaces/metadata.d.ts.map +1 -0
  1141. package/dist/react-native/operationsInterfaces/metadata.js +9 -0
  1142. package/dist/react-native/operationsInterfaces/metadata.js.map +1 -0
  1143. package/dist/react-native/operationsInterfaces/officeConsents.d.ts +29 -0
  1144. package/dist/react-native/operationsInterfaces/officeConsents.d.ts.map +1 -0
  1145. package/dist/react-native/operationsInterfaces/officeConsents.js +9 -0
  1146. package/dist/react-native/operationsInterfaces/officeConsents.js.map +1 -0
  1147. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  1148. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  1149. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  1150. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  1151. package/dist/react-native/operationsInterfaces/productSettings.d.ts +37 -0
  1152. package/dist/react-native/operationsInterfaces/productSettings.d.ts.map +1 -0
  1153. package/dist/react-native/operationsInterfaces/productSettings.js +9 -0
  1154. package/dist/react-native/operationsInterfaces/productSettings.js.map +1 -0
  1155. package/dist/react-native/operationsInterfaces/securityMLAnalyticsSettings.d.ts +38 -0
  1156. package/dist/react-native/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +1 -0
  1157. package/dist/react-native/operationsInterfaces/securityMLAnalyticsSettings.js +9 -0
  1158. package/dist/react-native/operationsInterfaces/securityMLAnalyticsSettings.js.map +1 -0
  1159. package/dist/react-native/operationsInterfaces/sentinelOnboardingStates.d.ts +36 -0
  1160. package/dist/react-native/operationsInterfaces/sentinelOnboardingStates.d.ts.map +1 -0
  1161. package/dist/react-native/operationsInterfaces/sentinelOnboardingStates.js +9 -0
  1162. package/dist/react-native/operationsInterfaces/sentinelOnboardingStates.js.map +1 -0
  1163. package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts +14 -0
  1164. package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  1165. package/dist/react-native/operationsInterfaces/sourceControlOperations.js +9 -0
  1166. package/dist/react-native/operationsInterfaces/sourceControlOperations.js.map +1 -0
  1167. package/dist/react-native/operationsInterfaces/sourceControls.d.ts +38 -0
  1168. package/dist/react-native/operationsInterfaces/sourceControls.d.ts.map +1 -0
  1169. package/dist/react-native/operationsInterfaces/sourceControls.js +9 -0
  1170. package/dist/react-native/operationsInterfaces/sourceControls.js.map +1 -0
  1171. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicator.d.ts +68 -0
  1172. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +1 -0
  1173. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicator.js +9 -0
  1174. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicator.js.map +1 -0
  1175. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +12 -0
  1176. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +1 -0
  1177. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicatorMetrics.js +9 -0
  1178. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +1 -0
  1179. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicators.d.ts +13 -0
  1180. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +1 -0
  1181. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicators.js +9 -0
  1182. package/dist/react-native/operationsInterfaces/threatIntelligenceIndicators.js.map +1 -0
  1183. package/dist/react-native/operationsInterfaces/watchlistItems.d.ts +42 -0
  1184. package/dist/react-native/operationsInterfaces/watchlistItems.d.ts.map +1 -0
  1185. package/dist/react-native/operationsInterfaces/watchlistItems.js +9 -0
  1186. package/dist/react-native/operationsInterfaces/watchlistItems.js.map +1 -0
  1187. package/dist/react-native/operationsInterfaces/watchlists.d.ts +43 -0
  1188. package/dist/react-native/operationsInterfaces/watchlists.d.ts.map +1 -0
  1189. package/dist/react-native/operationsInterfaces/watchlists.js +9 -0
  1190. package/dist/react-native/operationsInterfaces/watchlists.js.map +1 -0
  1191. package/dist/react-native/package.json +3 -0
  1192. package/dist/react-native/pagingHelper.d.ts +13 -0
  1193. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  1194. package/dist/react-native/pagingHelper.js +30 -0
  1195. package/dist/react-native/pagingHelper.js.map +1 -0
  1196. package/dist/react-native/securityInsights.d.ts +53 -0
  1197. package/dist/react-native/securityInsights.d.ts.map +1 -0
  1198. package/dist/react-native/securityInsights.js +172 -0
  1199. package/dist/react-native/securityInsights.js.map +1 -0
  1200. package/package.json +86 -73
  1201. package/review/arm-securityinsight-node.api.md +5668 -0
  1202. package/dist/index.js +0 -23244
  1203. package/dist/index.js.map +0 -1
  1204. package/dist/index.min.js +0 -1
  1205. package/dist/index.min.js.map +0 -1
  1206. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.d.ts +0 -2
  1207. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.d.ts.map +0 -1
  1208. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js +0 -38
  1209. package/dist-esm/samples-dev/actionsCreateOrUpdateSample.js.map +0 -1
  1210. package/dist-esm/samples-dev/actionsDeleteSample.d.ts +0 -2
  1211. package/dist-esm/samples-dev/actionsDeleteSample.d.ts.map +0 -1
  1212. package/dist-esm/samples-dev/actionsDeleteSample.js +0 -33
  1213. package/dist-esm/samples-dev/actionsDeleteSample.js.map +0 -1
  1214. package/dist-esm/samples-dev/actionsGetSample.d.ts +0 -2
  1215. package/dist-esm/samples-dev/actionsGetSample.d.ts.map +0 -1
  1216. package/dist-esm/samples-dev/actionsGetSample.js +0 -33
  1217. package/dist-esm/samples-dev/actionsGetSample.js.map +0 -1
  1218. package/dist-esm/samples-dev/actionsListByAlertRuleSample.d.ts +0 -2
  1219. package/dist-esm/samples-dev/actionsListByAlertRuleSample.d.ts.map +0 -1
  1220. package/dist-esm/samples-dev/actionsListByAlertRuleSample.js +0 -46
  1221. package/dist-esm/samples-dev/actionsListByAlertRuleSample.js.map +0 -1
  1222. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.d.ts +0 -2
  1223. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.d.ts.map +0 -1
  1224. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js +0 -32
  1225. package/dist-esm/samples-dev/alertRuleTemplatesGetSample.js.map +0 -1
  1226. package/dist-esm/samples-dev/alertRuleTemplatesListSample.d.ts +0 -2
  1227. package/dist-esm/samples-dev/alertRuleTemplatesListSample.d.ts.map +0 -1
  1228. package/dist-esm/samples-dev/alertRuleTemplatesListSample.js +0 -45
  1229. package/dist-esm/samples-dev/alertRuleTemplatesListSample.js.map +0 -1
  1230. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts +0 -2
  1231. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts.map +0 -1
  1232. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js +0 -455
  1233. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js.map +0 -1
  1234. package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts +0 -2
  1235. package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts.map +0 -1
  1236. package/dist-esm/samples-dev/alertRulesDeleteSample.js +0 -32
  1237. package/dist-esm/samples-dev/alertRulesDeleteSample.js.map +0 -1
  1238. package/dist-esm/samples-dev/alertRulesGetSample.d.ts +0 -2
  1239. package/dist-esm/samples-dev/alertRulesGetSample.d.ts.map +0 -1
  1240. package/dist-esm/samples-dev/alertRulesGetSample.js +0 -89
  1241. package/dist-esm/samples-dev/alertRulesGetSample.js.map +0 -1
  1242. package/dist-esm/samples-dev/alertRulesListSample.d.ts +0 -2
  1243. package/dist-esm/samples-dev/alertRulesListSample.d.ts.map +0 -1
  1244. package/dist-esm/samples-dev/alertRulesListSample.js +0 -45
  1245. package/dist-esm/samples-dev/alertRulesListSample.js.map +0 -1
  1246. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.d.ts +0 -2
  1247. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.d.ts.map +0 -1
  1248. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js +0 -32
  1249. package/dist-esm/samples-dev/automationRulesCreateOrUpdateSample.js.map +0 -1
  1250. package/dist-esm/samples-dev/automationRulesDeleteSample.d.ts +0 -2
  1251. package/dist-esm/samples-dev/automationRulesDeleteSample.d.ts.map +0 -1
  1252. package/dist-esm/samples-dev/automationRulesDeleteSample.js +0 -32
  1253. package/dist-esm/samples-dev/automationRulesDeleteSample.js.map +0 -1
  1254. package/dist-esm/samples-dev/automationRulesGetSample.d.ts +0 -2
  1255. package/dist-esm/samples-dev/automationRulesGetSample.d.ts.map +0 -1
  1256. package/dist-esm/samples-dev/automationRulesGetSample.js +0 -32
  1257. package/dist-esm/samples-dev/automationRulesGetSample.js.map +0 -1
  1258. package/dist-esm/samples-dev/automationRulesListSample.d.ts +0 -2
  1259. package/dist-esm/samples-dev/automationRulesListSample.d.ts.map +0 -1
  1260. package/dist-esm/samples-dev/automationRulesListSample.js +0 -45
  1261. package/dist-esm/samples-dev/automationRulesListSample.js.map +0 -1
  1262. package/dist-esm/samples-dev/bookmarkExpandSample.d.ts +0 -2
  1263. package/dist-esm/samples-dev/bookmarkExpandSample.d.ts.map +0 -1
  1264. package/dist-esm/samples-dev/bookmarkExpandSample.js +0 -37
  1265. package/dist-esm/samples-dev/bookmarkExpandSample.js.map +0 -1
  1266. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.d.ts +0 -2
  1267. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.d.ts.map +0 -1
  1268. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js +0 -36
  1269. package/dist-esm/samples-dev/bookmarkRelationsCreateOrUpdateSample.js.map +0 -1
  1270. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.d.ts +0 -2
  1271. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.d.ts.map +0 -1
  1272. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js +0 -33
  1273. package/dist-esm/samples-dev/bookmarkRelationsDeleteSample.js.map +0 -1
  1274. package/dist-esm/samples-dev/bookmarkRelationsGetSample.d.ts +0 -2
  1275. package/dist-esm/samples-dev/bookmarkRelationsGetSample.d.ts.map +0 -1
  1276. package/dist-esm/samples-dev/bookmarkRelationsGetSample.js +0 -33
  1277. package/dist-esm/samples-dev/bookmarkRelationsGetSample.js.map +0 -1
  1278. package/dist-esm/samples-dev/bookmarkRelationsListSample.d.ts +0 -2
  1279. package/dist-esm/samples-dev/bookmarkRelationsListSample.d.ts.map +0 -1
  1280. package/dist-esm/samples-dev/bookmarkRelationsListSample.js +0 -46
  1281. package/dist-esm/samples-dev/bookmarkRelationsListSample.js.map +0 -1
  1282. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.d.ts +0 -2
  1283. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.d.ts.map +0 -1
  1284. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js +0 -54
  1285. package/dist-esm/samples-dev/bookmarksCreateOrUpdateSample.js.map +0 -1
  1286. package/dist-esm/samples-dev/bookmarksDeleteSample.d.ts +0 -2
  1287. package/dist-esm/samples-dev/bookmarksDeleteSample.d.ts.map +0 -1
  1288. package/dist-esm/samples-dev/bookmarksDeleteSample.js +0 -32
  1289. package/dist-esm/samples-dev/bookmarksDeleteSample.js.map +0 -1
  1290. package/dist-esm/samples-dev/bookmarksGetSample.d.ts +0 -2
  1291. package/dist-esm/samples-dev/bookmarksGetSample.d.ts.map +0 -1
  1292. package/dist-esm/samples-dev/bookmarksGetSample.js +0 -32
  1293. package/dist-esm/samples-dev/bookmarksGetSample.js.map +0 -1
  1294. package/dist-esm/samples-dev/bookmarksListSample.d.ts +0 -2
  1295. package/dist-esm/samples-dev/bookmarksListSample.d.ts.map +0 -1
  1296. package/dist-esm/samples-dev/bookmarksListSample.js +0 -45
  1297. package/dist-esm/samples-dev/bookmarksListSample.js.map +0 -1
  1298. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.d.ts +0 -2
  1299. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.d.ts.map +0 -1
  1300. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js +0 -365
  1301. package/dist-esm/samples-dev/dataConnectorsCheckRequirementsPostSample.js.map +0 -1
  1302. package/dist-esm/samples-dev/dataConnectorsConnectSample.d.ts +0 -2
  1303. package/dist-esm/samples-dev/dataConnectorsConnectSample.d.ts.map +0 -1
  1304. package/dist-esm/samples-dev/dataConnectorsConnectSample.js +0 -78
  1305. package/dist-esm/samples-dev/dataConnectorsConnectSample.js.map +0 -1
  1306. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.d.ts +0 -2
  1307. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.d.ts.map +0 -1
  1308. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js +0 -421
  1309. package/dist-esm/samples-dev/dataConnectorsCreateOrUpdateSample.js.map +0 -1
  1310. package/dist-esm/samples-dev/dataConnectorsDeleteSample.d.ts +0 -2
  1311. package/dist-esm/samples-dev/dataConnectorsDeleteSample.d.ts.map +0 -1
  1312. package/dist-esm/samples-dev/dataConnectorsDeleteSample.js +0 -108
  1313. package/dist-esm/samples-dev/dataConnectorsDeleteSample.js.map +0 -1
  1314. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.d.ts +0 -2
  1315. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.d.ts.map +0 -1
  1316. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js +0 -32
  1317. package/dist-esm/samples-dev/dataConnectorsDisconnectSample.js.map +0 -1
  1318. package/dist-esm/samples-dev/dataConnectorsGetSample.d.ts +0 -2
  1319. package/dist-esm/samples-dev/dataConnectorsGetSample.d.ts.map +0 -1
  1320. package/dist-esm/samples-dev/dataConnectorsGetSample.js +0 -393
  1321. package/dist-esm/samples-dev/dataConnectorsGetSample.js.map +0 -1
  1322. package/dist-esm/samples-dev/dataConnectorsListSample.d.ts +0 -2
  1323. package/dist-esm/samples-dev/dataConnectorsListSample.d.ts.map +0 -1
  1324. package/dist-esm/samples-dev/dataConnectorsListSample.js +0 -45
  1325. package/dist-esm/samples-dev/dataConnectorsListSample.js.map +0 -1
  1326. package/dist-esm/samples-dev/domainWhoisGetSample.d.ts +0 -2
  1327. package/dist-esm/samples-dev/domainWhoisGetSample.d.ts.map +0 -1
  1328. package/dist-esm/samples-dev/domainWhoisGetSample.js +0 -31
  1329. package/dist-esm/samples-dev/domainWhoisGetSample.js.map +0 -1
  1330. package/dist-esm/samples-dev/entitiesExpandSample.d.ts +0 -2
  1331. package/dist-esm/samples-dev/entitiesExpandSample.d.ts.map +0 -1
  1332. package/dist-esm/samples-dev/entitiesExpandSample.js +0 -37
  1333. package/dist-esm/samples-dev/entitiesExpandSample.js.map +0 -1
  1334. package/dist-esm/samples-dev/entitiesGetInsightsSample.d.ts +0 -2
  1335. package/dist-esm/samples-dev/entitiesGetInsightsSample.d.ts.map +0 -1
  1336. package/dist-esm/samples-dev/entitiesGetInsightsSample.js +0 -38
  1337. package/dist-esm/samples-dev/entitiesGetInsightsSample.js.map +0 -1
  1338. package/dist-esm/samples-dev/entitiesGetSample.d.ts +0 -2
  1339. package/dist-esm/samples-dev/entitiesGetSample.d.ts.map +0 -1
  1340. package/dist-esm/samples-dev/entitiesGetSample.js +0 -393
  1341. package/dist-esm/samples-dev/entitiesGetSample.js.map +0 -1
  1342. package/dist-esm/samples-dev/entitiesGetTimelineListSample.d.ts +0 -2
  1343. package/dist-esm/samples-dev/entitiesGetTimelineListSample.d.ts.map +0 -1
  1344. package/dist-esm/samples-dev/entitiesGetTimelineListSample.js +0 -37
  1345. package/dist-esm/samples-dev/entitiesGetTimelineListSample.js.map +0 -1
  1346. package/dist-esm/samples-dev/entitiesListSample.d.ts +0 -2
  1347. package/dist-esm/samples-dev/entitiesListSample.d.ts.map +0 -1
  1348. package/dist-esm/samples-dev/entitiesListSample.js +0 -45
  1349. package/dist-esm/samples-dev/entitiesListSample.js.map +0 -1
  1350. package/dist-esm/samples-dev/entitiesQueriesSample.d.ts +0 -2
  1351. package/dist-esm/samples-dev/entitiesQueriesSample.d.ts.map +0 -1
  1352. package/dist-esm/samples-dev/entitiesQueriesSample.js +0 -33
  1353. package/dist-esm/samples-dev/entitiesQueriesSample.js.map +0 -1
  1354. package/dist-esm/samples-dev/entitiesRelationsListSample.d.ts +0 -2
  1355. package/dist-esm/samples-dev/entitiesRelationsListSample.d.ts.map +0 -1
  1356. package/dist-esm/samples-dev/entitiesRelationsListSample.js +0 -46
  1357. package/dist-esm/samples-dev/entitiesRelationsListSample.js.map +0 -1
  1358. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.d.ts +0 -2
  1359. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.d.ts.map +0 -1
  1360. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js +0 -52
  1361. package/dist-esm/samples-dev/entityQueriesCreateOrUpdateSample.js.map +0 -1
  1362. package/dist-esm/samples-dev/entityQueriesDeleteSample.d.ts +0 -2
  1363. package/dist-esm/samples-dev/entityQueriesDeleteSample.d.ts.map +0 -1
  1364. package/dist-esm/samples-dev/entityQueriesDeleteSample.js +0 -32
  1365. package/dist-esm/samples-dev/entityQueriesDeleteSample.js.map +0 -1
  1366. package/dist-esm/samples-dev/entityQueriesGetSample.d.ts +0 -2
  1367. package/dist-esm/samples-dev/entityQueriesGetSample.d.ts.map +0 -1
  1368. package/dist-esm/samples-dev/entityQueriesGetSample.js +0 -51
  1369. package/dist-esm/samples-dev/entityQueriesGetSample.js.map +0 -1
  1370. package/dist-esm/samples-dev/entityQueriesListSample.d.ts +0 -2
  1371. package/dist-esm/samples-dev/entityQueriesListSample.d.ts.map +0 -1
  1372. package/dist-esm/samples-dev/entityQueriesListSample.js +0 -47
  1373. package/dist-esm/samples-dev/entityQueriesListSample.js.map +0 -1
  1374. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.d.ts +0 -2
  1375. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.d.ts.map +0 -1
  1376. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js +0 -32
  1377. package/dist-esm/samples-dev/entityQueryTemplatesGetSample.js.map +0 -1
  1378. package/dist-esm/samples-dev/entityQueryTemplatesListSample.d.ts +0 -2
  1379. package/dist-esm/samples-dev/entityQueryTemplatesListSample.d.ts.map +0 -1
  1380. package/dist-esm/samples-dev/entityQueryTemplatesListSample.js +0 -45
  1381. package/dist-esm/samples-dev/entityQueryTemplatesListSample.js.map +0 -1
  1382. package/dist-esm/samples-dev/entityRelationsGetRelationSample.d.ts +0 -2
  1383. package/dist-esm/samples-dev/entityRelationsGetRelationSample.d.ts.map +0 -1
  1384. package/dist-esm/samples-dev/entityRelationsGetRelationSample.js +0 -33
  1385. package/dist-esm/samples-dev/entityRelationsGetRelationSample.js.map +0 -1
  1386. package/dist-esm/samples-dev/fileImportsCreateSample.d.ts +0 -2
  1387. package/dist-esm/samples-dev/fileImportsCreateSample.d.ts.map +0 -1
  1388. package/dist-esm/samples-dev/fileImportsCreateSample.js +0 -38
  1389. package/dist-esm/samples-dev/fileImportsCreateSample.js.map +0 -1
  1390. package/dist-esm/samples-dev/fileImportsDeleteSample.d.ts +0 -2
  1391. package/dist-esm/samples-dev/fileImportsDeleteSample.d.ts.map +0 -1
  1392. package/dist-esm/samples-dev/fileImportsDeleteSample.js +0 -32
  1393. package/dist-esm/samples-dev/fileImportsDeleteSample.js.map +0 -1
  1394. package/dist-esm/samples-dev/fileImportsGetSample.d.ts +0 -2
  1395. package/dist-esm/samples-dev/fileImportsGetSample.d.ts.map +0 -1
  1396. package/dist-esm/samples-dev/fileImportsGetSample.js +0 -32
  1397. package/dist-esm/samples-dev/fileImportsGetSample.js.map +0 -1
  1398. package/dist-esm/samples-dev/fileImportsListSample.d.ts +0 -2
  1399. package/dist-esm/samples-dev/fileImportsListSample.d.ts.map +0 -1
  1400. package/dist-esm/samples-dev/fileImportsListSample.js +0 -48
  1401. package/dist-esm/samples-dev/fileImportsListSample.js.map +0 -1
  1402. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.d.ts +0 -2
  1403. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.d.ts.map +0 -1
  1404. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js +0 -34
  1405. package/dist-esm/samples-dev/incidentCommentsCreateOrUpdateSample.js.map +0 -1
  1406. package/dist-esm/samples-dev/incidentCommentsDeleteSample.d.ts +0 -2
  1407. package/dist-esm/samples-dev/incidentCommentsDeleteSample.d.ts.map +0 -1
  1408. package/dist-esm/samples-dev/incidentCommentsDeleteSample.js +0 -33
  1409. package/dist-esm/samples-dev/incidentCommentsDeleteSample.js.map +0 -1
  1410. package/dist-esm/samples-dev/incidentCommentsGetSample.d.ts +0 -2
  1411. package/dist-esm/samples-dev/incidentCommentsGetSample.d.ts.map +0 -1
  1412. package/dist-esm/samples-dev/incidentCommentsGetSample.js +0 -33
  1413. package/dist-esm/samples-dev/incidentCommentsGetSample.js.map +0 -1
  1414. package/dist-esm/samples-dev/incidentCommentsListSample.d.ts +0 -2
  1415. package/dist-esm/samples-dev/incidentCommentsListSample.d.ts.map +0 -1
  1416. package/dist-esm/samples-dev/incidentCommentsListSample.js +0 -46
  1417. package/dist-esm/samples-dev/incidentCommentsListSample.js.map +0 -1
  1418. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.d.ts +0 -2
  1419. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.d.ts.map +0 -1
  1420. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js +0 -36
  1421. package/dist-esm/samples-dev/incidentRelationsCreateOrUpdateSample.js.map +0 -1
  1422. package/dist-esm/samples-dev/incidentRelationsDeleteSample.d.ts +0 -2
  1423. package/dist-esm/samples-dev/incidentRelationsDeleteSample.d.ts.map +0 -1
  1424. package/dist-esm/samples-dev/incidentRelationsDeleteSample.js +0 -33
  1425. package/dist-esm/samples-dev/incidentRelationsDeleteSample.js.map +0 -1
  1426. package/dist-esm/samples-dev/incidentRelationsGetSample.d.ts +0 -2
  1427. package/dist-esm/samples-dev/incidentRelationsGetSample.d.ts.map +0 -1
  1428. package/dist-esm/samples-dev/incidentRelationsGetSample.js +0 -33
  1429. package/dist-esm/samples-dev/incidentRelationsGetSample.js.map +0 -1
  1430. package/dist-esm/samples-dev/incidentRelationsListSample.d.ts +0 -2
  1431. package/dist-esm/samples-dev/incidentRelationsListSample.d.ts.map +0 -1
  1432. package/dist-esm/samples-dev/incidentRelationsListSample.js +0 -46
  1433. package/dist-esm/samples-dev/incidentRelationsListSample.js.map +0 -1
  1434. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.d.ts +0 -2
  1435. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.d.ts.map +0 -1
  1436. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js +0 -45
  1437. package/dist-esm/samples-dev/incidentsCreateOrUpdateSample.js.map +0 -1
  1438. package/dist-esm/samples-dev/incidentsCreateTeamSample.d.ts +0 -2
  1439. package/dist-esm/samples-dev/incidentsCreateTeamSample.d.ts.map +0 -1
  1440. package/dist-esm/samples-dev/incidentsCreateTeamSample.js +0 -36
  1441. package/dist-esm/samples-dev/incidentsCreateTeamSample.js.map +0 -1
  1442. package/dist-esm/samples-dev/incidentsDeleteSample.d.ts +0 -2
  1443. package/dist-esm/samples-dev/incidentsDeleteSample.d.ts.map +0 -1
  1444. package/dist-esm/samples-dev/incidentsDeleteSample.js +0 -32
  1445. package/dist-esm/samples-dev/incidentsDeleteSample.js.map +0 -1
  1446. package/dist-esm/samples-dev/incidentsGetSample.d.ts +0 -2
  1447. package/dist-esm/samples-dev/incidentsGetSample.d.ts.map +0 -1
  1448. package/dist-esm/samples-dev/incidentsGetSample.js +0 -32
  1449. package/dist-esm/samples-dev/incidentsGetSample.js.map +0 -1
  1450. package/dist-esm/samples-dev/incidentsListAlertsSample.d.ts +0 -2
  1451. package/dist-esm/samples-dev/incidentsListAlertsSample.d.ts.map +0 -1
  1452. package/dist-esm/samples-dev/incidentsListAlertsSample.js +0 -32
  1453. package/dist-esm/samples-dev/incidentsListAlertsSample.js.map +0 -1
  1454. package/dist-esm/samples-dev/incidentsListBookmarksSample.d.ts +0 -2
  1455. package/dist-esm/samples-dev/incidentsListBookmarksSample.d.ts.map +0 -1
  1456. package/dist-esm/samples-dev/incidentsListBookmarksSample.js +0 -32
  1457. package/dist-esm/samples-dev/incidentsListBookmarksSample.js.map +0 -1
  1458. package/dist-esm/samples-dev/incidentsListEntitiesSample.d.ts +0 -2
  1459. package/dist-esm/samples-dev/incidentsListEntitiesSample.d.ts.map +0 -1
  1460. package/dist-esm/samples-dev/incidentsListEntitiesSample.js +0 -32
  1461. package/dist-esm/samples-dev/incidentsListEntitiesSample.js.map +0 -1
  1462. package/dist-esm/samples-dev/incidentsListSample.d.ts +0 -2
  1463. package/dist-esm/samples-dev/incidentsListSample.d.ts.map +0 -1
  1464. package/dist-esm/samples-dev/incidentsListSample.js +0 -48
  1465. package/dist-esm/samples-dev/incidentsListSample.js.map +0 -1
  1466. package/dist-esm/samples-dev/incidentsRunPlaybookSample.d.ts +0 -2
  1467. package/dist-esm/samples-dev/incidentsRunPlaybookSample.d.ts.map +0 -1
  1468. package/dist-esm/samples-dev/incidentsRunPlaybookSample.js +0 -32
  1469. package/dist-esm/samples-dev/incidentsRunPlaybookSample.js.map +0 -1
  1470. package/dist-esm/samples-dev/ipGeodataGetSample.d.ts +0 -2
  1471. package/dist-esm/samples-dev/ipGeodataGetSample.d.ts.map +0 -1
  1472. package/dist-esm/samples-dev/ipGeodataGetSample.js +0 -31
  1473. package/dist-esm/samples-dev/ipGeodataGetSample.js.map +0 -1
  1474. package/dist-esm/samples-dev/metadataCreateSample.d.ts +0 -2
  1475. package/dist-esm/samples-dev/metadataCreateSample.d.ts.map +0 -1
  1476. package/dist-esm/samples-dev/metadataCreateSample.js +0 -117
  1477. package/dist-esm/samples-dev/metadataCreateSample.js.map +0 -1
  1478. package/dist-esm/samples-dev/metadataDeleteSample.d.ts +0 -2
  1479. package/dist-esm/samples-dev/metadataDeleteSample.d.ts.map +0 -1
  1480. package/dist-esm/samples-dev/metadataDeleteSample.js +0 -32
  1481. package/dist-esm/samples-dev/metadataDeleteSample.js.map +0 -1
  1482. package/dist-esm/samples-dev/metadataGetSample.d.ts +0 -2
  1483. package/dist-esm/samples-dev/metadataGetSample.d.ts.map +0 -1
  1484. package/dist-esm/samples-dev/metadataGetSample.js +0 -32
  1485. package/dist-esm/samples-dev/metadataGetSample.js.map +0 -1
  1486. package/dist-esm/samples-dev/metadataListSample.d.ts +0 -2
  1487. package/dist-esm/samples-dev/metadataListSample.d.ts.map +0 -1
  1488. package/dist-esm/samples-dev/metadataListSample.js +0 -77
  1489. package/dist-esm/samples-dev/metadataListSample.js.map +0 -1
  1490. package/dist-esm/samples-dev/metadataUpdateSample.d.ts +0 -2
  1491. package/dist-esm/samples-dev/metadataUpdateSample.d.ts.map +0 -1
  1492. package/dist-esm/samples-dev/metadataUpdateSample.js +0 -35
  1493. package/dist-esm/samples-dev/metadataUpdateSample.js.map +0 -1
  1494. package/dist-esm/samples-dev/officeConsentsDeleteSample.d.ts +0 -2
  1495. package/dist-esm/samples-dev/officeConsentsDeleteSample.d.ts.map +0 -1
  1496. package/dist-esm/samples-dev/officeConsentsDeleteSample.js +0 -32
  1497. package/dist-esm/samples-dev/officeConsentsDeleteSample.js.map +0 -1
  1498. package/dist-esm/samples-dev/officeConsentsGetSample.d.ts +0 -2
  1499. package/dist-esm/samples-dev/officeConsentsGetSample.d.ts.map +0 -1
  1500. package/dist-esm/samples-dev/officeConsentsGetSample.js +0 -32
  1501. package/dist-esm/samples-dev/officeConsentsGetSample.js.map +0 -1
  1502. package/dist-esm/samples-dev/officeConsentsListSample.d.ts +0 -2
  1503. package/dist-esm/samples-dev/officeConsentsListSample.d.ts.map +0 -1
  1504. package/dist-esm/samples-dev/officeConsentsListSample.js +0 -45
  1505. package/dist-esm/samples-dev/officeConsentsListSample.js.map +0 -1
  1506. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1507. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  1508. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  1509. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  1510. package/dist-esm/samples-dev/productSettingsDeleteSample.d.ts +0 -2
  1511. package/dist-esm/samples-dev/productSettingsDeleteSample.d.ts.map +0 -1
  1512. package/dist-esm/samples-dev/productSettingsDeleteSample.js +0 -32
  1513. package/dist-esm/samples-dev/productSettingsDeleteSample.js.map +0 -1
  1514. package/dist-esm/samples-dev/productSettingsGetSample.d.ts +0 -2
  1515. package/dist-esm/samples-dev/productSettingsGetSample.d.ts.map +0 -1
  1516. package/dist-esm/samples-dev/productSettingsGetSample.js +0 -32
  1517. package/dist-esm/samples-dev/productSettingsGetSample.js.map +0 -1
  1518. package/dist-esm/samples-dev/productSettingsListSample.d.ts +0 -2
  1519. package/dist-esm/samples-dev/productSettingsListSample.d.ts.map +0 -1
  1520. package/dist-esm/samples-dev/productSettingsListSample.js +0 -31
  1521. package/dist-esm/samples-dev/productSettingsListSample.js.map +0 -1
  1522. package/dist-esm/samples-dev/productSettingsUpdateSample.d.ts +0 -2
  1523. package/dist-esm/samples-dev/productSettingsUpdateSample.d.ts.map +0 -1
  1524. package/dist-esm/samples-dev/productSettingsUpdateSample.js +0 -36
  1525. package/dist-esm/samples-dev/productSettingsUpdateSample.js.map +0 -1
  1526. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.d.ts +0 -2
  1527. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.d.ts.map +0 -1
  1528. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js +0 -87
  1529. package/dist-esm/samples-dev/securityMlAnalyticsSettingsCreateOrUpdateSample.js.map +0 -1
  1530. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.d.ts +0 -2
  1531. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.d.ts.map +0 -1
  1532. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js +0 -32
  1533. package/dist-esm/samples-dev/securityMlAnalyticsSettingsDeleteSample.js.map +0 -1
  1534. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.d.ts +0 -2
  1535. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.d.ts.map +0 -1
  1536. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js +0 -32
  1537. package/dist-esm/samples-dev/securityMlAnalyticsSettingsGetSample.js.map +0 -1
  1538. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.d.ts +0 -2
  1539. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.d.ts.map +0 -1
  1540. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js +0 -45
  1541. package/dist-esm/samples-dev/securityMlAnalyticsSettingsListSample.js.map +0 -1
  1542. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.d.ts +0 -2
  1543. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.d.ts.map +0 -1
  1544. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js +0 -38
  1545. package/dist-esm/samples-dev/sentinelOnboardingStatesCreateSample.js.map +0 -1
  1546. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.d.ts +0 -2
  1547. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.d.ts.map +0 -1
  1548. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js +0 -32
  1549. package/dist-esm/samples-dev/sentinelOnboardingStatesDeleteSample.js.map +0 -1
  1550. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.d.ts +0 -2
  1551. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.d.ts.map +0 -1
  1552. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js +0 -32
  1553. package/dist-esm/samples-dev/sentinelOnboardingStatesGetSample.js.map +0 -1
  1554. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.d.ts +0 -2
  1555. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.d.ts.map +0 -1
  1556. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js +0 -31
  1557. package/dist-esm/samples-dev/sentinelOnboardingStatesListSample.js.map +0 -1
  1558. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.d.ts +0 -2
  1559. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.d.ts.map +0 -1
  1560. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js +0 -46
  1561. package/dist-esm/samples-dev/sourceControlListRepositoriesSample.js.map +0 -1
  1562. package/dist-esm/samples-dev/sourceControlsCreateSample.d.ts +0 -2
  1563. package/dist-esm/samples-dev/sourceControlsCreateSample.d.ts.map +0 -1
  1564. package/dist-esm/samples-dev/sourceControlsCreateSample.js +0 -48
  1565. package/dist-esm/samples-dev/sourceControlsCreateSample.js.map +0 -1
  1566. package/dist-esm/samples-dev/sourceControlsDeleteSample.d.ts +0 -2
  1567. package/dist-esm/samples-dev/sourceControlsDeleteSample.d.ts.map +0 -1
  1568. package/dist-esm/samples-dev/sourceControlsDeleteSample.js +0 -32
  1569. package/dist-esm/samples-dev/sourceControlsDeleteSample.js.map +0 -1
  1570. package/dist-esm/samples-dev/sourceControlsGetSample.d.ts +0 -2
  1571. package/dist-esm/samples-dev/sourceControlsGetSample.d.ts.map +0 -1
  1572. package/dist-esm/samples-dev/sourceControlsGetSample.js +0 -32
  1573. package/dist-esm/samples-dev/sourceControlsGetSample.js.map +0 -1
  1574. package/dist-esm/samples-dev/sourceControlsListSample.d.ts +0 -2
  1575. package/dist-esm/samples-dev/sourceControlsListSample.d.ts.map +0 -1
  1576. package/dist-esm/samples-dev/sourceControlsListSample.js +0 -45
  1577. package/dist-esm/samples-dev/sourceControlsListSample.js.map +0 -1
  1578. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.d.ts +0 -2
  1579. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.d.ts.map +0 -1
  1580. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js +0 -35
  1581. package/dist-esm/samples-dev/threatIntelligenceIndicatorAppendTagsSample.js.map +0 -1
  1582. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.d.ts +0 -2
  1583. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.d.ts.map +0 -1
  1584. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js +0 -51
  1585. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateIndicatorSample.js.map +0 -1
  1586. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.d.ts +0 -2
  1587. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.d.ts.map +0 -1
  1588. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js +0 -52
  1589. package/dist-esm/samples-dev/threatIntelligenceIndicatorCreateSample.js.map +0 -1
  1590. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.d.ts +0 -2
  1591. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.d.ts.map +0 -1
  1592. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js +0 -32
  1593. package/dist-esm/samples-dev/threatIntelligenceIndicatorDeleteSample.js.map +0 -1
  1594. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.d.ts +0 -2
  1595. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.d.ts.map +0 -1
  1596. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js +0 -32
  1597. package/dist-esm/samples-dev/threatIntelligenceIndicatorGetSample.js.map +0 -1
  1598. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.d.ts +0 -2
  1599. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.d.ts.map +0 -1
  1600. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js +0 -31
  1601. package/dist-esm/samples-dev/threatIntelligenceIndicatorMetricsListSample.js.map +0 -1
  1602. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.d.ts +0 -2
  1603. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.d.ts.map +0 -1
  1604. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js +0 -54
  1605. package/dist-esm/samples-dev/threatIntelligenceIndicatorQueryIndicatorsSample.js.map +0 -1
  1606. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.d.ts +0 -2
  1607. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.d.ts.map +0 -1
  1608. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js +0 -37
  1609. package/dist-esm/samples-dev/threatIntelligenceIndicatorReplaceTagsSample.js.map +0 -1
  1610. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.d.ts +0 -2
  1611. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.d.ts.map +0 -1
  1612. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js +0 -45
  1613. package/dist-esm/samples-dev/threatIntelligenceIndicatorsListSample.js.map +0 -1
  1614. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.d.ts +0 -2
  1615. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.d.ts.map +0 -1
  1616. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js +0 -44
  1617. package/dist-esm/samples-dev/watchlistItemsCreateOrUpdateSample.js.map +0 -1
  1618. package/dist-esm/samples-dev/watchlistItemsDeleteSample.d.ts +0 -2
  1619. package/dist-esm/samples-dev/watchlistItemsDeleteSample.d.ts.map +0 -1
  1620. package/dist-esm/samples-dev/watchlistItemsDeleteSample.js +0 -33
  1621. package/dist-esm/samples-dev/watchlistItemsDeleteSample.js.map +0 -1
  1622. package/dist-esm/samples-dev/watchlistItemsGetSample.d.ts +0 -2
  1623. package/dist-esm/samples-dev/watchlistItemsGetSample.d.ts.map +0 -1
  1624. package/dist-esm/samples-dev/watchlistItemsGetSample.js +0 -33
  1625. package/dist-esm/samples-dev/watchlistItemsGetSample.js.map +0 -1
  1626. package/dist-esm/samples-dev/watchlistItemsListSample.d.ts +0 -2
  1627. package/dist-esm/samples-dev/watchlistItemsListSample.d.ts.map +0 -1
  1628. package/dist-esm/samples-dev/watchlistItemsListSample.js +0 -46
  1629. package/dist-esm/samples-dev/watchlistItemsListSample.js.map +0 -1
  1630. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.d.ts +0 -2
  1631. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.d.ts.map +0 -1
  1632. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js +0 -72
  1633. package/dist-esm/samples-dev/watchlistsCreateOrUpdateSample.js.map +0 -1
  1634. package/dist-esm/samples-dev/watchlistsDeleteSample.d.ts +0 -2
  1635. package/dist-esm/samples-dev/watchlistsDeleteSample.d.ts.map +0 -1
  1636. package/dist-esm/samples-dev/watchlistsDeleteSample.js +0 -32
  1637. package/dist-esm/samples-dev/watchlistsDeleteSample.js.map +0 -1
  1638. package/dist-esm/samples-dev/watchlistsGetSample.d.ts +0 -2
  1639. package/dist-esm/samples-dev/watchlistsGetSample.d.ts.map +0 -1
  1640. package/dist-esm/samples-dev/watchlistsGetSample.js +0 -32
  1641. package/dist-esm/samples-dev/watchlistsGetSample.js.map +0 -1
  1642. package/dist-esm/samples-dev/watchlistsListSample.d.ts +0 -2
  1643. package/dist-esm/samples-dev/watchlistsListSample.d.ts.map +0 -1
  1644. package/dist-esm/samples-dev/watchlistsListSample.js +0 -45
  1645. package/dist-esm/samples-dev/watchlistsListSample.js.map +0 -1
  1646. package/dist-esm/src/index.d.ts +0 -5
  1647. package/dist-esm/src/index.d.ts.map +0 -1
  1648. package/dist-esm/src/index.js +0 -12
  1649. package/dist-esm/src/index.js.map +0 -1
  1650. package/dist-esm/src/lroImpl.js +0 -29
  1651. package/dist-esm/src/lroImpl.js.map +0 -1
  1652. package/dist-esm/src/models/index.d.ts +0 -8938
  1653. package/dist-esm/src/models/index.d.ts.map +0 -1
  1654. package/dist-esm/src/models/index.js.map +0 -1
  1655. package/dist-esm/src/models/mappers.js +0 -14225
  1656. package/dist-esm/src/models/mappers.js.map +0 -1
  1657. package/dist-esm/src/models/parameters.js +0 -560
  1658. package/dist-esm/src/models/parameters.js.map +0 -1
  1659. package/dist-esm/src/operations/actions.d.ts +0 -69
  1660. package/dist-esm/src/operations/actions.d.ts.map +0 -1
  1661. package/dist-esm/src/operations/actions.js +0 -249
  1662. package/dist-esm/src/operations/actions.js.map +0 -1
  1663. package/dist-esm/src/operations/alertRuleTemplates.d.ts +0 -46
  1664. package/dist-esm/src/operations/alertRuleTemplates.d.ts.map +0 -1
  1665. package/dist-esm/src/operations/alertRuleTemplates.js +0 -169
  1666. package/dist-esm/src/operations/alertRuleTemplates.js.map +0 -1
  1667. package/dist-esm/src/operations/alertRules.d.ts +0 -63
  1668. package/dist-esm/src/operations/alertRules.d.ts.map +0 -1
  1669. package/dist-esm/src/operations/alertRules.js +0 -238
  1670. package/dist-esm/src/operations/alertRules.js.map +0 -1
  1671. package/dist-esm/src/operations/automationRules.d.ts +0 -62
  1672. package/dist-esm/src/operations/automationRules.d.ts.map +0 -1
  1673. package/dist-esm/src/operations/automationRules.js +0 -245
  1674. package/dist-esm/src/operations/automationRules.js.map +0 -1
  1675. package/dist-esm/src/operations/bookmarkOperations.d.ts +0 -22
  1676. package/dist-esm/src/operations/bookmarkOperations.d.ts.map +0 -1
  1677. package/dist-esm/src/operations/bookmarkOperations.js +0 -58
  1678. package/dist-esm/src/operations/bookmarkOperations.js.map +0 -1
  1679. package/dist-esm/src/operations/bookmarkRelations.d.ts +0 -69
  1680. package/dist-esm/src/operations/bookmarkRelations.d.ts.map +0 -1
  1681. package/dist-esm/src/operations/bookmarkRelations.js +0 -268
  1682. package/dist-esm/src/operations/bookmarkRelations.js.map +0 -1
  1683. package/dist-esm/src/operations/bookmarks.d.ts +0 -63
  1684. package/dist-esm/src/operations/bookmarks.d.ts.map +0 -1
  1685. package/dist-esm/src/operations/bookmarks.js +0 -238
  1686. package/dist-esm/src/operations/bookmarks.js.map +0 -1
  1687. package/dist-esm/src/operations/dataConnectors.d.ts +0 -80
  1688. package/dist-esm/src/operations/dataConnectors.d.ts.map +0 -1
  1689. package/dist-esm/src/operations/dataConnectors.js +0 -313
  1690. package/dist-esm/src/operations/dataConnectors.js.map +0 -1
  1691. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.d.ts +0 -21
  1692. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.d.ts.map +0 -1
  1693. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.js +0 -61
  1694. package/dist-esm/src/operations/dataConnectorsCheckRequirementsOperations.js.map +0 -1
  1695. package/dist-esm/src/operations/domainWhois.d.ts +0 -20
  1696. package/dist-esm/src/operations/domainWhois.d.ts.map +0 -1
  1697. package/dist-esm/src/operations/domainWhois.js +0 -52
  1698. package/dist-esm/src/operations/domainWhois.js.map +0 -1
  1699. package/dist-esm/src/operations/entities.d.ts +0 -73
  1700. package/dist-esm/src/operations/entities.d.ts.map +0 -1
  1701. package/dist-esm/src/operations/entities.js +0 -272
  1702. package/dist-esm/src/operations/entities.js.map +0 -1
  1703. package/dist-esm/src/operations/entitiesGetTimeline.d.ts +0 -22
  1704. package/dist-esm/src/operations/entitiesGetTimeline.d.ts.map +0 -1
  1705. package/dist-esm/src/operations/entitiesGetTimeline.js +0 -58
  1706. package/dist-esm/src/operations/entitiesGetTimeline.js.map +0 -1
  1707. package/dist-esm/src/operations/entitiesRelations.d.ts +0 -41
  1708. package/dist-esm/src/operations/entitiesRelations.d.ts.map +0 -1
  1709. package/dist-esm/src/operations/entitiesRelations.js +0 -154
  1710. package/dist-esm/src/operations/entitiesRelations.js.map +0 -1
  1711. package/dist-esm/src/operations/entityQueries.d.ts +0 -63
  1712. package/dist-esm/src/operations/entityQueries.d.ts.map +0 -1
  1713. package/dist-esm/src/operations/entityQueries.js +0 -238
  1714. package/dist-esm/src/operations/entityQueries.js.map +0 -1
  1715. package/dist-esm/src/operations/entityQueryTemplates.d.ts +0 -46
  1716. package/dist-esm/src/operations/entityQueryTemplates.d.ts.map +0 -1
  1717. package/dist-esm/src/operations/entityQueryTemplates.js +0 -169
  1718. package/dist-esm/src/operations/entityQueryTemplates.js.map +0 -1
  1719. package/dist-esm/src/operations/entityRelations.d.ts +0 -22
  1720. package/dist-esm/src/operations/entityRelations.d.ts.map +0 -1
  1721. package/dist-esm/src/operations/entityRelations.js +0 -57
  1722. package/dist-esm/src/operations/entityRelations.js.map +0 -1
  1723. package/dist-esm/src/operations/fileImports.d.ts +0 -72
  1724. package/dist-esm/src/operations/fileImports.d.ts.map +0 -1
  1725. package/dist-esm/src/operations/fileImports.js +0 -303
  1726. package/dist-esm/src/operations/fileImports.js.map +0 -1
  1727. package/dist-esm/src/operations/iPGeodata.d.ts +0 -20
  1728. package/dist-esm/src/operations/iPGeodata.d.ts.map +0 -1
  1729. package/dist-esm/src/operations/iPGeodata.js +0 -52
  1730. package/dist-esm/src/operations/iPGeodata.js.map +0 -1
  1731. package/dist-esm/src/operations/incidentComments.d.ts +0 -69
  1732. package/dist-esm/src/operations/incidentComments.d.ts.map +0 -1
  1733. package/dist-esm/src/operations/incidentComments.js +0 -280
  1734. package/dist-esm/src/operations/incidentComments.js.map +0 -1
  1735. package/dist-esm/src/operations/incidentRelations.d.ts +0 -69
  1736. package/dist-esm/src/operations/incidentRelations.d.ts.map +0 -1
  1737. package/dist-esm/src/operations/incidentRelations.js +0 -268
  1738. package/dist-esm/src/operations/incidentRelations.js.map +0 -1
  1739. package/dist-esm/src/operations/incidents.d.ts +0 -105
  1740. package/dist-esm/src/operations/incidents.d.ts.map +0 -1
  1741. package/dist-esm/src/operations/incidents.js +0 -418
  1742. package/dist-esm/src/operations/incidents.js.map +0 -1
  1743. package/dist-esm/src/operations/index.d.ts +0 -35
  1744. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1745. package/dist-esm/src/operations/index.js +0 -42
  1746. package/dist-esm/src/operations/index.js.map +0 -1
  1747. package/dist-esm/src/operations/metadata.d.ts +0 -72
  1748. package/dist-esm/src/operations/metadata.d.ts.map +0 -1
  1749. package/dist-esm/src/operations/metadata.js +0 -291
  1750. package/dist-esm/src/operations/metadata.js.map +0 -1
  1751. package/dist-esm/src/operations/officeConsents.d.ts +0 -54
  1752. package/dist-esm/src/operations/officeConsents.d.ts.map +0 -1
  1753. package/dist-esm/src/operations/officeConsents.js +0 -200
  1754. package/dist-esm/src/operations/officeConsents.js.map +0 -1
  1755. package/dist-esm/src/operations/operations.d.ts +0 -32
  1756. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1757. package/dist-esm/src/operations/operations.js +0 -120
  1758. package/dist-esm/src/operations/operations.js.map +0 -1
  1759. package/dist-esm/src/operations/productSettings.d.ts +0 -45
  1760. package/dist-esm/src/operations/productSettings.d.ts.map +0 -1
  1761. package/dist-esm/src/operations/productSettings.js +0 -151
  1762. package/dist-esm/src/operations/productSettings.js.map +0 -1
  1763. package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts +0 -63
  1764. package/dist-esm/src/operations/securityMLAnalyticsSettings.d.ts.map +0 -1
  1765. package/dist-esm/src/operations/securityMLAnalyticsSettings.js +0 -244
  1766. package/dist-esm/src/operations/securityMLAnalyticsSettings.js.map +0 -1
  1767. package/dist-esm/src/operations/sentinelOnboardingStates.d.ts +0 -44
  1768. package/dist-esm/src/operations/sentinelOnboardingStates.d.ts.map +0 -1
  1769. package/dist-esm/src/operations/sentinelOnboardingStates.js +0 -168
  1770. package/dist-esm/src/operations/sentinelOnboardingStates.js.map +0 -1
  1771. package/dist-esm/src/operations/sourceControlOperations.d.ts +0 -41
  1772. package/dist-esm/src/operations/sourceControlOperations.d.ts.map +0 -1
  1773. package/dist-esm/src/operations/sourceControlOperations.js +0 -143
  1774. package/dist-esm/src/operations/sourceControlOperations.js.map +0 -1
  1775. package/dist-esm/src/operations/sourceControls.d.ts +0 -63
  1776. package/dist-esm/src/operations/sourceControls.d.ts.map +0 -1
  1777. package/dist-esm/src/operations/sourceControls.js +0 -244
  1778. package/dist-esm/src/operations/sourceControls.js.map +0 -1
  1779. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts +0 -97
  1780. package/dist-esm/src/operations/threatIntelligenceIndicator.d.ts.map +0 -1
  1781. package/dist-esm/src/operations/threatIntelligenceIndicator.js +0 -387
  1782. package/dist-esm/src/operations/threatIntelligenceIndicator.js.map +0 -1
  1783. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.d.ts +0 -20
  1784. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.d.ts.map +0 -1
  1785. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.js +0 -53
  1786. package/dist-esm/src/operations/threatIntelligenceIndicatorMetrics.js.map +0 -1
  1787. package/dist-esm/src/operations/threatIntelligenceIndicators.d.ts +0 -38
  1788. package/dist-esm/src/operations/threatIntelligenceIndicators.d.ts.map +0 -1
  1789. package/dist-esm/src/operations/threatIntelligenceIndicators.js +0 -149
  1790. package/dist-esm/src/operations/threatIntelligenceIndicators.js.map +0 -1
  1791. package/dist-esm/src/operations/watchlistItems.d.ts +0 -69
  1792. package/dist-esm/src/operations/watchlistItems.d.ts.map +0 -1
  1793. package/dist-esm/src/operations/watchlistItems.js +0 -268
  1794. package/dist-esm/src/operations/watchlistItems.js.map +0 -1
  1795. package/dist-esm/src/operations/watchlists.d.ts +0 -68
  1796. package/dist-esm/src/operations/watchlists.d.ts.map +0 -1
  1797. package/dist-esm/src/operations/watchlists.js +0 -246
  1798. package/dist-esm/src/operations/watchlists.js.map +0 -1
  1799. package/dist-esm/src/operationsInterfaces/actions.d.ts +0 -42
  1800. package/dist-esm/src/operationsInterfaces/actions.d.ts.map +0 -1
  1801. package/dist-esm/src/operationsInterfaces/actions.js.map +0 -1
  1802. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.d.ts +0 -21
  1803. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.d.ts.map +0 -1
  1804. package/dist-esm/src/operationsInterfaces/alertRuleTemplates.js.map +0 -1
  1805. package/dist-esm/src/operationsInterfaces/alertRules.d.ts +0 -38
  1806. package/dist-esm/src/operationsInterfaces/alertRules.d.ts.map +0 -1
  1807. package/dist-esm/src/operationsInterfaces/alertRules.js.map +0 -1
  1808. package/dist-esm/src/operationsInterfaces/automationRules.d.ts +0 -37
  1809. package/dist-esm/src/operationsInterfaces/automationRules.d.ts.map +0 -1
  1810. package/dist-esm/src/operationsInterfaces/automationRules.js.map +0 -1
  1811. package/dist-esm/src/operationsInterfaces/bookmarkOperations.d.ts +0 -14
  1812. package/dist-esm/src/operationsInterfaces/bookmarkOperations.d.ts.map +0 -1
  1813. package/dist-esm/src/operationsInterfaces/bookmarkOperations.js.map +0 -1
  1814. package/dist-esm/src/operationsInterfaces/bookmarkRelations.d.ts +0 -42
  1815. package/dist-esm/src/operationsInterfaces/bookmarkRelations.d.ts.map +0 -1
  1816. package/dist-esm/src/operationsInterfaces/bookmarkRelations.js.map +0 -1
  1817. package/dist-esm/src/operationsInterfaces/bookmarks.d.ts +0 -38
  1818. package/dist-esm/src/operationsInterfaces/bookmarks.d.ts.map +0 -1
  1819. package/dist-esm/src/operationsInterfaces/bookmarks.js.map +0 -1
  1820. package/dist-esm/src/operationsInterfaces/dataConnectors.d.ts +0 -55
  1821. package/dist-esm/src/operationsInterfaces/dataConnectors.d.ts.map +0 -1
  1822. package/dist-esm/src/operationsInterfaces/dataConnectors.js.map +0 -1
  1823. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts +0 -13
  1824. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.d.ts.map +0 -1
  1825. package/dist-esm/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js.map +0 -1
  1826. package/dist-esm/src/operationsInterfaces/domainWhois.d.ts +0 -12
  1827. package/dist-esm/src/operationsInterfaces/domainWhois.d.ts.map +0 -1
  1828. package/dist-esm/src/operationsInterfaces/domainWhois.js.map +0 -1
  1829. package/dist-esm/src/operationsInterfaces/entities.d.ts +0 -48
  1830. package/dist-esm/src/operationsInterfaces/entities.d.ts.map +0 -1
  1831. package/dist-esm/src/operationsInterfaces/entities.js.map +0 -1
  1832. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.d.ts +0 -14
  1833. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.d.ts.map +0 -1
  1834. package/dist-esm/src/operationsInterfaces/entitiesGetTimeline.js.map +0 -1
  1835. package/dist-esm/src/operationsInterfaces/entitiesRelations.d.ts +0 -14
  1836. package/dist-esm/src/operationsInterfaces/entitiesRelations.d.ts.map +0 -1
  1837. package/dist-esm/src/operationsInterfaces/entitiesRelations.js.map +0 -1
  1838. package/dist-esm/src/operationsInterfaces/entityQueries.d.ts +0 -38
  1839. package/dist-esm/src/operationsInterfaces/entityQueries.d.ts.map +0 -1
  1840. package/dist-esm/src/operationsInterfaces/entityQueries.js.map +0 -1
  1841. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.d.ts +0 -21
  1842. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.d.ts.map +0 -1
  1843. package/dist-esm/src/operationsInterfaces/entityQueryTemplates.js.map +0 -1
  1844. package/dist-esm/src/operationsInterfaces/entityRelations.d.ts +0 -14
  1845. package/dist-esm/src/operationsInterfaces/entityRelations.d.ts.map +0 -1
  1846. package/dist-esm/src/operationsInterfaces/entityRelations.js.map +0 -1
  1847. package/dist-esm/src/operationsInterfaces/fileImports.d.ts +0 -47
  1848. package/dist-esm/src/operationsInterfaces/fileImports.d.ts.map +0 -1
  1849. package/dist-esm/src/operationsInterfaces/fileImports.js.map +0 -1
  1850. package/dist-esm/src/operationsInterfaces/iPGeodata.d.ts +0 -12
  1851. package/dist-esm/src/operationsInterfaces/iPGeodata.d.ts.map +0 -1
  1852. package/dist-esm/src/operationsInterfaces/iPGeodata.js.map +0 -1
  1853. package/dist-esm/src/operationsInterfaces/incidentComments.d.ts +0 -42
  1854. package/dist-esm/src/operationsInterfaces/incidentComments.d.ts.map +0 -1
  1855. package/dist-esm/src/operationsInterfaces/incidentComments.js.map +0 -1
  1856. package/dist-esm/src/operationsInterfaces/incidentRelations.d.ts +0 -42
  1857. package/dist-esm/src/operationsInterfaces/incidentRelations.d.ts.map +0 -1
  1858. package/dist-esm/src/operationsInterfaces/incidentRelations.js.map +0 -1
  1859. package/dist-esm/src/operationsInterfaces/incidents.d.ts +0 -80
  1860. package/dist-esm/src/operationsInterfaces/incidents.d.ts.map +0 -1
  1861. package/dist-esm/src/operationsInterfaces/incidents.js.map +0 -1
  1862. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -35
  1863. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1864. package/dist-esm/src/operationsInterfaces/index.js +0 -42
  1865. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1866. package/dist-esm/src/operationsInterfaces/metadata.d.ts +0 -47
  1867. package/dist-esm/src/operationsInterfaces/metadata.d.ts.map +0 -1
  1868. package/dist-esm/src/operationsInterfaces/metadata.js.map +0 -1
  1869. package/dist-esm/src/operationsInterfaces/officeConsents.d.ts +0 -29
  1870. package/dist-esm/src/operationsInterfaces/officeConsents.d.ts.map +0 -1
  1871. package/dist-esm/src/operationsInterfaces/officeConsents.js.map +0 -1
  1872. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1873. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1874. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1875. package/dist-esm/src/operationsInterfaces/productSettings.d.ts +0 -37
  1876. package/dist-esm/src/operationsInterfaces/productSettings.d.ts.map +0 -1
  1877. package/dist-esm/src/operationsInterfaces/productSettings.js.map +0 -1
  1878. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.d.ts +0 -38
  1879. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.d.ts.map +0 -1
  1880. package/dist-esm/src/operationsInterfaces/securityMLAnalyticsSettings.js.map +0 -1
  1881. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.d.ts +0 -36
  1882. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.d.ts.map +0 -1
  1883. package/dist-esm/src/operationsInterfaces/sentinelOnboardingStates.js.map +0 -1
  1884. package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts +0 -14
  1885. package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts.map +0 -1
  1886. package/dist-esm/src/operationsInterfaces/sourceControlOperations.js.map +0 -1
  1887. package/dist-esm/src/operationsInterfaces/sourceControls.d.ts +0 -38
  1888. package/dist-esm/src/operationsInterfaces/sourceControls.d.ts.map +0 -1
  1889. package/dist-esm/src/operationsInterfaces/sourceControls.js.map +0 -1
  1890. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.d.ts +0 -68
  1891. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.d.ts.map +0 -1
  1892. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicator.js.map +0 -1
  1893. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts +0 -12
  1894. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.d.ts.map +0 -1
  1895. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.js.map +0 -1
  1896. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.d.ts +0 -13
  1897. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.d.ts.map +0 -1
  1898. package/dist-esm/src/operationsInterfaces/threatIntelligenceIndicators.js.map +0 -1
  1899. package/dist-esm/src/operationsInterfaces/watchlistItems.d.ts +0 -42
  1900. package/dist-esm/src/operationsInterfaces/watchlistItems.d.ts.map +0 -1
  1901. package/dist-esm/src/operationsInterfaces/watchlistItems.js.map +0 -1
  1902. package/dist-esm/src/operationsInterfaces/watchlists.d.ts +0 -43
  1903. package/dist-esm/src/operationsInterfaces/watchlists.d.ts.map +0 -1
  1904. package/dist-esm/src/operationsInterfaces/watchlists.js.map +0 -1
  1905. package/dist-esm/src/securityInsights.d.ts +0 -53
  1906. package/dist-esm/src/securityInsights.d.ts.map +0 -1
  1907. package/dist-esm/src/securityInsights.js +0 -136
  1908. package/dist-esm/src/securityInsights.js.map +0 -1
  1909. package/dist-esm/test/securityinsights_examples.spec.d.ts +0 -4
  1910. package/dist-esm/test/securityinsights_examples.spec.d.ts.map +0 -1
  1911. package/dist-esm/test/securityinsights_examples.spec.js +0 -98
  1912. package/dist-esm/test/securityinsights_examples.spec.js.map +0 -1
  1913. package/review/arm-securityinsight.api.md +0 -5701
  1914. package/rollup.config.js +0 -122
  1915. package/src/index.ts +0 -12
  1916. package/src/lroImpl.ts +0 -34
  1917. package/src/models/index.ts +0 -9874
  1918. package/src/models/mappers.ts +0 -16064
  1919. package/src/models/parameters.ts +0 -667
  1920. package/src/operations/actions.ts +0 -351
  1921. package/src/operations/alertRuleTemplates.ts +0 -221
  1922. package/src/operations/alertRules.ts +0 -314
  1923. package/src/operations/automationRules.ts +0 -321
  1924. package/src/operations/bookmarkOperations.ts +0 -80
  1925. package/src/operations/bookmarkRelations.ts +0 -369
  1926. package/src/operations/bookmarks.ts +0 -314
  1927. package/src/operations/dataConnectors.ts +0 -413
  1928. package/src/operations/dataConnectorsCheckRequirementsOperations.ts +0 -83
  1929. package/src/operations/domainWhois.ts +0 -71
  1930. package/src/operations/entities.ts +0 -366
  1931. package/src/operations/entitiesGetTimeline.ts +0 -80
  1932. package/src/operations/entitiesRelations.ts +0 -216
  1933. package/src/operations/entityQueries.ts +0 -315
  1934. package/src/operations/entityQueryTemplates.ts +0 -221
  1935. package/src/operations/entityRelations.ts +0 -78
  1936. package/src/operations/fileImports.ts +0 -410
  1937. package/src/operations/iPGeodata.ts +0 -68
  1938. package/src/operations/incidentComments.ts +0 -381
  1939. package/src/operations/incidentRelations.ts +0 -369
  1940. package/src/operations/incidents.ts +0 -556
  1941. package/src/operations/index.ts +0 -42
  1942. package/src/operations/metadata.ts +0 -381
  1943. package/src/operations/officeConsents.ts +0 -263
  1944. package/src/operations/operations.ts +0 -137
  1945. package/src/operations/productSettings.ts +0 -207
  1946. package/src/operations/securityMLAnalyticsSettings.ts +0 -321
  1947. package/src/operations/sentinelOnboardingStates.ts +0 -222
  1948. package/src/operations/sourceControlOperations.ts +0 -206
  1949. package/src/operations/sourceControls.ts +0 -320
  1950. package/src/operations/threatIntelligenceIndicator.ts +0 -526
  1951. package/src/operations/threatIntelligenceIndicatorMetrics.ts +0 -73
  1952. package/src/operations/threatIntelligenceIndicators.ts +0 -190
  1953. package/src/operations/watchlistItems.ts +0 -369
  1954. package/src/operations/watchlists.ts +0 -323
  1955. package/src/operationsInterfaces/actions.ts +0 -84
  1956. package/src/operationsInterfaces/alertRuleTemplates.ts +0 -44
  1957. package/src/operationsInterfaces/alertRules.ts +0 -75
  1958. package/src/operationsInterfaces/automationRules.ts +0 -74
  1959. package/src/operationsInterfaces/bookmarkOperations.ts +0 -32
  1960. package/src/operationsInterfaces/bookmarkRelations.ts +0 -83
  1961. package/src/operationsInterfaces/bookmarks.ts +0 -75
  1962. package/src/operationsInterfaces/dataConnectors.ts +0 -106
  1963. package/src/operationsInterfaces/dataConnectorsCheckRequirementsOperations.ts +0 -30
  1964. package/src/operationsInterfaces/domainWhois.ts +0 -27
  1965. package/src/operationsInterfaces/entities.ts +0 -98
  1966. package/src/operationsInterfaces/entitiesGetTimeline.ts +0 -32
  1967. package/src/operationsInterfaces/entitiesRelations.ts +0 -28
  1968. package/src/operationsInterfaces/entityQueries.ts +0 -76
  1969. package/src/operationsInterfaces/entityQueryTemplates.ts +0 -44
  1970. package/src/operationsInterfaces/entityRelations.ts +0 -31
  1971. package/src/operationsInterfaces/fileImports.ts +0 -95
  1972. package/src/operationsInterfaces/iPGeodata.ts +0 -24
  1973. package/src/operationsInterfaces/incidentComments.ts +0 -83
  1974. package/src/operationsInterfaces/incidentRelations.ts +0 -83
  1975. package/src/operationsInterfaces/incidents.ts +0 -154
  1976. package/src/operationsInterfaces/index.ts +0 -42
  1977. package/src/operationsInterfaces/metadata.ts +0 -93
  1978. package/src/operationsInterfaces/officeConsents.ts +0 -58
  1979. package/src/operationsInterfaces/operations.ts +0 -22
  1980. package/src/operationsInterfaces/productSettings.ts +0 -74
  1981. package/src/operationsInterfaces/securityMLAnalyticsSettings.ts +0 -75
  1982. package/src/operationsInterfaces/sentinelOnboardingStates.ts +0 -71
  1983. package/src/operationsInterfaces/sourceControlOperations.ts +0 -32
  1984. package/src/operationsInterfaces/sourceControls.ts +0 -75
  1985. package/src/operationsInterfaces/threatIntelligenceIndicator.ts +0 -131
  1986. package/src/operationsInterfaces/threatIntelligenceIndicatorMetrics.ts +0 -27
  1987. package/src/operationsInterfaces/threatIntelligenceIndicators.ts +0 -29
  1988. package/src/operationsInterfaces/watchlistItems.ts +0 -83
  1989. package/src/operationsInterfaces/watchlists.ts +0 -81
  1990. package/src/securityInsights.ts +0 -287
  1991. package/tsconfig.json +0 -33
  1992. package/types/arm-securityinsight.d.ts +0 -10870
  1993. package/types/tsdoc-metadata.json +0 -11
  1994. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1995. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1996. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1997. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1998. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1999. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  2000. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  2001. /package/{dist-esm/src → dist/browser}/operationsInterfaces/actions.js +0 -0
  2002. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertRuleTemplates.js +0 -0
  2003. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alertRules.js +0 -0
  2004. /package/{dist-esm/src → dist/browser}/operationsInterfaces/automationRules.js +0 -0
  2005. /package/{dist-esm/src → dist/browser}/operationsInterfaces/bookmarkOperations.js +0 -0
  2006. /package/{dist-esm/src → dist/browser}/operationsInterfaces/bookmarkRelations.js +0 -0
  2007. /package/{dist-esm/src → dist/browser}/operationsInterfaces/bookmarks.js +0 -0
  2008. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataConnectors.js +0 -0
  2009. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataConnectorsCheckRequirementsOperations.js +0 -0
  2010. /package/{dist-esm/src → dist/browser}/operationsInterfaces/domainWhois.js +0 -0
  2011. /package/{dist-esm/src → dist/browser}/operationsInterfaces/entities.js +0 -0
  2012. /package/{dist-esm/src → dist/browser}/operationsInterfaces/entitiesGetTimeline.js +0 -0
  2013. /package/{dist-esm/src → dist/browser}/operationsInterfaces/entitiesRelations.js +0 -0
  2014. /package/{dist-esm/src → dist/browser}/operationsInterfaces/entityQueries.js +0 -0
  2015. /package/{dist-esm/src → dist/browser}/operationsInterfaces/entityQueryTemplates.js +0 -0
  2016. /package/{dist-esm/src → dist/browser}/operationsInterfaces/entityRelations.js +0 -0
  2017. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileImports.js +0 -0
  2018. /package/{dist-esm/src → dist/browser}/operationsInterfaces/iPGeodata.js +0 -0
  2019. /package/{dist-esm/src → dist/browser}/operationsInterfaces/incidentComments.js +0 -0
  2020. /package/{dist-esm/src → dist/browser}/operationsInterfaces/incidentRelations.js +0 -0
  2021. /package/{dist-esm/src → dist/browser}/operationsInterfaces/incidents.js +0 -0
  2022. /package/{dist-esm/src → dist/browser}/operationsInterfaces/metadata.js +0 -0
  2023. /package/{dist-esm/src → dist/browser}/operationsInterfaces/officeConsents.js +0 -0
  2024. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  2025. /package/{dist-esm/src → dist/browser}/operationsInterfaces/productSettings.js +0 -0
  2026. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securityMLAnalyticsSettings.js +0 -0
  2027. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sentinelOnboardingStates.js +0 -0
  2028. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlOperations.js +0 -0
  2029. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControls.js +0 -0
  2030. /package/{dist-esm/src → dist/browser}/operationsInterfaces/threatIntelligenceIndicator.js +0 -0
  2031. /package/{dist-esm/src → dist/browser}/operationsInterfaces/threatIntelligenceIndicatorMetrics.js +0 -0
  2032. /package/{dist-esm/src → dist/browser}/operationsInterfaces/threatIntelligenceIndicators.js +0 -0
  2033. /package/{dist-esm/src → dist/browser}/operationsInterfaces/watchlistItems.js +0 -0
  2034. /package/{dist-esm/src → dist/browser}/operationsInterfaces/watchlists.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;;;;;;;AAIU,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,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,WAAW,EAAE;oBACX,QAAQ,EAAE,EAAE;iBACb;gBACD,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EAAE;YACxB,cAAc,EAAE,eAAe;YAC/B,UAAU,EAAE,eAAe;SAC5B;QACD,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,sBAAsB;QAClC,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,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;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,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;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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;AAEW,QAAA,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,QAAQ;yBACpB;qBACF;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,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,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,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;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;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;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,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,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,QAAQ;yBACpB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,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,QAAQ;yBACpB;qBACF;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,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,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,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF;YACD,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,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;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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,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;AAEW,QAAA,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;AAEW,QAAA,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,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,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,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;yBACb;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;YACD,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;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,sBAAsB;yBAClC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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,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;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,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,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,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;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,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,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,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,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;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,MAAM;yBACb;qBACF;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,MAAM;yBACb;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,4CAA4C,GAA+B;IACtF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,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,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;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;AAEW,QAAA,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,iBAAiB;yBAC7B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,QAAQ;yBACpB;qBACF;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,iCAAiC;yBAC7C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,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;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,sBAAsB;yBAClC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,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,yBAAyB;yBACrC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,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,UAAU;yBACtB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,MAAM;yBAClB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,EAAE;YACf,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,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;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,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,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,SAAS;iBACrB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yBAAyB;iBACrC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,OAAO,GAA+B;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0CAA0C;yBACtD;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wCAAwC,GAA+B;IAClF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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;AAEW,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GAA+B;IAChF,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;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;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,+BAA+B;yBAC3C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,mCAAmC;yBAC/C;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,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,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,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2BAA2B;yBACvC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,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,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gCAAgC;yBAC5C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,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,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,6BAA6B,EAAE;gBAC7B,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;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,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,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;AAEW,QAAA,+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,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;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,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;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,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;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,gCAAgC,EAAE;gBAChC,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,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,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;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;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,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;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,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,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,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,WAAW;4BACjB,SAAS,EAAE,kCAAkC;yBAC9C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,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,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,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,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0DAA0D,GAA+B;IACpG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4DAA4D;QACvE,eAAe,EAAE;YACf,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;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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;AAEW,QAAA,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,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,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;iBACjB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,aAAa,EAAE,UAAU,EAAE,OAAO,EAAE,UAAU,CAAC;iBAChE;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;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;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,WAAW,EAAE;oBACX,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,EAAE;iBACb;gBACD,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;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,eAAe;yBAC3B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iDAAiD,GAA+B;IAC3F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mDAAmD;QAC9D,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0CAA0C,GAA+B;IACpF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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,WAAW,EAAE;oBACX,QAAQ,EAAE,EAAE;iBACb;gBACD,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,yBAAyB;yBACrC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4CAA4C,GAA+B;IACtF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,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,wCAAwC;yBACpD;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,QAAQ;iCACf;6BACF;yBACF;qBACF;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,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GAA+B;IAChF,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;AAEW,QAAA,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EACP,4DAA4D;yBAC/D;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EACP,4DAA4D;yBAC/D;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0DAA0D,GAA+B;IACpG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4DAA4D;QACvE,eAAe,EAAE;YACf,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;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0DAA0D,GAA+B;IACpG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4DAA4D;QACvE,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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,EACP,2EAA2E;yBAC9E;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yEAAyE,GAA+B;IACnH,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,2EAA2E;QAC7E,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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;AAEW,QAAA,yCAAyC,GAA+B;IACnF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0CAA0C,GAA+B;IACpF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4CAA4C,GAA+B;IACtF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+CAA+C,GAA+B;IACzF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qDAAqD,GAA+B;IAC/F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uDAAuD;QAClE,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;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,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;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iDAAiD;iBAC7D;aACF;YACD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uDAAuD;iBACnE;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,yCAAyC;iBACrD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2DAA2D;iBACvE;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wCAAwC;iBACpD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,wCAAwC;iBACpD;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0CAA0C;iBACtD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qDAAqD;yBACjE;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,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,sDAAsD;yBAClE;qBACF;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kDAAkD;yBAC9D;qBACF;iBACF;aACF;YACD,oBAAoB,EAAE;gBACpB,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,EACP,6DAA6D;yBAChE;qBACF;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,cAAc;iBAC1B;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;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,EACP,yDAAyD;yBAC5D;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,YAAY,EAAE,CAAC;gBACf,UAAU,EAAE,IAAI;gBAChB,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wBAAwB;yBACpC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kCAAkC;yBAC9C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,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;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wCAAwC,GAA+B;IAClF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wCAAwC;iBACpD;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2CAA2C;iBACvD;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0CAA0C;iBACtD;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4CAA4C;iBACxD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oCAAoC,EAAE;gBACpC,cAAc,EAAE,sCAAsC;gBACtD,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,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,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yCAAyC,GAA+B;IACnF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,eAAe,EAAE;YACf,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;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wCAAwC,GAA+B;IAClF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,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,sCAAsC,EAAE;gBACtC,cAAc,EAAE,wCAAwC;gBACxD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0CAA0C,GAA+B;IACpF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,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;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,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,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,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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,gBAAQ,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;AAEW,QAAA,MAAM,GAA+B;IAChD,cAAc,EAAE,QAAQ;IACxB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,gBAAQ,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;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,gBAAQ,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;AAEW,QAAA,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,cAAc;iBAC1B;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,WAAW;4BACjB,SAAS,EAAE,iBAAiB;yBAC7B;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,cAAc;iBAC1B;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,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,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,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,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,oCAAoC;gBACpD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,GAAG,4BAAoB,CAAC,IAAI,CAAC,eAAe;YAC5C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,GAAG,4BAAoB,CAAC,IAAI,CAAC,eAAe;YAC5C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EACtB,+BAAuB,CAAC,IAAI,CAAC,wBAAwB;QACvD,eAAe,EAAE;YACf,GAAG,+BAAuB,CAAC,IAAI,CAAC,eAAe;YAC/C,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uCAAuC,GAA+B;IACjF,cAAc,EAAE,sBAAsB;IACtC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EACtB,+BAAuB,CAAC,IAAI,CAAC,wBAAwB;QACvD,eAAe,EAAE;YACf,GAAG,+BAAuB,CAAC,IAAI,CAAC,eAAe;YAC/C,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mDAAmD;iBAC/D;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EACtB,+BAAuB,CAAC,IAAI,CAAC,wBAAwB;QACvD,eAAe,EAAE;YACf,GAAG,+BAAuB,CAAC,IAAI,CAAC,eAAe;YAC/C,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4CAA4C;iBACxD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EACtB,+BAAuB,CAAC,IAAI,CAAC,wBAAwB;QACvD,eAAe,EAAE;YACf,GAAG,+BAAuB,CAAC,IAAI,CAAC,eAAe;YAC/C,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8CAA8C;iBAC1D;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,yBAAyB;QACrC,wBAAwB,EACtB,+BAAuB,CAAC,IAAI,CAAC,wBAAwB;QACvD,eAAe,EAAE;YACf,GAAG,+BAAuB,CAAC,IAAI,CAAC,eAAe;YAC/C,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAA+B;IAC9E,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,UAAU,EAAE,sBAAsB;QAClC,wBAAwB,EACtB,4BAAoB,CAAC,IAAI,CAAC,wBAAwB;QACpD,eAAe,EAAE;YACf,GAAG,4BAAoB,CAAC,IAAI,CAAC,eAAe;YAC5C,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,sBAAsB;QAClC,wBAAwB,EACtB,4BAAoB,CAAC,IAAI,CAAC,wBAAwB;QACpD,eAAe,EAAE;YACf,GAAG,4BAAoB,CAAC,IAAI,CAAC,eAAe;YAC5C,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,oBAAoB;QAChC,wBAAwB,EAAE,0BAAkB,CAAC,IAAI,CAAC,wBAAwB;QAC1E,eAAe,EAAE;YACf,GAAG,0BAAkB,CAAC,IAAI,CAAC,eAAe;YAC1C,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,oBAAoB;QAChC,wBAAwB,EAAE,0BAAkB,CAAC,IAAI,CAAC,wBAAwB;QAC1E,eAAe,EAAE;YACf,GAAG,0BAAkB,CAAC,IAAI,CAAC,eAAe;YAC1C,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,oBAAoB;QAChC,wBAAwB,EAAE,0BAAkB,CAAC,IAAI,CAAC,wBAAwB;QAC1E,eAAe,EAAE;YACf,GAAG,0BAAkB,CAAC,IAAI,CAAC,eAAe;YAC1C,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,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,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,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;AAEW,QAAA,yBAAyB,GAA+B;IACnE,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,oBAAoB;QAChC,wBAAwB,EAAE,0BAAkB,CAAC,IAAI,CAAC,wBAAwB;QAC1E,eAAe,EAAE;YACf,GAAG,0BAAkB,CAAC,IAAI,CAAC,eAAe;YAC1C,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,iBAAiB;QAC7B,wBAAwB,EAAE,uBAAe,CAAC,IAAI,CAAC,wBAAwB;QACvE,eAAe,EAAE;YACf,GAAG,uBAAe,CAAC,IAAI,CAAC,eAAe;YACvC,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8CAA8C;yBAC1D;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,UAAU;iBACjB;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,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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;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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,UAAU;iBACjB;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,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,QAAQ;yBACf;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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,KAAK,EAAE,EAAE;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;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,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,cAAc;iBAC1B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAA+B;IAC/E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,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,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;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,kCAAkC;yBAC9C;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;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;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qCAAqC;yBACjD;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,wCAAwC;yBACpD;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;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;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,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,QAAQ;iBACf;aACF;YACD,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,SAAS;iBAChB;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,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,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,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,SAAS;iBAChB;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,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,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,CAAC;iBACjE;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,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,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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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,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,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,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,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,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,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;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,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,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,MAAM;iBACb;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,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,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;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,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,MAAM;iBACb;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,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,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,SAAS;wBACT,iBAAiB;wBACjB,WAAW;wBACX,SAAS;wBACT,UAAU;qBACX;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,SAAS;wBACT,OAAO;wBACP,YAAY;wBACZ,eAAe;wBACf,YAAY;wBACZ,UAAU;wBACV,QAAQ;wBACR,SAAS;wBACT,WAAW;qBACZ;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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;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,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,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,CAAC;iBAC9C;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,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;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,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,QAAQ;iBACf;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,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,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,MAAM;iBACb;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,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,UAAU;iBACjB;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,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,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,GAAG,8BAAsB,CAAC,IAAI,CAAC,eAAe;YAC9C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,sBAAsB;IACtC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,cAAc,EAAE,+BAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,cAAc,EAAE,6BAA6B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;SACxD;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;SACxD;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,cAAc,EAAE,2BAA2B;IAC3C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,cAAc,EAAE,2CAA2C;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,cAAc,EAAE,6BAA6B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,2BAA2B;IAC3C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,oBAAoB;IACpC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,GAAG,uCAA+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;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;AAEW,QAAA,4DAA4D,GAA+B;IACtG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8DAA8D;QACzE,eAAe,EAAE;YACf,GAAG,uCAA+B,CAAC,IAAI,CAAC,eAAe;YACvD,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;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,GAAG,4CAAoC,CAAC,IAAI,CAAC,eAAe;YAC5D,GAAG,6CAAqC,CAAC,IAAI,CAAC,eAAe;SAC9D;KACF;CACF,CAAC;AAEW,QAAA,oDAAoD,GAA+B;IAC9F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sDAAsD;QACjE,eAAe,EAAE;YACf,GAAG,kEAA0D,CAAC,IAAI;iBAC/D,eAAe;YAClB,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,SAAS;iBAChB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,GAAG,0CAAkC,CAAC,IAAI,CAAC,eAAe;YAC1D,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,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,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;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,iCAAyB,CAAC,IAAI,CAAC,eAAe;YACjD,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,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,sCAAsC;iBAClD;aACF;YACD,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;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2CAA2C;iBACvD;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4CAA4C;iBACxD;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8CAA8C;iBAC1D;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,2CAA2C,GAA+B;IACrF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,wCAAwC,GAA+B;IAClF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;SAC9C;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,GAAG,yCAAiC,CAAC,IAAI,CAAC,eAAe;SAC1D;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,GAAG,yCAAiC,CAAC,IAAI,CAAC,eAAe;SAC1D;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,GAAG,yCAAiC,CAAC,IAAI,CAAC,eAAe;SAC1D;KACF;CACF,CAAC;AAEW,QAAA,uCAAuC,GAA+B;IACjF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,GAAG,yCAAiC,CAAC,IAAI,CAAC,eAAe;SAC1D;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,GAAG,yCAAiC,CAAC,IAAI,CAAC,eAAe;SAC1D;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,GAAG,6BAAqB,CAAC,IAAI,CAAC,eAAe;YAC7C,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,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,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,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,yCAAiC,CAAC,IAAI,CAAC,eAAe;YACzD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,yCAAiC,CAAC,IAAI,CAAC,eAAe;YACzD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,GAAG,qCAA6B,CAAC,IAAI,CAAC,eAAe;YACrD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+CAA+C,GAA+B;IACzF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;YACnD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qDAAqD,GAA+B;IAC/F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uDAAuD;QAClE,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;YACnD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,uCAAuC,GAA+B;IACjF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yCAAyC;QACpD,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,yDAAyD,GAA+B;IACnG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2DAA2D;QACtE,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAA+B;IAC9E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GAA+B;IAChF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,wCAAwC,GAA+B;IAClF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,GAAG,mCAA2B,CAAC,IAAI,CAAC,eAAe;SACpD;KACF;CACF,CAAC;AAEW,QAAA,mDAAmD,GAA+B;IAC7F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qDAAqD;QAChE,eAAe,EAAE;YACf,GAAG,oBAAY,CAAC,IAAI,CAAC,eAAe;SACrC;KACF;CACF,CAAC;AAEW,QAAA,oDAAoD,GAA+B;IAC9F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sDAAsD;QACjE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;SACtC;KACF;CACF,CAAC;AAEW,QAAA,gDAAgD,GAA+B;IAC1F,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kDAAkD;QAC7D,eAAe,EAAE;YACf,GAAG,gCAAwB,CAAC,IAAI,CAAC,eAAe;SACjD;KACF;CACF,CAAC;AAEW,QAAA,2DAA2D,GAA+B;IACrG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6DAA6D;QACxE,eAAe,EAAE;YACf,GAAG,4BAAoB,CAAC,IAAI,CAAC,eAAe;SAC7C;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;SACzC;KACF;CACF,CAAC;AAEW,QAAA,OAAO,GAA+B;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,EAAE;YACf,GAAG,yBAAiB,CAAC,IAAI,CAAC,eAAe;SAC1C;KACF;CACF,CAAC;AAEW,QAAA,uDAAuD,GAA+B;IACjG,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yDAAyD;QACpE,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;SACzC;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,GAAG,qCAA6B,CAAC,IAAI,CAAC,eAAe;SACtD;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,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,KAAK,EAAE;gBACL,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;YACD,OAAO,EAAE;gBACP,WAAW,EAAE;oBACX,QAAQ,EAAE,EAAE;iBACb;gBACD,cAAc,EAAE,oBAAoB;gBACpC,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,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,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,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,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,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,cAAc;iBAC1B;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,wBAAwB;yBACpC;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,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;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,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;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,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;AAEW,QAAA,WAAW,GAA+B;IACrD,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,mBAAmB;IACnC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,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;iBACjB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,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;iBACjB;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,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,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,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,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,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,gBAAgB;iBAC5B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,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,qCAAqC;gBACrD,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,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,gBAAgB;iBAC5B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iBAAiB;iBAC7B;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,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,qCAAqC;gBACrD,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,cAAc,EAAE;gBACd,cAAc,EAAE,eAAe;gBAC/B,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,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,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,cAAc,EAAE,+BAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,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,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,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,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,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,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,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,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,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE;YACxB,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,MAAM;SACnB;QACD,eAAe,EAAE;YACf,GAAG,wBAAgB,CAAC,IAAI,CAAC,eAAe;YACxC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oCAAoC,GAA+B;IAC9E,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,UAAU,EAAE,mBAAmB;QAC/B,wBAAwB,EAAE,yBAAiB,CAAC,IAAI,CAAC,wBAAwB;QACzE,eAAe,EAAE;YACf,GAAG,yBAAiB,CAAC,IAAI,CAAC,eAAe;YACzC,gCAAgC,EAAE;gBAChC,cAAc,EAAE,6CAA6C;gBAC7D,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,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,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;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,cAAc,EAAE,QAAQ;IACxB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,mBAAmB;QAC/B,wBAAwB,EAAE,yBAAiB,CAAC,IAAI,CAAC,wBAAwB;QACzE,eAAe,EAAE;YACf,GAAG,yBAAiB,CAAC,IAAI,CAAC,eAAe;YACzC,gCAAgC,EAAE;gBAChC,cAAc,EAAE,6CAA6C;gBAC7D,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;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,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,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;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,6BAA6B;yBACzC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mCAAmC,GAA+B;IAC7E,cAAc,EAAE,oBAAoB;IACpC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,UAAU,EAAE,mBAAmB;QAC/B,wBAAwB,EAAE,yBAAiB,CAAC,IAAI,CAAC,wBAAwB;QACzE,eAAe,EAAE;YACf,GAAG,yBAAiB,CAAC,IAAI,CAAC,eAAe;YACzC,gCAAgC,EAAE;gBAChC,cAAc,EAAE,6CAA6C;gBAC7D,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,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,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;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kDAAkD,GAA+B;IAC5F,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oDAAoD;QAC/D,UAAU,EAAE,mBAAmB;QAC/B,wBAAwB,EAAE,yBAAiB,CAAC,IAAI,CAAC,wBAAwB;QACzE,eAAe,EAAE;YACf,GAAG,yBAAiB,CAAC,IAAI,CAAC,eAAe;YACzC,gCAAgC,EAAE;gBAChC,cAAc,EAAE,6CAA6C;gBAC7D,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,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,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,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,mBAAmB;QAC/B,wBAAwB,EAAE,yBAAiB,CAAC,IAAI,CAAC,wBAAwB;QACzE,eAAe,EAAE;YACf,GAAG,yBAAiB,CAAC,IAAI,CAAC,eAAe;YACzC,gCAAgC,EAAE;gBAChC,cAAc,EAAE,6CAA6C;gBAC7D,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;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;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,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,aAAa,EAAE,UAAU,EAAE,OAAO,EAAE,UAAU,CAAC;iBAChE;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,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;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,mBAAmB;QAC/B,wBAAwB,EAAE,yBAAiB,CAAC,IAAI,CAAC,wBAAwB;QACzE,eAAe,EAAE;YACf,GAAG,yBAAiB,CAAC,IAAI,CAAC,eAAe;YACzC,gCAAgC,EAAE;gBAChC,cAAc,EAAE,6CAA6C;gBAC7D,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,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,6BAA6B;yBACzC;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,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;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,8CAA8C;yBAC1D;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,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;iBACjB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,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,QAAQ;iBACf;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,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,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,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,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,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,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,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,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,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;AAEW,QAAA,eAAe,GAA+B;IACzD,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;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,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,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,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,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,UAAU;iBACtB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,cAAc;iBAC1B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;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,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,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,MAAM;iBACb;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,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;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,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;AAEW,QAAA,UAAU,GAA+B;IACpD,cAAc,EAAE,MAAM;IACtB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA+B;IACpD,cAAc,EAAE,MAAM;IACtB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,CAAC;iBACjE;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,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,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,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,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,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,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,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,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,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,oBAAoB;yBAChC;qBACF;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,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,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,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,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,cAAc,EAAE,IAAI;IACpB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,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;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,sCAAsC;gBACtD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;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,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,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,oCAAoC;gBACpD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,OAAO,EAAE;gBACP,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,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,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,SAAS;iBAChB;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,mBAAmB;gBACnC,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,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;iBACjB;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,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;YACD,OAAO,EAAE;gBACP,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,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,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;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,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;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,UAAU;iBACjB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,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,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,SAAS;wBACT,iBAAiB;wBACjB,WAAW;wBACX,SAAS;wBACT,UAAU;qBACX;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,SAAS;wBACT,OAAO;wBACP,YAAY;wBACZ,eAAe;wBACf,YAAY;wBACZ,UAAU;wBACV,QAAQ;wBACR,SAAS;wBACT,WAAW;qBACZ;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,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,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,CAAC;iBAC9C;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,qCAAqC;gBACrD,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,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,iBAAiB;gBACjC,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;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;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,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;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,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,MAAM;iBACb;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;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,MAAM;iBACb;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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;AAEW,QAAA,SAAS,GAA+B;IACnD,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,UAAU,EAAE,QAAQ;QACpB,wBAAwB,EAAE,cAAM,CAAC,IAAI,CAAC,wBAAwB;QAC9D,eAAe,EAAE;YACf,GAAG,cAAM,CAAC,IAAI,CAAC,eAAe;YAC9B,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2BAA2B,GAA+B;IACrE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,qBAAqB;QACjC,wBAAwB,EAAE,2BAAmB,CAAC,IAAI,CAAC,wBAAwB;QAC3E,eAAe,EAAE;YACf,GAAG,2BAAmB,CAAC,IAAI,CAAC,eAAe;YAC3C,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uDAAuD;iBACnE;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,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,oCAAoC;gBACpD,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;qBAClE;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8CAA8C,GAA+B;IACxF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gDAAgD;QAC3D,eAAe,EAAE;YACf,GAAG,4CAAoC,CAAC,IAAI,CAAC,eAAe;YAC5D,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6CAA6C,GAA+B;IACvF,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+CAA+C;QAC1D,eAAe,EAAE;YACf,GAAG,4CAAoC,CAAC,IAAI,CAAC,eAAe;YAC5D,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,GAAG,eAAO,CAAC,IAAI,CAAC,eAAe;SAChC;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,WAAW;QACvB,wBAAwB,EAAE,iBAAS,CAAC,IAAI,CAAC,wBAAwB;QACjE,eAAe,EAAE;YACf,GAAG,iBAAS,CAAC,IAAI,CAAC,eAAe;YACjC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,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;YACD,OAAO,EAAE;gBACP,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,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;AAEW,QAAA,eAAe,GAA+B;IACzD,cAAc,EAAE,QAAQ;IACxB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,WAAW;QACvB,wBAAwB,EAAE,iBAAS,CAAC,IAAI,CAAC,wBAAwB;QACjE,eAAe,EAAE;YACf,GAAG,iBAAS,CAAC,IAAI,CAAC,eAAe;YACjC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,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,sBAAsB;yBAClC;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,gCAAgC;yBAC5C;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,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;YACD,OAAO,EAAE;gBACP,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,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;AAEW,QAAA,2BAA2B,GAA+B;IACrE,cAAc,EAAE,oBAAoB;IACpC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,UAAU,EAAE,WAAW;QACvB,wBAAwB,EAAE,iBAAS,CAAC,IAAI,CAAC,wBAAwB;QACjE,eAAe,EAAE;YACf,GAAG,iBAAS,CAAC,IAAI,CAAC,eAAe;YACjC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,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;YACD,OAAO,EAAE;gBACP,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,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;AAEW,QAAA,0CAA0C,GAA+B;IACpF,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,UAAU,EAAE,WAAW;QACvB,wBAAwB,EAAE,iBAAS,CAAC,IAAI,CAAC,wBAAwB;QACjE,eAAe,EAAE;YACf,GAAG,iBAAS,CAAC,IAAI,CAAC,eAAe;YACjC,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,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,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,UAAU,EAAE,WAAW;QACvB,wBAAwB,EAAE,iBAAS,CAAC,IAAI,CAAC,wBAAwB;QACjE,eAAe,EAAE;YACf,GAAG,iBAAS,CAAC,IAAI,CAAC,eAAe;YACjC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,aAAa,EAAE,UAAU,EAAE,OAAO,EAAE,UAAU,CAAC;iBAChE;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,UAAU,EAAE,WAAW;QACvB,wBAAwB,EAAE,iBAAS,CAAC,IAAI,CAAC,wBAAwB;QACjE,eAAe,EAAE;YACf,GAAG,iBAAS,CAAC,IAAI,CAAC,eAAe;YACjC,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,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,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,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;YACD,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,SAAS;iBAChB;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,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,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,sBAAsB;iBAClC;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,aAAa;QACzB,wBAAwB,EAAE,mBAAW,CAAC,IAAI,CAAC,wBAAwB;QACnE,eAAe,EAAE;YACf,GAAG,mBAAW,CAAC,IAAI,CAAC,eAAe;YACnC,WAAW,EAAE;gBACX,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,aAAa;QACzB,wBAAwB,EAAE,mBAAW,CAAC,IAAI,CAAC,wBAAwB;QACnE,eAAe,EAAE;YACf,GAAG,mBAAW,CAAC,IAAI,CAAC,eAAe;YACnC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iDAAiD;iBAC7D;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,oCAAoC;gBACpD,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;qBAClE;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,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,mBAAmB;QAC/B,wBAAwB,EAAE,yBAAiB,CAAC,IAAI,CAAC,wBAAwB;QACzE,eAAe,EAAE;YACf,GAAG,yBAAiB,CAAC,IAAI,CAAC,eAAe;YACzC,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iDAAiD;iBAC7D;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,oCAAoC;gBACpD,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;qBAClE;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,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,4BAA4B;QACxC,wBAAwB,EACtB,kCAA0B,CAAC,IAAI,CAAC,wBAAwB;QAC1D,eAAe,EAAE;YACf,GAAG,kCAA0B,CAAC,IAAI,CAAC,eAAe;YAClD,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uCAAuC;yBACnD;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,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,qCAAqC;gBACrD,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,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,SAAS;iBAChB;aACF;YACD,sBAAsB,EAAE;gBACtB,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE,gBAAQ,CAAC,IAAI,CAAC,wBAAwB;QAChE,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,MAAM,GAA+B;IAChD,cAAc,EAAE,QAAQ;IACxB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE,gBAAQ,CAAC,IAAI,CAAC,wBAAwB;QAChE,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE,gBAAQ,CAAC,IAAI,CAAC,wBAAwB;QAChE,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,IAAI,GAA+B;IAC9C,cAAc,EAAE,MAAM;IACtB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,UAAU,EAAE,UAAU;QACtB,wBAAwB,EAAE,gBAAQ,CAAC,IAAI,CAAC,wBAAwB;QAChE,eAAe,EAAE;YACf,GAAG,gBAAQ,CAAC,IAAI,CAAC,eAAe;YAChC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,+BAA+B;QAC3C,wBAAwB,EACtB,qCAA6B,CAAC,IAAI,CAAC,wBAAwB;QAC7D,eAAe,EAAE;YACf,GAAG,qCAA6B,CAAC,IAAI,CAAC,eAAe;YACrD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;qBAC/D;iBACF;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,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,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,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;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,kCAAkC;yBAC9C;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,iCAAiC;yBAC7C;qBACF;iBACF;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,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,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,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,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,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,QAAQ;yBACf;qBACF;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,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,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,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,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,sBAAsB;IACtC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,6BAA6B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,2BAA2B;IAC3C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,2BAA2B;iBACvC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,+BAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,cAAc,EAAE,6BAA6B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,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,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,cAAc,EAAE,2BAA2B;IAC3C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mCAAmC;iBAC/C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,cAAc,EAAE,2CAA2C;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,8BAA8B;iBAC1C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,cAAc,EAAE,oBAAoB;IACpC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,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,UAAU;iBACjB;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,cAAc,EAAE,yBAAyB;IACzC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,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,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,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,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,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,UAAU;iBACjB;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,+BAA+B;iBAC3C;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,cAAc,EAAE,WAAW;IAC3B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,cAAc,EAAE,YAAY;IAC5B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,eAAe;QAC3B,wBAAwB,EAAE,qBAAa,CAAC,IAAI,CAAC,wBAAwB;QACrE,eAAe,EAAE;YACf,GAAG,qBAAa,CAAC,IAAI,CAAC,eAAe;YACrC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0CAA0C;iBACtD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,cAAc,GAAG;IAC1B,uBAAuB,EAAE,+BAAuB;IAChD,oBAAoB,EAAE,4BAAoB;IAC1C,kBAAkB,EAAE,0BAAkB;IACtC,eAAe,EAAE,uBAAe;IAChC,+BAA+B,EAAE,uCAA+B;IAChE,4BAA4B,EAAE,yBAAiB;IAC/C,iBAAiB,EAAE,cAAM;IACzB,8BAA8B,EAAE,2BAAmB;IACnD,iCAAiC,EAAE,kCAA0B;IAC7D,8CAA8C,EAAE,+CAAuC;IACvF,uCAAuC,EAAE,wCAAgC;IACzE,yCAAyC,EAAE,0CAAkC;IAC7E,kCAAkC,EAAE,mCAA2B;IAC/D,uCAAuC,EAAE,4CAAoC;IAC7E,kCAAkC,EAAE,uCAA+B;IACnE,6BAA6B,EAAE,4BAAoB;IACnD,6BAA6B,EAAE,4BAAoB;IACnD,4BAA4B,EAAE,2BAAmB;IACjD,kCAAkC,EAAE,iCAAyB;IAC7D,yBAAyB,EAAE,wBAAgB;IAC3C,sDAAsD,EAAE,4BAAoB;IAC5E,+DAA+D,EAAE,6BAAqB;IACtF,qDAAqD,EAAE,4BAAoB;IAC3E,6DAA6D,EAAE,sCAA8B;IAC7F,qDAAqD,EAAE,8BAAsB;IAC7E,6CAA6C,EAAE,oCAA4B;IAC3E,2DAA2D,EAAE,6BAAqB;IAClF,2EAA2E,EAAE,8BAAsB;IACnG,6DAA6D,EAAE,6BAAqB;IACpF,2DAA2D,EAAE,4BAAoB;IACjF,2CAA2C,EAAE,kCAA0B;IACvE,2CAA2C,EAAE,kCAA0B;IACvE,kDAAkD,EAAE,yCAAiC;IACrF,+CAA+C,EAAE,sCAA8B;IAC/E,oDAAoD,EAAE,2BAAmB;IACzE,yDAAyD,EAAE,gCAAwB;IACnF,qCAAqC,EAAE,4BAAoB;IAC3D,4BAA4B,EAAE,iBAAS;IACvC,8BAA8B,EAAE,mBAAW;IAC3C,oCAAoC,EAAE,yBAAiB;IACvD,6CAA6C,EAAE,kCAA0B;IACzE,2BAA2B,EAAE,gBAAQ;IACrC,gDAAgD,EAAE,qCAA6B;IAC/E,gCAAgC,EAAE,qBAAa;IAC/C,uCAAuC,EAAE,4CAAoC;IAC7E,0BAA0B,EAAE,+BAAuB;IACnD,sCAAsC,EAAE,2CAAmC;IAC3E,qDAAqD,EAAE,0DAAkD;IACzG,6BAA6B,EAAE,kCAA0B;IACzD,uBAAuB,EAAE,4BAAoB;IAC7C,sBAAsB,EAAE,qBAAa;IACrC,iBAAiB,EAAE,uBAAe;IAClC,gBAAgB,EAAE,qBAAa;IAC/B,sBAAsB,EAAE,2BAAmB;IAC3C,yBAAyB,EAAE,8BAAsB;IACjD,sBAAsB,EAAE,iBAAS;IACjC,aAAa,EAAE,kBAAU;IACzB,iBAAiB,EAAE,sBAAc;IACjC,aAAa,EAAE,kBAAU;IACzB,kBAAkB,EAAE,uBAAe;IACnC,WAAW,EAAE,gBAAQ;IACrB,gBAAgB,EAAE,qBAAa;IAC/B,oBAAoB,EAAE,yBAAiB;IACvC,oBAAoB,EAAE,yBAAiB;IACvC,gBAAgB,EAAE,qBAAa;IAC/B,gBAAgB,EAAE,qBAAa;IAC/B,oBAAoB,EAAE,yBAAiB;IACvC,sBAAsB,EAAE,2BAAmB;IAC3C,sBAAsB,EAAE,2BAAmB;IAC3C,uBAAuB,EAAE,4BAAoB;IAC7C,YAAY,EAAE,iBAAS;IACvB,YAAY,EAAE,iBAAS;IACvB,8BAA8B,EAAE,mCAA2B;IAC3D,+BAA+B,EAAE,oCAA4B;IAC7D,kBAAkB,EAAE,uBAAe;IACnC,8BAA8B,EAAE,mCAA2B;IAC3D,6CAA6C,EAAE,kDAA0C;IACzF,qBAAqB,EAAE,0BAAkB;IACzC,eAAe,EAAE,oBAAY;IAC7B,uBAAuB,EAAE,4BAAoB;IAC7C,sBAAsB,EAAE,2BAAmB;IAC3C,4BAA4B,EAAE,iCAAyB;IACvD,oCAAoC,EAAE,0CAAkC;IACxE,oBAAoB,EAAE,iBAAS;IAC/B,iBAAiB,EAAE,cAAM;IACzB,0BAA0B,EAAE,uBAAe;IAC3C,eAAe,EAAE,YAAI;IACrB,yCAAyC,EAAE,wCAAgC;IAC3E,oCAAoC,EAAE,wBAAgB;IACtD,2CAA2C,EAAE,yBAAiB;IAC9D,yCAAyC,EAAE,wBAAgB;IAC3D,6CAA6C,EAAE,yBAAiB;IAChE,mCAAmC,EAAE,wBAAgB;IACrD,2CAA2C,EAAE,kCAA0B;IACvE,mCAAmC,EAAE,0BAAkB;IACvD,yCAAyC,EAAE,yBAAiB;IAC5D,2BAA2B,EAAE,gCAAwB;IACrD,yBAAyB,EAAE,8BAAsB;IACjD,gCAAgC,EAAE,qCAA6B;IAC/D,6BAA6B,EAAE,kCAA0B;IACzD,yBAAyB,EAAE,8BAAsB;IACjD,yDAAyD,EAAE,0BAAkB;IAC7E,yBAAyB,EAAE,2BAAmB;IAC9C,kCAAkC,EAAE,uBAAe;IACnD,uCAAuC,EAAE,4BAAoB;IAC7D,mBAAmB,EAAE,wBAAgB;IACrC,yBAAyB,EAAE,+BAAuB;IAClD,0BAA0B,EAAE,uCAA+B;CAC5D,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 AlertRulesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRulesList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\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 }\n }\n};\n\nexport const ActionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActionResponse\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ActionPropertiesBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionPropertiesBase\",\n modelProperties: {\n logicAppResourceId: {\n serializedName: \"logicAppResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertRuleTemplatesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplatesList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplate\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AutomationRuleTriggeringLogic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRuleTriggeringLogic\",\n modelProperties: {\n isEnabled: {\n serializedName: \"isEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n expirationTimeUtc: {\n serializedName: \"expirationTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n triggersOn: {\n serializedName: \"triggersOn\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n triggersWhen: {\n serializedName: \"triggersWhen\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n conditions: {\n constraints: {\n MaxItems: 50\n },\n serializedName: \"conditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationRuleCondition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AutomationRuleCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRuleCondition\",\n uberParent: \"AutomationRuleCondition\",\n polymorphicDiscriminator: {\n serializedName: \"conditionType\",\n clientName: \"conditionType\"\n },\n modelProperties: {\n conditionType: {\n serializedName: \"conditionType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationRuleAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRuleAction\",\n uberParent: \"AutomationRuleAction\",\n polymorphicDiscriminator: {\n serializedName: \"actionType\",\n clientName: \"actionType\"\n },\n modelProperties: {\n order: {\n serializedName: \"order\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClientInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientInfo\",\n modelProperties: {\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"Uuid\"\n }\n },\n userPrincipalName: {\n serializedName: \"userPrincipalName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationRulesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRulesList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationRule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManualTriggerRequestBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManualTriggerRequestBody\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"Uuid\"\n }\n },\n logicAppsResourceId: {\n serializedName: \"logicAppsResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BookmarkList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BookmarkList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Bookmark\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UserInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserInfo\",\n modelProperties: {\n email: {\n serializedName: \"email\",\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 objectId: {\n serializedName: \"objectId\",\n nullable: true,\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const IncidentInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentInfo\",\n modelProperties: {\n incidentId: {\n serializedName: \"incidentId\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\"\n }\n },\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n relationName: {\n serializedName: \"relationName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BookmarkEntityMappings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BookmarkEntityMappings\",\n modelProperties: {\n entityType: {\n serializedName: \"entityType\",\n type: {\n name: \"String\"\n }\n },\n fieldMappings: {\n serializedName: \"fieldMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityFieldMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EntityFieldMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityFieldMapping\",\n modelProperties: {\n identifier: {\n serializedName: \"identifier\",\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 RelationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RelationList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Relation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BookmarkExpandParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BookmarkExpandParameters\",\n modelProperties: {\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n expansionId: {\n serializedName: \"expansionId\",\n type: {\n name: \"Uuid\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const BookmarkExpandResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BookmarkExpandResponse\",\n modelProperties: {\n metaData: {\n serializedName: \"metaData\",\n type: {\n name: \"Composite\",\n className: \"ExpansionResultsMetadata\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Composite\",\n className: \"BookmarkExpandResponseValue\"\n }\n }\n }\n }\n};\n\nexport const ExpansionResultsMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExpansionResultsMetadata\",\n modelProperties: {\n aggregations: {\n serializedName: \"aggregations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExpansionResultAggregation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ExpansionResultAggregation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExpansionResultAggregation\",\n modelProperties: {\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n count: {\n serializedName: \"count\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n entityKind: {\n serializedName: \"entityKind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BookmarkExpandResponseValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BookmarkExpandResponseValue\",\n modelProperties: {\n entities: {\n serializedName: \"entities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Entity\"\n }\n }\n }\n },\n edges: {\n serializedName: \"edges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedEntity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectedEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedEntity\",\n modelProperties: {\n targetEntityId: {\n serializedName: \"targetEntityId\",\n type: {\n name: \"String\"\n }\n },\n additionalData: {\n serializedName: \"additionalData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const EnrichmentIpGeodata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnrichmentIpGeodata\",\n modelProperties: {\n asn: {\n serializedName: \"asn\",\n type: {\n name: \"String\"\n }\n },\n carrier: {\n serializedName: \"carrier\",\n type: {\n name: \"String\"\n }\n },\n city: {\n serializedName: \"city\",\n type: {\n name: \"String\"\n }\n },\n cityCf: {\n serializedName: \"cityCf\",\n type: {\n name: \"Number\"\n }\n },\n continent: {\n serializedName: \"continent\",\n type: {\n name: \"String\"\n }\n },\n country: {\n serializedName: \"country\",\n type: {\n name: \"String\"\n }\n },\n countryCf: {\n serializedName: \"countryCf\",\n type: {\n name: \"Number\"\n }\n },\n ipAddr: {\n serializedName: \"ipAddr\",\n type: {\n name: \"String\"\n }\n },\n ipRoutingType: {\n serializedName: \"ipRoutingType\",\n type: {\n name: \"String\"\n }\n },\n latitude: {\n serializedName: \"latitude\",\n type: {\n name: \"String\"\n }\n },\n longitude: {\n serializedName: \"longitude\",\n type: {\n name: \"String\"\n }\n },\n organization: {\n serializedName: \"organization\",\n type: {\n name: \"String\"\n }\n },\n organizationType: {\n serializedName: \"organizationType\",\n type: {\n name: \"String\"\n }\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n stateCf: {\n serializedName: \"stateCf\",\n type: {\n name: \"Number\"\n }\n },\n stateCode: {\n serializedName: \"stateCode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnrichmentDomainWhois: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhois\",\n modelProperties: {\n domain: {\n serializedName: \"domain\",\n type: {\n name: \"String\"\n }\n },\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\"\n }\n },\n created: {\n serializedName: \"created\",\n type: {\n name: \"DateTime\"\n }\n },\n updated: {\n serializedName: \"updated\",\n type: {\n name: \"DateTime\"\n }\n },\n expires: {\n serializedName: \"expires\",\n type: {\n name: \"DateTime\"\n }\n },\n parsedWhois: {\n serializedName: \"parsedWhois\",\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisDetails\"\n }\n }\n }\n }\n};\n\nexport const EnrichmentDomainWhoisDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisDetails\",\n modelProperties: {\n registrar: {\n serializedName: \"registrar\",\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisRegistrarDetails\"\n }\n },\n contacts: {\n serializedName: \"contacts\",\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisContacts\"\n }\n },\n nameServers: {\n serializedName: \"nameServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n statuses: {\n serializedName: \"statuses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EnrichmentDomainWhoisRegistrarDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisRegistrarDetails\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n abuseContactEmail: {\n serializedName: \"abuseContactEmail\",\n type: {\n name: \"String\"\n }\n },\n abuseContactPhone: {\n serializedName: \"abuseContactPhone\",\n type: {\n name: \"String\"\n }\n },\n ianaId: {\n serializedName: \"ianaId\",\n type: {\n name: \"String\"\n }\n },\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n whoisServer: {\n serializedName: \"whoisServer\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnrichmentDomainWhoisContacts: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisContacts\",\n modelProperties: {\n admin: {\n serializedName: \"admin\",\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisContact\"\n }\n },\n billing: {\n serializedName: \"billing\",\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisContact\"\n }\n },\n registrant: {\n serializedName: \"registrant\",\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisContact\"\n }\n },\n tech: {\n serializedName: \"tech\",\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisContact\"\n }\n }\n }\n }\n};\n\nexport const EnrichmentDomainWhoisContact: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnrichmentDomainWhoisContact\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n org: {\n serializedName: \"org\",\n type: {\n name: \"String\"\n }\n },\n street: {\n serializedName: \"street\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n city: {\n serializedName: \"city\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n postal: {\n serializedName: \"postal\",\n type: {\n name: \"String\"\n }\n },\n country: {\n serializedName: \"country\",\n type: {\n name: \"String\"\n }\n },\n phone: {\n serializedName: \"phone\",\n type: {\n name: \"String\"\n }\n },\n fax: {\n serializedName: \"fax\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EntityList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Entity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EntityExpandParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityExpandParameters\",\n modelProperties: {\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n expansionId: {\n serializedName: \"expansionId\",\n type: {\n name: \"Uuid\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const EntityExpandResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityExpandResponse\",\n modelProperties: {\n metaData: {\n serializedName: \"metaData\",\n type: {\n name: \"Composite\",\n className: \"ExpansionResultsMetadata\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Composite\",\n className: \"EntityExpandResponseValue\"\n }\n }\n }\n }\n};\n\nexport const EntityExpandResponseValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityExpandResponseValue\",\n modelProperties: {\n entities: {\n serializedName: \"entities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Entity\"\n }\n }\n }\n },\n edges: {\n serializedName: \"edges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityEdges\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EntityEdges: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityEdges\",\n modelProperties: {\n targetEntityId: {\n serializedName: \"targetEntityId\",\n type: {\n name: \"String\"\n }\n },\n additionalData: {\n serializedName: \"additionalData\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const EntityTimelineParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityTimelineParameters\",\n modelProperties: {\n kinds: {\n serializedName: \"kinds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n numberOfBucket: {\n serializedName: \"numberOfBucket\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const EntityTimelineResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityTimelineResponse\",\n modelProperties: {\n metaData: {\n serializedName: \"metaData\",\n type: {\n name: \"Composite\",\n className: \"TimelineResultsMetadata\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityTimelineItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TimelineResultsMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimelineResultsMetadata\",\n modelProperties: {\n totalCount: {\n serializedName: \"totalCount\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n aggregations: {\n serializedName: \"aggregations\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimelineAggregation\"\n }\n }\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimelineError\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TimelineAggregation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimelineAggregation\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TimelineError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimelineError\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n queryId: {\n serializedName: \"queryId\",\n type: {\n name: \"String\"\n }\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EntityTimelineItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityTimelineItem\",\n uberParent: \"EntityTimelineItem\",\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 GetQueriesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetQueriesResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityQueryItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EntityQueryItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityQueryItem\",\n uberParent: \"EntityQueryItem\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EntityGetInsightsParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityGetInsightsParameters\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n addDefaultExtendedTimeRange: {\n serializedName: \"addDefaultExtendedTimeRange\",\n type: {\n name: \"Boolean\"\n }\n },\n insightQueryIds: {\n serializedName: \"insightQueryIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EntityGetInsightsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityGetInsightsResponse\",\n modelProperties: {\n metaData: {\n serializedName: \"metaData\",\n type: {\n name: \"Composite\",\n className: \"GetInsightsResultsMetadata\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityInsightItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetInsightsResultsMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetInsightsResultsMetadata\",\n modelProperties: {\n totalCount: {\n serializedName: \"totalCount\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetInsightsErrorKind\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GetInsightsErrorKind: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetInsightsErrorKind\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n queryId: {\n serializedName: \"queryId\",\n type: {\n name: \"String\"\n }\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EntityInsightItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityInsightItem\",\n modelProperties: {\n queryId: {\n serializedName: \"queryId\",\n type: {\n name: \"String\"\n }\n },\n queryTimeInterval: {\n serializedName: \"queryTimeInterval\",\n type: {\n name: \"Composite\",\n className: \"EntityInsightItemQueryTimeInterval\"\n }\n },\n tableQueryResults: {\n serializedName: \"tableQueryResults\",\n type: {\n name: \"Composite\",\n className: \"InsightsTableResult\"\n }\n },\n chartQueryResults: {\n serializedName: \"chartQueryResults\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InsightsTableResult\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EntityInsightItemQueryTimeInterval: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityInsightItemQueryTimeInterval\",\n modelProperties: {\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 }\n }\n};\n\nexport const InsightsTableResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InsightsTableResult\",\n modelProperties: {\n columns: {\n serializedName: \"columns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InsightsTableResultColumnsItem\"\n }\n }\n }\n },\n rows: {\n serializedName: \"rows\",\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 InsightsTableResultColumnsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InsightsTableResultColumnsItem\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EntityQueryList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityQueryList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityQuery\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EntityQueryTemplateList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityQueryTemplateList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityQueryTemplate\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FileImportList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileImportList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FileImport\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FileMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileMetadata\",\n modelProperties: {\n fileFormat: {\n serializedName: \"fileFormat\",\n type: {\n name: \"String\"\n }\n },\n fileName: {\n serializedName: \"fileName\",\n type: {\n name: \"String\"\n }\n },\n fileSize: {\n serializedName: \"fileSize\",\n type: {\n name: \"Number\"\n }\n },\n fileContentUri: {\n serializedName: \"fileContentUri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deleteStatus: {\n serializedName: \"deleteStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ValidationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n modelProperties: {\n recordIndex: {\n serializedName: \"recordIndex\",\n type: {\n name: \"Number\"\n }\n },\n errorMessages: {\n serializedName: \"errorMessages\",\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 IncidentList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Incident\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IncidentAdditionalData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentAdditionalData\",\n modelProperties: {\n alertsCount: {\n serializedName: \"alertsCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n bookmarksCount: {\n serializedName: \"bookmarksCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n commentsCount: {\n serializedName: \"commentsCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n alertProductNames: {\n serializedName: \"alertProductNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n providerIncidentUrl: {\n serializedName: \"providerIncidentUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tactics: {\n serializedName: \"tactics\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n techniques: {\n serializedName: \"techniques\",\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 IncidentLabel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentLabel\",\n modelProperties: {\n labelName: {\n serializedName: \"labelName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n labelType: {\n serializedName: \"labelType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IncidentOwnerInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentOwnerInfo\",\n modelProperties: {\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n },\n assignedTo: {\n serializedName: \"assignedTo\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"Uuid\"\n }\n },\n userPrincipalName: {\n serializedName: \"userPrincipalName\",\n type: {\n name: \"String\"\n }\n },\n ownerType: {\n serializedName: \"ownerType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TeamInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TeamInformation\",\n modelProperties: {\n teamId: {\n serializedName: \"teamId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n primaryChannelUrl: {\n serializedName: \"primaryChannelUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n teamCreationTimeUtc: {\n serializedName: \"teamCreationTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n name: {\n serializedName: \"name\",\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 TeamProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TeamProperties\",\n modelProperties: {\n teamName: {\n serializedName: \"teamName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n teamDescription: {\n serializedName: \"teamDescription\",\n type: {\n name: \"String\"\n }\n },\n memberIds: {\n serializedName: \"memberIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\"\n }\n }\n }\n },\n groupIds: {\n serializedName: \"groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IncidentAlertList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentAlertList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityAlert\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SecurityAlertPropertiesConfidenceReasonsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAlertPropertiesConfidenceReasonsItem\",\n modelProperties: {\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reasonType: {\n serializedName: \"reasonType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EntityCommonProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityCommonProperties\",\n modelProperties: {\n additionalData: {\n serializedName: \"additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IncidentBookmarkList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentBookmarkList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HuntingBookmark\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IncidentCommentList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentCommentList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IncidentComment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IncidentEntitiesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentEntitiesResponse\",\n modelProperties: {\n entities: {\n serializedName: \"entities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Entity\"\n }\n }\n }\n },\n metaData: {\n serializedName: \"metaData\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IncidentEntitiesResultsMetadata\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IncidentEntitiesResultsMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentEntitiesResultsMetadata\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n entityKind: {\n serializedName: \"entityKind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetadataList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetadataModel\"\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 MetadataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataSource\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n sourceId: {\n serializedName: \"sourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetadataAuthor: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataAuthor\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n },\n link: {\n serializedName: \"link\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetadataSupport: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataSupport\",\n modelProperties: {\n tier: {\n serializedName: \"tier\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n },\n link: {\n serializedName: \"link\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetadataDependencies: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataDependencies\",\n modelProperties: {\n contentId: {\n serializedName: \"contentId\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\"\n }\n },\n criteria: {\n serializedName: \"criteria\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetadataDependencies\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MetadataCategories: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataCategories\",\n modelProperties: {\n domains: {\n serializedName: \"domains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n verticals: {\n serializedName: \"verticals\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OfficeConsentList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeConsentList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OfficeConsent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SentinelOnboardingStatesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SentinelOnboardingStatesList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SentinelOnboardingState\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SecurityMLAnalyticsSettingsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityMLAnalyticsSettingsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityMLAnalyticsSetting\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SettingList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SettingList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Settings\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RepoList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RepoList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Repo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Repo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Repo\",\n modelProperties: {\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n fullName: {\n serializedName: \"fullName\",\n type: {\n name: \"String\"\n }\n },\n branches: {\n serializedName: \"branches\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SourceControlList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControl\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Repository: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Repository\",\n modelProperties: {\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n branch: {\n serializedName: \"branch\",\n type: {\n name: \"String\"\n }\n },\n displayUrl: {\n serializedName: \"displayUrl\",\n type: {\n name: \"String\"\n }\n },\n deploymentLogsUrl: {\n serializedName: \"deploymentLogsUrl\",\n type: {\n name: \"String\"\n }\n },\n pathMapping: {\n serializedName: \"pathMapping\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContentPathMap\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ContentPathMap: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContentPathMap\",\n modelProperties: {\n contentType: {\n serializedName: \"contentType\",\n type: {\n name: \"String\"\n }\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RepositoryResourceInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RepositoryResourceInfo\",\n modelProperties: {\n webhook: {\n serializedName: \"webhook\",\n type: {\n name: \"Composite\",\n className: \"Webhook\"\n }\n },\n gitHubResourceInfo: {\n serializedName: \"gitHubResourceInfo\",\n type: {\n name: \"Composite\",\n className: \"GitHubResourceInfo\"\n }\n },\n azureDevOpsResourceInfo: {\n serializedName: \"azureDevOpsResourceInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsResourceInfo\"\n }\n }\n }\n }\n};\n\nexport const Webhook: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Webhook\",\n modelProperties: {\n webhookId: {\n serializedName: \"webhookId\",\n type: {\n name: \"String\"\n }\n },\n webhookUrl: {\n serializedName: \"webhookUrl\",\n type: {\n name: \"String\"\n }\n },\n webhookSecretUpdateTime: {\n serializedName: \"webhookSecretUpdateTime\",\n type: {\n name: \"String\"\n }\n },\n rotateWebhookSecret: {\n serializedName: \"rotateWebhookSecret\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const GitHubResourceInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubResourceInfo\",\n modelProperties: {\n appInstallationId: {\n serializedName: \"appInstallationId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureDevOpsResourceInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDevOpsResourceInfo\",\n modelProperties: {\n pipelineId: {\n serializedName: \"pipelineId\",\n type: {\n name: \"String\"\n }\n },\n serviceConnectionId: {\n serializedName: \"serviceConnectionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeploymentInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentInfo\",\n modelProperties: {\n deploymentFetchStatus: {\n serializedName: \"deploymentFetchStatus\",\n type: {\n name: \"String\"\n }\n },\n deployment: {\n serializedName: \"deployment\",\n type: {\n name: \"Composite\",\n className: \"Deployment\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Deployment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Deployment\",\n modelProperties: {\n deploymentId: {\n serializedName: \"deploymentId\",\n type: {\n name: \"String\"\n }\n },\n deploymentState: {\n serializedName: \"deploymentState\",\n type: {\n name: \"String\"\n }\n },\n deploymentResult: {\n serializedName: \"deploymentResult\",\n type: {\n name: \"String\"\n }\n },\n deploymentTime: {\n serializedName: \"deploymentTime\",\n type: {\n name: \"DateTime\"\n }\n },\n deploymentLogsUrl: {\n serializedName: \"deploymentLogsUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceKillChainPhase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceKillChainPhase\",\n modelProperties: {\n killChainName: {\n serializedName: \"killChainName\",\n type: {\n name: \"String\"\n }\n },\n phaseName: {\n serializedName: \"phaseName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceParsedPattern: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceParsedPattern\",\n modelProperties: {\n patternTypeKey: {\n serializedName: \"patternTypeKey\",\n type: {\n name: \"String\"\n }\n },\n patternTypeValues: {\n serializedName: \"patternTypeValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceParsedPatternTypeValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceParsedPatternTypeValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceParsedPatternTypeValue\",\n modelProperties: {\n valueType: {\n serializedName: \"valueType\",\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 ThreatIntelligenceExternalReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceExternalReference\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n externalId: {\n serializedName: \"externalId\",\n type: {\n name: \"String\"\n }\n },\n sourceName: {\n serializedName: \"sourceName\",\n type: {\n name: \"String\"\n }\n },\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n hashes: {\n serializedName: \"hashes\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceGranularMarkingModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceGranularMarkingModel\",\n modelProperties: {\n language: {\n serializedName: \"language\",\n type: {\n name: \"String\"\n }\n },\n markingRef: {\n serializedName: \"markingRef\",\n type: {\n name: \"Number\"\n }\n },\n selectors: {\n serializedName: \"selectors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceInformationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceInformationList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceInformation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceFilteringCriteria: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceFilteringCriteria\",\n modelProperties: {\n pageSize: {\n serializedName: \"pageSize\",\n type: {\n name: \"Number\"\n }\n },\n minConfidence: {\n serializedName: \"minConfidence\",\n type: {\n name: \"Number\"\n }\n },\n maxConfidence: {\n serializedName: \"maxConfidence\",\n type: {\n name: \"Number\"\n }\n },\n minValidUntil: {\n serializedName: \"minValidUntil\",\n type: {\n name: \"String\"\n }\n },\n maxValidUntil: {\n serializedName: \"maxValidUntil\",\n type: {\n name: \"String\"\n }\n },\n includeDisabled: {\n serializedName: \"includeDisabled\",\n type: {\n name: \"Boolean\"\n }\n },\n sortBy: {\n serializedName: \"sortBy\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceSortingCriteria\"\n }\n }\n }\n },\n sources: {\n serializedName: \"sources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n patternTypes: {\n serializedName: \"patternTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n threatTypes: {\n serializedName: \"threatTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n ids: {\n serializedName: \"ids\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n keywords: {\n serializedName: \"keywords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n skipToken: {\n serializedName: \"skipToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceSortingCriteria: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceSortingCriteria\",\n modelProperties: {\n itemKey: {\n serializedName: \"itemKey\",\n type: {\n name: \"String\"\n }\n },\n sortOrder: {\n serializedName: \"sortOrder\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceMetricsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceMetricsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceMetrics\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceMetrics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceMetrics\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceMetric\"\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceMetric: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceMetric\",\n modelProperties: {\n lastUpdatedTimeUtc: {\n serializedName: \"lastUpdatedTimeUtc\",\n type: {\n name: \"String\"\n }\n },\n threatTypeMetrics: {\n serializedName: \"threatTypeMetrics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceMetricEntity\"\n }\n }\n }\n },\n patternTypeMetrics: {\n serializedName: \"patternTypeMetrics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceMetricEntity\"\n }\n }\n }\n },\n sourceMetrics: {\n serializedName: \"sourceMetrics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceMetricEntity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceMetricEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceMetricEntity\",\n modelProperties: {\n metricName: {\n serializedName: \"metricName\",\n type: {\n name: \"String\"\n }\n },\n metricValue: {\n serializedName: \"metricValue\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceAppendTags: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceAppendTags\",\n modelProperties: {\n threatIntelligenceTags: {\n serializedName: \"threatIntelligenceTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WatchlistList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WatchlistList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Watchlist\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WatchlistItemList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WatchlistItemList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WatchlistItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataConnectorList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataConnectorList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataConnector\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataConnectorConnectBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataConnectorConnectBody\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n apiKey: {\n serializedName: \"apiKey\",\n type: {\n name: \"String\"\n }\n },\n dataCollectionEndpoint: {\n serializedName: \"dataCollectionEndpoint\",\n type: {\n name: \"String\"\n }\n },\n dataCollectionRuleImmutableId: {\n serializedName: \"dataCollectionRuleImmutableId\",\n type: {\n name: \"String\"\n }\n },\n outputStream: {\n serializedName: \"outputStream\",\n type: {\n name: \"String\"\n }\n },\n clientSecret: {\n serializedName: \"clientSecret\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n },\n authorizationCode: {\n serializedName: \"authorizationCode\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n requestConfigUserInputValues: {\n serializedName: \"requestConfigUserInputValues\",\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 DataConnectorsCheckRequirements: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataConnectorsCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\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 DataConnectorRequirementsState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataConnectorRequirementsState\",\n modelProperties: {\n authorizationState: {\n serializedName: \"authorizationState\",\n type: {\n name: \"String\"\n }\n },\n licenseState: {\n serializedName: \"licenseState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertRuleTemplateDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplateDataSource\",\n modelProperties: {\n connectorId: {\n serializedName: \"connectorId\",\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 AlertRuleTemplatePropertiesBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplatePropertiesBase\",\n modelProperties: {\n alertRulesCreatedByTemplateCount: {\n serializedName: \"alertRulesCreatedByTemplateCount\",\n type: {\n name: \"Number\"\n }\n },\n lastUpdatedDateUTC: {\n serializedName: \"lastUpdatedDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdDateUTC: {\n serializedName: \"createdDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n requiredDataConnectors: {\n serializedName: \"requiredDataConnectors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplateDataSource\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QueryBasedAlertRuleTemplateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryBasedAlertRuleTemplateProperties\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n },\n customDetails: {\n serializedName: \"customDetails\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n entityMappings: {\n serializedName: \"entityMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityMapping\"\n }\n }\n }\n },\n alertDetailsOverride: {\n serializedName: \"alertDetailsOverride\",\n type: {\n name: \"Composite\",\n className: \"AlertDetailsOverride\"\n }\n },\n eventGroupingSettings: {\n serializedName: \"eventGroupingSettings\",\n type: {\n name: \"Composite\",\n className: \"EventGroupingSettings\"\n }\n }\n }\n }\n};\n\nexport const EntityMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityMapping\",\n modelProperties: {\n entityType: {\n serializedName: \"entityType\",\n type: {\n name: \"String\"\n }\n },\n fieldMappings: {\n serializedName: \"fieldMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FieldMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FieldMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FieldMapping\",\n modelProperties: {\n identifier: {\n serializedName: \"identifier\",\n type: {\n name: \"String\"\n }\n },\n columnName: {\n serializedName: \"columnName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertDetailsOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertDetailsOverride\",\n modelProperties: {\n alertDisplayNameFormat: {\n serializedName: \"alertDisplayNameFormat\",\n type: {\n name: \"String\"\n }\n },\n alertDescriptionFormat: {\n serializedName: \"alertDescriptionFormat\",\n type: {\n name: \"String\"\n }\n },\n alertTacticsColumnName: {\n serializedName: \"alertTacticsColumnName\",\n type: {\n name: \"String\"\n }\n },\n alertSeverityColumnName: {\n serializedName: \"alertSeverityColumnName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventGroupingSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventGroupingSettings\",\n modelProperties: {\n aggregationKind: {\n serializedName: \"aggregationKind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FusionSourceSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FusionSourceSettings\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n sourceName: {\n serializedName: \"sourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n sourceSubTypes: {\n serializedName: \"sourceSubTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FusionSourceSubTypeSetting\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FusionSourceSubTypeSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FusionSourceSubTypeSetting\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n sourceSubTypeName: {\n serializedName: \"sourceSubTypeName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n sourceSubTypeDisplayName: {\n serializedName: \"sourceSubTypeDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n severityFilters: {\n serializedName: \"severityFilters\",\n type: {\n name: \"Composite\",\n className: \"FusionSubTypeSeverityFilter\"\n }\n }\n }\n }\n};\n\nexport const FusionSubTypeSeverityFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FusionSubTypeSeverityFilter\",\n modelProperties: {\n isSupported: {\n serializedName: \"isSupported\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n filters: {\n serializedName: \"filters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FusionSubTypeSeverityFiltersItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FusionSubTypeSeverityFiltersItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FusionSubTypeSeverityFiltersItem\",\n modelProperties: {\n severity: {\n serializedName: \"severity\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const FusionScenarioExclusionPattern: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FusionScenarioExclusionPattern\",\n modelProperties: {\n exclusionPattern: {\n serializedName: \"exclusionPattern\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n dateAddedInUTC: {\n serializedName: \"dateAddedInUTC\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FusionTemplateSourceSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FusionTemplateSourceSetting\",\n modelProperties: {\n sourceName: {\n serializedName: \"sourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n sourceSubTypes: {\n serializedName: \"sourceSubTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FusionTemplateSourceSubType\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FusionTemplateSourceSubType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FusionTemplateSourceSubType\",\n modelProperties: {\n sourceSubTypeName: {\n serializedName: \"sourceSubTypeName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n sourceSubTypeDisplayName: {\n serializedName: \"sourceSubTypeDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n severityFilter: {\n serializedName: \"severityFilter\",\n type: {\n name: \"Composite\",\n className: \"FusionTemplateSubTypeSeverityFilter\"\n }\n }\n }\n }\n};\n\nexport const FusionTemplateSubTypeSeverityFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FusionTemplateSubTypeSeverityFilter\",\n modelProperties: {\n isSupported: {\n serializedName: \"isSupported\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n severityFilters: {\n serializedName: \"severityFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MicrosoftSecurityIncidentCreationAlertRuleCommonProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MicrosoftSecurityIncidentCreationAlertRuleCommonProperties\",\n modelProperties: {\n displayNamesFilter: {\n serializedName: \"displayNamesFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n displayNamesExcludeFilter: {\n serializedName: \"displayNamesExcludeFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n productFilter: {\n serializedName: \"productFilter\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n severitiesFilter: {\n serializedName: \"severitiesFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IncidentConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentConfiguration\",\n modelProperties: {\n createIncident: {\n serializedName: \"createIncident\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n groupingConfiguration: {\n serializedName: \"groupingConfiguration\",\n type: {\n name: \"Composite\",\n className: \"GroupingConfiguration\"\n }\n }\n }\n }\n};\n\nexport const GroupingConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupingConfiguration\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n reopenClosedIncident: {\n serializedName: \"reopenClosedIncident\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n lookbackDuration: {\n serializedName: \"lookbackDuration\",\n required: true,\n type: {\n name: \"TimeSpan\"\n }\n },\n matchingMethod: {\n serializedName: \"matchingMethod\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n groupByEntities: {\n serializedName: \"groupByEntities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n groupByAlertDetails: {\n serializedName: \"groupByAlertDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n groupByCustomDetails: {\n serializedName: \"groupByCustomDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ScheduledAlertRuleCommonProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduledAlertRuleCommonProperties\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\"\n }\n },\n queryFrequency: {\n serializedName: \"queryFrequency\",\n type: {\n name: \"TimeSpan\"\n }\n },\n queryPeriod: {\n serializedName: \"queryPeriod\",\n type: {\n name: \"TimeSpan\"\n }\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\"\n }\n },\n triggerOperator: {\n serializedName: \"triggerOperator\",\n type: {\n name: \"Enum\",\n allowedValues: [\"GreaterThan\", \"LessThan\", \"Equal\", \"NotEqual\"]\n }\n },\n triggerThreshold: {\n serializedName: \"triggerThreshold\",\n type: {\n name: \"Number\"\n }\n },\n eventGroupingSettings: {\n serializedName: \"eventGroupingSettings\",\n type: {\n name: \"Composite\",\n className: \"EventGroupingSettings\"\n }\n },\n customDetails: {\n serializedName: \"customDetails\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n entityMappings: {\n serializedName: \"entityMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityMapping\"\n }\n }\n }\n },\n alertDetailsOverride: {\n serializedName: \"alertDetailsOverride\",\n type: {\n name: \"Composite\",\n className: \"AlertDetailsOverride\"\n }\n }\n }\n }\n};\n\nexport const AutomationRuleBooleanCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRuleBooleanCondition\",\n modelProperties: {\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\"\n }\n },\n innerConditions: {\n constraints: {\n MinItems: 2,\n MaxItems: 10\n },\n serializedName: \"innerConditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationRuleCondition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IncidentPropertiesAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentPropertiesAction\",\n modelProperties: {\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n classification: {\n serializedName: \"classification\",\n type: {\n name: \"String\"\n }\n },\n classificationReason: {\n serializedName: \"classificationReason\",\n type: {\n name: \"String\"\n }\n },\n classificationComment: {\n serializedName: \"classificationComment\",\n type: {\n name: \"String\"\n }\n },\n owner: {\n serializedName: \"owner\",\n type: {\n name: \"Composite\",\n className: \"IncidentOwnerInfo\"\n }\n },\n labels: {\n serializedName: \"labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IncidentLabel\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AutomationRulePropertyArrayChangedValuesCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRulePropertyArrayChangedValuesCondition\",\n modelProperties: {\n arrayType: {\n serializedName: \"arrayType\",\n type: {\n name: \"String\"\n }\n },\n changeType: {\n serializedName: \"changeType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationRulePropertyArrayValuesCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRulePropertyArrayValuesCondition\",\n modelProperties: {\n arrayType: {\n serializedName: \"arrayType\",\n type: {\n name: \"String\"\n }\n },\n arrayConditionType: {\n serializedName: \"arrayConditionType\",\n type: {\n name: \"String\"\n }\n },\n itemConditions: {\n constraints: {\n MaxItems: 10\n },\n serializedName: \"itemConditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationRuleCondition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AutomationRulePropertyValuesChangedCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRulePropertyValuesChangedCondition\",\n modelProperties: {\n propertyName: {\n serializedName: \"propertyName\",\n type: {\n name: \"String\"\n }\n },\n changeType: {\n serializedName: \"changeType\",\n type: {\n name: \"String\"\n }\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\"\n }\n },\n propertyValues: {\n serializedName: \"propertyValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AutomationRulePropertyValuesCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRulePropertyValuesCondition\",\n modelProperties: {\n propertyName: {\n serializedName: \"propertyName\",\n type: {\n name: \"String\"\n }\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\"\n }\n },\n propertyValues: {\n serializedName: \"propertyValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PlaybookActionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlaybookActionProperties\",\n modelProperties: {\n logicAppResourceId: {\n serializedName: \"logicAppResourceId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const EntityQueryItemProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityQueryItemProperties\",\n modelProperties: {\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityQueryItemPropertiesDataTypesItem\"\n }\n }\n }\n },\n inputEntityType: {\n serializedName: \"inputEntityType\",\n type: {\n name: \"String\"\n }\n },\n requiredInputFieldsSets: {\n serializedName: \"requiredInputFieldsSets\",\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 entitiesFilter: {\n serializedName: \"entitiesFilter\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const EntityQueryItemPropertiesDataTypesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EntityQueryItemPropertiesDataTypesItem\",\n modelProperties: {\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InsightQueryItemPropertiesTableQuery: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemPropertiesTableQuery\",\n modelProperties: {\n columnsDefinitions: {\n serializedName: \"columnsDefinitions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem\"\n }\n }\n }\n },\n queriesDefinitions: {\n serializedName: \"queriesDefinitions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem\",\n modelProperties: {\n header: {\n serializedName: \"header\",\n type: {\n name: \"String\"\n }\n },\n outputType: {\n serializedName: \"outputType\",\n type: {\n name: \"String\"\n }\n },\n supportDeepLink: {\n serializedName: \"supportDeepLink\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem\",\n modelProperties: {\n filter: {\n serializedName: \"filter\",\n type: {\n name: \"String\"\n }\n },\n summarize: {\n serializedName: \"summarize\",\n type: {\n name: \"String\"\n }\n },\n project: {\n serializedName: \"project\",\n type: {\n name: \"String\"\n }\n },\n linkColumnsDefinitions: {\n serializedName: \"linkColumnsDefinitions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem\",\n modelProperties: {\n projectedName: {\n serializedName: \"projectedName\",\n type: {\n name: \"String\"\n }\n },\n query: {\n serializedName: \"Query\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InsightQueryItemPropertiesAdditionalQuery: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemPropertiesAdditionalQuery\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\"\n }\n },\n text: {\n serializedName: \"text\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InsightQueryItemPropertiesDefaultTimeRange: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemPropertiesDefaultTimeRange\",\n modelProperties: {\n beforeRange: {\n serializedName: \"beforeRange\",\n type: {\n name: \"String\"\n }\n },\n afterRange: {\n serializedName: \"afterRange\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InsightQueryItemPropertiesReferenceTimeRange: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemPropertiesReferenceTimeRange\",\n modelProperties: {\n beforeRange: {\n serializedName: \"beforeRange\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivityEntityQueriesPropertiesQueryDefinitions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityEntityQueriesPropertiesQueryDefinitions\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivityEntityQueryTemplatePropertiesQueryDefinitions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityEntityQueryTemplatePropertiesQueryDefinitions\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\"\n }\n },\n summarizeBy: {\n serializedName: \"summarizeBy\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataTypeDefinitions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataTypeDefinitions\",\n modelProperties: {\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityMLAnalyticsSettingsDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityMLAnalyticsSettingsDataSource\",\n modelProperties: {\n connectorId: {\n serializedName: \"connectorId\",\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 DataConnectorTenantId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataConnectorTenantId\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataConnectorWithAlertsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataConnectorWithAlertsProperties\",\n modelProperties: {\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Composite\",\n className: \"AlertsDataTypeOfDataConnector\"\n }\n }\n }\n }\n};\n\nexport const AlertsDataTypeOfDataConnector: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertsDataTypeOfDataConnector\",\n modelProperties: {\n alerts: {\n serializedName: \"alerts\",\n type: {\n name: \"Composite\",\n className: \"DataConnectorDataTypeCommon\"\n }\n }\n }\n }\n};\n\nexport const DataConnectorDataTypeCommon: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataConnectorDataTypeCommon\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MstiDataConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MstiDataConnectorDataTypes\",\n modelProperties: {\n bingSafetyPhishingURL: {\n serializedName: \"bingSafetyPhishingURL\",\n type: {\n name: \"Composite\",\n className: \"MstiDataConnectorDataTypesBingSafetyPhishingURL\"\n }\n },\n microsoftEmergingThreatFeed: {\n serializedName: \"microsoftEmergingThreatFeed\",\n type: {\n name: \"Composite\",\n className: \"MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed\"\n }\n }\n }\n }\n};\n\nexport const MTPDataConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MTPDataConnectorDataTypes\",\n modelProperties: {\n incidents: {\n serializedName: \"incidents\",\n type: {\n name: \"Composite\",\n className: \"MTPDataConnectorDataTypesIncidents\"\n }\n }\n }\n }\n};\n\nexport const AwsCloudTrailDataConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AwsCloudTrailDataConnectorDataTypes\",\n modelProperties: {\n logs: {\n serializedName: \"logs\",\n type: {\n name: \"Composite\",\n className: \"AwsCloudTrailDataConnectorDataTypesLogs\"\n }\n }\n }\n }\n};\n\nexport const AwsS3DataConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AwsS3DataConnectorDataTypes\",\n modelProperties: {\n logs: {\n serializedName: \"logs\",\n type: {\n name: \"Composite\",\n className: \"AwsS3DataConnectorDataTypesLogs\"\n }\n }\n }\n }\n};\n\nexport const Dynamics365DataConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dynamics365DataConnectorDataTypes\",\n modelProperties: {\n dynamics365CdsActivities: {\n serializedName: \"dynamics365CdsActivities\",\n type: {\n name: \"Composite\",\n className: \"Dynamics365DataConnectorDataTypesDynamics365CdsActivities\"\n }\n }\n }\n }\n};\n\nexport const Office365ProjectConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Office365ProjectConnectorDataTypes\",\n modelProperties: {\n logs: {\n serializedName: \"logs\",\n type: {\n name: \"Composite\",\n className: \"Office365ProjectConnectorDataTypesLogs\"\n }\n }\n }\n }\n};\n\nexport const OfficePowerBIConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficePowerBIConnectorDataTypes\",\n modelProperties: {\n logs: {\n serializedName: \"logs\",\n type: {\n name: \"Composite\",\n className: \"OfficePowerBIConnectorDataTypesLogs\"\n }\n }\n }\n }\n};\n\nexport const OfficeDataConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnectorDataTypes\",\n modelProperties: {\n exchange: {\n serializedName: \"exchange\",\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnectorDataTypesExchange\"\n }\n },\n sharePoint: {\n serializedName: \"sharePoint\",\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnectorDataTypesSharePoint\"\n }\n },\n teams: {\n serializedName: \"teams\",\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnectorDataTypesTeams\"\n }\n }\n }\n }\n};\n\nexport const TIDataConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TIDataConnectorDataTypes\",\n modelProperties: {\n indicators: {\n serializedName: \"indicators\",\n type: {\n name: \"Composite\",\n className: \"TIDataConnectorDataTypesIndicators\"\n }\n }\n }\n }\n};\n\nexport const TiTaxiiDataConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TiTaxiiDataConnectorDataTypes\",\n modelProperties: {\n taxiiClient: {\n serializedName: \"taxiiClient\",\n type: {\n name: \"Composite\",\n className: \"TiTaxiiDataConnectorDataTypesTaxiiClient\"\n }\n }\n }\n }\n};\n\nexport const CodelessUiConnectorConfigProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigProperties\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"publisher\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n descriptionMarkdown: {\n serializedName: \"descriptionMarkdown\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n customImage: {\n serializedName: \"customImage\",\n type: {\n name: \"String\"\n }\n },\n graphQueriesTableName: {\n serializedName: \"graphQueriesTableName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n graphQueries: {\n serializedName: \"graphQueries\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigPropertiesGraphQueriesItem\"\n }\n }\n }\n },\n sampleQueries: {\n serializedName: \"sampleQueries\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigPropertiesSampleQueriesItem\"\n }\n }\n }\n },\n dataTypes: {\n serializedName: \"dataTypes\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigPropertiesDataTypesItem\"\n }\n }\n }\n },\n connectivityCriteria: {\n serializedName: \"connectivityCriteria\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem\"\n }\n }\n }\n },\n availability: {\n serializedName: \"availability\",\n type: {\n name: \"Composite\",\n className: \"Availability\"\n }\n },\n permissions: {\n serializedName: \"permissions\",\n type: {\n name: \"Composite\",\n className: \"Permissions\"\n }\n },\n instructionSteps: {\n serializedName: \"instructionSteps\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"CodelessUiConnectorConfigPropertiesInstructionStepsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GraphQueries: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GraphQueries\",\n modelProperties: {\n metricName: {\n serializedName: \"metricName\",\n type: {\n name: \"String\"\n }\n },\n legend: {\n serializedName: \"legend\",\n type: {\n name: \"String\"\n }\n },\n baseQuery: {\n serializedName: \"baseQuery\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SampleQueries: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SampleQueries\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LastDataReceivedDataType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LastDataReceivedDataType\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n lastDataReceivedQuery: {\n serializedName: \"lastDataReceivedQuery\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectivityCriteria: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectivityCriteria\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Availability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Availability\",\n modelProperties: {\n status: {\n defaultValue: 1,\n isConstant: true,\n serializedName: \"status\",\n type: {\n name: \"Number\"\n }\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Permissions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Permissions\",\n modelProperties: {\n resourceProvider: {\n serializedName: \"resourceProvider\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PermissionsResourceProviderItem\"\n }\n }\n }\n },\n customs: {\n serializedName: \"customs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PermissionsCustomsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceProvider: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceProvider\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n permissionsDisplayText: {\n serializedName: \"permissionsDisplayText\",\n type: {\n name: \"String\"\n }\n },\n providerDisplayName: {\n serializedName: \"providerDisplayName\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n },\n requiredPermissions: {\n serializedName: \"requiredPermissions\",\n type: {\n name: \"Composite\",\n className: \"RequiredPermissions\"\n }\n }\n }\n }\n};\n\nexport const RequiredPermissions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RequiredPermissions\",\n modelProperties: {\n action: {\n serializedName: \"action\",\n type: {\n name: \"Boolean\"\n }\n },\n write: {\n serializedName: \"write\",\n type: {\n name: \"Boolean\"\n }\n },\n read: {\n serializedName: \"read\",\n type: {\n name: \"Boolean\"\n }\n },\n delete: {\n serializedName: \"delete\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const CustomsPermission: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomsPermission\",\n modelProperties: {\n name: {\n serializedName: \"name\",\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 InstructionSteps: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InstructionSteps\",\n modelProperties: {\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 instructions: {\n serializedName: \"instructions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InstructionStepsInstructionsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ConnectorInstructionModelBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectorInstructionModelBase\",\n modelProperties: {\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CodelessConnectorPollingConfigProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessConnectorPollingConfigProperties\",\n modelProperties: {\n isActive: {\n serializedName: \"isActive\",\n type: {\n name: \"Boolean\"\n }\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Composite\",\n className: \"CodelessConnectorPollingAuthProperties\"\n }\n },\n request: {\n serializedName: \"request\",\n type: {\n name: \"Composite\",\n className: \"CodelessConnectorPollingRequestProperties\"\n }\n },\n paging: {\n serializedName: \"paging\",\n type: {\n name: \"Composite\",\n className: \"CodelessConnectorPollingPagingProperties\"\n }\n },\n response: {\n serializedName: \"response\",\n type: {\n name: \"Composite\",\n className: \"CodelessConnectorPollingResponseProperties\"\n }\n }\n }\n }\n};\n\nexport const CodelessConnectorPollingAuthProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessConnectorPollingAuthProperties\",\n modelProperties: {\n authType: {\n serializedName: \"authType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n apiKeyName: {\n serializedName: \"apiKeyName\",\n type: {\n name: \"String\"\n }\n },\n apiKeyIdentifier: {\n serializedName: \"apiKeyIdentifier\",\n type: {\n name: \"String\"\n }\n },\n isApiKeyInPostPayload: {\n serializedName: \"isApiKeyInPostPayload\",\n type: {\n name: \"String\"\n }\n },\n flowName: {\n serializedName: \"flowName\",\n type: {\n name: \"String\"\n }\n },\n tokenEndpoint: {\n serializedName: \"tokenEndpoint\",\n type: {\n name: \"String\"\n }\n },\n authorizationEndpoint: {\n serializedName: \"authorizationEndpoint\",\n type: {\n name: \"String\"\n }\n },\n authorizationEndpointQueryParameters: {\n serializedName: \"authorizationEndpointQueryParameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n redirectionEndpoint: {\n serializedName: \"redirectionEndpoint\",\n type: {\n name: \"String\"\n }\n },\n tokenEndpointHeaders: {\n serializedName: \"tokenEndpointHeaders\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n tokenEndpointQueryParameters: {\n serializedName: \"tokenEndpointQueryParameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n isClientSecretInHeader: {\n serializedName: \"isClientSecretInHeader\",\n type: {\n name: \"Boolean\"\n }\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CodelessConnectorPollingRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessConnectorPollingRequestProperties\",\n modelProperties: {\n apiEndpoint: {\n serializedName: \"apiEndpoint\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n rateLimitQps: {\n serializedName: \"rateLimitQps\",\n type: {\n name: \"Number\"\n }\n },\n queryWindowInMin: {\n serializedName: \"queryWindowInMin\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n httpMethod: {\n serializedName: \"httpMethod\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n queryTimeFormat: {\n serializedName: \"queryTimeFormat\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n retryCount: {\n serializedName: \"retryCount\",\n type: {\n name: \"Number\"\n }\n },\n timeoutInSeconds: {\n serializedName: \"timeoutInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n queryParameters: {\n serializedName: \"queryParameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n queryParametersTemplate: {\n serializedName: \"queryParametersTemplate\",\n type: {\n name: \"String\"\n }\n },\n startTimeAttributeName: {\n serializedName: \"startTimeAttributeName\",\n type: {\n name: \"String\"\n }\n },\n endTimeAttributeName: {\n serializedName: \"endTimeAttributeName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CodelessConnectorPollingPagingProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessConnectorPollingPagingProperties\",\n modelProperties: {\n pagingType: {\n serializedName: \"pagingType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n nextPageParaName: {\n serializedName: \"nextPageParaName\",\n type: {\n name: \"String\"\n }\n },\n nextPageTokenJsonPath: {\n serializedName: \"nextPageTokenJsonPath\",\n type: {\n name: \"String\"\n }\n },\n pageCountAttributePath: {\n serializedName: \"pageCountAttributePath\",\n type: {\n name: \"String\"\n }\n },\n pageTotalCountAttributePath: {\n serializedName: \"pageTotalCountAttributePath\",\n type: {\n name: \"String\"\n }\n },\n pageTimeStampAttributePath: {\n serializedName: \"pageTimeStampAttributePath\",\n type: {\n name: \"String\"\n }\n },\n searchTheLatestTimeStampFromEventsList: {\n serializedName: \"searchTheLatestTimeStampFromEventsList\",\n type: {\n name: \"String\"\n }\n },\n pageSizeParaName: {\n serializedName: \"pageSizeParaName\",\n type: {\n name: \"String\"\n }\n },\n pageSize: {\n serializedName: \"pageSize\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CodelessConnectorPollingResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessConnectorPollingResponseProperties\",\n modelProperties: {\n eventsJsonPaths: {\n serializedName: \"eventsJsonPaths\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n successStatusJsonPath: {\n serializedName: \"successStatusJsonPath\",\n type: {\n name: \"String\"\n }\n },\n successStatusValue: {\n serializedName: \"successStatusValue\",\n type: {\n name: \"String\"\n }\n },\n isGzipCompressed: {\n serializedName: \"isGzipCompressed\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligence: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligence\",\n modelProperties: {\n confidence: {\n serializedName: \"confidence\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n providerName: {\n serializedName: \"providerName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reportLink: {\n serializedName: \"reportLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n threatDescription: {\n serializedName: \"threatDescription\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n threatName: {\n serializedName: \"threatName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n threatType: {\n serializedName: \"threatType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GeoLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GeoLocation\",\n modelProperties: {\n asn: {\n serializedName: \"asn\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n city: {\n serializedName: \"city\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n countryCode: {\n serializedName: \"countryCode\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n countryName: {\n serializedName: \"countryName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n latitude: {\n serializedName: \"latitude\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n longitude: {\n serializedName: \"longitude\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceWithEtag: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceWithEtag\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertRuleTemplate: coreClient.CompositeMapper = {\n serializedName: \"AlertRuleTemplate\",\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplate\",\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 Entity: coreClient.CompositeMapper = {\n serializedName: \"Entity\",\n type: {\n name: \"Composite\",\n className: \"Entity\",\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 EntityQueryTemplate: coreClient.CompositeMapper = {\n serializedName: \"EntityQueryTemplate\",\n type: {\n name: \"Composite\",\n className: \"EntityQueryTemplate\",\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 FileImport: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileImport\",\n modelProperties: {\n ...Resource.type.modelProperties,\n ingestionMode: {\n serializedName: \"properties.ingestionMode\",\n type: {\n name: \"String\"\n }\n },\n contentType: {\n serializedName: \"properties.contentType\",\n type: {\n name: \"String\"\n }\n },\n createdTimeUTC: {\n serializedName: \"properties.createdTimeUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n errorFile: {\n serializedName: \"properties.errorFile\",\n type: {\n name: \"Composite\",\n className: \"FileMetadata\"\n }\n },\n errorsPreview: {\n serializedName: \"properties.errorsPreview\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationError\"\n }\n }\n }\n },\n importFile: {\n serializedName: \"properties.importFile\",\n type: {\n name: \"Composite\",\n className: \"FileMetadata\"\n }\n },\n ingestedRecordCount: {\n serializedName: \"properties.ingestedRecordCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n totalRecordCount: {\n serializedName: \"properties.totalRecordCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n validRecordCount: {\n serializedName: \"properties.validRecordCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n filesValidUntilTimeUTC: {\n serializedName: \"properties.filesValidUntilTimeUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n importValidUntilTimeUTC: {\n serializedName: \"properties.importValidUntilTimeUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const OfficeConsent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeConsent\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n consentId: {\n serializedName: \"properties.consentId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActionResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionResponseProperties\",\n modelProperties: {\n ...ActionPropertiesBase.type.modelProperties,\n workflowId: {\n serializedName: \"workflowId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActionRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionRequestProperties\",\n modelProperties: {\n ...ActionPropertiesBase.type.modelProperties,\n triggerUri: {\n serializedName: \"triggerUri\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BooleanConditionProperties: coreClient.CompositeMapper = {\n serializedName: \"Boolean\",\n type: {\n name: \"Composite\",\n className: \"BooleanConditionProperties\",\n uberParent: \"AutomationRuleCondition\",\n polymorphicDiscriminator:\n AutomationRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutomationRuleCondition.type.modelProperties,\n conditionProperties: {\n serializedName: \"conditionProperties\",\n type: {\n name: \"Composite\",\n className: \"AutomationRuleBooleanCondition\"\n }\n }\n }\n }\n};\n\nexport const PropertyArrayChangedConditionProperties: coreClient.CompositeMapper = {\n serializedName: \"PropertyArrayChanged\",\n type: {\n name: \"Composite\",\n className: \"PropertyArrayChangedConditionProperties\",\n uberParent: \"AutomationRuleCondition\",\n polymorphicDiscriminator:\n AutomationRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutomationRuleCondition.type.modelProperties,\n conditionProperties: {\n serializedName: \"conditionProperties\",\n type: {\n name: \"Composite\",\n className: \"AutomationRulePropertyArrayChangedValuesCondition\"\n }\n }\n }\n }\n};\n\nexport const PropertyArrayConditionProperties: coreClient.CompositeMapper = {\n serializedName: \"PropertyArray\",\n type: {\n name: \"Composite\",\n className: \"PropertyArrayConditionProperties\",\n uberParent: \"AutomationRuleCondition\",\n polymorphicDiscriminator:\n AutomationRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutomationRuleCondition.type.modelProperties,\n conditionProperties: {\n serializedName: \"conditionProperties\",\n type: {\n name: \"Composite\",\n className: \"AutomationRulePropertyArrayValuesCondition\"\n }\n }\n }\n }\n};\n\nexport const PropertyChangedConditionProperties: coreClient.CompositeMapper = {\n serializedName: \"PropertyChanged\",\n type: {\n name: \"Composite\",\n className: \"PropertyChangedConditionProperties\",\n uberParent: \"AutomationRuleCondition\",\n polymorphicDiscriminator:\n AutomationRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutomationRuleCondition.type.modelProperties,\n conditionProperties: {\n serializedName: \"conditionProperties\",\n type: {\n name: \"Composite\",\n className: \"AutomationRulePropertyValuesChangedCondition\"\n }\n }\n }\n }\n};\n\nexport const PropertyConditionProperties: coreClient.CompositeMapper = {\n serializedName: \"Property\",\n type: {\n name: \"Composite\",\n className: \"PropertyConditionProperties\",\n uberParent: \"AutomationRuleCondition\",\n polymorphicDiscriminator:\n AutomationRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutomationRuleCondition.type.modelProperties,\n conditionProperties: {\n serializedName: \"conditionProperties\",\n type: {\n name: \"Composite\",\n className: \"AutomationRulePropertyValuesCondition\"\n }\n }\n }\n }\n};\n\nexport const AutomationRuleModifyPropertiesAction: coreClient.CompositeMapper = {\n serializedName: \"ModifyProperties\",\n type: {\n name: \"Composite\",\n className: \"AutomationRuleModifyPropertiesAction\",\n uberParent: \"AutomationRuleAction\",\n polymorphicDiscriminator:\n AutomationRuleAction.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutomationRuleAction.type.modelProperties,\n actionConfiguration: {\n serializedName: \"actionConfiguration\",\n type: {\n name: \"Composite\",\n className: \"IncidentPropertiesAction\"\n }\n }\n }\n }\n};\n\nexport const AutomationRuleRunPlaybookAction: coreClient.CompositeMapper = {\n serializedName: \"RunPlaybook\",\n type: {\n name: \"Composite\",\n className: \"AutomationRuleRunPlaybookAction\",\n uberParent: \"AutomationRuleAction\",\n polymorphicDiscriminator:\n AutomationRuleAction.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutomationRuleAction.type.modelProperties,\n actionConfiguration: {\n serializedName: \"actionConfiguration\",\n type: {\n name: \"Composite\",\n className: \"PlaybookActionProperties\"\n }\n }\n }\n }\n};\n\nexport const ActivityTimelineItem: coreClient.CompositeMapper = {\n serializedName: \"Activity\",\n type: {\n name: \"Composite\",\n className: \"ActivityTimelineItem\",\n uberParent: \"EntityTimelineItem\",\n polymorphicDiscriminator: EntityTimelineItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...EntityTimelineItem.type.modelProperties,\n queryId: {\n serializedName: \"queryId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n bucketStartTimeUTC: {\n serializedName: \"bucketStartTimeUTC\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n bucketEndTimeUTC: {\n serializedName: \"bucketEndTimeUTC\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n firstActivityTimeUTC: {\n serializedName: \"firstActivityTimeUTC\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastActivityTimeUTC: {\n serializedName: \"lastActivityTimeUTC\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n content: {\n serializedName: \"content\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n title: {\n serializedName: \"title\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BookmarkTimelineItem: coreClient.CompositeMapper = {\n serializedName: \"Bookmark\",\n type: {\n name: \"Composite\",\n className: \"BookmarkTimelineItem\",\n uberParent: \"EntityTimelineItem\",\n polymorphicDiscriminator: EntityTimelineItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...EntityTimelineItem.type.modelProperties,\n azureResourceId: {\n serializedName: \"azureResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n notes: {\n serializedName: \"notes\",\n type: {\n name: \"String\"\n }\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n eventTime: {\n serializedName: \"eventTime\",\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n labels: {\n serializedName: \"labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AnomalyTimelineItem: coreClient.CompositeMapper = {\n serializedName: \"Anomaly\",\n type: {\n name: \"Composite\",\n className: \"AnomalyTimelineItem\",\n uberParent: \"EntityTimelineItem\",\n polymorphicDiscriminator: EntityTimelineItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...EntityTimelineItem.type.modelProperties,\n azureResourceId: {\n serializedName: \"azureResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n productName: {\n serializedName: \"productName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n timeGenerated: {\n serializedName: \"timeGenerated\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n vendor: {\n serializedName: \"vendor\",\n type: {\n name: \"String\"\n }\n },\n intent: {\n serializedName: \"intent\",\n type: {\n name: \"String\"\n }\n },\n techniques: {\n serializedName: \"techniques\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reasons: {\n serializedName: \"reasons\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SecurityAlertTimelineItem: coreClient.CompositeMapper = {\n serializedName: \"SecurityAlert\",\n type: {\n name: \"Composite\",\n className: \"SecurityAlertTimelineItem\",\n uberParent: \"EntityTimelineItem\",\n polymorphicDiscriminator: EntityTimelineItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...EntityTimelineItem.type.modelProperties,\n azureResourceId: {\n serializedName: \"azureResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n productName: {\n serializedName: \"productName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"severity\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n endTimeUtc: {\n serializedName: \"endTimeUtc\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n timeGenerated: {\n serializedName: \"timeGenerated\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n alertType: {\n serializedName: \"alertType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InsightQueryItem: coreClient.CompositeMapper = {\n serializedName: \"Insight\",\n type: {\n name: \"Composite\",\n className: \"InsightQueryItem\",\n uberParent: \"EntityQueryItem\",\n polymorphicDiscriminator: EntityQueryItem.type.polymorphicDiscriminator,\n modelProperties: {\n ...EntityQueryItem.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemProperties\"\n }\n }\n }\n }\n};\n\nexport const SecurityAlertProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityAlertProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n alertDisplayName: {\n serializedName: \"alertDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n alertType: {\n serializedName: \"alertType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n compromisedEntity: {\n serializedName: \"compromisedEntity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n confidenceLevel: {\n serializedName: \"confidenceLevel\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n confidenceReasons: {\n serializedName: \"confidenceReasons\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityAlertPropertiesConfidenceReasonsItem\"\n }\n }\n }\n },\n confidenceScore: {\n serializedName: \"confidenceScore\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n confidenceScoreStatus: {\n serializedName: \"confidenceScoreStatus\",\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 endTimeUtc: {\n serializedName: \"endTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n intent: {\n serializedName: \"intent\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n providerAlertId: {\n serializedName: \"providerAlertId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n processingEndTime: {\n serializedName: \"processingEndTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n productComponentName: {\n serializedName: \"productComponentName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n productName: {\n serializedName: \"productName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n productVersion: {\n serializedName: \"productVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n remediationSteps: {\n serializedName: \"remediationSteps\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\"\n }\n },\n startTimeUtc: {\n serializedName: \"startTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemAlertId: {\n serializedName: \"systemAlertId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tactics: {\n serializedName: \"tactics\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n timeGenerated: {\n serializedName: \"timeGenerated\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n vendorName: {\n serializedName: \"vendorName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n alertLink: {\n serializedName: \"alertLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resourceIdentifiers: {\n serializedName: \"resourceIdentifiers\",\n readOnly: true,\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 HuntingBookmarkProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HuntingBookmarkProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n created: {\n serializedName: \"created\",\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n eventTime: {\n serializedName: \"eventTime\",\n type: {\n name: \"DateTime\"\n }\n },\n labels: {\n serializedName: \"labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n notes: {\n serializedName: \"notes\",\n type: {\n name: \"String\"\n }\n },\n query: {\n serializedName: \"query\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n queryResult: {\n serializedName: \"queryResult\",\n type: {\n name: \"String\"\n }\n },\n updated: {\n serializedName: \"updated\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedBy: {\n serializedName: \"updatedBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n incidentInfo: {\n serializedName: \"incidentInfo\",\n type: {\n name: \"Composite\",\n className: \"IncidentInfo\"\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceIndicatorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceIndicatorProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n threatIntelligenceTags: {\n serializedName: \"threatIntelligenceTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n lastUpdatedTimeUtc: {\n serializedName: \"lastUpdatedTimeUtc\",\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n },\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 indicatorTypes: {\n serializedName: \"indicatorTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n pattern: {\n serializedName: \"pattern\",\n type: {\n name: \"String\"\n }\n },\n patternType: {\n serializedName: \"patternType\",\n type: {\n name: \"String\"\n }\n },\n patternVersion: {\n serializedName: \"patternVersion\",\n type: {\n name: \"String\"\n }\n },\n killChainPhases: {\n serializedName: \"killChainPhases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceKillChainPhase\"\n }\n }\n }\n },\n parsedPattern: {\n serializedName: \"parsedPattern\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceParsedPattern\"\n }\n }\n }\n },\n externalId: {\n serializedName: \"externalId\",\n type: {\n name: \"String\"\n }\n },\n createdByRef: {\n serializedName: \"createdByRef\",\n type: {\n name: \"String\"\n }\n },\n defanged: {\n serializedName: \"defanged\",\n type: {\n name: \"Boolean\"\n }\n },\n externalLastUpdatedTimeUtc: {\n serializedName: \"externalLastUpdatedTimeUtc\",\n type: {\n name: \"String\"\n }\n },\n externalReferences: {\n serializedName: \"externalReferences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceExternalReference\"\n }\n }\n }\n },\n granularMarkings: {\n serializedName: \"granularMarkings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceGranularMarkingModel\"\n }\n }\n }\n },\n labels: {\n serializedName: \"labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n revoked: {\n serializedName: \"revoked\",\n type: {\n name: \"Boolean\"\n }\n },\n confidence: {\n serializedName: \"confidence\",\n type: {\n name: \"Number\"\n }\n },\n objectMarkingRefs: {\n serializedName: \"objectMarkingRefs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n language: {\n serializedName: \"language\",\n type: {\n name: \"String\"\n }\n },\n threatTypes: {\n serializedName: \"threatTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n validFrom: {\n serializedName: \"validFrom\",\n type: {\n name: \"String\"\n }\n },\n validUntil: {\n serializedName: \"validUntil\",\n type: {\n name: \"String\"\n }\n },\n created: {\n serializedName: \"created\",\n type: {\n name: \"String\"\n }\n },\n modified: {\n serializedName: \"modified\",\n type: {\n name: \"String\"\n }\n },\n extensions: {\n serializedName: \"extensions\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const AccountEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccountEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n aadTenantId: {\n serializedName: \"aadTenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n aadUserId: {\n serializedName: \"aadUserId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n accountName: {\n serializedName: \"accountName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostEntityId: {\n serializedName: \"hostEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDomainJoined: {\n serializedName: \"isDomainJoined\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n ntDomain: {\n serializedName: \"ntDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n objectGuid: {\n serializedName: \"objectGuid\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n puid: {\n serializedName: \"puid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sid: {\n serializedName: \"sid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n upnSuffix: {\n serializedName: \"upnSuffix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dnsDomain: {\n serializedName: \"dnsDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureResourceEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureResourceEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudApplicationEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudApplicationEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n appId: {\n serializedName: \"appId\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n appName: {\n serializedName: \"appName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n instanceName: {\n serializedName: \"instanceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DnsEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n dnsServerIpEntityId: {\n serializedName: \"dnsServerIpEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n domainName: {\n serializedName: \"domainName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostIpAddressEntityId: {\n serializedName: \"hostIpAddressEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddressEntityIds: {\n serializedName: \"ipAddressEntityIds\",\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 FileEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n directory: {\n serializedName: \"directory\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n fileHashEntityIds: {\n serializedName: \"fileHashEntityIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n fileName: {\n serializedName: \"fileName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostEntityId: {\n serializedName: \"hostEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileHashEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileHashEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n algorithm: {\n serializedName: \"algorithm\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hashValue: {\n serializedName: \"hashValue\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HostEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HostEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n azureID: {\n serializedName: \"azureID\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dnsDomain: {\n serializedName: \"dnsDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostName: {\n serializedName: \"hostName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDomainJoined: {\n serializedName: \"isDomainJoined\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n netBiosName: {\n serializedName: \"netBiosName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ntDomain: {\n serializedName: \"ntDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n omsAgentID: {\n serializedName: \"omsAgentID\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osFamily: {\n serializedName: \"osFamily\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Linux\", \"Windows\", \"Android\", \"IOS\", \"Unknown\"]\n }\n },\n osVersion: {\n serializedName: \"osVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTDeviceEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTDeviceEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n deviceId: {\n serializedName: \"deviceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deviceName: {\n serializedName: \"deviceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"source\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n iotSecurityAgentId: {\n serializedName: \"iotSecurityAgentId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n deviceType: {\n serializedName: \"deviceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vendor: {\n serializedName: \"vendor\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n edgeId: {\n serializedName: \"edgeId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n macAddress: {\n serializedName: \"macAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n model: {\n serializedName: \"model\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serialNumber: {\n serializedName: \"serialNumber\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n firmwareVersion: {\n serializedName: \"firmwareVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operatingSystem: {\n serializedName: \"operatingSystem\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n iotHubEntityId: {\n serializedName: \"iotHubEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostEntityId: {\n serializedName: \"hostEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddressEntityId: {\n serializedName: \"ipAddressEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n threatIntelligence: {\n serializedName: \"threatIntelligence\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligence\"\n }\n }\n }\n },\n protocols: {\n serializedName: \"protocols\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n owners: {\n serializedName: \"owners\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nicEntityIds: {\n serializedName: \"nicEntityIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n site: {\n serializedName: \"site\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n zone: {\n serializedName: \"zone\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sensor: {\n serializedName: \"sensor\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deviceSubType: {\n serializedName: \"deviceSubType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n importance: {\n serializedName: \"importance\",\n type: {\n name: \"String\"\n }\n },\n purdueLayer: {\n serializedName: \"purdueLayer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isAuthorized: {\n serializedName: \"isAuthorized\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n isProgramming: {\n serializedName: \"isProgramming\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n isScanner: {\n serializedName: \"isScanner\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const IpEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n address: {\n serializedName: \"address\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"Composite\",\n className: \"GeoLocation\"\n }\n },\n threatIntelligence: {\n serializedName: \"threatIntelligence\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligence\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MailboxEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MailboxEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n mailboxPrimaryAddress: {\n serializedName: \"mailboxPrimaryAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n upn: {\n serializedName: \"upn\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n externalDirectoryObjectId: {\n serializedName: \"externalDirectoryObjectId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const MailClusterEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MailClusterEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n networkMessageIds: {\n serializedName: \"networkMessageIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n countByDeliveryStatus: {\n serializedName: \"countByDeliveryStatus\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n countByThreatType: {\n serializedName: \"countByThreatType\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n countByProtectionStatus: {\n serializedName: \"countByProtectionStatus\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n threats: {\n serializedName: \"threats\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n query: {\n serializedName: \"query\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n queryTime: {\n serializedName: \"queryTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n mailCount: {\n serializedName: \"mailCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n isVolumeAnomaly: {\n serializedName: \"isVolumeAnomaly\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n source: {\n serializedName: \"source\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clusterSourceIdentifier: {\n serializedName: \"clusterSourceIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clusterSourceType: {\n serializedName: \"clusterSourceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clusterQueryStartTime: {\n serializedName: \"clusterQueryStartTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n clusterQueryEndTime: {\n serializedName: \"clusterQueryEndTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n clusterGroup: {\n serializedName: \"clusterGroup\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MailMessageEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MailMessageEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n fileEntityIds: {\n serializedName: \"fileEntityIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n recipient: {\n serializedName: \"recipient\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n urls: {\n serializedName: \"urls\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n threats: {\n serializedName: \"threats\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n p1Sender: {\n serializedName: \"p1Sender\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n p1SenderDisplayName: {\n serializedName: \"p1SenderDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n p1SenderDomain: {\n serializedName: \"p1SenderDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n senderIP: {\n serializedName: \"senderIP\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n p2Sender: {\n serializedName: \"p2Sender\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n p2SenderDisplayName: {\n serializedName: \"p2SenderDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n p2SenderDomain: {\n serializedName: \"p2SenderDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n receiveDate: {\n serializedName: \"receiveDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n networkMessageId: {\n serializedName: \"networkMessageId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n internetMessageId: {\n serializedName: \"internetMessageId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subject: {\n serializedName: \"subject\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n language: {\n serializedName: \"language\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n threatDetectionMethods: {\n serializedName: \"threatDetectionMethods\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n bodyFingerprintBin1: {\n serializedName: \"bodyFingerprintBin1\",\n type: {\n name: \"Number\"\n }\n },\n bodyFingerprintBin2: {\n serializedName: \"bodyFingerprintBin2\",\n type: {\n name: \"Number\"\n }\n },\n bodyFingerprintBin3: {\n serializedName: \"bodyFingerprintBin3\",\n type: {\n name: \"Number\"\n }\n },\n bodyFingerprintBin4: {\n serializedName: \"bodyFingerprintBin4\",\n type: {\n name: \"Number\"\n }\n },\n bodyFingerprintBin5: {\n serializedName: \"bodyFingerprintBin5\",\n type: {\n name: \"Number\"\n }\n },\n antispamDirection: {\n serializedName: \"antispamDirection\",\n type: {\n name: \"String\"\n }\n },\n deliveryAction: {\n serializedName: \"deliveryAction\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Unknown\",\n \"DeliveredAsSpam\",\n \"Delivered\",\n \"Blocked\",\n \"Replaced\"\n ]\n }\n },\n deliveryLocation: {\n serializedName: \"deliveryLocation\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Unknown\",\n \"Inbox\",\n \"JunkFolder\",\n \"DeletedFolder\",\n \"Quarantine\",\n \"External\",\n \"Failed\",\n \"Dropped\",\n \"Forwarded\"\n ]\n }\n }\n }\n }\n};\n\nexport const MalwareEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MalwareEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n category: {\n serializedName: \"category\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n fileEntityIds: {\n serializedName: \"fileEntityIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n malwareName: {\n serializedName: \"malwareName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n processEntityIds: {\n serializedName: \"processEntityIds\",\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 ProcessEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProcessEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n accountEntityId: {\n serializedName: \"accountEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n commandLine: {\n serializedName: \"commandLine\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTimeUtc: {\n serializedName: \"creationTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n elevationToken: {\n serializedName: \"elevationToken\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Default\", \"Full\", \"Limited\"]\n }\n },\n hostEntityId: {\n serializedName: \"hostEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostLogonSessionEntityId: {\n serializedName: \"hostLogonSessionEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n imageFileEntityId: {\n serializedName: \"imageFileEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n parentProcessEntityId: {\n serializedName: \"parentProcessEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n processId: {\n serializedName: \"processId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistryKeyEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryKeyEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n hive: {\n serializedName: \"hive\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"key\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistryValueEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryValueEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n keyEntityId: {\n serializedName: \"keyEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n valueData: {\n serializedName: \"valueData\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n valueName: {\n serializedName: \"valueName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n valueType: {\n serializedName: \"valueType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityGroupEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityGroupEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n distinguishedName: {\n serializedName: \"distinguishedName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n objectGuid: {\n serializedName: \"objectGuid\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n sid: {\n serializedName: \"sid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubmissionMailEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubmissionMailEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n networkMessageId: {\n serializedName: \"networkMessageId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n submissionId: {\n serializedName: \"submissionId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n submitter: {\n serializedName: \"submitter\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n submissionDate: {\n serializedName: \"submissionDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n timestamp: {\n serializedName: \"timestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n recipient: {\n serializedName: \"recipient\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sender: {\n serializedName: \"sender\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n senderIp: {\n serializedName: \"senderIp\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subject: {\n serializedName: \"subject\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reportType: {\n serializedName: \"reportType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UrlEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n url: {\n serializedName: \"url\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NicEntityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NicEntityProperties\",\n modelProperties: {\n ...EntityCommonProperties.type.modelProperties,\n macAddress: {\n serializedName: \"macAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddressEntityId: {\n serializedName: \"ipAddressEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vlans: {\n serializedName: \"vlans\",\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 AADCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"AzureActiveDirectory\",\n type: {\n name: \"Composite\",\n className: \"AADCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AatpCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"AzureAdvancedThreatProtection\",\n type: {\n name: \"Composite\",\n className: \"AatpCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ASCCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"AzureSecurityCenter\",\n type: {\n name: \"Composite\",\n className: \"ASCCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n subscriptionId: {\n serializedName: \"properties.subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AwsCloudTrailCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"AmazonWebServicesCloudTrail\",\n type: {\n name: \"Composite\",\n className: \"AwsCloudTrailCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties\n }\n }\n};\n\nexport const AwsS3CheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"AmazonWebServicesS3\",\n type: {\n name: \"Composite\",\n className: \"AwsS3CheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties\n }\n }\n};\n\nexport const Dynamics365CheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"Dynamics365\",\n type: {\n name: \"Composite\",\n className: \"Dynamics365CheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const McasCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftCloudAppSecurity\",\n type: {\n name: \"Composite\",\n className: \"McasCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MdatpCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftDefenderAdvancedThreatProtection\",\n type: {\n name: \"Composite\",\n className: \"MdatpCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MstiCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftThreatIntelligence\",\n type: {\n name: \"Composite\",\n className: \"MstiCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MtpCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftThreatProtection\",\n type: {\n name: \"Composite\",\n className: \"MtpCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OfficeATPCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"OfficeATP\",\n type: {\n name: \"Composite\",\n className: \"OfficeATPCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OfficeIRMCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"OfficeIRM\",\n type: {\n name: \"Composite\",\n className: \"OfficeIRMCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Office365ProjectCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"Office365Project\",\n type: {\n name: \"Composite\",\n className: \"Office365ProjectCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OfficePowerBICheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"OfficePowerBI\",\n type: {\n name: \"Composite\",\n className: \"OfficePowerBICheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TICheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"ThreatIntelligence\",\n type: {\n name: \"Composite\",\n className: \"TICheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TiTaxiiCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"ThreatIntelligenceTaxii\",\n type: {\n name: \"Composite\",\n className: \"TiTaxiiCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTCheckRequirements: coreClient.CompositeMapper = {\n serializedName: \"IOT\",\n type: {\n name: \"Composite\",\n className: \"IoTCheckRequirements\",\n uberParent: \"DataConnectorsCheckRequirements\",\n polymorphicDiscriminator:\n DataConnectorsCheckRequirements.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnectorsCheckRequirements.type.modelProperties,\n subscriptionId: {\n serializedName: \"properties.subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertRuleTemplateWithMitreProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplateWithMitreProperties\",\n modelProperties: {\n ...AlertRuleTemplatePropertiesBase.type.modelProperties,\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 MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties\",\n modelProperties: {\n ...AlertRuleTemplatePropertiesBase.type.modelProperties,\n displayNamesFilter: {\n serializedName: \"displayNamesFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n displayNamesExcludeFilter: {\n serializedName: \"displayNamesExcludeFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n productFilter: {\n serializedName: \"productFilter\",\n type: {\n name: \"String\"\n }\n },\n severitiesFilter: {\n serializedName: \"severitiesFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NrtAlertRuleTemplateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NrtAlertRuleTemplateProperties\",\n modelProperties: {\n ...AlertRuleTemplateWithMitreProperties.type.modelProperties,\n ...QueryBasedAlertRuleTemplateProperties.type.modelProperties\n }\n }\n};\n\nexport const MicrosoftSecurityIncidentCreationAlertRuleProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MicrosoftSecurityIncidentCreationAlertRuleProperties\",\n modelProperties: {\n ...MicrosoftSecurityIncidentCreationAlertRuleCommonProperties.type\n .modelProperties,\n alertRuleTemplateName: {\n serializedName: \"alertRuleTemplateName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedUtc: {\n serializedName: \"lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ScheduledAlertRuleProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduledAlertRuleProperties\",\n modelProperties: {\n ...ScheduledAlertRuleCommonProperties.type.modelProperties,\n alertRuleTemplateName: {\n serializedName: \"alertRuleTemplateName\",\n type: {\n name: \"String\"\n }\n },\n templateVersion: {\n serializedName: \"templateVersion\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedUtc: {\n serializedName: \"lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n suppressionDuration: {\n serializedName: \"suppressionDuration\",\n required: true,\n type: {\n name: \"TimeSpan\"\n }\n },\n suppressionEnabled: {\n serializedName: \"suppressionEnabled\",\n required: true,\n type: {\n name: \"Boolean\"\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 incidentConfiguration: {\n serializedName: \"incidentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"IncidentConfiguration\"\n }\n }\n }\n }\n};\n\nexport const InsightQueryItemProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemProperties\",\n modelProperties: {\n ...EntityQueryItemProperties.type.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 baseQuery: {\n serializedName: \"baseQuery\",\n type: {\n name: \"String\"\n }\n },\n tableQuery: {\n serializedName: \"tableQuery\",\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemPropertiesTableQuery\"\n }\n },\n chartQuery: {\n serializedName: \"chartQuery\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n additionalQuery: {\n serializedName: \"additionalQuery\",\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemPropertiesAdditionalQuery\"\n }\n },\n defaultTimeRange: {\n serializedName: \"defaultTimeRange\",\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemPropertiesDefaultTimeRange\"\n }\n },\n referenceTimeRange: {\n serializedName: \"referenceTimeRange\",\n type: {\n name: \"Composite\",\n className: \"InsightQueryItemPropertiesReferenceTimeRange\"\n }\n }\n }\n }\n};\n\nexport const AADCheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AADCheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const AatpCheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AatpCheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const Dynamics365CheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dynamics365CheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const McasCheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"McasCheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const MdatpCheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MdatpCheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const MstiCheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MstiCheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const MTPCheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MTPCheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const OfficeATPCheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeATPCheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const OfficeIRMCheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeIRMCheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const Office365ProjectCheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Office365ProjectCheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const OfficePowerBICheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficePowerBICheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const TICheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TICheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const TiTaxiiCheckRequirementsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TiTaxiiCheckRequirementsProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties\n }\n }\n};\n\nexport const AADDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AADDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n ...DataConnectorWithAlertsProperties.type.modelProperties\n }\n }\n};\n\nexport const MstiDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MstiDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Composite\",\n className: \"MstiDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const MTPDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MTPDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Composite\",\n className: \"MTPDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const AatpDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AatpDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n ...DataConnectorWithAlertsProperties.type.modelProperties\n }\n }\n};\n\nexport const McasDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"McasDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Composite\",\n className: \"McasDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const Dynamics365DataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dynamics365DataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Composite\",\n className: \"Dynamics365DataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const OfficeATPDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeATPDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n ...DataConnectorWithAlertsProperties.type.modelProperties\n }\n }\n};\n\nexport const Office365ProjectDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Office365ProjectDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Composite\",\n className: \"Office365ProjectConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const OfficePowerBIDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficePowerBIDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Composite\",\n className: \"OfficePowerBIConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const OfficeIRMDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeIRMDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n ...DataConnectorWithAlertsProperties.type.modelProperties\n }\n }\n};\n\nexport const MdatpDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MdatpDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n ...DataConnectorWithAlertsProperties.type.modelProperties\n }\n }\n};\n\nexport const OfficeDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const TIDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TIDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n tipLookbackPeriod: {\n serializedName: \"tipLookbackPeriod\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Composite\",\n className: \"TIDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const TiTaxiiDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TiTaxiiDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorTenantId.type.modelProperties,\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\"\n }\n },\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\"\n }\n },\n taxiiServer: {\n serializedName: \"taxiiServer\",\n type: {\n name: \"String\"\n }\n },\n collectionId: {\n serializedName: \"collectionId\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n taxiiLookbackPeriod: {\n serializedName: \"taxiiLookbackPeriod\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n pollingFrequency: {\n serializedName: \"pollingFrequency\",\n required: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"dataTypes\",\n type: {\n name: \"Composite\",\n className: \"TiTaxiiDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const ASCDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ASCDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorWithAlertsProperties.type.modelProperties,\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTDataConnectorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTDataConnectorProperties\",\n modelProperties: {\n ...DataConnectorWithAlertsProperties.type.modelProperties,\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const McasDataConnectorDataTypes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"McasDataConnectorDataTypes\",\n modelProperties: {\n ...AlertsDataTypeOfDataConnector.type.modelProperties,\n discoveryLogs: {\n serializedName: \"discoveryLogs\",\n type: {\n name: \"Composite\",\n className: \"DataConnectorDataTypeCommon\"\n }\n }\n }\n }\n};\n\nexport const MstiDataConnectorDataTypesBingSafetyPhishingURL: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MstiDataConnectorDataTypesBingSafetyPhishingURL\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties,\n lookbackPeriod: {\n serializedName: \"lookbackPeriod\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MstiDataConnectorDataTypesMicrosoftEmergingThreatFeed\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties,\n lookbackPeriod: {\n serializedName: \"lookbackPeriod\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MTPDataConnectorDataTypesIncidents: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MTPDataConnectorDataTypesIncidents\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const AwsCloudTrailDataConnectorDataTypesLogs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AwsCloudTrailDataConnectorDataTypesLogs\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const AwsS3DataConnectorDataTypesLogs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AwsS3DataConnectorDataTypesLogs\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const Dynamics365DataConnectorDataTypesDynamics365CdsActivities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dynamics365DataConnectorDataTypesDynamics365CdsActivities\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const Office365ProjectConnectorDataTypesLogs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Office365ProjectConnectorDataTypesLogs\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const OfficePowerBIConnectorDataTypesLogs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficePowerBIConnectorDataTypesLogs\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const OfficeDataConnectorDataTypesExchange: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnectorDataTypesExchange\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const OfficeDataConnectorDataTypesSharePoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnectorDataTypesSharePoint\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const OfficeDataConnectorDataTypesTeams: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnectorDataTypesTeams\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const TIDataConnectorDataTypesIndicators: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TIDataConnectorDataTypesIndicators\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const TiTaxiiDataConnectorDataTypesTaxiiClient: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TiTaxiiDataConnectorDataTypesTaxiiClient\",\n modelProperties: {\n ...DataConnectorDataTypeCommon.type.modelProperties\n }\n }\n};\n\nexport const CodelessUiConnectorConfigPropertiesGraphQueriesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigPropertiesGraphQueriesItem\",\n modelProperties: {\n ...GraphQueries.type.modelProperties\n }\n }\n};\n\nexport const CodelessUiConnectorConfigPropertiesSampleQueriesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigPropertiesSampleQueriesItem\",\n modelProperties: {\n ...SampleQueries.type.modelProperties\n }\n }\n};\n\nexport const CodelessUiConnectorConfigPropertiesDataTypesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigPropertiesDataTypesItem\",\n modelProperties: {\n ...LastDataReceivedDataType.type.modelProperties\n }\n }\n};\n\nexport const CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem\",\n modelProperties: {\n ...ConnectivityCriteria.type.modelProperties\n }\n }\n};\n\nexport const PermissionsResourceProviderItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PermissionsResourceProviderItem\",\n modelProperties: {\n ...ResourceProvider.type.modelProperties\n }\n }\n};\n\nexport const Customs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Customs\",\n modelProperties: {\n ...CustomsPermission.type.modelProperties\n }\n }\n};\n\nexport const CodelessUiConnectorConfigPropertiesInstructionStepsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigPropertiesInstructionStepsItem\",\n modelProperties: {\n ...InstructionSteps.type.modelProperties\n }\n }\n};\n\nexport const InstructionStepsInstructionsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InstructionStepsInstructionsItem\",\n modelProperties: {\n ...ConnectorInstructionModelBase.type.modelProperties\n }\n }\n};\n\nexport const AlertRule: coreClient.CompositeMapper = {\n serializedName: \"AlertRule\",\n type: {\n name: \"Composite\",\n className: \"AlertRule\",\n uberParent: \"ResourceWithEtag\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActionResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionResponse\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n logicAppResourceId: {\n serializedName: \"properties.logicAppResourceId\",\n type: {\n name: \"String\"\n }\n },\n workflowId: {\n serializedName: \"properties.workflowId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActionRequest\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n logicAppResourceId: {\n serializedName: \"properties.logicAppResourceId\",\n type: {\n name: \"String\"\n }\n },\n triggerUri: {\n serializedName: \"properties.triggerUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomationRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationRule\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n displayName: {\n constraints: {\n MaxLength: 500\n },\n serializedName: \"properties.displayName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n order: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1\n },\n serializedName: \"properties.order\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n triggeringLogic: {\n serializedName: \"properties.triggeringLogic\",\n type: {\n name: \"Composite\",\n className: \"AutomationRuleTriggeringLogic\"\n }\n },\n actions: {\n constraints: {\n MaxItems: 20\n },\n serializedName: \"properties.actions\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationRuleAction\"\n }\n }\n }\n },\n lastModifiedTimeUtc: {\n serializedName: \"properties.lastModifiedTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdTimeUtc: {\n serializedName: \"properties.createdTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"Composite\",\n className: \"ClientInfo\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n type: {\n name: \"Composite\",\n className: \"ClientInfo\"\n }\n }\n }\n }\n};\n\nexport const Bookmark: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Bookmark\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n created: {\n serializedName: \"properties.created\",\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n labels: {\n serializedName: \"properties.labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n notes: {\n serializedName: \"properties.notes\",\n type: {\n name: \"String\"\n }\n },\n query: {\n serializedName: \"properties.query\",\n type: {\n name: \"String\"\n }\n },\n queryResult: {\n serializedName: \"properties.queryResult\",\n type: {\n name: \"String\"\n }\n },\n updated: {\n serializedName: \"properties.updated\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedBy: {\n serializedName: \"properties.updatedBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n eventTime: {\n serializedName: \"properties.eventTime\",\n type: {\n name: \"DateTime\"\n }\n },\n queryStartTime: {\n serializedName: \"properties.queryStartTime\",\n type: {\n name: \"DateTime\"\n }\n },\n queryEndTime: {\n serializedName: \"properties.queryEndTime\",\n type: {\n name: \"DateTime\"\n }\n },\n incidentInfo: {\n serializedName: \"properties.incidentInfo\",\n type: {\n name: \"Composite\",\n className: \"IncidentInfo\"\n }\n },\n entityMappings: {\n serializedName: \"properties.entityMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BookmarkEntityMappings\"\n }\n }\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 Relation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Relation\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n relatedResourceId: {\n serializedName: \"properties.relatedResourceId\",\n type: {\n name: \"String\"\n }\n },\n relatedResourceName: {\n serializedName: \"properties.relatedResourceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n relatedResourceType: {\n serializedName: \"properties.relatedResourceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n relatedResourceKind: {\n serializedName: \"properties.relatedResourceKind\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EntityQuery: coreClient.CompositeMapper = {\n serializedName: \"EntityQuery\",\n type: {\n name: \"Composite\",\n className: \"EntityQuery\",\n uberParent: \"ResourceWithEtag\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomEntityQuery: coreClient.CompositeMapper = {\n serializedName: \"CustomEntityQuery\",\n type: {\n name: \"Composite\",\n className: \"CustomEntityQuery\",\n uberParent: \"ResourceWithEtag\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Incident: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Incident\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n type: {\n name: \"Composite\",\n className: \"IncidentAdditionalData\"\n }\n },\n classification: {\n serializedName: \"properties.classification\",\n type: {\n name: \"String\"\n }\n },\n classificationComment: {\n serializedName: \"properties.classificationComment\",\n type: {\n name: \"String\"\n }\n },\n classificationReason: {\n serializedName: \"properties.classificationReason\",\n type: {\n name: \"String\"\n }\n },\n createdTimeUtc: {\n serializedName: \"properties.createdTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n firstActivityTimeUtc: {\n serializedName: \"properties.firstActivityTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n incidentUrl: {\n serializedName: \"properties.incidentUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n incidentNumber: {\n serializedName: \"properties.incidentNumber\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n labels: {\n serializedName: \"properties.labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IncidentLabel\"\n }\n }\n }\n },\n providerName: {\n serializedName: \"properties.providerName\",\n type: {\n name: \"String\"\n }\n },\n providerIncidentId: {\n serializedName: \"properties.providerIncidentId\",\n type: {\n name: \"String\"\n }\n },\n lastActivityTimeUtc: {\n serializedName: \"properties.lastActivityTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTimeUtc: {\n serializedName: \"properties.lastModifiedTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n owner: {\n serializedName: \"properties.owner\",\n type: {\n name: \"Composite\",\n className: \"IncidentOwnerInfo\"\n }\n },\n relatedAnalyticRuleIds: {\n serializedName: \"properties.relatedAnalyticRuleIds\",\n readOnly: true,\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 status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n teamInformation: {\n serializedName: \"properties.teamInformation\",\n type: {\n name: \"Composite\",\n className: \"TeamInformation\"\n }\n },\n title: {\n serializedName: \"properties.title\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IncidentComment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncidentComment\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n createdTimeUtc: {\n serializedName: \"properties.createdTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTimeUtc: {\n serializedName: \"properties.lastModifiedTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n message: {\n serializedName: \"properties.message\",\n type: {\n name: \"String\"\n }\n },\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"Composite\",\n className: \"ClientInfo\"\n }\n }\n }\n }\n};\n\nexport const MetadataModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataModel\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n contentId: {\n serializedName: \"properties.contentId\",\n type: {\n name: \"String\"\n }\n },\n parentId: {\n serializedName: \"properties.parentId\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"properties.kind\",\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"MetadataSource\"\n }\n },\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"Composite\",\n className: \"MetadataAuthor\"\n }\n },\n support: {\n serializedName: \"properties.support\",\n type: {\n name: \"Composite\",\n className: \"MetadataSupport\"\n }\n },\n dependencies: {\n serializedName: \"properties.dependencies\",\n type: {\n name: \"Composite\",\n className: \"MetadataDependencies\"\n }\n },\n categories: {\n serializedName: \"properties.categories\",\n type: {\n name: \"Composite\",\n className: \"MetadataCategories\"\n }\n },\n providers: {\n serializedName: \"properties.providers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n firstPublishDate: {\n serializedName: \"properties.firstPublishDate\",\n type: {\n name: \"Date\"\n }\n },\n lastPublishDate: {\n serializedName: \"properties.lastPublishDate\",\n type: {\n name: \"Date\"\n }\n },\n customVersion: {\n serializedName: \"properties.customVersion\",\n type: {\n name: \"String\"\n }\n },\n contentSchemaVersion: {\n serializedName: \"properties.contentSchemaVersion\",\n type: {\n name: \"String\"\n }\n },\n icon: {\n serializedName: \"properties.icon\",\n type: {\n name: \"String\"\n }\n },\n threatAnalysisTactics: {\n serializedName: \"properties.threatAnalysisTactics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n threatAnalysisTechniques: {\n serializedName: \"properties.threatAnalysisTechniques\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n previewImages: {\n serializedName: \"properties.previewImages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n previewImagesDark: {\n serializedName: \"properties.previewImagesDark\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MetadataPatch: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetadataPatch\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n contentId: {\n serializedName: \"properties.contentId\",\n type: {\n name: \"String\"\n }\n },\n parentId: {\n serializedName: \"properties.parentId\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"properties.kind\",\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"MetadataSource\"\n }\n },\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"Composite\",\n className: \"MetadataAuthor\"\n }\n },\n support: {\n serializedName: \"properties.support\",\n type: {\n name: \"Composite\",\n className: \"MetadataSupport\"\n }\n },\n dependencies: {\n serializedName: \"properties.dependencies\",\n type: {\n name: \"Composite\",\n className: \"MetadataDependencies\"\n }\n },\n categories: {\n serializedName: \"properties.categories\",\n type: {\n name: \"Composite\",\n className: \"MetadataCategories\"\n }\n },\n providers: {\n serializedName: \"properties.providers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n firstPublishDate: {\n serializedName: \"properties.firstPublishDate\",\n type: {\n name: \"Date\"\n }\n },\n lastPublishDate: {\n serializedName: \"properties.lastPublishDate\",\n type: {\n name: \"Date\"\n }\n },\n customVersion: {\n serializedName: \"properties.customVersion\",\n type: {\n name: \"String\"\n }\n },\n contentSchemaVersion: {\n serializedName: \"properties.contentSchemaVersion\",\n type: {\n name: \"String\"\n }\n },\n icon: {\n serializedName: \"properties.icon\",\n type: {\n name: \"String\"\n }\n },\n threatAnalysisTactics: {\n serializedName: \"properties.threatAnalysisTactics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n threatAnalysisTechniques: {\n serializedName: \"properties.threatAnalysisTechniques\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n previewImages: {\n serializedName: \"properties.previewImages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n previewImagesDark: {\n serializedName: \"properties.previewImagesDark\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SentinelOnboardingState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SentinelOnboardingState\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n customerManagedKey: {\n serializedName: \"properties.customerManagedKey\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SecurityMLAnalyticsSetting: coreClient.CompositeMapper = {\n serializedName: \"SecurityMLAnalyticsSetting\",\n type: {\n name: \"Composite\",\n className: \"SecurityMLAnalyticsSetting\",\n uberParent: \"ResourceWithEtag\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Settings: coreClient.CompositeMapper = {\n serializedName: \"Settings\",\n type: {\n name: \"Composite\",\n className: \"Settings\",\n uberParent: \"ResourceWithEtag\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControl: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControl\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n idPropertiesId: {\n serializedName: \"properties.id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\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 repoType: {\n serializedName: \"properties.repoType\",\n type: {\n name: \"String\"\n }\n },\n contentTypes: {\n serializedName: \"properties.contentTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n repository: {\n serializedName: \"properties.repository\",\n type: {\n name: \"Composite\",\n className: \"Repository\"\n }\n },\n repositoryResourceInfo: {\n serializedName: \"properties.repositoryResourceInfo\",\n type: {\n name: \"Composite\",\n className: \"RepositoryResourceInfo\"\n }\n },\n lastDeploymentInfo: {\n serializedName: \"properties.lastDeploymentInfo\",\n type: {\n name: \"Composite\",\n className: \"DeploymentInfo\"\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceInformation: coreClient.CompositeMapper = {\n serializedName: \"ThreatIntelligenceInformation\",\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceInformation\",\n uberParent: \"ResourceWithEtag\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Watchlist: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Watchlist\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n watchlistId: {\n serializedName: \"properties.watchlistId\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n provider: {\n serializedName: \"properties.provider\",\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\"\n }\n },\n sourceType: {\n serializedName: \"properties.sourceType\",\n type: {\n name: \"String\"\n }\n },\n created: {\n serializedName: \"properties.created\",\n type: {\n name: \"DateTime\"\n }\n },\n updated: {\n serializedName: \"properties.updated\",\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n updatedBy: {\n serializedName: \"properties.updatedBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n watchlistType: {\n serializedName: \"properties.watchlistType\",\n type: {\n name: \"String\"\n }\n },\n watchlistAlias: {\n serializedName: \"properties.watchlistAlias\",\n type: {\n name: \"String\"\n }\n },\n isDeleted: {\n serializedName: \"properties.isDeleted\",\n type: {\n name: \"Boolean\"\n }\n },\n labels: {\n serializedName: \"properties.labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n defaultDuration: {\n serializedName: \"properties.defaultDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n numberOfLinesToSkip: {\n serializedName: \"properties.numberOfLinesToSkip\",\n type: {\n name: \"Number\"\n }\n },\n rawContent: {\n serializedName: \"properties.rawContent\",\n type: {\n name: \"String\"\n }\n },\n itemsSearchKey: {\n serializedName: \"properties.itemsSearchKey\",\n type: {\n name: \"String\"\n }\n },\n contentType: {\n serializedName: \"properties.contentType\",\n type: {\n name: \"String\"\n }\n },\n uploadStatus: {\n serializedName: \"properties.uploadStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WatchlistItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WatchlistItem\",\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n watchlistItemType: {\n serializedName: \"properties.watchlistItemType\",\n type: {\n name: \"String\"\n }\n },\n watchlistItemId: {\n serializedName: \"properties.watchlistItemId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n isDeleted: {\n serializedName: \"properties.isDeleted\",\n type: {\n name: \"Boolean\"\n }\n },\n created: {\n serializedName: \"properties.created\",\n type: {\n name: \"DateTime\"\n }\n },\n updated: {\n serializedName: \"properties.updated\",\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n updatedBy: {\n serializedName: \"properties.updatedBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n itemsKeyValue: {\n serializedName: \"properties.itemsKeyValue\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n entityMapping: {\n serializedName: \"properties.entityMapping\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const DataConnector: coreClient.CompositeMapper = {\n serializedName: \"DataConnector\",\n type: {\n name: \"Composite\",\n className: \"DataConnector\",\n uberParent: \"ResourceWithEtag\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...ResourceWithEtag.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MLBehaviorAnalyticsAlertRuleTemplate: coreClient.CompositeMapper = {\n serializedName: \"MLBehaviorAnalytics\",\n type: {\n name: \"Composite\",\n className: \"MLBehaviorAnalyticsAlertRuleTemplate\",\n uberParent: \"AlertRuleTemplate\",\n polymorphicDiscriminator: AlertRuleTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRuleTemplate.type.modelProperties,\n alertRulesCreatedByTemplateCount: {\n serializedName: \"properties.alertRulesCreatedByTemplateCount\",\n type: {\n name: \"Number\"\n }\n },\n lastUpdatedDateUTC: {\n serializedName: \"properties.lastUpdatedDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdDateUTC: {\n serializedName: \"properties.createdDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n requiredDataConnectors: {\n serializedName: \"properties.requiredDataConnectors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplateDataSource\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\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 severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FusionAlertRuleTemplate: coreClient.CompositeMapper = {\n serializedName: \"Fusion\",\n type: {\n name: \"Composite\",\n className: \"FusionAlertRuleTemplate\",\n uberParent: \"AlertRuleTemplate\",\n polymorphicDiscriminator: AlertRuleTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRuleTemplate.type.modelProperties,\n alertRulesCreatedByTemplateCount: {\n serializedName: \"properties.alertRulesCreatedByTemplateCount\",\n type: {\n name: \"Number\"\n }\n },\n createdDateUTC: {\n serializedName: \"properties.createdDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastUpdatedDateUTC: {\n serializedName: \"properties.lastUpdatedDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n requiredDataConnectors: {\n serializedName: \"properties.requiredDataConnectors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplateDataSource\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\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 sourceSettings: {\n serializedName: \"properties.sourceSettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FusionTemplateSourceSetting\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceAlertRuleTemplate: coreClient.CompositeMapper = {\n serializedName: \"ThreatIntelligence\",\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceAlertRuleTemplate\",\n uberParent: \"AlertRuleTemplate\",\n polymorphicDiscriminator: AlertRuleTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRuleTemplate.type.modelProperties,\n alertRulesCreatedByTemplateCount: {\n serializedName: \"properties.alertRulesCreatedByTemplateCount\",\n type: {\n name: \"Number\"\n }\n },\n lastUpdatedDateUTC: {\n serializedName: \"properties.lastUpdatedDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdDateUTC: {\n serializedName: \"properties.createdDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n requiredDataConnectors: {\n serializedName: \"properties.requiredDataConnectors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplateDataSource\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\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 severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MicrosoftSecurityIncidentCreationAlertRuleTemplate: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftSecurityIncidentCreation\",\n type: {\n name: \"Composite\",\n className: \"MicrosoftSecurityIncidentCreationAlertRuleTemplate\",\n uberParent: \"AlertRuleTemplate\",\n polymorphicDiscriminator: AlertRuleTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRuleTemplate.type.modelProperties,\n alertRulesCreatedByTemplateCount: {\n serializedName: \"properties.alertRulesCreatedByTemplateCount\",\n type: {\n name: \"Number\"\n }\n },\n lastUpdatedDateUTC: {\n serializedName: \"properties.lastUpdatedDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdDateUTC: {\n serializedName: \"properties.createdDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n requiredDataConnectors: {\n serializedName: \"properties.requiredDataConnectors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplateDataSource\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n displayNamesFilter: {\n serializedName: \"properties.displayNamesFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n displayNamesExcludeFilter: {\n serializedName: \"properties.displayNamesExcludeFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n productFilter: {\n serializedName: \"properties.productFilter\",\n type: {\n name: \"String\"\n }\n },\n severitiesFilter: {\n serializedName: \"properties.severitiesFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ScheduledAlertRuleTemplate: coreClient.CompositeMapper = {\n serializedName: \"Scheduled\",\n type: {\n name: \"Composite\",\n className: \"ScheduledAlertRuleTemplate\",\n uberParent: \"AlertRuleTemplate\",\n polymorphicDiscriminator: AlertRuleTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRuleTemplate.type.modelProperties,\n alertRulesCreatedByTemplateCount: {\n serializedName: \"properties.alertRulesCreatedByTemplateCount\",\n type: {\n name: \"Number\"\n }\n },\n createdDateUTC: {\n serializedName: \"properties.createdDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastUpdatedDateUTC: {\n serializedName: \"properties.lastUpdatedDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n requiredDataConnectors: {\n serializedName: \"properties.requiredDataConnectors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplateDataSource\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n query: {\n serializedName: \"properties.query\",\n type: {\n name: \"String\"\n }\n },\n queryFrequency: {\n serializedName: \"properties.queryFrequency\",\n type: {\n name: \"TimeSpan\"\n }\n },\n queryPeriod: {\n serializedName: \"properties.queryPeriod\",\n type: {\n name: \"TimeSpan\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n },\n triggerOperator: {\n serializedName: \"properties.triggerOperator\",\n type: {\n name: \"Enum\",\n allowedValues: [\"GreaterThan\", \"LessThan\", \"Equal\", \"NotEqual\"]\n }\n },\n triggerThreshold: {\n serializedName: \"properties.triggerThreshold\",\n type: {\n name: \"Number\"\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 version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n eventGroupingSettings: {\n serializedName: \"properties.eventGroupingSettings\",\n type: {\n name: \"Composite\",\n className: \"EventGroupingSettings\"\n }\n },\n customDetails: {\n serializedName: \"properties.customDetails\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n entityMappings: {\n serializedName: \"properties.entityMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityMapping\"\n }\n }\n }\n },\n alertDetailsOverride: {\n serializedName: \"properties.alertDetailsOverride\",\n type: {\n name: \"Composite\",\n className: \"AlertDetailsOverride\"\n }\n }\n }\n }\n};\n\nexport const NrtAlertRuleTemplate: coreClient.CompositeMapper = {\n serializedName: \"NRT\",\n type: {\n name: \"Composite\",\n className: \"NrtAlertRuleTemplate\",\n uberParent: \"AlertRuleTemplate\",\n polymorphicDiscriminator: AlertRuleTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRuleTemplate.type.modelProperties,\n alertRulesCreatedByTemplateCount: {\n serializedName: \"properties.alertRulesCreatedByTemplateCount\",\n type: {\n name: \"Number\"\n }\n },\n lastUpdatedDateUTC: {\n serializedName: \"properties.lastUpdatedDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdDateUTC: {\n serializedName: \"properties.createdDateUTC\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n requiredDataConnectors: {\n serializedName: \"properties.requiredDataConnectors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AlertRuleTemplateDataSource\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\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 query: {\n serializedName: \"properties.query\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n customDetails: {\n serializedName: \"properties.customDetails\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n entityMappings: {\n serializedName: \"properties.entityMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityMapping\"\n }\n }\n }\n },\n alertDetailsOverride: {\n serializedName: \"properties.alertDetailsOverride\",\n type: {\n name: \"Composite\",\n className: \"AlertDetailsOverride\"\n }\n },\n eventGroupingSettings: {\n serializedName: \"properties.eventGroupingSettings\",\n type: {\n name: \"Composite\",\n className: \"EventGroupingSettings\"\n }\n }\n }\n }\n};\n\nexport const SecurityAlert: coreClient.CompositeMapper = {\n serializedName: \"SecurityAlert\",\n type: {\n name: \"Composite\",\n className: \"SecurityAlert\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\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 alertType: {\n serializedName: \"properties.alertType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n compromisedEntity: {\n serializedName: \"properties.compromisedEntity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n confidenceLevel: {\n serializedName: \"properties.confidenceLevel\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n confidenceReasons: {\n serializedName: \"properties.confidenceReasons\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityAlertPropertiesConfidenceReasonsItem\"\n }\n }\n }\n },\n confidenceScore: {\n serializedName: \"properties.confidenceScore\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n confidenceScoreStatus: {\n serializedName: \"properties.confidenceScoreStatus\",\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 endTimeUtc: {\n serializedName: \"properties.endTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n intent: {\n serializedName: \"properties.intent\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n providerAlertId: {\n serializedName: \"properties.providerAlertId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n processingEndTime: {\n serializedName: \"properties.processingEndTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n productComponentName: {\n serializedName: \"properties.productComponentName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n productName: {\n serializedName: \"properties.productName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n productVersion: {\n serializedName: \"properties.productVersion\",\n readOnly: true,\n type: {\n name: \"String\"\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 severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n },\n startTimeUtc: {\n serializedName: \"properties.startTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\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 tactics: {\n serializedName: \"properties.tactics\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n timeGenerated: {\n serializedName: \"properties.timeGenerated\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n vendorName: {\n serializedName: \"properties.vendorName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n alertLink: {\n serializedName: \"properties.alertLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resourceIdentifiers: {\n serializedName: \"properties.resourceIdentifiers\",\n readOnly: true,\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 HuntingBookmark: coreClient.CompositeMapper = {\n serializedName: \"Bookmark\",\n type: {\n name: \"Composite\",\n className: \"HuntingBookmark\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n created: {\n serializedName: \"properties.created\",\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n eventTime: {\n serializedName: \"properties.eventTime\",\n type: {\n name: \"DateTime\"\n }\n },\n labels: {\n serializedName: \"properties.labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n notes: {\n serializedName: \"properties.notes\",\n type: {\n name: \"String\"\n }\n },\n query: {\n serializedName: \"properties.query\",\n type: {\n name: \"String\"\n }\n },\n queryResult: {\n serializedName: \"properties.queryResult\",\n type: {\n name: \"String\"\n }\n },\n updated: {\n serializedName: \"properties.updated\",\n type: {\n name: \"DateTime\"\n }\n },\n updatedBy: {\n serializedName: \"properties.updatedBy\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\"\n }\n },\n incidentInfo: {\n serializedName: \"properties.incidentInfo\",\n type: {\n name: \"Composite\",\n className: \"IncidentInfo\"\n }\n }\n }\n }\n};\n\nexport const AccountEntity: coreClient.CompositeMapper = {\n serializedName: \"Account\",\n type: {\n name: \"Composite\",\n className: \"AccountEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n aadTenantId: {\n serializedName: \"properties.aadTenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n aadUserId: {\n serializedName: \"properties.aadUserId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n accountName: {\n serializedName: \"properties.accountName\",\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 hostEntityId: {\n serializedName: \"properties.hostEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDomainJoined: {\n serializedName: \"properties.isDomainJoined\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n ntDomain: {\n serializedName: \"properties.ntDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n objectGuid: {\n serializedName: \"properties.objectGuid\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n puid: {\n serializedName: \"properties.puid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sid: {\n serializedName: \"properties.sid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n upnSuffix: {\n serializedName: \"properties.upnSuffix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dnsDomain: {\n serializedName: \"properties.dnsDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureResourceEntity: coreClient.CompositeMapper = {\n serializedName: \"AzureResource\",\n type: {\n name: \"Composite\",\n className: \"AzureResourceEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"properties.resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"properties.subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudApplicationEntity: coreClient.CompositeMapper = {\n serializedName: \"CloudApplication\",\n type: {\n name: \"Composite\",\n className: \"CloudApplicationEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n appId: {\n serializedName: \"properties.appId\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n appName: {\n serializedName: \"properties.appName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n instanceName: {\n serializedName: \"properties.instanceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DnsEntity: coreClient.CompositeMapper = {\n serializedName: \"DnsResolution\",\n type: {\n name: \"Composite\",\n className: \"DnsEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dnsServerIpEntityId: {\n serializedName: \"properties.dnsServerIpEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n domainName: {\n serializedName: \"properties.domainName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostIpAddressEntityId: {\n serializedName: \"properties.hostIpAddressEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddressEntityIds: {\n serializedName: \"properties.ipAddressEntityIds\",\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 FileEntity: coreClient.CompositeMapper = {\n serializedName: \"File\",\n type: {\n name: \"Composite\",\n className: \"FileEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n directory: {\n serializedName: \"properties.directory\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n fileHashEntityIds: {\n serializedName: \"properties.fileHashEntityIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n fileName: {\n serializedName: \"properties.fileName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostEntityId: {\n serializedName: \"properties.hostEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileHashEntity: coreClient.CompositeMapper = {\n serializedName: \"FileHash\",\n type: {\n name: \"Composite\",\n className: \"FileHashEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n algorithm: {\n serializedName: \"properties.algorithm\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hashValue: {\n serializedName: \"properties.hashValue\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HostEntity: coreClient.CompositeMapper = {\n serializedName: \"Host\",\n type: {\n name: \"Composite\",\n className: \"HostEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n azureID: {\n serializedName: \"properties.azureID\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dnsDomain: {\n serializedName: \"properties.dnsDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostName: {\n serializedName: \"properties.hostName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDomainJoined: {\n serializedName: \"properties.isDomainJoined\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n netBiosName: {\n serializedName: \"properties.netBiosName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ntDomain: {\n serializedName: \"properties.ntDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n omsAgentID: {\n serializedName: \"properties.omsAgentID\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osFamily: {\n serializedName: \"properties.osFamily\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Linux\", \"Windows\", \"Android\", \"IOS\", \"Unknown\"]\n }\n },\n osVersion: {\n serializedName: \"properties.osVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTDeviceEntity: coreClient.CompositeMapper = {\n serializedName: \"IoTDevice\",\n type: {\n name: \"Composite\",\n className: \"IoTDeviceEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deviceId: {\n serializedName: \"properties.deviceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deviceName: {\n serializedName: \"properties.deviceName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n iotSecurityAgentId: {\n serializedName: \"properties.iotSecurityAgentId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n deviceType: {\n serializedName: \"properties.deviceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vendor: {\n serializedName: \"properties.vendor\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n edgeId: {\n serializedName: \"properties.edgeId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n macAddress: {\n serializedName: \"properties.macAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n model: {\n serializedName: \"properties.model\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n serialNumber: {\n serializedName: \"properties.serialNumber\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n firmwareVersion: {\n serializedName: \"properties.firmwareVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operatingSystem: {\n serializedName: \"properties.operatingSystem\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n iotHubEntityId: {\n serializedName: \"properties.iotHubEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostEntityId: {\n serializedName: \"properties.hostEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddressEntityId: {\n serializedName: \"properties.ipAddressEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n threatIntelligence: {\n serializedName: \"properties.threatIntelligence\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligence\"\n }\n }\n }\n },\n protocols: {\n serializedName: \"properties.protocols\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n owners: {\n serializedName: \"properties.owners\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nicEntityIds: {\n serializedName: \"properties.nicEntityIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n site: {\n serializedName: \"properties.site\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n zone: {\n serializedName: \"properties.zone\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sensor: {\n serializedName: \"properties.sensor\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n deviceSubType: {\n serializedName: \"properties.deviceSubType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n importance: {\n serializedName: \"properties.importance\",\n type: {\n name: \"String\"\n }\n },\n purdueLayer: {\n serializedName: \"properties.purdueLayer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isAuthorized: {\n serializedName: \"properties.isAuthorized\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n isProgramming: {\n serializedName: \"properties.isProgramming\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n isScanner: {\n serializedName: \"properties.isScanner\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const IpEntity: coreClient.CompositeMapper = {\n serializedName: \"Ip\",\n type: {\n name: \"Composite\",\n className: \"IpEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n address: {\n serializedName: \"properties.address\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"properties.location\",\n type: {\n name: \"Composite\",\n className: \"GeoLocation\"\n }\n },\n threatIntelligence: {\n serializedName: \"properties.threatIntelligence\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligence\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MailboxEntity: coreClient.CompositeMapper = {\n serializedName: \"Mailbox\",\n type: {\n name: \"Composite\",\n className: \"MailboxEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n mailboxPrimaryAddress: {\n serializedName: \"properties.mailboxPrimaryAddress\",\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 upn: {\n serializedName: \"properties.upn\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n externalDirectoryObjectId: {\n serializedName: \"properties.externalDirectoryObjectId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const MailClusterEntity: coreClient.CompositeMapper = {\n serializedName: \"MailCluster\",\n type: {\n name: \"Composite\",\n className: \"MailClusterEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkMessageIds: {\n serializedName: \"properties.networkMessageIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n countByDeliveryStatus: {\n serializedName: \"properties.countByDeliveryStatus\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n countByThreatType: {\n serializedName: \"properties.countByThreatType\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n countByProtectionStatus: {\n serializedName: \"properties.countByProtectionStatus\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n threats: {\n serializedName: \"properties.threats\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n query: {\n serializedName: \"properties.query\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n queryTime: {\n serializedName: \"properties.queryTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n mailCount: {\n serializedName: \"properties.mailCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n isVolumeAnomaly: {\n serializedName: \"properties.isVolumeAnomaly\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clusterSourceIdentifier: {\n serializedName: \"properties.clusterSourceIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clusterSourceType: {\n serializedName: \"properties.clusterSourceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clusterQueryStartTime: {\n serializedName: \"properties.clusterQueryStartTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n clusterQueryEndTime: {\n serializedName: \"properties.clusterQueryEndTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n clusterGroup: {\n serializedName: \"properties.clusterGroup\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MailMessageEntity: coreClient.CompositeMapper = {\n serializedName: \"MailMessage\",\n type: {\n name: \"Composite\",\n className: \"MailMessageEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n fileEntityIds: {\n serializedName: \"properties.fileEntityIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n recipient: {\n serializedName: \"properties.recipient\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n urls: {\n serializedName: \"properties.urls\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n threats: {\n serializedName: \"properties.threats\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n p1Sender: {\n serializedName: \"properties.p1Sender\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n p1SenderDisplayName: {\n serializedName: \"properties.p1SenderDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n p1SenderDomain: {\n serializedName: \"properties.p1SenderDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n senderIP: {\n serializedName: \"properties.senderIP\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n p2Sender: {\n serializedName: \"properties.p2Sender\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n p2SenderDisplayName: {\n serializedName: \"properties.p2SenderDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n p2SenderDomain: {\n serializedName: \"properties.p2SenderDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n receiveDate: {\n serializedName: \"properties.receiveDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n networkMessageId: {\n serializedName: \"properties.networkMessageId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n internetMessageId: {\n serializedName: \"properties.internetMessageId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subject: {\n serializedName: \"properties.subject\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n language: {\n serializedName: \"properties.language\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n threatDetectionMethods: {\n serializedName: \"properties.threatDetectionMethods\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n bodyFingerprintBin1: {\n serializedName: \"properties.bodyFingerprintBin1\",\n type: {\n name: \"Number\"\n }\n },\n bodyFingerprintBin2: {\n serializedName: \"properties.bodyFingerprintBin2\",\n type: {\n name: \"Number\"\n }\n },\n bodyFingerprintBin3: {\n serializedName: \"properties.bodyFingerprintBin3\",\n type: {\n name: \"Number\"\n }\n },\n bodyFingerprintBin4: {\n serializedName: \"properties.bodyFingerprintBin4\",\n type: {\n name: \"Number\"\n }\n },\n bodyFingerprintBin5: {\n serializedName: \"properties.bodyFingerprintBin5\",\n type: {\n name: \"Number\"\n }\n },\n antispamDirection: {\n serializedName: \"properties.antispamDirection\",\n type: {\n name: \"String\"\n }\n },\n deliveryAction: {\n serializedName: \"properties.deliveryAction\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Unknown\",\n \"DeliveredAsSpam\",\n \"Delivered\",\n \"Blocked\",\n \"Replaced\"\n ]\n }\n },\n deliveryLocation: {\n serializedName: \"properties.deliveryLocation\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Unknown\",\n \"Inbox\",\n \"JunkFolder\",\n \"DeletedFolder\",\n \"Quarantine\",\n \"External\",\n \"Failed\",\n \"Dropped\",\n \"Forwarded\"\n ]\n }\n }\n }\n }\n};\n\nexport const MalwareEntity: coreClient.CompositeMapper = {\n serializedName: \"Malware\",\n type: {\n name: \"Composite\",\n className: \"MalwareEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\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 fileEntityIds: {\n serializedName: \"properties.fileEntityIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n malwareName: {\n serializedName: \"properties.malwareName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n processEntityIds: {\n serializedName: \"properties.processEntityIds\",\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 ProcessEntity: coreClient.CompositeMapper = {\n serializedName: \"Process\",\n type: {\n name: \"Composite\",\n className: \"ProcessEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n accountEntityId: {\n serializedName: \"properties.accountEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n commandLine: {\n serializedName: \"properties.commandLine\",\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 elevationToken: {\n serializedName: \"properties.elevationToken\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Default\", \"Full\", \"Limited\"]\n }\n },\n hostEntityId: {\n serializedName: \"properties.hostEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostLogonSessionEntityId: {\n serializedName: \"properties.hostLogonSessionEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n imageFileEntityId: {\n serializedName: \"properties.imageFileEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n parentProcessEntityId: {\n serializedName: \"properties.parentProcessEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n processId: {\n serializedName: \"properties.processId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistryKeyEntity: coreClient.CompositeMapper = {\n serializedName: \"RegistryKey\",\n type: {\n name: \"Composite\",\n className: \"RegistryKeyEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hive: {\n serializedName: \"properties.hive\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"properties.key\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegistryValueEntity: coreClient.CompositeMapper = {\n serializedName: \"RegistryValue\",\n type: {\n name: \"Composite\",\n className: \"RegistryValueEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n keyEntityId: {\n serializedName: \"properties.keyEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n valueData: {\n serializedName: \"properties.valueData\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n valueName: {\n serializedName: \"properties.valueName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n valueType: {\n serializedName: \"properties.valueType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecurityGroupEntity: coreClient.CompositeMapper = {\n serializedName: \"SecurityGroup\",\n type: {\n name: \"Composite\",\n className: \"SecurityGroupEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n distinguishedName: {\n serializedName: \"properties.distinguishedName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n objectGuid: {\n serializedName: \"properties.objectGuid\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n sid: {\n serializedName: \"properties.sid\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubmissionMailEntity: coreClient.CompositeMapper = {\n serializedName: \"SubmissionMail\",\n type: {\n name: \"Composite\",\n className: \"SubmissionMailEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkMessageId: {\n serializedName: \"properties.networkMessageId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n submissionId: {\n serializedName: \"properties.submissionId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n submitter: {\n serializedName: \"properties.submitter\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n submissionDate: {\n serializedName: \"properties.submissionDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n timestamp: {\n serializedName: \"properties.timestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n recipient: {\n serializedName: \"properties.recipient\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sender: {\n serializedName: \"properties.sender\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n senderIp: {\n serializedName: \"properties.senderIp\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subject: {\n serializedName: \"properties.subject\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n reportType: {\n serializedName: \"properties.reportType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UrlEntity: coreClient.CompositeMapper = {\n serializedName: \"Url\",\n type: {\n name: \"Composite\",\n className: \"UrlEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n url: {\n serializedName: \"properties.url\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NicEntity: coreClient.CompositeMapper = {\n serializedName: \"Nic\",\n type: {\n name: \"Composite\",\n className: \"NicEntity\",\n uberParent: \"Entity\",\n polymorphicDiscriminator: Entity.type.polymorphicDiscriminator,\n modelProperties: {\n ...Entity.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n macAddress: {\n serializedName: \"properties.macAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddressEntityId: {\n serializedName: \"properties.ipAddressEntityId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vlans: {\n serializedName: \"properties.vlans\",\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 ActivityEntityQueryTemplate: coreClient.CompositeMapper = {\n serializedName: \"Activity\",\n type: {\n name: \"Composite\",\n className: \"ActivityEntityQueryTemplate\",\n uberParent: \"EntityQueryTemplate\",\n polymorphicDiscriminator: EntityQueryTemplate.type.polymorphicDiscriminator,\n modelProperties: {\n ...EntityQueryTemplate.type.modelProperties,\n title: {\n serializedName: \"properties.title\",\n type: {\n name: \"String\"\n }\n },\n content: {\n serializedName: \"properties.content\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n queryDefinitions: {\n serializedName: \"properties.queryDefinitions\",\n type: {\n name: \"Composite\",\n className: \"ActivityEntityQueryTemplatePropertiesQueryDefinitions\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataTypeDefinitions\"\n }\n }\n }\n },\n inputEntityType: {\n serializedName: \"properties.inputEntityType\",\n type: {\n name: \"String\"\n }\n },\n requiredInputFieldsSets: {\n serializedName: \"properties.requiredInputFieldsSets\",\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 entitiesFilter: {\n serializedName: \"properties.entitiesFilter\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Sequence\", element: { type: { name: \"String\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const MLBehaviorAnalyticsAlertRuleTemplateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MLBehaviorAnalyticsAlertRuleTemplateProperties\",\n modelProperties: {\n ...AlertRuleTemplateWithMitreProperties.type.modelProperties,\n severity: {\n serializedName: \"severity\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceAlertRuleTemplateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceAlertRuleTemplateProperties\",\n modelProperties: {\n ...AlertRuleTemplateWithMitreProperties.type.modelProperties,\n severity: {\n serializedName: \"severity\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PermissionsCustomsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PermissionsCustomsItem\",\n modelProperties: {\n ...Customs.type.modelProperties\n }\n }\n};\n\nexport const MLBehaviorAnalyticsAlertRule: coreClient.CompositeMapper = {\n serializedName: \"MLBehaviorAnalytics\",\n type: {\n name: \"Composite\",\n className: \"MLBehaviorAnalyticsAlertRule\",\n uberParent: \"AlertRule\",\n polymorphicDiscriminator: AlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRule.type.modelProperties,\n alertRuleTemplateName: {\n serializedName: \"properties.alertRuleTemplateName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\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 enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedUtc: {\n serializedName: \"properties.lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tactics: {\n serializedName: \"properties.tactics\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\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 }\n }\n};\n\nexport const FusionAlertRule: coreClient.CompositeMapper = {\n serializedName: \"Fusion\",\n type: {\n name: \"Composite\",\n className: \"FusionAlertRule\",\n uberParent: \"AlertRule\",\n polymorphicDiscriminator: AlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRule.type.modelProperties,\n alertRuleTemplateName: {\n serializedName: \"properties.alertRuleTemplateName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\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 enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n sourceSettings: {\n serializedName: \"properties.sourceSettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FusionSourceSettings\"\n }\n }\n }\n },\n scenarioExclusionPatterns: {\n serializedName: \"properties.scenarioExclusionPatterns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FusionScenarioExclusionPattern\"\n }\n }\n }\n },\n lastModifiedUtc: {\n serializedName: \"properties.lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tactics: {\n serializedName: \"properties.tactics\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\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 }\n }\n};\n\nexport const ThreatIntelligenceAlertRule: coreClient.CompositeMapper = {\n serializedName: \"ThreatIntelligence\",\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceAlertRule\",\n uberParent: \"AlertRule\",\n polymorphicDiscriminator: AlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRule.type.modelProperties,\n alertRuleTemplateName: {\n serializedName: \"properties.alertRuleTemplateName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\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 enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedUtc: {\n serializedName: \"properties.lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tactics: {\n serializedName: \"properties.tactics\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\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 }\n }\n};\n\nexport const MicrosoftSecurityIncidentCreationAlertRule: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftSecurityIncidentCreation\",\n type: {\n name: \"Composite\",\n className: \"MicrosoftSecurityIncidentCreationAlertRule\",\n uberParent: \"AlertRule\",\n polymorphicDiscriminator: AlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRule.type.modelProperties,\n displayNamesFilter: {\n serializedName: \"properties.displayNamesFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n displayNamesExcludeFilter: {\n serializedName: \"properties.displayNamesExcludeFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n productFilter: {\n serializedName: \"properties.productFilter\",\n type: {\n name: \"String\"\n }\n },\n severitiesFilter: {\n serializedName: \"properties.severitiesFilter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n alertRuleTemplateName: {\n serializedName: \"properties.alertRuleTemplateName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedUtc: {\n serializedName: \"properties.lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ScheduledAlertRule: coreClient.CompositeMapper = {\n serializedName: \"Scheduled\",\n type: {\n name: \"Composite\",\n className: \"ScheduledAlertRule\",\n uberParent: \"AlertRule\",\n polymorphicDiscriminator: AlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRule.type.modelProperties,\n query: {\n serializedName: \"properties.query\",\n type: {\n name: \"String\"\n }\n },\n queryFrequency: {\n serializedName: \"properties.queryFrequency\",\n type: {\n name: \"TimeSpan\"\n }\n },\n queryPeriod: {\n serializedName: \"properties.queryPeriod\",\n type: {\n name: \"TimeSpan\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n },\n triggerOperator: {\n serializedName: \"properties.triggerOperator\",\n type: {\n name: \"Enum\",\n allowedValues: [\"GreaterThan\", \"LessThan\", \"Equal\", \"NotEqual\"]\n }\n },\n triggerThreshold: {\n serializedName: \"properties.triggerThreshold\",\n type: {\n name: \"Number\"\n }\n },\n eventGroupingSettings: {\n serializedName: \"properties.eventGroupingSettings\",\n type: {\n name: \"Composite\",\n className: \"EventGroupingSettings\"\n }\n },\n customDetails: {\n serializedName: \"properties.customDetails\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n entityMappings: {\n serializedName: \"properties.entityMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityMapping\"\n }\n }\n }\n },\n alertDetailsOverride: {\n serializedName: \"properties.alertDetailsOverride\",\n type: {\n name: \"Composite\",\n className: \"AlertDetailsOverride\"\n }\n },\n alertRuleTemplateName: {\n serializedName: \"properties.alertRuleTemplateName\",\n type: {\n name: \"String\"\n }\n },\n templateVersion: {\n serializedName: \"properties.templateVersion\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedUtc: {\n serializedName: \"properties.lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n suppressionDuration: {\n serializedName: \"properties.suppressionDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n suppressionEnabled: {\n serializedName: \"properties.suppressionEnabled\",\n type: {\n name: \"Boolean\"\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 incidentConfiguration: {\n serializedName: \"properties.incidentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"IncidentConfiguration\"\n }\n }\n }\n }\n};\n\nexport const NrtAlertRule: coreClient.CompositeMapper = {\n serializedName: \"NRT\",\n type: {\n name: \"Composite\",\n className: \"NrtAlertRule\",\n uberParent: \"AlertRule\",\n polymorphicDiscriminator: AlertRule.type.polymorphicDiscriminator,\n modelProperties: {\n ...AlertRule.type.modelProperties,\n alertRuleTemplateName: {\n serializedName: \"properties.alertRuleTemplateName\",\n type: {\n name: \"String\"\n }\n },\n templateVersion: {\n serializedName: \"properties.templateVersion\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n query: {\n serializedName: \"properties.query\",\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 displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedUtc: {\n serializedName: \"properties.lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n suppressionDuration: {\n serializedName: \"properties.suppressionDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n suppressionEnabled: {\n serializedName: \"properties.suppressionEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n severity: {\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n },\n incidentConfiguration: {\n serializedName: \"properties.incidentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"IncidentConfiguration\"\n }\n },\n customDetails: {\n serializedName: \"properties.customDetails\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n entityMappings: {\n serializedName: \"properties.entityMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EntityMapping\"\n }\n }\n }\n },\n alertDetailsOverride: {\n serializedName: \"properties.alertDetailsOverride\",\n type: {\n name: \"Composite\",\n className: \"AlertDetailsOverride\"\n }\n },\n eventGroupingSettings: {\n serializedName: \"properties.eventGroupingSettings\",\n type: {\n name: \"Composite\",\n className: \"EventGroupingSettings\"\n }\n }\n }\n }\n};\n\nexport const ExpansionEntityQuery: coreClient.CompositeMapper = {\n serializedName: \"Expansion\",\n type: {\n name: \"Composite\",\n className: \"ExpansionEntityQuery\",\n uberParent: \"EntityQuery\",\n polymorphicDiscriminator: EntityQuery.type.polymorphicDiscriminator,\n modelProperties: {\n ...EntityQuery.type.modelProperties,\n dataSources: {\n serializedName: \"properties.dataSources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n inputEntityType: {\n serializedName: \"properties.inputEntityType\",\n type: {\n name: \"String\"\n }\n },\n inputFields: {\n serializedName: \"properties.inputFields\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n outputEntityTypes: {\n serializedName: \"properties.outputEntityTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n queryTemplate: {\n serializedName: \"properties.queryTemplate\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivityEntityQuery: coreClient.CompositeMapper = {\n serializedName: \"Activity\",\n type: {\n name: \"Composite\",\n className: \"ActivityEntityQuery\",\n uberParent: \"EntityQuery\",\n polymorphicDiscriminator: EntityQuery.type.polymorphicDiscriminator,\n modelProperties: {\n ...EntityQuery.type.modelProperties,\n title: {\n serializedName: \"properties.title\",\n type: {\n name: \"String\"\n }\n },\n content: {\n serializedName: \"properties.content\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n queryDefinitions: {\n serializedName: \"properties.queryDefinitions\",\n type: {\n name: \"Composite\",\n className: \"ActivityEntityQueriesPropertiesQueryDefinitions\"\n }\n },\n inputEntityType: {\n serializedName: \"properties.inputEntityType\",\n type: {\n name: \"String\"\n }\n },\n requiredInputFieldsSets: {\n serializedName: \"properties.requiredInputFieldsSets\",\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 entitiesFilter: {\n serializedName: \"properties.entitiesFilter\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Sequence\", element: { type: { name: \"String\" } } }\n }\n }\n },\n templateName: {\n serializedName: \"properties.templateName\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n createdTimeUtc: {\n serializedName: \"properties.createdTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTimeUtc: {\n serializedName: \"properties.lastModifiedTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ActivityCustomEntityQuery: coreClient.CompositeMapper = {\n serializedName: \"Activity\",\n type: {\n name: \"Composite\",\n className: \"ActivityCustomEntityQuery\",\n uberParent: \"CustomEntityQuery\",\n polymorphicDiscriminator: CustomEntityQuery.type.polymorphicDiscriminator,\n modelProperties: {\n ...CustomEntityQuery.type.modelProperties,\n title: {\n serializedName: \"properties.title\",\n type: {\n name: \"String\"\n }\n },\n content: {\n serializedName: \"properties.content\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n queryDefinitions: {\n serializedName: \"properties.queryDefinitions\",\n type: {\n name: \"Composite\",\n className: \"ActivityEntityQueriesPropertiesQueryDefinitions\"\n }\n },\n inputEntityType: {\n serializedName: \"properties.inputEntityType\",\n type: {\n name: \"String\"\n }\n },\n requiredInputFieldsSets: {\n serializedName: \"properties.requiredInputFieldsSets\",\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 entitiesFilter: {\n serializedName: \"properties.entitiesFilter\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Sequence\", element: { type: { name: \"String\" } } }\n }\n }\n },\n templateName: {\n serializedName: \"properties.templateName\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n createdTimeUtc: {\n serializedName: \"properties.createdTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTimeUtc: {\n serializedName: \"properties.lastModifiedTimeUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const AnomalySecurityMLAnalyticsSettings: coreClient.CompositeMapper = {\n serializedName: \"Anomaly\",\n type: {\n name: \"Composite\",\n className: \"AnomalySecurityMLAnalyticsSettings\",\n uberParent: \"SecurityMLAnalyticsSetting\",\n polymorphicDiscriminator:\n SecurityMLAnalyticsSetting.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecurityMLAnalyticsSetting.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedUtc: {\n serializedName: \"properties.lastModifiedUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n requiredDataConnectors: {\n serializedName: \"properties.requiredDataConnectors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityMLAnalyticsSettingsDataSource\"\n }\n }\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 anomalyVersion: {\n serializedName: \"properties.anomalyVersion\",\n type: {\n name: \"String\"\n }\n },\n customizableObservations: {\n serializedName: \"properties.customizableObservations\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n frequency: {\n serializedName: \"properties.frequency\",\n type: {\n name: \"TimeSpan\"\n }\n },\n settingsStatus: {\n serializedName: \"properties.settingsStatus\",\n type: {\n name: \"String\"\n }\n },\n isDefaultSettings: {\n serializedName: \"properties.isDefaultSettings\",\n type: {\n name: \"Boolean\"\n }\n },\n anomalySettingsVersion: {\n serializedName: \"properties.anomalySettingsVersion\",\n type: {\n name: \"Number\"\n }\n },\n settingsDefinitionId: {\n serializedName: \"properties.settingsDefinitionId\",\n type: {\n name: \"Uuid\"\n }\n }\n }\n }\n};\n\nexport const Anomalies: coreClient.CompositeMapper = {\n serializedName: \"Anomalies\",\n type: {\n name: \"Composite\",\n className: \"Anomalies\",\n uberParent: \"Settings\",\n polymorphicDiscriminator: Settings.type.polymorphicDiscriminator,\n modelProperties: {\n ...Settings.type.modelProperties,\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const EyesOn: coreClient.CompositeMapper = {\n serializedName: \"EyesOn\",\n type: {\n name: \"Composite\",\n className: \"EyesOn\",\n uberParent: \"Settings\",\n polymorphicDiscriminator: Settings.type.polymorphicDiscriminator,\n modelProperties: {\n ...Settings.type.modelProperties,\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const EntityAnalytics: coreClient.CompositeMapper = {\n serializedName: \"EntityAnalytics\",\n type: {\n name: \"Composite\",\n className: \"EntityAnalytics\",\n uberParent: \"Settings\",\n polymorphicDiscriminator: Settings.type.polymorphicDiscriminator,\n modelProperties: {\n ...Settings.type.modelProperties,\n entityProviders: {\n serializedName: \"properties.entityProviders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Ueba: coreClient.CompositeMapper = {\n serializedName: \"Ueba\",\n type: {\n name: \"Composite\",\n className: \"Ueba\",\n uberParent: \"Settings\",\n polymorphicDiscriminator: Settings.type.polymorphicDiscriminator,\n modelProperties: {\n ...Settings.type.modelProperties,\n dataSources: {\n serializedName: \"properties.dataSources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ThreatIntelligenceIndicatorModel: coreClient.CompositeMapper = {\n serializedName: \"indicator\",\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceIndicatorModel\",\n uberParent: \"ThreatIntelligenceInformation\",\n polymorphicDiscriminator:\n ThreatIntelligenceInformation.type.polymorphicDiscriminator,\n modelProperties: {\n ...ThreatIntelligenceInformation.type.modelProperties,\n additionalData: {\n serializedName: \"properties.additionalData\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n threatIntelligenceTags: {\n serializedName: \"properties.threatIntelligenceTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n lastUpdatedTimeUtc: {\n serializedName: \"properties.lastUpdatedTimeUtc\",\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"properties.source\",\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 indicatorTypes: {\n serializedName: \"properties.indicatorTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n pattern: {\n serializedName: \"properties.pattern\",\n type: {\n name: \"String\"\n }\n },\n patternType: {\n serializedName: \"properties.patternType\",\n type: {\n name: \"String\"\n }\n },\n patternVersion: {\n serializedName: \"properties.patternVersion\",\n type: {\n name: \"String\"\n }\n },\n killChainPhases: {\n serializedName: \"properties.killChainPhases\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceKillChainPhase\"\n }\n }\n }\n },\n parsedPattern: {\n serializedName: \"properties.parsedPattern\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceParsedPattern\"\n }\n }\n }\n },\n externalId: {\n serializedName: \"properties.externalId\",\n type: {\n name: \"String\"\n }\n },\n createdByRef: {\n serializedName: \"properties.createdByRef\",\n type: {\n name: \"String\"\n }\n },\n defanged: {\n serializedName: \"properties.defanged\",\n type: {\n name: \"Boolean\"\n }\n },\n externalLastUpdatedTimeUtc: {\n serializedName: \"properties.externalLastUpdatedTimeUtc\",\n type: {\n name: \"String\"\n }\n },\n externalReferences: {\n serializedName: \"properties.externalReferences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceExternalReference\"\n }\n }\n }\n },\n granularMarkings: {\n serializedName: \"properties.granularMarkings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThreatIntelligenceGranularMarkingModel\"\n }\n }\n }\n },\n labels: {\n serializedName: \"properties.labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n revoked: {\n serializedName: \"properties.revoked\",\n type: {\n name: \"Boolean\"\n }\n },\n confidence: {\n serializedName: \"properties.confidence\",\n type: {\n name: \"Number\"\n }\n },\n objectMarkingRefs: {\n serializedName: \"properties.objectMarkingRefs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n language: {\n serializedName: \"properties.language\",\n type: {\n name: \"String\"\n }\n },\n threatTypes: {\n serializedName: \"properties.threatTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n validFrom: {\n serializedName: \"properties.validFrom\",\n type: {\n name: \"String\"\n }\n },\n validUntil: {\n serializedName: \"properties.validUntil\",\n type: {\n name: \"String\"\n }\n },\n created: {\n serializedName: \"properties.created\",\n type: {\n name: \"String\"\n }\n },\n modified: {\n serializedName: \"properties.modified\",\n type: {\n name: \"String\"\n }\n },\n extensions: {\n serializedName: \"properties.extensions\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const AADDataConnector: coreClient.CompositeMapper = {\n serializedName: \"AzureActiveDirectory\",\n type: {\n name: \"Composite\",\n className: \"AADDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"AlertsDataTypeOfDataConnector\"\n }\n }\n }\n }\n};\n\nexport const MstiDataConnector: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftThreatIntelligence\",\n type: {\n name: \"Composite\",\n className: \"MstiDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"MstiDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const MTPDataConnector: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftThreatProtection\",\n type: {\n name: \"Composite\",\n className: \"MTPDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"MTPDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const AatpDataConnector: coreClient.CompositeMapper = {\n serializedName: \"AzureAdvancedThreatProtection\",\n type: {\n name: \"Composite\",\n className: \"AatpDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"AlertsDataTypeOfDataConnector\"\n }\n }\n }\n }\n};\n\nexport const ASCDataConnector: coreClient.CompositeMapper = {\n serializedName: \"AzureSecurityCenter\",\n type: {\n name: \"Composite\",\n className: \"ASCDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"AlertsDataTypeOfDataConnector\"\n }\n },\n subscriptionId: {\n serializedName: \"properties.subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AwsCloudTrailDataConnector: coreClient.CompositeMapper = {\n serializedName: \"AmazonWebServicesCloudTrail\",\n type: {\n name: \"Composite\",\n className: \"AwsCloudTrailDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n awsRoleArn: {\n serializedName: \"properties.awsRoleArn\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"AwsCloudTrailDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const AwsS3DataConnector: coreClient.CompositeMapper = {\n serializedName: \"AmazonWebServicesS3\",\n type: {\n name: \"Composite\",\n className: \"AwsS3DataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n destinationTable: {\n serializedName: \"properties.destinationTable\",\n type: {\n name: \"String\"\n }\n },\n sqsUrls: {\n serializedName: \"properties.sqsUrls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n roleArn: {\n serializedName: \"properties.roleArn\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"AwsS3DataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const McasDataConnector: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftCloudAppSecurity\",\n type: {\n name: \"Composite\",\n className: \"McasDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"McasDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const Dynamics365DataConnector: coreClient.CompositeMapper = {\n serializedName: \"Dynamics365\",\n type: {\n name: \"Composite\",\n className: \"Dynamics365DataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"Dynamics365DataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const OfficeATPDataConnector: coreClient.CompositeMapper = {\n serializedName: \"OfficeATP\",\n type: {\n name: \"Composite\",\n className: \"OfficeATPDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"AlertsDataTypeOfDataConnector\"\n }\n }\n }\n }\n};\n\nexport const Office365ProjectDataConnector: coreClient.CompositeMapper = {\n serializedName: \"Office365Project\",\n type: {\n name: \"Composite\",\n className: \"Office365ProjectDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"Office365ProjectConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const OfficePowerBIDataConnector: coreClient.CompositeMapper = {\n serializedName: \"OfficePowerBI\",\n type: {\n name: \"Composite\",\n className: \"OfficePowerBIDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"OfficePowerBIConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const OfficeIRMDataConnector: coreClient.CompositeMapper = {\n serializedName: \"OfficeIRM\",\n type: {\n name: \"Composite\",\n className: \"OfficeIRMDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"AlertsDataTypeOfDataConnector\"\n }\n }\n }\n }\n};\n\nexport const MdatpDataConnector: coreClient.CompositeMapper = {\n serializedName: \"MicrosoftDefenderAdvancedThreatProtection\",\n type: {\n name: \"Composite\",\n className: \"MdatpDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"AlertsDataTypeOfDataConnector\"\n }\n }\n }\n }\n};\n\nexport const OfficeDataConnector: coreClient.CompositeMapper = {\n serializedName: \"Office365\",\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"OfficeDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const TIDataConnector: coreClient.CompositeMapper = {\n serializedName: \"ThreatIntelligence\",\n type: {\n name: \"Composite\",\n className: \"TIDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n tipLookbackPeriod: {\n serializedName: \"properties.tipLookbackPeriod\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"TIDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const TiTaxiiDataConnector: coreClient.CompositeMapper = {\n serializedName: \"ThreatIntelligenceTaxii\",\n type: {\n name: \"Composite\",\n className: \"TiTaxiiDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n workspaceId: {\n serializedName: \"properties.workspaceId\",\n type: {\n name: \"String\"\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n type: {\n name: \"String\"\n }\n },\n taxiiServer: {\n serializedName: \"properties.taxiiServer\",\n type: {\n name: \"String\"\n }\n },\n collectionId: {\n serializedName: \"properties.collectionId\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n taxiiLookbackPeriod: {\n serializedName: \"properties.taxiiLookbackPeriod\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n pollingFrequency: {\n serializedName: \"properties.pollingFrequency\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"TiTaxiiDataConnectorDataTypes\"\n }\n }\n }\n }\n};\n\nexport const IoTDataConnector: coreClient.CompositeMapper = {\n serializedName: \"IOT\",\n type: {\n name: \"Composite\",\n className: \"IoTDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n dataTypes: {\n serializedName: \"properties.dataTypes\",\n type: {\n name: \"Composite\",\n className: \"AlertsDataTypeOfDataConnector\"\n }\n },\n subscriptionId: {\n serializedName: \"properties.subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CodelessUiDataConnector: coreClient.CompositeMapper = {\n serializedName: \"GenericUI\",\n type: {\n name: \"Composite\",\n className: \"CodelessUiDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n connectorUiConfig: {\n serializedName: \"properties.connectorUiConfig\",\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigProperties\"\n }\n }\n }\n }\n};\n\nexport const CodelessApiPollingDataConnector: coreClient.CompositeMapper = {\n serializedName: \"APIPolling\",\n type: {\n name: \"Composite\",\n className: \"CodelessApiPollingDataConnector\",\n uberParent: \"DataConnector\",\n polymorphicDiscriminator: DataConnector.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataConnector.type.modelProperties,\n connectorUiConfig: {\n serializedName: \"properties.connectorUiConfig\",\n type: {\n name: \"Composite\",\n className: \"CodelessUiConnectorConfigProperties\"\n }\n },\n pollingConfig: {\n serializedName: \"properties.pollingConfig\",\n type: {\n name: \"Composite\",\n className: \"CodelessConnectorPollingConfigProperties\"\n }\n }\n }\n }\n};\n\nexport const WatchlistsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WatchlistsDeleteHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WatchlistsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WatchlistsCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n AutomationRuleCondition: AutomationRuleCondition,\n AutomationRuleAction: AutomationRuleAction,\n EntityTimelineItem: EntityTimelineItem,\n EntityQueryItem: EntityQueryItem,\n DataConnectorsCheckRequirements: DataConnectorsCheckRequirements,\n \"Resource.AlertRuleTemplate\": AlertRuleTemplate,\n \"Resource.Entity\": Entity,\n \"Resource.EntityQueryTemplate\": EntityQueryTemplate,\n \"AutomationRuleCondition.Boolean\": BooleanConditionProperties,\n \"AutomationRuleCondition.PropertyArrayChanged\": PropertyArrayChangedConditionProperties,\n \"AutomationRuleCondition.PropertyArray\": PropertyArrayConditionProperties,\n \"AutomationRuleCondition.PropertyChanged\": PropertyChangedConditionProperties,\n \"AutomationRuleCondition.Property\": PropertyConditionProperties,\n \"AutomationRuleAction.ModifyProperties\": AutomationRuleModifyPropertiesAction,\n \"AutomationRuleAction.RunPlaybook\": AutomationRuleRunPlaybookAction,\n \"EntityTimelineItem.Activity\": ActivityTimelineItem,\n \"EntityTimelineItem.Bookmark\": BookmarkTimelineItem,\n \"EntityTimelineItem.Anomaly\": AnomalyTimelineItem,\n \"EntityTimelineItem.SecurityAlert\": SecurityAlertTimelineItem,\n \"EntityQueryItem.Insight\": InsightQueryItem,\n \"DataConnectorsCheckRequirements.AzureActiveDirectory\": AADCheckRequirements,\n \"DataConnectorsCheckRequirements.AzureAdvancedThreatProtection\": AatpCheckRequirements,\n \"DataConnectorsCheckRequirements.AzureSecurityCenter\": ASCCheckRequirements,\n \"DataConnectorsCheckRequirements.AmazonWebServicesCloudTrail\": AwsCloudTrailCheckRequirements,\n \"DataConnectorsCheckRequirements.AmazonWebServicesS3\": AwsS3CheckRequirements,\n \"DataConnectorsCheckRequirements.Dynamics365\": Dynamics365CheckRequirements,\n \"DataConnectorsCheckRequirements.MicrosoftCloudAppSecurity\": McasCheckRequirements,\n \"DataConnectorsCheckRequirements.MicrosoftDefenderAdvancedThreatProtection\": MdatpCheckRequirements,\n \"DataConnectorsCheckRequirements.MicrosoftThreatIntelligence\": MstiCheckRequirements,\n \"DataConnectorsCheckRequirements.MicrosoftThreatProtection\": MtpCheckRequirements,\n \"DataConnectorsCheckRequirements.OfficeATP\": OfficeATPCheckRequirements,\n \"DataConnectorsCheckRequirements.OfficeIRM\": OfficeIRMCheckRequirements,\n \"DataConnectorsCheckRequirements.Office365Project\": Office365ProjectCheckRequirements,\n \"DataConnectorsCheckRequirements.OfficePowerBI\": OfficePowerBICheckRequirements,\n \"DataConnectorsCheckRequirements.ThreatIntelligence\": TICheckRequirements,\n \"DataConnectorsCheckRequirements.ThreatIntelligenceTaxii\": TiTaxiiCheckRequirements,\n \"DataConnectorsCheckRequirements.IOT\": IoTCheckRequirements,\n \"ResourceWithEtag.AlertRule\": AlertRule,\n \"ResourceWithEtag.EntityQuery\": EntityQuery,\n \"ResourceWithEtag.CustomEntityQuery\": CustomEntityQuery,\n \"ResourceWithEtag.SecurityMLAnalyticsSetting\": SecurityMLAnalyticsSetting,\n \"ResourceWithEtag.Settings\": Settings,\n \"ResourceWithEtag.ThreatIntelligenceInformation\": ThreatIntelligenceInformation,\n \"ResourceWithEtag.DataConnector\": DataConnector,\n \"AlertRuleTemplate.MLBehaviorAnalytics\": MLBehaviorAnalyticsAlertRuleTemplate,\n \"AlertRuleTemplate.Fusion\": FusionAlertRuleTemplate,\n \"AlertRuleTemplate.ThreatIntelligence\": ThreatIntelligenceAlertRuleTemplate,\n \"AlertRuleTemplate.MicrosoftSecurityIncidentCreation\": MicrosoftSecurityIncidentCreationAlertRuleTemplate,\n \"AlertRuleTemplate.Scheduled\": ScheduledAlertRuleTemplate,\n \"AlertRuleTemplate.NRT\": NrtAlertRuleTemplate,\n \"Entity.SecurityAlert\": SecurityAlert,\n \"Entity.Bookmark\": HuntingBookmark,\n \"Entity.Account\": AccountEntity,\n \"Entity.AzureResource\": AzureResourceEntity,\n \"Entity.CloudApplication\": CloudApplicationEntity,\n \"Entity.DnsResolution\": DnsEntity,\n \"Entity.File\": FileEntity,\n \"Entity.FileHash\": FileHashEntity,\n \"Entity.Host\": HostEntity,\n \"Entity.IoTDevice\": IoTDeviceEntity,\n \"Entity.Ip\": IpEntity,\n \"Entity.Mailbox\": MailboxEntity,\n \"Entity.MailCluster\": MailClusterEntity,\n \"Entity.MailMessage\": MailMessageEntity,\n \"Entity.Malware\": MalwareEntity,\n \"Entity.Process\": ProcessEntity,\n \"Entity.RegistryKey\": RegistryKeyEntity,\n \"Entity.RegistryValue\": RegistryValueEntity,\n \"Entity.SecurityGroup\": SecurityGroupEntity,\n \"Entity.SubmissionMail\": SubmissionMailEntity,\n \"Entity.Url\": UrlEntity,\n \"Entity.Nic\": NicEntity,\n \"EntityQueryTemplate.Activity\": ActivityEntityQueryTemplate,\n \"AlertRule.MLBehaviorAnalytics\": MLBehaviorAnalyticsAlertRule,\n \"AlertRule.Fusion\": FusionAlertRule,\n \"AlertRule.ThreatIntelligence\": ThreatIntelligenceAlertRule,\n \"AlertRule.MicrosoftSecurityIncidentCreation\": MicrosoftSecurityIncidentCreationAlertRule,\n \"AlertRule.Scheduled\": ScheduledAlertRule,\n \"AlertRule.NRT\": NrtAlertRule,\n \"EntityQuery.Expansion\": ExpansionEntityQuery,\n \"EntityQuery.Activity\": ActivityEntityQuery,\n \"CustomEntityQuery.Activity\": ActivityCustomEntityQuery,\n \"SecurityMLAnalyticsSetting.Anomaly\": AnomalySecurityMLAnalyticsSettings,\n \"Settings.Anomalies\": Anomalies,\n \"Settings.EyesOn\": EyesOn,\n \"Settings.EntityAnalytics\": EntityAnalytics,\n \"Settings.Ueba\": Ueba,\n \"ThreatIntelligenceInformation.indicator\": ThreatIntelligenceIndicatorModel,\n \"DataConnector.AzureActiveDirectory\": AADDataConnector,\n \"DataConnector.MicrosoftThreatIntelligence\": MstiDataConnector,\n \"DataConnector.MicrosoftThreatProtection\": MTPDataConnector,\n \"DataConnector.AzureAdvancedThreatProtection\": AatpDataConnector,\n \"DataConnector.AzureSecurityCenter\": ASCDataConnector,\n \"DataConnector.AmazonWebServicesCloudTrail\": AwsCloudTrailDataConnector,\n \"DataConnector.AmazonWebServicesS3\": AwsS3DataConnector,\n \"DataConnector.MicrosoftCloudAppSecurity\": McasDataConnector,\n \"DataConnector.Dynamics365\": Dynamics365DataConnector,\n \"DataConnector.OfficeATP\": OfficeATPDataConnector,\n \"DataConnector.Office365Project\": Office365ProjectDataConnector,\n \"DataConnector.OfficePowerBI\": OfficePowerBIDataConnector,\n \"DataConnector.OfficeIRM\": OfficeIRMDataConnector,\n \"DataConnector.MicrosoftDefenderAdvancedThreatProtection\": MdatpDataConnector,\n \"DataConnector.Office365\": OfficeDataConnector,\n \"DataConnector.ThreatIntelligence\": TIDataConnector,\n \"DataConnector.ThreatIntelligenceTaxii\": TiTaxiiDataConnector,\n \"DataConnector.IOT\": IoTDataConnector,\n \"DataConnector.GenericUI\": CodelessUiDataConnector,\n \"DataConnector.APIPolling\": CodelessApiPollingDataConnector\n};\n"]}