@azure/arm-cdn 9.1.1-alpha.20250101.1 → 9.1.1-alpha.20250103.1

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 (1500) hide show
  1. package/dist/browser/cdnManagementClient.d.ts +71 -0
  2. package/dist/browser/cdnManagementClient.d.ts.map +1 -0
  3. package/dist/browser/cdnManagementClient.js +233 -0
  4. package/dist/browser/cdnManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/dist/browser/index.d.ts.map +1 -0
  7. package/dist/browser/index.js +13 -0
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/dist/browser/models/parameters.js +655 -0
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/dist/browser/operations/afdCustomDomains.d.ts +130 -0
  15. package/dist/browser/operations/afdCustomDomains.d.ts.map +1 -0
  16. package/dist/browser/operations/afdCustomDomains.js +543 -0
  17. package/dist/browser/operations/afdCustomDomains.js.map +1 -0
  18. package/dist/browser/operations/afdEndpoints.d.ts +185 -0
  19. package/dist/browser/operations/afdEndpoints.d.ts.map +1 -0
  20. package/dist/browser/operations/afdEndpoints.js +728 -0
  21. package/dist/browser/operations/afdEndpoints.js.map +1 -0
  22. package/dist/browser/operations/afdOriginGroups.d.ts +139 -0
  23. package/dist/browser/operations/afdOriginGroups.d.ts.map +1 -0
  24. package/dist/browser/operations/afdOriginGroups.js +593 -0
  25. package/dist/browser/operations/afdOriginGroups.js.map +1 -0
  26. package/dist/browser/operations/afdOrigins.d.ts +119 -0
  27. package/dist/browser/operations/afdOrigins.d.ts.map +1 -0
  28. package/dist/browser/operations/afdOrigins.js +485 -0
  29. package/dist/browser/operations/afdOrigins.js.map +1 -0
  30. package/dist/browser/operations/afdProfiles.d.ts +88 -0
  31. package/dist/browser/operations/afdProfiles.d.ts.map +1 -0
  32. package/dist/browser/operations/afdProfiles.js +361 -0
  33. package/dist/browser/operations/afdProfiles.js.map +1 -0
  34. package/dist/browser/operations/customDomains.d.ts +125 -0
  35. package/dist/browser/operations/customDomains.d.ts.map +1 -0
  36. package/dist/browser/operations/customDomains.js +568 -0
  37. package/dist/browser/operations/customDomains.js.map +1 -0
  38. package/dist/browser/operations/edgeNodes.d.ts +32 -0
  39. package/dist/browser/operations/edgeNodes.d.ts.map +1 -0
  40. package/dist/browser/operations/edgeNodes.js +133 -0
  41. package/dist/browser/operations/edgeNodes.js.map +1 -0
  42. package/dist/browser/operations/endpoints.d.ts +220 -0
  43. package/dist/browser/operations/endpoints.d.ts.map +1 -0
  44. package/dist/browser/operations/endpoints.js +969 -0
  45. package/dist/browser/operations/endpoints.js.map +1 -0
  46. package/dist/browser/operations/index.d.ts +22 -0
  47. package/dist/browser/operations/index.d.ts.map +1 -0
  48. package/dist/browser/operations/index.js +29 -0
  49. package/dist/browser/operations/index.js.map +1 -0
  50. package/dist/browser/operations/logAnalytics.d.ts +81 -0
  51. package/dist/browser/operations/logAnalytics.d.ts.map +1 -0
  52. package/dist/browser/operations/logAnalytics.js +302 -0
  53. package/dist/browser/operations/logAnalytics.js.map +1 -0
  54. package/dist/browser/operations/managedRuleSets.d.ts +32 -0
  55. package/dist/browser/operations/managedRuleSets.d.ts.map +1 -0
  56. package/dist/browser/operations/managedRuleSets.js +137 -0
  57. package/dist/browser/operations/managedRuleSets.js.map +1 -0
  58. package/dist/browser/operations/operations.d.ts +32 -0
  59. package/dist/browser/operations/operations.d.ts.map +1 -0
  60. package/dist/browser/operations/operations.js +133 -0
  61. package/dist/browser/operations/operations.js.map +1 -0
  62. package/dist/browser/operations/originGroups.d.ts +109 -0
  63. package/dist/browser/operations/originGroups.d.ts.map +1 -0
  64. package/dist/browser/operations/originGroups.js +478 -0
  65. package/dist/browser/operations/originGroups.js.map +1 -0
  66. package/dist/browser/operations/origins.d.ts +109 -0
  67. package/dist/browser/operations/origins.d.ts.map +1 -0
  68. package/dist/browser/operations/origins.js +472 -0
  69. package/dist/browser/operations/origins.js.map +1 -0
  70. package/dist/browser/operations/policies.d.ts +86 -0
  71. package/dist/browser/operations/policies.d.ts.map +1 -0
  72. package/dist/browser/operations/policies.js +390 -0
  73. package/dist/browser/operations/policies.js.map +1 -0
  74. package/dist/browser/operations/profiles.d.ts +221 -0
  75. package/dist/browser/operations/profiles.d.ts.map +1 -0
  76. package/dist/browser/operations/profiles.js +994 -0
  77. package/dist/browser/operations/profiles.js.map +1 -0
  78. package/dist/browser/operations/resourceUsageOperations.d.ts +32 -0
  79. package/dist/browser/operations/resourceUsageOperations.d.ts.map +1 -0
  80. package/dist/browser/operations/resourceUsageOperations.js +137 -0
  81. package/dist/browser/operations/resourceUsageOperations.js.map +1 -0
  82. package/dist/browser/operations/routes.d.ts +126 -0
  83. package/dist/browser/operations/routes.d.ts.map +1 -0
  84. package/dist/browser/operations/routes.js +492 -0
  85. package/dist/browser/operations/routes.js.map +1 -0
  86. package/dist/browser/operations/ruleSets.d.ts +111 -0
  87. package/dist/browser/operations/ruleSets.d.ts.map +1 -0
  88. package/dist/browser/operations/ruleSets.js +438 -0
  89. package/dist/browser/operations/ruleSets.js.map +1 -0
  90. package/dist/browser/operations/rules.d.ts +119 -0
  91. package/dist/browser/operations/rules.d.ts.map +1 -0
  92. package/dist/browser/operations/rules.js +479 -0
  93. package/dist/browser/operations/rules.js.map +1 -0
  94. package/dist/browser/operations/secrets.d.ts +89 -0
  95. package/dist/browser/operations/secrets.d.ts.map +1 -0
  96. package/dist/browser/operations/secrets.js +358 -0
  97. package/dist/browser/operations/secrets.js.map +1 -0
  98. package/dist/browser/operations/securityPolicies.d.ts +109 -0
  99. package/dist/browser/operations/securityPolicies.d.ts.map +1 -0
  100. package/dist/browser/operations/securityPolicies.js +461 -0
  101. package/dist/browser/operations/securityPolicies.js.map +1 -0
  102. package/dist/browser/operationsInterfaces/afdCustomDomains.d.ts +103 -0
  103. package/dist/browser/operationsInterfaces/afdCustomDomains.d.ts.map +1 -0
  104. package/dist/browser/operationsInterfaces/afdCustomDomains.js.map +1 -0
  105. package/dist/browser/operationsInterfaces/afdEndpoints.d.ts +137 -0
  106. package/dist/browser/operationsInterfaces/afdEndpoints.d.ts.map +1 -0
  107. package/dist/browser/operationsInterfaces/afdEndpoints.js.map +1 -0
  108. package/dist/browser/operationsInterfaces/afdOriginGroups.d.ts +91 -0
  109. package/dist/browser/operationsInterfaces/afdOriginGroups.d.ts.map +1 -0
  110. package/dist/browser/operationsInterfaces/afdOriginGroups.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/afdOrigins.d.ts +90 -0
  112. package/dist/browser/operationsInterfaces/afdOrigins.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/afdOrigins.js.map +1 -0
  114. package/dist/browser/operationsInterfaces/afdProfiles.d.ts +61 -0
  115. package/dist/browser/operationsInterfaces/afdProfiles.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/afdProfiles.js.map +1 -0
  117. package/dist/browser/operationsInterfaces/customDomains.d.ts +98 -0
  118. package/dist/browser/operationsInterfaces/customDomains.d.ts.map +1 -0
  119. package/dist/browser/operationsInterfaces/customDomains.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/edgeNodes.d.ts +11 -0
  121. package/dist/browser/operationsInterfaces/edgeNodes.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/edgeNodes.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/endpoints.d.ts +176 -0
  124. package/dist/browser/operationsInterfaces/endpoints.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/endpoints.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/index.d.ts +22 -0
  127. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/index.js +29 -0
  129. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/logAnalytics.d.ts +73 -0
  131. package/dist/browser/operationsInterfaces/logAnalytics.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/logAnalytics.js.map +1 -0
  133. package/dist/browser/operationsInterfaces/managedRuleSets.d.ts +11 -0
  134. package/dist/browser/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
  135. package/dist/browser/operationsInterfaces/managedRuleSets.js.map +1 -0
  136. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  137. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  138. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  139. package/dist/browser/operationsInterfaces/originGroups.d.ts +82 -0
  140. package/dist/browser/operationsInterfaces/originGroups.d.ts.map +1 -0
  141. package/dist/browser/operationsInterfaces/originGroups.js.map +1 -0
  142. package/dist/browser/operationsInterfaces/origins.d.ts +82 -0
  143. package/dist/browser/operationsInterfaces/origins.d.ts.map +1 -0
  144. package/dist/browser/operationsInterfaces/origins.js.map +1 -0
  145. package/dist/browser/operationsInterfaces/policies.d.ts +63 -0
  146. package/dist/browser/operationsInterfaces/policies.d.ts.map +1 -0
  147. package/dist/browser/operationsInterfaces/policies.js.map +1 -0
  148. package/dist/browser/operationsInterfaces/profiles.d.ts +163 -0
  149. package/dist/browser/operationsInterfaces/profiles.d.ts.map +1 -0
  150. package/dist/browser/operationsInterfaces/profiles.js.map +1 -0
  151. package/dist/browser/operationsInterfaces/resourceUsageOperations.d.ts +11 -0
  152. package/dist/browser/operationsInterfaces/resourceUsageOperations.d.ts.map +1 -0
  153. package/dist/browser/operationsInterfaces/resourceUsageOperations.js.map +1 -0
  154. package/dist/browser/operationsInterfaces/routes.d.ts +97 -0
  155. package/dist/browser/operationsInterfaces/routes.d.ts.map +1 -0
  156. package/dist/browser/operationsInterfaces/routes.js.map +1 -0
  157. package/dist/browser/operationsInterfaces/ruleSets.d.ts +63 -0
  158. package/dist/browser/operationsInterfaces/ruleSets.d.ts.map +1 -0
  159. package/dist/browser/operationsInterfaces/ruleSets.js.map +1 -0
  160. package/dist/browser/operationsInterfaces/rules.d.ts +90 -0
  161. package/dist/browser/operationsInterfaces/rules.d.ts.map +1 -0
  162. package/dist/browser/operationsInterfaces/rules.js.map +1 -0
  163. package/dist/browser/operationsInterfaces/secrets.d.ts +62 -0
  164. package/dist/browser/operationsInterfaces/secrets.d.ts.map +1 -0
  165. package/dist/browser/operationsInterfaces/secrets.js.map +1 -0
  166. package/dist/browser/operationsInterfaces/securityPolicies.d.ts +82 -0
  167. package/dist/browser/operationsInterfaces/securityPolicies.d.ts.map +1 -0
  168. package/dist/browser/operationsInterfaces/securityPolicies.js.map +1 -0
  169. package/dist/browser/package.json +3 -0
  170. package/dist/browser/pagingHelper.js.map +1 -0
  171. package/dist/commonjs/cdnManagementClient.d.ts +71 -0
  172. package/dist/commonjs/cdnManagementClient.d.ts.map +1 -0
  173. package/dist/commonjs/cdnManagementClient.js +238 -0
  174. package/dist/commonjs/cdnManagementClient.js.map +1 -0
  175. package/dist/commonjs/index.d.ts +5 -0
  176. package/dist/commonjs/index.d.ts.map +1 -0
  177. package/dist/commonjs/index.js +19 -0
  178. package/dist/commonjs/index.js.map +1 -0
  179. package/dist/commonjs/lroImpl.d.ts +11 -0
  180. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  181. package/dist/commonjs/lroImpl.js +24 -0
  182. package/dist/commonjs/lroImpl.js.map +1 -0
  183. package/dist/commonjs/models/index.d.ts +6620 -0
  184. package/dist/commonjs/models/index.d.ts.map +1 -0
  185. package/dist/commonjs/models/index.js +1401 -0
  186. package/dist/commonjs/models/index.js.map +1 -0
  187. package/dist/commonjs/models/mappers.d.ts +350 -0
  188. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  189. package/dist/commonjs/models/mappers.js +9459 -0
  190. package/dist/commonjs/models/mappers.js.map +1 -0
  191. package/dist/commonjs/models/parameters.d.ts +80 -0
  192. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  193. package/dist/commonjs/models/parameters.js +659 -0
  194. package/dist/commonjs/models/parameters.js.map +1 -0
  195. package/dist/commonjs/operations/afdCustomDomains.d.ts +130 -0
  196. package/dist/commonjs/operations/afdCustomDomains.d.ts.map +1 -0
  197. package/dist/commonjs/operations/afdCustomDomains.js +547 -0
  198. package/dist/commonjs/operations/afdCustomDomains.js.map +1 -0
  199. package/dist/commonjs/operations/afdEndpoints.d.ts +185 -0
  200. package/dist/commonjs/operations/afdEndpoints.d.ts.map +1 -0
  201. package/dist/commonjs/operations/afdEndpoints.js +732 -0
  202. package/dist/commonjs/operations/afdEndpoints.js.map +1 -0
  203. package/dist/commonjs/operations/afdOriginGroups.d.ts +139 -0
  204. package/dist/commonjs/operations/afdOriginGroups.d.ts.map +1 -0
  205. package/dist/commonjs/operations/afdOriginGroups.js +597 -0
  206. package/dist/commonjs/operations/afdOriginGroups.js.map +1 -0
  207. package/dist/commonjs/operations/afdOrigins.d.ts +119 -0
  208. package/dist/commonjs/operations/afdOrigins.d.ts.map +1 -0
  209. package/dist/commonjs/operations/afdOrigins.js +489 -0
  210. package/dist/commonjs/operations/afdOrigins.js.map +1 -0
  211. package/dist/commonjs/operations/afdProfiles.d.ts +88 -0
  212. package/dist/commonjs/operations/afdProfiles.d.ts.map +1 -0
  213. package/dist/commonjs/operations/afdProfiles.js +365 -0
  214. package/dist/commonjs/operations/afdProfiles.js.map +1 -0
  215. package/dist/commonjs/operations/customDomains.d.ts +125 -0
  216. package/dist/commonjs/operations/customDomains.d.ts.map +1 -0
  217. package/dist/commonjs/operations/customDomains.js +572 -0
  218. package/dist/commonjs/operations/customDomains.js.map +1 -0
  219. package/dist/commonjs/operations/edgeNodes.d.ts +32 -0
  220. package/dist/commonjs/operations/edgeNodes.d.ts.map +1 -0
  221. package/dist/commonjs/operations/edgeNodes.js +137 -0
  222. package/dist/commonjs/operations/edgeNodes.js.map +1 -0
  223. package/dist/commonjs/operations/endpoints.d.ts +220 -0
  224. package/dist/commonjs/operations/endpoints.d.ts.map +1 -0
  225. package/dist/commonjs/operations/endpoints.js +973 -0
  226. package/dist/commonjs/operations/endpoints.js.map +1 -0
  227. package/dist/commonjs/operations/index.d.ts +22 -0
  228. package/dist/commonjs/operations/index.d.ts.map +1 -0
  229. package/dist/commonjs/operations/index.js +32 -0
  230. package/dist/commonjs/operations/index.js.map +1 -0
  231. package/dist/commonjs/operations/logAnalytics.d.ts +81 -0
  232. package/dist/commonjs/operations/logAnalytics.d.ts.map +1 -0
  233. package/dist/commonjs/operations/logAnalytics.js +307 -0
  234. package/dist/commonjs/operations/logAnalytics.js.map +1 -0
  235. package/dist/commonjs/operations/managedRuleSets.d.ts +32 -0
  236. package/dist/commonjs/operations/managedRuleSets.d.ts.map +1 -0
  237. package/dist/commonjs/operations/managedRuleSets.js +141 -0
  238. package/dist/commonjs/operations/managedRuleSets.js.map +1 -0
  239. package/dist/commonjs/operations/operations.d.ts +32 -0
  240. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  241. package/dist/commonjs/operations/operations.js +137 -0
  242. package/dist/commonjs/operations/operations.js.map +1 -0
  243. package/dist/commonjs/operations/originGroups.d.ts +109 -0
  244. package/dist/commonjs/operations/originGroups.d.ts.map +1 -0
  245. package/dist/commonjs/operations/originGroups.js +482 -0
  246. package/dist/commonjs/operations/originGroups.js.map +1 -0
  247. package/dist/commonjs/operations/origins.d.ts +109 -0
  248. package/dist/commonjs/operations/origins.d.ts.map +1 -0
  249. package/dist/commonjs/operations/origins.js +476 -0
  250. package/dist/commonjs/operations/origins.js.map +1 -0
  251. package/dist/commonjs/operations/policies.d.ts +86 -0
  252. package/dist/commonjs/operations/policies.d.ts.map +1 -0
  253. package/dist/commonjs/operations/policies.js +394 -0
  254. package/dist/commonjs/operations/policies.js.map +1 -0
  255. package/dist/commonjs/operations/profiles.d.ts +221 -0
  256. package/dist/commonjs/operations/profiles.d.ts.map +1 -0
  257. package/dist/commonjs/operations/profiles.js +998 -0
  258. package/dist/commonjs/operations/profiles.js.map +1 -0
  259. package/dist/commonjs/operations/resourceUsageOperations.d.ts +32 -0
  260. package/dist/commonjs/operations/resourceUsageOperations.d.ts.map +1 -0
  261. package/dist/commonjs/operations/resourceUsageOperations.js +141 -0
  262. package/dist/commonjs/operations/resourceUsageOperations.js.map +1 -0
  263. package/dist/commonjs/operations/routes.d.ts +126 -0
  264. package/dist/commonjs/operations/routes.d.ts.map +1 -0
  265. package/dist/commonjs/operations/routes.js +496 -0
  266. package/dist/commonjs/operations/routes.js.map +1 -0
  267. package/dist/commonjs/operations/ruleSets.d.ts +111 -0
  268. package/dist/commonjs/operations/ruleSets.d.ts.map +1 -0
  269. package/dist/commonjs/operations/ruleSets.js +442 -0
  270. package/dist/commonjs/operations/ruleSets.js.map +1 -0
  271. package/dist/commonjs/operations/rules.d.ts +119 -0
  272. package/dist/commonjs/operations/rules.d.ts.map +1 -0
  273. package/dist/commonjs/operations/rules.js +483 -0
  274. package/dist/commonjs/operations/rules.js.map +1 -0
  275. package/dist/commonjs/operations/secrets.d.ts +89 -0
  276. package/dist/commonjs/operations/secrets.d.ts.map +1 -0
  277. package/dist/commonjs/operations/secrets.js +362 -0
  278. package/dist/commonjs/operations/secrets.js.map +1 -0
  279. package/dist/commonjs/operations/securityPolicies.d.ts +109 -0
  280. package/dist/commonjs/operations/securityPolicies.d.ts.map +1 -0
  281. package/dist/commonjs/operations/securityPolicies.js +465 -0
  282. package/dist/commonjs/operations/securityPolicies.js.map +1 -0
  283. package/dist/commonjs/operationsInterfaces/afdCustomDomains.d.ts +103 -0
  284. package/dist/commonjs/operationsInterfaces/afdCustomDomains.d.ts.map +1 -0
  285. package/dist/commonjs/operationsInterfaces/afdCustomDomains.js +10 -0
  286. package/dist/commonjs/operationsInterfaces/afdCustomDomains.js.map +1 -0
  287. package/dist/commonjs/operationsInterfaces/afdEndpoints.d.ts +137 -0
  288. package/dist/commonjs/operationsInterfaces/afdEndpoints.d.ts.map +1 -0
  289. package/dist/commonjs/operationsInterfaces/afdEndpoints.js +10 -0
  290. package/dist/commonjs/operationsInterfaces/afdEndpoints.js.map +1 -0
  291. package/dist/commonjs/operationsInterfaces/afdOriginGroups.d.ts +91 -0
  292. package/dist/commonjs/operationsInterfaces/afdOriginGroups.d.ts.map +1 -0
  293. package/dist/commonjs/operationsInterfaces/afdOriginGroups.js +10 -0
  294. package/dist/commonjs/operationsInterfaces/afdOriginGroups.js.map +1 -0
  295. package/dist/commonjs/operationsInterfaces/afdOrigins.d.ts +90 -0
  296. package/dist/commonjs/operationsInterfaces/afdOrigins.d.ts.map +1 -0
  297. package/dist/commonjs/operationsInterfaces/afdOrigins.js +10 -0
  298. package/dist/commonjs/operationsInterfaces/afdOrigins.js.map +1 -0
  299. package/dist/commonjs/operationsInterfaces/afdProfiles.d.ts +61 -0
  300. package/dist/commonjs/operationsInterfaces/afdProfiles.d.ts.map +1 -0
  301. package/dist/commonjs/operationsInterfaces/afdProfiles.js +10 -0
  302. package/dist/commonjs/operationsInterfaces/afdProfiles.js.map +1 -0
  303. package/dist/commonjs/operationsInterfaces/customDomains.d.ts +98 -0
  304. package/dist/commonjs/operationsInterfaces/customDomains.d.ts.map +1 -0
  305. package/dist/commonjs/operationsInterfaces/customDomains.js +10 -0
  306. package/dist/commonjs/operationsInterfaces/customDomains.js.map +1 -0
  307. package/dist/commonjs/operationsInterfaces/edgeNodes.d.ts +11 -0
  308. package/dist/commonjs/operationsInterfaces/edgeNodes.d.ts.map +1 -0
  309. package/dist/commonjs/operationsInterfaces/edgeNodes.js +10 -0
  310. package/dist/commonjs/operationsInterfaces/edgeNodes.js.map +1 -0
  311. package/dist/commonjs/operationsInterfaces/endpoints.d.ts +176 -0
  312. package/dist/commonjs/operationsInterfaces/endpoints.d.ts.map +1 -0
  313. package/dist/commonjs/operationsInterfaces/endpoints.js +10 -0
  314. package/dist/commonjs/operationsInterfaces/endpoints.js.map +1 -0
  315. package/dist/commonjs/operationsInterfaces/index.d.ts +22 -0
  316. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  317. package/dist/commonjs/operationsInterfaces/index.js +32 -0
  318. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  319. package/dist/commonjs/operationsInterfaces/logAnalytics.d.ts +73 -0
  320. package/dist/commonjs/operationsInterfaces/logAnalytics.d.ts.map +1 -0
  321. package/dist/commonjs/operationsInterfaces/logAnalytics.js +10 -0
  322. package/dist/commonjs/operationsInterfaces/logAnalytics.js.map +1 -0
  323. package/dist/commonjs/operationsInterfaces/managedRuleSets.d.ts +11 -0
  324. package/dist/commonjs/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
  325. package/dist/commonjs/operationsInterfaces/managedRuleSets.js +10 -0
  326. package/dist/commonjs/operationsInterfaces/managedRuleSets.js.map +1 -0
  327. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  328. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  329. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  330. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  331. package/dist/commonjs/operationsInterfaces/originGroups.d.ts +82 -0
  332. package/dist/commonjs/operationsInterfaces/originGroups.d.ts.map +1 -0
  333. package/dist/commonjs/operationsInterfaces/originGroups.js +10 -0
  334. package/dist/commonjs/operationsInterfaces/originGroups.js.map +1 -0
  335. package/dist/commonjs/operationsInterfaces/origins.d.ts +82 -0
  336. package/dist/commonjs/operationsInterfaces/origins.d.ts.map +1 -0
  337. package/dist/commonjs/operationsInterfaces/origins.js +10 -0
  338. package/dist/commonjs/operationsInterfaces/origins.js.map +1 -0
  339. package/dist/commonjs/operationsInterfaces/policies.d.ts +63 -0
  340. package/dist/commonjs/operationsInterfaces/policies.d.ts.map +1 -0
  341. package/dist/commonjs/operationsInterfaces/policies.js +10 -0
  342. package/dist/commonjs/operationsInterfaces/policies.js.map +1 -0
  343. package/dist/commonjs/operationsInterfaces/profiles.d.ts +163 -0
  344. package/dist/commonjs/operationsInterfaces/profiles.d.ts.map +1 -0
  345. package/dist/commonjs/operationsInterfaces/profiles.js +10 -0
  346. package/dist/commonjs/operationsInterfaces/profiles.js.map +1 -0
  347. package/dist/commonjs/operationsInterfaces/resourceUsageOperations.d.ts +11 -0
  348. package/dist/commonjs/operationsInterfaces/resourceUsageOperations.d.ts.map +1 -0
  349. package/dist/commonjs/operationsInterfaces/resourceUsageOperations.js +10 -0
  350. package/dist/commonjs/operationsInterfaces/resourceUsageOperations.js.map +1 -0
  351. package/dist/commonjs/operationsInterfaces/routes.d.ts +97 -0
  352. package/dist/commonjs/operationsInterfaces/routes.d.ts.map +1 -0
  353. package/dist/commonjs/operationsInterfaces/routes.js +10 -0
  354. package/dist/commonjs/operationsInterfaces/routes.js.map +1 -0
  355. package/dist/commonjs/operationsInterfaces/ruleSets.d.ts +63 -0
  356. package/dist/commonjs/operationsInterfaces/ruleSets.d.ts.map +1 -0
  357. package/dist/commonjs/operationsInterfaces/ruleSets.js +10 -0
  358. package/dist/commonjs/operationsInterfaces/ruleSets.js.map +1 -0
  359. package/dist/commonjs/operationsInterfaces/rules.d.ts +90 -0
  360. package/dist/commonjs/operationsInterfaces/rules.d.ts.map +1 -0
  361. package/dist/commonjs/operationsInterfaces/rules.js +10 -0
  362. package/dist/commonjs/operationsInterfaces/rules.js.map +1 -0
  363. package/dist/commonjs/operationsInterfaces/secrets.d.ts +62 -0
  364. package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +1 -0
  365. package/dist/commonjs/operationsInterfaces/secrets.js +10 -0
  366. package/dist/commonjs/operationsInterfaces/secrets.js.map +1 -0
  367. package/dist/commonjs/operationsInterfaces/securityPolicies.d.ts +82 -0
  368. package/dist/commonjs/operationsInterfaces/securityPolicies.d.ts.map +1 -0
  369. package/dist/commonjs/operationsInterfaces/securityPolicies.js +10 -0
  370. package/dist/commonjs/operationsInterfaces/securityPolicies.js.map +1 -0
  371. package/dist/commonjs/package.json +3 -0
  372. package/dist/commonjs/pagingHelper.d.ts +13 -0
  373. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  374. package/dist/commonjs/pagingHelper.js +36 -0
  375. package/dist/commonjs/pagingHelper.js.map +1 -0
  376. package/dist/esm/cdnManagementClient.d.ts +71 -0
  377. package/dist/esm/cdnManagementClient.d.ts.map +1 -0
  378. package/dist/esm/cdnManagementClient.js +233 -0
  379. package/dist/esm/cdnManagementClient.js.map +1 -0
  380. package/dist/esm/index.d.ts +5 -0
  381. package/dist/esm/index.d.ts.map +1 -0
  382. package/dist/esm/index.js +13 -0
  383. package/dist/esm/index.js.map +1 -0
  384. package/dist/esm/lroImpl.d.ts +11 -0
  385. package/dist/esm/lroImpl.d.ts.map +1 -0
  386. package/dist/esm/lroImpl.js +21 -0
  387. package/dist/esm/lroImpl.js.map +1 -0
  388. package/dist/esm/models/index.d.ts +6620 -0
  389. package/dist/esm/models/index.d.ts.map +1 -0
  390. package/dist/esm/models/index.js +1396 -0
  391. package/dist/esm/models/index.js.map +1 -0
  392. package/dist/esm/models/mappers.d.ts +350 -0
  393. package/dist/esm/models/mappers.d.ts.map +1 -0
  394. package/dist/esm/models/mappers.js +9450 -0
  395. package/dist/esm/models/mappers.js.map +1 -0
  396. package/dist/esm/models/parameters.d.ts +80 -0
  397. package/dist/esm/models/parameters.d.ts.map +1 -0
  398. package/dist/esm/models/parameters.js +655 -0
  399. package/dist/esm/models/parameters.js.map +1 -0
  400. package/dist/esm/operations/afdCustomDomains.d.ts +130 -0
  401. package/dist/esm/operations/afdCustomDomains.d.ts.map +1 -0
  402. package/dist/esm/operations/afdCustomDomains.js +543 -0
  403. package/dist/esm/operations/afdCustomDomains.js.map +1 -0
  404. package/dist/esm/operations/afdEndpoints.d.ts +185 -0
  405. package/dist/esm/operations/afdEndpoints.d.ts.map +1 -0
  406. package/dist/esm/operations/afdEndpoints.js +728 -0
  407. package/dist/esm/operations/afdEndpoints.js.map +1 -0
  408. package/dist/esm/operations/afdOriginGroups.d.ts +139 -0
  409. package/dist/esm/operations/afdOriginGroups.d.ts.map +1 -0
  410. package/dist/esm/operations/afdOriginGroups.js +593 -0
  411. package/dist/esm/operations/afdOriginGroups.js.map +1 -0
  412. package/dist/esm/operations/afdOrigins.d.ts +119 -0
  413. package/dist/esm/operations/afdOrigins.d.ts.map +1 -0
  414. package/dist/esm/operations/afdOrigins.js +485 -0
  415. package/dist/esm/operations/afdOrigins.js.map +1 -0
  416. package/dist/esm/operations/afdProfiles.d.ts +88 -0
  417. package/dist/esm/operations/afdProfiles.d.ts.map +1 -0
  418. package/dist/esm/operations/afdProfiles.js +361 -0
  419. package/dist/esm/operations/afdProfiles.js.map +1 -0
  420. package/dist/esm/operations/customDomains.d.ts +125 -0
  421. package/dist/esm/operations/customDomains.d.ts.map +1 -0
  422. package/dist/esm/operations/customDomains.js +568 -0
  423. package/dist/esm/operations/customDomains.js.map +1 -0
  424. package/dist/esm/operations/edgeNodes.d.ts +32 -0
  425. package/dist/esm/operations/edgeNodes.d.ts.map +1 -0
  426. package/dist/esm/operations/edgeNodes.js +133 -0
  427. package/dist/esm/operations/edgeNodes.js.map +1 -0
  428. package/dist/esm/operations/endpoints.d.ts +220 -0
  429. package/dist/esm/operations/endpoints.d.ts.map +1 -0
  430. package/dist/esm/operations/endpoints.js +969 -0
  431. package/dist/esm/operations/endpoints.js.map +1 -0
  432. package/dist/esm/operations/index.d.ts +22 -0
  433. package/dist/esm/operations/index.d.ts.map +1 -0
  434. package/dist/esm/operations/index.js +29 -0
  435. package/dist/esm/operations/index.js.map +1 -0
  436. package/dist/esm/operations/logAnalytics.d.ts +81 -0
  437. package/dist/esm/operations/logAnalytics.d.ts.map +1 -0
  438. package/dist/esm/operations/logAnalytics.js +302 -0
  439. package/dist/esm/operations/logAnalytics.js.map +1 -0
  440. package/dist/esm/operations/managedRuleSets.d.ts +32 -0
  441. package/dist/esm/operations/managedRuleSets.d.ts.map +1 -0
  442. package/dist/esm/operations/managedRuleSets.js +137 -0
  443. package/dist/esm/operations/managedRuleSets.js.map +1 -0
  444. package/dist/esm/operations/operations.d.ts +32 -0
  445. package/dist/esm/operations/operations.d.ts.map +1 -0
  446. package/dist/esm/operations/operations.js +133 -0
  447. package/dist/esm/operations/operations.js.map +1 -0
  448. package/dist/esm/operations/originGroups.d.ts +109 -0
  449. package/dist/esm/operations/originGroups.d.ts.map +1 -0
  450. package/dist/esm/operations/originGroups.js +478 -0
  451. package/dist/esm/operations/originGroups.js.map +1 -0
  452. package/dist/esm/operations/origins.d.ts +109 -0
  453. package/dist/esm/operations/origins.d.ts.map +1 -0
  454. package/dist/esm/operations/origins.js +472 -0
  455. package/dist/esm/operations/origins.js.map +1 -0
  456. package/dist/esm/operations/policies.d.ts +86 -0
  457. package/dist/esm/operations/policies.d.ts.map +1 -0
  458. package/dist/esm/operations/policies.js +390 -0
  459. package/dist/esm/operations/policies.js.map +1 -0
  460. package/dist/esm/operations/profiles.d.ts +221 -0
  461. package/dist/esm/operations/profiles.d.ts.map +1 -0
  462. package/dist/esm/operations/profiles.js +994 -0
  463. package/dist/esm/operations/profiles.js.map +1 -0
  464. package/dist/esm/operations/resourceUsageOperations.d.ts +32 -0
  465. package/dist/esm/operations/resourceUsageOperations.d.ts.map +1 -0
  466. package/dist/esm/operations/resourceUsageOperations.js +137 -0
  467. package/dist/esm/operations/resourceUsageOperations.js.map +1 -0
  468. package/dist/esm/operations/routes.d.ts +126 -0
  469. package/dist/esm/operations/routes.d.ts.map +1 -0
  470. package/dist/esm/operations/routes.js +492 -0
  471. package/dist/esm/operations/routes.js.map +1 -0
  472. package/dist/esm/operations/ruleSets.d.ts +111 -0
  473. package/dist/esm/operations/ruleSets.d.ts.map +1 -0
  474. package/dist/esm/operations/ruleSets.js +438 -0
  475. package/dist/esm/operations/ruleSets.js.map +1 -0
  476. package/dist/esm/operations/rules.d.ts +119 -0
  477. package/dist/esm/operations/rules.d.ts.map +1 -0
  478. package/dist/esm/operations/rules.js +479 -0
  479. package/dist/esm/operations/rules.js.map +1 -0
  480. package/dist/esm/operations/secrets.d.ts +89 -0
  481. package/dist/esm/operations/secrets.d.ts.map +1 -0
  482. package/dist/esm/operations/secrets.js +358 -0
  483. package/dist/esm/operations/secrets.js.map +1 -0
  484. package/dist/esm/operations/securityPolicies.d.ts +109 -0
  485. package/dist/esm/operations/securityPolicies.d.ts.map +1 -0
  486. package/dist/esm/operations/securityPolicies.js +461 -0
  487. package/dist/esm/operations/securityPolicies.js.map +1 -0
  488. package/dist/esm/operationsInterfaces/afdCustomDomains.d.ts +103 -0
  489. package/dist/esm/operationsInterfaces/afdCustomDomains.d.ts.map +1 -0
  490. package/dist/esm/operationsInterfaces/afdCustomDomains.js +9 -0
  491. package/dist/esm/operationsInterfaces/afdCustomDomains.js.map +1 -0
  492. package/dist/esm/operationsInterfaces/afdEndpoints.d.ts +137 -0
  493. package/dist/esm/operationsInterfaces/afdEndpoints.d.ts.map +1 -0
  494. package/dist/esm/operationsInterfaces/afdEndpoints.js +9 -0
  495. package/dist/esm/operationsInterfaces/afdEndpoints.js.map +1 -0
  496. package/dist/esm/operationsInterfaces/afdOriginGroups.d.ts +91 -0
  497. package/dist/esm/operationsInterfaces/afdOriginGroups.d.ts.map +1 -0
  498. package/dist/esm/operationsInterfaces/afdOriginGroups.js +9 -0
  499. package/dist/esm/operationsInterfaces/afdOriginGroups.js.map +1 -0
  500. package/dist/esm/operationsInterfaces/afdOrigins.d.ts +90 -0
  501. package/dist/esm/operationsInterfaces/afdOrigins.d.ts.map +1 -0
  502. package/dist/esm/operationsInterfaces/afdOrigins.js +9 -0
  503. package/dist/esm/operationsInterfaces/afdOrigins.js.map +1 -0
  504. package/dist/esm/operationsInterfaces/afdProfiles.d.ts +61 -0
  505. package/dist/esm/operationsInterfaces/afdProfiles.d.ts.map +1 -0
  506. package/dist/esm/operationsInterfaces/afdProfiles.js +9 -0
  507. package/dist/esm/operationsInterfaces/afdProfiles.js.map +1 -0
  508. package/dist/esm/operationsInterfaces/customDomains.d.ts +98 -0
  509. package/dist/esm/operationsInterfaces/customDomains.d.ts.map +1 -0
  510. package/dist/esm/operationsInterfaces/customDomains.js +9 -0
  511. package/dist/esm/operationsInterfaces/customDomains.js.map +1 -0
  512. package/dist/esm/operationsInterfaces/edgeNodes.d.ts +11 -0
  513. package/dist/esm/operationsInterfaces/edgeNodes.d.ts.map +1 -0
  514. package/dist/esm/operationsInterfaces/edgeNodes.js +9 -0
  515. package/dist/esm/operationsInterfaces/edgeNodes.js.map +1 -0
  516. package/dist/esm/operationsInterfaces/endpoints.d.ts +176 -0
  517. package/dist/esm/operationsInterfaces/endpoints.d.ts.map +1 -0
  518. package/dist/esm/operationsInterfaces/endpoints.js +9 -0
  519. package/dist/esm/operationsInterfaces/endpoints.js.map +1 -0
  520. package/dist/esm/operationsInterfaces/index.d.ts +22 -0
  521. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  522. package/dist/esm/operationsInterfaces/index.js +29 -0
  523. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  524. package/dist/esm/operationsInterfaces/logAnalytics.d.ts +73 -0
  525. package/dist/esm/operationsInterfaces/logAnalytics.d.ts.map +1 -0
  526. package/dist/esm/operationsInterfaces/logAnalytics.js +9 -0
  527. package/dist/esm/operationsInterfaces/logAnalytics.js.map +1 -0
  528. package/dist/esm/operationsInterfaces/managedRuleSets.d.ts +11 -0
  529. package/dist/esm/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
  530. package/dist/esm/operationsInterfaces/managedRuleSets.js +9 -0
  531. package/dist/esm/operationsInterfaces/managedRuleSets.js.map +1 -0
  532. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  533. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  534. package/dist/esm/operationsInterfaces/operations.js +9 -0
  535. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  536. package/dist/esm/operationsInterfaces/originGroups.d.ts +82 -0
  537. package/dist/esm/operationsInterfaces/originGroups.d.ts.map +1 -0
  538. package/dist/esm/operationsInterfaces/originGroups.js +9 -0
  539. package/dist/esm/operationsInterfaces/originGroups.js.map +1 -0
  540. package/dist/esm/operationsInterfaces/origins.d.ts +82 -0
  541. package/dist/esm/operationsInterfaces/origins.d.ts.map +1 -0
  542. package/dist/esm/operationsInterfaces/origins.js +9 -0
  543. package/dist/esm/operationsInterfaces/origins.js.map +1 -0
  544. package/dist/esm/operationsInterfaces/policies.d.ts +63 -0
  545. package/dist/esm/operationsInterfaces/policies.d.ts.map +1 -0
  546. package/dist/esm/operationsInterfaces/policies.js +9 -0
  547. package/dist/esm/operationsInterfaces/policies.js.map +1 -0
  548. package/dist/esm/operationsInterfaces/profiles.d.ts +163 -0
  549. package/dist/esm/operationsInterfaces/profiles.d.ts.map +1 -0
  550. package/dist/esm/operationsInterfaces/profiles.js +9 -0
  551. package/dist/esm/operationsInterfaces/profiles.js.map +1 -0
  552. package/dist/esm/operationsInterfaces/resourceUsageOperations.d.ts +11 -0
  553. package/dist/esm/operationsInterfaces/resourceUsageOperations.d.ts.map +1 -0
  554. package/dist/esm/operationsInterfaces/resourceUsageOperations.js +9 -0
  555. package/dist/esm/operationsInterfaces/resourceUsageOperations.js.map +1 -0
  556. package/dist/esm/operationsInterfaces/routes.d.ts +97 -0
  557. package/dist/esm/operationsInterfaces/routes.d.ts.map +1 -0
  558. package/dist/esm/operationsInterfaces/routes.js +9 -0
  559. package/dist/esm/operationsInterfaces/routes.js.map +1 -0
  560. package/dist/esm/operationsInterfaces/ruleSets.d.ts +63 -0
  561. package/dist/esm/operationsInterfaces/ruleSets.d.ts.map +1 -0
  562. package/dist/esm/operationsInterfaces/ruleSets.js +9 -0
  563. package/dist/esm/operationsInterfaces/ruleSets.js.map +1 -0
  564. package/dist/esm/operationsInterfaces/rules.d.ts +90 -0
  565. package/dist/esm/operationsInterfaces/rules.d.ts.map +1 -0
  566. package/dist/esm/operationsInterfaces/rules.js +9 -0
  567. package/dist/esm/operationsInterfaces/rules.js.map +1 -0
  568. package/dist/esm/operationsInterfaces/secrets.d.ts +62 -0
  569. package/dist/esm/operationsInterfaces/secrets.d.ts.map +1 -0
  570. package/dist/esm/operationsInterfaces/secrets.js +9 -0
  571. package/dist/esm/operationsInterfaces/secrets.js.map +1 -0
  572. package/dist/esm/operationsInterfaces/securityPolicies.d.ts +82 -0
  573. package/dist/esm/operationsInterfaces/securityPolicies.d.ts.map +1 -0
  574. package/dist/esm/operationsInterfaces/securityPolicies.js +9 -0
  575. package/dist/esm/operationsInterfaces/securityPolicies.js.map +1 -0
  576. package/dist/esm/package.json +3 -0
  577. package/dist/esm/pagingHelper.d.ts +13 -0
  578. package/dist/esm/pagingHelper.d.ts.map +1 -0
  579. package/dist/esm/pagingHelper.js +32 -0
  580. package/dist/esm/pagingHelper.js.map +1 -0
  581. package/dist/react-native/cdnManagementClient.d.ts +71 -0
  582. package/dist/react-native/cdnManagementClient.d.ts.map +1 -0
  583. package/dist/react-native/cdnManagementClient.js +233 -0
  584. package/dist/react-native/cdnManagementClient.js.map +1 -0
  585. package/dist/react-native/index.d.ts +5 -0
  586. package/dist/react-native/index.d.ts.map +1 -0
  587. package/dist/react-native/index.js +13 -0
  588. package/dist/react-native/index.js.map +1 -0
  589. package/dist/react-native/lroImpl.d.ts +11 -0
  590. package/dist/react-native/lroImpl.d.ts.map +1 -0
  591. package/dist/react-native/lroImpl.js +21 -0
  592. package/dist/react-native/lroImpl.js.map +1 -0
  593. package/dist/react-native/models/index.d.ts +6620 -0
  594. package/dist/react-native/models/index.d.ts.map +1 -0
  595. package/dist/react-native/models/index.js +1396 -0
  596. package/dist/react-native/models/index.js.map +1 -0
  597. package/dist/react-native/models/mappers.d.ts +350 -0
  598. package/dist/react-native/models/mappers.d.ts.map +1 -0
  599. package/dist/react-native/models/mappers.js +9450 -0
  600. package/dist/react-native/models/mappers.js.map +1 -0
  601. package/dist/react-native/models/parameters.d.ts +80 -0
  602. package/dist/react-native/models/parameters.d.ts.map +1 -0
  603. package/dist/react-native/models/parameters.js +655 -0
  604. package/dist/react-native/models/parameters.js.map +1 -0
  605. package/dist/react-native/operations/afdCustomDomains.d.ts +130 -0
  606. package/dist/react-native/operations/afdCustomDomains.d.ts.map +1 -0
  607. package/dist/react-native/operations/afdCustomDomains.js +543 -0
  608. package/dist/react-native/operations/afdCustomDomains.js.map +1 -0
  609. package/dist/react-native/operations/afdEndpoints.d.ts +185 -0
  610. package/dist/react-native/operations/afdEndpoints.d.ts.map +1 -0
  611. package/dist/react-native/operations/afdEndpoints.js +728 -0
  612. package/dist/react-native/operations/afdEndpoints.js.map +1 -0
  613. package/dist/react-native/operations/afdOriginGroups.d.ts +139 -0
  614. package/dist/react-native/operations/afdOriginGroups.d.ts.map +1 -0
  615. package/dist/react-native/operations/afdOriginGroups.js +593 -0
  616. package/dist/react-native/operations/afdOriginGroups.js.map +1 -0
  617. package/dist/react-native/operations/afdOrigins.d.ts +119 -0
  618. package/dist/react-native/operations/afdOrigins.d.ts.map +1 -0
  619. package/dist/react-native/operations/afdOrigins.js +485 -0
  620. package/dist/react-native/operations/afdOrigins.js.map +1 -0
  621. package/dist/react-native/operations/afdProfiles.d.ts +88 -0
  622. package/dist/react-native/operations/afdProfiles.d.ts.map +1 -0
  623. package/dist/react-native/operations/afdProfiles.js +361 -0
  624. package/dist/react-native/operations/afdProfiles.js.map +1 -0
  625. package/dist/react-native/operations/customDomains.d.ts +125 -0
  626. package/dist/react-native/operations/customDomains.d.ts.map +1 -0
  627. package/dist/react-native/operations/customDomains.js +568 -0
  628. package/dist/react-native/operations/customDomains.js.map +1 -0
  629. package/dist/react-native/operations/edgeNodes.d.ts +32 -0
  630. package/dist/react-native/operations/edgeNodes.d.ts.map +1 -0
  631. package/dist/react-native/operations/edgeNodes.js +133 -0
  632. package/dist/react-native/operations/edgeNodes.js.map +1 -0
  633. package/dist/react-native/operations/endpoints.d.ts +220 -0
  634. package/dist/react-native/operations/endpoints.d.ts.map +1 -0
  635. package/dist/react-native/operations/endpoints.js +969 -0
  636. package/dist/react-native/operations/endpoints.js.map +1 -0
  637. package/dist/react-native/operations/index.d.ts +22 -0
  638. package/dist/react-native/operations/index.d.ts.map +1 -0
  639. package/dist/react-native/operations/index.js +29 -0
  640. package/dist/react-native/operations/index.js.map +1 -0
  641. package/dist/react-native/operations/logAnalytics.d.ts +81 -0
  642. package/dist/react-native/operations/logAnalytics.d.ts.map +1 -0
  643. package/dist/react-native/operations/logAnalytics.js +302 -0
  644. package/dist/react-native/operations/logAnalytics.js.map +1 -0
  645. package/dist/react-native/operations/managedRuleSets.d.ts +32 -0
  646. package/dist/react-native/operations/managedRuleSets.d.ts.map +1 -0
  647. package/dist/react-native/operations/managedRuleSets.js +137 -0
  648. package/dist/react-native/operations/managedRuleSets.js.map +1 -0
  649. package/dist/react-native/operations/operations.d.ts +32 -0
  650. package/dist/react-native/operations/operations.d.ts.map +1 -0
  651. package/dist/react-native/operations/operations.js +133 -0
  652. package/dist/react-native/operations/operations.js.map +1 -0
  653. package/dist/react-native/operations/originGroups.d.ts +109 -0
  654. package/dist/react-native/operations/originGroups.d.ts.map +1 -0
  655. package/dist/react-native/operations/originGroups.js +478 -0
  656. package/dist/react-native/operations/originGroups.js.map +1 -0
  657. package/dist/react-native/operations/origins.d.ts +109 -0
  658. package/dist/react-native/operations/origins.d.ts.map +1 -0
  659. package/dist/react-native/operations/origins.js +472 -0
  660. package/dist/react-native/operations/origins.js.map +1 -0
  661. package/dist/react-native/operations/policies.d.ts +86 -0
  662. package/dist/react-native/operations/policies.d.ts.map +1 -0
  663. package/dist/react-native/operations/policies.js +390 -0
  664. package/dist/react-native/operations/policies.js.map +1 -0
  665. package/dist/react-native/operations/profiles.d.ts +221 -0
  666. package/dist/react-native/operations/profiles.d.ts.map +1 -0
  667. package/dist/react-native/operations/profiles.js +994 -0
  668. package/dist/react-native/operations/profiles.js.map +1 -0
  669. package/dist/react-native/operations/resourceUsageOperations.d.ts +32 -0
  670. package/dist/react-native/operations/resourceUsageOperations.d.ts.map +1 -0
  671. package/dist/react-native/operations/resourceUsageOperations.js +137 -0
  672. package/dist/react-native/operations/resourceUsageOperations.js.map +1 -0
  673. package/dist/react-native/operations/routes.d.ts +126 -0
  674. package/dist/react-native/operations/routes.d.ts.map +1 -0
  675. package/dist/react-native/operations/routes.js +492 -0
  676. package/dist/react-native/operations/routes.js.map +1 -0
  677. package/dist/react-native/operations/ruleSets.d.ts +111 -0
  678. package/dist/react-native/operations/ruleSets.d.ts.map +1 -0
  679. package/dist/react-native/operations/ruleSets.js +438 -0
  680. package/dist/react-native/operations/ruleSets.js.map +1 -0
  681. package/dist/react-native/operations/rules.d.ts +119 -0
  682. package/dist/react-native/operations/rules.d.ts.map +1 -0
  683. package/dist/react-native/operations/rules.js +479 -0
  684. package/dist/react-native/operations/rules.js.map +1 -0
  685. package/dist/react-native/operations/secrets.d.ts +89 -0
  686. package/dist/react-native/operations/secrets.d.ts.map +1 -0
  687. package/dist/react-native/operations/secrets.js +358 -0
  688. package/dist/react-native/operations/secrets.js.map +1 -0
  689. package/dist/react-native/operations/securityPolicies.d.ts +109 -0
  690. package/dist/react-native/operations/securityPolicies.d.ts.map +1 -0
  691. package/dist/react-native/operations/securityPolicies.js +461 -0
  692. package/dist/react-native/operations/securityPolicies.js.map +1 -0
  693. package/dist/react-native/operationsInterfaces/afdCustomDomains.d.ts +103 -0
  694. package/dist/react-native/operationsInterfaces/afdCustomDomains.d.ts.map +1 -0
  695. package/dist/react-native/operationsInterfaces/afdCustomDomains.js +9 -0
  696. package/dist/react-native/operationsInterfaces/afdCustomDomains.js.map +1 -0
  697. package/dist/react-native/operationsInterfaces/afdEndpoints.d.ts +137 -0
  698. package/dist/react-native/operationsInterfaces/afdEndpoints.d.ts.map +1 -0
  699. package/dist/react-native/operationsInterfaces/afdEndpoints.js +9 -0
  700. package/dist/react-native/operationsInterfaces/afdEndpoints.js.map +1 -0
  701. package/dist/react-native/operationsInterfaces/afdOriginGroups.d.ts +91 -0
  702. package/dist/react-native/operationsInterfaces/afdOriginGroups.d.ts.map +1 -0
  703. package/dist/react-native/operationsInterfaces/afdOriginGroups.js +9 -0
  704. package/dist/react-native/operationsInterfaces/afdOriginGroups.js.map +1 -0
  705. package/dist/react-native/operationsInterfaces/afdOrigins.d.ts +90 -0
  706. package/dist/react-native/operationsInterfaces/afdOrigins.d.ts.map +1 -0
  707. package/dist/react-native/operationsInterfaces/afdOrigins.js +9 -0
  708. package/dist/react-native/operationsInterfaces/afdOrigins.js.map +1 -0
  709. package/dist/react-native/operationsInterfaces/afdProfiles.d.ts +61 -0
  710. package/dist/react-native/operationsInterfaces/afdProfiles.d.ts.map +1 -0
  711. package/dist/react-native/operationsInterfaces/afdProfiles.js +9 -0
  712. package/dist/react-native/operationsInterfaces/afdProfiles.js.map +1 -0
  713. package/dist/react-native/operationsInterfaces/customDomains.d.ts +98 -0
  714. package/dist/react-native/operationsInterfaces/customDomains.d.ts.map +1 -0
  715. package/dist/react-native/operationsInterfaces/customDomains.js +9 -0
  716. package/dist/react-native/operationsInterfaces/customDomains.js.map +1 -0
  717. package/dist/react-native/operationsInterfaces/edgeNodes.d.ts +11 -0
  718. package/dist/react-native/operationsInterfaces/edgeNodes.d.ts.map +1 -0
  719. package/dist/react-native/operationsInterfaces/edgeNodes.js +9 -0
  720. package/dist/react-native/operationsInterfaces/edgeNodes.js.map +1 -0
  721. package/dist/react-native/operationsInterfaces/endpoints.d.ts +176 -0
  722. package/dist/react-native/operationsInterfaces/endpoints.d.ts.map +1 -0
  723. package/dist/react-native/operationsInterfaces/endpoints.js +9 -0
  724. package/dist/react-native/operationsInterfaces/endpoints.js.map +1 -0
  725. package/dist/react-native/operationsInterfaces/index.d.ts +22 -0
  726. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  727. package/dist/react-native/operationsInterfaces/index.js +29 -0
  728. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  729. package/dist/react-native/operationsInterfaces/logAnalytics.d.ts +73 -0
  730. package/dist/react-native/operationsInterfaces/logAnalytics.d.ts.map +1 -0
  731. package/dist/react-native/operationsInterfaces/logAnalytics.js +9 -0
  732. package/dist/react-native/operationsInterfaces/logAnalytics.js.map +1 -0
  733. package/dist/react-native/operationsInterfaces/managedRuleSets.d.ts +11 -0
  734. package/dist/react-native/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
  735. package/dist/react-native/operationsInterfaces/managedRuleSets.js +9 -0
  736. package/dist/react-native/operationsInterfaces/managedRuleSets.js.map +1 -0
  737. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  738. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  739. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  740. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  741. package/dist/react-native/operationsInterfaces/originGroups.d.ts +82 -0
  742. package/dist/react-native/operationsInterfaces/originGroups.d.ts.map +1 -0
  743. package/dist/react-native/operationsInterfaces/originGroups.js +9 -0
  744. package/dist/react-native/operationsInterfaces/originGroups.js.map +1 -0
  745. package/dist/react-native/operationsInterfaces/origins.d.ts +82 -0
  746. package/dist/react-native/operationsInterfaces/origins.d.ts.map +1 -0
  747. package/dist/react-native/operationsInterfaces/origins.js +9 -0
  748. package/dist/react-native/operationsInterfaces/origins.js.map +1 -0
  749. package/dist/react-native/operationsInterfaces/policies.d.ts +63 -0
  750. package/dist/react-native/operationsInterfaces/policies.d.ts.map +1 -0
  751. package/dist/react-native/operationsInterfaces/policies.js +9 -0
  752. package/dist/react-native/operationsInterfaces/policies.js.map +1 -0
  753. package/dist/react-native/operationsInterfaces/profiles.d.ts +163 -0
  754. package/dist/react-native/operationsInterfaces/profiles.d.ts.map +1 -0
  755. package/dist/react-native/operationsInterfaces/profiles.js +9 -0
  756. package/dist/react-native/operationsInterfaces/profiles.js.map +1 -0
  757. package/dist/react-native/operationsInterfaces/resourceUsageOperations.d.ts +11 -0
  758. package/dist/react-native/operationsInterfaces/resourceUsageOperations.d.ts.map +1 -0
  759. package/dist/react-native/operationsInterfaces/resourceUsageOperations.js +9 -0
  760. package/dist/react-native/operationsInterfaces/resourceUsageOperations.js.map +1 -0
  761. package/dist/react-native/operationsInterfaces/routes.d.ts +97 -0
  762. package/dist/react-native/operationsInterfaces/routes.d.ts.map +1 -0
  763. package/dist/react-native/operationsInterfaces/routes.js +9 -0
  764. package/dist/react-native/operationsInterfaces/routes.js.map +1 -0
  765. package/dist/react-native/operationsInterfaces/ruleSets.d.ts +63 -0
  766. package/dist/react-native/operationsInterfaces/ruleSets.d.ts.map +1 -0
  767. package/dist/react-native/operationsInterfaces/ruleSets.js +9 -0
  768. package/dist/react-native/operationsInterfaces/ruleSets.js.map +1 -0
  769. package/dist/react-native/operationsInterfaces/rules.d.ts +90 -0
  770. package/dist/react-native/operationsInterfaces/rules.d.ts.map +1 -0
  771. package/dist/react-native/operationsInterfaces/rules.js +9 -0
  772. package/dist/react-native/operationsInterfaces/rules.js.map +1 -0
  773. package/dist/react-native/operationsInterfaces/secrets.d.ts +62 -0
  774. package/dist/react-native/operationsInterfaces/secrets.d.ts.map +1 -0
  775. package/dist/react-native/operationsInterfaces/secrets.js +9 -0
  776. package/dist/react-native/operationsInterfaces/secrets.js.map +1 -0
  777. package/dist/react-native/operationsInterfaces/securityPolicies.d.ts +82 -0
  778. package/dist/react-native/operationsInterfaces/securityPolicies.d.ts.map +1 -0
  779. package/dist/react-native/operationsInterfaces/securityPolicies.js +9 -0
  780. package/dist/react-native/operationsInterfaces/securityPolicies.js.map +1 -0
  781. package/dist/react-native/package.json +3 -0
  782. package/dist/react-native/pagingHelper.d.ts +13 -0
  783. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  784. package/dist/react-native/pagingHelper.js +32 -0
  785. package/dist/react-native/pagingHelper.js.map +1 -0
  786. package/package.json +58 -28
  787. package/dist/index.js +0 -21849
  788. package/dist/index.js.map +0 -1
  789. package/dist/index.min.js +0 -1
  790. package/dist/index.min.js.map +0 -1
  791. package/dist-esm/samples-dev/afdCustomDomainsCreateSample.d.ts +0 -2
  792. package/dist-esm/samples-dev/afdCustomDomainsCreateSample.d.ts.map +0 -1
  793. package/dist-esm/samples-dev/afdCustomDomainsCreateSample.js +0 -47
  794. package/dist-esm/samples-dev/afdCustomDomainsCreateSample.js.map +0 -1
  795. package/dist-esm/samples-dev/afdCustomDomainsDeleteSample.d.ts +0 -2
  796. package/dist-esm/samples-dev/afdCustomDomainsDeleteSample.d.ts.map +0 -1
  797. package/dist-esm/samples-dev/afdCustomDomainsDeleteSample.js +0 -39
  798. package/dist-esm/samples-dev/afdCustomDomainsDeleteSample.js.map +0 -1
  799. package/dist-esm/samples-dev/afdCustomDomainsGetSample.d.ts +0 -2
  800. package/dist-esm/samples-dev/afdCustomDomainsGetSample.d.ts.map +0 -1
  801. package/dist-esm/samples-dev/afdCustomDomainsGetSample.js +0 -39
  802. package/dist-esm/samples-dev/afdCustomDomainsGetSample.js.map +0 -1
  803. package/dist-esm/samples-dev/afdCustomDomainsListByProfileSample.d.ts +0 -2
  804. package/dist-esm/samples-dev/afdCustomDomainsListByProfileSample.d.ts.map +0 -1
  805. package/dist-esm/samples-dev/afdCustomDomainsListByProfileSample.js +0 -54
  806. package/dist-esm/samples-dev/afdCustomDomainsListByProfileSample.js.map +0 -1
  807. package/dist-esm/samples-dev/afdCustomDomainsRefreshValidationTokenSample.d.ts +0 -2
  808. package/dist-esm/samples-dev/afdCustomDomainsRefreshValidationTokenSample.d.ts.map +0 -1
  809. package/dist-esm/samples-dev/afdCustomDomainsRefreshValidationTokenSample.js +0 -39
  810. package/dist-esm/samples-dev/afdCustomDomainsRefreshValidationTokenSample.js.map +0 -1
  811. package/dist-esm/samples-dev/afdCustomDomainsUpdateSample.d.ts +0 -2
  812. package/dist-esm/samples-dev/afdCustomDomainsUpdateSample.d.ts.map +0 -1
  813. package/dist-esm/samples-dev/afdCustomDomainsUpdateSample.js +0 -46
  814. package/dist-esm/samples-dev/afdCustomDomainsUpdateSample.js.map +0 -1
  815. package/dist-esm/samples-dev/afdEndpointsCreateSample.d.ts +0 -2
  816. package/dist-esm/samples-dev/afdEndpointsCreateSample.d.ts.map +0 -1
  817. package/dist-esm/samples-dev/afdEndpointsCreateSample.js +0 -45
  818. package/dist-esm/samples-dev/afdEndpointsCreateSample.js.map +0 -1
  819. package/dist-esm/samples-dev/afdEndpointsDeleteSample.d.ts +0 -2
  820. package/dist-esm/samples-dev/afdEndpointsDeleteSample.d.ts.map +0 -1
  821. package/dist-esm/samples-dev/afdEndpointsDeleteSample.js +0 -39
  822. package/dist-esm/samples-dev/afdEndpointsDeleteSample.js.map +0 -1
  823. package/dist-esm/samples-dev/afdEndpointsGetSample.d.ts +0 -2
  824. package/dist-esm/samples-dev/afdEndpointsGetSample.d.ts.map +0 -1
  825. package/dist-esm/samples-dev/afdEndpointsGetSample.js +0 -39
  826. package/dist-esm/samples-dev/afdEndpointsGetSample.js.map +0 -1
  827. package/dist-esm/samples-dev/afdEndpointsListByProfileSample.d.ts +0 -2
  828. package/dist-esm/samples-dev/afdEndpointsListByProfileSample.d.ts.map +0 -1
  829. package/dist-esm/samples-dev/afdEndpointsListByProfileSample.js +0 -54
  830. package/dist-esm/samples-dev/afdEndpointsListByProfileSample.js.map +0 -1
  831. package/dist-esm/samples-dev/afdEndpointsListResourceUsageSample.d.ts +0 -2
  832. package/dist-esm/samples-dev/afdEndpointsListResourceUsageSample.d.ts.map +0 -1
  833. package/dist-esm/samples-dev/afdEndpointsListResourceUsageSample.js +0 -55
  834. package/dist-esm/samples-dev/afdEndpointsListResourceUsageSample.js.map +0 -1
  835. package/dist-esm/samples-dev/afdEndpointsPurgeContentSample.d.ts +0 -2
  836. package/dist-esm/samples-dev/afdEndpointsPurgeContentSample.d.ts.map +0 -1
  837. package/dist-esm/samples-dev/afdEndpointsPurgeContentSample.js +0 -43
  838. package/dist-esm/samples-dev/afdEndpointsPurgeContentSample.js.map +0 -1
  839. package/dist-esm/samples-dev/afdEndpointsUpdateSample.d.ts +0 -2
  840. package/dist-esm/samples-dev/afdEndpointsUpdateSample.d.ts.map +0 -1
  841. package/dist-esm/samples-dev/afdEndpointsUpdateSample.js +0 -43
  842. package/dist-esm/samples-dev/afdEndpointsUpdateSample.js.map +0 -1
  843. package/dist-esm/samples-dev/afdEndpointsValidateCustomDomainSample.d.ts +0 -2
  844. package/dist-esm/samples-dev/afdEndpointsValidateCustomDomainSample.d.ts.map +0 -1
  845. package/dist-esm/samples-dev/afdEndpointsValidateCustomDomainSample.js +0 -42
  846. package/dist-esm/samples-dev/afdEndpointsValidateCustomDomainSample.js.map +0 -1
  847. package/dist-esm/samples-dev/afdOriginGroupsCreateSample.d.ts +0 -2
  848. package/dist-esm/samples-dev/afdOriginGroupsCreateSample.d.ts.map +0 -1
  849. package/dist-esm/samples-dev/afdOriginGroupsCreateSample.js +0 -53
  850. package/dist-esm/samples-dev/afdOriginGroupsCreateSample.js.map +0 -1
  851. package/dist-esm/samples-dev/afdOriginGroupsDeleteSample.d.ts +0 -2
  852. package/dist-esm/samples-dev/afdOriginGroupsDeleteSample.d.ts.map +0 -1
  853. package/dist-esm/samples-dev/afdOriginGroupsDeleteSample.js +0 -39
  854. package/dist-esm/samples-dev/afdOriginGroupsDeleteSample.js.map +0 -1
  855. package/dist-esm/samples-dev/afdOriginGroupsGetSample.d.ts +0 -2
  856. package/dist-esm/samples-dev/afdOriginGroupsGetSample.d.ts.map +0 -1
  857. package/dist-esm/samples-dev/afdOriginGroupsGetSample.js +0 -39
  858. package/dist-esm/samples-dev/afdOriginGroupsGetSample.js.map +0 -1
  859. package/dist-esm/samples-dev/afdOriginGroupsListByProfileSample.d.ts +0 -2
  860. package/dist-esm/samples-dev/afdOriginGroupsListByProfileSample.d.ts.map +0 -1
  861. package/dist-esm/samples-dev/afdOriginGroupsListByProfileSample.js +0 -54
  862. package/dist-esm/samples-dev/afdOriginGroupsListByProfileSample.js.map +0 -1
  863. package/dist-esm/samples-dev/afdOriginGroupsListResourceUsageSample.d.ts +0 -2
  864. package/dist-esm/samples-dev/afdOriginGroupsListResourceUsageSample.d.ts.map +0 -1
  865. package/dist-esm/samples-dev/afdOriginGroupsListResourceUsageSample.js +0 -55
  866. package/dist-esm/samples-dev/afdOriginGroupsListResourceUsageSample.js.map +0 -1
  867. package/dist-esm/samples-dev/afdOriginGroupsUpdateSample.d.ts +0 -2
  868. package/dist-esm/samples-dev/afdOriginGroupsUpdateSample.d.ts.map +0 -1
  869. package/dist-esm/samples-dev/afdOriginGroupsUpdateSample.js +0 -53
  870. package/dist-esm/samples-dev/afdOriginGroupsUpdateSample.js.map +0 -1
  871. package/dist-esm/samples-dev/afdOriginsCreateSample.d.ts +0 -2
  872. package/dist-esm/samples-dev/afdOriginsCreateSample.d.ts.map +0 -1
  873. package/dist-esm/samples-dev/afdOriginsCreateSample.js +0 -47
  874. package/dist-esm/samples-dev/afdOriginsCreateSample.js.map +0 -1
  875. package/dist-esm/samples-dev/afdOriginsDeleteSample.d.ts +0 -2
  876. package/dist-esm/samples-dev/afdOriginsDeleteSample.d.ts.map +0 -1
  877. package/dist-esm/samples-dev/afdOriginsDeleteSample.js +0 -40
  878. package/dist-esm/samples-dev/afdOriginsDeleteSample.js.map +0 -1
  879. package/dist-esm/samples-dev/afdOriginsGetSample.d.ts +0 -2
  880. package/dist-esm/samples-dev/afdOriginsGetSample.d.ts.map +0 -1
  881. package/dist-esm/samples-dev/afdOriginsGetSample.js +0 -40
  882. package/dist-esm/samples-dev/afdOriginsGetSample.js.map +0 -1
  883. package/dist-esm/samples-dev/afdOriginsListByOriginGroupSample.d.ts +0 -2
  884. package/dist-esm/samples-dev/afdOriginsListByOriginGroupSample.d.ts.map +0 -1
  885. package/dist-esm/samples-dev/afdOriginsListByOriginGroupSample.js +0 -55
  886. package/dist-esm/samples-dev/afdOriginsListByOriginGroupSample.js.map +0 -1
  887. package/dist-esm/samples-dev/afdOriginsUpdateSample.d.ts +0 -2
  888. package/dist-esm/samples-dev/afdOriginsUpdateSample.d.ts.map +0 -1
  889. package/dist-esm/samples-dev/afdOriginsUpdateSample.js +0 -46
  890. package/dist-esm/samples-dev/afdOriginsUpdateSample.js.map +0 -1
  891. package/dist-esm/samples-dev/afdProfilesCheckEndpointNameAvailabilitySample.d.ts +0 -2
  892. package/dist-esm/samples-dev/afdProfilesCheckEndpointNameAvailabilitySample.d.ts.map +0 -1
  893. package/dist-esm/samples-dev/afdProfilesCheckEndpointNameAvailabilitySample.js +0 -43
  894. package/dist-esm/samples-dev/afdProfilesCheckEndpointNameAvailabilitySample.js.map +0 -1
  895. package/dist-esm/samples-dev/afdProfilesCheckHostNameAvailabilitySample.d.ts +0 -2
  896. package/dist-esm/samples-dev/afdProfilesCheckHostNameAvailabilitySample.d.ts.map +0 -1
  897. package/dist-esm/samples-dev/afdProfilesCheckHostNameAvailabilitySample.js +0 -41
  898. package/dist-esm/samples-dev/afdProfilesCheckHostNameAvailabilitySample.js.map +0 -1
  899. package/dist-esm/samples-dev/afdProfilesListResourceUsageSample.d.ts +0 -2
  900. package/dist-esm/samples-dev/afdProfilesListResourceUsageSample.d.ts.map +0 -1
  901. package/dist-esm/samples-dev/afdProfilesListResourceUsageSample.js +0 -54
  902. package/dist-esm/samples-dev/afdProfilesListResourceUsageSample.js.map +0 -1
  903. package/dist-esm/samples-dev/afdProfilesUpgradeSample.d.ts +0 -2
  904. package/dist-esm/samples-dev/afdProfilesUpgradeSample.d.ts.map +0 -1
  905. package/dist-esm/samples-dev/afdProfilesUpgradeSample.js +0 -48
  906. package/dist-esm/samples-dev/afdProfilesUpgradeSample.js.map +0 -1
  907. package/dist-esm/samples-dev/afdProfilesValidateSecretSample.d.ts +0 -2
  908. package/dist-esm/samples-dev/afdProfilesValidateSecretSample.d.ts.map +0 -1
  909. package/dist-esm/samples-dev/afdProfilesValidateSecretSample.js +0 -44
  910. package/dist-esm/samples-dev/afdProfilesValidateSecretSample.js.map +0 -1
  911. package/dist-esm/samples-dev/checkEndpointNameAvailabilitySample.d.ts +0 -2
  912. package/dist-esm/samples-dev/checkEndpointNameAvailabilitySample.d.ts.map +0 -1
  913. package/dist-esm/samples-dev/checkEndpointNameAvailabilitySample.js +0 -42
  914. package/dist-esm/samples-dev/checkEndpointNameAvailabilitySample.js.map +0 -1
  915. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts +0 -2
  916. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts.map +0 -1
  917. package/dist-esm/samples-dev/checkNameAvailabilitySample.js +0 -41
  918. package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +0 -1
  919. package/dist-esm/samples-dev/checkNameAvailabilityWithSubscriptionSample.d.ts +0 -2
  920. package/dist-esm/samples-dev/checkNameAvailabilityWithSubscriptionSample.d.ts.map +0 -1
  921. package/dist-esm/samples-dev/checkNameAvailabilityWithSubscriptionSample.js +0 -40
  922. package/dist-esm/samples-dev/checkNameAvailabilityWithSubscriptionSample.js.map +0 -1
  923. package/dist-esm/samples-dev/customDomainsCreateSample.d.ts +0 -2
  924. package/dist-esm/samples-dev/customDomainsCreateSample.d.ts.map +0 -1
  925. package/dist-esm/samples-dev/customDomainsCreateSample.js +0 -43
  926. package/dist-esm/samples-dev/customDomainsCreateSample.js.map +0 -1
  927. package/dist-esm/samples-dev/customDomainsDeleteSample.d.ts +0 -2
  928. package/dist-esm/samples-dev/customDomainsDeleteSample.d.ts.map +0 -1
  929. package/dist-esm/samples-dev/customDomainsDeleteSample.js +0 -40
  930. package/dist-esm/samples-dev/customDomainsDeleteSample.js.map +0 -1
  931. package/dist-esm/samples-dev/customDomainsDisableCustomHttpsSample.d.ts +0 -2
  932. package/dist-esm/samples-dev/customDomainsDisableCustomHttpsSample.d.ts.map +0 -1
  933. package/dist-esm/samples-dev/customDomainsDisableCustomHttpsSample.js +0 -40
  934. package/dist-esm/samples-dev/customDomainsDisableCustomHttpsSample.js.map +0 -1
  935. package/dist-esm/samples-dev/customDomainsEnableCustomHttpsSample.d.ts +0 -2
  936. package/dist-esm/samples-dev/customDomainsEnableCustomHttpsSample.d.ts.map +0 -1
  937. package/dist-esm/samples-dev/customDomainsEnableCustomHttpsSample.js +0 -60
  938. package/dist-esm/samples-dev/customDomainsEnableCustomHttpsSample.js.map +0 -1
  939. package/dist-esm/samples-dev/customDomainsGetSample.d.ts +0 -2
  940. package/dist-esm/samples-dev/customDomainsGetSample.d.ts.map +0 -1
  941. package/dist-esm/samples-dev/customDomainsGetSample.js +0 -40
  942. package/dist-esm/samples-dev/customDomainsGetSample.js.map +0 -1
  943. package/dist-esm/samples-dev/customDomainsListByEndpointSample.d.ts +0 -2
  944. package/dist-esm/samples-dev/customDomainsListByEndpointSample.d.ts.map +0 -1
  945. package/dist-esm/samples-dev/customDomainsListByEndpointSample.js +0 -55
  946. package/dist-esm/samples-dev/customDomainsListByEndpointSample.js.map +0 -1
  947. package/dist-esm/samples-dev/edgeNodesListSample.d.ts +0 -2
  948. package/dist-esm/samples-dev/edgeNodesListSample.d.ts.map +0 -1
  949. package/dist-esm/samples-dev/edgeNodesListSample.js +0 -51
  950. package/dist-esm/samples-dev/edgeNodesListSample.js.map +0 -1
  951. package/dist-esm/samples-dev/endpointsCreateSample.d.ts +0 -2
  952. package/dist-esm/samples-dev/endpointsCreateSample.d.ts.map +0 -1
  953. package/dist-esm/samples-dev/endpointsCreateSample.js +0 -147
  954. package/dist-esm/samples-dev/endpointsCreateSample.js.map +0 -1
  955. package/dist-esm/samples-dev/endpointsDeleteSample.d.ts +0 -2
  956. package/dist-esm/samples-dev/endpointsDeleteSample.d.ts.map +0 -1
  957. package/dist-esm/samples-dev/endpointsDeleteSample.js +0 -39
  958. package/dist-esm/samples-dev/endpointsDeleteSample.js.map +0 -1
  959. package/dist-esm/samples-dev/endpointsGetSample.d.ts +0 -2
  960. package/dist-esm/samples-dev/endpointsGetSample.d.ts.map +0 -1
  961. package/dist-esm/samples-dev/endpointsGetSample.js +0 -39
  962. package/dist-esm/samples-dev/endpointsGetSample.js.map +0 -1
  963. package/dist-esm/samples-dev/endpointsListByProfileSample.d.ts +0 -2
  964. package/dist-esm/samples-dev/endpointsListByProfileSample.d.ts.map +0 -1
  965. package/dist-esm/samples-dev/endpointsListByProfileSample.js +0 -54
  966. package/dist-esm/samples-dev/endpointsListByProfileSample.js.map +0 -1
  967. package/dist-esm/samples-dev/endpointsListResourceUsageSample.d.ts +0 -2
  968. package/dist-esm/samples-dev/endpointsListResourceUsageSample.d.ts.map +0 -1
  969. package/dist-esm/samples-dev/endpointsListResourceUsageSample.js +0 -55
  970. package/dist-esm/samples-dev/endpointsListResourceUsageSample.js.map +0 -1
  971. package/dist-esm/samples-dev/endpointsLoadContentSample.d.ts +0 -2
  972. package/dist-esm/samples-dev/endpointsLoadContentSample.d.ts.map +0 -1
  973. package/dist-esm/samples-dev/endpointsLoadContentSample.js +0 -40
  974. package/dist-esm/samples-dev/endpointsLoadContentSample.js.map +0 -1
  975. package/dist-esm/samples-dev/endpointsPurgeContentSample.d.ts +0 -2
  976. package/dist-esm/samples-dev/endpointsPurgeContentSample.d.ts.map +0 -1
  977. package/dist-esm/samples-dev/endpointsPurgeContentSample.js +0 -40
  978. package/dist-esm/samples-dev/endpointsPurgeContentSample.js.map +0 -1
  979. package/dist-esm/samples-dev/endpointsStartSample.d.ts +0 -2
  980. package/dist-esm/samples-dev/endpointsStartSample.d.ts.map +0 -1
  981. package/dist-esm/samples-dev/endpointsStartSample.js +0 -39
  982. package/dist-esm/samples-dev/endpointsStartSample.js.map +0 -1
  983. package/dist-esm/samples-dev/endpointsStopSample.d.ts +0 -2
  984. package/dist-esm/samples-dev/endpointsStopSample.d.ts.map +0 -1
  985. package/dist-esm/samples-dev/endpointsStopSample.js +0 -39
  986. package/dist-esm/samples-dev/endpointsStopSample.js.map +0 -1
  987. package/dist-esm/samples-dev/endpointsUpdateSample.d.ts +0 -2
  988. package/dist-esm/samples-dev/endpointsUpdateSample.d.ts.map +0 -1
  989. package/dist-esm/samples-dev/endpointsUpdateSample.js +0 -42
  990. package/dist-esm/samples-dev/endpointsUpdateSample.js.map +0 -1
  991. package/dist-esm/samples-dev/endpointsValidateCustomDomainSample.d.ts +0 -2
  992. package/dist-esm/samples-dev/endpointsValidateCustomDomainSample.d.ts.map +0 -1
  993. package/dist-esm/samples-dev/endpointsValidateCustomDomainSample.js +0 -42
  994. package/dist-esm/samples-dev/endpointsValidateCustomDomainSample.js.map +0 -1
  995. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsLocationsSample.d.ts +0 -2
  996. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsLocationsSample.d.ts.map +0 -1
  997. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsLocationsSample.js +0 -38
  998. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsLocationsSample.js.map +0 -1
  999. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsMetricsSample.d.ts +0 -2
  1000. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsMetricsSample.d.ts.map +0 -1
  1001. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsMetricsSample.js +0 -49
  1002. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsMetricsSample.js.map +0 -1
  1003. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsRankingsSample.d.ts +0 -2
  1004. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsRankingsSample.d.ts.map +0 -1
  1005. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsRankingsSample.js +0 -43
  1006. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsRankingsSample.js.map +0 -1
  1007. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsResourcesSample.d.ts +0 -2
  1008. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsResourcesSample.d.ts.map +0 -1
  1009. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsResourcesSample.js +0 -38
  1010. package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsResourcesSample.js.map +0 -1
  1011. package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsMetricsSample.d.ts +0 -2
  1012. package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsMetricsSample.d.ts.map +0 -1
  1013. package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsMetricsSample.js +0 -46
  1014. package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsMetricsSample.js.map +0 -1
  1015. package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsRankingsSample.d.ts +0 -2
  1016. package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsRankingsSample.d.ts.map +0 -1
  1017. package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsRankingsSample.js +0 -43
  1018. package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsRankingsSample.js.map +0 -1
  1019. package/dist-esm/samples-dev/managedRuleSetsListSample.d.ts +0 -2
  1020. package/dist-esm/samples-dev/managedRuleSetsListSample.d.ts.map +0 -1
  1021. package/dist-esm/samples-dev/managedRuleSetsListSample.js +0 -52
  1022. package/dist-esm/samples-dev/managedRuleSetsListSample.js.map +0 -1
  1023. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1024. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  1025. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  1026. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  1027. package/dist-esm/samples-dev/originGroupsCreateSample.d.ts +0 -2
  1028. package/dist-esm/samples-dev/originGroupsCreateSample.d.ts.map +0 -1
  1029. package/dist-esm/samples-dev/originGroupsCreateSample.js +0 -57
  1030. package/dist-esm/samples-dev/originGroupsCreateSample.js.map +0 -1
  1031. package/dist-esm/samples-dev/originGroupsDeleteSample.d.ts +0 -2
  1032. package/dist-esm/samples-dev/originGroupsDeleteSample.d.ts.map +0 -1
  1033. package/dist-esm/samples-dev/originGroupsDeleteSample.js +0 -40
  1034. package/dist-esm/samples-dev/originGroupsDeleteSample.js.map +0 -1
  1035. package/dist-esm/samples-dev/originGroupsGetSample.d.ts +0 -2
  1036. package/dist-esm/samples-dev/originGroupsGetSample.d.ts.map +0 -1
  1037. package/dist-esm/samples-dev/originGroupsGetSample.js +0 -40
  1038. package/dist-esm/samples-dev/originGroupsGetSample.js.map +0 -1
  1039. package/dist-esm/samples-dev/originGroupsListByEndpointSample.d.ts +0 -2
  1040. package/dist-esm/samples-dev/originGroupsListByEndpointSample.d.ts.map +0 -1
  1041. package/dist-esm/samples-dev/originGroupsListByEndpointSample.js +0 -55
  1042. package/dist-esm/samples-dev/originGroupsListByEndpointSample.js.map +0 -1
  1043. package/dist-esm/samples-dev/originGroupsUpdateSample.d.ts +0 -2
  1044. package/dist-esm/samples-dev/originGroupsUpdateSample.d.ts.map +0 -1
  1045. package/dist-esm/samples-dev/originGroupsUpdateSample.js +0 -53
  1046. package/dist-esm/samples-dev/originGroupsUpdateSample.js.map +0 -1
  1047. package/dist-esm/samples-dev/originsCreateSample.d.ts +0 -2
  1048. package/dist-esm/samples-dev/originsCreateSample.d.ts.map +0 -1
  1049. package/dist-esm/samples-dev/originsCreateSample.js +0 -52
  1050. package/dist-esm/samples-dev/originsCreateSample.js.map +0 -1
  1051. package/dist-esm/samples-dev/originsDeleteSample.d.ts +0 -2
  1052. package/dist-esm/samples-dev/originsDeleteSample.d.ts.map +0 -1
  1053. package/dist-esm/samples-dev/originsDeleteSample.js +0 -40
  1054. package/dist-esm/samples-dev/originsDeleteSample.js.map +0 -1
  1055. package/dist-esm/samples-dev/originsGetSample.d.ts +0 -2
  1056. package/dist-esm/samples-dev/originsGetSample.d.ts.map +0 -1
  1057. package/dist-esm/samples-dev/originsGetSample.js +0 -40
  1058. package/dist-esm/samples-dev/originsGetSample.js.map +0 -1
  1059. package/dist-esm/samples-dev/originsListByEndpointSample.d.ts +0 -2
  1060. package/dist-esm/samples-dev/originsListByEndpointSample.d.ts.map +0 -1
  1061. package/dist-esm/samples-dev/originsListByEndpointSample.js +0 -55
  1062. package/dist-esm/samples-dev/originsListByEndpointSample.js.map +0 -1
  1063. package/dist-esm/samples-dev/originsUpdateSample.d.ts +0 -2
  1064. package/dist-esm/samples-dev/originsUpdateSample.d.ts.map +0 -1
  1065. package/dist-esm/samples-dev/originsUpdateSample.js +0 -49
  1066. package/dist-esm/samples-dev/originsUpdateSample.js.map +0 -1
  1067. package/dist-esm/samples-dev/policiesCreateOrUpdateSample.d.ts +0 -2
  1068. package/dist-esm/samples-dev/policiesCreateOrUpdateSample.d.ts.map +0 -1
  1069. package/dist-esm/samples-dev/policiesCreateOrUpdateSample.js +0 -126
  1070. package/dist-esm/samples-dev/policiesCreateOrUpdateSample.js.map +0 -1
  1071. package/dist-esm/samples-dev/policiesDeleteSample.d.ts +0 -2
  1072. package/dist-esm/samples-dev/policiesDeleteSample.d.ts.map +0 -1
  1073. package/dist-esm/samples-dev/policiesDeleteSample.js +0 -38
  1074. package/dist-esm/samples-dev/policiesDeleteSample.js.map +0 -1
  1075. package/dist-esm/samples-dev/policiesGetSample.d.ts +0 -2
  1076. package/dist-esm/samples-dev/policiesGetSample.d.ts.map +0 -1
  1077. package/dist-esm/samples-dev/policiesGetSample.js +0 -38
  1078. package/dist-esm/samples-dev/policiesGetSample.js.map +0 -1
  1079. package/dist-esm/samples-dev/policiesListSample.d.ts +0 -2
  1080. package/dist-esm/samples-dev/policiesListSample.d.ts.map +0 -1
  1081. package/dist-esm/samples-dev/policiesListSample.js +0 -53
  1082. package/dist-esm/samples-dev/policiesListSample.js.map +0 -1
  1083. package/dist-esm/samples-dev/policiesUpdateSample.d.ts +0 -2
  1084. package/dist-esm/samples-dev/policiesUpdateSample.d.ts.map +0 -1
  1085. package/dist-esm/samples-dev/policiesUpdateSample.js +0 -39
  1086. package/dist-esm/samples-dev/policiesUpdateSample.js.map +0 -1
  1087. package/dist-esm/samples-dev/profilesCanMigrateSample.d.ts +0 -2
  1088. package/dist-esm/samples-dev/profilesCanMigrateSample.d.ts.map +0 -1
  1089. package/dist-esm/samples-dev/profilesCanMigrateSample.js +0 -42
  1090. package/dist-esm/samples-dev/profilesCanMigrateSample.js.map +0 -1
  1091. package/dist-esm/samples-dev/profilesCreateSample.d.ts +0 -2
  1092. package/dist-esm/samples-dev/profilesCreateSample.d.ts.map +0 -1
  1093. package/dist-esm/samples-dev/profilesCreateSample.js +0 -42
  1094. package/dist-esm/samples-dev/profilesCreateSample.js.map +0 -1
  1095. package/dist-esm/samples-dev/profilesDeleteSample.d.ts +0 -2
  1096. package/dist-esm/samples-dev/profilesDeleteSample.d.ts.map +0 -1
  1097. package/dist-esm/samples-dev/profilesDeleteSample.js +0 -38
  1098. package/dist-esm/samples-dev/profilesDeleteSample.js.map +0 -1
  1099. package/dist-esm/samples-dev/profilesGenerateSsoUriSample.d.ts +0 -2
  1100. package/dist-esm/samples-dev/profilesGenerateSsoUriSample.d.ts.map +0 -1
  1101. package/dist-esm/samples-dev/profilesGenerateSsoUriSample.js +0 -38
  1102. package/dist-esm/samples-dev/profilesGenerateSsoUriSample.js.map +0 -1
  1103. package/dist-esm/samples-dev/profilesGetSample.d.ts +0 -2
  1104. package/dist-esm/samples-dev/profilesGetSample.d.ts.map +0 -1
  1105. package/dist-esm/samples-dev/profilesGetSample.js +0 -38
  1106. package/dist-esm/samples-dev/profilesGetSample.js.map +0 -1
  1107. package/dist-esm/samples-dev/profilesListByResourceGroupSample.d.ts +0 -2
  1108. package/dist-esm/samples-dev/profilesListByResourceGroupSample.d.ts.map +0 -1
  1109. package/dist-esm/samples-dev/profilesListByResourceGroupSample.js +0 -53
  1110. package/dist-esm/samples-dev/profilesListByResourceGroupSample.js.map +0 -1
  1111. package/dist-esm/samples-dev/profilesListResourceUsageSample.d.ts +0 -2
  1112. package/dist-esm/samples-dev/profilesListResourceUsageSample.d.ts.map +0 -1
  1113. package/dist-esm/samples-dev/profilesListResourceUsageSample.js +0 -54
  1114. package/dist-esm/samples-dev/profilesListResourceUsageSample.js.map +0 -1
  1115. package/dist-esm/samples-dev/profilesListSample.d.ts +0 -2
  1116. package/dist-esm/samples-dev/profilesListSample.d.ts.map +0 -1
  1117. package/dist-esm/samples-dev/profilesListSample.js +0 -52
  1118. package/dist-esm/samples-dev/profilesListSample.js.map +0 -1
  1119. package/dist-esm/samples-dev/profilesListSupportedOptimizationTypesSample.d.ts +0 -2
  1120. package/dist-esm/samples-dev/profilesListSupportedOptimizationTypesSample.d.ts.map +0 -1
  1121. package/dist-esm/samples-dev/profilesListSupportedOptimizationTypesSample.js +0 -38
  1122. package/dist-esm/samples-dev/profilesListSupportedOptimizationTypesSample.js.map +0 -1
  1123. package/dist-esm/samples-dev/profilesMigrateSample.d.ts +0 -2
  1124. package/dist-esm/samples-dev/profilesMigrateSample.d.ts.map +0 -1
  1125. package/dist-esm/samples-dev/profilesMigrateSample.js +0 -44
  1126. package/dist-esm/samples-dev/profilesMigrateSample.js.map +0 -1
  1127. package/dist-esm/samples-dev/profilesMigrationCommitSample.d.ts +0 -2
  1128. package/dist-esm/samples-dev/profilesMigrationCommitSample.d.ts.map +0 -1
  1129. package/dist-esm/samples-dev/profilesMigrationCommitSample.js +0 -38
  1130. package/dist-esm/samples-dev/profilesMigrationCommitSample.js.map +0 -1
  1131. package/dist-esm/samples-dev/profilesUpdateSample.d.ts +0 -2
  1132. package/dist-esm/samples-dev/profilesUpdateSample.d.ts.map +0 -1
  1133. package/dist-esm/samples-dev/profilesUpdateSample.js +0 -41
  1134. package/dist-esm/samples-dev/profilesUpdateSample.js.map +0 -1
  1135. package/dist-esm/samples-dev/resourceUsageListSample.d.ts +0 -2
  1136. package/dist-esm/samples-dev/resourceUsageListSample.d.ts.map +0 -1
  1137. package/dist-esm/samples-dev/resourceUsageListSample.js +0 -52
  1138. package/dist-esm/samples-dev/resourceUsageListSample.js.map +0 -1
  1139. package/dist-esm/samples-dev/routesCreateSample.d.ts +0 -2
  1140. package/dist-esm/samples-dev/routesCreateSample.d.ts.map +0 -1
  1141. package/dist-esm/samples-dev/routesCreateSample.js +0 -70
  1142. package/dist-esm/samples-dev/routesCreateSample.js.map +0 -1
  1143. package/dist-esm/samples-dev/routesDeleteSample.d.ts +0 -2
  1144. package/dist-esm/samples-dev/routesDeleteSample.d.ts.map +0 -1
  1145. package/dist-esm/samples-dev/routesDeleteSample.js +0 -40
  1146. package/dist-esm/samples-dev/routesDeleteSample.js.map +0 -1
  1147. package/dist-esm/samples-dev/routesGetSample.d.ts +0 -2
  1148. package/dist-esm/samples-dev/routesGetSample.d.ts.map +0 -1
  1149. package/dist-esm/samples-dev/routesGetSample.js +0 -40
  1150. package/dist-esm/samples-dev/routesGetSample.js.map +0 -1
  1151. package/dist-esm/samples-dev/routesListByEndpointSample.d.ts +0 -2
  1152. package/dist-esm/samples-dev/routesListByEndpointSample.d.ts.map +0 -1
  1153. package/dist-esm/samples-dev/routesListByEndpointSample.js +0 -55
  1154. package/dist-esm/samples-dev/routesListByEndpointSample.js.map +0 -1
  1155. package/dist-esm/samples-dev/routesUpdateSample.d.ts +0 -2
  1156. package/dist-esm/samples-dev/routesUpdateSample.d.ts.map +0 -1
  1157. package/dist-esm/samples-dev/routesUpdateSample.js +0 -69
  1158. package/dist-esm/samples-dev/routesUpdateSample.js.map +0 -1
  1159. package/dist-esm/samples-dev/ruleSetsCreateSample.d.ts +0 -2
  1160. package/dist-esm/samples-dev/ruleSetsCreateSample.d.ts.map +0 -1
  1161. package/dist-esm/samples-dev/ruleSetsCreateSample.js +0 -39
  1162. package/dist-esm/samples-dev/ruleSetsCreateSample.js.map +0 -1
  1163. package/dist-esm/samples-dev/ruleSetsDeleteSample.d.ts +0 -2
  1164. package/dist-esm/samples-dev/ruleSetsDeleteSample.d.ts.map +0 -1
  1165. package/dist-esm/samples-dev/ruleSetsDeleteSample.js +0 -39
  1166. package/dist-esm/samples-dev/ruleSetsDeleteSample.js.map +0 -1
  1167. package/dist-esm/samples-dev/ruleSetsGetSample.d.ts +0 -2
  1168. package/dist-esm/samples-dev/ruleSetsGetSample.d.ts.map +0 -1
  1169. package/dist-esm/samples-dev/ruleSetsGetSample.js +0 -39
  1170. package/dist-esm/samples-dev/ruleSetsGetSample.js.map +0 -1
  1171. package/dist-esm/samples-dev/ruleSetsListByProfileSample.d.ts +0 -2
  1172. package/dist-esm/samples-dev/ruleSetsListByProfileSample.d.ts.map +0 -1
  1173. package/dist-esm/samples-dev/ruleSetsListByProfileSample.js +0 -54
  1174. package/dist-esm/samples-dev/ruleSetsListByProfileSample.js.map +0 -1
  1175. package/dist-esm/samples-dev/ruleSetsListResourceUsageSample.d.ts +0 -2
  1176. package/dist-esm/samples-dev/ruleSetsListResourceUsageSample.d.ts.map +0 -1
  1177. package/dist-esm/samples-dev/ruleSetsListResourceUsageSample.js +0 -55
  1178. package/dist-esm/samples-dev/ruleSetsListResourceUsageSample.js.map +0 -1
  1179. package/dist-esm/samples-dev/rulesCreateSample.d.ts +0 -2
  1180. package/dist-esm/samples-dev/rulesCreateSample.d.ts.map +0 -1
  1181. package/dist-esm/samples-dev/rulesCreateSample.js +0 -65
  1182. package/dist-esm/samples-dev/rulesCreateSample.js.map +0 -1
  1183. package/dist-esm/samples-dev/rulesDeleteSample.d.ts +0 -2
  1184. package/dist-esm/samples-dev/rulesDeleteSample.d.ts.map +0 -1
  1185. package/dist-esm/samples-dev/rulesDeleteSample.js +0 -40
  1186. package/dist-esm/samples-dev/rulesDeleteSample.js.map +0 -1
  1187. package/dist-esm/samples-dev/rulesGetSample.d.ts +0 -2
  1188. package/dist-esm/samples-dev/rulesGetSample.d.ts.map +0 -1
  1189. package/dist-esm/samples-dev/rulesGetSample.js +0 -40
  1190. package/dist-esm/samples-dev/rulesGetSample.js.map +0 -1
  1191. package/dist-esm/samples-dev/rulesListByRuleSetSample.d.ts +0 -2
  1192. package/dist-esm/samples-dev/rulesListByRuleSetSample.d.ts.map +0 -1
  1193. package/dist-esm/samples-dev/rulesListByRuleSetSample.js +0 -55
  1194. package/dist-esm/samples-dev/rulesListByRuleSetSample.js.map +0 -1
  1195. package/dist-esm/samples-dev/rulesUpdateSample.d.ts +0 -2
  1196. package/dist-esm/samples-dev/rulesUpdateSample.d.ts.map +0 -1
  1197. package/dist-esm/samples-dev/rulesUpdateSample.js +0 -54
  1198. package/dist-esm/samples-dev/rulesUpdateSample.js.map +0 -1
  1199. package/dist-esm/samples-dev/secretsCreateSample.d.ts +0 -2
  1200. package/dist-esm/samples-dev/secretsCreateSample.d.ts.map +0 -1
  1201. package/dist-esm/samples-dev/secretsCreateSample.js +0 -49
  1202. package/dist-esm/samples-dev/secretsCreateSample.js.map +0 -1
  1203. package/dist-esm/samples-dev/secretsDeleteSample.d.ts +0 -2
  1204. package/dist-esm/samples-dev/secretsDeleteSample.d.ts.map +0 -1
  1205. package/dist-esm/samples-dev/secretsDeleteSample.js +0 -39
  1206. package/dist-esm/samples-dev/secretsDeleteSample.js.map +0 -1
  1207. package/dist-esm/samples-dev/secretsGetSample.d.ts +0 -2
  1208. package/dist-esm/samples-dev/secretsGetSample.d.ts.map +0 -1
  1209. package/dist-esm/samples-dev/secretsGetSample.js +0 -39
  1210. package/dist-esm/samples-dev/secretsGetSample.js.map +0 -1
  1211. package/dist-esm/samples-dev/secretsListByProfileSample.d.ts +0 -2
  1212. package/dist-esm/samples-dev/secretsListByProfileSample.d.ts.map +0 -1
  1213. package/dist-esm/samples-dev/secretsListByProfileSample.js +0 -54
  1214. package/dist-esm/samples-dev/secretsListByProfileSample.js.map +0 -1
  1215. package/dist-esm/samples-dev/securityPoliciesCreateSample.d.ts +0 -2
  1216. package/dist-esm/samples-dev/securityPoliciesCreateSample.d.ts.map +0 -1
  1217. package/dist-esm/samples-dev/securityPoliciesCreateSample.js +0 -60
  1218. package/dist-esm/samples-dev/securityPoliciesCreateSample.js.map +0 -1
  1219. package/dist-esm/samples-dev/securityPoliciesDeleteSample.d.ts +0 -2
  1220. package/dist-esm/samples-dev/securityPoliciesDeleteSample.d.ts.map +0 -1
  1221. package/dist-esm/samples-dev/securityPoliciesDeleteSample.js +0 -39
  1222. package/dist-esm/samples-dev/securityPoliciesDeleteSample.js.map +0 -1
  1223. package/dist-esm/samples-dev/securityPoliciesGetSample.d.ts +0 -2
  1224. package/dist-esm/samples-dev/securityPoliciesGetSample.d.ts.map +0 -1
  1225. package/dist-esm/samples-dev/securityPoliciesGetSample.js +0 -39
  1226. package/dist-esm/samples-dev/securityPoliciesGetSample.js.map +0 -1
  1227. package/dist-esm/samples-dev/securityPoliciesListByProfileSample.d.ts +0 -2
  1228. package/dist-esm/samples-dev/securityPoliciesListByProfileSample.d.ts.map +0 -1
  1229. package/dist-esm/samples-dev/securityPoliciesListByProfileSample.js +0 -54
  1230. package/dist-esm/samples-dev/securityPoliciesListByProfileSample.js.map +0 -1
  1231. package/dist-esm/samples-dev/securityPoliciesPatchSample.d.ts +0 -2
  1232. package/dist-esm/samples-dev/securityPoliciesPatchSample.d.ts.map +0 -1
  1233. package/dist-esm/samples-dev/securityPoliciesPatchSample.js +0 -60
  1234. package/dist-esm/samples-dev/securityPoliciesPatchSample.js.map +0 -1
  1235. package/dist-esm/samples-dev/validateProbeSample.d.ts +0 -2
  1236. package/dist-esm/samples-dev/validateProbeSample.d.ts.map +0 -1
  1237. package/dist-esm/samples-dev/validateProbeSample.js +0 -39
  1238. package/dist-esm/samples-dev/validateProbeSample.js.map +0 -1
  1239. package/dist-esm/src/cdnManagementClient.d.ts +0 -71
  1240. package/dist-esm/src/cdnManagementClient.d.ts.map +0 -1
  1241. package/dist-esm/src/cdnManagementClient.js +0 -236
  1242. package/dist-esm/src/cdnManagementClient.js.map +0 -1
  1243. package/dist-esm/src/index.d.ts +0 -5
  1244. package/dist-esm/src/index.d.ts.map +0 -1
  1245. package/dist-esm/src/index.js +0 -13
  1246. package/dist-esm/src/index.js.map +0 -1
  1247. package/dist-esm/src/lroImpl.js.map +0 -1
  1248. package/dist-esm/src/models/index.js.map +0 -1
  1249. package/dist-esm/src/models/mappers.js.map +0 -1
  1250. package/dist-esm/src/models/parameters.js +0 -655
  1251. package/dist-esm/src/models/parameters.js.map +0 -1
  1252. package/dist-esm/src/operations/afdCustomDomains.d.ts +0 -130
  1253. package/dist-esm/src/operations/afdCustomDomains.d.ts.map +0 -1
  1254. package/dist-esm/src/operations/afdCustomDomains.js +0 -559
  1255. package/dist-esm/src/operations/afdCustomDomains.js.map +0 -1
  1256. package/dist-esm/src/operations/afdEndpoints.d.ts +0 -185
  1257. package/dist-esm/src/operations/afdEndpoints.d.ts.map +0 -1
  1258. package/dist-esm/src/operations/afdEndpoints.js +0 -744
  1259. package/dist-esm/src/operations/afdEndpoints.js.map +0 -1
  1260. package/dist-esm/src/operations/afdOriginGroups.d.ts +0 -139
  1261. package/dist-esm/src/operations/afdOriginGroups.d.ts.map +0 -1
  1262. package/dist-esm/src/operations/afdOriginGroups.js +0 -605
  1263. package/dist-esm/src/operations/afdOriginGroups.js.map +0 -1
  1264. package/dist-esm/src/operations/afdOrigins.d.ts +0 -119
  1265. package/dist-esm/src/operations/afdOrigins.d.ts.map +0 -1
  1266. package/dist-esm/src/operations/afdOrigins.js +0 -497
  1267. package/dist-esm/src/operations/afdOrigins.js.map +0 -1
  1268. package/dist-esm/src/operations/afdProfiles.d.ts +0 -88
  1269. package/dist-esm/src/operations/afdProfiles.d.ts.map +0 -1
  1270. package/dist-esm/src/operations/afdProfiles.js +0 -365
  1271. package/dist-esm/src/operations/afdProfiles.js.map +0 -1
  1272. package/dist-esm/src/operations/customDomains.d.ts +0 -125
  1273. package/dist-esm/src/operations/customDomains.d.ts.map +0 -1
  1274. package/dist-esm/src/operations/customDomains.js +0 -584
  1275. package/dist-esm/src/operations/customDomains.js.map +0 -1
  1276. package/dist-esm/src/operations/edgeNodes.d.ts +0 -32
  1277. package/dist-esm/src/operations/edgeNodes.d.ts.map +0 -1
  1278. package/dist-esm/src/operations/edgeNodes.js +0 -133
  1279. package/dist-esm/src/operations/edgeNodes.js.map +0 -1
  1280. package/dist-esm/src/operations/endpoints.d.ts +0 -220
  1281. package/dist-esm/src/operations/endpoints.d.ts.map +0 -1
  1282. package/dist-esm/src/operations/endpoints.js +0 -997
  1283. package/dist-esm/src/operations/endpoints.js.map +0 -1
  1284. package/dist-esm/src/operations/index.d.ts +0 -22
  1285. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1286. package/dist-esm/src/operations/index.js +0 -29
  1287. package/dist-esm/src/operations/index.js.map +0 -1
  1288. package/dist-esm/src/operations/logAnalytics.d.ts +0 -81
  1289. package/dist-esm/src/operations/logAnalytics.d.ts.map +0 -1
  1290. package/dist-esm/src/operations/logAnalytics.js +0 -302
  1291. package/dist-esm/src/operations/logAnalytics.js.map +0 -1
  1292. package/dist-esm/src/operations/managedRuleSets.d.ts +0 -32
  1293. package/dist-esm/src/operations/managedRuleSets.d.ts.map +0 -1
  1294. package/dist-esm/src/operations/managedRuleSets.js +0 -137
  1295. package/dist-esm/src/operations/managedRuleSets.js.map +0 -1
  1296. package/dist-esm/src/operations/operations.d.ts +0 -32
  1297. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1298. package/dist-esm/src/operations/operations.js +0 -133
  1299. package/dist-esm/src/operations/operations.js.map +0 -1
  1300. package/dist-esm/src/operations/originGroups.d.ts +0 -109
  1301. package/dist-esm/src/operations/originGroups.d.ts.map +0 -1
  1302. package/dist-esm/src/operations/originGroups.js +0 -490
  1303. package/dist-esm/src/operations/originGroups.js.map +0 -1
  1304. package/dist-esm/src/operations/origins.d.ts +0 -109
  1305. package/dist-esm/src/operations/origins.d.ts.map +0 -1
  1306. package/dist-esm/src/operations/origins.js +0 -484
  1307. package/dist-esm/src/operations/origins.js.map +0 -1
  1308. package/dist-esm/src/operations/policies.d.ts +0 -86
  1309. package/dist-esm/src/operations/policies.d.ts.map +0 -1
  1310. package/dist-esm/src/operations/policies.js +0 -398
  1311. package/dist-esm/src/operations/policies.js.map +0 -1
  1312. package/dist-esm/src/operations/profiles.d.ts +0 -221
  1313. package/dist-esm/src/operations/profiles.d.ts.map +0 -1
  1314. package/dist-esm/src/operations/profiles.js +0 -1018
  1315. package/dist-esm/src/operations/profiles.js.map +0 -1
  1316. package/dist-esm/src/operations/resourceUsageOperations.d.ts +0 -32
  1317. package/dist-esm/src/operations/resourceUsageOperations.d.ts.map +0 -1
  1318. package/dist-esm/src/operations/resourceUsageOperations.js +0 -137
  1319. package/dist-esm/src/operations/resourceUsageOperations.js.map +0 -1
  1320. package/dist-esm/src/operations/routes.d.ts +0 -126
  1321. package/dist-esm/src/operations/routes.d.ts.map +0 -1
  1322. package/dist-esm/src/operations/routes.js +0 -504
  1323. package/dist-esm/src/operations/routes.js.map +0 -1
  1324. package/dist-esm/src/operations/ruleSets.d.ts +0 -111
  1325. package/dist-esm/src/operations/ruleSets.d.ts.map +0 -1
  1326. package/dist-esm/src/operations/ruleSets.js +0 -442
  1327. package/dist-esm/src/operations/ruleSets.js.map +0 -1
  1328. package/dist-esm/src/operations/rules.d.ts +0 -119
  1329. package/dist-esm/src/operations/rules.d.ts.map +0 -1
  1330. package/dist-esm/src/operations/rules.js +0 -491
  1331. package/dist-esm/src/operations/rules.js.map +0 -1
  1332. package/dist-esm/src/operations/secrets.d.ts +0 -89
  1333. package/dist-esm/src/operations/secrets.d.ts.map +0 -1
  1334. package/dist-esm/src/operations/secrets.js +0 -366
  1335. package/dist-esm/src/operations/secrets.js.map +0 -1
  1336. package/dist-esm/src/operations/securityPolicies.d.ts +0 -109
  1337. package/dist-esm/src/operations/securityPolicies.d.ts.map +0 -1
  1338. package/dist-esm/src/operations/securityPolicies.js +0 -473
  1339. package/dist-esm/src/operations/securityPolicies.js.map +0 -1
  1340. package/dist-esm/src/operationsInterfaces/afdCustomDomains.d.ts +0 -103
  1341. package/dist-esm/src/operationsInterfaces/afdCustomDomains.d.ts.map +0 -1
  1342. package/dist-esm/src/operationsInterfaces/afdCustomDomains.js.map +0 -1
  1343. package/dist-esm/src/operationsInterfaces/afdEndpoints.d.ts +0 -137
  1344. package/dist-esm/src/operationsInterfaces/afdEndpoints.d.ts.map +0 -1
  1345. package/dist-esm/src/operationsInterfaces/afdEndpoints.js.map +0 -1
  1346. package/dist-esm/src/operationsInterfaces/afdOriginGroups.d.ts +0 -91
  1347. package/dist-esm/src/operationsInterfaces/afdOriginGroups.d.ts.map +0 -1
  1348. package/dist-esm/src/operationsInterfaces/afdOriginGroups.js.map +0 -1
  1349. package/dist-esm/src/operationsInterfaces/afdOrigins.d.ts +0 -90
  1350. package/dist-esm/src/operationsInterfaces/afdOrigins.d.ts.map +0 -1
  1351. package/dist-esm/src/operationsInterfaces/afdOrigins.js.map +0 -1
  1352. package/dist-esm/src/operationsInterfaces/afdProfiles.d.ts +0 -61
  1353. package/dist-esm/src/operationsInterfaces/afdProfiles.d.ts.map +0 -1
  1354. package/dist-esm/src/operationsInterfaces/afdProfiles.js.map +0 -1
  1355. package/dist-esm/src/operationsInterfaces/customDomains.d.ts +0 -98
  1356. package/dist-esm/src/operationsInterfaces/customDomains.d.ts.map +0 -1
  1357. package/dist-esm/src/operationsInterfaces/customDomains.js.map +0 -1
  1358. package/dist-esm/src/operationsInterfaces/edgeNodes.d.ts +0 -11
  1359. package/dist-esm/src/operationsInterfaces/edgeNodes.d.ts.map +0 -1
  1360. package/dist-esm/src/operationsInterfaces/edgeNodes.js.map +0 -1
  1361. package/dist-esm/src/operationsInterfaces/endpoints.d.ts +0 -176
  1362. package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +0 -1
  1363. package/dist-esm/src/operationsInterfaces/endpoints.js.map +0 -1
  1364. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -22
  1365. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1366. package/dist-esm/src/operationsInterfaces/index.js +0 -29
  1367. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1368. package/dist-esm/src/operationsInterfaces/logAnalytics.d.ts +0 -73
  1369. package/dist-esm/src/operationsInterfaces/logAnalytics.d.ts.map +0 -1
  1370. package/dist-esm/src/operationsInterfaces/logAnalytics.js.map +0 -1
  1371. package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts +0 -11
  1372. package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts.map +0 -1
  1373. package/dist-esm/src/operationsInterfaces/managedRuleSets.js.map +0 -1
  1374. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1375. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1376. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1377. package/dist-esm/src/operationsInterfaces/originGroups.d.ts +0 -82
  1378. package/dist-esm/src/operationsInterfaces/originGroups.d.ts.map +0 -1
  1379. package/dist-esm/src/operationsInterfaces/originGroups.js.map +0 -1
  1380. package/dist-esm/src/operationsInterfaces/origins.d.ts +0 -82
  1381. package/dist-esm/src/operationsInterfaces/origins.d.ts.map +0 -1
  1382. package/dist-esm/src/operationsInterfaces/origins.js.map +0 -1
  1383. package/dist-esm/src/operationsInterfaces/policies.d.ts +0 -63
  1384. package/dist-esm/src/operationsInterfaces/policies.d.ts.map +0 -1
  1385. package/dist-esm/src/operationsInterfaces/policies.js.map +0 -1
  1386. package/dist-esm/src/operationsInterfaces/profiles.d.ts +0 -163
  1387. package/dist-esm/src/operationsInterfaces/profiles.d.ts.map +0 -1
  1388. package/dist-esm/src/operationsInterfaces/profiles.js.map +0 -1
  1389. package/dist-esm/src/operationsInterfaces/resourceUsageOperations.d.ts +0 -11
  1390. package/dist-esm/src/operationsInterfaces/resourceUsageOperations.d.ts.map +0 -1
  1391. package/dist-esm/src/operationsInterfaces/resourceUsageOperations.js.map +0 -1
  1392. package/dist-esm/src/operationsInterfaces/routes.d.ts +0 -97
  1393. package/dist-esm/src/operationsInterfaces/routes.d.ts.map +0 -1
  1394. package/dist-esm/src/operationsInterfaces/routes.js.map +0 -1
  1395. package/dist-esm/src/operationsInterfaces/ruleSets.d.ts +0 -63
  1396. package/dist-esm/src/operationsInterfaces/ruleSets.d.ts.map +0 -1
  1397. package/dist-esm/src/operationsInterfaces/ruleSets.js.map +0 -1
  1398. package/dist-esm/src/operationsInterfaces/rules.d.ts +0 -90
  1399. package/dist-esm/src/operationsInterfaces/rules.d.ts.map +0 -1
  1400. package/dist-esm/src/operationsInterfaces/rules.js.map +0 -1
  1401. package/dist-esm/src/operationsInterfaces/secrets.d.ts +0 -62
  1402. package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +0 -1
  1403. package/dist-esm/src/operationsInterfaces/secrets.js.map +0 -1
  1404. package/dist-esm/src/operationsInterfaces/securityPolicies.d.ts +0 -82
  1405. package/dist-esm/src/operationsInterfaces/securityPolicies.d.ts.map +0 -1
  1406. package/dist-esm/src/operationsInterfaces/securityPolicies.js.map +0 -1
  1407. package/dist-esm/src/pagingHelper.js.map +0 -1
  1408. package/dist-esm/test/cdn_examples.spec.d.ts +0 -4
  1409. package/dist-esm/test/cdn_examples.spec.d.ts.map +0 -1
  1410. package/dist-esm/test/cdn_examples.spec.js +0 -242
  1411. package/dist-esm/test/cdn_examples.spec.js.map +0 -1
  1412. package/src/cdnManagementClient.ts +0 -401
  1413. package/src/index.ts +0 -13
  1414. package/src/lroImpl.ts +0 -42
  1415. package/src/models/index.ts +0 -7550
  1416. package/src/models/mappers.ts +0 -10220
  1417. package/src/models/parameters.ts +0 -779
  1418. package/src/operations/afdCustomDomains.ts +0 -770
  1419. package/src/operations/afdEndpoints.ts +0 -1025
  1420. package/src/operations/afdOriginGroups.ts +0 -839
  1421. package/src/operations/afdOrigins.ts +0 -698
  1422. package/src/operations/afdProfiles.ts +0 -496
  1423. package/src/operations/customDomains.ts +0 -824
  1424. package/src/operations/edgeNodes.ts +0 -149
  1425. package/src/operations/endpoints.ts +0 -1390
  1426. package/src/operations/index.ts +0 -29
  1427. package/src/operations/logAnalytics.ts +0 -397
  1428. package/src/operations/managedRuleSets.ts +0 -153
  1429. package/src/operations/operations.ts +0 -149
  1430. package/src/operations/originGroups.ts +0 -691
  1431. package/src/operations/origins.ts +0 -685
  1432. package/src/operations/policies.ts +0 -528
  1433. package/src/operations/profiles.ts +0 -1344
  1434. package/src/operations/resourceUsageOperations.ts +0 -153
  1435. package/src/operations/routes.ts +0 -699
  1436. package/src/operations/ruleSets.ts +0 -602
  1437. package/src/operations/rules.ts +0 -686
  1438. package/src/operations/secrets.ts +0 -504
  1439. package/src/operations/securityPolicies.ts +0 -654
  1440. package/src/operationsInterfaces/afdCustomDomains.ts +0 -187
  1441. package/src/operationsInterfaces/afdEndpoints.ts +0 -240
  1442. package/src/operationsInterfaces/afdOriginGroups.ts +0 -171
  1443. package/src/operationsInterfaces/afdOrigins.ts +0 -171
  1444. package/src/operationsInterfaces/afdProfiles.ts +0 -119
  1445. package/src/operationsInterfaces/customDomains.ts +0 -196
  1446. package/src/operationsInterfaces/edgeNodes.ts +0 -22
  1447. package/src/operationsInterfaces/endpoints.ts +0 -327
  1448. package/src/operationsInterfaces/index.ts +0 -29
  1449. package/src/operationsInterfaces/logAnalytics.ts +0 -145
  1450. package/src/operationsInterfaces/managedRuleSets.ts +0 -25
  1451. package/src/operationsInterfaces/operations.ts +0 -22
  1452. package/src/operationsInterfaces/originGroups.ts +0 -163
  1453. package/src/operationsInterfaces/origins.ts +0 -163
  1454. package/src/operationsInterfaces/policies.ts +0 -124
  1455. package/src/operationsInterfaces/profiles.ts +0 -290
  1456. package/src/operationsInterfaces/resourceUsageOperations.ts +0 -22
  1457. package/src/operationsInterfaces/routes.ts +0 -172
  1458. package/src/operationsInterfaces/ruleSets.ts +0 -111
  1459. package/src/operationsInterfaces/rules.ts +0 -165
  1460. package/src/operationsInterfaces/secrets.ts +0 -115
  1461. package/src/operationsInterfaces/securityPolicies.ts +0 -155
  1462. package/src/pagingHelper.ts +0 -39
  1463. package/tsconfig.json +0 -33
  1464. package/types/arm-cdn.d.ts +0 -9090
  1465. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1466. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1467. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1468. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1469. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1470. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1471. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1472. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1473. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1474. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1475. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1476. /package/{dist-esm/src → dist/browser}/operationsInterfaces/afdCustomDomains.js +0 -0
  1477. /package/{dist-esm/src → dist/browser}/operationsInterfaces/afdEndpoints.js +0 -0
  1478. /package/{dist-esm/src → dist/browser}/operationsInterfaces/afdOriginGroups.js +0 -0
  1479. /package/{dist-esm/src → dist/browser}/operationsInterfaces/afdOrigins.js +0 -0
  1480. /package/{dist-esm/src → dist/browser}/operationsInterfaces/afdProfiles.js +0 -0
  1481. /package/{dist-esm/src → dist/browser}/operationsInterfaces/customDomains.js +0 -0
  1482. /package/{dist-esm/src → dist/browser}/operationsInterfaces/edgeNodes.js +0 -0
  1483. /package/{dist-esm/src → dist/browser}/operationsInterfaces/endpoints.js +0 -0
  1484. /package/{dist-esm/src → dist/browser}/operationsInterfaces/logAnalytics.js +0 -0
  1485. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedRuleSets.js +0 -0
  1486. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1487. /package/{dist-esm/src → dist/browser}/operationsInterfaces/originGroups.js +0 -0
  1488. /package/{dist-esm/src → dist/browser}/operationsInterfaces/origins.js +0 -0
  1489. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policies.js +0 -0
  1490. /package/{dist-esm/src → dist/browser}/operationsInterfaces/profiles.js +0 -0
  1491. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceUsageOperations.js +0 -0
  1492. /package/{dist-esm/src → dist/browser}/operationsInterfaces/routes.js +0 -0
  1493. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ruleSets.js +0 -0
  1494. /package/{dist-esm/src → dist/browser}/operationsInterfaces/rules.js +0 -0
  1495. /package/{dist-esm/src → dist/browser}/operationsInterfaces/secrets.js +0 -0
  1496. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securityPolicies.js +0 -0
  1497. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1498. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1499. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  1500. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;;;;;;AAIU,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,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,iCAAiC,EAAE;gBACjC,cAAc,EAAE,mCAAmC;gBACnD,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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;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,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;SACF;KACF;CACF,CAAC;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,OAAO;yBACnB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,WAAW;iBACvB;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,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,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,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,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,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,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,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,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,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,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,GAAG,GAA+B;IAC7C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,KAAK;QAChB,eAAe,EAAE;YACf,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,sBAAsB,EAAE;gBACtB,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,sBAAsB,EAAE;qBAC/D;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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;iBACb;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,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,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,uBAAuB;yBACnC;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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;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,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,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;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,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;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,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,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC;iBAClC;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;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,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,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,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,+CAA+C;gBAC/D,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,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,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;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,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,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,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,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;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,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,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,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,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,wCAAwC,GACnD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,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,iCAAiC;iBAC7C;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,qDAAqD,EAAE;gBACrD,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EACZ,uDAAuD;gBACzD,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;AAES,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,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,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,MAAM,CAAC;iBACzC;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC;iBAC3C;aACF;YACD,sBAAsB,EAAE;gBACtB,WAAW,EAAE;oBACX,gBAAgB,EAAE,GAAG;oBACrB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,wBAAwB;gBACxC,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,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,qDAAqD,EAAE;gBACrD,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EACZ,kEAAkE;gBACpE,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,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,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,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,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,YAAY,EAAE,EAAE;gBAChB,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,2BAA2B,EAAE;gBAC3B,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,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,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,SAAS;wBACT,UAAU;wBACV,UAAU;wBACV,cAAc;wBACd,SAAS;qBACV;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,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,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,YAAY,EAAE,EAAE;gBAChB,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,sCAAsC;gBACtD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,2BAA2B,EAAE;gBAC3B,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,wCAAwC;gBACxD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,OAAO;yBACnB;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,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,YAAY,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;gBAC/B,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,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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;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,IAAI;gBACpB,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,SAAS;iBAChB;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,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,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,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,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,YAAY,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;gBAC/B,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,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;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,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,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,SAAS;yBACrB;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,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,MAAM;yBAClB;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,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;YACD,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,iCAAiC;yBAC7C;qBACF;iBACF;aACF;YACD,uBAAuB,EAAE;gBACvB,YAAY,EAAE,UAAU;gBACxB,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,UAAU,EAAE,uBAAuB;QACnC,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,+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,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;iBACF;aACF;YACD,uBAAuB,EAAE;gBACvB,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,oCAAoC;gBACpD,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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,UAAU,EAAE,oCAAoC;QAChD,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,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;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,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;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,UAAU,EAAE,kBAAkB;QAC9B,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,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,0CAA0C;yBACtD;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,WAAW;4BACjB,SAAS,EACP,iFAAiF;yBACpF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,wCAAwC,GACnD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,+EAA+E,GAC1F;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,iFAAiF;QACnF,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,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,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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,2CAA2C;yBACvD;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,yCAAyC,GACpD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2CAA2C;QACtD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;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,kDAAkD;yBAC9D;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,gDAAgD,GAC3D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kDAAkD;QAC7D,eAAe,EAAE;YACf,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,kCAAkC;yBAC9C;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;SACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,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;AAES,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,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,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,oCAAoC;yBAChD;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,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,+CAA+C;yBAC3D;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6CAA6C,GACxD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+CAA+C;QAC1D,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,SAAS;iBAChB;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,8BAA8B;yBAC1C;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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,6CAA6C;yBACzD;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,WAAW;4BACjB,SAAS,EACP,oFAAoF;yBACvF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2CAA2C,GACtD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,kFAAkF,GAC7F;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,oFAAoF;QACtF,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,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,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,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,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,EACP,qFAAqF;yBACxF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,mFAAmF,GAC9F;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,qFAAqF;QACvF,eAAe,EAAE;YACf,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,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,SAAS;yBACrB;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,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,aAAa;iBACzB;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF;YACD,4BAA4B,EAAE;gBAC5B,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;iBACrB;gBACD,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;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,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;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,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,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,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,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,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,WAAW;oBACjB,SAAS,EAAE,KAAK;iBACjB;aACF;YACD,wBAAwB,EAAE;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,uCAAuC,EAAE;gBACvC,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wCAAwC;yBACpD;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,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,yBAAyB,EAAE;gBACzB,cAAc,EAAE,sCAAsC;gBACtD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,MAAM,GAA+B;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,eAAe,EAAE;YACf,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,oCAAoC,GAC/C;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sCAAsC;QACjD,eAAe,EAAE;YACf,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,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;AAES,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,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,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;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,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,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,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,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,SAAS;iBAChB;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,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,sBAAsB,GAA+B;IAChE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wBAAwB;QACnC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,qDAAqD,EAAE;gBACrD,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EACZ,kEAAkE;gBACpE,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yCAAyC,EAAE;gBACzC,cAAc,EAAE,sDAAsD;gBACtE,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6CAA6C;iBACzD;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,2CAA2C,GACtD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,eAAe,EAAE;YACf,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,kBAAkB,CAAC;iBAC7D;aACF;YACD,wCAAwC,EAAE;gBACxC,WAAW,EAAE;oBACX,gBAAgB,EAAE,GAAG;oBACrB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,0CAA0C;gBAC1D,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,0BAA0B;yBACtC;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,WAAW,EAAE;oBACX,gBAAgB,EAAE,GAAG;oBACrB,gBAAgB,EAAE,GAAG;iBACtB;gBACD,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,WAAW,EAAE;oBACX,gBAAgB,EAAE,GAAG;oBACrB,gBAAgB,EAAE,GAAG;iBACtB;gBACD,cAAc,EAAE,KAAK;gBACrB,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,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,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,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,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,mBAAmB;wBACnB,eAAe;wBACf,gBAAgB;wBAChB,QAAQ;qBACT;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;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,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kDAAkD;iBAC9D;aACF;YACD,gCAAgC,EAAE;gBAChC,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,oEAAoE;iBACvE;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,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,MAAM;oBACZ,aAAa,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC;iBAClC;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;SACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,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,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,QAAQ,EAAE;gBACR,YAAY,EAAE,8BAA8B;gBAC5C,UAAU,EAAE,IAAI;gBAChB,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,gDAAgD,GAC3D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kDAAkD;QAC7D,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,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kEAAkE,GAC7E;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EACP,oEAAoE;QACtE,eAAe,EAAE;YACf,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,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,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,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,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,aAAa,EAAE;gBACb,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,cAAc,EAAE;gBACd,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,mBAAmB;wBACnB,eAAe;wBACf,gBAAgB;wBAChB,QAAQ;qBACT;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;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,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kDAAkD;iBAC9D;aACF;YACD,gCAAgC,EAAE;gBAChC,cAAc,EAAE,6CAA6C;gBAC7D,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,oEAAoE;iBACvE;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,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,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;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,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;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,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,SAAS;iBAChB;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,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;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,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,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,SAAS;iBAChB;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,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,qDAAqD,EAAE;gBACrD,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EACZ,uDAAuD;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yCAAyC,EAAE;gBACzC,cAAc,EAAE,2CAA2C;gBAC3D,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6CAA6C;iBACzD;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF;YACD,qDAAqD,EAAE;gBACrD,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EACZ,kEAAkE;gBACpE,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,yCAAyC,EAAE;gBACzC,cAAc,EAAE,sDAAsD;gBACtE,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6CAA6C;iBACzD;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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EAAE;YACxB,cAAc,EAAE,mBAAmB;YACnC,UAAU,EAAE,mBAAmB;SAChC;QACD,eAAe,EAAE;YACf,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,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,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC;iBAC1C;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,qBAAqB;gBACrC,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,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,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,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;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,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,oBAAoB,GAA+B;IAC9D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,sBAAsB;QACjC,eAAe,EAAE;YACf,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,kBAAkB;yBAC9B;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,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;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,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;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;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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,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,oBAAoB;yBAChC;qBACF;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,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,WAAW;4BACjB,SAAS,EAAE,qBAAqB;yBACjC;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,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,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;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,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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,eAAe;yBAC3B;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,eAAe;yBAC3B;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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;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,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;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,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,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,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,oCAAoC,EAAE;gBACpC,cAAc,EAAE,sCAAsC;gBACtD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,8BAA8B,EAAE;gBAC9B,WAAW,EAAE;oBACX,OAAO,EAAE,IAAI,MAAM,CACjB,kFAAkF,CACnF;iBACF;gBACD,cAAc,EAAE,gCAAgC;gBAChD,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,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,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,UAAU;gBAC1B,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;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,gBAAgB;yBAC5B;qBACF;iBACF;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,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,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,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,YAAY;yBACxB;qBACF;iBACF;aACF;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,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,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,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,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,0BAA0B;yBACtC;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,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,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,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,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,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,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,EAAE,EAAE;gBACF,cAAc,EAAE,IAAI;gBACpB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,8CAA8C,GACzD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gDAAgD;QAC3D,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF;SACF;KACF;CACF,CAAC;AAES,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,0BAA0B;yBACtC;qBACF;iBACF;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0BAA0B,GAA+B;IACpE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4BAA4B;QACvC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,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,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF;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,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,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,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,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,+CAA+C,GAC1D;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iDAAiD;QAC5D,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,8CAA8C;gBAC5D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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;AAES,QAAA,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,8CAA8C;gBAC5D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,4CAA4C;gBAC1D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,yCAAyC;gBACvD,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,2CAA2C;gBACzD,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,8CAA8C;gBAC5D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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;AAES,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,4CAA4C;gBAC1D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,8CAA8C;gBAC5D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,YAAY,EAAE,OAAO;gBACrB,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,6CAA6C;gBAC3D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,wCAAwC,GACnD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0CAA0C;QACrD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,sDAAsD;gBACpE,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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;AAES,QAAA,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,4CAA4C;gBAC1D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,4CAA4C;gBAC1D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,wCAAwC;gBACtD,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,yCAAyC;gBACvD,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,2CAA2C;gBACzD,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,2CAA2C;gBACzD,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,kCAAkC,GAA+B;IAC5E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,2CAA2C;gBACzD,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,gCAAgC,GAA+B;IAC1E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,yCAAyC;gBACvD,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,4CAA4C;gBAC1D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,eAAe,EAAE;gBACf,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,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,2BAA2B,GAA+B;IACrE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6BAA6B;QACxC,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,yCAAyC;gBACvD,UAAU,EAAE,IAAI;gBAChB,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,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,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,QAAQ,EAAE;gBACR,YAAY,EAAE,wCAAwC;gBACtD,UAAU,EAAE,IAAI;gBAChB,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,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,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,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,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,mCAAmC,GAA+B;IAC7E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qCAAqC;QAChD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EAAE,iDAAiD;gBAC/D,UAAU,EAAE,IAAI;gBAChB,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,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;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,QAAQ,EAAE;gBACR,YAAY,EAAE,wCAAwC;gBACtD,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;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,YAAY,EAAE,oCAAoC;gBAClD,UAAU,EAAE,IAAI;gBAChB,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,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,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,QAAQ,EAAE;gBACR,YAAY,EAAE,6CAA6C;gBAC3D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,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,QAAQ,EAAE;gBACR,YAAY,EAAE,yDAAyD;gBACvE,UAAU,EAAE,IAAI;gBAChB,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,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,0CAA0C,GACrD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,4CAA4C;QACvD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,YAAY,EACV,wDAAwD;gBAC1D,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,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,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,4BAA4B;gBAC5C,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,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,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;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,YAAY,EAAE,gCAAgC;gBAC9C,UAAU,EAAE,IAAI;gBAChB,cAAc,EAAE,UAAU;gBAC1B,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;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,YAAY,EAAE,qCAAqC;gBACnD,UAAU,EAAE,IAAI;gBAChB,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,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,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,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;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,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,kCACV,gBAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,oBACV,gBAAQ,CAAC,IAAI,CAAC,eAAe,CACjC;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,kCACV,gBAAQ,CAAC,IAAI,CAAC,eAAe,KAChC,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,KAAK;iBACjB;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,gDACV,2CAAmC,CAAC,IAAI,CAAC,eAAe,GACxD,0BAAkB,CAAC,IAAI,CAAC,eAAe,KAC1C,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,gDACV,6CAAqC,CAAC,IAAI,CAAC,eAAe,GAC1D,0BAAkB,CAAC,IAAI,CAAC,eAAe,KAC1C,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iCAAiC,EAAE;gBACjC,cAAc,EAAE,mCAAmC;gBACnD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,kCACV,gDAAwC,CAAC,IAAI,CAAC,eAAe,GAC7D,0BAAkB,CAAC,IAAI,CAAC,eAAe,CAC3C;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,kCACV,2CAAmC,CAAC,IAAI,CAAC,eAAe,GACxD,0BAAkB,CAAC,IAAI,CAAC,eAAe,CAC3C;KACF;CACF,CAAC;AAEW,QAAA,eAAe,GAA+B;IACzD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iBAAiB;QAC5B,eAAe,kCACV,uCAA+B,CAAC,IAAI,CAAC,eAAe,GACpD,0BAAkB,CAAC,IAAI,CAAC,eAAe,CAC3C;KACF;CACF,CAAC;AAEW,QAAA,iBAAiB,GAA+B;IAC3D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mBAAmB;QAC9B,eAAe,kCACV,0BAAkB,CAAC,IAAI,CAAC,eAAe,KAC1C,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,kCACV,sCAA8B,CAAC,IAAI,CAAC,eAAe,GACnD,0BAAkB,CAAC,IAAI,CAAC,eAAe,CAC3C;KACF;CACF,CAAC;AAEW,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,kCACV,0BAAkB,CAAC,IAAI,CAAC,eAAe,KAC1C,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,kCACV,0BAAkB,CAAC,IAAI,CAAC,eAAe,KAC1C,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kCAAkC;iBAC9C;aACF,GACF;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,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,kCAAkC,GAA+B;IAC5E,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oCAAoC;QAC/C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uCAAuC;iBACnD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAChD;IACE,cAAc,EAAE,kBAAkB;IAClC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0CAA0C;iBACtD;aACF,GACF;KACF;CACF,CAAC;AAES,QAAA,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,cAAc,EAAE,SAAS;IACzB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kCAAkC;iBAC9C;aACF,GACF;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,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF,GACF;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,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF,GACF;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,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,cAAc,EAAE,UAAU;IAC1B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kCAAkC;iBAC9C;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,uBAAuB;QACnC,wBAAwB,EACtB,6BAAqB,CAAC,IAAI,CAAC,wBAAwB;QACrD,eAAe,kCACV,6BAAqB,CAAC,IAAI,CAAC,eAAe,KAC7C,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF,GACF;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,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,uCAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,YAAY;IAC5B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,uCAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,uCAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,cAAc,EAAE,YAAY;IAC5B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,uCAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,uCAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,gCAAgC,GAA+B;IAC1E,cAAc,EAAE,sBAAsB;IACtC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kCAAkC;QAC7C,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,uCAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,cAAc,EAAE,iBAAiB;IACjC,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,kCACV,uCAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,qCAAqC,GAChD;IACE,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,uCAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF,GACF;KACF;CACF,CAAC;AAES,QAAA,4CAA4C,GACvD;IACE,cAAc,EAAE,4BAA4B;IAC5C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8CAA8C;QACzD,UAAU,EAAE,iCAAiC;QAC7C,wBAAwB,EACtB,uCAA+B,CAAC,IAAI,CAAC,wBAAwB;QAC/D,eAAe,kCACV,uCAA+B,CAAC,IAAI,CAAC,eAAe,KACvD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4CAA4C;iBACxD;aACF,GACF;KACF;CACF,CAAC;AAES,QAAA,8CAA8C,GACzD;IACE,cAAc,EAAE,wBAAwB;IACxC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gDAAgD;QAC3D,UAAU,EAAE,oCAAoC;QAChD,wBAAwB,EACtB,0CAAkC,CAAC,IAAI,CAAC,wBAAwB;QAClE,eAAe,kCACV,0CAAkC,CAAC,IAAI,CAAC,eAAe,KAC1D,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,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,iDAAiD;yBAC7D;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAES,QAAA,uBAAuB,GAA+B;IACjE,cAAc,EAAE,eAAe;IAC/B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,4BAA4B,GAA+B;IACtE,cAAc,EAAE,oBAAoB;IACpC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,8BAA8B;QACzC,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,6BAA6B,GAA+B;IACvE,cAAc,EAAE,qBAAqB;IACrC,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,2CAA2C,GACtD;IACE,cAAc,EAAE,mCAAmC;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,6CAA6C;QACxD,UAAU,EAAE,kBAAkB;QAC9B,wBAAwB,EAAE,wBAAgB,CAAC,IAAI,CAAC,wBAAwB;QACxE,eAAe,kCACV,wBAAgB,CAAC,IAAI,CAAC,eAAe,KACxC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAES,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,kCACV,0CAAkC,CAAC,IAAI,CAAC,eAAe,KAC1D,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF,EACD,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,wBAAwB;yBACpC;qBACF;iBACF;aACF,EACD,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,yBAAyB;yBACrC;qBACF;iBACF;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,kCACV,wCAAgC,CAAC,IAAI,CAAC,eAAe,KACxD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,uBAAuB;gBACvC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,qBAAqB,GAA+B;IAC/D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uBAAuB;QAClC,eAAe,kCACV,6CAAqC,CAAC,IAAI,CAAC,eAAe,KAC7D,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,mBAAmB;gBACnC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,yBAAyB,GAA+B;IACnE,cAAc,EAAE,KAAK;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,2BAA2B;QACtC,UAAU,EAAE,6BAA6B;QACzC,wBAAwB,EACtB,mCAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,mCAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF,GACF;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,6BAA6B;QACzC,wBAAwB,EACtB,mCAA2B,CAAC,IAAI,CAAC,wBAAwB;QAC3D,eAAe,kCACV,mCAA2B,CAAC,IAAI,CAAC,eAAe,KACnD,2BAA2B,EAAE;gBAC3B,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,kCACV,kBAAU,CAAC,IAAI,CAAC,eAAe,KAClC,kBAAkB,EAAE;gBAClB,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,0BAA0B,EAAE;gBAC1B,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,kBAAkB,GAA+B;IAC5D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,oBAAoB;QAC/B,eAAe,oBACV,mBAAW,CAAC,IAAI,CAAC,eAAe,CACpC;KACF;CACF,CAAC;AAEW,QAAA,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,kCACV,mBAAW,CAAC,IAAI,CAAC,eAAe,KACnC,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,sBAAsB;gBACtC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,uBAAuB,EAAE;gBACvB,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,iCAAiC,GAA+B;IAC3E,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,mCAAmC;QAC9C,eAAe,oBACV,mBAAW,CAAC,IAAI,CAAC,eAAe,CACpC;KACF;CACF,CAAC;AAEW,QAAA,OAAO,GAA+B;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,kCACV,uBAAe,CAAC,IAAI,CAAC,eAAe,KACvC,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,KAAK;iBACjB;aACF,EACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,wBAAwB;iBACpC;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,4BAA4B,EAAE;gBAC5B,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;iBACrB;gBACD,cAAc,EAAE,yCAAyC;gBACzD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,kCACV,uBAAe,CAAC,IAAI,CAAC,eAAe,KACvC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iCAAiC,EAAE;gBACjC,cAAc,EAAE,8CAA8C;gBAC9D,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,kCACV,uBAAe,CAAC,IAAI,CAAC,eAAe,KACvC,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,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,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,aAAa,EAAE;gBACb,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,cAAc,EAAE;gBACd,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,mBAAmB;wBACnB,eAAe;wBACf,gBAAgB;wBAChB,QAAQ;qBACT;iBACF;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,eAAe;yBAC3B;qBACF;iBACF;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kDAAkD;iBAC9D;aACF,EACD,gCAAgC,EAAE;gBAChC,cAAc,EAAE,6CAA6C;gBAC7D,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EACP,oEAAoE;iBACvE;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,wBAAwB;yBACpC;qBACF;iBACF;aACF,EACD,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,yBAAyB;yBACrC;qBACF;iBACF;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,+BAA+B,GAA+B;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,iCAAiC;QAC5C,eAAe,kCACV,uBAAe,CAAC,IAAI,CAAC,eAAe,KACvC,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,KAAK;iBACjB;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gBAAgB;iBAC5B;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oBAAoB;iBAChC;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,aAAa;yBACzB;qBACF;iBACF;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,0BAA0B;iBACtC;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,kCAAkC,EAAE;gBAClC,cAAc,EAAE,+CAA+C;gBAC/D,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;iBACpC;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,iCAAiC;iBAC7C;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF,EACD,qDAAqD,EAAE;gBACrD,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EACZ,kEAAkE;gBACpE,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,oBAAoB,EAAE;gBACpB,cAAc,EAAE,iCAAiC;gBACjD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,eAAe,EAAE;gBACf,cAAc,EAAE,4BAA4B;gBAC5C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,YAAY,EAAE,EAAE;gBAChB,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,yBAAyB,EAAE;gBACzB,cAAc,EAAE,sCAAsC;gBACtD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qCAAqC;iBACjD;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,2BAA2B,EAAE;gBAC3B,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,wCAAwC;gBACxD,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,4BAA4B;yBACxC;qBACF;iBACF;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,mBAAmB;iBAC/B;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF,EACD,kBAAkB,EAAE;gBAClB,YAAY,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;gBAC/B,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,EACD,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,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,4BAA4B;iBACxC;aACF,EACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,+BAA+B;gBAC/C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,mBAAmB,EAAE;gBACnB,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,YAAY,EAAE;gBACZ,cAAc,EAAE,yBAAyB;gBACzC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,OAAO,GAA+B;IACjD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,SAAS;QACpB,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,IAAI,GAA+B;IAC9C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,MAAM;QACjB,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,uBAAuB;yBACnC;qBACF;iBACF;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,iCAAiC;yBAC7C;qBACF;iBACF;aACF,EACD,uBAAuB,EAAE;gBACvB,YAAY,EAAE,UAAU;gBACxB,cAAc,EAAE,oCAAoC;gBACpD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,cAAc,GAA+B;IACxD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gBAAgB;QAC3B,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,oCAAoC;iBAChD;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,MAAM,GAA+B;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,WAAW,EAAE;gBACX,cAAc,EAAE,wBAAwB;gBACxC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,UAAU,EAAE;gBACV,cAAc,EAAE,uBAAuB;gBACvC,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,MAAM,GAA+B;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,SAAS,EAAE;gBACT,WAAW,EAAE;oBACX,gBAAgB,EAAE,KAAK;oBACvB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,sBAAsB;gBACtC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,QAAQ,EAAE;gBACR,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;oBACnB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,MAAM,EAAE;gBACN,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,mBAAmB;gBACnC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF,EACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,6BAA6B;gBAC7C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,0BAA0B,EAAE;gBAC1B,cAAc,EAAE,uCAAuC;gBACvD,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,WAAW,GAA+B;IACrD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,mBAAmB,EAAE;gBACnB,cAAc,EAAE,gCAAgC;gBAChD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,uBAAuB;iBACnC;aACF,EACD,OAAO,EAAE;gBACP,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,mBAAmB;yBAC/B;qBACF;iBACF;aACF,EACD,qDAAqD,EAAE;gBACrD,WAAW,EAAE;oBACX,gBAAgB,EAAE,EAAE;oBACpB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EACZ,kEAAkE;gBACpE,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,yCAAyC,EAAE;gBACzC,cAAc,EAAE,sDAAsD;gBACtE,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6CAA6C;iBACzD;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,QAAQ,EAAE;gBACR,cAAc,EAAE,qBAAqB;gBACrC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,aAAa,EAAE;gBACb,cAAc,EAAE,0BAA0B;gBAC1C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,4BAA4B,EAAE;gBAC5B,cAAc,EAAE,yCAAyC;gBACzD,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,+BAA+B,EAAE;gBAC/B,cAAc,EAAE,4CAA4C;gBAC5D,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,qBAAqB,EAAE;gBACrB,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,6BAA6B;iBACzC;aACF,EACD,cAAc,EAAE;gBACd,cAAc,EAAE,2BAA2B;gBAC3C,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,iBAAiB,EAAE;gBACjB,cAAc,EAAE,8BAA8B;gBAC9C,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,GACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,kCACV,qBAAa,CAAC,IAAI,CAAC,eAAe,KACrC,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,gBAAgB;yBAC5B;qBACF;iBACF;aACF,GACF;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,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,6CAA6C,GACxD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+CAA+C;QAC1D,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,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,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,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,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,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,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,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,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,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,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,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,sCAAsC,GACjD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,wCAAwC;QACnD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,qCAAqC,GAChD;IACE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,uCAAuC;QAClD,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,6BAA6B,GAA+B;IACvE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,+BAA+B;QAC1C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;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,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAES,QAAA,cAAc,GAAG;IAC1B,qBAAqB,EAAE,6BAAqB;IAC5C,+BAA+B,EAAE,uCAA+B;IAChE,kCAAkC,EAAE,0CAAkC;IACtE,gBAAgB,EAAE,wBAAgB;IAClC,2BAA2B,EAAE,mCAA2B;IACxD,qCAAqC,EAAE,0CAAkC;IACzE,qCAAqC,EAAE,0CAAkC;IACzE,mCAAmC,EAAE,wCAAgC;IACrE,gCAAgC,EAAE,qCAA6B;IAC/D,kCAAkC,EAAE,uCAA+B;IACnE,qCAAqC,EAAE,0CAAkC;IACzE,mCAAmC,EAAE,wCAAgC;IACrE,qCAAqC,EAAE,0CAAkC;IACzE,+BAA+B,EAAE,oCAA4B;IAC7D,wCAAwC,EACtC,6CAAqC;IACvC,mCAAmC,EAAE,wCAAgC;IACrE,mCAAmC,EAAE,wCAAgC;IACrE,+BAA+B,EAAE,oCAA4B;IAC7D,gCAAgC,EAAE,qCAA6B;IAC/D,kCAAkC,EAAE,uCAA+B;IACnE,kCAAkC,EAAE,uCAA+B;IACnE,kCAAkC,EAAE,uCAA+B;IACnE,gCAAgC,EAAE,qCAA6B;IAC/D,mCAAmC,EAAE,wCAAgC;IACrE,6CAA6C,EAAE,yBAAiB;IAChE,4CAA4C,EAAE,wBAAgB;IAC9D,qDAAqD,EACnD,iCAAyB;IAC3B,4CAA4C,EAAE,wBAAgB;IAC9D,qDAAqD,EACnD,uCAA+B;IACjC,sDAAsD,EACpD,wCAAgC;IAClC,iDAAiD,EAC/C,yCAAiC;IACnC,qDAAqD,EACnD,6CAAqC;IACvC,4DAA4D,EAC1D,oDAA4C;IAC9C,2DAA2D,EACzD,sDAA8C;IAChD,gCAAgC,EAAE,+BAAuB;IACzD,qCAAqC,EAAE,oCAA4B;IACnE,sCAAsC,EAAE,qCAA6B;IACrE,oDAAoD,EAClD,mDAA2C;IAC7C,iCAAiC,EAAE,iCAAyB;IAC5D,2CAA2C,EAAE,kCAA0B;CACxE,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 CheckEndpointNameAvailabilityInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckEndpointNameAvailabilityInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n autoGeneratedDomainNameLabelScope: {\n serializedName: \"autoGeneratedDomainNameLabelScope\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckEndpointNameAvailabilityOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckEndpointNameAvailabilityOutput\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n availableHostname: {\n serializedName: \"availableHostname\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n reason: {\n serializedName: \"reason\",\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 AfdErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const UsagesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsagesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Usage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n },\n },\n },\n },\n};\n\nexport const UsageName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckHostNameAvailabilityInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckHostNameAvailabilityInput\",\n modelProperties: {\n hostName: {\n serializedName: \"hostName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityOutput\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\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 ValidateSecretInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateSecretInput\",\n modelProperties: {\n secretType: {\n serializedName: \"secretType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretSource: {\n serializedName: \"secretSource\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateSecretOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateSecretOutput\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfileUpgradeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileUpgradeParameters\",\n modelProperties: {\n wafMappingList: {\n serializedName: \"wafMappingList\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProfileChangeSkuWafMapping\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProfileChangeSkuWafMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileChangeSkuWafMapping\",\n modelProperties: {\n securityPolicyName: {\n serializedName: \"securityPolicyName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n changeToWafPolicy: {\n serializedName: \"changeToWafPolicy\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const ProfileLogScrubbing: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileLogScrubbing\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n scrubbingRules: {\n serializedName: \"scrubbingRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProfileScrubbingRules\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProfileScrubbingRules: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileScrubbingRules\",\n modelProperties: {\n matchVariable: {\n serializedName: \"matchVariable\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n selectorMatchOperator: {\n serializedName: \"selectorMatchOperator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n 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 AFDDomainListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomainListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AFDDomain\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DomainValidationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DomainValidationProperties\",\n modelProperties: {\n validationToken: {\n serializedName: \"validationToken\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDDomainUpdatePropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomainUpdatePropertiesParameters\",\n modelProperties: {\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tlsSettings: {\n serializedName: \"tlsSettings\",\n type: {\n name: \"Composite\",\n className: \"AFDDomainHttpsParameters\",\n },\n },\n azureDnsZone: {\n serializedName: \"azureDnsZone\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n preValidatedCustomDomainResourceId: {\n serializedName: \"preValidatedCustomDomainResourceId\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const AFDDomainHttpsParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomainHttpsParameters\",\n modelProperties: {\n certificateType: {\n serializedName: \"certificateType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n minimumTlsVersion: {\n serializedName: \"minimumTlsVersion\",\n type: {\n name: \"Enum\",\n allowedValues: [\"TLS10\", \"TLS12\"],\n },\n },\n secret: {\n serializedName: \"secret\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const AFDStateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDStateProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDDomainUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomainUpdateParameters\",\n modelProperties: {\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tlsSettings: {\n serializedName: \"properties.tlsSettings\",\n type: {\n name: \"Composite\",\n className: \"AFDDomainHttpsParameters\",\n },\n },\n azureDnsZone: {\n serializedName: \"properties.azureDnsZone\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n preValidatedCustomDomainResourceId: {\n serializedName: \"properties.preValidatedCustomDomainResourceId\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const AFDEndpointListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDEndpointListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AFDEndpoint\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDEndpointPropertiesUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AFDEndpointPropertiesUpdateParameters\",\n modelProperties: {\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AFDEndpointUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDEndpointUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdPurgeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdPurgeParameters\",\n modelProperties: {\n contentPaths: {\n serializedName: \"contentPaths\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n domains: {\n serializedName: \"domains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidateCustomDomainInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateCustomDomainInput\",\n modelProperties: {\n hostName: {\n serializedName: \"hostName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateCustomDomainOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateCustomDomainOutput\",\n modelProperties: {\n customDomainValidated: {\n serializedName: \"customDomainValidated\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\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 AFDOriginGroupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroup\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginGroupUpdatePropertiesParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroupUpdatePropertiesParameters\",\n modelProperties: {\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n loadBalancingSettings: {\n serializedName: \"loadBalancingSettings\",\n type: {\n name: \"Composite\",\n className: \"LoadBalancingSettingsParameters\",\n },\n },\n healthProbeSettings: {\n serializedName: \"healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n sessionAffinityState: {\n serializedName: \"sessionAffinityState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const LoadBalancingSettingsParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancingSettingsParameters\",\n modelProperties: {\n sampleSize: {\n serializedName: \"sampleSize\",\n type: {\n name: \"Number\",\n },\n },\n successfulSamplesRequired: {\n serializedName: \"successfulSamplesRequired\",\n type: {\n name: \"Number\",\n },\n },\n additionalLatencyInMilliseconds: {\n serializedName: \"additionalLatencyInMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HealthProbeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n modelProperties: {\n probePath: {\n serializedName: \"probePath\",\n type: {\n name: \"String\",\n },\n },\n probeRequestType: {\n serializedName: \"probeRequestType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"NotSet\", \"GET\", \"HEAD\"],\n },\n },\n probeProtocol: {\n serializedName: \"probeProtocol\",\n type: {\n name: \"Enum\",\n allowedValues: [\"NotSet\", \"Http\", \"Https\"],\n },\n },\n probeIntervalInSeconds: {\n constraints: {\n InclusiveMaximum: 255,\n InclusiveMinimum: 1,\n },\n serializedName: \"probeIntervalInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginGroupUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroupUpdateParameters\",\n modelProperties: {\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n loadBalancingSettings: {\n serializedName: \"properties.loadBalancingSettings\",\n type: {\n name: \"Composite\",\n className: \"LoadBalancingSettingsParameters\",\n },\n },\n healthProbeSettings: {\n serializedName: \"properties.healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n sessionAffinityState: {\n serializedName: \"properties.sessionAffinityState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AFDOrigin\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginUpdatePropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginUpdatePropertiesParameters\",\n modelProperties: {\n originGroupName: {\n serializedName: \"originGroupName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azureOrigin: {\n serializedName: \"azureOrigin\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n hostName: {\n serializedName: \"hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n defaultValue: 80,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n defaultValue: 443,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"weight\",\n type: {\n name: \"Number\",\n },\n },\n sharedPrivateLinkResource: {\n serializedName: \"sharedPrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n },\n },\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n enforceCertificateNameCheck: {\n defaultValue: true,\n serializedName: \"enforceCertificateNameCheck\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SharedPrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n modelProperties: {\n privateLink: {\n serializedName: \"privateLink\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n privateLinkLocation: {\n serializedName: \"privateLinkLocation\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n requestMessage: {\n serializedName: \"requestMessage\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Pending\",\n \"Approved\",\n \"Rejected\",\n \"Disconnected\",\n \"Timeout\",\n ],\n },\n },\n },\n },\n};\n\nexport const AFDOriginUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginUpdateParameters\",\n modelProperties: {\n originGroupName: {\n serializedName: \"properties.originGroupName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azureOrigin: {\n serializedName: \"properties.azureOrigin\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n defaultValue: 80,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n defaultValue: 443,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.weight\",\n type: {\n name: \"Number\",\n },\n },\n sharedPrivateLinkResource: {\n serializedName: \"properties.sharedPrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n enforceCertificateNameCheck: {\n defaultValue: true,\n serializedName: \"properties.enforceCertificateNameCheck\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const RouteListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RouteListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Route\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RouteUpdatePropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RouteUpdatePropertiesParameters\",\n modelProperties: {\n endpointName: {\n serializedName: \"endpointName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivatedResourceReference\",\n },\n },\n },\n },\n originGroup: {\n serializedName: \"originGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n originPath: {\n serializedName: \"originPath\",\n type: {\n name: \"String\",\n },\n },\n ruleSets: {\n serializedName: \"ruleSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n supportedProtocols: {\n defaultValue: [\"Http\", \"Https\"],\n serializedName: \"supportedProtocols\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n patternsToMatch: {\n serializedName: \"patternsToMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cacheConfiguration: {\n serializedName: \"cacheConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AfdRouteCacheConfiguration\",\n },\n },\n forwardingProtocol: {\n serializedName: \"forwardingProtocol\",\n type: {\n name: \"String\",\n },\n },\n linkToDefaultDomain: {\n defaultValue: \"Disabled\",\n serializedName: \"linkToDefaultDomain\",\n type: {\n name: \"String\",\n },\n },\n httpsRedirect: {\n defaultValue: \"Disabled\",\n serializedName: \"httpsRedirect\",\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActivatedResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivatedResourceReference\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n isActive: {\n serializedName: \"isActive\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AfdRouteCacheConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdRouteCacheConfiguration\",\n modelProperties: {\n queryStringCachingBehavior: {\n serializedName: \"queryStringCachingBehavior\",\n type: {\n name: \"String\",\n },\n },\n queryParameters: {\n serializedName: \"queryParameters\",\n type: {\n name: \"String\",\n },\n },\n compressionSettings: {\n serializedName: \"compressionSettings\",\n type: {\n name: \"Composite\",\n className: \"CompressionSettings\",\n },\n },\n },\n },\n};\n\nexport const CompressionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CompressionSettings\",\n modelProperties: {\n contentTypesToCompress: {\n serializedName: \"contentTypesToCompress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n isCompressionEnabled: {\n serializedName: \"isCompressionEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const RouteUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RouteUpdateParameters\",\n modelProperties: {\n endpointName: {\n serializedName: \"properties.endpointName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customDomains: {\n serializedName: \"properties.customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivatedResourceReference\",\n },\n },\n },\n },\n originGroup: {\n serializedName: \"properties.originGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n originPath: {\n serializedName: \"properties.originPath\",\n type: {\n name: \"String\",\n },\n },\n ruleSets: {\n serializedName: \"properties.ruleSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n supportedProtocols: {\n defaultValue: [\"Http\", \"Https\"],\n serializedName: \"properties.supportedProtocols\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n patternsToMatch: {\n serializedName: \"properties.patternsToMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cacheConfiguration: {\n serializedName: \"properties.cacheConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AfdRouteCacheConfiguration\",\n },\n },\n forwardingProtocol: {\n serializedName: \"properties.forwardingProtocol\",\n type: {\n name: \"String\",\n },\n },\n linkToDefaultDomain: {\n defaultValue: \"Disabled\",\n serializedName: \"properties.linkToDefaultDomain\",\n type: {\n name: \"String\",\n },\n },\n httpsRedirect: {\n defaultValue: \"Disabled\",\n serializedName: \"properties.httpsRedirect\",\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleSetListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleSetListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuleSet\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Rule\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleUpdatePropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleUpdatePropertiesParameters\",\n modelProperties: {\n ruleSetName: {\n serializedName: \"ruleSetName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"order\",\n type: {\n name: \"Number\",\n },\n },\n conditions: {\n serializedName: \"conditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCondition\",\n },\n },\n },\n },\n actions: {\n serializedName: \"actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleActionAutoGenerated\",\n },\n },\n },\n },\n matchProcessingBehavior: {\n defaultValue: \"Continue\",\n serializedName: \"matchProcessingBehavior\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator: {\n serializedName: \"name\",\n clientName: \"name\",\n },\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleActionAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleActionAutoGenerated\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator: {\n serializedName: \"name\",\n clientName: \"name\",\n },\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleUpdateParameters\",\n modelProperties: {\n ruleSetName: {\n serializedName: \"properties.ruleSetName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"properties.order\",\n type: {\n name: \"Number\",\n },\n },\n conditions: {\n serializedName: \"properties.conditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCondition\",\n },\n },\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleActionAutoGenerated\",\n },\n },\n },\n },\n matchProcessingBehavior: {\n defaultValue: \"Continue\",\n serializedName: \"properties.matchProcessingBehavior\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPolicyListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicy\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPolicyPropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyPropertiesParameters\",\n uberParent: \"SecurityPolicyPropertiesParameters\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPolicyUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyUpdateParameters\",\n modelProperties: {\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyPropertiesParameters\",\n },\n },\n },\n },\n};\n\nexport const SecretListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretParameters\",\n uberParent: \"SecretParameters\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricsResponse\",\n modelProperties: {\n dateTimeBegin: {\n serializedName: \"dateTimeBegin\",\n type: {\n name: \"DateTime\",\n },\n },\n dateTimeEnd: {\n serializedName: \"dateTimeEnd\",\n type: {\n name: \"DateTime\",\n },\n },\n granularity: {\n serializedName: \"granularity\",\n type: {\n name: \"String\",\n },\n },\n series: {\n serializedName: \"series\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricsResponseSeriesItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricsResponseSeriesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricsResponseSeriesItem\",\n modelProperties: {\n metric: {\n serializedName: \"metric\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n groups: {\n serializedName: \"groups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricsResponseSeriesPropertiesItemsItem\",\n },\n },\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"Components1Gs0LlpSchemasMetricsresponsePropertiesSeriesItemsPropertiesDataItems\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricsResponseSeriesPropertiesItemsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MetricsResponseSeriesPropertiesItemsItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\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 Components1Gs0LlpSchemasMetricsresponsePropertiesSeriesItemsPropertiesDataItems: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"Components1Gs0LlpSchemasMetricsresponsePropertiesSeriesItemsPropertiesDataItems\",\n modelProperties: {\n dateTime: {\n serializedName: \"dateTime\",\n type: {\n name: \"DateTime\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const RankingsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RankingsResponse\",\n modelProperties: {\n dateTimeBegin: {\n serializedName: \"dateTimeBegin\",\n type: {\n name: \"DateTime\",\n },\n },\n dateTimeEnd: {\n serializedName: \"dateTimeEnd\",\n type: {\n name: \"DateTime\",\n },\n },\n tables: {\n serializedName: \"tables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RankingsResponseTablesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesItem\",\n modelProperties: {\n ranking: {\n serializedName: \"ranking\",\n type: {\n name: \"String\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesPropertiesItemsItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RankingsResponseTablesPropertiesItemsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesPropertiesItemsItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n metrics: {\n serializedName: \"metrics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesPropertiesItemsMetricsItem\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RankingsResponseTablesPropertiesItemsMetricsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesPropertiesItemsMetricsItem\",\n modelProperties: {\n metric: {\n serializedName: \"metric\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\",\n },\n },\n percentage: {\n serializedName: \"percentage\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const ContinentsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinentsResponse\",\n modelProperties: {\n continents: {\n serializedName: \"continents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContinentsResponseContinentsItem\",\n },\n },\n },\n },\n countryOrRegions: {\n serializedName: \"countryOrRegions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContinentsResponseCountryOrRegionsItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContinentsResponseContinentsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinentsResponseContinentsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContinentsResponseCountryOrRegionsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ContinentsResponseCountryOrRegionsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n continentId: {\n serializedName: \"continentId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ResourcesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponse\",\n modelProperties: {\n endpoints: {\n serializedName: \"endpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseEndpointsItem\",\n },\n },\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseCustomDomainsItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourcesResponseEndpointsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseEndpointsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n history: {\n serializedName: \"history\",\n type: {\n name: \"Boolean\",\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseEndpointsPropertiesItemsItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourcesResponseEndpointsPropertiesItemsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseEndpointsPropertiesItemsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n endpointId: {\n serializedName: \"endpointId\",\n type: {\n name: \"String\",\n },\n },\n history: {\n serializedName: \"history\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const ResourcesResponseCustomDomainsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseCustomDomainsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n endpointId: {\n serializedName: \"endpointId\",\n type: {\n name: \"String\",\n },\n },\n history: {\n serializedName: \"history\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const WafMetricsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WafMetricsResponse\",\n modelProperties: {\n dateTimeBegin: {\n serializedName: \"dateTimeBegin\",\n type: {\n name: \"DateTime\",\n },\n },\n dateTimeEnd: {\n serializedName: \"dateTimeEnd\",\n type: {\n name: \"DateTime\",\n },\n },\n granularity: {\n serializedName: \"granularity\",\n type: {\n name: \"String\",\n },\n },\n series: {\n serializedName: \"series\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WafMetricsResponseSeriesItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WafMetricsResponseSeriesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WafMetricsResponseSeriesItem\",\n modelProperties: {\n metric: {\n serializedName: \"metric\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n groups: {\n serializedName: \"groups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WafMetricsResponseSeriesPropertiesItemsItem\",\n },\n },\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WafMetricsResponseSeriesPropertiesItemsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"WafMetricsResponseSeriesPropertiesItemsItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\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 Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems\",\n modelProperties: {\n dateTime: {\n serializedName: \"dateTime\",\n type: {\n name: \"DateTime\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const WafRankingsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WafRankingsResponse\",\n modelProperties: {\n dateTimeBegin: {\n serializedName: \"dateTimeBegin\",\n type: {\n name: \"DateTime\",\n },\n },\n dateTimeEnd: {\n serializedName: \"dateTimeEnd\",\n type: {\n name: \"DateTime\",\n },\n },\n groups: {\n serializedName: \"groups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WafRankingsResponseDataItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WafRankingsResponseDataItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WafRankingsResponseDataItem\",\n modelProperties: {\n groupValues: {\n serializedName: \"groupValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n metrics: {\n serializedName: \"metrics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems\",\n modelProperties: {\n metric: {\n serializedName: \"metric\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\",\n },\n },\n percentage: {\n serializedName: \"percentage\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const ProfileListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Profile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ProfileUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n originResponseTimeoutSeconds: {\n constraints: {\n InclusiveMinimum: 16,\n },\n serializedName: \"properties.originResponseTimeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n logScrubbing: {\n serializedName: \"properties.logScrubbing\",\n type: {\n name: \"Composite\",\n className: \"ProfileLogScrubbing\",\n },\n },\n },\n },\n};\n\nexport const CanMigrateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CanMigrateParameters\",\n modelProperties: {\n classicResourceReference: {\n serializedName: \"classicResourceReference\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const CanMigrateResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CanMigrateResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canMigrate: {\n serializedName: \"properties.canMigrate\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n defaultSku: {\n serializedName: \"properties.defaultSku\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"properties.errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrationErrorType\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrationErrorType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationErrorType\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nextSteps: {\n serializedName: \"nextSteps\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationParameters\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n classicResourceReference: {\n serializedName: \"classicResourceReference\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n profileName: {\n serializedName: \"profileName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n migrationWebApplicationFirewallMappings: {\n serializedName: \"migrationWebApplicationFirewallMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrationWebApplicationFirewallMapping\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrationWebApplicationFirewallMapping: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrationWebApplicationFirewallMapping\",\n modelProperties: {\n migratedFrom: {\n serializedName: \"migratedFrom\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n migratedTo: {\n serializedName: \"migratedTo\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n };\n\nexport const MigrateResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migratedProfileResourceId: {\n serializedName: \"properties.migratedProfileResourceId\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const SsoUri: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsoUri\",\n modelProperties: {\n ssoUriValue: {\n serializedName: \"ssoUriValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SupportedOptimizationTypesListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SupportedOptimizationTypesListResult\",\n modelProperties: {\n supportedOptimizationTypes: {\n serializedName: \"supportedOptimizationTypes\",\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 ResourceUsageListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceUsageListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceUsage\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceUsage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceUsage\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const EndpointListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Endpoint\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeepCreatedOrigin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOrigin\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.weight\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n privateLinkAlias: {\n serializedName: \"properties.privateLinkAlias\",\n type: {\n name: \"String\",\n },\n },\n privateLinkResourceId: {\n serializedName: \"properties.privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateLinkLocation: {\n serializedName: \"properties.privateLinkLocation\",\n type: {\n name: \"String\",\n },\n },\n privateLinkApprovalMessage: {\n serializedName: \"properties.privateLinkApprovalMessage\",\n type: {\n name: \"String\",\n },\n },\n privateEndpointStatus: {\n serializedName: \"properties.privateEndpointStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeepCreatedOriginGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOriginGroup\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n healthProbeSettings: {\n serializedName: \"properties.healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n origins: {\n serializedName: \"properties.origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n responseBasedOriginErrorDetectionSettings: {\n serializedName: \"properties.responseBasedOriginErrorDetectionSettings\",\n type: {\n name: \"Composite\",\n className: \"ResponseBasedOriginErrorDetectionParameters\",\n },\n },\n },\n },\n};\n\nexport const ResponseBasedOriginErrorDetectionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ResponseBasedOriginErrorDetectionParameters\",\n modelProperties: {\n responseBasedDetectedErrorTypes: {\n serializedName: \"responseBasedDetectedErrorTypes\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"TcpErrorsOnly\", \"TcpAndHttpErrors\"],\n },\n },\n responseBasedFailoverThresholdPercentage: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"responseBasedFailoverThresholdPercentage\",\n type: {\n name: \"Number\",\n },\n },\n httpErrorRanges: {\n serializedName: \"httpErrorRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpErrorRangeParameters\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const HttpErrorRangeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpErrorRangeParameters\",\n modelProperties: {\n begin: {\n constraints: {\n InclusiveMaximum: 999,\n InclusiveMinimum: 100,\n },\n serializedName: \"begin\",\n type: {\n name: \"Number\",\n },\n },\n end: {\n constraints: {\n InclusiveMaximum: 999,\n InclusiveMinimum: 100,\n },\n serializedName: \"end\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DeepCreatedCustomDomain: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedCustomDomain\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n validationData: {\n serializedName: \"properties.validationData\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointPropertiesUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointPropertiesUpdateParameters\",\n modelProperties: {\n originPath: {\n serializedName: \"originPath\",\n type: {\n name: \"String\",\n },\n },\n contentTypesToCompress: {\n serializedName: \"contentTypesToCompress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n originHostHeader: {\n serializedName: \"originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n isCompressionEnabled: {\n serializedName: \"isCompressionEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpAllowed: {\n defaultValue: true,\n serializedName: \"isHttpAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpsAllowed: {\n defaultValue: true,\n serializedName: \"isHttpsAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n queryStringCachingBehavior: {\n serializedName: \"queryStringCachingBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"IgnoreQueryString\",\n \"BypassCaching\",\n \"UseQueryString\",\n \"NotSet\",\n ],\n },\n },\n optimizationType: {\n serializedName: \"optimizationType\",\n type: {\n name: \"String\",\n },\n },\n probePath: {\n serializedName: \"probePath\",\n type: {\n name: \"String\",\n },\n },\n geoFilters: {\n serializedName: \"geoFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GeoFilter\",\n },\n },\n },\n },\n defaultOriginGroup: {\n serializedName: \"defaultOriginGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n urlSigningKeys: {\n serializedName: \"urlSigningKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UrlSigningKey\",\n },\n },\n },\n },\n deliveryPolicy: {\n serializedName: \"deliveryPolicy\",\n type: {\n name: \"Composite\",\n className: \"EndpointPropertiesUpdateParametersDeliveryPolicy\",\n },\n },\n webApplicationFirewallPolicyLink: {\n serializedName: \"webApplicationFirewallPolicyLink\",\n type: {\n name: \"Composite\",\n className:\n \"EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink\",\n },\n },\n },\n },\n};\n\nexport const GeoFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GeoFilter\",\n modelProperties: {\n relativePath: {\n serializedName: \"relativePath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n action: {\n serializedName: \"action\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Block\", \"Allow\"],\n },\n },\n countryCodes: {\n serializedName: \"countryCodes\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UrlSigningKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlSigningKey\",\n modelProperties: {\n keyId: {\n serializedName: \"keyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n keySourceParameters: {\n serializedName: \"keySourceParameters\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultSigningKeyParameters\",\n },\n },\n },\n },\n};\n\nexport const KeyVaultSigningKeyParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyVaultSigningKeyParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"KeyVaultSigningKeyParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n vaultName: {\n serializedName: \"vaultName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretName: {\n serializedName: \"secretName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointPropertiesUpdateParametersDeliveryPolicy: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"EndpointPropertiesUpdateParametersDeliveryPolicy\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n rules: {\n serializedName: \"rules\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRule\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const DeliveryRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeliveryRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"order\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n conditions: {\n serializedName: \"conditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCondition\",\n },\n },\n },\n },\n actions: {\n serializedName: \"actions\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleActionAutoGenerated\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const EndpointUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n originPath: {\n serializedName: \"properties.originPath\",\n type: {\n name: \"String\",\n },\n },\n contentTypesToCompress: {\n serializedName: \"properties.contentTypesToCompress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n isCompressionEnabled: {\n serializedName: \"properties.isCompressionEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpAllowed: {\n defaultValue: true,\n serializedName: \"properties.isHttpAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpsAllowed: {\n defaultValue: true,\n serializedName: \"properties.isHttpsAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n queryStringCachingBehavior: {\n serializedName: \"properties.queryStringCachingBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"IgnoreQueryString\",\n \"BypassCaching\",\n \"UseQueryString\",\n \"NotSet\",\n ],\n },\n },\n optimizationType: {\n serializedName: \"properties.optimizationType\",\n type: {\n name: \"String\",\n },\n },\n probePath: {\n serializedName: \"properties.probePath\",\n type: {\n name: \"String\",\n },\n },\n geoFilters: {\n serializedName: \"properties.geoFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GeoFilter\",\n },\n },\n },\n },\n defaultOriginGroup: {\n serializedName: \"properties.defaultOriginGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n urlSigningKeys: {\n serializedName: \"properties.urlSigningKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UrlSigningKey\",\n },\n },\n },\n },\n deliveryPolicy: {\n serializedName: \"properties.deliveryPolicy\",\n type: {\n name: \"Composite\",\n className: \"EndpointPropertiesUpdateParametersDeliveryPolicy\",\n },\n },\n webApplicationFirewallPolicyLink: {\n serializedName: \"properties.webApplicationFirewallPolicyLink\",\n type: {\n name: \"Composite\",\n className:\n \"EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink\",\n },\n },\n },\n },\n};\n\nexport const PurgeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PurgeParameters\",\n modelProperties: {\n contentPaths: {\n serializedName: \"contentPaths\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LoadParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadParameters\",\n modelProperties: {\n contentPaths: {\n serializedName: \"contentPaths\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OriginListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Origin\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginUpdatePropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginUpdatePropertiesParameters\",\n modelProperties: {\n hostName: {\n serializedName: \"hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"weight\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n privateLinkAlias: {\n serializedName: \"privateLinkAlias\",\n type: {\n name: \"String\",\n },\n },\n privateLinkResourceId: {\n serializedName: \"privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateLinkLocation: {\n serializedName: \"privateLinkLocation\",\n type: {\n name: \"String\",\n },\n },\n privateLinkApprovalMessage: {\n serializedName: \"privateLinkApprovalMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginUpdateParameters\",\n modelProperties: {\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.weight\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n privateLinkAlias: {\n serializedName: \"properties.privateLinkAlias\",\n type: {\n name: \"String\",\n },\n },\n privateLinkResourceId: {\n serializedName: \"properties.privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateLinkLocation: {\n serializedName: \"properties.privateLinkLocation\",\n type: {\n name: \"String\",\n },\n },\n privateLinkApprovalMessage: {\n serializedName: \"properties.privateLinkApprovalMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OriginGroup\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupUpdatePropertiesParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"OriginGroupUpdatePropertiesParameters\",\n modelProperties: {\n healthProbeSettings: {\n serializedName: \"healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n origins: {\n serializedName: \"origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n responseBasedOriginErrorDetectionSettings: {\n serializedName: \"responseBasedOriginErrorDetectionSettings\",\n type: {\n name: \"Composite\",\n className: \"ResponseBasedOriginErrorDetectionParameters\",\n },\n },\n },\n },\n };\n\nexport const OriginGroupUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupUpdateParameters\",\n modelProperties: {\n healthProbeSettings: {\n serializedName: \"properties.healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n origins: {\n serializedName: \"properties.origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n responseBasedOriginErrorDetectionSettings: {\n serializedName: \"properties.responseBasedOriginErrorDetectionSettings\",\n type: {\n name: \"Composite\",\n className: \"ResponseBasedOriginErrorDetectionParameters\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainHttpsParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainHttpsParameters\",\n uberParent: \"CustomDomainHttpsParameters\",\n polymorphicDiscriminator: {\n serializedName: \"certificateSource\",\n clientName: \"certificateSource\",\n },\n modelProperties: {\n certificateSource: {\n serializedName: \"certificateSource\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n protocolType: {\n serializedName: \"protocolType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n minimumTlsVersion: {\n serializedName: \"minimumTlsVersion\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"TLS10\", \"TLS12\"],\n },\n },\n },\n },\n};\n\nexport const CustomDomainParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainParameters\",\n modelProperties: {\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateProbeInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateProbeInput\",\n modelProperties: {\n probeURL: {\n serializedName: \"probeURL\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateProbeOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateProbeOutput\",\n modelProperties: {\n isValid: {\n serializedName: \"isValid\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n errorCode: {\n serializedName: \"errorCode\",\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 OperationsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serviceSpecification: {\n serializedName: \"properties.serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n modelProperties: {\n logSpecifications: {\n serializedName: \"logSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogSpecification\",\n },\n },\n },\n },\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LogSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\",\n },\n },\n logFilterPattern: {\n serializedName: \"logFilterPattern\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\",\n },\n },\n availabilities: {\n serializedName: \"availabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\",\n },\n },\n },\n },\n supportedTimeGrainTypes: {\n serializedName: \"supportedTimeGrainTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DimensionProperties\",\n },\n },\n },\n },\n fillGapWithZero: {\n serializedName: \"fillGapWithZero\",\n type: {\n name: \"Boolean\",\n },\n },\n metricFilterPattern: {\n serializedName: \"metricFilterPattern\",\n type: {\n name: \"String\",\n },\n },\n isInternal: {\n serializedName: \"isInternal\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MetricAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\",\n modelProperties: {\n timeGrain: {\n serializedName: \"timeGrain\",\n type: {\n name: \"String\",\n },\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DimensionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DimensionProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n internalName: {\n serializedName: \"internalName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EdgenodeResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EdgenodeResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EdgeNode\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IpAddressGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpAddressGroup\",\n modelProperties: {\n deliveryRegion: {\n serializedName: \"deliveryRegion\",\n type: {\n name: \"String\",\n },\n },\n ipv4Addresses: {\n serializedName: \"ipv4Addresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CidrIpAddress\",\n },\n },\n },\n },\n ipv6Addresses: {\n serializedName: \"ipv6Addresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CidrIpAddress\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CidrIpAddress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CidrIpAddress\",\n modelProperties: {\n baseIpAddress: {\n serializedName: \"baseIpAddress\",\n type: {\n name: \"String\",\n },\n },\n prefixLength: {\n serializedName: \"prefixLength\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CdnWebApplicationFirewallPolicyList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CdnWebApplicationFirewallPolicyList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CdnWebApplicationFirewallPolicy\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PolicySettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicySettings\",\n modelProperties: {\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n defaultRedirectUrl: {\n serializedName: \"defaultRedirectUrl\",\n type: {\n name: \"String\",\n },\n },\n defaultCustomBlockResponseStatusCode: {\n serializedName: \"defaultCustomBlockResponseStatusCode\",\n type: {\n name: \"Number\",\n },\n },\n defaultCustomBlockResponseBody: {\n constraints: {\n Pattern: new RegExp(\n \"^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$\",\n ),\n },\n serializedName: \"defaultCustomBlockResponseBody\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RateLimitRuleList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RateLimitRuleList\",\n modelProperties: {\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RateLimitRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CustomRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 0,\n },\n serializedName: \"priority\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n matchConditions: {\n serializedName: \"matchConditions\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MatchCondition\",\n },\n },\n },\n },\n action: {\n serializedName: \"action\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MatchCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MatchCondition\",\n modelProperties: {\n matchVariable: {\n serializedName: \"matchVariable\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValue: {\n serializedName: \"matchValue\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CustomRuleList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomRuleList\",\n modelProperties: {\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedRuleSetList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSetList\",\n modelProperties: {\n managedRuleSets: {\n serializedName: \"managedRuleSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSet\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedRuleSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSet\",\n modelProperties: {\n ruleSetType: {\n serializedName: \"ruleSetType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ruleSetVersion: {\n serializedName: \"ruleSetVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n anomalyScore: {\n constraints: {\n InclusiveMaximum: 20,\n InclusiveMinimum: 0,\n },\n serializedName: \"anomalyScore\",\n type: {\n name: \"Number\",\n },\n },\n ruleGroupOverrides: {\n serializedName: \"ruleGroupOverrides\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleGroupOverride\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedRuleGroupOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleGroupOverride\",\n modelProperties: {\n ruleGroupName: {\n serializedName: \"ruleGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleOverride\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedRuleOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleOverride\",\n modelProperties: {\n ruleId: {\n serializedName: \"ruleId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CdnEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CdnEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CdnWebApplicationFirewallPolicyPatchParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CdnWebApplicationFirewallPolicyPatchParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const ManagedRuleSetDefinitionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSetDefinitionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSetDefinition\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedRuleGroupDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleGroupDefinition\",\n modelProperties: {\n ruleGroupName: {\n serializedName: \"ruleGroupName\",\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 rules: {\n serializedName: \"rules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleDefinition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedRuleDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleDefinition\",\n modelProperties: {\n ruleId: {\n serializedName: \"ruleId\",\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 Certificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n subject: {\n serializedName: \"subject\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPolicyWebApplicationFirewallAssociation: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyWebApplicationFirewallAssociation\",\n modelProperties: {\n domains: {\n serializedName: \"domains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivatedResourceReference\",\n },\n },\n },\n },\n patternsToMatch: {\n serializedName: \"patternsToMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidationToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationToken\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RemoteAddressMatchConditionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RemoteAddressMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRemoteAddressConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RequestMethodMatchConditionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RequestMethodMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRequestMethodConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const QueryStringMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryStringMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleQueryStringConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PostArgsMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PostArgsMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRulePostArgsConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RequestUriMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RequestUriMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRequestUriConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RequestHeaderMatchConditionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RequestHeaderMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRequestHeaderConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RequestBodyMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RequestBodyMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRequestBodyConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RequestSchemeMatchConditionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RequestSchemeMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRequestSchemeConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n defaultValue: \"Equal\",\n isConstant: true,\n serializedName: \"operator\",\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const UrlPathMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlPathMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlPathMatchConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UrlFileExtensionMatchConditionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"UrlFileExtensionMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlFileExtensionMatchConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const UrlFileNameMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlFileNameMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlFilenameConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const HttpVersionMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpVersionMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleHttpVersionConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CookiesMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CookiesMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleCookiesConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IsDeviceMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IsDeviceMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleIsDeviceConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SocketAddrMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SocketAddrMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleSocketAddrConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ClientPortMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientPortMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleClientPortConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServerPortMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerPortMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleServerPortConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const HostNameMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HostNameMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleHostNameConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SslProtocolMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SslProtocolMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleSslProtocolConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UrlRedirectActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlRedirectActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlRedirectActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n redirectType: {\n serializedName: \"redirectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n destinationProtocol: {\n serializedName: \"destinationProtocol\",\n type: {\n name: \"String\",\n },\n },\n customPath: {\n serializedName: \"customPath\",\n type: {\n name: \"String\",\n },\n },\n customHostname: {\n serializedName: \"customHostname\",\n type: {\n name: \"String\",\n },\n },\n customQueryString: {\n serializedName: \"customQueryString\",\n type: {\n name: \"String\",\n },\n },\n customFragment: {\n serializedName: \"customFragment\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UrlSigningActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlSigningActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlSigningActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n algorithm: {\n serializedName: \"algorithm\",\n type: {\n name: \"String\",\n },\n },\n parameterNameOverride: {\n serializedName: \"parameterNameOverride\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UrlSigningParamIdentifier\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UrlSigningParamIdentifier: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlSigningParamIdentifier\",\n modelProperties: {\n paramIndicator: {\n serializedName: \"paramIndicator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n paramName: {\n serializedName: \"paramName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupOverrideActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupOverrideActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleOriginGroupOverrideActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n originGroup: {\n serializedName: \"originGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const UrlRewriteActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlRewriteActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlRewriteActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n sourcePattern: {\n serializedName: \"sourcePattern\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n destination: {\n serializedName: \"destination\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n preserveUnmatchedPath: {\n serializedName: \"preserveUnmatchedPath\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const HeaderActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HeaderActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleHeaderActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n headerAction: {\n serializedName: \"headerAction\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n headerName: {\n serializedName: \"headerName\",\n required: true,\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 CacheExpirationActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheExpirationActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleCacheExpirationActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n cacheBehavior: {\n serializedName: \"cacheBehavior\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n cacheType: {\n serializedName: \"cacheType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n cacheDuration: {\n serializedName: \"cacheDuration\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheKeyQueryStringActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheKeyQueryStringActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleCacheKeyQueryStringBehaviorActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n queryStringBehavior: {\n serializedName: \"queryStringBehavior\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n queryParameters: {\n serializedName: \"queryParameters\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RouteConfigurationOverrideActionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RouteConfigurationOverrideActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue:\n \"DeliveryRuleRouteConfigurationOverrideActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n originGroupOverride: {\n serializedName: \"originGroupOverride\",\n type: {\n name: \"Composite\",\n className: \"OriginGroupOverride\",\n },\n },\n cacheConfiguration: {\n serializedName: \"cacheConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CacheConfiguration\",\n },\n },\n },\n },\n };\n\nexport const OriginGroupOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupOverride\",\n modelProperties: {\n originGroup: {\n serializedName: \"originGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n forwardingProtocol: {\n serializedName: \"forwardingProtocol\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheConfiguration\",\n modelProperties: {\n queryStringCachingBehavior: {\n serializedName: \"queryStringCachingBehavior\",\n type: {\n name: \"String\",\n },\n },\n queryParameters: {\n serializedName: \"queryParameters\",\n type: {\n name: \"String\",\n },\n },\n isCompressionEnabled: {\n serializedName: \"isCompressionEnabled\",\n type: {\n name: \"String\",\n },\n },\n cacheBehavior: {\n serializedName: \"cacheBehavior\",\n type: {\n name: \"String\",\n },\n },\n cacheDuration: {\n serializedName: \"cacheDuration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CdnCertificateSourceParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CdnCertificateSourceParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"CdnCertificateSourceParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n certificateType: {\n serializedName: \"certificateType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KeyVaultCertificateSourceParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyVaultCertificateSourceParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"KeyVaultCertificateSourceParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n vaultName: {\n serializedName: \"vaultName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretName: {\n serializedName: \"secretName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"String\",\n },\n },\n updateRule: {\n serializedName: \"updateRule\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n deleteRule: {\n serializedName: \"deleteRule\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const ManagedRuleSetDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSetDefinition\",\n modelProperties: {\n ...Resource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ruleSetType: {\n serializedName: \"properties.ruleSetType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ruleSetVersion: {\n serializedName: \"properties.ruleSetVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ruleGroups: {\n serializedName: \"properties.ruleGroups\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleGroupDefinition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AFDDomainProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomainProperties\",\n modelProperties: {\n ...AFDDomainUpdatePropertiesParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n domainValidationState: {\n serializedName: \"domainValidationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"hostName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n extendedProperties: {\n serializedName: \"extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n validationProperties: {\n serializedName: \"validationProperties\",\n type: {\n name: \"Composite\",\n className: \"DomainValidationProperties\",\n },\n },\n },\n },\n};\n\nexport const AFDEndpointProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDEndpointProperties\",\n modelProperties: {\n ...AFDEndpointPropertiesUpdateParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n hostName: {\n serializedName: \"hostName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n autoGeneratedDomainNameLabelScope: {\n serializedName: \"autoGeneratedDomainNameLabelScope\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginGroupProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroupProperties\",\n modelProperties: {\n ...AFDOriginGroupUpdatePropertiesParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n },\n },\n};\n\nexport const AFDOriginProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginProperties\",\n modelProperties: {\n ...AFDOriginUpdatePropertiesParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n },\n },\n};\n\nexport const RouteProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RouteProperties\",\n modelProperties: {\n ...RouteUpdatePropertiesParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n },\n },\n};\n\nexport const RuleSetProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleSetProperties\",\n modelProperties: {\n ...AFDStateProperties.type.modelProperties,\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleProperties\",\n modelProperties: {\n ...RuleUpdatePropertiesParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n },\n },\n};\n\nexport const SecurityPolicyProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyProperties\",\n modelProperties: {\n ...AFDStateProperties.type.modelProperties,\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyPropertiesParameters\",\n },\n },\n },\n },\n};\n\nexport const SecretProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretProperties\",\n modelProperties: {\n ...AFDStateProperties.type.modelProperties,\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"SecretParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRemoteAddressCondition: coreClient.CompositeMapper = {\n serializedName: \"RemoteAddress\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRemoteAddressCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RemoteAddressMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestMethodCondition: coreClient.CompositeMapper = {\n serializedName: \"RequestMethod\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestMethodCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RequestMethodMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleQueryStringCondition: coreClient.CompositeMapper = {\n serializedName: \"QueryString\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleQueryStringCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"QueryStringMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRulePostArgsCondition: coreClient.CompositeMapper = {\n serializedName: \"PostArgs\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRulePostArgsCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"PostArgsMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestUriCondition: coreClient.CompositeMapper = {\n serializedName: \"RequestUri\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestUriCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RequestUriMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestHeaderCondition: coreClient.CompositeMapper = {\n serializedName: \"RequestHeader\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestHeaderCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RequestHeaderMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestBodyCondition: coreClient.CompositeMapper = {\n serializedName: \"RequestBody\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestBodyCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RequestBodyMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestSchemeCondition: coreClient.CompositeMapper = {\n serializedName: \"RequestScheme\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestSchemeCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RequestSchemeMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleUrlPathCondition: coreClient.CompositeMapper = {\n serializedName: \"UrlPath\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleUrlPathCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlPathMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleUrlFileExtensionCondition: coreClient.CompositeMapper =\n {\n serializedName: \"UrlFileExtension\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleUrlFileExtensionCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlFileExtensionMatchConditionParameters\",\n },\n },\n },\n },\n };\n\nexport const DeliveryRuleUrlFileNameCondition: coreClient.CompositeMapper = {\n serializedName: \"UrlFileName\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleUrlFileNameCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlFileNameMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleHttpVersionCondition: coreClient.CompositeMapper = {\n serializedName: \"HttpVersion\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleHttpVersionCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"HttpVersionMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleCookiesCondition: coreClient.CompositeMapper = {\n serializedName: \"Cookies\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCookiesCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"CookiesMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleIsDeviceCondition: coreClient.CompositeMapper = {\n serializedName: \"IsDevice\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleIsDeviceCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"IsDeviceMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleSocketAddrCondition: coreClient.CompositeMapper = {\n serializedName: \"SocketAddr\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleSocketAddrCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"SocketAddrMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleClientPortCondition: coreClient.CompositeMapper = {\n serializedName: \"ClientPort\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleClientPortCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"ClientPortMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleServerPortCondition: coreClient.CompositeMapper = {\n serializedName: \"ServerPort\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleServerPortCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"ServerPortMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleHostNameCondition: coreClient.CompositeMapper = {\n serializedName: \"HostName\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleHostNameCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"HostNameMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleSslProtocolCondition: coreClient.CompositeMapper = {\n serializedName: \"SslProtocol\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleSslProtocolCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"SslProtocolMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const UrlRedirectAction: coreClient.CompositeMapper = {\n serializedName: \"UrlRedirect\",\n type: {\n name: \"Composite\",\n className: \"UrlRedirectAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlRedirectActionParameters\",\n },\n },\n },\n },\n};\n\nexport const UrlSigningAction: coreClient.CompositeMapper = {\n serializedName: \"UrlSigning\",\n type: {\n name: \"Composite\",\n className: \"UrlSigningAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlSigningActionParameters\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupOverrideAction: coreClient.CompositeMapper = {\n serializedName: \"OriginGroupOverride\",\n type: {\n name: \"Composite\",\n className: \"OriginGroupOverrideAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"OriginGroupOverrideActionParameters\",\n },\n },\n },\n },\n};\n\nexport const UrlRewriteAction: coreClient.CompositeMapper = {\n serializedName: \"UrlRewrite\",\n type: {\n name: \"Composite\",\n className: \"UrlRewriteAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlRewriteActionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestHeaderAction: coreClient.CompositeMapper = {\n serializedName: \"ModifyRequestHeader\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestHeaderAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"HeaderActionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleResponseHeaderAction: coreClient.CompositeMapper = {\n serializedName: \"ModifyResponseHeader\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleResponseHeaderAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"HeaderActionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleCacheExpirationAction: coreClient.CompositeMapper = {\n serializedName: \"CacheExpiration\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCacheExpirationAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"CacheExpirationActionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleCacheKeyQueryStringAction: coreClient.CompositeMapper =\n {\n serializedName: \"CacheKeyQueryString\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCacheKeyQueryStringAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"CacheKeyQueryStringActionParameters\",\n },\n },\n },\n },\n };\n\nexport const DeliveryRuleRouteConfigurationOverrideAction: coreClient.CompositeMapper =\n {\n serializedName: \"RouteConfigurationOverride\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRouteConfigurationOverrideAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RouteConfigurationOverrideActionParameters\",\n },\n },\n },\n },\n };\n\nexport const SecurityPolicyWebApplicationFirewallParameters: coreClient.CompositeMapper =\n {\n serializedName: \"WebApplicationFirewall\",\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyWebApplicationFirewallParameters\",\n uberParent: \"SecurityPolicyPropertiesParameters\",\n polymorphicDiscriminator:\n SecurityPolicyPropertiesParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecurityPolicyPropertiesParameters.type.modelProperties,\n wafPolicy: {\n serializedName: \"wafPolicy\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n associations: {\n serializedName: \"associations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyWebApplicationFirewallAssociation\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const UrlSigningKeyParameters: coreClient.CompositeMapper = {\n serializedName: \"UrlSigningKey\",\n type: {\n name: \"Composite\",\n className: \"UrlSigningKeyParameters\",\n uberParent: \"SecretParameters\",\n polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretParameters.type.modelProperties,\n keyId: {\n serializedName: \"keyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretSource: {\n serializedName: \"secretSource\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedCertificateParameters: coreClient.CompositeMapper = {\n serializedName: \"ManagedCertificate\",\n type: {\n name: \"Composite\",\n className: \"ManagedCertificateParameters\",\n uberParent: \"SecretParameters\",\n polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretParameters.type.modelProperties,\n subject: {\n serializedName: \"subject\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomerCertificateParameters: coreClient.CompositeMapper = {\n serializedName: \"CustomerCertificate\",\n type: {\n name: \"Composite\",\n className: \"CustomerCertificateParameters\",\n uberParent: \"SecretParameters\",\n polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretParameters.type.modelProperties,\n secretSource: {\n serializedName: \"secretSource\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"String\",\n },\n },\n useLatestVersion: {\n serializedName: \"useLatestVersion\",\n type: {\n name: \"Boolean\",\n },\n },\n subject: {\n serializedName: \"subject\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n certificateAuthority: {\n serializedName: \"certificateAuthority\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subjectAlternativeNames: {\n serializedName: \"subjectAlternativeNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureFirstPartyManagedCertificateParameters: coreClient.CompositeMapper =\n {\n serializedName: \"AzureFirstPartyManagedCertificate\",\n type: {\n name: \"Composite\",\n className: \"AzureFirstPartyManagedCertificateParameters\",\n uberParent: \"SecretParameters\",\n polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretParameters.type.modelProperties,\n secretSource: {\n serializedName: \"secretSource\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n subject: {\n serializedName: \"subject\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n certificateAuthority: {\n serializedName: \"certificateAuthority\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subjectAlternativeNames: {\n serializedName: \"subjectAlternativeNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const EndpointProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointProperties\",\n modelProperties: {\n ...EndpointPropertiesUpdateParameters.type.modelProperties,\n hostName: {\n serializedName: \"hostName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n origins: {\n serializedName: \"origins\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOrigin\",\n },\n },\n },\n },\n originGroups: {\n serializedName: \"originGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOriginGroup\",\n },\n },\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedCustomDomain\",\n },\n },\n },\n },\n resourceState: {\n serializedName: \"resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginProperties\",\n modelProperties: {\n ...OriginUpdatePropertiesParameters.type.modelProperties,\n resourceState: {\n serializedName: \"resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointStatus: {\n serializedName: \"privateEndpointStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupProperties\",\n modelProperties: {\n ...OriginGroupUpdatePropertiesParameters.type.modelProperties,\n resourceState: {\n serializedName: \"resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CdnManagedHttpsParameters: coreClient.CompositeMapper = {\n serializedName: \"Cdn\",\n type: {\n name: \"Composite\",\n className: \"CdnManagedHttpsParameters\",\n uberParent: \"CustomDomainHttpsParameters\",\n polymorphicDiscriminator:\n CustomDomainHttpsParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...CustomDomainHttpsParameters.type.modelProperties,\n certificateSourceParameters: {\n serializedName: \"certificateSourceParameters\",\n type: {\n name: \"Composite\",\n className: \"CdnCertificateSourceParameters\",\n },\n },\n },\n },\n};\n\nexport const UserManagedHttpsParameters: coreClient.CompositeMapper = {\n serializedName: \"AzureKeyVault\",\n type: {\n name: \"Composite\",\n className: \"UserManagedHttpsParameters\",\n uberParent: \"CustomDomainHttpsParameters\",\n polymorphicDiscriminator:\n CustomDomainHttpsParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...CustomDomainHttpsParameters.type.modelProperties,\n certificateSourceParameters: {\n serializedName: \"certificateSourceParameters\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultCertificateSourceParameters\",\n },\n },\n },\n },\n};\n\nexport const RateLimitRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RateLimitRule\",\n modelProperties: {\n ...CustomRule.type.modelProperties,\n rateLimitThreshold: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"rateLimitThreshold\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n rateLimitDurationInMinutes: {\n constraints: {\n InclusiveMaximum: 60,\n InclusiveMinimum: 0,\n },\n serializedName: \"rateLimitDurationInMinutes\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedCertificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificate\",\n modelProperties: {\n ...Certificate.type.modelProperties,\n },\n },\n};\n\nexport const CustomerCertificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomerCertificate\",\n modelProperties: {\n ...Certificate.type.modelProperties,\n secretSource: {\n serializedName: \"secretSource\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"String\",\n },\n },\n certificateAuthority: {\n serializedName: \"certificateAuthority\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n useLatestVersion: {\n serializedName: \"useLatestVersion\",\n type: {\n name: \"Boolean\",\n },\n },\n subjectAlternativeNames: {\n serializedName: \"subjectAlternativeNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureFirstPartyManagedCertificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureFirstPartyManagedCertificate\",\n modelProperties: {\n ...Certificate.type.modelProperties,\n },\n },\n};\n\nexport const Profile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Profile\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n kind: {\n serializedName: \"kind\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extendedProperties: {\n serializedName: \"properties.extendedProperties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n frontDoorId: {\n serializedName: \"properties.frontDoorId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n originResponseTimeoutSeconds: {\n constraints: {\n InclusiveMinimum: 16,\n },\n serializedName: \"properties.originResponseTimeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n logScrubbing: {\n serializedName: \"properties.logScrubbing\",\n type: {\n name: \"Composite\",\n className: \"ProfileLogScrubbing\",\n },\n },\n },\n },\n};\n\nexport const AFDEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDEndpoint\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\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 autoGeneratedDomainNameLabelScope: {\n serializedName: \"properties.autoGeneratedDomainNameLabelScope\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Endpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Endpoint\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n originPath: {\n serializedName: \"properties.originPath\",\n type: {\n name: \"String\",\n },\n },\n contentTypesToCompress: {\n serializedName: \"properties.contentTypesToCompress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n isCompressionEnabled: {\n serializedName: \"properties.isCompressionEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpAllowed: {\n defaultValue: true,\n serializedName: \"properties.isHttpAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpsAllowed: {\n defaultValue: true,\n serializedName: \"properties.isHttpsAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n queryStringCachingBehavior: {\n serializedName: \"properties.queryStringCachingBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"IgnoreQueryString\",\n \"BypassCaching\",\n \"UseQueryString\",\n \"NotSet\",\n ],\n },\n },\n optimizationType: {\n serializedName: \"properties.optimizationType\",\n type: {\n name: \"String\",\n },\n },\n probePath: {\n serializedName: \"properties.probePath\",\n type: {\n name: \"String\",\n },\n },\n geoFilters: {\n serializedName: \"properties.geoFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GeoFilter\",\n },\n },\n },\n },\n defaultOriginGroup: {\n serializedName: \"properties.defaultOriginGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n urlSigningKeys: {\n serializedName: \"properties.urlSigningKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UrlSigningKey\",\n },\n },\n },\n },\n deliveryPolicy: {\n serializedName: \"properties.deliveryPolicy\",\n type: {\n name: \"Composite\",\n className: \"EndpointPropertiesUpdateParametersDeliveryPolicy\",\n },\n },\n webApplicationFirewallPolicyLink: {\n serializedName: \"properties.webApplicationFirewallPolicyLink\",\n type: {\n name: \"Composite\",\n className:\n \"EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n origins: {\n serializedName: \"properties.origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOrigin\",\n },\n },\n },\n },\n originGroups: {\n serializedName: \"properties.originGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOriginGroup\",\n },\n },\n },\n },\n customDomains: {\n serializedName: \"properties.customDomains\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedCustomDomain\",\n },\n },\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CdnWebApplicationFirewallPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CdnWebApplicationFirewallPolicy\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n policySettings: {\n serializedName: \"properties.policySettings\",\n type: {\n name: \"Composite\",\n className: \"PolicySettings\",\n },\n },\n rateLimitRules: {\n serializedName: \"properties.rateLimitRules\",\n type: {\n name: \"Composite\",\n className: \"RateLimitRuleList\",\n },\n },\n customRules: {\n serializedName: \"properties.customRules\",\n type: {\n name: \"Composite\",\n className: \"CustomRuleList\",\n },\n },\n managedRules: {\n serializedName: \"properties.managedRules\",\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSetList\",\n },\n },\n endpointLinks: {\n serializedName: \"properties.endpointLinks\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CdnEndpoint\",\n },\n },\n },\n },\n extendedProperties: {\n serializedName: \"properties.extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDDomain: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomain\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tlsSettings: {\n serializedName: \"properties.tlsSettings\",\n type: {\n name: \"Composite\",\n className: \"AFDDomainHttpsParameters\",\n },\n },\n azureDnsZone: {\n serializedName: \"properties.azureDnsZone\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n preValidatedCustomDomainResourceId: {\n serializedName: \"properties.preValidatedCustomDomainResourceId\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n domainValidationState: {\n serializedName: \"properties.domainValidationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n extendedProperties: {\n serializedName: \"properties.extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n validationProperties: {\n serializedName: \"properties.validationProperties\",\n type: {\n name: \"Composite\",\n className: \"DomainValidationProperties\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroup\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n loadBalancingSettings: {\n serializedName: \"properties.loadBalancingSettings\",\n type: {\n name: \"Composite\",\n className: \"LoadBalancingSettingsParameters\",\n },\n },\n healthProbeSettings: {\n serializedName: \"properties.healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n sessionAffinityState: {\n serializedName: \"properties.sessionAffinityState\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOrigin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOrigin\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n originGroupName: {\n serializedName: \"properties.originGroupName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azureOrigin: {\n serializedName: \"properties.azureOrigin\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n defaultValue: 80,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n defaultValue: 443,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.weight\",\n type: {\n name: \"Number\",\n },\n },\n sharedPrivateLinkResource: {\n serializedName: \"properties.sharedPrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n enforceCertificateNameCheck: {\n defaultValue: true,\n serializedName: \"properties.enforceCertificateNameCheck\",\n type: {\n name: \"Boolean\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Route: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Route\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n endpointName: {\n serializedName: \"properties.endpointName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customDomains: {\n serializedName: \"properties.customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivatedResourceReference\",\n },\n },\n },\n },\n originGroup: {\n serializedName: \"properties.originGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n originPath: {\n serializedName: \"properties.originPath\",\n type: {\n name: \"String\",\n },\n },\n ruleSets: {\n serializedName: \"properties.ruleSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n supportedProtocols: {\n defaultValue: [\"Http\", \"Https\"],\n serializedName: \"properties.supportedProtocols\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n patternsToMatch: {\n serializedName: \"properties.patternsToMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cacheConfiguration: {\n serializedName: \"properties.cacheConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AfdRouteCacheConfiguration\",\n },\n },\n forwardingProtocol: {\n serializedName: \"properties.forwardingProtocol\",\n type: {\n name: \"String\",\n },\n },\n linkToDefaultDomain: {\n defaultValue: \"Disabled\",\n serializedName: \"properties.linkToDefaultDomain\",\n type: {\n name: \"String\",\n },\n },\n httpsRedirect: {\n defaultValue: \"Disabled\",\n serializedName: \"properties.httpsRedirect\",\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleSet\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Rule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Rule\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n ruleSetName: {\n serializedName: \"properties.ruleSetName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"properties.order\",\n type: {\n name: \"Number\",\n },\n },\n conditions: {\n serializedName: \"properties.conditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCondition\",\n },\n },\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleActionAutoGenerated\",\n },\n },\n },\n },\n matchProcessingBehavior: {\n defaultValue: \"Continue\",\n serializedName: \"properties.matchProcessingBehavior\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicy\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyPropertiesParameters\",\n },\n },\n },\n },\n};\n\nexport const Secret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Composite\",\n className: \"SecretParameters\",\n },\n },\n },\n },\n};\n\nexport const Origin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Origin\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.weight\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n privateLinkAlias: {\n serializedName: \"properties.privateLinkAlias\",\n type: {\n name: \"String\",\n },\n },\n privateLinkResourceId: {\n serializedName: \"properties.privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateLinkLocation: {\n serializedName: \"properties.privateLinkLocation\",\n type: {\n name: \"String\",\n },\n },\n privateLinkApprovalMessage: {\n serializedName: \"properties.privateLinkApprovalMessage\",\n type: {\n name: \"String\",\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointStatus: {\n serializedName: \"properties.privateEndpointStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroup\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n healthProbeSettings: {\n serializedName: \"properties.healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n origins: {\n serializedName: \"properties.origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n responseBasedOriginErrorDetectionSettings: {\n serializedName: \"properties.responseBasedOriginErrorDetectionSettings\",\n type: {\n name: \"Composite\",\n className: \"ResponseBasedOriginErrorDetectionParameters\",\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomain: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customHttpsProvisioningState: {\n serializedName: \"properties.customHttpsProvisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customHttpsProvisioningSubstate: {\n serializedName: \"properties.customHttpsProvisioningSubstate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customHttpsParameters: {\n serializedName: \"properties.customHttpsParameters\",\n type: {\n name: \"Composite\",\n className: \"CustomDomainHttpsParameters\",\n },\n },\n validationData: {\n serializedName: \"properties.validationData\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EdgeNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EdgeNode\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n ipAddressGroups: {\n serializedName: \"properties.ipAddressGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpAddressGroup\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AfdProfilesUpgradeHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdProfilesUpgradeHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdCustomDomainsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdCustomDomainsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdCustomDomainsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdCustomDomainsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdCustomDomainsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdCustomDomainsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdCustomDomainsRefreshValidationTokenHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AfdCustomDomainsRefreshValidationTokenHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AfdEndpointsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdEndpointsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdEndpointsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdEndpointsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdEndpointsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdEndpointsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdEndpointsPurgeContentHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdEndpointsPurgeContentHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginGroupsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginGroupsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginGroupsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginGroupsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginGroupsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginGroupsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RoutesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoutesCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RoutesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoutesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RoutesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoutesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleSetsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleSetsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RulesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RulesCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RulesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RulesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RulesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RulesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPoliciesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPoliciesCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPoliciesPatchHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPoliciesPatchHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPoliciesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPoliciesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesCanMigrateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesCanMigrateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesMigrateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesMigrateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesMigrationCommitHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesMigrationCommitHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsStopHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsPurgeContentHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsPurgeContentHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsLoadContentHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsLoadContentHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainsDisableCustomHttpsHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CustomDomainsDisableCustomHttpsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CustomDomainsEnableCustomHttpsHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CustomDomainsEnableCustomHttpsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const PoliciesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PoliciesCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PoliciesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PoliciesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n DeliveryRuleCondition: DeliveryRuleCondition,\n DeliveryRuleActionAutoGenerated: DeliveryRuleActionAutoGenerated,\n SecurityPolicyPropertiesParameters: SecurityPolicyPropertiesParameters,\n SecretParameters: SecretParameters,\n CustomDomainHttpsParameters: CustomDomainHttpsParameters,\n \"DeliveryRuleCondition.RemoteAddress\": DeliveryRuleRemoteAddressCondition,\n \"DeliveryRuleCondition.RequestMethod\": DeliveryRuleRequestMethodCondition,\n \"DeliveryRuleCondition.QueryString\": DeliveryRuleQueryStringCondition,\n \"DeliveryRuleCondition.PostArgs\": DeliveryRulePostArgsCondition,\n \"DeliveryRuleCondition.RequestUri\": DeliveryRuleRequestUriCondition,\n \"DeliveryRuleCondition.RequestHeader\": DeliveryRuleRequestHeaderCondition,\n \"DeliveryRuleCondition.RequestBody\": DeliveryRuleRequestBodyCondition,\n \"DeliveryRuleCondition.RequestScheme\": DeliveryRuleRequestSchemeCondition,\n \"DeliveryRuleCondition.UrlPath\": DeliveryRuleUrlPathCondition,\n \"DeliveryRuleCondition.UrlFileExtension\":\n DeliveryRuleUrlFileExtensionCondition,\n \"DeliveryRuleCondition.UrlFileName\": DeliveryRuleUrlFileNameCondition,\n \"DeliveryRuleCondition.HttpVersion\": DeliveryRuleHttpVersionCondition,\n \"DeliveryRuleCondition.Cookies\": DeliveryRuleCookiesCondition,\n \"DeliveryRuleCondition.IsDevice\": DeliveryRuleIsDeviceCondition,\n \"DeliveryRuleCondition.SocketAddr\": DeliveryRuleSocketAddrCondition,\n \"DeliveryRuleCondition.ClientPort\": DeliveryRuleClientPortCondition,\n \"DeliveryRuleCondition.ServerPort\": DeliveryRuleServerPortCondition,\n \"DeliveryRuleCondition.HostName\": DeliveryRuleHostNameCondition,\n \"DeliveryRuleCondition.SslProtocol\": DeliveryRuleSslProtocolCondition,\n \"DeliveryRuleActionAutoGenerated.UrlRedirect\": UrlRedirectAction,\n \"DeliveryRuleActionAutoGenerated.UrlSigning\": UrlSigningAction,\n \"DeliveryRuleActionAutoGenerated.OriginGroupOverride\":\n OriginGroupOverrideAction,\n \"DeliveryRuleActionAutoGenerated.UrlRewrite\": UrlRewriteAction,\n \"DeliveryRuleActionAutoGenerated.ModifyRequestHeader\":\n DeliveryRuleRequestHeaderAction,\n \"DeliveryRuleActionAutoGenerated.ModifyResponseHeader\":\n DeliveryRuleResponseHeaderAction,\n \"DeliveryRuleActionAutoGenerated.CacheExpiration\":\n DeliveryRuleCacheExpirationAction,\n \"DeliveryRuleActionAutoGenerated.CacheKeyQueryString\":\n DeliveryRuleCacheKeyQueryStringAction,\n \"DeliveryRuleActionAutoGenerated.RouteConfigurationOverride\":\n DeliveryRuleRouteConfigurationOverrideAction,\n \"SecurityPolicyPropertiesParameters.WebApplicationFirewall\":\n SecurityPolicyWebApplicationFirewallParameters,\n \"SecretParameters.UrlSigningKey\": UrlSigningKeyParameters,\n \"SecretParameters.ManagedCertificate\": ManagedCertificateParameters,\n \"SecretParameters.CustomerCertificate\": CustomerCertificateParameters,\n \"SecretParameters.AzureFirstPartyManagedCertificate\":\n AzureFirstPartyManagedCertificateParameters,\n \"CustomDomainHttpsParameters.Cdn\": CdnManagedHttpsParameters,\n \"CustomDomainHttpsParameters.AzureKeyVault\": UserManagedHttpsParameters,\n};\n"]}